@charset "utf-8";
body{position: relative;}
.wrap{
	max-width: 600px;
	width: 96%;
	margin: 0 auto;
}
header,section{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
h1 img.leaf{max-width: 43px;}

/* アニメーションスタイル */
/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}
/* ボタンデザイン */
.btn_area{
    width: 100%;
    padding: 10px;
    text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.fixedBtn{
	display: none;/*最初は隠す*/
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;
    text-align: center;
}
a.btn{
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
    background: #D73C7D;
    box-shadow: 0 5px 0 #EA9AA6;
	border-radius: 100vh;
    width: 450px;
	color: #fff;
	font-weight: bold;
}
a.btn img{
	max-width: 257px;
	padding: 0.5em ;
}
.shiny-btn1{
    display: block;
    position: relative;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    90% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    91% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@media screen and (max-width: 640px) {
	a.btn{
		width: 80vW;
		font-size: 1em;
	}
}
/*header*/
header{
	background: url("../images/fv_bg.png") no-repeat bottom right 30%;
	background-size: cover;
	height: 100vh;
	position: relative;
}
header .fv_wrap{
	max-width: 350px;
}
header p.h1description img{
	max-width: 200px;
}
header h1 img{
	max-width: 280px;
}
header p.flexbox{
	max-width:380px;
	margin: 10px 0 10px 30px;
	flex-direction: column;
	align-items: flex-start;
}
header p .fv_2{max-width:80px;}
header p .fv_3{max-width:65px;}
header p .fv_4{max-width:65px;}
@media screen and (max-width: 450px) and (min-height: 650px){
	header p.h1description img{
		max-width: 253px;
		margin-top: 30px;
	}
	header h1 img{
		max-width: 300px;
	}
	header p .fv_2{max-width:120px;}
	header p .fv_3{max-width:80px;}
	header p .fv_4{max-width:80px;}
}
@media screen and (max-width: 450px) and (min-height: 700px){
	header p.h1description img{
		margin-top: 50px;
	}
	header p .fv_2{max-width:140px;}
	header p .fv_3{max-width:90px;}
	header p .fv_4{max-width:90px;}
	header p.flexbox{
		margin: 30px 0 10px 30px;
	}
}
@media screen and (max-width: 450px) and (min-height: 800px){
	header{
		background: url(../images/fv_bg.png) no-repeat bottom right 20%;
		background-size: cover;
	}
	header p.flexbox{
		margin: 30px 0 30px 30px;
	}
}
@media screen and (min-width: 450px){
	header{
		background: url(../images/fv_bg.png) no-repeat bottom right;
		background-size: cover;
	}
	header p.h1description img{
		margin-top: 50px;
	}
	header p.flexbox{
		max-width:380px;
		margin: 10px 0 10px 0;
		flex-direction: row;
		align-items: flex-start;
	}
	header p .fv_2{max-width:140px;}
	header p .fv_3{max-width:90px;}
	header p .fv_4{max-width:90px;}
}
@media screen and (min-width: 450px) and (min-height: 550px){
	header p.h1description img{
		max-width: 253px;
	}
	header h1 img{
		max-width: 300px;
	}
	a.btn{
		padding: 10px 0;
	}
}
@media screen and (min-width: 450px) and (min-height: 650px){
	header p.flexbox{
		margin: 30px 0 30px 0;
	}
}
@media screen and (min-width: 450px) and (min-height: 700px){
	header p.flexbox{
		margin: 30px 0 100px 0;
	}
	header h1 img{
		max-width: 400px;
	}
	.btn_area{
		bottom: 20px;
	}
}
 
/*clinic*/
#clinic{
	background: url(../images/clinic_bg.png) center 
	center/cover no-repeat;
	padding: 30px 0;
}
#clinic h1{
	background: rgba(215, 60, 125, 0.8);
	padding: 5px 20px;
	margin: 10px 0;
	font-size: 36px;
	color: #fff;
	display: inline-block;
}
#clinic .box.flexbox{
	justify-content: space-between;
}
#clinic .box.flexbox.boxLeft{
	max-width: 600px;
	margin: 0 auto 0 0;
}
#clinic .box.flexbox.boxRight{
	max-width: 600px;
	margin: 0 0 0 auto;
}
#clinic .box .photo img{
	max-width: 127px;
}
#clinic .box p.txt{
	background: rgba(215, 60, 125, 0.8);
	max-width: 430px;
	padding: 5px 20px;
	margin: 10px 5px;
	color: #fff;
	display: inline-block;
}
@media screen and (max-width: 480px) {
	#clinic h1{
		font-size: 22px;
	}
	#clinic .box.flexbox{
		justify-content: space-between;
	}
	#clinic .box .photo img{
		max-width: 80px;
	}
}
/*price*/
#price{
	background: url(../images/price_bg.png) center 
	center/cover no-repeat;
	padding: 20px 0;
}
#price p.h1description{
	position: relative;
	width: fit-content;
	margin: 0 auto;
	font-weight: bold;
	background: #fff;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 5px;
}
#price p.h1description::before{
	content: "";
	position: absolute;
	bottom: -18px;
	left: 20%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
#price h1{
	font-size: 26px;
	font-weight: bold;
	color: #D73C7D;
	text-align: center;
}
#price .box{
	max-width: 600px;
	width: 96%;
	margin: 30px auto;
	align-items: stretch;
}
#price .box .circle{
	background: url(../images/price_circlebg.png) center center/contain no-repeat;
	width: 140px;
	height: 140px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	position: relative;     
	z-index: 1;
}
#price .box .circle.flexbox{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#price .box .circle p{
	line-height: 1.1;
}
#price .box .circle .triangle{position: relative;}
#price .box .circle .triangle::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 55%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #FFF;
	z-index: 2;
}
#price table{
	width: 600px;
	margin: 30px auto 10px auto;
}
#price table .nbsp{
	background: transparent;
}
#price table thead th{
	max-width:92px;
}
#price table thead th p{
	max-width: 50px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	background: #fff;
	border-radius: 9999px;
}
#price table thead th:first-child{max-width: 140px;}
#price table tbody tr{height: 40px;}
#price table tbody th{
	position: relative;
	width: 140px;
	background: #D73C7D;
	color: #fff;
	vertical-align: middle;
	padding-left: 5px;
}
#price table tbody th::after{
	display: block;
	content: "";
	max-width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #D73C7D;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
#price table tbody td{
	max-width:92px;
	text-align: center;
    vertical-align: middle;
}
#price table tbody td.pink{background: #F6D7DC;}
#price table tbody td.thinpink{background: #FBECEE;}
@media screen and (max-width: 600px) {
	#price .box{
		flex-wrap: wrap;
	}
	#price .box .circle{
		margin-bottom: 10px;
	}
	#price table{
		width: 100%;
		margin: 0 auto;
	}
	#price table thead{display:none;}
	#price table tbody th{
		background:#D73C7D;
		color:#fff;
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.5em 0;
	}
	#price table tbody th::after{
		display: none!important;
	}
	#price table tbody td{
		max-width: none;
		display: block;
		width: 100%;
		position: relative;
		padding: 10px 10px 10px calc(30% + 10px);
	}
	#price table tbody tr td:last-child{margin-bottom: 5px;}
	#price table tbody td::before {
		content: attr(data-label);
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		color:#D73C7D;
	}
	#price table tbody td.nbsp{
		display: none;
	}
}
@media screen and (max-width: 450px) {
	#merit .box p.txt{font-size: 14px;}
}
/* #merit */
#merit{
	background: #FAEAED;
	padding: 20px 0;
}
#merit h1{
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
}
#merit h1 span.dot_txt{
	text-emphasis: dot #D73C7D;
	-webkit-text-emphasis: dot #D73C7D;
	color: #D73C7D;
}
#merit .box{
	max-width: 520px;
	width: 90%;
	margin: 15px auto;
}
#merit .box img{
	max-width: 195px;
}
#merit .box h2{
	max-width: fit-content;
	font-size: 18px;
}
#merit .box p.txt{
	margin-top: 20px;
}
@media screen and (max-width: 480px) {
	#merit h1{
		font-size: 22px;
	}
	#merit .box_img {
		flex-basis: 150px;
		margin: 0 10px;
	}
	#merit .box .box_img img{
		width: 100%;
	}
	#merit .box div{
		flex-basis: 60%;
	}
	#merit .box h2{
		font-size: 18px;
	}
}
/* #nayami */
#nayami{
	background: url(../images/nayami_bg.png) center 
	center/cover no-repeat;
	padding: 20px 0 0 0;
}
#nayami h1{
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
}
#nayami .box{
	max-width:520px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	align-items: flex-start;
}
#nayami .box img{width: 122px;}
#nayami .box p{
	color:#75BCDC;
}
#nayami .solve{
	background: #D73C7D;
	padding: 20px 0;
	text-align: center;
}
#nayami .solve p{color: #fff;}
#nayami .solve p img{width: 79px;}
#nayami .solve h2{
	color: #FFFF00;
	font-size: 26px;
}
@media screen and (max-width: 450px) {
	#nayami h1{
		font-size: 22px;
	}
	#nayami .box{
		flex-wrap: wrap;
	}
	#nayami .solve p{font-size: 14px;}
	#nayami .solve h2{font-size: 18px;}
}
/* #voice */
#voice{
	background: url(../images/voice_bg.png) center 
	center/cover no-repeat;
	padding: 20px 0;
}
#voice h1{
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
}
#voice .box{
	max-width: 600px;
	width: 96%;
	margin: 20px auto;
}
#voice .box .l_box{
	max-width:125px;
}
#voice .box img{max-width: 122px;}
#voice .box p{font-size: 14px;}
#voice .voice_box{
	position: relative;
	width: fit-content;
	margin-left: 25px;
	padding:10px 15px 15px 15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
}
#voice .voice_box::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: #D73C7D 2px dotted;
    content: "";
	z-index: 2;
}
#voice .voice_box::after{
	content: '';
	position: absolute;
	left: -23px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 30px;
	content: '';
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	z-index: 3;
}
#voice .voice_box_p{background: #FBEFF1;}
#voice .voice_box_p::before {border: #D73C7D 2px dotted;}
#voice .voice_box_p::after{background-image: url(../images/voice_partP.png)}
#voice .voice_box_b{background: #DBEEF6;}
#voice .voice_box_b::before {border: #75BCDC 2px dotted;}
#voice .voice_box_b1::after{background-image: url(../images/voice_partB1.png)}
#voice .voice_box_b2::after{background-image: url(../images/voice_partB2.png)}

@media screen and (max-width: 450px) {
	#voice h1{font-size: 22px;}
	#voice .box .l_box{max-width:75px;}
	#voice .box img{max-width: 75px;}
}
 /* #qa */
#qa{
	background: #FAEAED;
	padding: 20px 0 0 0;
}
#qa h1{
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
}
#qa .accordion img{
	max-width: 33px;
}
.accordion {
	width: 600px;
	margin: 0 auto;
}
.accordion-hidden {display: none;}
.accordion-open {
	display: block;
	padding: 10px 60px 10px 10px;
	background: #D73C7D;
	position: relative;
	color: #fff;
	border-bottom: #fff solid 1px;
}
/* アイコンの＋ */
.accordion-open::before,.accordion-open::after {
	content: '';
	width: 20px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
/* アイコンのー */
.accordion-open::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
	transform: translateY(-50%) rotate(0);
}
.accordion-inner {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	transition: 0.5s;
	cursor: pointer;
}
.accordion-hidden:checked+.accordion-open+.accordion-inner {
	height: auto;
	opacity: 1;
	padding: 20px;
}
.accordion label.accordion-inner{
	background: #fff;
} 
@media screen and (max-width: 640px) {
	.accordion {
		width: 100%;
	}
}
/* #notOnly */
#notOnly h1{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
#notOnly h1 img{
	max-width: 640px;
	width: 100%;
}
#notOnly .wrap_box{
	max-width:640px;
	width: 100%;
	margin: 0 auto;
	background: url(../images/notOnly_bg.png) center top/cover no-repeat;
	padding: 10px 0 30px 0;
}
#notOnly .wrap_box .box{
	max-width:600px;
	width: 96%;
	margin: 15px auto;
	justify-content: space-between;
}
#notOnly .box_img{
	flex-basis: 230px;
	margin: 0 10px;
}
#notOnly .box_img img{max-width: 230px;}
#notOnly .box h2{
	font-size: 20px;
	margin-bottom: 10px;
}
#notOnly h3{
	text-align: center;
	margin: 20px auto 40px auto;
}
#notOnly h3 img{
	max-width: 480px;
}
@media screen and (max-width: 480px) {
	#notOnly .wrap_box .box{
		margin: 20px auto;
	}
	#notOnly .box_img {
		flex-basis: 120px;
	}
	#notOnly .box .box_img img{
		width: 120px;
	}
	#notOnly .box div{
		flex-basis: auto;
	}
	#notOnly .box h2{
		font-size: 18px;
	}
	#notOnly .box div p{
		font-size: 14px;
	}
	#notOnly h3 img{
		max-width: 480px;
		width: 90%;
	}
}
/* #flow */
#flow{
	background: #fff;
	padding-bottom: 30px;
}
#flow h1{
	background: #D73C7D;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 26px;
}
#flow .youtube{
	position: relative;
	max-width: 600px;
	margin: 30px auto;
	width: 95%;
	padding-top: 56.25%;
}
#flow .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#flow .slider{
	width: 520px;
	height: 520px;
	margin: 0 auto;
	cursor: grab;
}
#flow .slider img{
	width: 100%;
	height: 520px;
	object-fit: cover;
}
@media screen and (max-width: 520px) {
	#flow .slider{
		width: 420px;
		height: 420px;
	}
	#flow .slider img{
		width: auto;
		height: 420px;
	}
}
@media screen and (max-width: 450px) {
	#flow h1{
		font-size: 22px;
	}
	#flow .slider{
		width: 320px;
		height: 320px;
	}
	#flow .slider img{
		width: auto;
		height: 320px;
	}
}
/* #footer */
footer{
	background-color: #EA9AA6;
	font-size: 12px;
	padding: 5px 0;
}
footer p{
	max-width:650px;
	margin: 0 auto 100px auto;
}
@media screen and (max-width: 640px) {
	footer p,footer ul{
		max-width: 80%;
	}
}