@charset "utf-8";
/*==========================
common
==========================*/
:root{
    --primary-white:#FFFFFF;
    --primary-gray: #4A4A4A;
    --primary-darkGreen: #466a5a;
    --primary-creem: #efeebd;
    --primary-aquagreen: #74ac9e;
    --primary-pink: #fa8789;
    --contentPadding: 80px 5.3%;
}
html {
    font-size: 62.5%;
}

body {
    font-family:
        'Noto Sans JP',
        "Shippori Mincho";
    font-style: normal;
    font-weight: 400;
    color: var(--primary-gray);
    background-color: #fff;
    line-height: 1.8;
}

img {
    max-width: 100%;
    height: auto;
}

.topic{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.9rem; 
    text-align: center;
}
.topic span{
    color: var(--primary-aquagreen);
}

/*==========================
header
==========================*/

.nav_header {
    padding:0 5.4%;
}
.logo_sp{
    display: block;
    width: 180px;

}
.logo_pc{
    display:none;
}


/* .nav初期表示 */
nav {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    padding: 0 13%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.nav_item {
    font-size: 1.6rem;
    line-height: 2.9rem;
    margin-top: 20px;
}
.nav_list{
    margin-top: 160px;
}
.nav_img {
    position: fixed;
    width: 88px;
    height: 66px;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}
.btnTel_sp{
    display: block;
}
.nav_btn{
    display: block;
    width: 33px;
    height: 29px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 5.3%;
}
.clickBtn{
    display: block;
    width: 220px;
    margin-top: 30px;
}
.telBox_sp{
    display: flex;
    align-items: baseline;
    margin-top: 35px;
  }
  .telBox_sp p{
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-right: 5px;
  }
.tel{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 4rem;
    display: block;
}
.telBox_pc, .clickBtn_pc, .nav_item:last-child {
    display: none;
}

/* .nav.active表示 */
nav.active {
    transform: translateX(0);
}

.header_btn {
    display: block;
    width: 38px;
    height: 29px;
    cursor: pointer;
    position: absolute;
    right: 5.3%;
}

/* .header pc */
@media screen and (min-width:769px) {
    header {
        padding: 30px 7% 10px;
        display: flex;
        justify-content: space-between;
        position: fixed; /*** ← fixedで固定 ***/
        width: 100%; 
        height: 150px; 
        box-sizing: border-box;
        background-color: #fff;
        top: 0; 
        left: 0; 
        display: flex; 
        align-items: center; 
    }   
    .logo_pc{
        display:block;
        width: 400px;
    }
    
    
    nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
        display: block;
        text-align: end;
        margin: 0;

    }
    .logo_sp, .nav_btn, .nav_img, .btnTel_sp{
        display: none;
    }

    .nav_list ul{
        margin-top: 10px;
        display: flex;
        gap: 30px;
        align-items: center;
    }
    .nav_list{
        margin: 0;
    }

    .nav_item {
        margin-top: 0;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .nav_item:last-child{
        display: block;
    }
    .clickBtn_pc{
        display: inline-block;
        width: 197px;
        margin-top: 10px;
  }
  .telBox_pc{
    display: flex;
    align-items: end;
    justify-content: end;
  }
  .telBox_pc p{
    font-size: 1.5rem;
    line-height: 2.9rem;
    margin-right: 7px;
  }
  .tel_pc{
    display: block;
    margin: auto 0;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 4.5rem;
    
  }

    .nav_header {
        display: flex;
        padding: 0;
    }

   .header_btn, .nav_item img {
        display: none;
    }

}/* pc 769px */

/*==========================
main
==========================*/
.care_pc{
    display: none;
}
article{
    position: relative;
    align-items: center;
    
}
.facility_sp{
    width: 100%;
    height: auto;
}
h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(217, 217, 217, 0.5);
    padding: 5% 10%;
    font-size: 2.4rem;
    line-height: 4rem;
    text-align: center;
    color: black;

}
h1 span{
    font-size: 1.4rem;
    line-height: 2.9rem;
}

.section-care{
    padding: 0 5.3% 60px;
    background-image: url(../images/care/happa.png);
    background-repeat: no-repeat;
    background-size: 127px;
    background-position: 95% 98%;
}
.pcVer{
    display: none;
}
.careItem p,  .careContents li, .careContents p{
    font-size: 1.4rem;
    line-height: 2.6rem;
}
.careItem Img{
    width: 250px;
    margin-bottom: 10px;
}

h2{
    margin: 30px auto 10px;
    writing-mode: initial;
    
}
.careContents{
    margin-bottom: 100px;
    text-align: center;
}

.careItem{
    margin: 50px auto 80px;
}

.departmentItem , .relatedItem{
    display: flex;
    gap: 30px;
    max-width: 360px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 60px auto 30px;
    text-align: left;
}

.departmentItem ul{
    width: 140px;
}
.departmentItem li, .relatedItem li{
    padding: 2px;
    list-style: disc;
}
.listItemA span, .careContents p span{
    background-color: var(--primary-creem);
}
/* fade in */

  .youso {
    opacity: 0;
    font-size: 11px;
}



/* .header pc */
@media screen and (min-width:769px) {
    h1{
        font-size: 4rem;
        line-height: 6rem;
        writing-mode:horizontal-tb;
        padding: 3% 10%;
        margin: 0;
    }
    h1 span{
        font-size: 2rem;
    }
    article{
        margin: 150px auto 0;
    }

    .care_pc{
        display: block;
       padding: 0 7%;
        width: 100%;
        margin: 0 auto;
    }
    .care_sp{
        display: none;
    }
    .pcVer{
        display: inline;
    }
    .spVer{
        display: none;
    }

    .careItem{
        display: flex;
        gap: 30px;
        justify-content:center;
        align-items: center;
    }
    .careContents{
        margin: 60px auto 120px;
        text-align: left;
    }

    .careItem p{
        font-size: 2rem;
        line-height: 3.7rem;
        text-align: left;
        margin-top: 10px;
    }
    .careContents li, .careContents p{
        font-size: 1.6rem;
        line-height: 2.9rem;
    }
    h2.pcVer{
        display: block;
        font-size: 3.2rem;
        line-height: 5rem;
        margin-bottom: 30px;
        font-weight: 400;
        text-align: left;
    }
    .careItem Img{
        width: 450px;
        margin: 0;
    }

    .departmentItem , .relatedItem{
        display: flex;
        gap: 100px;
        max-width: 955px;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin: 60px auto 30px;
        text-align: left;
    }
    .departmentItem ul{
        width: 160px;
    }


    .topic{
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 3.7rem;
        margin-top: 120px;
    }
    .topic span{
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.9rem; 
    }

    .section-care{
        padding: 10px 7%;
        background-size: 400px;
        background-position: 95% 105%;
    }



}

/*  ========================
footer
==========================*/
footer {
    padding: var(--contentPadding);
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
}
.footetlogo_pc{
    display: none;
}

footer table {
    margin: 40px auto 10px;
    padding: 10px;
    max-width: 500px;
}
footer table th, footer table td{
    font-size: 1.4rem;
    line-height: 2.6rem;
    vertical-align: middle;
    text-align: center;
    border-top:  solid 1px gray;
    border-bottom:solid 1px gray ;
    border-collapse: collapse ;
    table-layout: fixed;
    width: 40px;
    height: 10px;
}

footer table th:first-child, footer table td:first-child{
    width: 100px;
    padding-right: 15px;
}

td:first-child,th:first-child{
    border-left:none;
}
td:last-child th:last-child th{
    border-right:none;
}

.table_txt{
    font-size: 1.4rem;
    line-height: 2.6rem; 
    text-align: left;
    display: inline-block;
    max-width: 500px;
}


.copy {
    margin-top: 64px;
}

.copy small {
    font-size: 1.2rem;
}

/* footer pc */
@media screen and (min-width: 769px) {
    .footerContents {
        padding: 0;
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        gap: 50px;
        justify-content: center;
    }
    .footerlogo_sp{
        display: none;
    }
    .footetlogo_pc{
        display: block;
    }
    .table_txt, footer table th, footer table td{
        font-size: 1.5rem;
        line-height: 2.9rem; 
    }
    footer table th, footer table td{
        vertical-align: middle;
        text-align: center;
        border-top:  solid 1px gray;
        border-bottom:solid 1px gray ;
        border-collapse: collapse ;
        table-layout: fixed;
        width: 50px;
        height: 60px;
       
    }
    footer .address, footer .address a{
        margin: 0;
    }
    footer .address{
        text-align: left;
    }
    footer .reservation {
        display: block;
    }
    .footerLine{
        width: 1331px;
    }
    footer table{
        margin: 0;
    }
    .table_txt{
        font-size: 1.5rem;
        line-height: 2.8rem; 
    }
    footer table th:first-child, footer table td:first-child{
        width: 150px;
        padding-right: 15px;
    }
    .spBr{
        display: none;
    }






    .footer__group {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer__topic {
        font-size: 2.4rem;
        line-height: 1;
    }

    .menu__list {
        display: flex;
        margin-top: 0;
    }

    .menu__item {
        margin-top: 0;
        margin-left: 32px;
    }

    .sns {
        justify-content: flex-end;
    }

    .sns__item {
        margin: 0 0 0 24px;
    }

    .copy {
        margin-top: 32px;
    }
    
}/* pc 769px */