@charset "UTF-8";

/* メインビジュアル 動画 */
.main-visual{
    padding-top: 80px;
    background: url(../images/s-mainvisual.png) no-repeat center center / cover;
}

.main-visual-inner{
    max-width: 1200px;
    margin: auto;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;
}

.main-visual-inner h2{
    font-size: 40px;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.main-visual-inner span{
    font-size: 60px;
    font-family: 'Cinzel', serif;
    letter-spacing: 7px;
}

/* コンテンツ　タイトル */
.info-title{
    width: 50vw;
    padding: 0 0 20px 1vw;
    margin-bottom: 90px;
    position:relative;
}

.info-title::after{
    position:absolute;
    content:"";
    height:1px;
    width: 28vw;
    bottom:0;
    background-color: #60390E;
    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: #60390E;
    -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-style: normal;
    color: #60390E;
}

/* コンテンツ　タイトル2 */
.info-title2{
    width: 100%;
    color: #60390E;
    margin-bottom: 130px;
    position:relative;
    text-align: center;
}

.info-title2::after{
    position:absolute;
    content:"";
    height:1px;
    width: 28vw;
    bottom: -10px;
    background-color: #60390E;
    left: 50%;
    transform: translateX(-50%);
}

.info-title2 span:nth-child(1){
    width: 100%;
    display: block;
    font-size: 3.5em;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
    background: #60390E;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.info-title2 span:nth-child(2){
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
}

/* Clinic features */
.clinic{
    width: 100%;
    padding: 80px 0;
    background: url(../images/concept_bg.png) no-repeat center center / cover;
}

.clinic-inner{
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

.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(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-style: normal;
}

.feature-title {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #FEE7D4 50%);
    border-bottom: 1px solid #60390E;
    display: flex;
}

.feature-title .ja {
    font-size: 1.6rem;
    color: #60390E;
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    display: flex;
    align-items: end;
    margin: 0 0 10px 20px;
    height: 50px;
}
.feature-title .eng {
    font-size: 60px;
    letter-spacing: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    color: #60390E;
    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: #60390E;
    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;
	line-height: 1.5;
}

.feature-c-l{
    width: 45%;
}

.feature-c-l img{
    width: 100%;
}

.feature-c-r{
    width: 51%;
    padding: 0;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

/* 治療の流れ */
.medical-flow{
    width: 100%;
    padding: 80px 0;
    background: url(../images/dentaldoc-bg.png) no-repeat center center / cover;
}

.medical-flow-inner{
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

.medical-flow-contents{
    padding: 30px;
}

/* Treatment Flow */
.flow_img
    {
        text-align: center;
        margin: 6% auto;
        max-width: 800px;  
    }
.treat-list{
    display: flex;
    margin: 0 0 50px;
    gap: 50px;
}

.treat-list li{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.treat-list li:nth-of-type(1){
    width: 100%;
}

.treat-list li:nth-of-type(2){
    width: 100%;
}

.treat-list img{
    width: 100%;
}

.treat-list h3{
    font-family: zen-old-mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #60390E;
    font-size: 28px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 3px dotted #EE8B1A;
}
.treat-list h3 span
{
    font-size: 50px;
    color: #F3B062;
    font-family: Cinzel, sans-serif;
    padding-right: 1rem;
}
.treat-list h4{
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    margin: 0 0 20px;
}

.treat-list p{
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 1.5;
}

.treat-list li p:nth-of-type(2){
    background:#fff;
    box-shadow: 0 0 6px #ccc;
    padding: 15px;
    line-height: 1.5;
    margin: 20px 0 0;
}

/* 医院案内 */
.clinic-info{
    background: url(../images/bg-pickup.png) no-repeat center center / cover;
    padding: 80px 0;
}

.clinic-info-inner{
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

.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-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: #60390E;
    margin-bottom: 40px;
}

.clinic-info01 dt{
    padding: 15px;
    border-bottom: 1px #60390E solid;
    width: 20%;
    display: flex;
    align-items: center;
}

.clinic-info01 dd{
    padding: 15px;
    border-bottom: 1px #FEE7D4 solid;
    width: 80%;
    line-height: 2;
}

.c-calendar{
    width: 100%;
    border-top: 1px #60390E solid;
    border-bottom: 1px #60390E 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 #60390E solid;
    padding: 10px 0;
}

.c-calendar .time-1{
    border-bottom: 1px #60390E 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: #60390E;
    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: #60390E;
    font-size: 1em;
    display: block;
}

.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: 30px;
    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: 150px 0;
    background: url(../images/medical_bg.png) no-repeat center center / cover;
}

.access-inner{
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

iframe.access-c-map {
    width: 100%;
    min-width: 400px;
    aspect-ratio: 16/9;
}

.access-list{
    display: flex;
    justify-content: space-between;
}

.access-list li{
    width: 48%;
    display: flex;
    align-items: center;
}
.dental-one
    {
        margin: 50px 0 0;
    }
.dental-left h4, .dental-right h4, .dental-one h4 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #60390E;
  border-bottom: 3px #E2B6B9 dotted;
  padding: 7px 0;
  margin: 0 0 20px;
}
.dental-left h5, .dental-right h5, .dental-one h5
{
    font-size: 18px;
    padding: 1rem 0;
    color: #EE8B1A;
    font-weight: 600;
}
.medical-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;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
  margin: 0 0 50px;
}
@media screen and (max-width: 896px) {
    /* メインビジュアル 動画 */
    .main-visual{
        padding-top: 80px;
        background: url(../images/s-mainvisual.png) no-repeat center center / cover;
    }
    
    .main-visual-inner{
        padding: 80px 0;
        max-width: 100%;
        margin: auto;
        text-align: center;
        height: 300px;
    }
    
    .main-visual-inner h2{
        font-size: 24px;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .main-visual-inner span{
        font-size: 2em;
        font-family: 'Cinzel', serif;
        letter-spacing: 7px;
    }

    /* コンテンツ　タイトル */
    .info-title{
        width: 100%;
        padding: 0 0 20px 1vw;
        color: #60390E;
        /*margin-bottom: 30px;*/
        position:relative;
    }

    .info-title::after{
        position:absolute;
        content:"";
        height:1px;
        width: 100%;
        bottom:0;
        background-color: #60390E;
        left:0;
    }

    .info-title span:nth-child(1){
        width: 100%;
        display: block;
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: 'Cinzel', serif;
        background: #60390E;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .info-title span:nth-child(2){
        font-size: 1em;
        font-weight: 600;
        margin-right: 10px;
        font-family: shippori-mincho, sans-serif;
        font-style: normal;
    }

    /* コンテンツ　タイトル2 */
    .info-title2{
        width: 100%;
        color: #60390E;
        margin-bottom: 80px;
        position:relative;
        text-align: center;
    }
    
    .info-title2::after{
        position:absolute;
        content:"";
        height:1px;
        width: 28vw;
        bottom: -10px;
        background-color: #60390E;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .info-title2 span:nth-child(1){
        width: 100%;
        display: block;
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: 'Cinzel', serif;
        background: #60390E;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    
    .info-title2 span:nth-child(2){
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
    }

    /* Clinic features */
    .clinic{
        width: 100%;
        padding: 30px 0;
        background: url(../images/concept_bg.png) no-repeat center center / cover;
    }

    .clinic-inner{
        max-width: 95%;
        margin: auto;
        padding: 0;
    }

    .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(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-style: normal;
    }

    .feature-title {
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #FEE7D4 60%);
        border-bottom: 1px solid #60390E;
        display: flex;
    }

    .feature-title .ja {
        font-size: 1.2rem;
        color: #60390E;
        letter-spacing: 0.15em;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        display: flex;
        align-items: end;
        margin: 0 10px 10px 10px;
        height: 50px;
        line-height: 1.5;
    }
    .feature-title .eng {
        font-size: 50px;
        letter-spacing: 0;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        color: #60390E;
        display: block;
        width: 50px;
        margin: 0 20px 0px;
    }

    .feature-contents{
        background-color: #fff;
        padding: 30px;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #60390E;
        font-size: 1em;
        display: block;
        justify-content: space-between;
        box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
        margin: 0 0 50px;
        line-height: 1.5;
    }

    .feature-c-l{
        width: 100%;
        margin: auto;
    }

    .feature-c-r{
        width: 100%;
        padding: 20px 0;
    }

    /* 初めてご来院される方へ */
    .medical-flow{
        width: 100%;
        padding: 30px 0;
        background: url(../images/dentaldoc-bg.png) no-repeat center center / cover;
    }

    .medical-flow-inner{
        max-width: 90%;
        margin: auto;
        padding: 0;
    }

    .medical-flow-contents{
        padding: 30px;
    }
    .flow_img
    {
        text-align: center;
        margin: 6% auto;
        max-width: 800px;  
    }

    .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%;
    }

    /* Treatment Flow */
    .treat-list{
        display: flex;
        margin: 0 0 80px;
        gap: 20px;
        flex-direction: column;
    }
    
    .treat-list li{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .treat-list li:nth-of-type(1){
        width: 100%;
    }
    
    .treat-list li:nth-of-type(2){
        width: 100%;
    }
    
    .treat-list img{
        width: 100%;
    }
    
    .treat-list h3{
        font-family: futura-pt, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #60390E;
        font-size: 18px;
        margin: 0 0 20px;
    }
    
    .treat-list h4{
        font-family: zen-old-mincho, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        margin: 0 0 20px;
    }
    
    .treat-list p{
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 17px;
        line-height: 1.5;
    }
    
    .treat-list li p:nth-of-type(2){
        background:#fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px;
        line-height: 1.5;
        margin: 20px 0 0;
    }

    /* 医院案内 */
    .clinic-info{
        background: url(../images/medical_bg.png) no-repeat center center / cover;
        padding: 30px 0;
    }

    .clinic-info-inner{
        max-width: 95%;
        margin: auto;
        padding: 0;
    }

    .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-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: 90%;
        margin: auto;
    }

    .clinic-contents-l > img{
        width:100%
    }

    .clinic-contents-r{
        width: 90%;
        margin: auto;
    }

    .clinic-info01{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        color: #60390E;
        margin-bottom: 40px;
    }

    .clinic-info01 dt{
        padding: 15px;
        border-bottom: 1px #60390E solid;
        width: 25%;
        display: flex;
        align-items: center;
    }

    .clinic-info01 dd{
        padding: 15px;
        border-bottom: 1px #FEE7D4 solid;
        width: 75%;
        line-height: 2;
    }

    .c-calendar{
        width: 100%;
        border-top: 1px #60390E solid;
        border-bottom: 1px #60390E 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 #60390E solid;
        padding: 10px 0;
    }

    .c-calendar .time-1{
        border-bottom: 1px #60390E 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: #60390E;
        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: #60390E;
        font-size: 1em;
        display: block;
    }

    .clinic-photo01{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .clinic-photo01 li{
        width: 100%;
        margin-bottom: 50px;
        padding: 0 15px;
    }

    .clinic-photo01 li:nth-child(3),.clinic-photo01 li:nth-child(4){
        margin: 0 0 50px;
    }

    .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/medical_bg.png) no-repeat center center / cover;
    }

    .access-inner{
        max-width: 90%;
        margin: auto;
        padding: 0;
    }

    iframe.access-c-map {
        width: 100%;
        min-width: 330px;
        aspect-ratio: 16/9;
    }

    .access-list{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 30px;
    }

    .access-list li{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .medical-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;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
  margin: 0 0 50px;
}
}

@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;
    }
}

.job-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.job-table th,
.job-table td {
  border: 1px solid #5C4500;
  padding: 10px;
  text-align: left;
}

.job-table th {
  background-color: #5C4500;
  border: 1px solid #fff;
  color: #fff;
  width: 20%;
}
@media screen and (max-width: 896px) {
	.job-table tr {
		display: block;
	}

	.job-table th,
	.job-table td {
		display: block;
		width: 100%;
	}

	.job-table th {
		background-color: #5C4500;
		border: none;
	}
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

/* チェックマーク */
.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #F3B062;
  font-weight: bold;
}