
/* ----------------------------------
mv
---------------------------------- */
.kv{
  position:relative;
}
.kv img.kv_image{
  height:100%;
  width:100%;
}
.kv h1{
  font-size:4rem;
  width:100%;
  color:#fff;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  left:5%;
}
.kv_info{
  position:absolute;
  bottom:60px;
  left:50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
  padding:0 5%;
}
.kv_price p{
  display: inline-block;
  font-size:2rem;
  padding:0.3em;
  color:#fff;
  margin-bottom:1em;
  position:relative;
}
.kv_price p::before{
  content:"";
  position:absolute;
  width:95%;
  height:1px;
  left:0;
  bottom:0;
  background-color: #fff;
}
.kv_price p::after{
  content:"";
  position:absolute;
  width:612px;
  height:1px;
  left:0;
  bottom:0;
  background-color:rgba(255,255,255,0.5);
}
.kv_price table{
  border:1px solid #fff;
}
.kv_price table tr th{
  background-color: var(--gold);
  color:#fff;
  font-size:1.8rem;
  padding:1em;
}
.kv_price table tr th:nth-of-type(2){
  background-color: var(--navy);
}
.kv_price table tr td{
  color: var(--gold);
  background-color: #fff;
  font-size:4.2rem;
  padding:3px 1rem;
}
.kv_price table tr td:last-of-type{
  color:var(--navy);
}
.kv_price table td span{
  font-size:3rem;
}
.kv_info ul{
  display: flex;
  gap:1.6rem;
}
/* ----------------------------------
infomation
---------------------------------- */
.infomation{
  background: url(../images/index/info_bg.png) top center no-repeat;
  background-size: cover;
}
.wrapper.infomation_content{
  position:relative;
  max-width: 1325px;
}
.infomation_content article{
  padding-left:36px;
  position:relative;
}
.infomation_content article img{
  box-shadow: -20px 20px 0px 0px rgba(76, 97, 128, 0.3);
}
.infomation_list h3{
  color:#4C6180;
  background-color: #fff;
  border-left:9px solid #4C6180;
  padding:1rem 1.6rem;
  margin:0;
}
.infomation_list{
  width:581px;
  position:absolute;
  bottom:86px;
  right:0;
}
.infomation_list h3.sub_title{
  margin-bottom:0;
}
.infomation_list ul{
  padding:1.6rem;
  background: linear-gradient(
    to left,
    rgba(79, 99, 126, 0.8) 0%,
    rgba(79, 99, 126, 0.6) 50%,
    rgba(79, 99, 126, 1) 100%
  );
}
.infomation_list ul li{
  padding-left:3em;
  font-size:1.8rem;
  color:#fff;
  position:relative;
  line-height: 2;
}
.infomation_list ul li::before{
  content:"";
  position:absolute;
  width:22px;
  height:21px;
  background: url(../images/index/info_checkbox.png);
  background-size: cover;
  top:8px;
  left:1.5em;
}
/* ----------------------------------
reserve
---------------------------------- */
.reserve{
  background: url(../images/index/info_detail_bg.png) top center no-repeat;
  background-size: cover;
}
.reserve .wrapper{
  display: flex;
  align-items: flex-start;
  gap:40px;
}
.reserve_calendar{
  width:calc(50% - 20px);
}
.address{
  font-size:1.6rem;
  margin:1em auto;
}
.calender_tel a{
  font-family: var(--english-font);
  color:var(--main-font-color);
}
a.mobile{
  font-size:3.2rem;
}
a.tel{
  font-size:2rem;
}
.calendar{
  background-color: #fff;
  padding:1em 1.5em;
  margin-top:2rem;
}
p.comment{
  width:100%;
  display: flex;
  gap:5px;
}
p.comment span{
  background-color: var(--gold);
  color:#fff;
  font-size:1.8rem;
  display: block;
  padding:3px 0;
  width:calc((100% - 5px) / 2);
}
.calendar table{
  font-size:1.6rem;
  margin:1em auto;
  width:100%;
  border-top:1px solid #D7D5D2;
  border-bottom:1px solid #D7D5D2;
}
.calendar table thead tr th:not(:first-child){
  text-align: center;
}
.calendar table thead tr th:first-child{
  width:30%;
}
.calendar table thead tr th{
  padding:10px 0 5px;
}
.calendar table tbody tr th,
.calendar table tbody tr td{
  padding:5px 0 10px;
}
.calendar dl{
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
}
.calendar dl dd{
  text-align: left;
}
.calendar dl dd a{
  color:var(--main-font-color);
}
.map{
  width:calc(50% - 20px);
  height:100%;
}
.map iframe{
  width:100%;
  height:420px;
}
.reserve .checkbox.wrapper{
  display: flex;
  gap:3rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 56px 56px 36px;
  background-color: #fff;
  border:1px solid #4F637E;
  position:relative;
}
.reserve .checkbox.wrapper::after{
  content:"";
  position:absolute;
  z-index: -1;
  left:50%;
  transform: translateX(-50%);
  bottom:-60px;
  width: 300px;
  height: 68px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(79, 99, 126, 0.8) 100%
  );
}
.checkbox h3{
  font-size:2.4rem;
  padding-top:1em;
  position:relative;
}
.checkbox h3 span{
  color:var(--navy);
}
.checkbox h3::after{
  content:"";
  position:absolute;
  width:1px;
  height:170px;
  background-color: #D9D9D9;
  top:0;
  right:-1em;
}
.checkbox ul li{
  margin-bottom:20px;
  position:relative;
  padding-left:2em;
}
.checkbox ul li::before{
  content:"";
  position:absolute;
  width:22px;
  height:21px;
  left:0;
  top:0;
  background: url(../images/index/checkbox.png) center center no-repeat;
  background-size: cover;
}
.index_message{
  padding:100px 0 50px;
}
.index_message p{
  font-size:2.8rem;
}
.index_message h3{
  font-size:4.4rem;
  color:var(--gold);
  margin:0.5em 0 1em;
  position:relative;
}
.index_message h3::before,
.index_message h3::after{
  content:"";
  position:absolute;
  width:100%;
  max-width: 890px;
  height:1px;
  left:50%;
  transform: translateX(-50%);
  background-color: var(--gold);
  bottom:-3px;
}
.index_message h3::after{
  bottom:-8px;
}
.index_message a{
  display: block;
  width:360px;
  height:84px;
  line-height: 84px;
  background-color: var(--navy);
  color:#fff;
  font-size:2rem;
  margin:0 auto;
  position:relative;
}
.index_message a::before{
  content:"";
  position:absolute;
  width:60px;
  height:60px;
  top:12px;
  left:12px;
  background: url(../images/index/tel_message_icon.png) center center no-repeat;
  background-size: contain;
}
.index_message a::after{
  content:"";
  position:absolute;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:8px solid #fff;
  right:34px;
  top:33px;
}
/* ----------------------------------
reason
---------------------------------- */
.reason{
  background-color:#EBF8FF;
  position: relative;
  padding:140px 80px;
  
}
.reason::before{
  position:absolute;
  content:"";
  width:100%;
  aspect-ratio: 1440 / 737;
  background: url(../images/index/reazon_bg.png) top center no-repeat;
  background-size: cover;
  top:0;
  left:0;
}
.section_title{
  font-size:2.8rem;
  color:var(--navy);
  line-height: 1;
}
.section_title span{
  font-family: var(--english-font);
  font-size:9.6rem;
}
.reason_content{
  margin-top:80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap:4rem;
}
.reason_content.re{
  flex-direction: row-reverse;
}
.reason_content img{
  position:relative;
  z-index: 1;
}
.reason_content h3{
  text-align: left;
  color:#30486A;
  opacity: 0.2;
  font-size:9.5rem;
  font-family:var(--english-font-title);
}
.reason_content.re h3{
  text-align: right;
}

.reason_content h3 span{
  font-size:8rem;
  padding:0.5rem;
}
.reason_content h4{
  font-size:3.6rem;
  color:var(--navy);
  position:relative;
  letter-spacing: 3px;
}
.reason_content h4::before{
  content:"";
  position:absolute;
  width:100vw;
  height:1px;
  background-color: #30486A;
  opacity: 0.2;
  bottom:-20px;
  left:-80px;
  z-index: 0;
}
.reason_content.re h4::before{
  right:-80px;
  left:auto
}
.reason_content h4::after{
  content:"";
  position:absolute;
  width:283px;
  height:1px;
  background-color: #30486A;
  bottom:-20px;
  left:0;
}
.reason_content p{
  margin-top:61px;
}
/* ----------------------------------
greeting
---------------------------------- */
.greeting{
  padding-left:80px;
  padding-bottom:140px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  position:relative;
}
.greeting::before,
.greeting::after{
  content:"";
  position:absolute;
  width:100%;
  height:28.055vw;
  left:0;
  z-index: -1;
}
.greeting::before{
  background: url(../images/index/greeting_before.png) top center no-repeat;
  background-size: cover;
  top:0;
}
.greeting::after{
  background: url(../images/index/greeting.after.png) bottom center no-repeat;
  background-size: cover;
  bottom:0;
}
.gree_left{
  padding-top:140px;
}
.greeting_title{
  color:var(--gold);
}
.greeting_title span{
  font-size:3.6rem;
  padding-right:1rem;
  font-family: var(--english-font-title);
}
.gree_left h4{
  font-size:2.8rem;
  font-weight:500;
  letter-spacing: 3px;
  margin:40px auto;
  color:var(--gold);
}
.gree_left p{
  margin-bottom:65px;
}
.gree_movie{
  width:100%;
  height:411px
}
.gree_movie iframe{
  width:100%;
  height:100%
}
.gree_right{
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
a.greeting_btn{
  width:100%;
  max-width: 480px;
  margin:112px auto 0 0;
  height:100px;
  line-height: 100px;
  text-align: center;
  display: block;
  background-color: var(--gold);
  font-size:2.4rem;
  color:#fff;
  font-family: var(--english-font-title);
  position:relative;
}
a.greeting_btn::after{
  content:"";
  position:absolute;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:8px solid #fff;
  right:34px;
  top:43px;
}
/* ----------------------------------
menu
---------------------------------- */
.menu{
  padding:140px 0 140px 10vw;
  background-color: #F4F3EF;
}
.menu h2.section_title{
  color:var(--gold);
}
.menu_list{
  margin-top:140px;
  background-color: #fff;
  padding:60px 10vw 60px 60px;
  position:relative;
  box-shadow: -20px 20px 0 rgba(201, 167, 104, 0.2);

}

.menu ul{
  display: flex;
  flex-wrap: wrap;
}
.menu ul li{
  width:calc(100% / 4);
  height:220px;
  text-align: center;
  padding-top:40px;
}
.menu ul li .menu_icon{
  height:90px;
}
.menu ul li a p{
  font-size:1.8rem;
  color:#222222
}

.menu ul li a p span{
  display: block;
  font-size:1.4rem;
  font-family: var(--english-font-title);
  color:var(--gold);
  opacity: 0.7;
}
.menu ul li a:hover{
  opacity: 0.7;
}
.menu ul:not(:last-child){
  border-bottom: 1px solid rgba(107,84,44,0.1);
}
.menu ul li:not(:last-child){
  border-right: 1px solid rgba(107,84,44,0.1);
}
/* ----------------------------------
price
---------------------------------- */
.price{
  padding:80px 80px 80px 0;
  background: url(../images/index/price.png) top center no-repeat;
  background-size: cover;
}
.price_box{
  text-align: center;
  width:520px;
  height:403px;
  padding:72px 80px;
  margin:0 0 0 auto;
  background-color: rgba(255,255,255,0.8);
}
.price_box h2.section_title{
  font-size:2rem;
  position:relative;
}
.price_box h2.section_title::before,
.price_box h2.section_title::after{
  content:"";
  position:absolute;
  bottom:-20px;
  height:1px;
  background-color: #30486A;
}
.price_box h2.section_title::before{
  left:-80px;
  width:520px;
  opacity: 0.3;
}
.price_box h2.section_title::after{
  width:178px;
  left:50%;
  transform: translateX(-50%);
}
.price_box h2.section_title span{
  font-size:5.6rem;
  display: block;
}
.price_box p{
  margin:60px auto 30px;
}
a.price_btn{
  width:100%;
  display: block;
  height:72px;
  line-height: 72px;
  text-align: center;
  display: block;
  background-color: #fff;
  font-size:2rem;
  font-family: var(--english-font-title);
  position:relative;
  border:1px solid #222222;
  color:#222222;
}
a.price_btn::after{
  content:"";
  position:absolute;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:8px solid #222222;
  right:28px;
  top:28px;
}
/* priceページ非表示暫定アイコン */
a.price_btn.tel::before{
  content:"";
  position:absolute;
  width:20px;
  height: 20px;
  top: 26px;
  left: 36px;
  background: url(../images/index/tel_icon.png) center center no-repeat;
  background-size: cover;
}
.price img{
  width:100%;
}
/* ----------------------------------
pickup
---------------------------------- */
.pickup{
  background: url(../images/index/pickup_bg.png) top center no-repeat;
  background-size: cover;
  padding-top:140px;
  padding-bottom:140px;
}
.pickup h2.section_title{
  color:#222222;
  line-height: 1.5;
}
.pickup h2.section_title span{
  display: block;
  color:var(--gold);
}
.pickup_content{
  position:relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:50px;
}
.pickup_detail{
  background-color: #fff;
  padding:80px;
  margin-left:-80px;
  position:relative;
  z-index: 1;
  box-shadow: -10px -10px 0 rgba(201, 167, 104, 0.2);
}
.pickup_detail h3{
  font-size:3.6rem;
}
.pickup_detail h3 span{
  font-size:1.4rem;
  color:var(--gold);
  font-family: var(--english-font-title);
  display: block;
}
.pickup_detail h3 span.sec_subtitle{
  display: inline;
  font-size:2rem;
  color:#222222;
}
.pickup_detail p{
  margin-top:2.4rem;
  line-height: 2;
}
.pickup_content h4{
  color:#C9BE94;
  font-family: var(--english-font);
  font-size:10.5rem;
  position:absolute;
  bottom:-40px;
  left:50%;
  
}
.pickup_content.content2{
  flex-direction: row-reverse;
}
.pickup_content.content2 .pickup_detail{
  margin-left:0;
  margin-right:-80px;
}
.pickup_content.content2 h4{
  bottom:-80px;
  left:0;
}
.pickup_content.content2 .pickup_detail{
  box-shadow: 10px -10px 0 rgba(201, 167, 104, 0.2);
}
/* ----------------------------------
news
---------------------------------- */
.news .wrapper{
  display: flex;
  align-items: flex-start;
  gap:64px;
}
.news_content{
  width:calc((100% - 64px) / 2)
}
.news_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right:32px;
  padding-bottom:1.6rem;
  border-bottom:1px solid #88837C;
}

.news_title h3 span{
  font-size:3.2rem;
  font-family: var(--english-font-title);
  padding-right:1rem;
  font-family: var(--gold);
}
.news_title a{
  font-family: var(--english-font-title);
  color:#222222;
  position:relative;
}
.news_title a::after{
  content:"";
  position:absolute;
  width:24px;
  height:24px;
  right:-32px;
  top:0;
  background: url(../images/index/news_arrow.png) center center no-repeat;
  background-size: cover;
}
.news_content ul{
  margin-top:40px;
}
.news_content ul li{
  margin-bottom:24px;
}
.news_content ul li p{
  margin-bottom:16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news_content ul li p time{
  font-family: var(--english-font-title);
}
.news_content ul li p span.category{
  font-size:1.2rem;
  width:96px;
  height:26px;
  line-height: 26px;
  color:#fff;
  background-color: var(--gold);
  display: block;
  margin-left:1em;
  text-align: center;
}
.news_content ul li a{
  color:#222222;
  line-height: 1.7;
}
/* ----------------------------------
midnight
---------------------------------- */
.md_mv{
  margin-top:100px;
  background: url(../images/menu/menu_mv_bg.png) center center no-repeat;
  background-size: cover;
}
.md_mv h2{
  color:#fff;
  font-size: 4rem;
  line-height: 1.8;
  padding-top:114px;
  padding-bottom:114px;
}
.md_content{
  padding-top:100px;
  padding-bottom:100px;
}
.md_content.top{
  padding-top:48px;
  padding-bottom:88px
}
.md_wrapper{
  width:100%;
  max-width: 960px;
  margin:0 auto;
}
.md_content h2.doctor_name{
  font-size:2.8rem;
  padding:1.2rem 1em;
  background-color:var(--navy);
  color:#fff;
  margin-bottom:1.5em;
}
.md_content h2.doctor_name span.rubi{
  font-size:2rem;
  padding-left:0.8rem;
}
.md_content h3{
  background-color: #EBF8FF;
  font-size:3.4rem;
  padding:15px 0;
  border-bottom:2px solid var(--navy);
  color:var(--navy);
}
.md_content article{
  text-align: center;
  margin:40px auto;
}
.md_content article img{
  width:60%;
}
.md_content.over_width{
  background-color: #EBF8FF;
}
.md_content.over_width h3{
  background-color: #fff;;
}
.md_content dl dt,
.price_content h4{
  font-size:2.2rem;
  color:var(--navy);
  position:relative;
}
.md_content dl dd strong{
  font-weight:bold;
}
.md_content dl dd span.btn_wrap{
  display: flex;
  justify-content: space-between;
}
.md_content dl dt::before,
.md_content dl dt::after,
.price_content h4::before,
.price_content h4::after{
  content:"";
  position:absolute;
  bottom:-11px;
  left:0;
  width:100%;
  height:1px;
}
.md_content dl dt::before,
.price_content h4::before{
  background-color: var(--navy);
  width:40px;
  z-index: 1;
}
.md_content dl dt::after,
.price_content h4::after{
  background-color: #D9D9D9;
}
.md_content dl dt,
.price_content h4{
  margin:36px 0;
}
.md_content dl dd dl{
  padding:0 5%;
}
.md_content dl dd dl dt{
  font-size:0.95em;
}
.md_content dl dd dl dd{
  font-size:0.9em;
}
.md_content dl.number dt::before,
.md_content dl.number dt::after{
  display: none;
}
.md_content dl.number dt{
  margin:60px 0 20px;
}
.md_content dl.number dt span{
  display: inline-block;
  text-align: center;
  width:40px;
  height:40px;
  line-height: 40px;
  font-size: 2rem;
  color:#fff;
  margin-right:9px;
  background-color: var(--navy);
}
.md_content dl.number dd{
  position:relative;
}
.md_content dl.number dd::before,
.md_content dl.number dd::after{
  content:"";
  position:absolute;
  left:0;
}
.md_content dl.number dd:not(:last-child)::before{
  background-color: #D9D9D9;
  bottom:-25px;
  height:1px;
  width:100%;
}
.md_content dl.number dd:not(:last-child)::after{
  border-left:19px solid transparent;
  border-right:19px solid transparent;
  border-top:11px solid var(--gold);
  left:50%;
  transform: translateX(-50%);
  bottom:-36px;
}
.md_content dl.number.question dd:not(:last-child)::before{
  background-color: #D9D9D9;
  bottom:-25px;
  height:1px;
  width:100%;
}
.md_content dl.number.question dd:not(:last-child)::after{
  display: none;
}
.md_content a.greeting_btn{
  max-width: 300px;
  margin:25px auto 0 0;
  height:64px;
  line-height: 64px;
}
.md_content a.greeting_btn.md_btn{
  max-width: fit-content;
  display: inline-block;
  padding:0 38px;
  box-sizing: content-box;
  font-size:1.6rem;
  margin:25px auto 0 0;
  height:64px;
  line-height: 64px;
}

.md_content a.greeting_btn::after{
  top:25px;
  right:21px;
}
.md_content p.attention{
  margin:40px auto 25px;
}
.midnight_contact{
  margin-top:36px;
  padding:30px 0;
  background-color: rgba(207,228,239,0.5);
}
.midnight_contact h4{
  font-size:2.2rem;
  margin-bottom:1em;
  color:var(--navy);
}
.md_content .midnight_contact a.greeting_btn{
  margin:8px auto 0;
}
.md_content p,
.md_content dl dd{
  font-family: var(--f-f-japanese);
  font-weight:400;
  line-height: 1.7;
}
.md_content p.text_only{
  margin:60px auto;
}
.md_content p.mushiba{
  margin:60px auto;
}
.md_content ol{
  list-style: disc;
  width:90%;
  margin:50px auto;
  line-height: 2;
}
.price_content table{
  width:95%;
  margin:36px auto 0 0;
  font-size:2rem;
}
.price_content table th,
.price_content table td{
  padding:7px 0.8em;
}
.price_content table th{
  background-color: var(--navy);
  color:#fff;
}
.price_content table th:not(:first-child),
.price_content table td:not(:first-child){
  border-left:1px solid #D9D9D9;
}
.price_content table tbody tr:nth-child(even){
  background-color: #EBF8FF;
}
.inner_table{
  padding:24px 2%;
  box-sizing: border-box;
}
.price_title{
  font-family: initial;
  font-size:2rem;
  border-bottom:1px solid var(--navy);
  display: inline-block;
}
.inner_table table{
  font-size:1.8rem;
  margin-top:1rem;
}
/* ----------------------------------
access
---------------------------------- */
.access_detail{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom:60px;
}
.address p{
  font-size:2.4rem;
}
.access iframe{
  width:100%;
  height:500px;
}

/* ----------------------------------
ぱんくず
---------------------------------- */
.breadcrumbs{
  display: flex;
  align-items: center;
  padding:16px 0;
  font-family: var(--f-f-japanese);
}
.breadcrumbs a{
  color:#222222;
}
.arrow{
  display: block;
  width:7px;
  height:7px;
  border-right:1px solid #222222;
  border-bottom:1px solid #222222;
  margin:0 10px 0 7px;
  transform: rotate(-45deg);
}

/* ----------------------------------
archive
---------------------------------- */
.archive_news{
  margin:150px auto;
  width:100%;
  max-width: 1280px;
  padding:0 3%;
  box-sizing: border-box;
}
.news_head ul{
  display: flex;
  justify-content: flex-end;
}
.news_head ul li{
  padding-left:2em;
  font-size:1.2rem;
  font-family: var(--english-font);
}
.news_head ul li a,
.cp_item a{
  color:#222222;
}
.cp_list{
  margin-top:60px;
}
.cp_list li{
  border-bottom:1px solid #dfdfdf;
  font-size:1.4rem;
  padding:1em;
}
.cp_link p{
  display: flex;
  align-items: center;
  position: relative;
}
.cp_link p img{
  width:15%;
  aspect-ratio: 16 / 9;
}
.taxonomy_date,.taxonomy_title{
  display: block;
}
.taxonomy_date{
  text-align: center;
  width:15%;
}
.taxonomy_title{
  text-align: left;
}
.cp_link p::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right:20px;
  top:43px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  color: inherit;
}
/* ----------------------------------
post_content
---------------------------------- */
.post_content{
  margin:96px auto;
}