@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;800&display=swap');

#onetrust-banner-sdk {
    display: none;
}

.mod_headerbar.fixed {
    max-width: 100%;
    z-index: 22;
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
:root {
    --gray: #475258;
    --bg-Lgray2: #dce0e4;
    --bg-gray: #8a8c8e;
    --en: Manrope, sans-serif;
}

.hotel-2603 * {
    box-sizing: border-box;
}

.iblock {
    display: inline-block;
}


/* lazy */

.hotel-2603 .lazy,
.hotel-2603 .ilazy {
    opacity: 0;
    transition: opacity .25s .25s ease;
}

.hotel-2603 .lazy.lazyloaded,
.hotel-2603 .ilazy.lazyloaded {
    opacity: 1;
}

.hotel-2603 figure {
    display: block;
    margin: 0;
    padding: 0;
}

.hotel-2603 img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

.hotel-2603 section {
    width: 100%;
    margin: 0 auto;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width:767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.wbr-center {
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-break: strict;
}


.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hotel-2603 .en {
    font-family: Manrope, sans-serif;
}

.hotel-2603 .strong {
    font-weight: bold;
}

.hotel-2603 .fw600 {
    font-weight: 600;
}

.hotel-2603 .mtop-1 {
    margin-top: 1em;
}

.hotel-2603 .mtop-2 {
    margin-top: 2em;
}

.hotel-2603 .mtop-3 {
    margin-top: 3em;
}

.hotel-2603 .mtop-4 {
    margin-top: 4em;
}

.hotel-2603 .mtop-5 {
    margin-top: 5em;
}

.hotel-2603 .mtop-6 {
    margin-top: 6em;
}

.hotel-2603 .mbtm-1 {
    margin-bottom: 1em;
}

.hotel-2603 .mbtm-2 {
    margin-bottom: 2em;
}

.hotel-2603 .mbtm-3 {
    margin-bottom: 3em;
}

.hotel-2603 .mbtm-4 {
    margin-bottom: 4em;
}

.hotel-2603 .mbtm-5 {
    margin-bottom: 5em;
}

.hotel-2603 .mbtm-6 {
    margin-bottom: 6em;
}

.hotel-2603 .spacer4 {
    display: block;
    height: 4em;
}

.hotel-2603 .spacer5 {
    display: block;
    height: 5em;
}

.hotel-2603 .bg {
    background: #f2f5f2;
}

.hotel-2603 .bgwhite {
    background-color: #fff;
}

.hotel-2603 a.text-link {
    color: #222;
    text-decoration: underline;
}

.hotel-2603 p {
    line-height: 1.8;
}

.hotel-2603 .inner {
    padding: min(5em, 12vw) 1.5em;
    max-width: 1200px;
    margin: 0 auto;
}

.hotel-2603 .black {
    color: #000;
}


/* ---------------------------------------------------------
contents
----------------------------------------------------------*/

/* contents common ==============================*/
.hotel-2603 .center-wrp {
    text-align: center;
    display: block;
    width: 100%;
}

.hotel-2603 .title {
    font-size: min(2.3em, 5.2vw);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

.hotel-2603 .title.title-en {
    display: inline-block;
    color: var(--gray);
    background-color: rgba(71, 82, 88, .2);
    padding: .25em 1em;
    font-size: min(1.6em, 4vw);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    font-family: var(--en);
    border: 3px solid;
    margin-bottom: 2em;
}

.hotel-2603 .sml {
    font-size: .9em;
}

.hotel-2603 .note {
    list-style: none;
    display: inline-block;
}

.hotel-2603 .note li {
    display: inline-block;
    font-size: min(.85em, 3.5vw);
    line-height: 1.5;
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}

.hotel-2603 .note li::before {
    content: '※';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.hotel-2603 .graybg {
    background-color: #f3f3f3;
}

.hotel-2603 .gray2 {
    color: var(--gray);
}


/* button */
.hotel-2603 .btn-wrp {
    width: 100%;
    margin: 2em auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
    text-align: center !important;
}

.hotel-2603 .btn {
    display: inline-block;
    width: fit-content;
    min-width: 6em;
    padding: 1em 3.5em;
    margin: 0;
    text-align: center;
    font-size: min(1.6em, 4.2vw);
    color: #222;
    text-decoration: none;
    border-radius: 3em;
    border: 2px solid;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    background-color: rgba(255, 255, 255, .5);
    transition: all .3s;
}

.hotel-2603 .btn .sml {
    display: block;
    font-size: .7em;
    margin-bottom: .5em;
}

.hotel-2603 .btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

.hotel-2603 .arrow-right {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.5em;
}

.hotel-2603 .arrow-right::before,
.hotel-2603 .arrow-right::after {
    content: '';
    display: block;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    right: 0;
}

.hotel-2603 .arrow-right::before {
    width: 100%;
}

.hotel-2603 .arrow-right::after {
    width: .75em;
    transform: rotate(20deg);
    transform-origin: bottom right;
}

/* title-line */
.hotel-2603 .title-line {
    display: inline-block;
    position: relative;
}

.hotel-2603 .title.title-line {
    padding: 0 2em;
    margin-bottom: 1em;
    letter-spacing: .05em;
    font-family: var(--en);
}

/* fukidashi2 */
.hotel-2603 .fukidashi {
    width: fit-content;
    margin: 0 auto min(2.5em, 8vw);
    padding: 0 .25em .25em;
    color: var(--gray);
    border-bottom: solid 2px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    letter-spacing: .05em;
    position: relative;
}

.hotel-2603 .fukidashi2 {
    font-size: min(1.6em, 4.4vw);
}

.hotel-2603 .fukidashi::after {
    content: '';
    display: block;
    width: .5em;
    height: 1.1em;
    border-right: solid 2px var(--gray);
    background-color: var(--bg-Lgray2);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 1px) rotate(30deg);
    transform-origin: right top;
}

.hotel-2603 .fukidashi2::after {
    background-color: #fff;
}

/* triangle */
.hotel-2603 .triangle {
    --triangle-h: max(50px, 10vw);
    padding-bottom: calc(var(--triangle-h) - 1em);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--triangle-h)), 50% 100%, 0 calc(100% - var(--triangle-h)));
}

/* hero img ==============================*/
.hotel-2603_img-wrp {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 2/1;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

@media screen and (max-width:640px) {
    .hotel-2603_img-wrp {
        aspect-ratio: unset;
    }
}

.hotel-2603_img-wrp .mainimg {
    position: relative;
}

.hotel-2603_img-wrp .mainimg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
    mix-blend-mode: multiply;
    z-index: 1;
}

@media screen and (max-width:640px) {
    .hotel-2603_img-wrp .mainimg {
        height: 80vw;
    }
}

.hotel-2603_img-wrp .mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-2603_img-wrp .maintitle-wrp {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s .3s ease;
    pointer-events: none;
    color: #fff;
    z-index: 3;
}

@media screen and (max-width:767px) {
    .hotel-2603_img-wrp .maintitle-wrp {
        /* width: 85%; */
        top: 50%;
    }
}

.hotel-2603_img-wrp .maintitle-wrp .maintitle1 {
    display: inline-block;
    font-size: min(2.1em, 4vw);
    font-weight: 600;
    border: 3px solid;
    margin-bottom: 1em;
    padding: .25em 1em;
    /* background-color: rgba(255, 255, 255, .2); */
    background-color: rgba(71, 82, 88, .5);
}

.hotel-2603_img-wrp .maintitle-wrp .maintitle2 {
    font-size: min(3.5em, 5.5vw);
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    font-feature-settings: "palt";
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

@media screen and (max-width:767px) {
    .hotel-2603_img-wrp .maintitle-wrp .maintitle1 {
        padding: .25em .5em;
        border: 2px solid;
    }
}

.hotel-2603_img-wrp .maintitle-wrp .maintitle2 .en {
    font-size: 1.3em;
}

.hotel-2603 .maintitle-wrp .office-title {
    font-weight: bold;
    font-size: min(1.2em, 4vw);
    padding: .5em;
    position: relative;
}

/* .hotel-2603 .title-dash {
    position: relative;
    display: inline-block;
}

.hotel-2603 .title-dash::before,
.hotel-2603 .title-dash::after {
    content: '';
    width: 1em;
    height: 0;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
}

.hotel-2603 .title-dash::before {
    left: -1.5em;
}

.hotel-2603 .title-dash::after {
    right: -1.5em;
} */

/* profile ==============================*/
.hotel-2603 .profile-wrp {
    margin: 5em auto 0;
    background-color: var(--bg-gray);
}

@media screen and (max-width:767px) {
    .hotel-2603 .profile-wrp {
        margin: 0 auto;
    }
}

.hotel-2603 .profile-wrp .profile {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hotel-2603 .profile-wrp .profile .text-box .article-note {
    width: max-content;
    max-width: 100%;
    margin-bottom: 2em;
    margin-inline: auto;
    padding: .5em min(2em, 3vw);
    font-size: min(.95em, 3.6vw);
    line-height: 1.4;
    border: solid 1px #ccc;
    position: relative;
}

.hotel-2603 .profile-wrp .profile .text-box p {
    font-size: min(1.2em, 4vw);
    line-height: 2;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .hotel-2603 .profile-wrp .profile .text-box p {
        text-align: left;
    }
}

/* intro ==============================*/
.hotel-2603 .intro-wrp {
    background: var(--bg-Lgray2);
    width: 100%;
    margin: 0 auto;
}

.hotel-2603 .intro-wrp .inner {
    max-width: 1100px;
}

.hotel-2603 .intro-wrp .lead {
    display: block;
    width: 100%;
    max-width: 880px;
    margin: 1em auto;
    font-size: min(1.2em, 4vw);
    font-weight: bold;
    line-height: 2;
}

.hotel-2603 .introimg-wrp {
    width: 100%;
    margin: 4em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4vw 4%;
}

.hotel-2603 .introimg-wrp .img-box {
    width: 47%;
}

.hotel-2603 .introimg-wrp .img-box img {
    border-radius: 10px;
    overflow: hidden;
}

.hotel-2603 .introimg-wrp .img-box p {
    margin-top: 1em;
    position: relative;
    text-align: justify;
    font-size: min(1.1em, 3.6vw);
    /* line-height: 2; */
    font-weight: normal;
}


/* commment ==============================*/
.hotel-2603 .comment-title {
    padding: 3em 1em;
    font-size: min(2.4em, 5vw);
    line-height: 1.8;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-break: strict;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hotel-2603 .comment-title:first-child {
    padding-top: 1.5em;
}

.hotel-2603 .comment-text-wrp {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .hotel-2603 .comment-text-wrp {
        margin-bottom: 2em;
    }
}

.hotel-2603 .comment-wrp .spgap3 {
    gap: 3em 0;
}

.hotel-2603 .comment-wrp .text-box {
    width: 55%;
}

.hotel-2603 .comment-wrp .text-box.text-box-100 {
    width: 100%;
}

.hotel-2603 .comment-wrp .text-box a {
    text-decoration: underline;
    color: #547bc9;
    transition: all .3sec;
}

.hotel-2603 .comment-wrp .text-box a:hover {
    color: var(--gray);
}

.hotel-2603 .comment-wrp .img-box {
    width: 40%;
}

.hotel-2603 .comment-wrp .img-box-100 {
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
}

.hotel-2603 .comment-wrp .img-box-70 {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
}

.hotel-2603 .comment-wrp img {
    display: block;
    border-radius: 10px;
}

@media screen and (max-width:767px) {
    .hotel-2603 .comment-wrp .text-box {
        width: 100%;
        order: 1;
    }

    .hotel-2603 .comment-wrp .img-box {
        width: 80%;
        max-width: 600px;
        margin-inline: auto;
        order: 2;
    }

    .hotel-2603 .comment-wrp .img-box-100,
    .hotel-2603 .comment-wrp .img-box-70 {
        width: 100%;
    }
}

.hotel-2603 .comment-wrp .text-box .comment {
    position: relative;
    text-align: justify;
    font-size: min(1.3em, 4vw);
    line-height: 2;
    font-weight: normal;
    padding-bottom: 2em;
    margin-block: calc((1em - 1lh) / 2);
}

.hotel-2603 .comment-wrp .text-box .comment.strong {
    font-weight: 600;
}

.hotel-2603 .comment-wrp .text-box .comment:last-child {
    padding-bottom: 0;
}

.hotel-2603 .comment-wrp .img-box figcaption {
    padding: 1em 0;
    color: #333;
    line-height: 1.6;
    font-size: min(1em, 3.6vw);
}


/* action ==============================*/
.hotel-2603 .action-wrp {
    width: 100%;
    margin: 0 auto;
}

.hotel-2603 .action-wrp .inner {
    max-width: 980px;
}

/* tag-wrp */
.hotel-2603 .tag-wrp {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5em;
}

.hotel-2603 .tag-wrp .tag {
    color: var(--gray);
    border: 2px solid;
    border-radius: 3px;
    font-size: min(1em, 3vw);
    font-weight: bold;
    padding: .5em .5em;
}

/* client details */
.hotel-2603 .client-details-wrp {
    width: 100%;
    max-width: 900px;
    margin: 2em auto 5em;
    padding: 0;
}

@media screen and (max-width:767px) {
    .hotel-2603 .client-details-wrp {
        padding: 1em;
        margin: 4vw auto 5vw;
    }
}

.hotel-2603 .client-details {
    text-decoration: none !important;
    border-radius: 10px;
    overflow: hidden;
}

.hotel-2603 .client-details .text-box {
    width: 50%;
    padding: min(3em, 6vw);
    padding-right: 5em;
    text-align: justify;
    background-color: var(--bg-gray);
    position: relative;
}

@media screen and (max-width:767px) {
    .hotel-2603 .client-details .text-box {
        padding-right: 6vw;
    }
}

.hotel-2603 .client-details .text-box .arrow-right {
    color: #fff;
    font-size: 1.5em;
    top: unset;
    bottom: 10%;
}

.hotel-2603 .client-details .text-box .client-title {
    width: fit-content;
    /* padding-right: 3em; */
    margin-bottom: 1.5em;
    font-size: min(1.4em, 4vw);
    line-height: 1.6;
    position: relative;
    color: #fff;
    text-decoration: underline !important;
    text-decoration-color: #fff;
    transition: all .3s;
}

@media screen and (max-width:767px) {
    .hotel-2603 .client-details .text-box .client-title {
        margin: 0 auto 1.5em;
    }
}

.hotel-2603 .client-details .text-box .client-title .arrow-right {
    font-size: .8em;
}

.hotel-2603 .client-details .text-box p {
    color: #fff;
}

.hotel-2603 .client-details .img-box {
    width: 50%;
}

.hotel-2603 .client-details .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .hotel-2603 .client-details .text-box {
        width: 100%;
    }

    .hotel-2603 .client-details .img-box {
        width: 100%;
    }
}

/* item ==============================*/
.hotel-2603 .item-wrp {
    background: var(--bg-Lgray2);
    position: relative;
}

.hotel-2603 .item-wrp .inner {
    max-width: 980px;
    padding: min(4em, 10vw) 1.5em min(6em, 12vw);
}

.hotel-2603 .item-wrp .item-title::after {
    background: var(--bg-Lgray2);
}

.hotel-2603 .item-wrp .title {
    margin: -.5em 0 1em;
}

.hotel-2603 .item-wrp .title.en {
    font-size: min(3em, 5.5vw);

}

.hotel-2603 .item-wrp .lead {
    font-size: min(1.2em, 4vw);
    line-height: 1.8;
}

.hotel-2603 .item-wrp .item-box {
    margin: min(3em, 8vw) auto 3em;
    gap: 3em 0;
}

.hotel-2603 .item-wrp .item-box .left {
    width: 40%;
    position: relative;

}

.hotel-2603 .item-wrp .item-box .img-box {
    border-radius: 10px;
    overflow: hidden;
}

.hotel-2603 .item-wrp .item-box .left .img-box {
    height: 100%;
}

@media screen and (max-width:767px) {
    .hotel-2603 .item-wrp .item-box .left .img-box {
        width: min(540px, 100%);
        margin-inline: auto;
    }
}

.hotel-2603 .item-wrp .item-box .left .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-2603 .item-wrp .item-box .right {
    width: 55%;
    position: relative;

}

@media screen and (max-width:767px) {

    .hotel-2603 .item-wrp .item-box .left,
    .hotel-2603 .item-wrp .item-box .right {
        width: 100%;
    }
}

.hotel-2603 .item-wrp .dot-title {
    width: 100%;
    margin-bottom: .5em;
    font-size: min(1.2em, 4vw);
    font-weight: bold;
    position: relative;
    padding-left: 1em;
}

.hotel-2603 .item-wrp .dot-title::before {
    content: '';
    width: .5em;
    height: .5em;
    background-color: var(--gray);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.hotel-2603 .item-wrp .line-title {
    margin-bottom: 1em;
    position: relative;
    display: flex;
    font-size: min(1.05em, 4vw);
    font-weight: bold;
}

.hotel-2603 .item-wrp .line-title span {
    display: inline-block;
    padding-right: 1em;
}

.hotel-2603 .item-wrp .line-title i {
    display: inline-block;
    flex-grow: 2;
    padding: 0 .5em;
    height: 0;
    border-top: 1px solid var(--gray);
    transform: translate(0, .5em);
}

.hotel-2603 .item-wrp .items-box {
    display: flex;
    gap: 1em;
}

.hotel-2603 .item-wrp .items-box .item {
    width: 20%;
    flex-grow: 1;
}

@media screen and (max-width:767px) {
    .hotel-2603 .item-wrp .items-box2 {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hotel-2603 .item-wrp .items-box2 .item {
        width: 40%;
    }
}

/* btn-wrp */
.hotel-2603 .item-wrp .text-box .btn-wrp {
    margin-bottom: 0;
}

.hotel-2603 .item-wrp .btn {
    width: 48%;
    padding: .75em 3.5em;
    font-size: min(1.2em, 3.6vw);
}

@media screen and (max-width:767px) {
    .hotel-2603 .item-wrp .btn {
        width: 100%;
        font-size: min(1.2em, 3.6vw);
    }
}


/* contact ==============================*/
.hotel-2603 .contact-wrp {
    width: max-content;
    max-width: 100%;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    gap: 2em;
    position: relative;
}

@media screen and (max-width:767px) {
    .hotel-2603 .contact-wrp {
        display: block;
        padding: 0 2em;
    }
}

.hotel-2603 .contact-wrp .contact-title {
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 1.1em;
}

@media screen and (max-width:767px) {
    .hotel-2603 .contact-wrp .contact-title {
        width: 4.5em;
        margin: 0 auto 1.5em;
        padding-bottom: .2em;
        border-bottom: solid 1px;
        position: relative;
    }

    .hotel-2603 .contact-wrp .contact-title::after {
        content: '';
        display: block;
        width: .4em;
        height: .7em;
        border-right: solid 1px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%, 1px) rotate(30deg);
        transform-origin: right top;
    }
}

.hotel-2603 .contact-wrp .text-box {
    padding-left: 3em;
    border-left: solid 1px #555;
}

@media screen and (max-width:767px) {
    .hotel-2603 .contact-wrp .text-box {
        padding-left: 0;
        border-left: none;
    }
}

.hotel-2603 .contact-wrp .name {
    font-weight: bold;
    font-size: min(1.2em, 3.8vw);
}

.hotel-2603 .contact-wrp .date {
    margin-top: .75em;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .5em .5em;
    font-size: .9em;
}

.hotel-2603 .contact-wrp .date dt {
    padding: .5em;
    background-color: #e0e0e0;
}

.hotel-2603 .contact-wrp .date dd {
    line-height: 1.6;
}

.hotel-2603 .contact-wrp .tel {
    margin-top: 1em;
    margin-right: auto;
    font-weight: bold;
    color: #333;
}

@media screen and (max-width:767px) {
    .hotel-2603 .contact-wrp .tel {
        margin-top: .75em;
        font-size: min(1.1em, 4vw);
    }
}

.hotel-2603 .contact-wrp .link-btn {
    display: inline-block;
    padding: .2em;
    padding-right: 2em;
    position: absolute;
    right: 0;
    bottom: .2em;
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .hotel-2603 .contact-wrp .link-btn {
        width: max-content;
        display: block;
        position: relative;
        margin-top: 1em;
        margin-left: auto;
    }
}

.hotel-2603 .contact-wrp .link-btn .arrow-right {
    right: 0;
}