@media screen and (max-width: 1100px) {
    .content {
        margin: 0px auto;
    }
}

#service {
    text-align: left;
    line-height: 1.6 !important;
}

#service .pc {
    display: block !important;
}

#service .sp {
    display: none !important;
}

#service section {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}

#service section .secin {
    font-family: 'Noto Serif JP', serif;
    color: #000;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 60px;
}

#service section .secin figure {
    position: relative;
    box-sizing: border-box;
}

#service section .secin a:has(.comingSoon) {
    pointer-events: none;
}

#service section.sec3 .sec3a li a:has(.comingSoon) .sec3a_btn:after {
    display: none;
}

#service section.sec3 .sec3a li a:has(.comingSoon) .sec3a_btn:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 10;
}

#service section .secin figure.comingSoon:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 10;
}

#service section .secin figure.comingSoon figcaption {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    margin: auto;
    color: #fff;
    text-align: center;
    z-index: 11;
}

#service section .secin figure img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

#service section .secin h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 60px;
    color: #000;
}

@media only screen and (max-width: 750px) {

    #service section .secin figure.comingSoon figcaption {
        font-size: 3.5vw;
    }

    #service section .secin h3 {
        font-size: 4.6vw;
        margin-bottom: 30px;
    }
}

#service section .secin h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
    #service section .secin h4 {
        font-size: 4vw;
    }
}

#service section .secin p.lead {
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}

@media only screen and (max-width: 750px) {

    #service section .secin p.lead {
        font-size: 3.5vw;
        text-align: left;
    }
}

@media only screen and (max-width: 750px) {
    #service section .secin {
        padding: 30px 6vw 40px;
    }
}

#service section.ptit {
    background-size: cover;
    background-position: center center;
    background-image: url("../img/spa/main_01.jpg");
    height: 360px;
    margin-top: -30px;
}

#service section.ptit .secin {
    padding-top: 160px;
    padding-left: 20px;
}

#service section.ptit .secin h2 {
    text-align: left;
    font-size: 42px;
    color: #989188;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 30px;
}

#service section.ptit .secin p.lead {
    font-size: 1.4em;
    color: #fff;
    text-align: left;
}

@media only screen and (max-width: 750px) {
    #service section.ptit {
        height: 62vh;
        background-image: url("../img/spa/main_01@sp.jpg");
        background-position: right center;
    }

    #service section.ptit .secin {
        padding-top: 120px;
    }

    #service section.ptit .secin h2 {
        text-align: center;
        font-size: 6.7vw;
    }
}

#service section.sec1 .secin .sec1a {
    max-width: 280px;
    width: 100%;
    margin: 10px auto 40px;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 .secin .sec1a {
        max-width: 140px;
        margin: 0 auto 20px;
    }
}

#service section.sec1 .secin .sec2a {
    position: relative;
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin: 60px auto 40px;
}
#service section.sec1 .secin .sec2a .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
    opacity: 0;
}

#service section.sec1 .secin .sec2a .sld {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}

#service section.sec1 .secin .sec2a .sld img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

#service section.sec1 .secin .sec2a.s5 .sld.s5,
#service section.sec1 .secin .sec2a.s4 .sld.s4,
#service section.sec1 .secin .sec2a.s1 .sld.s1,
#service section.sec1 .secin .sec2a.s3 .sld.s3,
#service section.sec1 .secin .sec2a.s2 .sld.s2 {
    opacity: 1;
}

#service section.sec1 .secin .sec2a .tdot {
    /*text-align: right;*/
    position: relative;
    width: 100%;
    /*right: 0;*/
    /*bottom: 0px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#service section.sec1 .secin .sec2a .tdot li {
    max-width: 200px;
    width: 40%;
    height: auto;
    background-color: #fff;
    margin-left: 0.5%;
    margin-right: 0.5%;
    display: inline-block;
    font-size: 0px;
    opacity: 0.3;
    float: none;
}

#service section.sec1 .secin .sec2a .tdot li img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

#service section.sec1 .secin .sec2a .tdot li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#service section.sec1 .secin .sec2a .tdot.s1 li.s1, #service section.sec1 .secin .sec2a .tdot.s2 li.s2, #service section.sec1 .secin .sec2a .tdot.s3 li.s3, #service section.sec1 .secin .sec2a .tdot.s4 li.s4, #service section.sec1 .secin .sec2a .tdot.s5 li.s5 {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 584px) {
    #service section.sec1 .secin .sec2a {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 750px) {
    #service section.sec1 .secin .sec2a .tdot {
        margin-top: 10px;
    }
}

#service section.sec1 .sec4a {
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 0;
}

#service section.sec1 .sec4a li {
    padding-left: 1em;
    text-indent: -1em;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 .sec4a {
        padding: 0;
        font-size: 12px;
    }
}

#service section.sec1 .sec3a {
    width: 100%;
    max-width: 840px;
    margin: 40px auto 0;
    padding: 10px 10px 0;
    background-color: #fff;
}
@media screen and (max-width: 584px) {
    #service section.sec1 .sec3a {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    #service section.sec1 .sec3a {
        padding: 0px;
    }
}
#service section.sec1 .sec3a table {
    text-align: center;
    width: 100%;
    position: relative;
    background-color: #fff;
}

#service section.sec1 .sec3a table+table {
    margin-top: 30px;
}

#service section.sec1 .sec3a table tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #998675;
    background-color: #998675;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 .sec3a table+table {
        margin-top: 20px;
    }
    #service section.sec1 .sec3a table tr th {
        padding: 6px 0 5px;
        font-size: 12px;
    }
}

#service section.sec1 .sec3a table tr td {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #998675;
    text-align: center;
    color: #392c2c;
}

#service section.sec1 .sec3a table tr td ul {
    margin-top: 10px;
}

#service section.sec1 .sec3a table tr td .red {
    color: #d80002;
}

@media only screen and (max-width: 750px) {
    #service section.sec1 .sec3a table tr td {
        padding: 6px 0 5px;
        font-size: 12px;
    }

    #service section.sec1 .sec3a table tr td ul {
        margin-top: 6px;
        text-align: left;
    }

    #service section.sec1 .sec3a table tr td ul li {
        padding-left: 1.1em;
        text-indent: -1.1em;
    }

    #service section.sec1 .sec3a table tr td p {
        text-align: left;
    }
}

@media only screen and (max-width: 750px) {
    #service .pc {
        display: none !important;
    }

    #service .sp {
        display: block !important;
    }
}

#service .sec2{
    background-color: #FEFAEF;
    text-align: center;
}

#service .sec2 .secin{
    padding-bottom: 80px;
    color: #423D36;
}

#service section.sec2 .secin .sec2a {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
    margin-top: 40px;
}
@media only screen and (max-width: 750px) {
    #service .sec2 .secin{
        padding-bottom: 60px;
    }
    #service section.sec2 .secin .sec2a {
        order: 2;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 584px) {
    #service section.sec2 .secin .sec2a {
        margin-top: 6px;
    }
}
#service section.sec2 .secin .sec2a .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
    opacity: 0;
}

#service section.sec2 .secin .sec2a .sld {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}

#service section.sec2 .secin .sec2a .sld img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

#service section.sec2 .secin .sec2a.s5 .sld.s5,
#service section.sec2 .secin .sec2a.s4 .sld.s4,
#service section.sec2 .secin .sec2a.s1 .sld.s1,
#service section.sec2 .secin .sec2a.s3 .sld.s3,
#service section.sec2 .secin .sec2a.s2 .sld.s2 {
    opacity: 1;
}

#service section.sec2 .secin .sec2a .tdot {
    /*text-align: right;*/
    position: relative;
    width: 100%;
    /*right: 0;*/
    /*bottom: 0px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

#service section.sec2 .secin .sec2a .tdot li {
    width: 16px;
    height: 16px;
    background-color: #998675;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
    font-size: 0px;
    opacity: 0.3;
    float: none;
}

#service section.sec2 .secin .sec2a .tdot li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#service section.sec2 .secin .sec2a .tdot.s1 li.s1, #service section.sec2 .secin .sec2a .tdot.s2 li.s2, #service section.sec2 .secin .sec2a .tdot.s3 li.s3, #service section.sec2 .secin .sec2a .tdot.s4 li.s4, #service section.sec2 .secin .sec2a .tdot.s5 li.s5 {
    opacity: 1;
    pointer-events: auto;
}

#service section.sec2 .secin .room_col {
    display: flex;
}

#service section.sec2 .secin .room_col .room_wrap {
    display: block;
    width: 48%;
    margin-right: 4%;
}

#service section.sec2 .secin .room_wrap h4 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

#service section.sec2 .secin .room_wrap h4 span{
    font-family: 'Marcellus', serif;
    font-size: 30px;
    letter-spacing: 4px;
    display: block;
}

#service section.sec2 .secin .room_col .room_wrap:nth-of-type(2n) {
    margin-right: 0;
}

#service section.sec2 .secin .room_wrap.suite {
    display: flex;
}

#service section.sec2 .secin .room_wrap.suite h4 {
    font-size: 18px;
    text-align: left;
}

#service section.sec2 .secin .room_wrap.suite h4 span{
    font-size: 32px;
    text-align: left;
}

#service section.sec2 .secin .room_wrap.suite .sld_wrap {
    width: 60%;
}

#service section.sec2 .secin .room_wrap.suite .room_details {
    width: 40%;
    padding-left: 40px;
    text-align: left;
}

#service section.sec2 .secin .room_wrap.suite .sld_wrap .sec2a {
    margin-top: 0;
}

#service section.sec2 .secin .room_wrap .room_details .notes {
    font-size: 12px;
}

@media screen and (max-width: 750px) {

    #service section.sec2 .secin .sec2a .tdot {
        margin-top: 10px;
    }

    #service section.sec2 .secin .room_col {
        flex-direction: column;
    }

    #service section.sec2 .secin .room_col .room_wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 50px;
        margin-right: 0;
    }

    #service section.sec2 .secin .room_wrap .sld_wrap {
        order: 2;
    }

    #service section.sec2 .secin .room_wrap h4 {
        order: 1;
        font-size: 4vw;
        margin-bottom: 6px;
        text-align: center;
    }

    #service section.sec2 .secin .room_wrap h4 span{
        font-size: 6vw;
    }

    #service section.sec2 .secin .room_wrap p{
        order: 3;
    }

    #service section.sec2 .secin .room_wrap .room_details {
        display: contents;
        font-size: 3.5vw;
        text-align: left;
    }

    #service section.sec2 .secin .room_wrap .room_details .notes {
        order: 4;
        font-size: 3vw;
    }

    #service section.sec2 .secin .room_wrap.suite {
        flex-direction: column;
    }

    #service section.sec2 .secin .room_wrap.suite h4 {
        margin-bottom: 6px;
        font-size: 4vw;
        text-align: center;
    }

    #service section.sec2 .secin .room_wrap.suite h4 {
        margin-bottom: 6px;
        font-size: 4vw;
        text-align: center;
    }

    #service section.sec2 .secin .room_wrap.suite .thiml {
        opacity: 0;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        -webkit-transform: translateY(3vh);
        -moz-transform: translateY(3vh);
        -ms-transform: translateY(3vh);
        transform: translateY(3vh);
        transform-origin: top;
    }

    #service section.sec2 .secin .room_wrap.suite .thiml.ani1 {
        opacity: 1;
        -moz-transition: 1s cubic-bezier(0.52, 0.08, 0.18, 1);
        -o-transition: 1s cubic-bezier(0.52, 0.08, 0.18, 1);
        -webkit-transition: 1s cubic-bezier(0.52, 0.08, 0.18, 1);
        transition: 1s cubic-bezier(0.52, 0.08, 0.18, 1);
        -webkit-transform: translateY(0%) scale(1, 1);
        -moz-transform: translateY(0%) scale(1, 1);
        -ms-transform: translateY(0%) scale(1, 1);
        transform: translateY(0%) scale(1, 1);
    }

    #service section.sec2 .secin .room_wrap.suite h4 span{
        font-size: 6vw;
        text-align: center;
    }

    #service section.sec2 .secin .room_wrap.suite .sld_wrap {
        width: 100%;
    }

    #service section.sec2 .secin .room_wrap.suite .room_details {
        width: 100%;
        padding-left: 0;
    }

    #service section.sec2 .secin .room_wrap.suite .sld_wrap .sec2a {
        margin-top: 6px;
    }
}

#service section.sec3 {
    background: #fff;
}

#service section.sec3 .secin {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

#service section.sec3 .sec3a {
    display: flex;
    justify-content: space-between;
}

#service section.sec3 .sec3a li {
    width: 48%;
    margin-right: 4%;
}

#service section.sec3 .sec3a li:nth-of-type(2n) {
    margin-right: 0;
}

#service section.sec3 .sec3a li .sec3a_btn {
    display: block;
    padding: 15px 16px 17px;
    color: #fff;
    background: #998675;
    text-align: center;
}

#service section.sec3 .sec3a li .sec3a_btn:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#service section.sec3 .sec3a li a:hover {
    opacity: 0.7;
}

#service section.sec3 .bbtn {
    width: 100%;
    max-width: 480px;
    margin: 40px auto 0;
    height: 60px;
    background-color: #998675;
}

#service section.sec3 .bbtn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#service section.sec3 .bbtn a p {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#service section.sec3 .bbtn a p::after {
    content: "";
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#service section.sec3 .bbtn:hover {
    opacity: 0.7;
}

@media screen and (max-width: 750px) {
    #service section.sec3 .secin {
        padding: 40px 6vw;
    }

    #service section.sec3 .sec3a li {
        display: flex;
        flex-direction: column;
    }

    #service section.sec3 .sec3a li a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    #service section.sec3 .sec3a li .sec3a_btn {
        line-height: 1.4;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        padding: 12px 22px 15px 8px;
        font-size: 3.5vw;
        text-align: left;
        letter-spacing: 0;
    }

    #service section.sec3 .sec3a li a:has(.comingSoon) .sec3a_btn {
        padding: 12px 8px 15px;
    }

    #service section.sec3 .sec3a li .sec3a_btn:after {
        right: 12px;
        bottom: 3px;
    }

    #service section.sec3 .bbtn {
        margin-top: 15px;
    }
}


p.caption.colW {
    color: #fff!important;
}
p.caption{
    color: #000!important;

    font-size: 11px;
        font-feature-settings : "pwid";
            letter-spacing: 0px;
}


@media screen and (max-width: 584px) {
    #service section .secin figure .flrico {
        font-size: 3vw;
    }
}