@charset "utf-8";

html {
    /* font-family: 'Barlow', 'Shippori Mincho', sans-serif, serif; */
    font-family: 'Shippori Mincho', serif;
}
body {
    margin: 0;
}
h1, h2, h3, h4, h5, p, span, a {
    color: #000;
    margin: 0;
    font-weight: 100;
}
img {
    width: 100%;
    display: block;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
.tShadow100 {
    -moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    -ms-text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.tShadow75 {
    -moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}
p.caption,
span.caption {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .caption {
        bottom: 10px;
        right: 10px;
        font-size: 10px;
    }
}

.nTxt {
    color: #000;
}
.cTxt {
    color: #AB722C;
}

/* text */
/* 通常 */
h2 {
    font-size: 40px;
    letter-spacing: 0.22em;
    line-height: 1.5;
}
h3 {
    font-size: 22px;
    letter-spacing: 0.1em;
}
h4 {
    font-size: 32px;
    letter-spacing: 0.22em;
    line-height: 1.684;
}
p {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 2;
}
sup {
    display: inline-block;
    font-size: 10px;
}

.only1100 {
    display: none;
}
.block1050 {
    display: block;
}
.only1050 {
    display: none;
}
.only875 {
    display: none;
}
.only800 {
    display: none;
}
.only768 {
    display: none;
}
.only700 {
    display: none;
}
.only650 {
    display: none;
}
.only620 {
    display: none;
}
.only600 {
    display: none;
}
.block600 {
    display: block;
}
.inline600 {
    display: inline;
}
.only570 {
    display: none;
}
.only550 {
    display: none;
}
.only500 {
    display: none;
}
.only480 {
    display: none;
}
.block480 {
    display: block;
}
.only460 {
    display: none;
}
.only450 {
    display: none;
}
.only430 {
    display: none;
}
.only420 {
    display: none;
}
.only400 {
    display: none;
}
.only380 {
    display: none;
}
.only380_02 {
    display: block;
}
.only360 {
    display: none;
}
.only350 {
    display: none;
}
.contactOnly {
    display: inline;
}
.contactOnly2 {
    display: none;
}
.spOnly {
    display: block;
}
.vh {
    visibility: hidden;
}

@media screen and (max-width: 1600px) {
    h2 {
        font-size: 35px;
    }
}
@media screen and (max-width: 1250px) {
    h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .only1100 {
        display: block;
    }
}
@media screen and (max-width: 1050px) {
    .block1050 {
        display: none;
    }
    .only1050 {
        display: block;
    }
}
@media screen and (max-width: 1000px) {
    h2 {
        font-size: 22px;
    }
    p {
        /* font-size: 18px; */
        letter-spacing: 0.05em;
    }
}
@media screen and (max-width: 900px) {
    .contactOnly {
        display: none;
    }
    .contactOnly2 {
        display: block;
    }
}
@media screen and (max-width: 875px) {
    .only875 {
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .otherDiningCont div ul div.img {
        width: 16.875vw;
        margin: auto 0 0 auto;
        display: block;
        position: relative;
    }
    .otherDiningCont div.other02 ul div.img {
        margin: auto auto 0 0;
    }
    .only800 {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .only768 {
        display: block;
    }
    h4 {
        font-size: 28px;
    }
    p {
        font-size: 14px;
        letter-spacing: 0.025em;
    }
}
@media screen and (max-width: 700px) {
    h2 {
        font-size: 20px;
    }
    /* p {
        font-size: 14px;
    } */
    .only700 {
        display: block;
    }
}
@media screen and (max-width: 650px) {
    .only650 {
        display: block;
    }
}
@media screen and (max-width: 620px) {
    .only620 {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .only600 {
        display: block;
    }
    .block600 {
        display: none;
    }
    .inline600 {
      display: none;
    }
    h2 {
        font-size: 4.5vw;
        text-align: center;
    }
}
@media screen and (max-width: 570px) {
    .only570 {
        display: block;
    }
}
@media screen and (max-width: 550px) {
    .only550 {
        display: inline-block;
    }
    h4 {
        font-size: 5.1vw;
    }
}
@media screen and (max-width: 500px) {
    .only500 {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .only480 {
        display: block;
    }
    .block480 {
        display: none;
    }
}
@media screen and (max-width: 460px) {
    .only460 {
        display: block;
    }
}
@media screen and (max-width: 450px) {
    .only450 {
        display: block;
    }
}
@media screen and (max-width: 430px) {
    .only430 {
        display: block;
    }
}
@media screen and (max-width: 420px) {
    .only420 {
        display: block;
    }
    .spOnly {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .only400 {
        display: block;
    }
}
@media screen and (max-width: 380px) {
    .only380 {
        display: block;
    }
    .only380_02 {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .only360 {
        display: block;
    }
}
@media screen and (max-width: 350px) {
    .only350 {
        display: block;
    }
}

.taR {
    text-align: right;
}

.careBnr {
    width: 180px;
    height: 260px;
    /* background: #fff; */
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    display: none;
	transform: translateY(280px);
    z-index: 2;
}
.careBnr.UpMove {
    animation: UpAnime02 0.5s forwards;
}
.careBnr.DownMove {
    animation: DownAnime02 0.5s forwards;
}
.careBnr.visible {
    display: block;
}
.careBnr a {
    width: 180px;
    height: 260px;
    display: block;
}
.careBnr a .cls-1,
.careBnr a .cls-2,
.careBnr a .cls-3,
.careBnr a .cls-4,
.careBnr a .cls-5,
.careBnr a .cls-6,
.careBnr a .cls-7,
.careBnr a .cls-8 {
    transition: all 1s ease;
}
.careBnr a:hover .cls-7 {
    fill: #fff;
}
.careBnr a:hover .cls-8 {
    fill: #fff;
}
.careBnr a .cls-1 {
    stroke: unset;
}
.careBnr a:hover .cls-1 {
    fill: #473C39;
    stroke-miterlimit: 0;
}
.careBnr a:hover .cls-3 {
    stroke: #473C39;
    stroke-miterlimit: 10;
}
.careBnr a:hover .cls-2 {
    fill: #473C39;
}
.careBnr div.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: #2F2D2D;
    border: solid 1px #fff;
    border-radius: 50%;
}
.careBnr div.close span {
    width: 22px;
    height: 1px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.careBnr div.close span:nth-of-type(1) {
    transform: rotate(45deg);
    border-top: solid 1px #fff;
}
.careBnr div.close span:nth-of-type(2) {
    transform: rotate(-45deg);
    border-bottom: solid 1px #fff;
}
.careBnr.UpMove {
    animation: UpAnime 1s forwards;
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(280px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.careBnr.DownMove {
    animation: DownAnime 1s forwards;
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(280px);
    }
}
@media screen and (max-width: 768px) {
    .careBnr,
    .careBnr a {
        width: 150px;
        height: auto;
    }
    .careBnr div.close {
        width: 24px;
        height: 24px;
    }
    .careBnr div.close span {
        width: 16px;
    }
}
@media screen and (max-width: 480px) {
    .careBnr,
    .careBnr a {
        width: 130px;
    }
    .careBnr div.close {
        width: 20px;
        height: 20px;
    }
    .careBnr div.close span {
        width: 14px;
    }
}


/* header */
header {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(201, 178, 159);
    z-index: 100;
    /* transition: background-color .5s; */
}
/* header背景色編か */
/* header.changeColor {
    background: #c9b29f;
} */
.menuLine {
    display: none;
}
.logo {
    display: flex;
    align-items: center;
    padding-left: 40px;
    position: relative;
    z-index: 1000;
}
.logo img {
    display: block;
    width: 350px;
}
nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}
nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}
nav ul li.navCenter {
    width: 90%;
    margin: 0 auto;
}

/* nav */
ul.mainNav li {
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
}
.mainNav li a span {
    display: block;
    position: absolute;
    top: -0.8rem;
    right: 0;
    left: 0;
    max-width: 2.35rem;
    height: auto;
    margin: 0;
    padding: 0.1rem 0.1rem 0.15rem;
    background: #ad5353;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    text-align: center;
}
ul.subNav li {
    font-size: 16px;
    letter-spacing: 0.1em;
    position: relative;
}
/* contact */
.contact li {
    font-size: 18px;
    letter-spacing: 0.05em;
}
/* mainNav */
.mainNav {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
    width: 100%;
}
.mainNav li a {
    transition: all .5s ease;
    position: relative;
}
header .mainNav li a::before,
header .mainNav li a::after {
    content: "";
    border-bottom: solid 2px #fff;
    display: block;
    position: absolute;
    bottom: -20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    width: 0;
}
header .subNav li a::before,
header .subNav li a::after {
    content: "";
    border-bottom: solid 2px #fff;
    display: block;
    position: absolute;
    bottom: -10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    width: 0;
}
header .mainNav li a::before,
header .subNav li a::before {
    left: 50%;
}
header .mainNav li a::after,
header .subNav li a::after {
    right: 50%;
}
header .mainNav li a:hover::before,
header .mainNav li a:hover::after {
    width: 50%;
}
header .subNav li a:hover::before,
header .subNav li a:hover::after {
    width: 50%;
}

.only1600 {
    display: none;
}

/* subNav */
ul.subNav {
    margin: 0 0 1.5rem 0;
}
.subNav li:nth-of-type(1) {
    margin-right: 35px;
}
.subNav li:nth-of-type(2) {
    margin-right: 45px;
}
.subNav li a {
    display: flex;
    align-items: center;
    transition: all .5s ease;
    position: relative;
}

/* data-current-nav */
[data-current-nav="location"] header nav ul.mainNav li:nth-child(1):after,
[data-current-nav="service"] header nav ul.mainNav li:nth-child(2):after,
[data-current-nav="medical"] header nav ul.mainNav li:nth-child(3):after,
[data-current-nav="common"] header nav ul.mainNav li:nth-child(4):after,
[data-current-nav="plan"] header nav ul.mainNav li:nth-child(5):after,
[data-current-nav="information"] header nav ul.mainNav li:nth-child(6):after,
[data-current-nav="cggallery"] header nav ul.mainNav li:nth-child(7):after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: -20px;
}
[data-current-nav="care"] header nav ul.subNav li:nth-child(1):after,
[data-current-nav="annai"] header nav ul.subNav li:nth-child(2):after,
[data-current-nav="outline"] header nav ul.subNav li:nth-child(3):after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: -10px;
}

/* contact */
.contact {
    height: 150px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.contact li {
    width: 180px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #473C39;
}
.contact li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: inherit;
    color: #fff;
    line-height: 1;
    font-weight: 300;
    z-index: 11;
}
[data-current-nav="contact"] .contact li:nth-child(2):after {
    content: "";
    display: block;
    background: #8e7e76;
    width: 180px;
    height: 74px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

/* icon */
.navIcon.outline img {
    display: block;
    width: 15px;
    padding-right: 5px;
}
.navIcon.map img {
    display: block;
    width: 15px;
    padding-right: 5px;
}
.navIcon.mail img {
    display: block;
    width: 29px;
    padding-right: 20px;
}
.navIcon.tel img {
    display: block;
    width: 16px;
    padding-right: 10px;
}

@media screen and (max-width: 1600px) {
    header {
        height: 130px;
    }
    .mainNav {
        margin: 0 auto 0;
    }
    header ul.mainNav li {
        text-align: center;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mainNav li a span {
        top: -0.7rem;
    }
    .only1600 {
        display: block;
    }
    .contact {
        height: 130px;
    }
    .contact li {
        height: 64px;
    }
    header .mainNav li a {
        transition: all .5s ease;
        position: relative;
        height: 52px;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    header .mainNav li a::before,
    header .mainNav li a::after {
        content: "";
        border-bottom: solid 2px #fff;
        display: block;
        position: absolute;
        bottom: -7px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        width: 0;
    }
    header .subNav li a::before,
    header .subNav li a::after {
        content: "";
        border-bottom: solid 2px #fff;
        display: block;
        position: absolute;
        bottom: -10px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        width: 0;
    }
    [data-current-nav="location"] header nav ul.mainNav li:nth-child(1):after,
    [data-current-nav="service"] header nav ul.mainNav li:nth-child(2):after,
    [data-current-nav="medical"] header nav ul.mainNav li:nth-child(3):after,
    [data-current-nav="common"] header nav ul.mainNav li:nth-child(4):after,
    [data-current-nav="plan"] header nav ul.mainNav li:nth-child(5):after,
    [data-current-nav="information"] header nav ul.mainNav li:nth-child(6):after,
    [data-current-nav="cggallery"] header nav ul.mainNav li:nth-child(7):after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: -7px;
    }
    [data-current-nav="care"] header nav ul.subNav li:nth-child(1):after,
    [data-current-nav="annai"] header nav ul.subNav li:nth-child(2):after,
    [data-current-nav="outline"] header nav ul.subNav li:nth-child(3):after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: -10px;
    }
    [data-current-nav="contact"] .contact li:nth-child(2):after {
        content: "";
        display: block;
        background: #8e7e76;
        width: 180px;
        height: 64px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
}
@media screen and (max-width: 1400px) {
    .logo img {
        width: 300px;
    }
    /* nav ul li.navCenter {
        width: 100%;
    } */
    ul.mainNav li {
        font-size: 15px;
    }
    ul.subNav li {
        font-size: 15px;
    }
    .mainNav li a span {
        top: -0.7rem;
    }
    /* ul.mainNav li {
        font-size: 1.28vw;
    }
    ul.subNav li {
        font-size: 1.28vw;
    } */
    /* .subNav li:nth-of-type(2) {
        padding-right: 45px;
    } */
    .contact li {
        width: 170px;
        font-size: 18px;
    }
    /* [data-current-nav="contact"] .contact li:nth-child(2):after {
        content: "";
        display: block;
        background: #8e7e76;
        width: 190px;
        height: 64px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
    } */
    /* [data-current-nav="outline"] header nav ul.subNav li:nth-child(2):after {
        content: "";
        width: 80%;
        height: 1px;
        display: block;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: -10px;
    } */
    /* .contact li {
        width: 130px;
        font-size: 1.28vw;
    } */
    .navIcon.outline img {
        width: 15px;
    }
    .navIcon.map img {
        display: block;
        width: 15px;
    }
    .navIcon.mail img {
        width: 25px;
        padding-right: 10px;
    }
    .navIcon.tel img {
        width: 13px;
        padding-right: 5px;
    }
    .mainNav {
        margin: 0 auto 0;
    }

    header ul.mainNav li {
        height: 40px;
    }
    header .mainNav li a {
        height: 40px;
    }
    [data-current-nav="contact"] .contact li:nth-child(2):after {
        content: "";
        display: block;
        background: #8e7e76;
        width: 170px;
        height: 64px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
}
@media screen and (max-width: 1300px) {
    ul.mainNav li {
        font-size: 1.1vw;
    }
    ul.subNav li {
        font-size: 1.1vw;
    }
    .contact li {
        width: 150px;
        font-size: 16px;
    }
    [data-current-nav="contact"] .contact li:nth-child(2):after {
        width: 150px;
    }
}
/* hamburgerMenu */
@media screen and (max-width: 1200px) {
    header {
        width: 100%;
        height: 80px;
        justify-content: space-between;
    }
    .logo {
        width: 280px;
        padding-left: 20px;
    }
    header nav {
        display: none;
    }
    header .contact {
        height: 80px;
        flex-direction: row;
        margin: 0 80px 0 0;
    }
    header .contact li {
        width: 110px;
        height: 80px;
        font-size: 14px;
        position: relative;
        z-index: 100;
    }
    .mainNav li a span {
        position: relative;
        top: 0;
        margin: 0 0.5rem 0 0;
    }
    header .contact li:nth-of-type(1) {
        border-bottom: none;
    }
    header .contact li:nth-of-type(2) {
        border-top: none;
    }
    header .navIcon.mail img {
        padding-right: 0;
        padding-bottom: 10px;
    }
    header .navIcon.tel img {
        width: 10px;
        padding-right: 0;
        padding-bottom: 10px;
    }
    header .contact li a {
        flex-direction: column;
    }
    header .menuLine {
        display: block;
    }
    header .menuLine {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 80px;
        height: 80px;
        background: #473C39;
    }
    .menuLine span {
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        height: 2px;
        background-color: #fff;
        width: 42px;
    }
    .menuLine span:nth-of-type(1) {
        top: 28px;
    }
    .menuLine span:nth-of-type(2) {
        top: 38px;
    }
    .menuLine span:nth-of-type(3) {
        top: 48px;
    }
    .menuLine.active span:nth-of-type(1) {
        top: 40px;
        left: 0;
        transform: translateY(0) rotate(-30deg);
        width: 50px;
    }
    .menuLine.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menuLine.active span:nth-of-type(3) {
        top: 40px;
        left: 0;
        transform: translateY(0) rotate(30deg);
        width: 50px;
    }

    /* gNav */
    .gNav {
        display: block;
        position:fixed;
        transform: translateX(100%);
        top:0;
        width: 100vw;
        height: 100%;
        background:#c9b29f;
        transition: all 0.3s;
    }
    .gNav.open {
        opacity: 1;
        z-index:999;
        position: fixed;
        transform: translateX(0);
        overflow-y: scroll;
    }

    /* navCenter */
    header nav ul li.navCenter {
        width: 90%;
        height: 100%;
        padding: 100px 0 0 0;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: center;
        overflow-y: scroll;
    }
    /* subNav */
    header .subNav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    header ul .subNav li {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
    }
    header .subNav li:nth-of-type(1),
    header .subNav li:nth-of-type(2) {
        padding-right: 0;
        margin: 0 0 15px 0;
    }
    header .subNav li:nth-of-type(2) {
        padding-right: 0;
    }
    header ul .subNav li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
    }
    header ul .subNav li a span {
        display: inline-block;
        vertical-align: sub;
    }

    /* mainNav */
    header .mainNav {
        width: 100%;
        margin: 0 auto 30px;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    header ul.mainNav li {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    header ul.mainNav li a {
        display: flex;
        width: 100%;
        height: 50px;
        justify-content: center;
        align-items: center;
    }
    .only1600 {
        display: none;
    }
    header .mainNav li a::before,
    header .mainNav li a::after {
        content: "";
        border-bottom: solid 2px #fff;
        display: block;
        position: absolute;
        bottom: 0;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        width: 0;
    }
    header .mainNav li a::before {
        left: 50%;
    }
    header .mainNav li a::after {
        right: 50%;
    }
    header .mainNav li a:hover::before,
    header .mainNav li a:hover::after {
        width: 12%;
    }
    [data-current-nav="location"] header nav ul.mainNav li:nth-child(1):after,
    [data-current-nav="service"] header nav ul.mainNav li:nth-child(2):after,
    [data-current-nav="medical"] header nav ul.mainNav li:nth-child(3):after,
    [data-current-nav="common"] header nav ul.mainNav li:nth-child(4):after,
    [data-current-nav="plan"] header nav ul.mainNav li:nth-child(5):after,
    [data-current-nav="information"] header nav ul.mainNav li:nth-child(6):after,
    [data-current-nav="cggallery"] header nav ul.mainNav li:nth-child(7):after,
    [data-current-nav="care"] header nav ul.subNav li:nth-child(1):after {
        content: "";
        width: 24%;
        height: 1px;
        display: block;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    [data-current-nav="contact"] .contact li:nth-child(2):after {
        content: "";
        display: block;
        background: #8e7e76;
        width: 110px;
        height: 80px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
    [data-current-nav="annai"] header nav ul.subNav li:nth-child(1):after {
        content: "";
        width: 12%;
        height: 1px;
        display: block;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: -10px;
    }
    [data-current-nav="outline"] header nav ul.subNav li:nth-child(2):after {
        content: "";
        width: 12%;
        height: 1px;
        display: block;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: -10px;
    }
    header .subNav li a:hover::before,
    header .subNav li a:hover::after {
        width: 12%;
    }
    header .subNav li a::before,
    header .subNav li a::after {
        bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    header .mainNav li a:hover::before,
    header .mainNav li a:hover::after {
        width: 25%;
    }
    [data-current-nav="location"] header nav ul.mainNav li:nth-child(1):after,
    [data-current-nav="service"] header nav ul.mainNav li:nth-child(2):after,
    [data-current-nav="medical"] header nav ul.mainNav li:nth-child(3):after,
    [data-current-nav="common"] header nav ul.mainNav li:nth-child(4):after,
    [data-current-nav="plan"] header nav ul.mainNav li:nth-child(5):after,
    [data-current-nav="information"] header nav ul.mainNav li:nth-child(6):after,
    [data-current-nav="cggallery"] header nav ul.mainNav li:nth-child(7):after,
    [data-current-nav="care"] header nav ul.subNav li:nth-child(1):after {
        content: "";
        width: 50%;
    }
    [data-current-nav="location"] header nav ul.mainNav li:nth-child(1):after,
    [data-current-nav="service"] header nav ul.mainNav li:nth-child(2):after,
    [data-current-nav="medical"] header nav ul.mainNav li:nth-child(3):after,
    [data-current-nav="common"] header nav ul.mainNav li:nth-child(4):after,
    [data-current-nav="plan"] header nav ul.mainNav li:nth-child(5):after,
    [data-current-nav="information"] header nav ul.mainNav li:nth-child(6):after,
    [data-current-nav="cggallery"] header nav ul.mainNav li:nth-child(7):after {
        content: "";
        width: 50%;
    }
    [data-current-nav="outline"] header nav ul.subNav li:nth-child(2):after {
        width: 80%;
    }
    header .subNav li a:hover::before,
    header .subNav li a:hover::after {
        width: 25%;
    }
}
@media screen and (max-width: 700px) {
    header .contact li {
        width: 80px;
        font-size: 12px;
    }
    [data-current-nav="contact"] .contact li:nth-child(2):after {
        content: "";
        display: block;
        background: #8e7e76;
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
}

@media screen and (max-width: 600px) {
    header {
        height: 125px;
        flex-wrap: wrap;
        align-items: end;
    }
    header .contact {
        height: 45px;
        flex-direction: row;
        /* position: fixed;
        top: 80px; */
        width: 100%;
        margin: 0;
    }
    header .contact li {
        font-size: 14px;
    }
    header .contact li:nth-of-type(1) {
        border-bottom: none;
        width: 50vw;
        height: 45px;
        border-right: 1px solid rgba(201, 178, 159, 1);
    }
    header .contact li:nth-of-type(2) {
        border-top: none;
        width: 50vw;
        height: 45px;
    }
    header .contact li a {
        flex-direction: row;
        z-index: 11;
    }
    header .navIcon.mail img {
        padding: 0 10px 0 0;
    }
    header .navIcon.tel img {
        padding: 0 10px 0 0;
    }
    [data-current-nav="contact"] .contact li:nth-child(2):after {
        content: "";
        display: block;
        background: #8e7e76;
        width: 100%;
        height: 45px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
}
@media screen and (max-width: 500px) {
    header .mainNav li a::before,
    header .subNav li a::before {
        left: 40%;
    }
    header .mainNav li a::after,
    header .subNav li a::after {
        right: 40%;
    }
    header .mainNav li a:hover::before,
    header .mainNav li a:hover::after,
    header .subNav li a:hover::before,
    header .subNav li a:hover::after {
        width: 50%;
    }
    [data-current-nav="location"] header nav ul.mainNav li:nth-child(1):after,
    [data-current-nav="service"] header nav ul.mainNav li:nth-child(2):after,
    [data-current-nav="medical"] header nav ul.mainNav li:nth-child(3):after,
    [data-current-nav="common"] header nav ul.mainNav li:nth-child(4):after,
    [data-current-nav="plan"] header nav ul.mainNav li:nth-child(5):after,
    [data-current-nav="information"] header nav ul.mainNav li:nth-child(6):after,
    [data-current-nav="cggallery"] header nav ul.mainNav li:nth-child(7):after {
        content: "";
        width: 80%;
        height: 1px;
        display: block;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    [data-current-nav="annai"] header nav ul.subNav li:nth-child(1):after {
        content: "";
        width: 80%;
        height: 1px;
        display: block;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: -10px;
    }
}
@media screen and (max-width: 450px) {
    /* header {
        width: calc(100% - 70px);
    } */
    .logo img {
        width: 260px;
    }
    header .menuLine {
        width: 70px;
    }
}
@media screen and (max-width: 410px) {
    .logo {
        padding-left: 10px;
    }
}
@media screen and (max-width: 360px) {
    .logo img {
        width: 220px;
    }
}


/* footer */
/* captionWrap */
.captionWrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.captionWrap p.caption {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #4D4D4D;
    position: relative;
    bottom: unset;
    right: unset;
}

@media screen and (max-width: 1650px) {
    .captionWrap {
        max-width: 1400px;
    }
}
@media screen and (max-width: 1450px) {
    .captionWrap {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1250px) {
    .captionWrap {
        max-width: 1000px;
    }
}
@media screen and (max-width: 1000px) {
    .captionWrap {
        max-width: 80%;
    }
    .captionWrap p.caption {
        font-size: 12px;
    }
}


/* mitsuiLogoWrap */
.mitsuiLogoWrap {
    width: 100%;
    margin: 70px auto 80px;
}
.mitsuiLogoWrap ul {
    max-width: 830px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}
.mitsuiLogoWrap ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90px;
}
.mitsuiLogoWrap ul li a span {
    font-size: 16px;
    letter-spacing: 0.05em;
}
.mitsuiLogoWrap ul li:nth-of-type(1) a img {
    display: block;
    height: 50px;
    backface-visibility: hidden;
}
.mitsuiLogoWrap ul li:nth-of-type(2) a img {
    display: block;
    height: 37px;
    backface-visibility: hidden;
}

@media screen and (max-width: 1000px) {
    .mitsuiLogoWrap ul {
        max-width: 750px;
    }
}
@media screen and (max-width: 800px) {
    .mitsuiLogoWrap ul {
        max-width: fit-content;
        flex-direction: column;
        width: 100%;
    }
    .mitsuiLogoWrap ul li:nth-of-type(1) a img {
        display: block;
        width: 280px;
        height: auto;
        backface-visibility: hidden;
    }
    .mitsuiLogoWrap ul li:nth-of-type(2) {
        margin: 30px auto 0;
    }
    .mitsuiLogoWrap ul li:nth-of-type(2) a img {
        display: block;
        width: 400px;
        height: auto;
        backface-visibility: hidden;
    }
}
@media screen and (max-width: 450px) {
    .mitsuiLogoWrap ul li a {
        height: 80px;
    }
    .mitsuiLogoWrap ul li:nth-of-type(1) a img {
        width: 250px;
    }
    .mitsuiLogoWrap ul li:nth-of-type(2) a img {
        width: 350px;
    }
}
@media screen and (max-width: 380px) {
    .mitsuiLogoWrap ul li:nth-of-type(1) a img {
        width: 220px;
    }
    .mitsuiLogoWrap ul li:nth-of-type(2) a img {
        width: 310px;
    }
}
@media screen and (max-width: 340px) {
    .mitsuiLogoWrap ul li:nth-of-type(1) a img {
        width: 195px;
    }
    .mitsuiLogoWrap ul li:nth-of-type(2) a img {
        width: 269.5px;
    }
}

/* footer nav */
footer nav {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #C9B29F;
}
footer nav ul.footerNavWrap {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer nav ul li ul li a {
    width: 100%;
    padding: 0 10px 0 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
}
/* mainNav */
footer nav ul li ul.mainNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 0 25px 0;
}
footer nav ul li ul.mainNav li {
    min-width: 120px;
    width: calc(100%/ 6);
    height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 1rem 0;
}
footer nav ul li ul.mainNav li:nth-child(6):after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    position: absolute;
    right: 0;
    border-left: 1px solid #231815;
    transform: rotate(180deg);
}
footer nav ul li ul.mainNav li::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    position: absolute;
    border-right: 1px solid #231815;
    transform: rotate(180deg);
}
footer nav ul li ul.mainNav li:nth-last-of-type(1):after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    right: 0;
    position: absolute;
    border-right: 1px solid #231815;
    transform: rotate(180deg);
}

/* subNav */
footer nav ul li ul.subNav {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}
footer nav ul li ul.subNav li {
    min-width: 195px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative;
}
footer nav ul li ul.subNav li:nth-of-type(1) {
    padding-right: 0;
}
footer nav ul li ul.subNav li::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    border-right: 1px solid #231815;
    transform: rotate(180deg);
}
footer nav ul li ul.subNav li:nth-last-of-type(1):after {
    content: "";
    display: block;
    width: 0px;
    height: 40px;
    right: 0;
    position: absolute;
    border-right: 1px solid #231815;
    transform: rotate(180deg);
}
footer nav ul li ul.subNav li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* privacyTxt */
footer nav ul li ul.privacyTxt {
    width: 83%;
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0 0;
    font-size: 18px;
    letter-spacing: 0.1em;
}
footer nav ul li ul.privacyTxt li a {
    padding: 0;
}
footer nav ul li ul.privacyTxt li:first-child a {
    padding: 0 10px 0 0 !important;
}

@media screen and (max-width: 1700px) {
    footer nav ul.footerNavWrap {
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 1500px) {
    footer nav ul li ul.mainNav {
        max-width: 1000px;
    }
    footer nav ul li ul.mainNav li {
        width: calc(100%/ 5);
        max-width: 200px;
    }
    /* footer nav ul li ul.subNav li {
        min-width: 180px;
    } */
    footer nav ul li ul li a {
        font-size: 16px;
    }
    footer nav ul li ul.mainNav li:nth-child(5):after {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        position: absolute;
        right: 0;
        border-left: 1px solid #231815;
        transform: rotate(180deg);
    }
    footer nav ul li ul.mainNav li:nth-child(6):after {
        display: none;
    }
}
@media screen and (max-width: 1450px) {
    footer nav ul li ul li a {
        padding: 0 5px 0 5px;
        font-size: 14px;
    }
    footer nav ul li ul.mainNav li {
        min-width: 150px;
    }
    footer nav ul li ul.subNav li {
        min-width: 150px;
    }
}
@media screen and (max-width: 1400px) {
    footer nav ul li ul.mainNav {
        max-width: 800px;
    }
}
@media screen and (max-width: 1200px) {
    footer nav ul.footerNavWrap li.linkCont {
        width: 69%;
    }
    footer nav ul li ul.mainNav {
        width: auto;
    }
    footer nav ul li ul.subNav {
        width: auto;
    }
    /* footer nav ul li ul.mainNav li:nth-last-of-type(1) {
        margin: 15px 0 0 0;
    } */
    /* footer nav ul li ul.mainNav li:nth-last-of-type(2):after {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        right: 0;
        position: absolute;
        border-right: 1px solid #231815;
        transform: rotate(180deg);
    } */
    footer nav ul li ul.mainNav li {
        min-width: 160px;
    }
    footer nav ul li ul.subNav li {
        min-width: 160px;
    }
    footer nav ul li ul.privacyTxt {
        width: 95%;
    }
}
@media screen and (max-width: 1159px) {
    /* footer nav ul li ul.mainNav li:nth-last-of-type(2) {
        margin: 15px 0 0 0;
    } */
    /* footer nav ul li ul.mainNav li:nth-last-of-type(2):after {
        content: "";
        display: none;
    } */
    footer nav ul li ul.mainNav li:nth-child(4):after {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        position: absolute;
        right: 0;
        border-left: 1px solid #231815;
        transform: rotate(180deg);
    }
    footer nav ul li ul.mainNav li:nth-child(5):after {
        content: "";
        display: none;
    }
    footer nav ul li ul.mainNav li:nth-last-of-type(3):after {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        right: 0;
        position: absolute;
        border-right: 1px solid #231815;
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 1150px) {
    /* footer nav ul li ul.mainNav li:nth-last-of-type(3):after {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        right: 0;
        position: absolute;
        border-right: 1px solid #231815;
        transform: rotate(180deg);
    } */
    /* footer nav ul li ul.mainNav li:nth-last-of-type(1),
    footer nav ul li ul.mainNav li:nth-last-of-type(2) {
        margin: 15px 0 0 0;
    } */
    /* footer nav ul li ul.mainNav li:nth-last-of-type(2):after {
        content: "";
        display: none;
    } */
}
@media screen and (max-width: 1000px) {
    footer nav ul.footerNavWrap li.linkCont {
        width: 100%;
    }
    footer nav ul li ul.privacyTxt {
        width: 80%;
        flex-wrap: wrap;
        margin: 50px auto;
        text-align: center;
    }
    footer nav ul li ul.privacyTxt li {
        width: 50%;
    }
    footer nav {
        height: auto;
        padding: 30px 0;
    }
    footer nav ul.footerNavWrap {
        flex-direction: column;
    }
    footer ul.mainNav li:nth-child(odd) {
        border-right: 1px solid #473c39;
    }
    footer nav ul li ul.mainNav li::before {
        content: "";
        display: none;
    }
    footer nav ul li ul.mainNav li::after {
        content: "";
        display: none;
    }
    footer nav ul li ul.mainNav li:nth-last-of-type(1):after {
        content: "";
        display: none;
    }
    footer nav ul li ul.mainNav li:nth-last-of-type(3):after {
        content: "";
        display: none;
    }
    footer nav ul li ul.mainNav li:nth-last-of-type(1),
    footer nav ul li ul.mainNav li:nth-last-of-type(2) {
        margin: 0 0 15px;
    }
    footer nav ul li ul.subNav li:nth-last-of-type(1):after {
        content: "";
        display: none;
    }
    footer nav ul li ul.subNav li::before {
        content: "";
        display: none;
    }
    footer nav ul li ul.subNav li:nth-of-type(1) {
        border-right: none;
    }
    footer nav ul li ul.mainNav {
        margin: 0;
    }
    footer nav ul li ul.subNav li:nth-of-type(1) {
        border-right: 1px solid #473c39;
    }
    footer nav ul li a.claimBtn {
        height: 50px;
        font-size: 20px;
        width: 100%;
        margin: 20px auto 0;
    }

    footer nav ul li ul.mainNav {
        margin: 0 auto;
        flex-direction: row;
        width: 80%;
        flex-wrap: wrap;
    }
    footer nav ul li ul.subNav {
        width: 80%;
        margin: 0 auto;
    }
    footer nav ul li ul.subNav li {
        min-width: auto;
        width: 49%;
        margin: 0;
    }
    footer nav ul li ul.mainNav li {
        min-width: auto;
        width: 49%;
        max-width: unset;
        margin: 0 0 15px;
    }
    footer nav ul li ul li a {
        padding: 0;
    }
    footer nav ul li ul.mainNav li:nth-child(4):after {
        content: "";
        display: none;
    }
    footer nav ul li ul.mainNav li:nth-last-of-type(2):after {
        content: "";
        display: none;
    }
}
@media screen and (max-width: 540px) {
    footer nav ul li ul.mainNav {
        width: 100%;
    }
    footer nav ul li ul.subNav {
        width: 100%;
    }
    footer nav ul li ul.privacyTxt li {
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
    footer nav ul li ul.mainNav li {
        min-width: 150px;
    }
}

/* tel */
footer nav ul li ul.telCont {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
footer nav ul li ul.telCont li:nth-of-type(1) {
    font-size: 17px;
    letter-spacing: 0.1em;
}
footer nav ul li ul.telCont li:nth-of-type(2) {
    display: flex;
    align-items: baseline;
}
footer nav ul li ul.telCont li:nth-of-type(3) {
    font-size: 14px;
    letter-spacing: 0.065em;
}
footer nav ul li ul.telCont .bigTxt a {
    display: inline-block;
    font-size: 52px;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-weight: 300;
    padding: 0;
    margin: 0;
    width: auto;
}
footer nav ul li ul.telCont li img {
    width: 38px;
}

footer nav ul li a.claimBtn {
    width: 98%;
    height: 65px;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #473C39;
    border: 1px solid #473C39;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease;
}
footer nav ul li a.claimBtn:hover {
    background: #fff;
    color: #473C39;
}

@media screen and (max-width: 1600px) {
    footer nav ul li ul.telCont li:nth-of-type(1) {
        font-size: 15px;
    }
    footer nav ul li ul.telCont li:nth-of-type(3) {
        font-size: 12.5px;
    }
    footer nav ul li ul.telCont .bigTxt a {
        font-size: 45px;
    }
}
@media screen and (max-width: 1400px) {
    footer nav ul li ul.subNav li:nth-of-type(2) {
        padding-right: unset !important;
    }
}
@media screen and (max-width: 1300px) {
    footer nav ul li ul.telCont li:nth-of-type(1) {
        font-size: 12px;
    }
    footer nav ul li ul.telCont li:nth-of-type(3) {
        font-size: 10px;
    }
    footer nav ul li ul.telCont li img {
        backface-visibility: visible;
        width: 30px;
    }
    footer nav ul li ul.telCont .bigTxt a {
        font-size: 35px;
    }
    footer nav ul li a.claimBtn {
        height: 50px;
        font-size: 20px;
    }
}

/* copyright */
footer small.copyRight {
    display: block;
    padding: 25px 0 30px 0;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
}

/* nextBtn */
a.nextBtn {
    display: none;
}
@media screen and (max-width: 768px) {
    a.nextBtn {
        width: 240px;
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 100px;
        border: 1px solid #473C39;
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #473C39;
        transition: all .5s ease;
    }
    a.nextBtn span.nextArrow {
        position: relative;
        display: inline-block;
        color: #473C39;
        text-decoration: none;
        outline: none;
        width: 100%;
        transition: all .5s ease;
    }
    a.nextBtn .nextArrow::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        right: 50%;
        width: 72%;
        height: 1px;
        background: #473C39;
        transform: translateX(-50%);
        transition: all .5s ease;
    }
    a.nextBtn .nextArrow::after {
        content: '';
        position: absolute;
        bottom: -4px;
        right: 13%;
        width: 15px;
        height: 1px;
        background: #473C39;
        transform: rotate(45deg);
        transition: all .5s ease;
    }
    a.nextBtn:hover {
        color: #fff;
        background: #473C39;
    }
    a.nextBtn:hover span.nextArrow::before {
        content: '';
        background: #fff;
    }
    a.nextBtn:hover span.nextArrow::after {
        content: '';
        background: #fff;
    }
}

.listTitle {
    font-size: 24px;
    letter-spacing: 0.22em;
    line-height: 1;
    text-align: center;
    margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
    .listTitle {
        font-size: 24px;
    }
}
@media screen and (max-width: 550px) {
    .listTitle {
        font-size: 18px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 350px) {
    .listTitle {
        font-size: 16px;
        margin: 0 0 15px;
    }
}

/* 2024 */
.otherCont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}
div.miniImgWrap ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
div.miniImgWrap ul div.img {
    width: 16.875vw;
    margin: auto 0 0 auto;
    display: flex;
    align-items: flex-end;
    position: relative;
}
div.other02 ul div.img {
    margin: auto auto 0 0;
}
div.miniImgWrap ul div.img.rightImg {
    margin: auto 0 0 auto;
}
div.miniImgWrap ul div.copy {
    display: flex;
    flex-direction: column;
}
div.miniImgWrap ul li:nth-of-type(1) {
    width: 49%;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
}
div.miniImgWrap ul li:nth-of-type(2) {
    width: 47%;
    position: relative;
}
/* div.other01 {
    margin: 0 0 70px;
}
div.other02 {
    margin: 0 auto 20px;
} */
div.other01 ul {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1650px) {
    .otherCont {
        max-width: 1400px;
    }
}
@media screen and (max-width: 1450px) {
    .otherCont {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1250px) {
    .otherCont {
        max-width: 1000px;
        justify-content: space-between;
    }
    .otherCont div p.listTitle {
        margin: 0 0 20px 0;
    }
    div.miniImgWrap ul div.img,
    div.miniImgWrap ul div.img.rightImg {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .otherCont {
        max-width: 750px;
        margin: 50px auto 0;
    }
    div.miniImgWrap p.listTitle {
        letter-spacing: 0.1em;
    }
    div.miniImgWrap ul {
        flex-wrap: wrap-reverse;
    }
    div.miniImgWrap ul li:nth-of-type(2) {
        width: 100%;
    }
    div.miniImgWrap.other01 ul {
        flex-direction: column-reverse;
    }
    div.miniImgWrap ul li:nth-of-type(1) {
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
        flex-wrap: wrap;
    }
    div.miniImgWrap ul div.img {
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
    .otherCont {
        max-width: 80%;
        margin: 30px auto 0;
    }
    .otherCont div {
        width: 100%;
    }
    div.miniImgWrap p.listTitle {
        letter-spacing: 0.025em;
    }
    div.miniImgWrap ul div.copy {
        width: 100%;
    }
    div.miniImgWrap.other02 ul div.img,
    div.miniImgWrap ul div.img.rightImg {
        /* margin: 0 auto 0 0; */
    }
    div.miniImgWrap ul div.img,
    div.miniImgWrap ul div.img.rightImg {
        width: 240px;
        margin-top: 1rem;
    }
}
@media screen and (max-width: 700px) {
    .otherCont {
        max-width: 80%;
    }
    .otherCont div {
        width: 100%;
    }
    .otherCont div p.listTitle {
        letter-spacing: 0.025em;
    }
}
@media screen and (max-width: 450px) {
    div.miniImgWrap ul div.img {
        width: 70%;
    }
}


/* 202507 add ---------------------------------------------------------------- */
/* バナーエリア */
.bnrWrap .bnrCont{
  width:90%;
  max-width:1440px;
  margin:0 auto;
}
.bnrWrap .bnrCont a{
  opacity:1;
  transition: all .5s ease;
}
.bnrWrap .bnrCont a:hover{
  opacity:0.8;
  transition: all .5s ease;
}
.bnrWrap .bnrCont img{
  width:100%;
  height:auto;
}
@media screen and (max-width: 768px) {
  .bnrWrap .bnrCont{
    max-width:500px;
  }
}

/* 202507 add */
@media screen and (min-width: 769px) {
  a[href^="tel:"]{
    pointer-events: none;
  }
}
