@charset "UTF-8";

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-feature-settings: "palt";
}

html,body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #111;
    letter-spacing: 0.09em;
}
li {
    list-style: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}

.fs-x20 {font-size:20px;}
.fs-x22 {font-size:22px;}
.fs-x24 {font-size:24px;}
.fs-x28 {font-size:28px;}
.fs-x30 {font-size:30px;}
.fs-x32 {font-size:32px!important;}
.fs-x36 {font-size:36px;}
.fs-x38 {font-size:38px;}
.fs-x40 {font-size:40px;}
.fs-x48 {font-size:48px;}
.ta-center {text-align:center !important;}
.ta-left {text-align:left !important;}

.fw_b {
    font-weight: bold;
}
.c_red {
    color: #e73535;
}
.c_green {
    color: #3fa037;
}

.c_brown02 {
    color: #81511c;
}
.c_brown {
    color: #c0a160;
}

.w25res {width:25% !important;}
@media all and (max-width:560px) {

    .w25res{
        width:100% !important;
        }
    }

/* margin */
.mt-xxsmall {margin-top:5px !important;}
.mt-xsmall {margin-top:10px !important;}
.mt-small {margin-top:15px !important;}
.mt-medium {margin-top:25px !important;}
.mt-large {margin-top:50px !important;}
.mt-xlarge {margin-top:70px !important;}
.mt-xxlarge {margin-top:100px !important;}
.mt-exlarge {margin-top:150px !important;}

.mb-xxsmall {margin-bottom:5px !important;}
.mb-xsmall {margin-bottom:10px !important;}
.mb-small {margin-bottom:15px !important;}
.mb-medium {margin-bottom:25px !important;}
.mb-large {margin-bottom:50px !important;}
.mb-xlarge {margin-bottom:70px !important;}
.mb-xxlarge {margin-bottom:100px !important;}
.mb-exlarge {margin-bottom:150px !important;}


@media all and (max-width:560px) {
.mt-xxsmall {margin-top:5px !important;}
.mt-xsmall {margin-top:10px !important;}
.mt-small {margin-top:15px !important;}
.mt-medium {margin-top:20px !important;}
.mt-large {margin-top:30px !important;}
.mt-xlarge {margin-top:50px !important;}
.mt-xxlarge {margin-top:70px !important;}
.mt-exlarge {margin-top:100px !important;}
    
.mb-xxsmall {margin-bottom:5px !important;}
.mb-xsmall {margin-bottom:10px !important;}
.mb-small {margin-bottom:15px !important;}
.mb-medium {margin-bottom:20px !important;}
.mb-large {margin-bottom:30px !important;}
.mb-xlarge {margin-bottom:50px !important;}
.mb-xxlarge {margin-bottom:60px !important;}
.mb-exlarge {margin-bottom:100px !important;}    
}


.mv {
    background: url(../img/mv.jpg);
    background-size: cover;
    padding-top: 48.92%;
    position: relative;
}
.sp_mv {
    display: none;
}
.sp_br {
    display: none;
}
.mv_text {
    position: absolute;
    top: 14%;
    left: 4.5%;
    width: 40%;
}

h1 {
    font-size:min(4.76vw,80px);
    font-family: 'Noto Serif JP', serif;
    color: #484240;
    margin-bottom: 25px;
}

h2 {
    font-size:min(2.85vw,48px);
    font-size: 2.85vw;
    color: #484240;
    margin-bottom: 20px;
    
}

h2 span {
    color: #81511c;
}

.mv_text ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 710px;
}

.mv_text ul li {
    width: 34%;
    max-width: 242px;
    /* position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    background: #fffcf7;
    border: solid 5px #81511c;
    border-radius: 50%;
    text-align:center; */
}
/* .mv_text ul li span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :210px;
    text-align:center;
    font-size: 36px;
    color: #81511c;
    font-weight: 600;
} */

.mv_right {
    position: absolute;
    top: 4.8%;
    right: 2.3%;
    width: 14.46%;
}

.title {
    text-align: center;
    margin-bottom: 35px;
}

h3 {
    font-size: 42px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1;
}

h3 strong {
    font-size: 48px;
    font-weight: 700;
    color: #3fa037;
}

.title p {
    font-size: 20px;

}

.movie_area {
    padding-top: 50px;
    padding-bottom: 120px;

}
.movie_box video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 960px;
display: block;
margin: auto;
position: relative;
    z-index: 2;
    
}
.movie_box {
    position: relative;
    z-index: 2;
}

  .movie_box:after {
    content: "";
    position: absolute;
    top: 72%;
    right: 50%;
    transform: translatex(50%);
    box-sizing: border-box;
     border-right: calc(50vw - 8px) solid #fdf5e2;
    border-left: calc(50vw - 8px) solid #fdf5e2;
    border-top: 225px solid #fff; 
    z-index: 1;
  }
  
  .movie_area {
    padding: 50px 0px 70px;
  }

.movie_area-bottom {
    background: #fdf5e2;
    height: 55px;
}
.reserve_area-top {
    padding-top: 55px;
}
.reserve_area {
    background: url(../img/reserve_back.jpg);
    background-size: cover;
    background-position: center;
    padding: 65px 0 80px;
}
.mincyo {
    font-family: 'Noto Serif JP', serif;  
}
.reserve_area h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 38px;
    margin-bottom: 25px;
    text-align: center;
}

.reserve_area p {
    font-size: 22px;
    text-align: center;
}

.reserve_box {
    background-color: #fbf9f5;
    border: 3px solid #7f614f;
    border-radius: 10px;
    padding: 30px 0 35px;
    margin: 25px auto 0;
    width: 41.3%;
    text-align: center;
    box-shadow: 0 5px 10px 0 rgba(53, 53, 53, .4);
}
.flex_box {
    display: flex;
    justify-content: space-between;
    margin: 15px auto 5px;
    width: 74%;
    align-items: center;
    
}
.qrcord {
    width: 100%;
}
.flex_box .flex_box-l {
    width: 72%;
}
.flex_box-l ul li {
    text-align: left;
}
.flex_box .flex_box-r {
    width: 18%;
}

p.reserve_title {
    color: #fff;
    background: #7f614f;
    padding: 10px 45px;
    border-radius: 5px;
    margin: 0 auto;
width: 58.2%;
font-size: 26px;
}

a.reserve_link {
    text-align: center;
    font-size: 18px;
    color: #111;
}

.time_box ul li {
    font-size: 20px;
    line-height: 1.6;
}
.time_box ul li:first-child {
    font-size: 22px;
}
.time_box {
    background: #f6eddc;
    padding: 20px 0;
    margin: 10px auto 15px;
    width: 74%;
    border-radius: 10px;

}
p.contact {
    font-size: 20px;
    line-height: 1;
}

p.contact a {
    font-size: 24px;
    margin-left: 30px;
    color: #81511c;
    text-decoration: none;
}

.contents_f {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.yellow_back {
    background: #fdf5e2;
}
.symptoms_area {
    padding: 80px 0;
}
.symptoms_box {
    background: #fff;
    padding:45px 0 55px;
    text-align: center;
    position: relative;
    -webkit-filter:drop-shadow(0px 3px 5px rgba(243, 190, 63, .5));
    -moz-filter:drop-shadow(0px 3px 5px rgba(243, 190, 63, .5));
    -ms-filter:drop-shadow(0px 3px 5px rgba(243, 190, 63, .5));
    filter:drop-shadow(0px 3px 5px rgba(243, 190, 63, .5));
    margin-bottom: 80px;
  }
  .symptoms_box:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -44px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 45px 100px 0 100px;
    
  }
.symptoms_box .title {
    margin-bottom: 45px;
}
.symptoms_box .flex_box {
    width: 75.5%;
}
.symptoms_box .flex_box-l ul li {
    position: relative;
    padding-left: 35px;
    font-size: 24px;
    vertical-align: middle;
    line-height: 1;
    margin-bottom: 25px;
}
.symptoms_box .flex_box-l ul li:before{
    content: '';
    display: block;
    width: 31px; 
    height: 25px;
    background-image: url(../img/icon_check.png);
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;
    position:absolute;
    top:0;
    left:0;
}


.symptoms_box .flex_box-r {
    width: 36.4%;
}


/*治療の流れ*/
.beige_back {
    background: #faf9f4;
}
.fllow_area {
    padding: 75px 0 100px;
}

/*鼻手術のよくある症例*/
.case_area {
    padding: 75px 0;
}
.case_flex {
    margin: 45px auto;
    width: 100%;
    align-items: end;
}
.case_img {
    width: 36%;
}
.case_text {
    width: 60%;
}
.case_title {
    background:linear-gradient(transparent 60%, #d8eccc 60%); 
    padding: 0 0.3rem;
    font-weight: 500!important;
    display: inline;
}

.case_tab-box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 25px 20px 42px;
}
.tab_list li {
    display: inline-block;
    background: #d9e6dc;
    border-radius: 10px;
    margin-top: 17px;
    padding: 9px 14px;
    margin-right: 7px;
    line-height: 1;
}
.case_block-title {
    background: #d8eccc;
    border-radius: 5px;
    padding: 10px 0 10px 25px;
}
    .case_block ul li {
        position: relative;
        padding-left: 10px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.6;
    }
.case_block ul li:before {
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 5px;
    height: 5px;
    background: #111;
    border-radius: 50%;
    
}


/*年間実績*/
.zisseki_box {
    background: url(../img/zisseki.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}
.zisseki_inner {
    background: #fff;
    border: 2px solid #ad8f65;
    padding: 65px 0;
    text-align: center;
    width: 63.6%;
    margin: 0 auto;
}

/*手術をご検討の方へ*/
.contents_s {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.surgery_area {
    padding: 85px 0 100px;
}
.surgery_flex {
    margin: 35px auto 45px;
    width: 100%;
    align-items: normal;
}
.surgery_text {
    width: 46%;
}
.surgery_img {
    width: 50%;
}
.tbl_04 {
    width: 100%;
    height: 100%;
    min-width: 800px;
    border-collapse: collapse;
}
.tbl_04 th {
    border-top: 1px solid #ad8f65;
    border-left: 1px solid #ad8f65;
    font-weight: normal;
    text-align: center;

}
.tbl_04 th, .tbl_04 td {
    border-bottom: 1px solid #ad8f65;
    border-right: 1px solid #ad8f65;
    
}
.tbl_04 td {
    padding: 35px 25px;
    background: #fff;
    vertical-align: top;
    
}
th.empty {
    border-top: none;
    border-left: none;
    
}
th.table_ttl {
    background-color: #806237;
    color: #fff;
    padding: 15px 0;
}
th.rl {
    background: #fff;
}
th.rl span {
    writing-mode: vertical-rl;
    padding: 35px 15px;
    
}

/*手術までの流れ*/
.subtitle {
    margin-top: 5px;
}

  .flow_list > li {
    list-style-type: none;
    background: #fff;
    padding: 40px 65px;
  }
  
  .flow_list > li:not(:last-child) {
    margin-bottom: 60px;
    position: relative;
  }
  
  .flow_list > li:not(:last-child)::after {
    content: '';
    position: absolute;
    border: 22px solid transparent;
    width: 0;
    height: 0;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top-color: #e6cdaa;
  }
  
  .flow_list > li dl dt {
    font-size: 42px;
    color: #ad8f65;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  
  .flow_list > li .number {
    font-size: 48px;
    color: #ad8f65;
    font-weight: bold;
    margin-right: 0.5em;
    line-height: 1;
  }
  
  .flow_list > li dl dd {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.6;
  }


/*特徴*/
.feature_area {
    padding: 85px 0 100px;
}
li.feature_list {
    border: 2px solid #81511c;
    padding: 30px 40px;
    margin-bottom: 30px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}
.flex_feature {
    margin: 0 auto;
    width: 100%;
    align-items: inherit;
    gap: 60px;
}
p.feature_number {
    margin-bottom: 40px;
    color: rgba(141, 106, 68, .78);
    font-size: 60px;
    line-height: 1;
}
p.feature_title {
    color: #81511c;
    font-size: 28px;
    margin-bottom: 35px;
}
.feature_img figure figcaption {
    text-align: right;
    font-size: 20px;
}
.feature_img {
    width: 35.9%;
}


/*院内紹介*/
.gallery_area {
    padding: 80px 0 100px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 80px;
  }
  .slider02 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    position: relative;
}
  /* ページネーション */
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -30px;
  }

  .swiper {
    max-width: 1000px;
  }
  .swiper-slide img {
    height: auto;
    width: 100%;
  }
  /* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1vw 1vw;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #cdcdcd;
  height: 8px;
  width: 160px;
  border-radius: 0;
  margin: 0 5px!important; 
}
.swiper-pagination-bullet-active {
    background-color: #81511c;

}

.swiper-slide {
    position: relative;
}
.slide_text {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-weight: 600;
    font-size: 18px;
}
p.slide_title {
    font-size: 28px;
    margin-bottom:5px;
    
}
.slide_text ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5/3px;
    font-size: 18px;
    line-height: 1.6;
}
.slide_text ul li:before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 5px;
    height: 5px;
    background: #111;
    border-radius: 50%;
}



/*院長紹介*/
.doctor_area {
    padding: 80px 0 100px;
}
.doctor_area h3 {
    line-height: 1.4;
}
.introduction {
    width: 100%;
    height: 500px;
    position: relative;
}
.introduction_text {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 58.9%;
    padding: 50px 60px 60px 55px ;
    background: #f9f9f9;
}
.introduction_text h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #c0a160;
}
.introduction_img {
    position: absolute;
    right: 0;
    top: 0px;
    width: 44.2%;
}
.profile {
    border: 2px solid #81511c;
    padding: 40px 50px;
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 70px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}
.profile .flex_box {
    width: 100%;
    margin: 0;
    gap: 50px;
    align-items: inherit;
}
.profile-subttl {
    position:relative;/*絶対値指定の親要素に必要*/
display:flex;/*要素を横並びに*/
justify-content:space-between;/*横並びにした要素を両端に配置*/
width: 15%;
padding-top: 10px;
}
.profile-subttl:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background:#81511c;
    width: 1px;
    height: 100%;
}

dl#profile-list {
    padding-top: 10px;
    font-size: 20px;
    align-items: baseline;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.col-md-3 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 25%;
    margin-bottom: 10px;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 10px;
    line-height: 1.6;
}


/*患者様の声*/
.voice_area {
    background: #f9f9f9;
    padding: 80px 0;
}
.voice_title{
    position: relative;
    background: #c0a160;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
  }
  .voice_title span {
    padding: 20px;
  }
  .voice_title:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #c0a160 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  .voice_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .voice_list li {
    width: 47.65%;
  }
  .voice_text {
    position: relative;
    padding: 50px 45px;
  }
  .voice_text p {
    line-height: 1.7;
  }

  .voice_text::before, .voice_text::after {
	content: '';
	width: 15px;
	height: 32px;
	position: absolute;
}

.voice_text::before {
	border-left: solid 2px #696b6b;
	border-top: solid 2px #696b6b;
	top: 30px;
	left: 20px;
}

.voice_text::after {
	border-right: solid 2px #696b6b;
	border-bottom: solid 2px #696b6b;
	bottom: 40px;
	right: 20px;
}

/*診察をご希望の方*/
.foot_contact {
    padding: 80px 0;
}
.foot_contact_box {
    background: #fff;
    padding: 55px 0 60px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.foot_qr {
    width: 12.6%;
    margin: 23px auto 7px;
}
.foot_contact-list {
    margin: 40px auto 0;
    width: 83%;
}
.foot_contact-list ul li {
    margin-bottom: 5px;
}

/*フッター*/
.footer_inner {
    padding: 30px 0 40px;
}
.footer_r, .footer_l {
    width: 50%;
}
.footer_l {
    text-align: center;
}
.footer_flex {
    width: 100%;
    margin: 0 auto;
    align-items: inherit;
}
.time-table {
    display: block;
    width: 100%;
    max-width: 640px;
    border-collapse: collapse;
  }

  .time-table th {
    border-top: 1px solid #d9d9d9;
    font-weight: normal;
  }
  
  .time-table th, .time-table td {
    text-align: center;
    height:55px;
    border-bottom: 1px solid #d9d9d9;
  }
  
  .time-table td {
      min-width: 58px;
      color:#c0a160;
  }
  
  .time-table td.time {
   color:#111;
   font-size: 13px;
  }
  th.width34 {
    width: 420px;
}

  
  a.tel_btn i.fa-phone {
    margin-right: 0.6rem;
}
a.tel_btn {
    text-decoration: none;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    border: 1px solid #dd6f07;
    border-radius: 5px;
    background: #f28e26;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f28e26), to(#edb271));
    background: -webkit-linear-gradient(bottom, #f28e26 50%, #edb271 100%);
    background: linear-gradient(0deg, #f28e26 50%, #edb271 100%);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
    padding: 10px 4.5rem;
  }
  .footer_btn {
margin: 25px auto 0;
width: 100%;

  }
  a.tel_btn:hover {
    opacity: 0.6;
    transition: .3s;
  }

  .footer_logo {
    width: 70%;
    margin: 0 auto 23px;
  }
p.copyrights {
    font-size: 14px;
    text-align: center;
    background: #81511c;
    padding: 15px 0;
    color: #fff;
}
.pc_br {
    display: block;
}
@media(max-width:1200px)  {
    .movie_box:after {
        border-right: calc(50vw - 8px) solid #fdf5e2;
        border-left: calc(50vw - -8px) solid #fdf5e2;
        overflow: hidden;
}
.movie_box video  {
        width: 72%;

    }
    .reserve_box {
        width: 63.3%;
    }
    .contents_s{
        width: 94%;
        margin: 0 auto;
    }
    .introduction_text h3 {
        font-size: 34px;
    }
}
@media(max-width:1000px)  {

    .contents_f{
        width: 94%;
        margin: 0 auto;
    }
    .introduction {
        height: 555px;
    }
    
.introduction_img {
    top: 20px;
}
h3 {
    font-size: 36px;
}
h3 strong {
    font-size: 42px;
}
.voice_title {
    height: 110px;
}

.foot_contact_box {
    width: 94%;
}
a.tel_btn {
    font-size: 24px;
    padding: 10px 1.5rem;
}
.footer_l {
    width: 48%;
}
.footer_flex {
    gap: 15px;
}
p.footer_access {
    font-size: 16px;
}
.footer_logo {
    width: 86%;
}
.flow_list > li dl dt {
    font-size: 38px;
}
.flow_list > li .number {
    font-size: 42px;
}
.fllow_img {
    width: 94%;
    text-align: center;
    margin: 0 auto;
}
.introduction_text {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 58.9%;
    padding: 40px 50px 50px 40px;
    background: #f9f9f9;
}
}

@media screen and (max-width: 860px)  {
    .footer_flex {
        flex-direction: column;
    }
    .footer_l, .footer_r {
        width: 100%;
        margin: 0 auto;
    }
    .footer_r  {
        width: 83%;
        margin: 0 auto;
    }
    .footer_logo {
        width: 67%;
        margin: 0 auto 10px;
    }
    .footer_l {
        margin-bottom: 30px;
    }
    th.width34 {
        width: 420px;
    }
    th.width11 {
        width: 10%;
    }
    th.sun {
        width: 14%;
    }
    .introduction_text {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 84.9%;
        padding: 40px 50px 50px 40px;
        background: #f9f9f9;
    }
    .reserve_box {
        width: 85.3%;
    }
}

  @media screen and (max-width: 764px)  {
   .time-table td {
    min-width: auto;
    max-width:5%;
    font-size:12px;
   }
   .table-scroll{
    overflow-x: scroll;
    margin-bottom: 60px!important;

  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  ::-webkit-scrollbar-thumb {
    background: #81511c;
    border-radius: 5px;
  }
   .time-table th, .time-table td {
    min-width: 40px;
    padding:0px 5px;
    font-size:10px;
   }
   .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #B5B5B5;
    border-radius: 5px;
    max-width: 372px;
    margin: 0 auto;
  }
  .simplebar-scrollbar {
    height: 10px;
    background: #81511c;
    border-radius: 5px;
    top: 0;
  }
   .footer_r  {
    width: 100%;
}
.fs-x38 {
    font-size: 30px;
}
.voice_list li {
    width: 100%;
    margin-bottom: 20px;
}
.voice_title {
    height: 85px;
}
.profile {
    padding: 30px 30px;
}
.profile-subttl {
    width: 26%;
}
dl#profile-list {
    font-size: 16px;
}
.reserve_box {
    width: 94%;
    padding: 30px 0 25px;
}
  }

@media all and (max-width:560px)  {
    .mv {
        display: none;
    }
    .sp_mv {
        display: block;

    }
    .sp_br {
        display: block;
    }

	h3 {
    font-size: 26px;
    margin-bottom: 15px
}
h3 strong {
    font-size: 28px;
}
.title p {
    font-size: 16px;
}
.movie_box video {
    width: 94%;
}
.title {
    margin-bottom: 25px;
}
.movie_box:after {
    top: 88%;
    border-top: 65px solid #fff;
}
.reserve_area h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.reserve_area p {
    font-size: 16px;
    line-height: 1.6;
}
p.reserve_title {
    font-size: 19px;
}
.reserve_box .flex_box {
    flex-direction: column-reverse;
    width: 90%;
}
.reserve_box .flex_box .flex_box-l {
    width: 100%;
}
.reserve_box .flex_box .flex_box-r {
    width: 40%;
    margin: 0px auto 10px;
}
.reserve_area {
    padding: 55px 0 55px;
}
.movie_area {
    padding: 50px 0px 39px;
}
.reserve_area-top {
    padding-top: 30px;
}
a.reserve_link {
    font-size: 14px;
}
.time_box {
    margin: 20px auto 20px;
    width: 90%;
}
.time_box ul li {
    font-size: 14px;
    line-height: 1.8;
}
.time_box ul li:first-child {
    font-size: 18px;
}
p.contact a {
    font-size: 20px;
    margin-left: 10px;
}
.symptoms_box .flex_box {
    width: 100%;
    flex-direction: column;
}
.symptoms_box .flex_box-l ul li {

    font-size: 20px;
    margin-bottom: 20px;
}
.symptoms_box .flex_box-r {
    width: 71.4%;
    margin-top: 15px;
}
.symptoms_box:after {
    bottom: -28px;
    border-width: 30px 60px 0 60px;
}
.symptoms_box {
    padding: 35px 0 30px;
    margin-bottom: 50px;
}
.fs-x48 {
    font-size: 32px;
    line-height: 1;
}
.fs-x40 {
    font-size: 28px;
}
.fs-x38 {
    font-size: 24px;
}
.fs-x36 {
    font-size: 24px;
}
.fs-x32 {
    font-size: 20px!important;
}
.fs-x30 {
    font-size: 22px;
}
.fs-x28 {
    font-size: 22px;
}
.fs-x24 {
    font-size: 19px;
    line-height: 1.6;
}
.fs-x20 {
    font-size: 16px;
}

p.reserve_title {
    width: 79.2%;
}
.voice_title span {
    padding: 20px 16px;
}


.fllow_area {
    padding: 40px 0 60px;
}
.case_img {
    width: 60%;
    margin: 0 auto 20px;
}
.case_text, .surgery_text {
    width: 100%;
    
}
.case_flex, .surgery_flex, .flex_feature {
    flex-direction: column;
}
.tab_list li {
    font-size: 14px;
    margin-top: 10px;
}
.case_tab-box {
    padding: 10px 15px 15px;
}
.zisseki_inner {
    width: 94%;
    padding: 35px 0;
}
th.rl {
    width: 50px;
}

.case_block-title {
    padding: 10px 0 10px 15px;
}
.surgery_img {
    width: 60%;
    margin: 20px auto;
}
.surgery_flex {
    margin: 0px auto 25px;
}
.zisseki_box {
    padding: 50px 0;
}
th.rl span {
    font-size: 16px;
    padding: 35px 10px;
    height: 160px;
}
th.table_ttl {
    font-size: 16px;
    padding: 10px 0;
}
.tbl_04 td {
    padding: 20px 15px;
    font-size: 16px;
}
.case_block ul li {
    font-size: 16px;
}

.flow_list > li {
    padding: 20px;
}
.flow_list > li dl dt {
    font-size: 26px;
}
.flow_list > li .number {
    font-size: 29px;
}
.flow_list > li dl dd {
    margin-top: 20px;
    font-size: 16px;
}
.flow_list > li:not(:last-child)::after {
    bottom: -55px;
}
.flow_list > li:not(:last-child) {
    margin-bottom: 40px;
    position: relative;
}
.surgery_area {
    padding: 50px 0 1px;
}
.feature_area h3 {
    line-height: 1.6;
}
.feature_area {
    padding: 50px 0 35px;
}
li.feature_list {
    padding: 30px 20px;
}
p.feature_number {
    margin-bottom: 15px;
    font-size: 35px;
}
p.feature_title {
    font-size: 22px;
    margin-bottom: 25px;
}
.feature_img  {
    width: 100%;
}
.flex_feature {
    gap: 25px;
}
.feature_img figure figcaption {
    text-align: right;
    font-size: 12px;
}
.slide_text, .slide_text ul li {
    font-size: 12px;
}
.slide_text {
    left: 10px;
    bottom: 10px;
}
p.slide_title {
    font-size: 16px;
}
.time-table th, .time-table td {
    padding:0px;
   }
   .footer_r p {
    font-size: 14px;
   }
   .time-table td.time {
    font-size: 11px;
   }
   p.copyrights {
    font-size: 10px;
    padding: 10px 0;
}
.foot_contact {
    padding: 45px 0;
}
.foot_contact_box {
    padding: 40px 0 40px;
}
.foot_qr {
    width: 32.6%;
    margin: 15px auto 7px;
}
.foot_contact-list {
    margin: 30px auto 0;
    width: 90%;
}
.voice_text {
    position: relative;
    padding: 35px 20px;
}
.voice_text::before {
    top: 20px;
    left: 5px;
}
.voice_text::after {
    bottom: 20px;
    right: 5px;
}
.voice_area {
    padding: 50px 0;
}
.doctor_area {
    padding: 60px 0 60px;
}
.profile .flex_box {
    flex-direction: column;
    gap: 20px;
}
.profile-subttl {
    width: 100%;
}
dl#profile-list {
    width: 100%;
}
.profile-subttl:after {
    top: auto;
    bottom: -2px;
    width: 100%;
    height: 1px;
}
.row {
    flex-direction: column;
}
.col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.col-md-3 {
    margin-bottom: 5px;
}
.profile {
    padding: 20px 30px;
    margin: 25px auto 30px;
}
.introduction_text {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 30px 20px 30px 20px;
    background: #f9f9f9;
}
.introduction_text h3 {
    font-size: 22px;
}
.introduction_img {
    width: 100%;
}
.introduction {
    height: 635px;
}
.introduction_img {
    top: 0;
}
.gallery_area {
    padding: 45px 0 60px;
}
.swiper-pagination-bullet {
    height: 5px;
    width: 40px;
}
.pc_br {
    display: none;
}
.case_area {
    padding: 45px 0 20px;
}

.flex_box .flex_box-l {
    width: 82%;
}
.symptoms_box .title h3 {
    font-size: 21px;
}
.symptoms_box .title h3 strong {
    font-size: 24px;
}

.symptoms_box .title {
    margin-bottom: 30px;
}
.symptoms_area {
    padding: 60px 0;
}

}

/*ポップアップ*/
.table_popup {
    border-collapse: collapse;
    width: 94%;
    max-width: 700px;
    margin: 0 auto;
  }
  .table_popup th, .table_popup td {
    border: 2px solid #fff;
    background-color: #fffcf4;
    padding: 1em;
  }
  .table_popup th {
    background-color: #eec200;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 10%;
    min-width: 4em;
  }
  .table_popup td {
    text-align: left;
  }
  /* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 6px 14px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #ffb700;
    border-bottom: 3px solid #ffb700;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}


#popup {
    display: none; /* label でコントロールするので input は非表示に */
  }
  
  .popup-open {
    cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  }
  
  .popup-overlay {
    display: none; /* input にチェックが入るまでは非表示に */
  }
  
  #popup:checked ~ .popup-overlay {
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  
  .popup-window {
    width: 90vw;
    max-width: 560px;
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .popup-text {
    margin: 0;
  }
  
  .popup-text:not(:last-of-type) {
    margin-bottom: 1em
  }
  
  .popup-close {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: 0;
  }

  .popup-open{
    font-size: 24px;
  }
  .popup-open span {
    color: #ffb700;
    text-decoration: underline;
  }
  .flex_box-l {
    text-align: left;
  }
  .table_popup-title {
    font-size: 20px;
  }
  .dli-arrow-down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 0.1em;
    height: 1em;
    background: currentColor;
  }
  
  .dli-arrow-down::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.05em;
    box-sizing: border-box;
  }
  @media(max-width:490px) {
    .popup-window {
        width: 90vw;
        max-width: 560px;
        padding: 30px 15px;
        background-color: #ffffff;
        border-radius: 6px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .table_popup-title {
        font-size: 18px;
    }
    .table_popup th {
        min-width: 3em;
    }
    .table_popup th {
        padding: 0.5em;
    }
    .table_popup {
        width: 100%;
    }
    .table_popup td {
        font-size: 15px;
        padding: 0.8em 0.5em;
    }
    .popup-open {
        font-size: 20px;
    }
    .popup-text .mb-small {
        margin-bottom: 10px!important;
    }
    .popup-text .mb-small {
        margin-bottom: 10px!important;
    }
  }

/* 240806 */
.reserve_desc {
    width: 74%;
    margin: 15px auto 5px;
    text-align: left;
}
.reserve_list {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 80%;
    margin: 20px auto;
}
.reserve_list--item {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
}
.reserve_list--item img {
    width: 80px;
}
.reserve_list--item a {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    background: #7f614f;
    padding: 6px 24px;
    color: #fff;
    text-decoration: none;
}
.reserve_list--item a:after {
    content: '';
    border: solid 4px transparent;
    border-left: solid 6px #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -4px;
}

.foot_contact_box .reserve_list {
    flex-flow: row;
    justify-content: center;
    gap: 80px;
    margin: 40px auto;
}
.foot_contact_box .reserve_list--item img {
    width: 130px;
    border: 8px solid #c1a260;
}
@media all and (max-width:560px) {
    .foot_contact_box .reserve_list {
        flex-flow: column;
        gap: 40px;
    }
}