@charset "UTF-8";

/* 全体 */
html {
    font-size: 62.5%;
    /* 1rem = 10px;   100:x = 16:10*/
    scroll-behavior: smooth;
}

@media (max-width:1000px) {
    html {
        font-size: 50%;
    }
}

body {
    font-size: 1.6rem;
    font-family: 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

img {
    /* 画像は親要素に合わせて調整される */
    width: 100%;
    height: auto;
    vertical-align: top;

}

a {
    color: #000000;
    text-decoration: none;
}

address {
    font-style: normal;
}

ul {
    list-style: none;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}


.container {
    margin: 0 auto;
    width: 80%;


}

/* slick */

.slide-arrow {
    background-color: #333;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;


}

.prev-arrow {
    border-bottom: 15px solid #F0B2C8;
    border-left: 0;
    border-right: 20px solid #F0B2C8;
    border-top: 15px solid #F0B2C8;
    left: -25px;
    clip-path: polygon(100% 0, 19% 50%, 100% 100%, 80% 100%, 0 50%, 80% 0);
}

.next-arrow {
    border-bottom: 15px solid #F0B2C8;
    border-left: 20px solid #F0B2C8;
    border-right: 0;
    border-top: 15px solid #F0B2C8;
    right: -25px;
    clip-path: polygon(20% 0, 100% 50%, 21% 100%, 0 100%, 80% 50%, 0 0);


}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
}

/* header */
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 16rem;
}

.header-wrap .header-left {
    text-align: center;
    width: 40%;


}

.header-wrap .header-left .header-logo {
    width: 16.8rem;
    margin: 0 auto;

}

.header-wrap .header-left .header-title {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.448;
    white-space: nowrap;
    color: #D05783;

    margin-top: 1.1rem;
}

.header-wrap .header-left .header-subtitle {
    font-family: 'Alex Brush', cursive, 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
    color: #C597AA;

}

.header-wrap .header-right {
    width: 60%;

}

.header-wrap .header-right .gnav .gnav-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-wrap .header-right .gnav .gnav-list li {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.448;
    white-space: nowrap;
    letter-spacing: 0.1em;
    color: #333333;

}

.header-wrap .header-right .gnav .gnav-list li:hover {
    border-bottom: 2px solid #F1BBCE;
    transition: 0.1s;

}

.header-wrap .header-right .gnav .gnav-list li:last-child {
    margin-right: 0;
    background: #E58FAF;


}

.header-wrap .header-right .gnav .gnav-list li:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.5rem;
    height: 5rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2;
    letter-spacing: normal;
    color: #FFFFFF;


}

.header-wrap .header-right .gnav .gnav-list li:last-child a img {
    width: 4.4rem;
    margin-right: 2rem;
}

/* mainimage */
.mainimage-bg {
    position: relative;
    background: url(../images/main-bg.jpg);
    width: 100%;
    height: 85vh;
    background-size: cover;

}

.mainimage-bg .mainimage-header {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.52%, #FFFFFF 36.98%, #FFFFFF 60.94%, rgba(255, 250, 237, 0) 100%);
    width: 60%;

}

.mainimage-bg .mainimage-header .mainimage-box {
    width: 53.4rem;
    margin: 0 auto;

}

.mainimage-bg .mainimage-header .mainimage-box .mainimage-title {
    padding: 2.6rem 0 2.6rem 0;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 4.7rem;
    font-weight: 500;
    line-height: 1.448;
    letter-spacing: 0.1em;
    white-space: nowrap;
    color: #333333;

}

.mainimage-bg .mainimage-header .mainimage-box .mainimage-text {
    padding-bottom: 2.7rem;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2;
    white-space: nowrap;
    color: #333333;

}

.mainimage-bg .mainimage-rv {
    padding: 1.7rem 0 0 0;

}

.mainimage-bg .mainimage-rv a {
    position: absolute;
    bottom: 6%;
    right: 11%;
    padding-bottom: 1.8rem;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
    width: 26rem;
    background: linear-gradient(92.81deg, #FFF8E6 0%, #F5B7CE 101.25%);

}

.mainimage-bg .mainimage-rv a img {
    padding: 1.7rem 0 1.7rem 0;
    width: 5.5rem;

}

/* about */
.about-header {
    padding-top: 8.6rem;
}

.about-header .about-title {
    font-family: 'Alex Brush', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    color: #333333;

}

.about-header .about-pic {
    margin: 0 auto;
    width: 4.8rem;

}

.about-header .about-subtitle {
    padding-bottom: 4.8rem;
    font-family: 'Hina Mincho', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.448;
    text-align: center;
    letter-spacing: 0.1em;
    color: #333333;

}

.about-header .about-text {
    padding-bottom: 5.9rem;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-align: center;
    color: #333333;

}

.about-box {
    display: flex;
    justify-content: space-around;

}

.about-box .support-container {
    width: 30%;

}

.about-box .support-container .support-pic img {
    border-radius: 100%;

}

.about-box .support-container .support-title {
    margin-top: 2.2rem;
    font-family: 'Alex Brush', cursive, 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;

}

.about-box .support-container .support-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.3rem;
    font-family: 'Hina Mincho', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.448;
    text-align: center;
    letter-spacing: 0.2em;

}

.about-box .support-container .support-subtitle::before {
    content: "";
    margin-right: 2rem;
    width: 6.3rem;
    height: 1px;
    background: #000000;


}

.about-box .support-container .support-subtitle::after {
    content: "";
    margin-left: 1.5rem;
    width: 6.3rem;
    height: 1px;
    background: #000000;

}

.about-box .support-container .support-text {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;

}

/* introduction */
.introduction-header .introduction-title {
    padding-top: 11.1rem;
    font-family: 'Alex Brush', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;

}

.introduction-header .introduction-dot {
    width: 8.2rem;
    margin: 0 auto;

}

.introduction-header .introduction-subtitle {
    padding-top: 1.3rem;
    font-family: 'Hina Mincho', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: center;

}

.introduction-wrap {
    display: flex;
    flex-direction: row-reverse;

}

.introduction-wrap .introduction-left-container {
    margin-top: 8.3rem;
    width: 55%;
}

.introduction-wrap .introduction-left-container .introduction-text {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2;
    color: #333333;

}

.introduction-wrap .introduction-right-container {
    margin: 7.3rem 0 0 auto;
    width: 40%;
}

.introduction-wrap .introduction-right-container .introduction-facility_exterior {
    width: 100%;

}

.introduction-box .introduction-slidearea {
    margin: 8.5rem 0 11.2rem 0;

}

.introduction-box .space-image {
    margin: 0 2rem 1rem 2rem;
    box-shadow: 0px 0px 10px 0px #00000040;

}



.introduction-box .space-text {
    padding: 0.5rem 0 0.5rem 0;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;

}

.introduction-detail a {
    position: absolute;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38rem;
    height: 8rem;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;
    color: #333333;
    background: linear-gradient(92.81deg, #FFF8E5 0%, #FFCEE0 101.25%);

}

.introduction-detail a img {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    width: 1.3rem;

}

/* access */
.access-header .access-title {
    padding-top: 13.5rem;
    font-family: 'Alex Brush', cursive, 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;

}

.access-header .access-dot {
    width: 4.8rem;
    margin: 0 auto;
}

.access-header .access-subtitle {
    padding-top: 1.3rem;
    font-family: 'Hina Mincho', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: center;
}

.access-box {
    display: flex;
    margin-top: 5.1rem;
    align-items: center;
    justify-content: space-between;
}

.access-box .introduction-left-container {
    width: 50%;

}

.access-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}
    
/* Google Mapのiframe */
.access-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access-box .introduction-right-container {
    width: 45%;

}

.access-box .introduction-right-container tr th {
    padding: 4.7rem 4rem 0 0;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: left;
    white-space: nowrap;
    color: #333333;

}

.access-box .introduction-right-container tr td {
    padding: 4.7rem 4rem 0 0;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: left;
    color: #333333;

}

.access-box .introduction-right-container tr td .introduction-map {
    padding: 0 0.5rem 1rem 0.5rem;
    border-bottom: 1px solid #333333;

    white-space: nowrap;
}


/* reservation */
.reservation-wrap {
    margin-top: 17.3rem;
    padding-bottom: 5.3rem;
    background: linear-gradient(97.93deg, #FFF8E5 0%, #E8FBFF 100%);

}

.reservation-wrap .reservation-header .reservation-title {
    padding-top: 4.5rem;
    font-family: 'Alex Brush', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;

}

.reservation-wrap .reservation-header .reservation-dot {
    margin: 0 auto;
    width: 4.8rem;

}

.reservation-wrap .reservation-header .reservation-subtitle {
    padding-top: 1.3rem;
    font-family: 'Hina Mincho', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: center;

}

.reservation-wrap .reservation-box .reservation-container {
    position: relative;
    margin: 6rem auto 0 auto;
    width: 54rem;
    height: 12rem;
    background: linear-gradient(92.81deg, #FFF8E6 0%, #FFCEE0 101.25%);

}

.reservation-wrap .reservation-box .reservation-container .yoyaku_icon02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.2em;
    white-space: nowrap;

}

.reservation-wrap .reservation-box .reservation-container .yoyaku_icon02 img {
    position: absolute;
    top: 50%;
    left: -15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 4.06rem;

}

.reservation-wrap .reservation-box .reservation-container .br-yoyaku {
    display: none;

}

.reservation-wrap .reservation-box .detail-arrow img {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1.3rem;
    vertical-align: middle;

}

.reservation-wrap .reservation-box a img:nth-child(2) {
    width: 1.3rem;


}

/* footer */
.footer-wrap {
    margin-top: 16.8rem;
    background: linear-gradient(92.38deg, #FFF5EB 0%, #FFEFF5 100%);

}

.footer-box {
    display: flex;
    justify-content: center;
    padding: 3.9rem 0 3rem 0;

}

.footer-box .footer-left {
    width: 35%;

}

.footer-box .footer-left .footer-logo {
    margin: 0 auto;
    width: 16.8rem;

}

.footer-box .footer-left .footer-title {
    margin-top: 1.1rem;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.448;
    text-align: center;
    white-space: nowrap;
    color: #D05783;

}

.footer-box .footer-left .footer-subtitle {
    font-family: 'Alex Brush', cursive, 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    color: #C597AA;

}

.footer-box .footer-area {
    display: flex;
    width: 65%;

}

.footer-box .footer-center {
    width: 50%;

}

.footer-box .footer-center table tr {
    height: 4rem;


}

.footer-box .footer-center table tr th {
    width: 23%;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: left;
    white-space: nowrap;
    color: #333333;

}

.footer-box .footer-center table tr th:first-of-type {
    padding-top: 0;

}

.footer-box .footer-center table tr td {
    padding-right: 1rem;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.448;
    letter-spacing: 0.1em;
    color: #333333;


}

.footer-box .footer-right {
    width: 50%;

}

.footer-box .footer-right ul li {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #333333;

}

.footer-box .footer-right ul li .footer-inquiry {
    position: relative;
    margin-top: 1.6rem;
    width: 38rem;
    height: 8rem;
    background: #F2B984;
    box-shadow: 2px 2px 4px 0px #00000040;

}

.footer-box .footer-right ul li .footer-inquiry a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2;
    letter-spacing: 0.2em;
    white-space: nowrap;
    color: #FFFFFF;

}

.footer-box .footer-right ul li .footer-inquiry a img {
    width: 3.7rem;
    vertical-align: middle;

}

@media (max-width:1300px) {

    /* slick */
    .slick-prev {
        top: 40%;

    }

    .slick-next {
        top: 40%;

    }

    /* header */
    .header-wrap .header-left {
        width: 50%;

    }

    .header-wrap .header-right {
        width: 50%;
    }

    .header-wrap .header-right .gnav .gnav-list {
        flex-wrap: wrap;


    }

    .header-wrap .header-right .gnav .gnav-list li {
        margin-bottom: 2rem;

    }

    .header-wrap .header-right .gnav .gnav-list li:last-child {
        margin-bottom: 0rem;

    }

    /* footer */
    .footer-box {
        flex-wrap: wrap;

    }

    .footer-box {
        display: block;

    }

    .footer-box .footer-left {
        margin: 3rem auto 3rem auto;
        width: 100%;

    }


    .footer-box .footer-area {
        justify-content: space-around;
        width: 100%;

    }

    .footer-box .footer-center {
        display: flex;
        justify-content: center;
        margin: 0;
        width: 100%;

    }

    .footer-box .footer-center table tr th {
        padding-right: 1rem;

    }

    .footer-box .footer-center table tr td {
        white-space: nowrap;

    }

    .footer-box .footer-right {
        display: flex;
        justify-content: center;
        margin-top: 4rem;
        width: 100%;

    }

    .footer-box .footer-right ul li {
        line-height: 2;
    }

    .footer-box .footer-right ul li .footer-inquiry {
        margin-top: 4rem;
    }

    .footer-box .footer-right ul li .footer-inquiry a img {
        width: 3.7rem;
        vertical-align: middle;

    }


}

@media (max-width:1000px) {

    /* mainimage */
    .mainimage-bg .mainimage-header {
        width: 100%;

    }

    /* access */

    .access-box {
        display: block;

    }

    .access-box .introduction-left-container {
        margin: auto;
        width: 80%;
    }


    .access-box .introduction-left-container .access-image {
        width: 100%;

    }

    .access-box .introduction-right-container {
        display: flex;
        justify-content: center;

    }





}

@media (max-width:800px) {

    /* header */
    .header-wrap {
        flex-direction: column;
        margin: 6rem 0 6rem 0;
        height: auto;

    }

    .header-wrap .header-left {
        width: 100%;

    }

    .header-wrap .header-right {
        width: 100%;

    }

    .header-wrap .header-right .gnav .gnav-list li {
        margin: 4rem 2rem 0 0;

    }

    .header-wrap .header-right .gnav .gnav-list li:last-child {
        width: auto;

    }

    /* mainimage */
    .mainimage-bg .mainimage-header .mainimage-box {
        width: 100%;

    }

    .mainimage-bg .mainimage-header .mainimage-box .mainimage-title {
        font-size: 2rem;
        text-align: center;
    }

    .mainimage-bg .mainimage-header .mainimage-box .mainimage-text {
        font-size: 1.5rem;
        display: flex;
        justify-content: center;

    }

    /* about */
    .about-br {
        display: none;

    }

    .about-header .about-text {
        white-space: normal;

    }

    .about-box {
        display: block;

    }

    .about-box .support-container {
        margin: 0 auto;
        width: 70%;

        margin: 15rem auto 0 auto;
    }

    .about-box .support-container .support-title {
        margin-top: 4rem;

    }

    .about-box .support-container .support-subtitle {
        margin: 2rem 0 2rem 0;

    }

    /* introduction */
    .introduction-header .introduction-title {
        padding-top: 25rem;

    }

    .introduction-wrap {
        display: block;

    }

    .introduction-wrap .introduction-left-container {
        margin: 8.3rem auto 0 auto;
        width: 85%;

    }

    .introduction-wrap .introduction-right-container {
        margin: 7.3rem auto 0 auto;
        width: 70%;
    }

    /* access */
    /* .access-box .introduction-right-container {
        margin-left: 0;

    }

    .access-box .introduction-left-container {
        width: 100%;

    }

    .access-box .introduction-right-container tr td {
        padding: 4.7rem 0 0 0;
        white-space: normal;

    } */

    /* reservation */
    .reservation-wrap .reservation-box .reservation-container .yoyaku_icon02 {
        left: 57%;

    }

    .reservation-wrap .reservation-box .reservation-container {
        width: 34rem;

    }

    .reservation-wrap .reservation-box .reservation-container .br-yoyaku {
        display: block;

    }

    .reservation-wrap .reservation-box .detail-arrow img {
        left: 93%;

    }

    /* footer */
    .footer-box .footer-area {
        display: block;

    }

    .footer-box .footer-center table tr {
        height: 4rem;

    }


    .footer-box .footer-center table tr td {
        padding-right: 0;

    }

}




/*--- building.html ----------------------------*/

/* bu_mainimage */
.bu_mainimage-bg {
    width: 100%;
    height: 40vh;
    background-image: url(../images/facility_mainimage-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

/* preface */

.preface-header .preface-title {
    padding-top: 11.1rem;
    font-family: 'Alex Brush', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;

}

.preface-header .preface-dot {
    width: 8.2rem;
    margin: 0 auto;

}

.preface-header .preface-subtitle {
    padding-top: 1.3rem;
    font-family: 'Hina Mincho', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: center;

}

.preface-wrap {
    display: flex;
    flex-direction: row-reverse;

}

.preface-wrap .preface-right-container {
    margin-top: 12.6rem;
    width: 40%;
}

.preface-wrap .preface-right-container .preface-text {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2;
    color: #333333;

}

.preface-wrap .preface-left-container {
    margin: 9.8rem 0 0 auto;
    width: 55%;
}

.preface-wrap .preface-left-container .preface-exterior {
    width: 100%;

}

/* room */
.room-wrap {
    margin-top: 9.2rem;
    padding: 8rem 0 8rem 0;
    background: linear-gradient(247.03deg, #FFFCF3 0.47%, #FFFCF3 0.48%, #FEF4F8 100%);

}

.room-box {
    counter-increment: mycounter;
    display: flex;
    padding-bottom: 10rem;

}

.room-box:last-child {
    padding-bottom: 0rem;

}

.room-box:nth-child(2n) {
    flex-direction: row-reverse;
}

.room-box .room-container {
    width: 40%;

}

.room-box .room-container .room-pic {
    width: 90%;
}

.room-box:nth-child(2n) .room-container .room-pic {
    padding-left: 10%;
}

.room-box .room-textarea {
    width: 40%;

}

.room-box .room-textarea .room-title {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    color: #000000;

}

.room-box .room-textarea .room-title:before {
    content: counter(mycounter, decimal-leading-zero);
    margin-right: 3rem;
    font-family: 'Alex Brush', cursive, 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 4.9rem;
    font-weight: 400;
    color: #000000;

}

.room-box .room-textarea .room-text {
    margin-top: 5.7rem;
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;
    color: #000000;

}

/* gallery */
.gallery-header .gallery-title {
    margin-top: 14.8rem;
    font-family: 'Alex Brush', cursive, 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    color: #333333;

}

.gallery-header .preface-dot {
    margin: 0 auto;
    width: 4.8rem;

}

.gallery-header .gallery-subtitle {
    margin-top: 1.3rem;
    font-size: 2rem;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333333;
}

.gallery-box {
    display: flex;
    justify-content: space-around;
    margin: 8.5rem 0 11.2rem 0;

}

.gallery-box .gallery-image {
    margin: 0 2rem 1rem 2rem;
    box-shadow: 0px 0px 10px 0px #00000040;
}



.gallery-box .gallery-text {
    padding: 0.5rem 0 0.5rem 0;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;

}

/* amenity */
.amenity-header .amenity-title {
    margin-top: 19.3rem;
    font-family: 'Alex Brush', cursive, 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;

}

.amenity-header .amenity-dot {
    width: 4.8rem;
    margin: 0 auto;
}

.amenity-header .amenity-subtitle {
    margin-top: 1.3rem;
    font-family: 'Hina Mincho', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: center;

}

.amenity-item {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    margin-top: 6.7rem;

}

.amenity-item .amenity-container {
    display: flex;
    justify-content: space-around;
    width: 55%;
}

.amenity-item .amenity-container .amenity-merchandise-list {
    width: 50%;

}

.amenity-item .amenity-container .amenity-merchandise-list li {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2;
    color: #000000;

}

.amenity-item .amenity-container .amenity-merchandise-list li:first-child {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2;
    color: #D05783;
}

.amenity-item .amenity-container .amenity-equipment-list {
    margin-right: 10%;
    width: 50%;
}

.amenity-item .amenity-container .amenity-equipment-list li {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2;
    color: #000000;


}

.amenity-item .amenity-container .amenity-equipment-list li:first-child {
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2;
    color: #D05783;

}

.amenity-box {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.amenity-box .amenity-pic {
    width: 45%;
    margin-bottom: 5rem;

}

/* bu-reservation */
.bu_reservation-wrap {
    margin-top: 17.3rem;
    padding-bottom: 5.3rem;
    background: linear-gradient(97.93deg, #FFF8E5 0%, #E8FBFF 100%);

}

.bu_reservation-wrap .bu_reservation-header .bu_reservation-title {
    padding-top: 4.5rem;
    font-family: 'Alex Brush', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;

}

.bu_reservation-wrap .bu_reservation-header .bu_reservation-dot {
    margin: 0 auto;
    width: 4.8rem;

}

.bu_reservation-wrap .bu_reservation-header .bu_reservation-subtitle {
    padding-top: 1.3rem;
    font-family: 'Hina Mincho', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.1em;
    text-align: center;

}

.bu_reservation-wrap .bu_reservation-box {
    position: relative;
    margin: 6rem auto 0 auto;
    width: 54rem;
    height: 12rem;
    background: linear-gradient(92.81deg, #FFF8E6 0%, #FFCEE0 101.25%);

}

.bu_reservation-wrap .bu_reservation-box .bu_yoyaku_icon02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.2em;
    white-space: nowrap;

}

.bu_reservation-wrap .bu_reservation-box .bu_yoyaku_icon02 img {
    position: absolute;
    top: 50%;
    left: -15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 4.06rem;

}

.bu_reservation-wrap .bu_reservation-box .bu_yoyaku_icon02 .br-bu_yoyaku {
    display: none;

}

.bu_reservation-wrap .bu_reservation-box .bu_detail-arrow img {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1.3rem;
    vertical-align: middle;

}


@media (max-width:1300px) {

    /* room */
    .room-box {
        display: block;

    }

    .room-box .room-container {
        margin-top: 10rem;
        width: 100%;

    }

    .room-box .room-container .room-pic {
        margin: 0 auto;
        width: 70%;

    }

    .room-box:nth-child(2n) .room-container .room-pic {
        padding: 0;
    }

    .room-box .room-textarea {
        margin-top: 4rem;
        width: 100%;

    }

    .room-box .room-textarea .room-text {
        margin: 4rem auto 0 auto;
        width: 80%;

    }

    .room-box .room-textarea .room-title {
        font-family: 'Shippori Mincho B1', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size: 2.8rem;
        font-weight: 500;
        color: #000000;

    }

}

@media (max-width:1000px) {}

@media (max-width:800px) {

    /* bu_mainimage */
    .bu_mainimage-bg {
        height: 30vh;

    }

    /* room */
    .room-box:nth-child(3) .room-textarea .room-title {
        display: flex;
        justify-content: center;
        text-align: start;
        white-space: normal;

    }

    /* preface */
    .preface-wrap {
        display: block;
    }

    .preface-wrap .preface-right-container {
        margin: 12.6rem auto 0 auto;
        width: 80%;

    }

    .preface-wrap .preface-left-container {
        margin: 9.8rem auto 0 auto;
        width: 70%;
    }

    /* amenity */
    .amenity-item {
        display: block;

    }

    .amenity-item .amenity-container {
        display: flex;
        justify-content: space-around;
        width: 100%;

    }

    .amenity-item .amenity-container .amenity-equipment-list {
        margin-right: 0%;

    }

    .amenity-box {
        margin: 4rem auto 0 auto;
        width: 70%;

    }

    .amenity-box .amenity-pic {
        width: 100%;

    }

    /* bu-reservation */
    .bu_reservation-wrap .bu_reservation-box {
        width: 34rem;


    }

    .bu_reservation-wrap .bu_reservation-box .bu_yoyaku_icon02 {
        left: 57%;

    }


    .bu_reservation-wrap .bu_reservation-box .bu_detail-arrow img {
        left: 93%;

    }



    .bu_reservation-wrap .bu_reservation-box .bu_yoyaku_icon02 .br-bu_yoyaku {
        display: block;

    }

}