@charset "utf-8";
/*---------------------------------------------------------*/
/* mv */
#mv{
	background: #3d599b;
	position: relative;
}
.mv_price{
	position: absolute;
	bottom: -16.9rem;
	width: 100%;
}

/*---------------------------------------------------------*/
/* simuration */
#simuration{
	padding-top:23rem; 
}
/* title */
#simuration .title > span{
	display: block;
}
#simuration .title .line_1{
	font-size: 5rem;
}
#simuration .title .line_2{
	font-size: 5.8rem;
}
#simuration .title .line_3{
	font-size: 3rem;
	margin: 1rem 0 5rem;
}
/* items */
#simuration .items{
	background: url(../img/simuration_bg.svg) no-repeat top center;
	background-size: contain;
	margin: 0 4rem 7rem;
	padding-top: 4rem;
}
#simuration .item{
	display: flex;
}
#simuration .item + .item{
	margin-top: 5rem;
}
#simuration .item .icon{
	margin-right: 2rem;
	width: 12rem;
}
#simuration .item .text{
	flex: 1;
}
#simuration .item h3{
	font-size: 4rem;
	line-height: 1.25;
}
#simuration .item .body{
	font-size: 3rem;
	line-height: 1.25;
	padding: 1rem 0 0 3.8rem;
	position: relative;
}
#simuration .item .body::before{
	content: "→";
	position: absolute;
	left: 0;
}
/* quote */
#simuration .quote{
	margin-top: 1rem;
}
#simuration .quote li{
	display: inline-block;
	margin-left: 4rem;
}
#simuration .quote li a{
	color: #848383;
	font-size: 2rem;
}

/*---------------------------------------------------------*/
/* warning */
#warning .title{
	background: url(../img/ic_warning.svg) no-repeat top center;
	background-size: 10rem;
	margin: 8rem 0 3rem;
	padding-top: 11rem;
}
.speech{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 7rem 0 5rem;
}
.speech .body{
	margin: 0 3.6rem;
}
.speech .mark_left,
.speech .mark_right{
	border: 0.6rem #333333 solid;
	height: 11.3rem;
	width: 2.6rem;
}
.speech .mark_left{
	border-right: none;
	border-bottom: none;
}
.speech .mark_right{
	border-left: none;
	border-top: none;
}

/*---------------------------------------------------------*/
/* worry */
#worry{
	background: #333333 url(../img/worry_photo.jpg) no-repeat right top 30rem;
	background-size: 45.8rem;
	margin: 15rem 0 9rem;
	padding: 9rem 0;
	position: relative;
}
#worry::before,
#worry::after{
	background: url(../img/worry_bg.svg) no-repeat right top;
	background-size: contain;
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3rem;
}
#worry::before{
	top: -3rem;
}
#worry::after{
	bottom: -3rem;
	transform: rotate(180deg);
}
#worry .fukidashi{
	margin: 17rem auto 5rem -3rem;
	width: 48.2rem;
}
#worry .body{
	background: rgba(51, 51, 51, 0.8);
	border-radius: 2rem;
	padding: 4rem 4rem 0 0;
	width: 45rem;
}

/*---------------------------------------------------------*/
/* about */
#about .title{
	background: url(../img/about_title.svg) no-repeat center top;
	background-size: contain;
	margin: 10rem 0 4rem;
	padding-top: 10rem;
}

#about .items{
	margin: 0 -3rem;
	padding: 5rem 0 8rem;
}
#about .item{
	border-radius: 2rem;
	background-color: #fff;
	box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);
	margin: 0 1rem;
	padding: 2rem 2rem 4.5rem;
	width: 52rem;
}
#about .item_title{
	margin: 3rem 0;
}
#about .item_mark{
	margin: 3rem auto 0;
	width: fit-content;
}
#about .item_mark.caution{
	background: url(../img/ic_warning.svg) no-repeat left center;
	background-size: 8rem 7rem;
	padding-left: 10.4rem;
}
#about .item_mark.notice{
	background: url(../img/ic_notice.svg) no-repeat left center;
	background-size: 7.2rem 7.2rem;
	padding-left: 9rem;
}

/*---------------------------------------------------------*/
/* reason */
#reason{
	background-image: linear-gradient( 0, rgb(31,67,127) 0%, rgb(61,89,155) 100%);
	padding: 11rem 0 8rem;
}
#reason .title{
	margin: 0 auto 5rem;
	width: 65.3rem;
}
#reason .item{
	margin-top: 4rem;
	padding-top: 4rem;
	position: relative;
}
#reason .item::before{
	background: #fff;
	border-radius: 1rem;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 0.6rem;
	width: 100%;
}
#reason .item_title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
}
#reason .item_title .mark{
	border: 0.2rem #fff solid;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
	margin-right: 2.4rem;
	height: 16rem;
	width: 16rem;
}
#reason .item_title .text{
	flex: 1;
}
#reason .price{
	margin: 0 -3rem;
}

/*---------------------------------------------------------*/
/* flow */
#flow{
	padding: 10rem 0 6rem;
}
#flow .point li{
	background: #fff;
	border: 0.2rem #dddddd solid;
	border-radius: 1rem;
	line-height: 1.2;
	padding: 3rem 0;
	width: 32.17391%;
}
#flow .notice{
	margin: 4rem 0 6rem;
}
#flow .step_item{
	background: #fff;
	border-radius: 5rem 2rem 2rem 2rem;
	padding: 4rem;
	position: relative;
}
#flow .step_item + .step_item{
	margin-top: 7rem;
}
#flow .step_item .title{
	margin-bottom: 4rem;
}
#flow .step_item .icon{
	background: #333;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
	padding-top: 1rem;
	position: absolute;
	left: -1rem;
	top: -1rem;
	height: 10rem;
	width: 10rem;
}
#flow .step_item .photo{
	width: 36.06557%;
}
#flow .step_item .text{
	margin-top: -0.2em;
	width: 59.01639%;
}
#flow .color_red{
	color: #cc0000;
}
#flow .tel_block{
	margin-top: 3rem;
}
#flow .tel_block a,
#access .tel_block a{
	background-image: linear-gradient( 0, rgb(255,255,153) 1%, rgb(255,255,204) 100%);
	border: 0.4rem #d2d264 solid;
}
#flow .step_item .tel_block .text{
	width: 100%;
}

/*---------------------------------------------------------*/
/* price */
#price{
	padding: 10rem 0 7rem;
}
.price_item{
	margin: 0 -3rem;
}
#price .subtitle{
	line-height: 1.3;
	margin: 7.5rem auto 4rem;
}
#price .illust{
	margin: 5rem auto 7rem;
}
.price_table{
	border-collapse: collapse;
	margin: 1rem 0;
	width: 100%;
}
.price_table th,
.price_table td{
	border-top: 0.1rem solid #dddddd;
	border-bottom: 0.1rem solid #dddddd;
	padding: 2.5rem 1rem;
}
.price_table th + th,
.price_table td + td{
	border-left: 0.1rem solid #dddddd;
}
.price_table th{
	background: #666666;
	color: #fff;
}

.photo_slider{
	margin-top: 6rem;
}
.photo_slider .item{
	margin: 0 0.5rem;
	width: 52rem;
}

/*---------------------------------------------------------*/
/* support */
#support{
	background-image: linear-gradient( 0deg, rgb(31,67,127) 0%, rgb(61,89,155) 100%);
	padding: 8rem 0;
}
#support .title .border{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2.6rem;
	position: relative;
	height: 9.1rem;
	width: 40.2rem;
}
#support .title .svg{
	position: absolute;
	height: 100%;
	width: 100%;
}
#support .title .svg svg{
	height: auto;
	width: 100%;
}
#support .title .svg .hl-line{
	animation: hl-line-shining 3s infinite forwards;
	filter: url(#feGaussianBlur);
	stroke: #fff;
	stroke-dasharray: 40 1000;
	stroke-dashoffset: 40;
}
@keyframes hl-line-shining {
	0%{
		stroke-dashoffset: 40;
	}
	60%{
		stroke-dashoffset: -1000;
	}
	100%{
		stroke-dashoffset: -1000;
	}
}
#support .title .img{
	display: block;
	margin: 2.6rem auto 5rem;
	width: 65.6rem;
}
#support .medals{
	margin: 4rem -2rem 3.3rem;
}
#support .medal{
	border-radius: 50%;
	position: relative;
	height: 36rem;
	width: 36rem;
}

/*---------------------------------------------------------*/
/* faq */
.faq_item{
	border-radius: 1rem;
	background-color: #fff;
	box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);  
}
.faq_item + .faq_item{
	margin-top: 1.2rem;
}
.faq_item .accordion_btn{
	align-items: stretch;
	padding: 3.2rem 3rem;
}
.faq_item .accordion_btn .text{
	flex-grow: 1;
	padding: 0 1em;
}
.faq_item .accordion_body{
	padding: 0 3rem 4rem;
}

/*---------------------------------------------------------*/
/* doctor */
.doctor_item{
	background: #fff;
	box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 2rem;
	padding: 4rem;
}
.doctor_item + .doctor_item{
	margin-top: 3rem;
}
.doctor_item .photo{
	margin: 0 auto;
	width: 40rem;
}
.doctor_item .name{
	margin: 3.5rem 0 5.5rem;
}
.doctor_item .text{
	line-height: 1.8;
}
.doctor_item .history{
	border: 0.1rem solid #cccccc;
	margin-top: 5rem;
}
.doctor_item .history .accordion_btn{
	padding: 3rem 3rem;
}
.doctor_item .history .accordion_body{
	padding: 0 3rem 3.5rem;
}

/*---------------------------------------------------------*/
/* repeater */
#repeater{
	background-image: linear-gradient( 0deg, rgb(31,67,127) 0%, rgb(61,89,155) 100%);
	padding: 8.7rem 0 8rem;
}
#repeater .title{
	background: url(../img/repeater_title.svg) no-repeat center center;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	height: 36rem;
}
#repeater .text{
	line-height: 1.8;
}
#repeater .catch{
	margin: 7.5rem 0 1.5rem;
}

/* youtube */
.youtube {
	margin: 4.4rem 0 2.5rem;
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.youtube iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.youtube .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#repeater .channel{
	width: 14.3rem;
}

/*---------------------------------------------------------*/
/* access */
#access .logo{
	margin: 0 auto 5rem;
	width: 58.4rem;
}
#access .map{
	margin-top: 2.5rem;
}
#access .map iframe{
	height: auto;
	width: 100%;
	aspect-ratio: 1/1;
}
#access .detail{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3.5rem;
}
#access .detail dt,
#access .detail dd{
	border-bottom: 0.1rem solid #cccccc;
	padding: 2rem;
}
#access .detail dt{
	padding-right: 0;
	width: 30%;
}
#access .detail dd{
	width: 70%;
}
.access_slider{
	margin-top: 6rem;
}
.access_slider .item{
	margin: 0 0.5rem;
	width: 52rem;
}

/*---------------------------------------------------------*/
/* reserve */
#reserve .inner{
	background: #fff;
	border-radius: 2rem;
	padding: 5rem 4rem;
}
#reserve .text{
	margin-top: 1em;
}
#reserve dl{
	border-bottom: 0.2rem solid #999999;
}
#reserve dl:first-of-type{
	border-top: 0.2rem solid #999999;
	margin-top: 3rem;
}
#reserve dt{
	font-size: 3rem;
	font-weight: bold;
	padding-top: 3.5rem;
}
#reserve dt br{
	display: none;
}
#reserve em{
	font-style: normal;
}
#reserve .color_red{
	color: #990000;
}

/* 必須・任意 */
#reserve .tr,
#reserve .fl{
	background: #990000;
	border-radius: 0.6rem;
	color: #fff;
	font-size: 2rem !important;
	line-height: 1;
	padding: 0.7rem 2rem;
	position: relative;
	top: -0.2rem;
	left: 2rem;
}
#reserve .fl{
	background: #cccccc;
	color: #333;
}
#reserve dd{
	padding: 3rem 0;
}

/* input */
::placeholder{
	color: #afafaf;
	opacity: 1;
}
#reserve input[type=text],
#reserve input[type=email],
#reserve textarea,
#reserve select{
	background: #ffffe4;
	border: 0.4rem solid #d8d8d8;
	border-radius: 1rem;
	font-size: 3.4rem;
	padding: 3rem 2rem;
	width: 100%;
}
#reserve select{
	padding: 2.5rem 2rem;
}

/* checkbox & radio */
#reserve .mwform-checkbox-field{
	font-size: 2.6rem;
	margin-top: 1.64%;
}
#reserve .mwform-checkbox-field label{
	border: 0.4rem solid #d8d8d8;
	border-radius: 1rem;
	display: flex;
	padding: 2.2rem 2rem;
}
#reserve .mwform-radio-field input[type="radio"],
#reserve .mwform-checkbox-field input[type="checkbox"]{
	background: #ffffe4;
	border: 0.4rem solid #d8d8d8;
	border-radius: 1rem;
	font-size: 4.8rem;
	margin-right: 1rem;
	height: 4.8rem;
	width: 4.8rem;
}
#reserve .mwform-radio-field input[type="radio"]{
	border-radius: 50%;
}
#reserve .mwform-radio-field + .mwform-radio-field{
	display: block;
	margin-top: 1rem;
}
#reserve .mwform-radio-field label{
	display: flex;
	align-items: center;
}

/* namewrap */
#reserve .namewrap{
	display: flex;
	justify-content: space-between;
}
#reserve .namewrap label{
	width: 48%;
}

/* mwform-tel-field */
#reserve .mwform-tel-field{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#reserve .mwform-tel-field input{
	width: 30%;
}

/* ar (予約時間) */
#reserve .ar{
	display: block;
	margin-top: 1.2rem;
	width: fit-content;
}

/* planlabel */
#reserve .planlabel{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#reserve .planlabel .mwform-checkbox-field{
	width: 49.18033%;
}
#reserve .mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0;
}

/* submit & back */
#reserve .btn-submit-wrap,
#reserve .btn-back-wrap{
	margin: 4rem auto 0;
	width: fit-content;
}
#reserve .btn-submit-wrap input[type=submit]{
	background-image: linear-gradient( 0, rgb(105,0,0) 0%, rgb(199,0,0) 100%);
	border: none;
	border-radius: 50rem;
	cursor: pointer;
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
	padding: 5rem 12rem;
	width: fit-content;
	transition: 0.3s all;
}
#reserve .btn-submit-wrap input[type=submit]:hover{
	background-image: linear-gradient( 0, rgb(206, 0, 0) 0%, rgb(255, 0, 0) 100%);
	transform: scale(1.05);
}
#reserve .btn-back-wrap input[type=submit]{
	background-image: linear-gradient( 0, rgb(153, 153, 153) 0%, rgb(174, 174, 174) 100%);
	border: none;
	border-radius: 50rem;
	cursor: pointer;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	padding: 3rem 8rem;
	width: fit-content;
	transition: 0.3s all;
}
#reserve .btn-back-wrap input[type=submit]:hover{
	opacity: 0.7;
}
