.fnt-zen-kaku {
    font-family: "Zen Kaku Gothic New", sans-serif
}

.fnt-zen-old {
    font-family: "Zen Old Mincho", serif
}

.fnt-cinzel {
    font-family: "Cinzel", serif
}

body.home p {
    margin-bottom: 0
}

body.home #main {
    overflow: visible
}

.wrap {
    position: relative;
    max-width: 1500px;
    padding: 0 30px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .wrap {
        padding: 0 15px
    }
}

.btn-shared {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Cinzel", serif
}

.btn-shared a {
    position: relative;
    display: block;
    background: #70978a;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
    padding: 0 25px 0 57px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: .2em
}

.btn-shared a::before {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow10.svg") no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition-duration: .7s
}

.btn-shared a:hover {
    background: #fff;
    color: #70978a;
    border-color: #70978a
}

.btn-shared a:hover::before {
    background-image: url("../img/icons/ico_arrow09.svg")
}

@media screen and (max-width: 767px) {
    .btn-shared a {
        border-radius: 27px;
        padding: 0 27px 0 51px;
        font-size: 14.4px;
        line-height: 52px
    }

    .btn-shared a::before {
        width: 20px;
        height: 20px;
        left: 18px
    }
}

.ttl-shared span {
    display: block;
    line-height: 1.25
}

.ttl-shared span.jp {
    color: #9b84b0;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: .2em
}

.ttl-shared span.en {
    color: #c4b5d1;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .25em
}

@media screen and (max-width: 767px) {
    .ttl-shared {
        display: flex;
        flex-direction: column
    }

    .ttl-shared span.jp {
        order: 2;
        margin-top: 7px;
        font-size: 24px
    }

    .ttl-shared span.en {
        order: 1;
        font-size: 14px;
        letter-spacing: .25em
    }
}

#header {
    position: relative
}

#header .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 339px;
    z-index: 1
}

#header .logo a {
    display: block
}

#header #menu-toggle {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    width: 730px;
    box-sizing: content-box;
    padding: 0 0 20px 20px;
    border-radius: 0 0 0 20px;
    z-index: 999
}

#header #menu-toggle .info {
    display: flex;
    gap: 19px;
    padding-top: 31px
}

#header #menu-toggle .info .box .tel {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    line-height: 36px
}

#header #menu-toggle .info .box .tel dt {
    text-align: center;
    color: #fff;
    width: 100px;
    border-radius: 0 25px 25px 0;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0
}

#header #menu-toggle .info .box .tel dd {
    color: #333;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .08em
}

#header #menu-toggle .info .box .tel dd a {
    display: block
}

#header #menu-toggle .info .box:nth-child(1) .tel dt {
    background: #70978a
}

#header #menu-toggle .info .box:nth-child(2) .tel dt {
    background: #9b84b0
}

#header #menu-toggle .nav-list {
    border-top: 1px dashed #ccc;
    display: flex;
    gap: 35px;
    margin-top: 23px;
    padding-top: 31px
}

#header #menu-toggle .nav-list>li {
    position: relative
}

#header #menu-toggle .nav-list>li>a,
#header #menu-toggle .nav-list>li>span {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0
}

#header #menu-toggle .nav-list>li>a:hover,
#header #menu-toggle .nav-list>li>span:hover {
    opacity: .7
}

#header #menu-toggle .nav-list>.parent::before {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow04.svg") no-repeat;
    width: 10px;
    height: 6px;
    background-size: 100%;
    top: 6px;
    right: 0
}

#header #menu-toggle .nav-list>.parent>span {
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding-right: 20px
}

#header #menu-toggle .nav-list>.parent .sub-menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    padding-top: 42px
}

#header #menu-toggle .nav-list>.parent .sub-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    border-radius: 12px;
    padding: 60px
}

#header #menu-toggle .nav-list>.parent .sub-menu ul li {
    width: 300px
}

#header #menu-toggle .nav-list>.parent .sub-menu ul li a {
    display: block;
}

#header #menu-toggle .nav-list>.parent .sub-menu ul li a img {
    display: block;
}

#header #menu-toggle .nav-list>.parent .sub-menu ul li a:hover {
    opacity: .7
}

#header #menu-toggle .nav-list>.parent .sub-menu.bg1 ul {
    background: #e1ebe7
}

#header #menu-toggle .nav-list>.parent .sub-menu.bg2 ul {
    background: #f1ebf7
}

#header #menu-toggle .nav-list>.parent .sub-menu.bg3 {
    width: 167px;
}

#header #menu-toggle .nav-list>.parent .sub-menu.bg3 ul {
    background: #EBBFBF;
    padding: 32.5px 0 32.5px 15px;
}

#header #menu-toggle .nav-list>.parent .sub-menu.bg3 ul li {
    width: auto;
}

@media screen and (min-width: 768px) {
    #header #menu-toggle .nav-list>.parent:hover::before {
        background-image: url("../img/icons/ico_arrow05.svg")
    }

    #header #menu-toggle .nav-list>.parent .sub-menu {
        display: none
    }

    #header #menu-toggle .nav-list>.parent:hover .sub-menu {
        display: block
    }
}

@media screen and (min-width: 768px)and (max-width: 1130px) {
    #header .logo {
        width: calc(50% - 226px)
    }

    #header #menu-toggle {
        width: calc(50% + 165px)
    }

    #header #menu-toggle .info {
        padding-right: 20px
    }

    #header #menu-toggle .info .box .tel dd {
        font-size: 25px
    }

    #header #menu-toggle .nav-list {
        justify-content: space-between;
        gap: 10px;
        padding-right: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 970px) {
    #header #menu-toggle .info {
        gap: 1.9587628866vw
    }

    #header #menu-toggle .info .box {
        gap: 1.5463917526vw
    }

    #header #menu-toggle .info .box .tel dt {
        width: 10.3092783505vw;
        padding-right: .5154639175vw;
        font-size: 1.6494845361vw
    }

    #header #menu-toggle .info .box .tel dd {
        font-size: 2.6315789474vw
    }

    #header #menu-toggle .nav-list>li>a,
    #header #menu-toggle .nav-list>li>span {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    #header .logo {
        top: 15px;
        left: 15px;
        width: 237px
    }

    #header #hamburger {
        position: fixed;
        top: 0;
        right: 0;
        width: 54px;
        height: 54px;
        padding-top: 12px;
        z-index: 1000;
        border-radius: 0 0 0 12px;
        transition: .7s all ease-in-out;
        background: #ed798e
    }

    #header #hamburger::before {
        content: "MENU";
        position: absolute;
        display: block;
        text-align: center;
        color: #fff;
        bottom: 13px;
        left: 0;
        right: 0;
        font-size: 10px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: .05em
    }

    #header #hamburger .menu-trigger,
    #header #hamburger .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box
    }

    #header #hamburger .menu-trigger {
        position: relative;
        display: block;
        width: 25px;
        height: 13px;
        margin: 0 auto
    }

    #header #hamburger .menu-trigger span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 25px;
        height: 1px;
        background: #fff
    }

    #header #hamburger .menu-trigger span:nth-of-type(1) {
        top: 0
    }

    #header #hamburger .menu-trigger span:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, -50%)
    }

    #header #hamburger .menu-trigger span:nth-of-type(3) {
        bottom: 0
    }

    #header #hamburger.active::before {
        content: "CLOSE"
    }

    #header #hamburger.active .menu-trigger span:nth-of-type(1) {
        transform: translate(-50%, -50%) rotate(-30deg);
        top: 50%
    }

    #header #hamburger.active .menu-trigger span:nth-of-type(2) {
        opacity: 0
    }

    #header #hamburger.active .menu-trigger span:nth-of-type(3) {
        transform: translate(-50%, -50%) rotate(30deg);
        top: 50%
    }

    #header #menu-toggle {
        overflow-y: auto;
        inset: 0;
        width: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s linear;
        display: flex;
        flex-direction: column;
        background: #f5f5f5;
        border-radius: unset;
        padding: 80px 20px
    }

    #header #menu-toggle .info {
        order: 2;
        display: block;
        padding-top: 20px
    }

    #header #menu-toggle .info .box .tel {
        align-items: center
    }

    #header #menu-toggle .info .box .tel dt {
        width: 72px;
        padding-right: 4px;
        font-size: 12px;
        line-height: 26px
    }

    #header #menu-toggle .info .box .tel dd {
        font-size: 26px;
        line-height: 1
    }

    #header #menu-toggle .info .box .tel dd small {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: .08em
    }

    #header #menu-toggle .info .box .table-time {
        margin-top: 7px
    }

    #header #menu-toggle .info .box .table-time table {
        table-layout: fixed;
        width: 100%
    }

    #header #menu-toggle .info .box .table-time table th {
        width: 104px
    }

    #header #menu-toggle .info .box .table-time table th,
    #header #menu-toggle .info .box .table-time table td {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0
    }

    #header #menu-toggle .info .box .table-time table .egg {
        position: relative
    }

    #header #menu-toggle .info .box .table-time table .egg::before {
        content: "";
        position: absolute;
        width: 8.5px;
        height: 8.5px;
        border-radius: 50%;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    #header #menu-toggle .info .box .table-time table .line {
        position: relative
    }

    #header #menu-toggle .info .box .table-time table .line::before {
        content: "";
        position: absolute;
        background: #888;
        width: 10.5px;
        height: 1px;
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(-41deg)
    }

    #header #menu-toggle .info .box .table-time table thead {
        color: #fff;
        line-height: 24px
    }

    #header #menu-toggle .info .box .table-time table thead th {
        border-radius: 6px 0 0 0
    }

    #header #menu-toggle .info .box .table-time table thead td:last-child {
        border-radius: 0 6px 0 0
    }

    #header #menu-toggle .info .box .table-time table tbody {
        border-radius: 0 0 6px 6px
    }

    #header #menu-toggle .info .box .table-time table tbody tr * {
        padding-top: 11.5px;
        padding-bottom: 11.5px
    }

    #header #menu-toggle .info .box .table-time table tbody tr th {
        padding-left: 11px
    }

    #header #menu-toggle .info .box .table-time table tbody tr:nth-child(2) {
        border-top: 1px solid #ccc
    }

    #header #menu-toggle .info .box .table-time table tbody tr:nth-child(2) th {
        border-radius: 0 0 0 6px
    }

    #header #menu-toggle .info .box .table-time table tbody tr:nth-child(2) td:last-child {
        border-radius: 0 0 6px 0
    }

    #header #menu-toggle .info .box:nth-child(1) .tel dd {
        color: #70978a
    }

    #header #menu-toggle .info .box:nth-child(1) .tel dd a {
        color: #70978a
    }

    #header #menu-toggle .info .box:nth-child(1) .table-time .egg::before {
        background: #70978a
    }

    #header #menu-toggle .info .box:nth-child(1) .table-time table thead th,
    #header #menu-toggle .info .box:nth-child(1) .table-time table thead td {
        background: #94c2b3
    }

    #header #menu-toggle .info .box:nth-child(1) .table-time table tbody th,
    #header #menu-toggle .info .box:nth-child(1) .table-time table tbody td {
        background: #e7edeb
    }

    #header #menu-toggle .info .box:nth-child(2) {
        margin-top: 20px
    }

    #header #menu-toggle .info .box:nth-child(2) .tel dd {
        color: #9b84b0
    }

    #header #menu-toggle .info .box:nth-child(2) .tel dd a {
        color: #9b84b0
    }

    #header #menu-toggle .info .box:nth-child(2) .table-time .egg::before {
        background: #9b84b0
    }

    #header #menu-toggle .info .box:nth-child(2) .table-time table thead th,
    #header #menu-toggle .info .box:nth-child(2) .table-time table thead td {
        background: #d1c2df
    }

    #header #menu-toggle .info .box:nth-child(2) .table-time table tbody th,
    #header #menu-toggle .info .box:nth-child(2) .table-time table tbody td {
        background: #f1ebf7
    }

    #header #menu-toggle .nav-list {
        order: 1;
        display: block;
        margin-top: 0;
        padding-top: 0
    }

    #header #menu-toggle .nav-list>li {
        border-bottom: 1px dashed #ccc
    }

    #header #menu-toggle .nav-list>li>a,
    #header #menu-toggle .nav-list>li>span {
        padding: 26.5px 0
    }

    #header #menu-toggle .nav-list>li>a:hover,
    #header #menu-toggle .nav-list>li>span:hover {
        opacity: 1
    }

    #header #menu-toggle .nav-list>.parent::before {
        background-image: url("../img/icons/ico_arrow07.svg");
        width: 14px;
        height: 8px;
        top: 31px;
        right: 9px
    }

    #header #menu-toggle .nav-list>.parent>a {
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 0
    }

    #header #menu-toggle .nav-list>.parent .sub-menu {
        display: none;
        position: unset;
        transform: none;
        width: auto;
        padding-top: 0
    }

    #header #menu-toggle .nav-list>.parent .sub-menu ul {
        display: block;
        border-radius: 6px;
        padding: 30px
    }

    #header #menu-toggle .nav-list>.parent .sub-menu ul li {
        width: auto
    }

    #header #menu-toggle .nav-list>.parent .sub-menu ul li a:hover {
        opacity: 1
    }

    #header #menu-toggle .nav-list>.parent .sub-menu ul li+li {
        margin-top: 20px
    }

    #header #menu-toggle .nav-list>.parent.active {
        border-color: rgba(0, 0, 0, 0)
    }

    #header #menu-toggle .nav-list>.parent.active::before {
        background-image: url("../img/icons/ico_arrow08.svg")
    }

    #header #menu-toggle .nav-list>.parent.active .sub-menu {
        display: block
    }

    #header #menu-toggle .reserve {
        order: 3;
        margin-top: 15px
    }

    #header #menu-toggle .reserve .ttl {
        width: 188px;
        margin: 0 auto
    }

    #header #menu-toggle .reserve .group-link {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 9.5px
    }

    #header #menu-toggle .reserve .group-link li {
        width: 140px
    }

    #header #menu-toggle .reserve .group-link li a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ed798e;
        color: #fff;
        border-radius: 30px;
        padding-right: 10px;
        gap: 10px;
        height: 48px;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        letter-spacing: 0
    }

    #header #menu-toggle .reserve .group-link li a::before {
        content: "";
        display: block;
        background: url("../img/icons/ico_arrow03.svg") no-repeat;
        width: 18px;
        height: 18px;
        background-size: 100%
    }
}

#footer {
    background: #f1f3f5;
    padding: 100px 0
}

#footer .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px
}

#footer .col:nth-child(1) {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 650px;
    width: 100%
}

#footer .col:nth-child(1) .info .logo {
    width: 339px
}

#footer .col:nth-child(1) .info .logo a {
    display: block
}

#footer .col:nth-child(1) .info .txt {
    margin-top: 31px
}

#footer .col:nth-child(1) .info .txt dt {
    font-weight: bold;
    letter-spacing: 0
}

#footer .col:nth-child(1) .info .txt dd {
    margin-top: 4px;
    line-height: 1.75
}

#footer .col:nth-child(1) .info .txt dd a {
    display: contents
}

#footer .col:nth-child(1) .nav-list {
    margin-top: 3px
}

#footer .col:nth-child(1) .nav-list li a,
#footer .col:nth-child(1) .nav-list li span {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 37px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0
}

#footer .col:nth-child(1) .nav-list li a::before,
#footer .col:nth-child(1) .nav-list li span::before {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow10.svg") no-repeat;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    background-size: 100%;
    transition: .3s linear
}

#footer .col:nth-child(1) .nav-list li a:hover::before,
#footer .col:nth-child(1) .nav-list li span:hover::before {
    background: url("../img/icons/ico_arrow09.svg")
}

#footer .col:nth-child(1) .nav-list li+li {
    margin-top: 35px
}

#footer .col:nth-child(2) {
    border-left: 1px solid #ccc;
    max-width: 690px;
    width: 100%;
    padding: 0 39px 0 59px;
    margin-top: -3px
}

#footer .col:nth-child(2) .ttl {
    font-weight: bold;
    line-height: 1.25
}

#footer .col:nth-child(2) .group-link {
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

#footer .col:nth-child(2) .group-link ul li a {
    position: relative;
    display: block;
    padding-left: 22px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0
}

#footer .col:nth-child(2) .group-link ul li a::before {
    content: "";
    position: absolute;
    background: #ccc;
    width: 12px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#footer .col:nth-child(2) .group-link ul li a:hover {
    opacity: .7
}

#footer .col:nth-child(2) .group-link ul li+li {
    margin-top: 15px
}

#footer address {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -21px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0
}

@media screen and (min-width: 768px)and (max-width: 1250px) {
    #footer .col:nth-child(1) {
        width: 50%;
        flex-direction: column
    }

    #footer .col:nth-child(2) {
        width: 50%;
        padding: 0 30px
    }

    #footer .col:nth-child(2) .group-link {
        flex-direction: column;
        gap: 15px
    }
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 43px 0 75px
    }

    #footer .row {
        flex-direction: column;
        gap: 40px
    }

    #footer .col:nth-child(1) {
        flex-direction: column;
        gap: 40px;
        max-width: 100%
    }

    #footer .col:nth-child(1) .info .logo {
        width: 288px;
        margin: 0 auto
    }

    #footer .col:nth-child(1) .info .txt {
        text-align: center;
        margin-top: 12px;
        font-size: 14px
    }

    #footer .col:nth-child(1) .info .txt dd {
        margin-top: 10px
    }

    #footer .col:nth-child(1) .nav-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0;
        row-gap: 30px
    }

    #footer .col:nth-child(1) .nav-list li {
        width: calc(50% - 10px)
    }

    #footer .col:nth-child(1) .nav-list li a,
    #footer .col:nth-child(1) .nav-list li span {
        padding-left: 32px
    }

    #footer .col:nth-child(1) .nav-list li+li {
        margin-top: 0
    }

    #footer .col:nth-child(2) {
        border-left: none;
        border-top: 1px solid #ccc;
        max-width: 100%;
        padding: 42px 0 0;
        margin-top: 0
    }

    #footer .col:nth-child(2) .ttl {
        font-size: 14px
    }

    #footer .col:nth-child(2) .group-link {
        margin-top: 19px
    }

    #footer .col:nth-child(2) .group-link ul {
        width: calc(50% - 3.5px)
    }

    #footer .col:nth-child(2) .group-link ul li a {
        padding-left: 17px;
        font-size: 12px;
        line-height: 17px
    }

    #footer .col:nth-child(2) .group-link ul li+li {
        margin-top: 15px
    }

    #footer .col:nth-child(2) .group-link ul li.style-height {
        min-height: 34px
    }

    #footer .col:nth-child(2) .group-link ul:nth-child(1) li:last-child {
        margin-top: 0
    }

    #footer address {
        text-align: center;
        width: auto;
        margin-top: 40px;
        font-size: 12px;
        line-height: 1.25
    }
}

#btn-fixed {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 998
}

#btn-fixed ul li {
    width: 50px;
    margin-left: auto
}

#btn-fixed ul li a {
    display: block
}

#btn-fixed ul li:nth-child(2) {
    margin-top: 10px
}

#btn-fixed ul li:last-child {
    width: 60px;
    margin: 40px 20px 0 0
}

@media screen and (max-width: 767px) {
    #btn-fixed {
        bottom: 0;
        left: 0;
        right: 0
    }

    #btn-fixed ul {
        display: flex;
        justify-content: space-between
    }

    #btn-fixed ul li {
        width: 50%;
        margin: 0 !important
    }

    #btn-fixed ul li img {
        width: 100%
    }

    #btn-fixed ul li:last-child {
        display: none
    }
}

#contact {
    background: #9b84b0;
    padding: 50px 0 90px
}

#contact .wrap {
    max-width: 1260px
}

#contact h2 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em
}

#contact h2::before,
#contact h2:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 30px;
    top: 0
}

#contact h2::before {
    transform: rotate(-30deg);
    left: -18px
}

#contact h2::after {
    transform: rotate(30deg);
    right: -18px
}

#contact .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-top: 16px;
    padding: 37px 0;
    border-radius: 12px
}

#contact .row .col-info {
    width: 41.0833333333%
}

#contact .row .col-info .inner {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 21px
}

#contact .row .col-info .inner .left {
    width: 100px
}

#contact .row .col-info .inner .left .photo img{
    border-radius: 8px;
}

#contact .row .col-info .inner .left .txt {
    margin-top: 27px;
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .05em
}

#contact .row .col-info .inner .right .title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 6px 0 0;
    font-size: 16px
}

#contact .row .col-info .inner .right .title dt {
    text-align: center;
    color: #fff;
    width: 100px;
    border-radius: 0 30px 30px 0;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0
}

#contact .row .col-info .inner .right .title dd {
    font-weight: bold;
    letter-spacing: .08em
}

#contact .row .col-info .inner .right .tel {
    margin: 7px 0 0 0
}

#contact .row .col-info .inner .right .tel a {
    vertical-align: top;
    display: block;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .08em
}

#contact .row .col-info .inner .right .group-link {
    display: flex;
    gap: 8px;
    margin-top: 15px
}

#contact .row .col-info .inner .right .group-link li a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding: 0 30px 0 47px;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0
}

#contact .row .col-info .inner .right .group-link li a::before {
    width: 18px;
    height: 18px;
    left: 19px
}

#contact .row .col-info:nth-child(1) .title dt {
    background: #70978a
}

#contact .row .col-info:nth-child(1) .title dd {
    color: #70978a
}

#contact .row .col-info:nth-child(1) .tel a {
    color: #70978a
}

#contact .row .col-info:nth-child(2) {
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc
}

#contact .row .col-info:nth-child(2) .title dt {
    background: #9b84b0
}

#contact .row .col-info:nth-child(2) .title dd {
    color: #9b84b0
}

#contact .row .col-info:nth-child(2) .tel a {
    color: #9b84b0
}

#contact .row .col-info:nth-child(2) .group-link li a {
    background: #9b84b0
}

#contact .row .col-info:nth-child(2) .group-link li a::before {
    background-image: url("../img/icons/ico_arrow11.svg")
}

#contact .row .col-info:nth-child(2) .group-link li a:hover {
    background: #fff;
    border-color: #9b84b0;
    color: #9b84b0
}

#contact .row .col-info:nth-child(2) .group-link li a:hover::before {
    background-image: url("../img/icons/ico_arrow12.svg")
}

#contact .row .col-contact {
    width: 17.8333333333%
}

#contact .row .col-contact .btn-contact {
    width: 136px;
    height: 136px;
    margin: 0 auto
}

#contact .row .col-contact .btn-contact a {
    display: block;
    height: 100%;
    border: 1px solid #70978a;
    background: url("../img/icons/icon_mail.svg") no-repeat center top 29px/20px auto;
    color: #70978a;
    border-radius: 25px;
    padding-top: 57px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0
}

#contact .row .col-contact .btn-contact a span {
    display: block;
}

#contact .row .col-contact .btn-contact a:hover {
    opacity: .7
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #contact .row {
        flex-direction: column;
        gap: 30px
    }

    #contact .row .col-info {
        width: auto
    }

    #contact .row .col-info:nth-child(2) {
        border: none;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        padding: 30px 0
    }

    #contact .row .col-contact {
        width: auto
    }
}

@media screen and (max-width: 767px) {
    #contact {
        padding: 29px 0 20px
    }

    #contact h2 {
        font-size: 16px
    }

    #contact h2::before,
    #contact h2:after {
        height: 24px
    }

    #contact h2::before {
        left: -14px
    }

    #contact h2::after {
        right: -14px
    }

    #contact .row {
        display: block;
        margin-top: 9px;
        padding: 8px 20px 27px;
        border-radius: 6px
    }

    #contact .row .col-info {
        width: auto
    }

    #contact .row .col-info .inner {
        display: block;
        width: auto;
        margin: 0
    }

    #contact .row .col-info .inner .right {
        position: relative
    }

    #contact .row .col-info .inner .right .title {
        display: block;
        margin: 0
    }

    #contact .row .col-info .inner .right .title dt {
        position: absolute;
        top: 16px;
        left: 0;
        width: 72px;
        font-size: 12px;
        line-height: 26px
    }

    #contact .row .col-info .inner .right .title dd {
        padding-left: 88px;
        font-size: 14px
    }

    #contact .row .col-info .inner .right .tel {
        margin: -2px 0 0 88px
    }

    #contact .row .col-info .inner .right .tel a {
        font-size: 26px;
        line-height: 1
    }

    #contact .row .col-info .inner .right .txt {
        margin: 14px 0 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: .05em
    }

    #contact .row .col-info .inner .right .group-link {
        display: flex;
        justify-content: space-between;
        gap: 0;
        margin-top: 11px
    }

    #contact .row .col-info .inner .right .group-link li {
        width: calc(50% - 5.5px)
    }

    #contact .row .col-info .inner .right .group-link li a {
        text-align: center;
        padding: 0 0 0 17px
    }

    #contact .row .col-info:nth-child(2) {
        border: none;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        margin: 23px 0;
        padding: 11px 0 23px
    }

    #contact .row .col-contact {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: auto
    }

    #contact .row .col-contact .txt {
        margin: 0;
        color: #888;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.75;
        letter-spacing: 0
    }

    #contact .row .col-contact .btn-contact {
        width: 148px;
        height: auto;
        margin: 0
    }

    #contact .row .col-contact .btn-contact a {
        background: url("../img/icons/icon_mail.svg") no-repeat left 16.5px center/14px auto;
        text-align: left;
        padding: 0 0 0 36.5px;
        font-size: 14px;
        line-height: 40px
    }
}

.navOpen #header #menu-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

/* ==========================================================================
    css popup
    ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

@media screen and (max-width: 767px) {
    body.remodal-is-locked {
        overflow: hidden;
        -ms-touch-action: none;
        touch-action: none;
    }

    body.remodal-is-locked .js-popup .photo li picture {
        pointer-events: none;
    }
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);

}

/* Necessary styles of the wrapper */
.remodal-wrapper {

    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
    /* padding: 10px 10px 0; */
}

/* Default theme styles of the modal dialog */
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */
.remodal-close {
    width: 60px;
    height: 60px;
    margin: 30px auto 0;
    display: block;
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
    transition: 0.3s;
}

.remodal-close:hover {
    opacity: 0.7;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* Keyframes
    ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Media queries
    ========================================================================== */
@media only screen and (min-width: 641px) {}

@media screen and (max-width: 767px) {
    .remodal {
        padding: 0;
    }
}

/* IE8
    ========================================================================== */

.lt-ie9 .remodal {
    width: 700px;
}

/* ==========================================================================
    end css popup
    ========================================================================== */
.remodal {
    max-width: 750px;
    margin: 50px auto;
    text-align: left;
}

#popup p {
    margin-bottom: 0
}

#popup .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    padding: 48px;
}

#popup .inner::before {
    content: "";
    position: absolute;
    border-left: 1px dashed #ccc;
    top: 48px;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
    width: 1px
}

#popup .col {
    width: 280px
}

#popup .col .lead {
    display: flex;
    align-items: center;
    gap: 21px
}

#popup .col .lead .photo {
    width: 100px
}

#popup .col .lead .photo img {
    border-radius: 8px
}

#popup .col .lead .title {
    font-size: 16px
}

#popup .col .lead .title dt {
    color: #fff;
    border-radius: 0 30px 30px 0;
    text-align: center;
    width: 100px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0
}

#popup .col .lead .title dd {
    margin-top: 8px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: .08em
}

#popup .col .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 6px;
    margin-top: 20px
}

#popup .col .box .ttl {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    margin: 15px 20px 0 13px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .05em
}

#popup .col .box .table-time {
    flex: 1
}

#popup .col .box .table-time table {
    table-layout: fixed
}

#popup .col .box .table-time table th {
    width: 76px
}

#popup .col .box .table-time table th,
#popup .col .box .table-time table td {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0
}

#popup .col .box .table-time table .egg {
    position: relative
}

#popup .col .box .table-time table .egg::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 2px;
    transform: translateY(-50%)
}

#popup .col .box .table-time table .line {
    position: relative
}

#popup .col .box .table-time table .line::before {
    content: "";
    position: absolute;
    background: #888;
    width: 10px;
    height: 1px;
    top: 50%;
    left: 2px;
    transform: translateY(-50%) rotate(-45deg)
}

#popup .col .box .table-time table thead {
    color: #fff;
    line-height: 24px
}

#popup .col .box .table-time table thead th {
    border-radius: 0 0 0 20px
}

#popup .col .box .table-time table thead td:last-child {
    border-radius: 0 6px 0 0
}

#popup .col .box .table-time table tbody tr * {
    padding-top: 8.5px;
    padding-bottom: 8.5px
}

#popup .col .box .table-time table tbody tr:nth-child(2) {
    border-top: 1px solid #ccc
}

#popup .col .txt {
    margin-top: 20px;
    line-height: 1.5;
    letter-spacing: 0
}

#popup .col .group-link {
    display: flex;
    gap: 8px;
    margin-top: 20px
}

#popup .col .group-link .btn-shared a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding: 0 26px 0 44px;
    line-height: 46px;
    letter-spacing: 0
}

#popup .col .group-link .btn-shared a::before {
    width: 18px;
    height: 18px;
    left: 17px
}

#popup .col:nth-child(1) .lead .title dt {
    background: #70978a
}

#popup .col:nth-child(1) .lead .title dd {
    color: #70978a
}

#popup .col:nth-child(1) .box {
    background: #e7edeb
}

#popup .col:nth-child(1) .box .ttl {
    color: #70978a
}

#popup .col:nth-child(1) .box .table-time .egg::before {
    background: #70978a
}

#popup .col:nth-child(1) .box .table-time thead th,
#popup .col:nth-child(1) .box .table-time thead td {
    background: #94c2b3
}

#popup .col:nth-child(2) .lead .title dt {
    background: #9b84b0
}

#popup .col:nth-child(2) .lead .title dd {
    color: #9b84b0
}

#popup .col:nth-child(2) .box {
    background: #f1ebf7
}

#popup .col:nth-child(2) .box .ttl {
    color: #9b84b0
}

#popup .col:nth-child(2) .box .table-time .egg::before {
    background: #9b84b0
}

#popup .col:nth-child(2) .box .table-time thead th,
#popup .col:nth-child(2) .box .table-time thead td {
    background: #d1c2df
}

#popup .col:nth-child(2) .group-link .btn-shared a {
    background: #9b84b0
}

#popup .col:nth-child(2) .group-link .btn-shared a::before {
    background-image: url("../img/icons/ico_arrow11.svg")
}

#popup .col:nth-child(2) .group-link .btn-shared a:hover {
    background: #fff;
    border-color: #9b84b0;
    color: #9b84b0
}

#popup .col:nth-child(2) .group-link .btn-shared a:hover::before {
    background-image: url("../img/icons/ico_arrow12.svg")
}

@media screen and (max-width: 767px) {
    #popup .head {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        background: #ed798e;
        color: #fff;
        padding: 0 24px;
        height: 54px;
        border-radius: 10px 10px 0 0;
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: .1em
    }

    #popup .head .ttl {
        position: relative;
        padding-left: 26px
    }

    #popup .head .ttl::before {
        content: "";
        position: absolute;
        background: url("../img/shared/icon_booking.png") no-repeat;
        width: 18px;
        height: 18px;
        background-size: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    #popup .inner {
        display: block;
        border-radius: unset;
        padding: 37px 32px;
    }

    #popup .inner::before {
        display: none
    }

    #popup .col {
        width: auto
    }

    #popup .col .lead .photo {
        width: 111px
    }

    #popup .col .lead .title {
        font-size: 18px
    }

    #popup .col .lead .title dt {
        width: 112px;
        line-height: 40px
    }

    #popup .col .lead .title dd {
        line-height: 31px
    }

    #popup .col .box .ttl {
        margin: 14px 16px 0;
        font-size: 14px
    }

    #popup .col .box .table-time table th,
    #popup .col .box .table-time table td {
        font-size: 14px
    }

    #popup .col .box .table-time table .egg::before {
        width: 9px;
        height: 9px
    }

    #popup .col .box .table-time table .line::before {
        width: 11px
    }

    #popup .col .box .table-time table th {
        width: 86px
    }

    #popup .col .box .table-time table thead {
        line-height: 27px
    }

    #popup .col .box .table-time table tbody tr * {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #popup .col .txt {
        font-size: 18px
    }

    #popup .col .group-link {
        justify-content: space-between;
        gap: 0
    }

    #popup .col .group-link .btn-shared a {
        padding: 0 28px 0 49px;
        font-size: 18px
    }

    #popup .col .group-link .btn-shared a::before {
        width: 20px;
        height: 20px;
        left: 18px
    }

    #popup .col:nth-child(2) {
        border-top: 1px dashed #ccc;
        margin-top: 27px;
        padding-top: 27px
    }
}