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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* input textarea reset
==============================　*/
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  outline: none;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* テキスト
==============================　*/
a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

.ye {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #b29677;
}

.wh{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #121952;
}

.noteBox{
  padding: 20px 0 30px 20px;
}
.note{
  font-size: 12px;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  color: #7C7C7C;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-indent: -1em;
  margin: 0 0 0 1em;
  padding-bottom: 6px;
}

.f-18{
  font-size: 18px;
}

.flex{
  display: flex;
}

.br_sp{
  display: none;
}
@media(max-width:380px) {
  .br_sp{
    display: inline;
  }
}


/* メディア
==============================　*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}


/* ===================================
共通
=================================== */
body {
  font-family: 'Noto Serif JP','Cormorant Garamond', serif;
  font-size: 14px;
	font-weight: 300;
	position: relative;
	margin: 0 auto;
	color: #121952;
	background: #fff;
}

.main {
  max-width: 500px;
  display: block;
  margin: 0 auto;
  background: #fff;
}

.fv{
  background-color: #f0efe9;
}

h2{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
}
h2 span{
  position: relative;
  z-index: 2;
}
.ttl_bg{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  z-index: 0;
}

@media(min-width:600px) {
  .main {
    margin-right: 60px;
  }
  .fixBox {
    left: auto;
  }
}
@media(min-width:500px) {
  .left_div {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
  }
  .left_div video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media(max-width:500px) {
  .left_div video{
    display: none;
  }
}


/* contact */
.contact {
  background: #121952;
  color: #fff;
  padding: 30px 10px 20px;
}

.contact h3 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}

.contact h3 img {
  display: inline-block;
  padding: 0 3px;
  margin-bottom: -3px;
}

.btn a{
  font-size: 18px;
  background-color: #be9776;
  max-width: 348px;
  width: 100%;
  height: 66px;
  margin: 0 auto 20px;
  border-radius: 66px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn img{
  margin-right: 7px;
}

a:hover{
  opacity: 0.8;
}
@media screen and (max-width: 340px) {
  .contact h3 img {
    width: 24px;
  }
}



/* campaign */
.campaign{
  position: relative;
  z-index: 0;
}
.campaign img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}
/*.campaign::before{
  content: "";
  background-image: url(../img/flower_bottom_right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 260px;
  z-index: -1;
}
*/


/* worry */
.worry_top{
  background-color: #F0EFE9;
  padding: 0 20px;
}

.worry h2 img{
  margin: 0 auto;
}

.worry_top ul{
  padding: 23px 0 40px;
}

.worry_top ul li{
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  padding: 15px 0 15px 35px;
  border-bottom: 1px solid #7C7C7C;
}

.worry_top ul li::before{
  content: "";
  background-image: url(../img/ico_check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 13px;
  left: 3px;
}

.worry_bot{
  position: relative;
  padding: 0 0 40px;
  z-index: 0;
}

.worry_bot::before{
  content: "";
  background-image: url(../img/flower_upper_left.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 151px;
  height: 203px;
  z-index: -1;
}

.worry_bot img{
  width: 100%;
}

.worry_bot_inner{
  padding: 0 20px;
}

.worry_bot h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 30px 0 25px;
}

.worry_bot p{
  letter-spacing: 0.08em;
  line-height: 2.0;
  font-family: 'Noto Sans JP', sans-serif;
}

.movie{
  background-image: url(../img/bg_marble01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.movie_inner{
  padding: 20px 20px 8px;
}

.movie h3{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #121952;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: fit-content;
  margin: 12px auto 20px;
  padding: 2px 6px;
}
@media screen and (max-width: 374px) {
  .movie h3{
    font-size: 14px;
  }
}

.movie .iframe_wrapper{
  max-width: 321px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto 20px; 
}

.movie .iframe_wrapper iframe {
  width: 100%;
  height: 100%;
}



/* about */
.about{
  background-color: #f0efe9;
}

.about_top{
  padding: 50px 20px 40px;
  position: relative;
  z-index: 0;
}

.about_top::before{
  content: "";
  background-image: url(../img/flower_left.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 540px;
  left: 0;
  width: 203px;
  height: 151px;
  z-index: -1;
}

.about_top::after{
  content: "";
  background-image: url(../img/flower_right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 870px;
  right: 0;
  width: 249px;
  height: 175px;
  z-index: -1;
}


.about h2{
  padding-bottom: 40px;
}
@media screen and (max-width: 360px) {
  .about h2{
    font-size: 20px;
  }
}

.about_top p{
  line-height: 2.0;
  letter-spacing: 0.08em;
  font-family: 'Noto Sans JP', sans-serif;  
}

.about .hifu_img{
  margin: 20px 0 20px;
}

.about_top h3{
  font-size: 16px;
  font-weight: 600;
  text-align: center;  
  line-height: 1.8;
  letter-spacing: 0;
  padding: 25px 0 13px;
}

.about_top h3 .marker{
  font-size: 18px;
  letter-spacing: 0.08em;
  background:linear-gradient(transparent 60%, #fff 60%);
}

.imgBox{
  padding: 10px 20px 16px 0;
}

.imgBox p{
  padding: 14px 0 0 20px;
  line-height: 1.7;
}

.imgBox01{
  border: 1px solid #AFAFAF;
  margin: 30px 0 10px;
}

.imgBox02{
  border: 1px solid #B29677;
}

.about_bot{
  background-image: url(../img/bg_marble02.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}

.effect{
  background-color: #fff;
  padding: 29px 20px 23px;
}

.effect h3{
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
}
.br390{
  display: none;
}
.effect h3 span{
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-right: 5px;
}
@media screen and (max-width: 390px) {
  .effect h3{
    line-height: 1.6;
  }
  .effect h3 .small{
    font-size: 14px;
  }
  .br390{
    display: inline;
  }
  .effect h3 span{
    padding-right: 0;
  }
}


.effect_txt{
  text-align: center;
  line-height: 1.7 !important;
  letter-spacing: 0.08em;
  font-family: 'Noto Sans JP', sans-serif;  
}

.effect .line{
  margin: 15px auto 30px;
}

.effect ul{
  margin: 20px 0;
}


.effect li{
  background-color: #F0EFE9;
  padding: 10px;
  margin-bottom: 12px;
  border-left: 5px solid #121952;
}



/* faq */
.faq_area{
  padding: 50px 20px 40px;
  background-color: #f0efe9;
}

.faq_area .inner-size{
  margin-top: 40px;
}

.faq_area .block_ttl{
  padding: 0 8px 15px;
}

.faq_area h3 {
  margin-bottom: 30px;
}

.faq_area .cont {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
  color: #1b1f51;
  background: #fff;
  margin-top: 20px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
}

.faq_area .cont a {
  display: block;
  position: relative;
  padding: 20px 30px 20px 0;
  color: #1b1f51;
}

.faq_area .cont a.active {
  border-bottom: 1px solid #f0efe9;
}

.faq_area .cont a .arrow_icon img {
  display: block;
  position: absolute;
  right: 10px;
  top: 25px;
  margin: auto;
  transition: .3s;
}

.faq_area .cont a .arrow_icon img.active {
  transform: rotate(180deg);
  transition: .3s;
}

.faq_area .cont a span.icn,
.faq_area .cont .toggle span.icn {
  margin-right: 10px;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  color: #be9776;
  font-weight: bold;
  letter-spacing: 0;
}

.faq_area .cont a span.txt {
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
  letter-spacing: 0;
}

.faq_area .cont .toggle {
  padding: 20px 0;
  display: flex ;
  flex-wrap: nowrap;
  line-height: 1.8;
  display: none;
}

.faq_area .cont .toggle p {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  color: #1b1f51;
}

table{
  width: 100%;
  margin-top: 20px;
}

th,td{
  border:1px solid #E1E1E1;
  padding: 8px 5px;
  vertical-align: middle;
  line-height: 1.4;
}

th:first-of-type{
  background-color: #FAF9F6;
  width: 56.5%;
}



/* doctor */
.doctor{
  padding: 50px 0 0;
  background-color: #f0efe9;
}

.doctor h2{
  padding-bottom: 50px;
}

.doctor .insta_link{
  display: block;
  margin: 0 auto 19px;
  width: fit-content;
}

.doctor_img{
  margin-bottom: 28px;
}

.doctor_txtBox{
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 300;
  padding: 25px 30px;
  margin: 5px 20px 0;
  border-top-left-radius: 30px;
  background-color: #fff;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

.doctor_career{
  font-family: 'Noto Sans JP',sans-serif;
  padding: 13px 20px 0;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.doctor_career h3{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.doctor_career .flex{
  align-items: flex-start;
}

.doctor_career dt{
  padding-right: 16px;
}

.doctor_career dd{
  margin-bottom: 10px;
}

.doc01 {
  padding: 0 0 40px;
}



/* clinic */
.clinic{
  padding: 0 10px;
}

.clinic .block_ttl{
  padding: 0 10px;
}

.clinic h2{
  margin: 50px 0 16px;
}

.inner-size_2{
  font-family: 'Noto Sans JP',sans-serif;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.clinic h4{
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #b29677;
  padding: 37px 0 21px;
  line-height: 1.1;
  letter-spacing: 0;
}

.clinic h5{
  font-weight: 500;
}

.clinic ul{
  font-family: 'Noto Sans JP',sans-serif;
  line-height: 1.9;
  padding: 40px 0 0;
}

.clinic li{
  border-bottom: #e0e0e0 1px solid;
  padding: 8px 0;
}

.clinic li:first-child{
  border-top: #e0e0e0 1px solid;
}

.clinic li p{
  font-weight: 300;
}

.kizuna{
  font-family: 'Noto Serif JP','Cormorant Garamond', serif;
  display: block;
  margin-top: 4px;
}

.clinic ul{
  color: #383737;
  padding: 40px 10px 0;
}

.clinic .c-txt{
  margin-bottom: 19px;
}



/* CLINIC PHOTO */
.clinicphoto {
  padding: 0 20px 40px;
}



/* access */
.access{
  padding: 50px 20px 0;
  background-color: #efeee9;
}

.access h2{
  padding-bottom: 50px;
}

.access_txt{
  padding: 22px 0 60px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.access .inner-size p{
  font-family: 'Noto Sans JP',sans-serif;
}

.access_txt img{
  display: inline-block;
  width: 160px;
  margin: 20px 0 12px;
}




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



/* ===================================
フッター
=================================== */
footer {
  background: #1b1f51;
  padding: 30px 5px 95px;
}

footer p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.fixBox{
  position: fixed;
  bottom: 0;
  background-color: #b29677;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  max-width: 500px;
  width: 100%;
  z-index: 10;
  
  padding-bottom: env(safe-area-inset-bottom);
  transition: .3s;
}

.fixBox img{
  margin-right: 7px;
}
@media screen and (max-width: 340px) {
  .fixBox img{
    margin-right: 0px;
  }
}

.fixBox ul{
  display: flex;
}

.fixBox li{
  width: 33%;
}

.fixBox li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
}

.fixBox li:nth-of-type(2){
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
