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


html{
	background: #fff;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	width:640px;
	margin:0 auto;
	padding-bottom:50px;
}

.logo{
	width:155px;
	margin:28px 20px 0 0px;
}

.txt_cont{
	width:558px;
	margin: 40px auto;
}




p{
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
	margin: 0;
  font-variant-ligatures: normal;
}

h1{
	margin: 0;
}

h2{
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 50px;
  color: rgb(51, 51, 51);
  font-weight: 400;
  text-align: center;
  margin:0;
  line-height: 1.2;
}

h3{
	font-size: 44px;
	font-family: 'Noto Serif JP', serif;
	color: rgb(233, 83, 136);
	line-height: 1.18;
	margin: 0 0 40px 0;
}


.big{
	font-size: 36px;
}

.name{
	font-size: 28px;
	background: url("img/name_bg.png") no-repeat;
	background-position:left bottom;
	margin-bottom: 30px;
	line-height: 1.3!important;
	padding-bottom: 3px;
}

.name_cont{
	margin-bottom: 30px;
}


#exp{
	margin-bottom: 78px;
}


#membersvoice{
	background: url("img/sec2_bg.png") no-repeat;
	padding: 82px 0 0px 0;
	height: 2216px;
	background-size:cover;
}

#membersvoice h2{
	background: url("img/rec2_bg.png") no-repeat center;
	padding: 0 0 65px 0;
	margin-bottom: 10px;
	font-size: 44px;
	line-height: 1.364;
}

#membersvoice .txt_cont{
	width:558px;
	margin: 40px auto 20px;
}

#membersvoice p{
	line-height: 1.5
}

.voice_pic{
	margin:0 auto 80px;
	width:592px;
}


.txt_cont2{
	width:558px;
	margin: 40px auto 20px;
}

.txt_cont3{
	width:558px;
	margin: 40px auto 15px;
}


#feature{
	margin:80px 0 80px 0;
}

#feature h2 {
	line-height: 1.2;
	text-align: center;
	margin-bottom: 54px;
}

#feature .txt_cont{
	margin: 0px auto ;
}

.ftr_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.ftr_pic{
	margin:0 auto;
}


.ftr_pic1{
	margin:36px 0 70px 0;
	text-align: center;
	padding: 0 10px;
}

.ftr_pic2{
	margin:60px 0 78px 0;
	text-align: center;
}


#recommend h2{
	background: url("img/rec2_bg.png") no-repeat center;
	padding: 0 0 65px 0;
	margin-bottom: 10px;
	font-size: 44px;
	line-height: 1.364;
}


.rec_sano{
	background: url("img/rec_bg.png") no-repeat;
	height: 737px;
	margin-bottom: 77px;
}


.rec_cont{
	padding: 65px 61px;
}


.rec_yukie{
	background: url("img/rec_bg2.png") no-repeat;
	width:100%;
	background-size: cover;
	height: 1091px;
}

.rec_yukie .txt_cont{
	padding: 70px 0 20px;
	margin:0 auto;
}

#flow{
	margin-bottom: 83px;
	padding: 80px 0 0 0;
}

#flow .txt_cont{
	padding: 80px 0 0;
	margin: 0 auto;
}



#flow h3{
	margin-bottom: 20px;
}

.flow_pic1{
	text-align: right;
	margin: 64px 0 40px;
}

.flow_pic2{
	text-align: left;
	margin:80px 0 40px;
}

.flow_pic3{
	text-align: right;
	margin:80px 0 40px;
}


.txt_cont_flow{
	width:558px;
	margin: 0 auto;
}


#attention{
	background: url("img/attention_bg.png") no-repeat center;
	width:100%;
	background-size: cover;
	height: 1017px;
	padding: 80px 0 0 0;
	margin-bottom: 40px;
}

#attention h2{
	margin-bottom: 60px;
}

.button{
	text-align: center;
	margin:0 auto 110px;
	background: url("img/ticket_button_bg.png") no-repeat;
	width:570px;
	padding-bottom:12px;
	line-height: 2.45;
}

.button a:hover{
	opacity: 0.6;
	transition: 0.5s;
}




.button a{
	display: block;
	font-size: 40px;
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}




/*--------------------------------------------
faqPage
---------------------------------------------*/
#faq{
	margin-bottom: 80px;
}


#faq h2{
	margin-bottom: 64px;
}


.faq-item {
  border-top: 1px solid #333;
}
.faq-item:last-of-type {
  border-bottom: 1px solid #333;
}
.faq-item .que {
  position: relative;
  background-image: url("img/icon_q.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}


.faq-item .que .trigger {
  position: absolute;
}
.faq-item .que .trigger::before,
.faq-item .que .trigger::after {
  display: block;
  content: '';
  position: absolute;
  background: #000;
}
.faq-item .que .trigger::after {
  transition: transform 0.3s ease-in;
}
.faq-item .que.open .trigger::after {
  transform: rotate(270deg);
}
.faq-item .ans {
  display: none;
  background-image: url("img/icon_a.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ans .btn {
  background-color: #ffbf00;
  background-image: url("img/arrow_black.svg");
  background-repeat: no-repeat;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
  font-weight: 700;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 0.6s ease-in;
  margin: auto;
}
.faq-item .ans .btn.search {
  background-image: url("img/search_icon.svg");
}
.link-contact {
  display: block;
  background: #802077;
  text-align: center;
  color: #fff;
  font-weight: 700; 
  line-height: 1;
  background-image: url("img/arrow_white.svg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {

  .faq-group {
    margin: 0 calc(40 * 100vw / 750) calc(120 * 100vw / 750);
  }
  .faq-title {
    margin-bottom: calc(60 * 100vw / 750);
    font-size: calc(48 * 100vw / 750);
  }
  .faq-item {
    padding: 0 calc(20 * 100vw / 750) 0;
  }
  .faq-item .que {
    padding: calc(40 * 100vw / 750) calc(80 * 100vw / 750);
    background-size: calc(60 * 100vw / 750) calc(60 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
    line-height: calc(56 * 100vw / 750);
  }
  .faq-item .que .trigger {
    top: calc(50% - calc(25 * 100vw / 750));
    right: calc(20 * 100vw / 750);
    width: calc(50 * 100vw / 750);
    height: calc(50 * 100vw / 750);
  }
  .faq-item .que .trigger::before {
    top: calc(50% - calc(3 * 100vw / 750));
    left: 0;
    width: 100%;
    height: calc(6 * 100vw / 750);
  }
  .faq-item .que .trigger::after {
    top: 0;
    left: calc(50% - calc(3 * 100vw / 750));
    width: calc(6 * 100vw / 750);
    height: 100%;
  }
  .faq-item .ans {
    padding-left: calc(80 * 100vw / 750);
    background-size: calc(60 * 100vw / 750) calc(60 * 100vw / 750);
  }
  .faq-item .ans p {
    margin-bottom: calc(20 * 100vw / 750);
    font-size: calc(28 * 100vw / 750);
    line-height: calc(45 * 100vw / 750);
  }
  .faq-item .ans .btn {
    background-size: calc(15 * 100vw / 750) calc(25 * 100vw / 750);
    background-position: left calc(30 * 100vw / 750) center;
    border-radius: calc(45 * 100vw / 750);
    font-size: calc(30 * 100vw / 750);
    width: calc(550 * 100vw / 750);
    height: calc(90 * 100vw / 750);
    margin-bottom: calc(20 * 100vw / 750);
    justify-content: center;
    text-align: center;
  }
  .faq-item .ans .btn.search {
    background-size: calc(26 * 100vw / 750) calc(26 * 100vw / 750);
    background-position-x: calc(84 * 100vw / 750);
  }
  .link-contact {
    margin: 0 calc(40 * 100vw / 750);
    padding: calc(26 * 100vw / 750) 0 calc(28 * 100vw / 750);
    background-position: right calc(30 * 100vw / 750) center;
    background-size: calc(16 * 100vw / 750) auto;
    border-radius: calc(45 * 100vw / 750);
    font-size: calc(36 * 100vw / 750);
  }
}
@media print, screen and (min-width: 769px) {

 .faq-group {
    margin: 0 0 calc(80 * 100vw / 1366);
  }
  .faq-title {
    margin-bottom: calc(40 * 100vw / 1366);
    font-size: calc(30 * 100vw / 1366);
  }
  .faq-item {
    padding: 0 0 0 calc(20 * 100vw / 1366);
  }
  .faq-item .que {
		width: calc(414 * 100vw / 1366);
    padding: calc(15 * 100vw / 1366) 0 calc(20 * 100vw / 1366) calc(54 * 100vw / 1366);
    background-size: calc(40 * 100vw / 1366) calc(40 * 100vw / 1366);
    font-size: calc(40 * 100vw / 1366);
		font-feature-settings: "palt";
  }
  .faq-item .que .trigger {
    top: calc(50% - calc(20 * 100vw / 1366));
    right: calc(-70 * 100vw / 1366);
    width: calc(40 * 100vw / 1366);
    height: calc(40 * 100vw / 1366);
  }
  .faq-item .que .trigger::before {
    top: calc(50% - calc(2 * 100vw / 1366));
    left: 0;
    width: 100%;
    height: calc(4 * 100vw / 1366);
  }
  .faq-item .que .trigger::after {
    top: 0;
    left: calc(50% - calc(2 * 100vw / 1366));
    width: calc(4 * 100vw / 1366);
    height: 100%;
  }
  .faq-item .ans {
    padding-left: calc(54 * 100vw / 1366);
    background-size: calc(40 * 100vw / 1366) calc(40 * 100vw / 1366);
	  width:460px;
  }
  .faq-item .ans p {
    margin-bottom: calc(20 * 100vw / 1366);
    font-size: 30px;
    line-height: 1.4;
	letter-spacing: 0;
	font-feature-settings: "palt";
  }

	
  .faq-item .ans .btn {
    background-size: calc(8 * 100vw / 1366) calc(12 * 100vw / 1366);
    background-position: right calc(30 * 100vw / 1366) center;
    border-radius: calc(35 * 100vw / 1366);
    font-size: calc(24 * 100vw / 1366);
    width: calc(500 * 100vw / 1366);
    height: calc(70 * 100vw / 1366);
    margin-bottom: calc(20 * 100vw / 1366);
    justify-content: center;
    text-align: center;
  }
  .faq-item .ans .btn.search {
    background-size: calc(19 * 100vw / 1366) calc(19 * 100vw / 1366);
    background-position-x: calc(102 * 100vw / 1366);
  }
  .link-contact {
    width: calc(500 * 100vw / 1366);
    margin: 0 auto;
    padding: calc(32 * 100vw / 1366) 0 calc(34 * 100vw / 1366);
    background-position: right calc(30 * 100vw / 1366) center;
    background-size: calc(8 * 100vw / 1366) auto;
    border-radius: calc(45 * 100vw / 1366);
    font-size: calc(24 * 100vw / 1366);
  }
}

.faqAnchorBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
 .faqAnchorBtns a {
  background-color: #ffd800;
  background-repeat: no-repeat;
  background-position-y: center;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
  font-weight: 700;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .faqNav {
    padding: calc(80 * 100vw / 750) 0 calc(118 * 100vw / 750);
  }
  .faqAnchorBtns {
    padding: 0 calc(40 * 100vw / 750);
  }
  .faqAnchorBtns li {
    margin-bottom: calc(40 * 100vw / 750);
  }
   .faqAnchorBtns a {
    background-size: calc(30 * 100vw / 750) calc(19 * 100vw / 750);
    background-position-x: calc(145 * 100vw / 750);
    border-radius: calc(45 * 100vw / 750);
    font-size: calc(28 * 100vw / 750);
    width: calc(210 * 100vw / 750);
    height: calc(90 * 100vw / 750);
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  .faqNav {
    padding: 0 0 calc(80 * 100vw / 1366);
  }
 .faqAnchorBtns {
    width: calc(800 * 100vw / 1366);
    margin: 0 auto;
  }
  .faqAnchorBtns li {
    margin-bottom: calc(20 * 100vw / 1366);
  }
  .faqAnchorBtns a {
    background-size: calc(20 * 100vw / 1366) calc(13 * 100vw / 1366);
    background-position-x: calc(190 * 100vw / 1366);
    border-radius: 35px;
    border-radius: calc(35 * 100vw / 1366);
    font-size: calc(24 * 100vw / 1366);
    width: calc(240 * 100vw / 1366);
    height: calc(70 * 100vw / 1366);
    justify-content: center;
    text-align: center;
  }
}


.ticket_button2{
	background: #802077;
	width:558px;
	border-radius: 15px;
	margin:0 auto 0px;
	padding: 50px 0 45px;
}

.ticket_button2 p{
	color:#fff;
	font-size:44px;
	font-weight: bold;
	text-align: center;
	line-height: 1.27;
}


.ticket_button2 .button{
	margin:43px auto 0;
	padding-bottom: 5px;
	width:524px;
	background: url("img/ticket_button2_bg.png") no-repeat;
	line-height: 2.25;
}

.ticket_button2 .button a{
	display: block;
	font-size: 40px;
	text-decoration: none;
	color:#333333;
	font-weight: bold;
}


/*--------------------------------------------
max-width: 640px
---------------------------------------------*/


@media (max-width: 640px) {
	
	body{
		width:100%;
	}
	
	body img{
		max-width: 100%;
	}
	
	.txt_cont,.txt_cont2,.txt_cont3{
		width:87%;
		margin: 5% auto;
	}
	
	.logo{
		width:24.3%;
		padding: 0% 3% 0% 3%;
		margin:0;
	}
	
	.logo2{
		width:65.6%;
	}
	
	p{
		font-size: calc(60 * 100vw / 1366);
	}
	
	#membersvoice{
		height: auto;
		background-size: cover;
		padding-bottom: 60px;
	}
	
	#membersvoice h2{
    width: 79.3%;
    margin: 0 auto;
		padding-bottom: 40px;
		background: url("img/rec2_bg.png") center / contain no-repeat;
    font-size: calc(100 * 100vw / 1366);
	}
	
	h2{
		font-size: calc(100 * 100vw / 1366);
	}
	
	h3{
		font-size: calc(85 * 100vw / 1366);
		margin-bottom: calc(40 * 100vw / 1366);
	}
	
	#membersvoice .txt_cont2,#membersvoice .txt_cont3{
		margin-bottom: calc(40 * 100vw / 1366);
	}
	
	.voice_pic{
		width: 96%;
		margin:0 auto  calc(50 * 100vw / 1366);
	}
	
	.name{
		font-size: calc(70 * 100vw / 1366);
		background-size:100%;
	}
	
	.big{
		font-size: calc(90 * 100vw / 1366);
	}
	
	#feature h2{
		font-size: calc(100 * 100vw / 1366);
	}
	
	.number{
		width:25%;
		margin-right:10px;
	}
	
	.ftr_pic1{
		width:97%;
		padding: 0 1% 0 2%;
	}
	
	#feature{
		margin: 80px 0 0;
	}
	
	#recommend h2{
		background-size: contain;
		width:79.3%;
		margin:0 auto;
		font-size: calc(100 * 100vw / 1366);
		padding-bottom: 40px;
	}
	
	.rec_sano{
		width:98%;
		padding: 0 1%;
		background-size: 98%;
		background-position: top;
		height: calc(1559 * 100vw / 1366);
	}
	
	.rec_cont{
		padding: 15% 13%;
	}
	
	
	.rec_yukie{
		height: calc(2279 * 100vw / 1366);
		padding: 0px 0 77px;
	}
	
	.flow_pic1 img,.flow_pic2 img,.flow_pic3 img{
		width: calc(1200 * 100vw / 1366);
	}
	
	.txt_cont_flow{
		width:87%;
	}
	
	#attention{
		height: calc(2059 * 100vw / 1366);
	}
	
	.button{
		width: 93%;
		margin:0 auto 110px;
		background-position: top center;
		background-size:100%;
		padding-bottom: 10px;
	}
	
	.button a{
		font-size: calc(74 * 100vw / 1366);
		line-height: calc(205 * 100vw / 1366);
	}

	
	.faq-item .que{
		width: auto;
	}
	
	.ticket_button2{
		width:87%;
		margin:0 auto 0px;
		padding: 8% 0 6%;
	}
	
	.ticket_button2 p{
		font-size: calc(84 * 100vw / 1366);
	}
	
	.ticket_button2 .button{
		width:93%;
		background-size:contain;
		background-position: top center;
		padding-bottom: 10px;
	}
	
	.ticket_button2 .button a{
		font-size: calc(74 * 100vw / 1366);
		line-height: calc(174 * 100vw / 1366);
	}
	
}

#footer {
	display: none !important;
}

/*--------------------------------------------
Footer FixedNav
---------------------------------------------*/
#footerFixedNav {
	display: none !important;
}