@charset "UTF-8";
/* CSS Document */


#vegas {
    width: 100%;
    height: 388px;
	position: relative;
	z-index: 200;
}

body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
	font-family: "Arial", sans-serif;
	font-size: 17px;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	font-feature-settings: "palt";
	color: #3e3a39;
	-webkit-text-size-adjust: 100%;
	min-width: 1000px;
  }

.red {
	font-weight: 600;
	color: #e60012;
	letter-spacing: 0.03em;
  }

.red2 {
	font-weight: 200;
	color: #e60012;
	letter-spacing: 0.03em;
	padding-bottom: 0;
	text-align: center;
  }

.blue {
	color: #0070c0;
	font-weight: 600;
}

.green {
	color: #00b050;
	font-weight: 600;
}

.s-bold-red{
    text-decoration: line-through 3px solid #e60012;
}

img.icgg2026{
    width: 917px;
	height: auto;
    margin-left: -6px;
	margin-top: 30px;
}

h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 40px;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	color: #138cae;
  }

h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #138cae;
	margin-bottom: 20px;
	margin-top: 60px;
  }

h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #138cae;
	margin-bottom: 0.5em;
	margin-top: 10px;
  }

p {
   text-align: justify;
   margin: 0;
   padding-bottom: 15px;
   padding-right: 0;
   margin-right: 0;
}

p.shortbio {
   text-align: left;
   padding-bottom: 15px;
   padding-right: 0;
   margin-right: 0;
   padding-left: 30px;
   width: 700px;
}

p.topics {
   text-align: left;
   margin: 0;
   padding-bottom: 0.3em;
	line-height: 1.1em;
   padding-right: 0;
   margin-right: 0;
}

p.social {
   text-align: justify;
   margin-left: 40px;
   padding-bottom: 15px;
   padding-right: 0;
   margin-right: 0;
}

.shozoku {
   font-style: italic;
   font-size: 12px;
   text-align: left;
   line-height: 1.1em;
	margin-top: -1em;
}

p.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0;
}

p.indent-2 {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 0;
}

p.indent-3 {
  padding-left: 3em;
  margin-top: 0;
}

p.indent {
  padding-left: 1em;
  margin-top: 0;
}

.logo {
	margin-left: 60px;
  }

.top-title {
	font-size: 40px;
	font-weight: 600;
	color: #ea5514;
	padding-bottom: 0;
	letter-spacing: 0em;
	margin-left: 69px;
  }

.top-outline {
	font-size: 21px;
	font-weight: 500;
	color: #138cae;
	text-align: right;
	padding-bottom: 0;
	letter-spacing: 0em;
	margin-left: 40px;
	margin-right: 0;
	line-height: 1.4em;
  }

.name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: left;
	margin-bottom: 0;
  }

.name-thin {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.01em;
	text-align: left;
	transform: scale(0.95,1);
	transform-origin: top left;
}

.name-b, .name-b2 {
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0.05em;
  }
.name-r, .name-r2 {
	letter-spacing: 0.05em;
	vertical-align: 25%;
  }

.katagaki {
	font-size: 13px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 10px;
  }

.small {
	font-size: 11px;
	line-height: 1.1;
	display:block;
	padding-top: 10px;
  }

.small-e {
	font-size: 10px;
	line-height: 1.1;
	display:block;
	margin-top: -15px;
  }

.readmore {
	font-size: 13px;
	display:block;
	margin-top: 0px;
	margin-top: -10px;
  }

.address {
	padding: 17px 0 10px 0;
	color: #ffffff;
  }

.copyright {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
  }

a {
  text-decoration: none;
  color: #138cae;
}

a:hover {
  opacity: 0.7;
}

section {
    padding-top: 140px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -140px; /* heightと同じ分のネガティブマージン */
}

/* 丸数字リスト */
.maru ol {
  counter-reset: my-counter;
  list-style: none;
  font-size: 17px;
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #3E3A39;
  font-weight: 400;
}
.maru li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 0.4em;
}
.maru li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 65%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.maru.blue li:before {
  background-color: #0070c0;
}

.maru.green li:before {
  background-color: #00b050;
}

/* ピンリスト */
.pin ul {
  list-style: none;
  font-size: 17px;
  padding-left: 15px;
  padding-top: 0;
  margin-bottom: 20px;
  color: #3E3A39;
  font-weight: 400;
}
.pin li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 0.4em;
}
.pin li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3c5";
  position: absolute;
  top: 0;
  left: 0;
}

.pin.green li:before {
  color: #346f39;
}

.pin.red li:before {
  color: #9b3119;
}

.pin.purple li:before {
  color: #9132aa;
}

.pc-head {
	background: #41b4c7;
	height: 130px;
	padding: 0;
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 400;
}

.sp-head {
	background: #41b4c7;
	padding: 0;
}

.outline {
	background: #efefef;
	padding: 0;
	background-image: url(../img/tate-line.png);
	background-repeat: repeat-y;
	background-size: 13px auto;
	background-position: 60px 0; 
}

.beige {
	background: #efefef;
	padding: 0;
}

.news {
	padding: 0;
	background-image: url(../img/tate-line.png);
	background-repeat: repeat-y;
	background-size: 13px auto;
	background-position: 60px 0; 
}

.copy {
	background: #3e3a39;
	padding: 16px 0;
}

.pc-page-title table {
  width: 200px;
}	

.content {
  width: 1000px;
  margin: 20px auto 20px auto;
}

.content-2 {
  width: 1000px;
  margin: -130px auto 0 auto;
}

.content-3 {
  width:  910px;
  margin-left: 69px;
  padding: 0;
  margin-right: 0;
}

.content-4 {
  margin-left: 42px;
  width: 866px;
}

.pc-content {
  width: 1000px;
}

.sp-content {
  width: 1000px;
}

.news-content {
  margin-left: 138px;
  width: 770px;
}

img{
  display: block;
  vertical-align:bottom;
}

img.img-25{
  width: 25%;
  height: auto;
}

img.img-40{
  width: 40%;
  height: auto;
}

img.img-50{
  width: 50%;
  height: auto;
}

img.img-75{
  width: 75%;
  height: auto;
}

img.img-100{
  width: 100%;
  height: auto;
}

img.img-250{
  width: 250px;
  height: auto;
}

/* テーブル */
table.table-1 td {
	padding: 0 0 10px 0;
}

table.social-events {
   width: 100%
}

table.social-events td {
   padding: 0.2em 0;
}

ul {
	margin-left: -15px;
	margin-top: 0;
}

ul li {
	margin-bottom: 0.4em;
}

ul li ul {
	list-style: square;
	margin-top: 0.5em;
}

ul li ul li{
	margin-bottom: 0.4em;
}

ol {
	margin-left: -15px;
	margin-top: 0;
}

ol li {
	margin-bottom: 0.4em;
}

/* 要素横並び */
.side-side {
  display:inline-block;
  vertical-align: top;
}

.side-side-m {
  display:inline-block;
  vertical-align: middle;
}

.pc-side-side {
  display:inline-block;
  vertical-align: top;
}

.pc-side-side-m {
  display:inline-block;
  vertical-align: middle;
}

.pc-side-side img {
  width: 150px;
  height: auto;
  padding: 0 20px 40px 0;
}

.sponsors {
  text-align: right;
}

.sponsors img {
  margin: 0 0 15px 15px;
}

/* 2段組を1段組に */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 0px 20px 0 0px;
}

/* 3段組を1段組に */
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.333%;
	padding: 0px 40px 0 0px;
}

/* 4段組を2段組に */
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 0 10px 10px 0;
}
.col_4 > div:last-child{
	padding: 0 0 10px 0;
}
.col_4 > div img{
	width: 100%;
	height: auto;
}

/* 4段組を1段組に */
.col_4-1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4-1 > div{
	width: 25%;
	padding: 0 10px 10px 0;
}
.col_4-1 > div:last-child{
	padding: 0 0 10px 0;
}
.col_4-1 > div img{
	width: 100%;
	height: auto;
}

/* ページ横線 */
.page-line{
  margin-bottom: 25px;
  width: 100%;
}

/* メンバーページ要素横並び */
.box{
  float: left;
}

.boxContainer{
  flex-direction: top;/* 上揃え */
  align-items: flex-start;/* 上揃え */
	
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  background-color: #f5f3f2;
  width: 250px;
  height: 150px;
  border: 1px solid;
  border-color: #d8d5d3;
}

.boxContainer:hover{
  opacity: 0.7;
}

/* メンバーページ画像 */
.image_member_s{
  margin: 25px 10px 0 0;
  width:100px;
  height:130px;
}
.image_member_s:hover {
	opacity: 0.7 ;
}
.image_member{
  margin: 25px 20px 0 0;
  width:200px;
  height:260px;
}

/* メンバーページ説明 */
.description{
  width: 570px;
  padding: 60px 0 120px 0;
}

/* メンバーページリストタイトル */
.members-list{
  padding-bottom: 0px;
  margin-bottom: -5px;
}
	
/* メンバーページリスト */
.members{
  margin-left: -29px;
  padding-bottom: 0px;
  line-height: 1.3;
}
.members ul{
  font-size: 7px;
}
.members li{
  margin-bottom: 7px;
  list-style-type: none;
  padding-left: 0.6em;
  text-indent: -0.3em;
}
.members li::before {
  position: relative;
  top: -2px;
  left: -10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 100%;
  background: #84033e;
}

/* テーブル */
table.registration{
  width: 100%;
  border-collapse: collapse;
}

table.registration th{
  background: #138cae;
  color: #ffffff;
  font-weigt: 600;
}

table.registration th,table.registration td{
  border:solid 1px #cccccc;
  text-align: center;
  padding: 10px 0;
}

/* ボタン */
.btn-red {
	display: block;
	position: relative;
	width: 600px;
	padding: 0.4em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #e77737;
	margin: 10px auto 0 auto;
	border-radius: 10px;
}
.btn-red:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-red2 {
	display: block;
	position: relative;
	width: 600px;
	padding: 0.4em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color:  #e77737;
	background: #ffffff;
	border: solid 1px  #e77737;
	margin: 10px auto 0 auto;
	border-radius: 10px;
}
.btn-red2:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-blue {
	display: block;
	position: relative;
	width: 600px;
	padding: 0.4em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #52accb;
	margin: 10px auto 0 auto;
	border-radius: 10px;
}
.btn-blue:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-blue2 {
	display: block;
	position: relative;
	width: 600px;
	padding: 0.4em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #52accb;
	background: #ffffff;
	border: solid 1px #52accb;
	margin: 10px auto 0 auto;
	border-radius: 10px;
}
.btn-blue2:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.w400 {
	width: 400px;
}

.btn-gray {
	display: block;
	position: relative;
	width: 600px;
	padding: 0.4em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #cccccc;
	margin: 10px auto 0 auto;
	border-radius: 10px;
}
.btn-gray:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-gray2 {
	display: block;
	position: relative;
	width: 600px;
	padding: 0.4em 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #cccccc;
	background: #ffffff;
	border: solid 1px #cccccc;
	margin: 10px auto 0 auto;
	border-radius: 10px;
}
.btn-gray2:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}


.btn-pdf {
	display: block;
	position: relative;
	width: 200px;
	padding: 0.4em 0;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background: #84033e;
	margin: 10px auto 0 auto;
	border-radius: 10px;
}
.btn-pdf:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-contact {
	padding: 0.4em 3em;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 10px;
	margin: 10px auto 0 auto;
}
.btn-contact:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

/* PC メニュー上段 */
.menu2 {
	justify-content: flex-end;
	padding-left: 80px;
	margin-right: 0;
	padding-top: 20px;
	display:flex;
	align-items: flex-end;
	justify-content: space-between;
 }

.menu2 ul {
	text-align: right;
    display: -webkit-flex;
    display: flex;
	margin: 0 0 20px auto;
}
.menu2 li {
    display: inline-block;
	width: 100%;
	padding-left: 28px;
}

/* PC メニュー */
.menu1 {
	justify-content: flex-end;
	padding-left: 80px;
	margin-right: 0;
	padding-top: 0px;
	display:flex;
	align-items: flex-end;
	justify-content: space-between;
 }

nav ul {
	text-align: right;
    display: -webkit-flex;
    display: flex;
	margin: 0 0 20px auto;
}
nav li {
    display: inline-block;
	width: 100%;
	padding-left: 28px;
}
nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color:#ffffff;
  opacity: 1;
  font-size: 14px;
}
nav a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
nav a:hover::after {
  transform: scale(1, 1);
}

/* トグルボタン */
button	{display: none;
	padding: 6px;
	border: none;
	background: #41b4c7;
	color: #ffffff;
	font-size: 28px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	margin-top: 20px;
}

button:focus	{outline: none}	




/* メイン */
.pc-head {display: block !important}
.pc-page-title {display: block !important}
.pc-content {display: block !important}
.pc-address-box {display: block !important}
.pc-only {display: block !important}
.page-top {display: block !important}

button {display: none !important}
.sp-head {display: none !important}
.sp-page-title {display: none !important}
.sp-content {display: none !important}
.sp-address-box {display: none !important}
.sp-only {display: none !important}


/* グリッド */
body	{display: grid;
	grid-template-columns: [left] minmax(60px, 60px) [line] minmax(69px, auto) [main] minmax(auto, 1000px) [main-end] minmax(0, auto) [right]}

.pc-head {grid-column-start: left;
	grid-column-end: right;
}

.sp-head {grid-column-start: left;
		grid-column-end: right;
}

#vegas {grid-column-start: line;
	grid-column-end: right;
}

.outline {grid-column-start: left;
	grid-column-end: right;
}

.news {grid-column-start: left;
	grid-column-end: right;
}

.copy {grid-column-start: left;
	grid-column-end: right;
}

.content {grid-column-start: main;
	grid-column-end: right;
}

.content-2 {grid-column-start: main;
	grid-column-end: right;
}

.beige {grid-column-start: left;
	grid-column-end: right;
}

/* ########### 1200px以下 ########### */
@media (max-width: 1200px) {
	
.content {
  width: 1000px;
  margin: 20px 0 20px 60px;
}
	
}

/* ########### 550px以下 ########### */
@media (max-width: 550px) {

#vegas {
    width: 100%;
    height: 300px;
}

body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
	font-size: 16px;
	line-height: 1.2em;
	font-feature-settings: "palt";
	color: #3e3a39;
	min-width: initial;
  }
	
.logo{
	margin: 0;
  }

.sp-page-title table {
  width: 100%;
}	

p {
	text-align: left;
}
	
p.shortbio {
   padding-left: 0;
   width: 100%;
}
	
p.social {
   text-align: left;
}
	
img.icgg2026{
	width: 100%;
    margin-left: 0;
	margin-top: 20px;
}
	
h1 {
	width: 100%;
}

h2 {
	width: 100%;
}
	
h3 {
	width: 100%;
}

.name-b2 {
	font-size: 20px;
}
.name-r2 {
	letter-spacing: 0em;
	vertical-align: 15%;
}
	
.copyright {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
	
section {
    padding-top: 0px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -0px; /* heightと同じ分のネガティブマージン */
}
	
.sp-url {
  word-break: break-all;
}
	
.top-title {
	font-size: 36px;
	margin-left: 0;
	margin-bottom: 20px;
  }

.top-outline {
	font-size: 17px;
	text-align: left;
	margin-left: 0;
	line-height: 1.4em;
  }
	
.outline {
	padding: 20px 0;
	background-image: initial;
	background-repeat: initial;
	background-size: initial;
	background-position: initial;
}
	
.news {
	padding: 0 0 20px 0;
	background-image: initial;
	background-repeat: initial;
	background-size: initial;
	background-position: initial;
}		
	
.content {
  width: 90%;
  margin: 0 auto;
}

.content-2 {
  width: 90%;
  margin: 0 auto;
  paddng: 0;
}

.content-3 {
  width: 100%;
  margin-left: 0;
}
	
.content-4 {
  width: 90%;
  margin-left: 0;
}

.pc-content {
  width: 90%;
}

.sp-content {
  width: 90%;
}

.news-content {
  margin-left: 0;
  width: 90%;
}
	
img.img-25{
  width: 100%;
}
	
img.img-40{
  width: 100%;
}

img.img-50{
  width: 100%;
}

img.img-75{
  width: 100%;
}

img.img-100{
  width: 100%;
}
	
img.img-250{
  width: 100%;
}
	
/* ページ横線 */
.page-line{
  margin-right: -100px;
  width: 280px;
}	
	
/* メンバーページリスト */
.members{
  margin-right: -100px;
}

/* テーブル */
table.registration{
  font-size: 12px;
}	
	
table.registration th,table.registration td{
  font-size: 12px;
}	
	
/* ボタン */
.btn-red {
	width: 100%;
	padding: 0.8em 0;
	font-size: 13px;
	margin: 15px auto 25px 0;
}
.btn-red2 {
	width: 100%;
	padding: 0.8em 0;
	font-size: 13px;
	margin: 15px auto 25px 0;
}
.btn-blue {
	width: 100%;
	padding: 0.8em 0;
	font-size: 13px;
	margin: 10px auto 0 0;
}
.btn-blue-fuchi {
	width: 100%;
	padding: 0.8em 0;
	font-size: 13px;
	margin: 15px auto 25px 0;
}
.btn-blue-fuchi-s {
	width: 155px;
	padding: 0.8em 0;
	font-size: 13px;
	margin: 15px 30px 15px 0;
}
.w400 {
	width: 100%;
}
	
/* グリッド */
body	{display: grid;
	grid-template-columns: [left] minmax(60px, 60px) [line] minmax(69px, auto) [main] minmax(auto, 1000px) [main-end] minmax(0, auto) [right]}

#vegas {grid-column-start: left;
	grid-column-end: right;
}
	
/* PC メニュー打ち消し */

nav a {
  content: none;
}
nav a::after {
  content: none;
}
nav a:hover::after {
  content: none;
}
	
/* 要素横並び解除 */
.pc-side-side {
  display: block;
}
	
.pc-side-side img {
  width: 70%;
  height: auto;
  padding: 10px 0 10px 0;
}
	
.pc-side-side-m {
  display: block;
}
	
/* 2段組を1段組に */
.col_2 > div{
  width: 100%;
  padding: 0 0 0 0;
}
	
/* 3段組を1段組に */
.col_3 > div{
  width: 100%;
  padding: 0 0 20px 0;
}	
	
/* 4段組を2段組に */
.col_4 > div{
  width: 50%;
  padding: 0 10px 10px 0;
}	
	
/* 4段組を1段組に */
.col_4-1 > div{
  width: 100%;
  padding: 0 0 10px 0;
}
	
.sponsors {
  text-align: center;
}
	
.sponsors img {
  margin: 30px auto;
}
	
.boxContainer{
  margin-top: -10px;
}
	
/* メンバーページ画像 */
.image_member_s{
  margin: 0 10px 0 0;
}
	
.image_member{
  margin: 0 -50px 0 0;
  width: 160px;
  height: auto;
}
	
/* メンバーページ説明 */
.description{
  width: 100%;
  padding: 10px 0 40px 0;
  margin-right: -70px; /* 右へのはみだし防止 */
}

/* トグルボタン */
button	{display: block;
}

button:focus	{outline: none}	
	
/* SP メニュー */
.sp-menu	{grid-column-start: main;
	grid-row-start: head;
	justify-self: stretch;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	position: relative;
	z-index: 300;
}

.sp-menu ul	{
	margin: 0;
	padding: 10px 15px;
	list-style: none;
	flex-direction: column;
	color: #ffffff;
	background: #41b4c7;
	text-align: left;
}

.sp-menu li a	{display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6em;
	text-decoration: none}

.sp-menu li a:hover	{background-color: none}
	
	
	
.pcsite {display: none !important}	
.pcsite1 {display: none !important}
.pcsite2 {display: none !important}
.pc-head {display: none !important}
.pc-page-title {display: none !important}
.pc-content {display: none !important}
.pc-address-box {display: none !important}
.pc-only {display: none !important}
.page-top {display: none !important}

.spsite {display: block !important}
.spsite1 {display: block !important}
.spsite2 {display: block !important}
button {display: block !important}
.sp-head {display: block !important}
.sp-page-title {display: block !important}
.sp-content {display: block !important}
.sp-address-box {display: block !important}
.sp-only {display: block !important}
	
}