@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');

/*******************************

Common

*********************************************/

html{
	overflow-x: hidden;
}

*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

body{
font-family:'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
margin:0;
padding:0;
font-size:0.9rem;
color:#373737;
line-height:1.8;
font-weight:normal;
overflow-x:hidden;
background:#fafaf9;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

button {
	margin: 0;
  padding: 0;
  border: 0;
}

.btn_fixed img:hover{
opacity:0.78;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.ctabtn:hover{
 opacity:0.78;
}

a{
 transition: 0.3s;
}

.alink {
	cursor: unset;
}


/*************** Text  *****************/

p{
	font-family: 'Kosugi Maru', sans-serif;
	margin:0 0 1.5em 0;
	padding:0;
	font-size:1.0rem;
	color:#3a3939;
	line-height:1.8;
}

p.min{
	font-size:0.85rem;
}


.align_left{
	text-align:left !important;
}

b{
	font-weight:bold;
}

ul li{
	padding:0;
}

p.left{
	text-align:left;
}

.Center{
	text-align:center;
}

p:last-child{
	margin-bottom:0 !important;
}


/*************** Link  *****************/

a{
	outline: none;
	text-decoration:none;
	border:none;
	color: #373737;
}

a:hover{
	text-decoration:underline;
}

a:focus{
	outline: none;
}

img{
	vertical-align:bottom;
	max-width:100%;
}


/*************** Header *****************/

#header{
	padding:.75em 0 0;
	background:#fff;
}

#header .Contents_wrapper{
 	margin:auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: center;
 	padding-bottom:.75em;
 	padding-left:.75em;
}

#header .Contents_wrapper .Logo{
	width:calc(98% / 2);
	max-width: 250px;
}

#header .Contents_wrapper a{
	position:relative;
	overflow:hidden;
	display:block;
	max-width:50vw;
}

#header .Contents_wrapper .btn-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	max-width:60%;
}


/*************** main *****************/

main#wrapper {
    margin: auto;
    max-width: 750px;
    background: #f0e9e4;
    
    overflow: hidden;
}



/*************** article *****************/

article{
	padding:1em 1.5em;
}

article.clinic{
 	padding: 0 40px;
}

article.pl-none{
	padding-left:0;
	padding-right:0;
}

article.pt-none{
 	padding:0;
}

article.bg-pink {
	background: #ffe8ed;
	padding: 0 0 8px;
}

article.faq-bg {
	background: #ffe8ed;
	padding: 0 1.5em 3em;
}



/************ 追従フッター *************/

.Bnr{
  position: relative;
  margin: 0 auto;
  width:100%;
  display: none;
}

.Bnr .Bnr__img{
	position: fixed;
	bottom:0;
	width:100%;
	z-index: 999999;
	background:#ffe8ed;
	padding:.35em .75em;
	min-height: auto;
}

.bottom_menu_contents_wrap {
width: 100%;
margin: 0 auto;
display:flex;
justify-content:center;
 max-width:750px;
box-shadow: 0px -2px 16px -7px rgba(0,0,0,0.09);
}

.bottom_menu_contents:first-child{
 margin-right:10px;
}

.bottom_menu_contents{
text-align:center;
}

.bottom_menu_contents a {
display: block;
width:100%;
}

.bottom_menu_contents a:hover{
 background:none;
}

.Bnr .line__bnr__img{
	background: 0;
	bottom: 15vw;
	position: fixed;
}

@media screen and (min-width: 768px){
	.Bnr .line__bnr__img{
		bottom: 7rem;
	}
 }

.Bnr .line-button-normal-container{
	margin: 0 auto;
	max-width: 750px;
	text-align: right;
}

.Bnr .line-button-normal-container .ctabtn{
	width: 26%;
  display: inline-block;
}

.Bnr .line-button-normal-container .ctabtn img{
	width: 100%;
}

/************ 追従フッター *************/


/************ フッター *************/

footer{
	padding:0 1em 130px 1em;
	font-size:0.9rem;
	background:#fff;
	color:#1a1a1a;
}

footer .copy{
	font-size:0.7rem;
	text-align:center;
	max-width:1080px;
	margin:auto;
	color:#888;
	font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

ul.footer_links{
 max-width:1080px;
 margin:1em auto 1em auto;
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
justify-content:center;
 list-style:none;
}

ul.footer_links li{
  margin-right:1em;
 font-size:0.9rem;
 }

ul.footer_links li:after{
 content:'/';
 margin-left:1em;
 }

/************ フッター *************/


/************ CTAボタン アニメーション *************/

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }

  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
}

/************ CTAボタン アニメーション *************/


/************ クリニック情報 *************/

dl.table{
 display:table;
 width:100%;
 padding:0;
 margin:0;
 font-size:1.0rem;
 
}

dl.table:first-child{
 border-top:none;
}

dl.table dt{
	width: 100%;
	display: block;
	margin-bottom:0;
	background:#ddc89d;
	font-weight: 900;
	text-align: center;
	font-size: 1.7rem;
	color: white;
}

dl.table dd{
	width: 100%;
	max-width: 290px;
	margin: auto;
	display: block;
	text-align:left;
	font-size:1.4rem;
	padding: 1em 0;
}

dl.table dd.center {
	text-align: center;
}

iframe{
 margin:0 auto 0 auto;
 vertical-align:bottom;
}


.Staff {
	margin-bottom: 14px;
}

.Clinic_wrapper .Logo{
 margin: 2em auto;
 text-align:center;
 max-width:250px;
}

dl dd {
	margin-left: 0;
}

/************ クリニック情報 *************/


/************ よくある質問 *************/

.menu__item {
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  background:#b3a382;
  color:#fff;
}

.course__title{
 padding:.9em;
 position:relative;
 border:none;
}

.menu__item__link {
  padding: 0;
  position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
  justify-content:space-between;
	align-items:center;
}

.menu_item_wrap{
	width:calc(100% - 60px);
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
 }

.flex_items_center{
 align-items:center;
 padding:.5em 0;
}

.menu__item__link:after {
  content: '';
	width: 16px;
  height: 16px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  text-align: center;
  font-size:30px;
	margin-right: 24px;
}

.menu__item__link.on:after {
  content: '';
	width: 16px;
  height: 16px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
	transform: rotate(135deg);
}

ul.menu, ul.menu li{
	list-style:none;
	padding:0;
}

#sec--01 ul.menu{
	margin-bottom:0;
}

ul.menu{
	margin-bottom:1px;
}

ul.submenu{
	list-style:none;
	margin-bottom:0;
	margin-top: 0;
	padding-left: 0;
	border-radius:0;
	padding-bottom:0;
}

.course__title ul.submenu{
	padding-left:0;
}

a.menu__item__link:hover{
	text-decoration:none;
 }

.menu__item__link div.sec-wrap{
	padding:1em 1em 1em 60px;
	font-weight:normal;
	font-size:1.3rem;
	width:calc(100% - 60px);
	line-height:1.6;
	font-family: 'TBゴシック', sans-serif;
}

.menu__item__link div.sec-wrap div{
  display:flex;
	text-align:left;
	line-height:1.5;
	align-items: center;
	flex-direction: row;
	color:#fff;
 }

.menu__item__link div.sec-wrap div:before{
  content:'';
  background: url(../../images/qa_Q0.png)no-repeat;
  background-size:contain;
  width:36px;
  height:40px;
  position:absolute;
  top:15px;
  left:10px;
 }

.submenu {
  background: #fff;
  display: none;
}
.submenu__item p {
  padding: 22px !important;
  min-height:50px;
	font-family: 'TBゴシック', sans-serif;
	margin: 0;
}

.submenu__item_p {
	color: #ff789b;
}

/************ LINEブロック *************/
.line__menu__block{
	position: relative;
}

.line__menu__block>.ctabtn .pulse{
	position: absolute;
	left: 0;
	top: 83%;
}

/************ LINEブロック *************/

/************ よくある質問 *************/

/************ scroll animation *************/

.point-rtl {
	width: 100%;
	opacity: 0;
	position: relative;
	right: -600px;
	transition: 1s;
	will-change: transform;
}

.point-rtl.is-active {
	right: 0;
	opacity: 1;
	animation: scroll 1s;
	animation-delay: -1.2s;
}

.point-ltr {
	width: 100%;
	opacity: 0;
	position: relative;
	left: -600px;
	transition: 1s;
	will-change: transform;
}

.point-ltr.is-active {
	left: 0;
	opacity: 1;
	animation: scroll 1s;
	animation-delay: -1.2s;
}

/************ scroll animation *************/



@media screen and (min-width: 768px){
	.sp_image{
		display:none;
	}
	.br-sp02{
	 display:none;
	}
 }

@media screen and (max-width: 767px){
	#header .Contents_wrapper {
	    flex-wrap: nowrap;
	    padding-left:.15em;
	}
	.bottom_menu_contents:first-child {
	 margin-right:0;
	}
	p {
	 font-size:0.925rem;
	}
	.pc_image{
		display:none;
	}
	.br-sp{
		display:none;
	}
	#header{
		padding:.75em .15em 0;
	}
	#header .Logo {
		max-width: 140px;
		padding: 0 8px;
	}
	main #wrapper{
		max-width:640px;
		margin:auto;
	}
	article {
		padding-left: .75em;
		padding-right: .75em;
	}
	article.faq-bg {
		padding: 0 20px 20px;
	}
	article.clinic {
		padding: 0 40px;
	}
	.Bnr .Bnr__img p.close{
	  position: absolute;
	  right:3px;
	  top:0px;
	}
	.bottom_menu_contents_wrap{
	 margin-top:0px;
	}
	.sp_mb_none{
	 margin-bottom:0;
	}
	footer{
	 padding:1.5em 1em 80px 1em;
	 font-size:0.9rem;
	 margin-bottom: 50rem;
	}
	ul.footer_links{
	 padding:0;
	 margin-bottom:0;
	 margin-top:0;
	}
	ul.footer_links li{
	  margin-right:1em;
	  font-size:1.0rem;
	  width:100%;
	 border:1px solid #fff;
	 margin:0 auto 1em auto;
	 padding:0;
	 }
	ul.footer_links li a{
	 display:block;
	 padding:.5em;
	 border:1px solid #1a1a1a;
	 font-size:0.85rem;
	 text-align:center;
	}
	ul.footer_links li:after{
	 display:none;
	 }
	footer .copy{
	 font-size:0.65rem;
	}
	p.min{
	 font-size:0.75rem;
	 text-align:left;
	 }
	.menu__item__link {
		flex-wrap: nowrap;
	}
	.menu__item__link:after{
	 font-size: 20px;
	 width:16px;
	 right:8px;
	}
	p.txt_center{
	 text-align:left;
	}
	.caution_wrap p{
	 text-align:left;
	}
	.Clinic_wrapper .Logo {
		text-align: center;
		margin: 2em auto;
	}
	dl.table dt, dl.table dd{
	 font-size:1.0rem;
	}
	dl.table dt{
	 width:100%;
	 display:block;
	 margin-top:.5em;
	}
	dl.table dd{
	 width:100%;
	 max-width: 245px;
	 display:block;
	 padding: 8px 18px;
	}
	.menu__item__link div.sec-wrap{
	 font-size:1.1rem;
	 width:calc(100% - 30px);
	}
	.menu__item__link div.sec-wrap div:before {
		display: block;
		font-size: 24px;
		margin-left: 8px;
	}
	ul.submenu{
	 padding-left:0;
	}
	.submenu__item {
	    padding: .9rem 0 0 !important;
	}
	.sec-title {
		max-width: 252px;
	}
	.submenu__item{
	 padding-top:0 !important;
	}
	.Clinic_wrapper .Logo{
	 max-width:200px;
	}
	.Clinic_wrapper{
	  display: block;
	 }
	.Clinic_wrapper .Item{
	  width:calc(100% / 1);
	  display: block;
	  min-height:auto;
	  padding:0;
	 }
	.privacy_text_wrap{
	 margin-top:0;
	}
	ul.menu{
	 margin-bottom:0;
	}
	.menu__item__link{
	 align-items:center;
	}
	ul.disc li {
		margin-bottom: .5em;
		padding-left: .2em;
		text-indent: 0em;
		list-style-position: inside;
		margin-left: 1.2em;
		list-style: disc !important;
	}
	.menu__item__link div.sec-wrap div.center:before{
	 margin-top:0;
	}
	article.white .menu__item{
	 margin-bottom:0;
	 border-top:none;
	}
	article.white .menu__item__link div.sec-wrap{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content:center;
	}
	.Bnr .Bnr__img{
	 padding:0;
	}
}

 /* 価格詳細セクション */
 .price-detail-section {
	position: relative;
	width: 100%;
	padding: 0;
  }
  
  .price-detail-section .text-detail {
	position: relative;
	cursor: pointer;
	display: block;
	width: 100%;
  }
  
  .price-detail-section .text-detail.on span > img {
	transform: rotate(360deg);
  }
  
  .price-detail-section .text-detail span > img {
	position: absolute;
	right: 18%;
	width: 50px;
	height: 32px;
	top: 60px;
	transform: rotate(180deg);
	transition: transform 0.3s ease;
  }
  
  .price-detail-section .image-detail {
	position: relative;
	margin-top: 0;
	display: none;
	transition: all 0.5s ease-in-out;
	z-index: 11;
	background: #b3a382;
	width: 100%;
	max-width: 100%;
  }
  
  .price-detail-section .image-detail.on {
	display: block;
  }
  
  .price-detail-section img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
  }
  
  /* 前後の要素との間隔調整 */
  #comntents7 + .price-detail-section {
	margin-top: 0px;
	bottom: -10em;
  }
  
  .price-detail-section + #comntents8 {
	margin-top: 30px;
  }
  
  #comntents7 {
	margin-bottom: 0;
  }
  
  /* レスポンシブ */
  @media screen and (min-width: 768px) {
	#comntents7 + .price-detail-section {
	  margin-top: 0px;
	  bottom: 0em;
	}
	
	.price-detail-section + #comntents8 {
	  margin-top: 60px;
	}
  }
  
  @media screen and (max-width: 767px) {
	.price-detail-section {
	  margin: 0;
	}
	
	.price-detail-section .text-detail {
	  margin: 0;
	}
	
	.price-detail-section .text-detail span > img {
	  width: 25px;
	  height: auto;
	  top: 40%;
	  right: 20%;
	}
	
	.price-detail-section .image-detail {
	  margin-top: 0;
	}
  }
  
  @media screen and (width: 540px) {
	.price-detail-section .text-detail span > img {
	  width: 25px;
	  height: auto;
	  top: 47%;
	  right: 20%;
	}
  }
  

@media (max-width: 768px) {
    div#comntents3_second{
        position: relative;
        bottom: 0em;
    }
}
div#comntents3_second {
    position: relative;
    bottom: 0rem;
}

div#comntents7_second {
    position: relative;
    bottom: 0rem;
}
#comntents7_second {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    div#comntents7_second {
        position: relative;
        bottom: -10em;
    }
}