/* メインビジュアル 動画 */
.main-visual{
    padding-top: 80px;
    background: url(../images/sub_image_staff_profile.png) no-repeat center center / cover;
}

.main-visual-inner{
    padding: 140px 0 100px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.main-visual-inner h2{
    font-size: 1.2em;
    font-family: yu-mincho-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}

.main-visual-inner span{
    font-size: 3em;
    font-family: 'Cinzel', serif;
    letter-spacing: 7px;
}

/* パンくず */
.breadcrumb{
    display: flex;
    max-width: 1200px;
    margin: auto;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.breadcrumb li{
    margin-right: 10px;
    position: relative;
    color: #58462c;
    font-size: .9em;
    line-height: 4;
}

.breadcrumb li a{
    height: 100%;
    display: flex;
    align-items: center;
}

.breadcrumb li + li::before{
    content: ">";
}

.breadcrumb li a {
    color: #856f28;
}

/* コンテンツ　タイトル */
.info-title{
    width: 50vw;
    padding: 0 0 20px 5vw;
    color: #58462c;
    margin-bottom: 30px;
    position:relative;
}

.info-title::after{
    position:absolute;
    content:"";
    height:1px;
    width: 28vw;
    bottom:0;
    background-color:#997f2e;
    left:0;
}

.info-title span:nth-child(1){
    width: 100%;
    display: block;
    font-size: 3.5em;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
    background: linear-gradient(90deg, rgb(111, 153, 105) 0%, rgb(134, 130, 74) 35%, rgb(105, 153, 153) 66%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.info-title span:nth-child(2){
    font-size: 1.3em;
    font-weight: 600;
    margin-right: 10px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 600;
    font-style: normal;
}

/* Clinic features */
.clinic{
    width: 100%;
    padding: 80px 0;
    background: url(../images/greeting_bg.png) no-repeat center center / cover;
}

.clinic-inner{
    max-width: 1200px;
    margin: auto;
}

.clinic-title{
    width: 40vw;
    padding: 0 0 20px 5vw;
    color: #58462c;
    margin-bottom: 30px;
    position:relative;
}

.clinic-title::after{
    position:absolute;
    content:"";
    height:1px;
    width: 28vw;
    bottom:0;
    background-color:#997f2e;
    left:0;
}

.clinic-title span:nth-child(1){
    width: 100%;
    display: block;
    font-size: 3.5em;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
    background: linear-gradient(90deg, rgb(111, 153, 105) 0%, rgb(134, 130, 74) 35%, rgb(105, 153, 153) 66%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.clinic-title span:nth-child(2){
    font-size: 1.3em;
    font-weight: 600;
    margin-right: 10px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.feature-title {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 71%, #e4f2c0 72%);
    border-bottom: 1px solid #7c725e;
    display: flex;
}

.feature-title .ja {
    font-size: 1.6rem;
    color: #58462c;
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    display: flex;
    align-items: end;
    margin: 0 0 10px 20px;
    height: 60px;
}
.feature-title .eng {
    font-size: 50px;
    letter-spacing: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: italic;
    color: #58462c;
    display: block;
    width: 50px;
    margin: 0 20px 0px;
}

.feature-contents{
    background-color: #fff;
    padding: 50px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58462c;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
    margin: 0 0 50px;
}

.feature-c-l{
    width: 45%;
}

.feature-c-l img{
    width: 100%;
}

.feature-c-r{
    width: 51%;
    padding: 0;
}
.feature-c-r p {
  letter-spacing: 0.06em;
  line-height: 1.6;
}
/* 初めてご来院される方へ */
.medical-flow{
    width: 100%;
    padding: 80px 0;
    background: url(../images/pixta_69403692_M.png) no-repeat center center / cover;
}

.medical-flow-inner{
    max-width: 1200px;
    margin: auto;
}

.medical-flow-contents{
    padding: 30px;
}

.medical-flow-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #58462c;
    margin-bottom: 80px;
}

.medical-flow-list li{
    width: 23%;
    margin-bottom: 15px;
}

.medical-flow-list li img{
    width: 100%;
}

.medical-flow-list li span{
    font-size: 1.2em;
    margin-bottom: 15px;
    display: block;
}
.medical-flow-list li p{
    font-size: 1.8em;
}

.medical-flow-all > img{
    width: 100%;
}

.medical-flow-list{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0;
}

.medical-flow-list li{
    width: 48%;
    margin-bottom: 50px;
}

.medical-flow-list li p:nth-child(1){
    display: flex;
    align-items: center;
    border-bottom: 2px dotted #b69f73;
    padding: 0 0 5px 20px;
    margin: 0 0 15px;
}

.medical-flow-list li p:nth-child(2){
    font-size: 1em;
    line-height: 2;
    color: #58462c;
}

.medical-flow-list li p span:nth-child(1){
    font-size: 4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: italic;
    z-index: 1;
    color: #ad5b64;
    opacity: 0.5;
    margin: 0;
}

.medical-flow-list li p span:nth-child(2){
    font-size: 1.4rem;
    color: #58462c;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    margin: 0 0 0 10%;
}

/* 医院案内 */
.clinic-info{
    background: url(../images/medical_bg.png) no-repeat center center / cover;
    padding: 80px 0;
}

.clinic-info-inner{
    max-width: 1200px;
    margin: auto;
}

.clinic-info-title{
    width: 50vw;
    padding: 0 0 20px 5vw;
    color: #58462c;
    margin-bottom: 30px;
    position:relative;
}

.clinic-info-title::after{
    position:absolute;
    content:"";
    height:1px;
    width: 28vw;
    bottom:0;
    background-color:#997f2e;
    left:0;
}

.clinic-info-title span:nth-child(1){
    width: 100%;
    display: block;
    font-size: 3.5em;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
    background: linear-gradient(90deg, rgb(153, 137, 105) 0%, rgb(134, 76, 74) 35%, rgb(153, 137, 105) 66%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.clinic-info-title span:nth-child(2){
    font-size: 1.3em;
    font-weight: 600;
    margin-right: 10px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.clinic-find {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 71%, #ece5dc 72%);
    border-bottom: 1px solid #7c725e;
    display: flex;
}

.clinic-find .ja {
    font-size: 1.6rem;
    color: #58462c;
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    display: flex;
    align-items: end;
    margin: 0 0 8px;
}
.clinic-find .eng {
    font-size: 50px;
    letter-spacing: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: italic;
    color: #58462c;
    display: block;
    width: 50px;
    margin: 0 20px 0px;
}

.clinic-contents{
    display: flex;
    padding: 50px;
    background-color: #fff;
    justify-content: space-between;
}

.clinic-contents-l{
    width: 48%;
}

.clinic-contents-l > img{
    width:100%
}

.clinic-contents-r{
    width: 48%;
}

.clinic-info01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #58462c;
    margin-bottom: 40px;
}

.clinic-info01 dt{
    padding: 15px;
    border-bottom:1px #997f2e solid;
    width: 20%;
    display: flex;
    align-items: center;
}

.clinic-info01 dd{
    padding: 15px;
    border-bottom:1px #d6e0e0 solid;
    width: 80%;
    line-height: 2;
}

.c-calendar{
    width: 100%;
    border-top: 1px #5C4500 solid;
    border-bottom: 1px #5C4500 solid;
    margin: 0 0 15px;
    font-size: .9em;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.c-calendar .week{
    border-bottom: 1px #5C4500 solid;
    padding: 10px 0;
}

.c-calendar .time-1{
    border-bottom: 1px #5C4500 solid;
}
.week th, .week td, .time-1 th, .time-1 td, .time-2 th, .time-2 td{
    padding: 20px 0;
}

.c-calendar th{
    width: 30%;
    font-size: 1.1em;
}

.c-calendar td{
    text-align: center;
    width: calc((100% - 30%) / 7);
}

.c-calendar td span{
    color: #89BA41;
    display: block;
}

.week td{
    font-weight: bold;
}

.c-txt01{
    width: 90%;
    margin: 0;
    font-size: 1em;
    display: flex;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.c-txt01 span{
    color: #89BA41;
    font-size: 1em;
    display: block;
}

.movie-list{
    width: 100%;
    margin: auto;
}

.movie-list li{
    width: 80%;
    margin: 0 auto 50px;
}

.youtube {
    position: relative;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.youtube span.tag{
    position: relative;
    bottom: 2vw;
    left: -20px;
    display: block;
    width: 10vw;
    color: #fff;
    font-size: 1.2vw;
    padding: 10px 0;
    z-index: 1;
    text-align: center;
}

.youtube span.tag::after{
    position: absolute;
    content: "";
    background-color: #5C4500;
    left: 0px;
    width: 10vw;
    height: 100%;
    z-index: -1;
    bottom: 0vw;
    transform: skewX(-10deg);
}

.clinic-photo01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clinic-photo01 li{
    width: 48%;
    margin-bottom: 50px;
}

.clinic-photo01 li:nth-child(3),.clinic-photo01 li:nth-child(4){
    margin: 0;
}

.clinic-photo01 li>img{
    width: 100%;
}

.clinic-photo01 li>p{
    background-color: #f3f6f6;
    padding: 10px;
    font-size: .9em;
}

.clinic-photo01 li p span{
    color: #ad5b64;
    display: block;
    margin-bottom: 10px;
}

.clinic-photo02{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px 5%;
}

.clinic-photo02 li{
    width: 30%;
}

.clinic-photo02 li>img{
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
}

.clinic-photo02 li>p{
    background-color: #f3f6f6;
    padding: 30px;
    font-size: .9em;
}

.clinic-photo02 li p span{
    color: #ad5b64;
    display: block;
    margin-bottom: 10px;
}

/* アクセス */
.access{
    width: 100%;
    padding: 80px 0;
    background: url(../images/pixta_69403692_M.png) no-repeat center center / cover;
}

.access-inner{
    max-width: 1200px;
    margin: auto;
}

.access-map{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0;
    margin-bottom: 50px;
}

.access-map li{
    width: 100%;
}

.access-map li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio:16/9;
}

iframe.access-c-map {
    width: 100%;
    min-width: 400px;
    aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}
.c-txt
{
    font-size: 1em;
}
.access-route{
    width: 100%;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58462c;
    font-size: 1.2em;
    line-height: 1.5;
}

.access-route p:nth-of-type(2){
    margin-bottom:30px;
}

.access-route span{
    color: #58462c;
    padding: 0 0 4px;
    font-size: 1.5em;
    border-bottom: 1px solid #be7d84;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.access-route-list{
    width: 100%;
}

.access-route-list li{
    display: flex;
    align-items: center;
    margin-bottom:80px;
    background-color:#fff;
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
    padding:30px;
    position:relative;
    flex-direction:row-reverse;
}

.access-route-list li::before{
    position:absolute;
    width: 60px;
    height: 60px;
    top:0;
    left:0;
    background-color:#997f2e;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.2em;
}

.access-route-list li:nth-child(1)::before{
    content: "1";
}
.access-route-list li:nth-child(2)::before{
    content: "2";
}
.access-route-list li:nth-child(3)::before{
    content: "3";
}
.access-route-list li:nth-child(4)::before{
    content: "4";
}
.access-route-list li:nth-child(5)::before{
    content: "5";
}

.access-route-list li img{
    width:30%;
}

.access-route-list li p{
    width:70%;
    padding:50px;
}

@media screen and (max-width: 896px) {
    /* メインビジュアル 動画 */
    .main-visual{
        padding-top: 80px;
        background: url(../images/sub_image_staff_profile.png) no-repeat center center / cover;
    }

    .main-visual-inner{
        padding: 140px 0 100px;
        max-width: 1200px;
        margin: auto;
        text-align: center;
    }

    .main-visual-inner h2{
        font-size: 1.2em;
        font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    }

    .main-visual-inner span{
        font-size: 3em;
        font-family: 'Cinzel', serif;
        letter-spacing: 7px;
    }

    /* パンくず */
    .breadcrumb{
        display: flex;
        max-width: 1200px;
        margin: auto;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .breadcrumb li{
        margin-right: 10px;
        position: relative;
        color: #58462c;
        font-size: .9em;
        line-height: 4;
    }

    .breadcrumb li a{
        height: 100%;
        display: flex;
        align-items: center;
    }

    .breadcrumb li + li::before{
        content: ">";
    }

    .breadcrumb li a {
        color: #856f28;
    }

    /* コンテンツ　タイトル */
    .info-title{
        width: 90vw;
        padding: 0 0 20px 5vw;
        color: #58462c;
        margin-bottom: 30px;
        position:relative;
    }

    .info-title::after{
        position:absolute;
        content:"";
        height:1px;
        width: 90vw;
        bottom:0;
        background-color:#997f2e;
        left:0;
    }

    .info-title span:nth-child(1){
        width: 100%;
        display: block;
        font-size: 3.5em;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: 'Cinzel', serif;
        background: linear-gradient(90deg, rgb(153, 137, 105) 0%, rgb(134, 76, 74) 35%, rgb(153, 137, 105) 66%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .info-title span:nth-child(2){
        font-size: 1.3em;
        font-weight: 600;
        margin-right: 10px;
        font-family: shippori-mincho, sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    /* Clinic features */
    .clinic{
        width: 100%;
        padding: 30px 0;
        background: url(../images/greeting_bg.png) no-repeat center center / cover;
    }

    .clinic-inner{
        max-width: 1200px;
        margin: auto;
    }

    .clinic-title{
        width: 100%;
        padding: 0 0 20px 5vw;
        color: #58462c;
        margin-bottom: 30px;
        position:relative;
    }

    .clinic-title::after{
        position:absolute;
        content:"";
        height:1px;
        width: 28vw;
        bottom:0;
        background-color:#997f2e;
        left:0;
    }

    .clinic-title span:nth-child(1){
        width: 100%;
        display: block;
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: 'Cinzel', serif;
        background: linear-gradient(90deg, rgb(153, 137, 105) 0%, rgb(134, 76, 74) 35%, rgb(153, 137, 105) 66%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .clinic-title span:nth-child(2){
        font-size: 1.3em;
        font-weight: 600;
        margin-right: 10px;
        font-family: shippori-mincho, sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .feature-title {
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 71%, #ece5dc 72%);
        border-bottom: 1px solid #7c725e;
        display: flex;
    }

    .feature-title .ja {
        font-size: 1.4rem;
        color: #58462c;
        letter-spacing: 0.15em;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        display: flex;
        align-items: end;
        margin: 0 10px 10px 10px;
        height: 60px;
    }
    .feature-title .eng {
        font-size: 50px;
        letter-spacing: 0;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: italic;
        color: #58462c;
        display: block;
        width: 50px;
        margin: 0 20px 0px;
    }

    .feature-contents{
        background-color: #fff;
        padding: 30px 10px;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #58462c;
        font-size: 1.2em;
        display: block;
        justify-content: space-between;
        box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
        margin: 0 0 50px;
    }

    .feature-c-l{
        width: 100%;
    }

    .feature-c-r{
        width: 100%;
        padding: 20px;
    }

    /* 初めてご来院される方へ */
    .medical-flow{
        width: 100%;
        padding: 30px 0;
        background: url(../images/pixta_69403692_M.png) no-repeat center center / cover;
    }

    .medical-flow-inner{
        max-width: 1200px;
        margin: auto;
    }

    .medical-flow-contents{
        padding: 30px;
    }

    .medical-flow-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-family: "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #58462c;
        margin-bottom: 80px;
    }

    .medical-flow-list li{
        width: 23%;
        margin-bottom: 15px;
    }

    .medical-flow-list li img{
        width: 100%;
    }

    .medical-flow-list li span{
        font-size: 1.2em;
        margin-bottom: 15px;
        display: block;
    }
    .medical-flow-list li p{
        font-size: 1.8em;
    }

    .medical-flow-all > img{
        width: 100%;
    }

    .medical-flow-list{
        display: block;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }

    .medical-flow-list li{
        width: 100%;
        margin-bottom: 50px;
    }

    .medical-flow-list li p:nth-child(1){
        display: flex;
        align-items: center;
        border-bottom: 2px dotted #b69f73;
        padding: 0 0 5px 20px;
        margin: 0 0 15px;
    }

    .medical-flow-list li p:nth-child(2){
        font-size: 1em;
        line-height: 2;
        color: #58462c;
    }

    .medical-flow-list li p span:nth-child(1){
        font-size: 4rem;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: italic;
        z-index: 1;
        color: #ad5b64;
        opacity: 0.5;
        margin: 0;
    }

    .medical-flow-list li p span:nth-child(2){
        font-size: 1.4rem;
        color: #58462c;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        margin: 0 0 0 10%;
    }

    /* 医院案内 */
    .clinic-info{
        background: url(../images/medical_bg.png) no-repeat center center / cover;
        padding: 30px 0;
    }

    .clinic-info-inner{
        max-width: 1200px;
        margin: auto;
    }

    .clinic-info-title{
        width: 50vw;
        padding: 0 0 20px 5vw;
        color: #58462c;
        margin-bottom: 30px;
        position:relative;
    }

    .clinic-info-title::after{
        position:absolute;
        content:"";
        height:1px;
        width: 28vw;
        bottom:0;
        background-color:#997f2e;
        left:0;
    }

    .clinic-info-title span:nth-child(1){
        width: 100%;
        display: block;
        font-size: 3.5em;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: 'Cinzel', serif;
        background: linear-gradient(90deg, rgb(153, 137, 105) 0%, rgb(134, 76, 74) 35%, rgb(153, 137, 105) 66%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .clinic-info-title span:nth-child(2){
        font-size: 1.3em;
        font-weight: 600;
        margin-right: 10px;
        font-family: shippori-mincho, sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .clinic-find {
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 71%, #ece5dc 72%);
        border-bottom: 1px solid #7c725e;
        display: flex;
    }

    .clinic-find .ja {
        font-size: 1.6rem;
        color: #58462c;
        letter-spacing: 0.15em;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        display: flex;
        align-items: end;
        margin: 0 0 8px;
    }
    .clinic-find .eng {
        font-size: 50px;
        letter-spacing: 0;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: italic;
        color: #58462c;
        display: block;
        width: 50px;
        margin: 0 20px 0px;
    }

    .clinic-contents{
        display: flex;
        padding: 50px;
        background-color: #fff;
        justify-content: space-between;
    }

    .clinic-contents-l{
        width: 100%;
    }

    .clinic-contents-l > img{
        width:100%
    }

    .clinic-contents-r{
        width: 90%;
        margin: auto;
    }

    .clinic-info01{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        color: #58462c;
        margin-bottom: 40px;
    }

    .clinic-info01 dt{
        padding: 15px;
        border-bottom:1px #997f2e solid;
        width: 30%;
        display: flex;
        align-items: center;
    }

    .clinic-info01 dd{
        padding: 15px;
        border-bottom:1px #d6e0e0 solid;
        width: 70%;
        line-height: 2;
    }

    .c-calendar{
        width: 100%;
        border-top: 1px #5C4500 solid;
        border-bottom: 1px #5C4500 solid;
        margin: 0 0 15px;
        font-size: .9em;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .c-calendar .week{
        border-bottom: 1px #5C4500 solid;
        padding: 10px 0;
    }

    .c-calendar .time-1{
        border-bottom: 1px #5C4500 solid;
    }
    .week th, .week td, .time-1 th, .time-1 td, .time-2 th, .time-2 td{
        padding: 20px 0;
    }

    .c-calendar th{
        width: 30%;
        font-size: 1.1em;
    }

    .c-calendar td{
        text-align: center;
        width: calc((100% - 30%) / 7);
    }

    .c-calendar td span{
        color: #89BA41;
        display: block;
    }

    .week td{
        font-weight: bold;
    }

    .c-txt01{
        width: 90%;
        margin: 0;
        font-size: 1em;
        display: flex;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .c-txt01 span{
        color: #89BA41;
        font-size: 1em;
        display: block;
    }

    .movie-list{
        width: 100%;
        margin: auto;
    }

    .movie-list li{
        width: 80%;
        margin: 0 auto 50px;
    }

    .youtube {
        position: relative;
        padding-top: 56.25%;
    }

    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .youtube span.tag{
        position: relative;
        bottom: 2vw;
        left: -20px;
        display: block;
        width: 10vw;
        color: #fff;
        font-size: 1.2vw;
        padding: 10px 0;
        z-index: 1;
        text-align: center;
    }

    .youtube span.tag::after{
        position: absolute;
        content: "";
        background-color: #5C4500;
        left: 0px;
        width: 10vw;
        height: 100%;
        z-index: -1;
        bottom: 0vw;
        transform: skewX(-10deg);
    }

    .clinic-photo01{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .clinic-photo01 li{
        width: 100%;
        margin-bottom: 50px;
    }

    .clinic-photo01 li:nth-child(3),.clinic-photo01 li:nth-child(4){
        margin: 0;
    }

    .clinic-photo01 li>img{
        width: 100%;
    }

    .clinic-photo01 li>p{
        background-color: #f3f6f6;
        padding: 30px;
        font-size: .9em;
    }

    .clinic-photo01 li p span{
        color: #ad5b64;
        display: block;
        margin-bottom: 10px;
    }

    .clinic-photo02{
        display: block;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 50px 5%;
    }

    .clinic-photo02 li{
        width: 100%;
    }

    .clinic-photo02 li>img{
        width: 100%;
        height: 200px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .clinic-photo02 li>p{
        background-color: #f3f6f6;
        padding: 30px;
        font-size: .9em;
    }

    .clinic-photo02 li p span{
        color: #ad5b64;
        display: block;
        margin-bottom: 10px;
    }

    /* アクセス */
    .access{
        width: 100%;
        padding: 80px 0;
        background: url(../images/pixta_69403692_M.png) no-repeat center center / cover;
    }

    .access-inner{
        max-width: 1200px;
        margin: auto;
    }

    .access-map{
        display: block;
        justify-content: space-between;
        padding: 50px 0 0;
        margin-bottom: 50px;
    }

    .access-map li{
        width: 100%;
        margin: 0 0 30px;
    }

    .access-map li img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio:16/9;
    }

    iframe.access-c-map {
        width: 100%;
        min-width: 400px;
        aspect-ratio: 16/9;
    }

    .access-route{
        width: 100%;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #58462c;
        font-size: 1.2em;
        line-height: 1.5;
        margin: auto;
        padding: 3%;
    }


    .access-route p:nth-of-type(2){
        width: 90%;
        margin: 0 auto 30px;
    }

    .access-route span{
        color: #58462c;
        padding: 0 0 4px 3vw;
        font-size: 1.5em;
        border-bottom: 1px solid #be7d84;
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
    }

    .access-route-list{
        width: 100%;
    }

    .access-route-list li{
        display: block;
        align-items: center;
        margin-bottom:80px;
        background-color:#fff;
        box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
        padding: 0;
        position:relative;
        flex-direction: initial;
    }

    .access-route-list li::before{
        position:absolute;
        width: 50px;
        height: 50px;
        top:0;
        left:0;
        background-color:#997f2e;
        color:#fff;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size:1.2em;
    }

    .access-route-list li:nth-child(1)::before{
        content: "1";
    }
    .access-route-list li:nth-child(2)::before{
        content: "2";
    }
    .access-route-list li:nth-child(3)::before{
        content: "3";
    }
    .access-route-list li:nth-child(4)::before{
        content: "4";
    }
    .access-route-list li:nth-child(5)::before{
        content: "5";
    }

    .access-route-list li img{
        width: 100%;
    }

    .access-route-list li p{
        width: 100%;
        padding: 30px;
    }
}

@media screen and (min-width: 897px) and (max-width:1300px) {
    .medical-flow-list{
        display: flex;
        justify-content: space-between;
        padding: 50px 50px 0;
        margin-bottom: 0;
    }

    .access-map{
        display: flex;
        justify-content: space-between;
        padding: 50px 50px 0;
        margin-bottom: 50px;
    }

    .access-route{
        width: 100%;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #58462c;
        font-size: 1.2em;
        line-height: 1.5;
        padding: 0 50px;
    }
}