@charset "utf-8";
@import url("base.css");

@font-face {
    font-family: 'Typefesse';
    src: url('typefesse.woff2') format('woff2'),
        url('typefesse.woff') format('woff');
}

/* body {
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
} */
body {
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.05em;
    margin-top: 0;
    padding-top: 0
}

/* html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
} */

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

/* .hira {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mincho {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
} */

@font-face {
    font-family: "avenir";
    src: url("../font/avenir/AvenirRoman.eot");
    src: url("../font/avenir/AvenirRoman.eot?#iefix") format("embedded-opentype"),
        url("../font/avenir/AvenirRoman.woff2") format("woff2"),
        url("../font/avenir/AvenirRoman.woff") format("woff"),
        url("../font/avenir/AvenirRoman.ttf") format("truetype"),
        url("../font/avenir/AvenirRoman.svg") format("svg");
}

.avenir {
    font-family: 'avenir', sans-serif;
}

.cormorant {
    font-family: 'Cormorant Garamond', sans-serif;
}


.notosan {
    font-family: 'Noto Sans JP', sans-serif;
}

/* .tsukua {
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
} */
.tsukua {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-style: normal;
}


.fadein {
    opacity: 0.1;
    transition: all 1s;
}

.fadein.active {
    opacity: 1;
}

.kugiri {
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#eee), to(transparent));
    background-image: linear-gradient(to right, transparent, #ccc, transparent);
    margin: 50px
}

body.fixed {
    overflow: hidden;
}

.bgBlue {
    background: #E9F3F8;
}

.inner {
    max-width: 1260px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.fancybox__nav,
button.f-button.is-close-btn {
    display: none;
}


/* HEADER */
#header {
    position: fixed;
    width: 100%;
    padding: 7px 0 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);

}

#header.headerTop {
    position: absolute;
    box-shadow: none;
}

#header.headerTop.fixHeader {
    position: fixed;
    top: 0;
    bottom: unset;
    /* left: 0; */
    margin: 0;
}


#header .headerBar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#header .headerBar .logo {
    display: inline-block;
    min-width: 52px;
    width: 6%;
    margin: 0 0 9px 13px;
}

#header.fixHeader .logo .logoFix {
    display: block;
    width: 250px
}

#header .logo .logoFix,
#header.fixHeader .logo .logoNoFix {
    display: none;
}

#header.fixHeader .logo {
    /*width: 165px;*/
}

#header .headerBar .logo a {
    display: inline-block;
}

#header .headerBar .hdLetf {
    width: 85.4%;
}

#header .headerBar .hdLetf .leftTop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 4%;
}

#header .headerBar .hdLetf .leftTop .topList {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-right: 27px;
}

#header .headerBar .hdLetf .leftTop .topList li:not(:last-child) {
    margin-right: 12px;
}

#header .headerBar .hdLetf .leftTop .topList li a {
    display: inline-block;
    transition: all .3s;
    position: relative;
}

#header .headerBar .hdLetf .leftTop .topList li a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #000;
    transition: 0.25s;
}

#header .headerBar .hdLetf .leftTop .topNetw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 75px;
    width: 13.7%;
    margin-top: 2px;
}

#header .headerBar .hdLetf .leftTop .topNetw li {
    font-size: 10px;
}

#header .headerBar .hdLetf .leftTop .topNetw a {
    position: relative;
    display: inline-block;
    width: 17px;
}

#header .headerBar .hdLetf .leftTop .topNetw a.iconFace {
    width: 18px;
}

#header .headerBar a span.netwColor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;

}

#header .headerBar .hdLetf .leftBottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#header .headerBar .hdLetf .leftBottom .bottomBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 96.7%;
}

#header .headerBar .hdLetf .leftBottom a {
    position: relative;
    display: inline-block;
    transition: all .3s;
}

#header .headerBar .hdLetf .leftBottom .bottomInfo {
    max-width: 570px;
    width: 46.5%;
    margin-top: -4px;
    margin-right: 17px;
}

#header .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent {
    display: flex;
    width: 100%;
    margin: 0 0 13px 6px;
}

#header .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent li {
    font-size: 11px;
}

#header .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent li:not(:last-child) {
    margin-right: 30px;
}

#header .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent a:after,
#header .headerBar .hdLetf .leftBottom .bottomInfo .infoService a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #000;
    transition: 0.25s;
}

#header .headerBar .hdLetf .leftBottom .bottomInfo .infoService {
    display: flex;
    width: 100%;
    font-size: 13px
}

#header .headerBar .hdLetf .leftBottom .bottomInfo .infoService li:not(:last-child) {
    margin-right: 17px;
}

#header .headerBar .hdLetf .leftBottom .bottomMore {
    max-width: 500px;
    width: 52.2%;
    display: flex;
    margin-top: -7px;
}

#header .headerBar .hdLetf .leftBottom .bottomMore li:not(:last-child) {
    margin-right: 1px;
}

#header .headerBar .hdLetf .leftBottom .bottomMore li {
    min-width: 23.8%;
}

#header .headerBar .hdLetf .leftBottom .bottomMore li a {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #42352D;
    padding: 23px 5px;
    font-size: 12px
}

#header .headerBar .mainMenu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 5;
    overflow-y: scroll
}

#header .headerBar .mainMenu .menuBox {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;

}

#header .headerBar .mainMenu .menuTitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

#header .headerBar .mainMenu .menuList {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    border: 1px solid #B4B1B1;
    border-bottom: 0;
    border-left: 0;
    margin: 0 auto 30px;
}

#header .headerBar .mainMenu .menuList li {
    display: flex;
    align-items: center;
    width: 50%;
    border-bottom: 1px solid #B4B1B1;
    border-left: 1px solid #B4B1B1;
}

#header .headerBar .mainMenu .menuList li a {
    display: inline-block;
    width: 100%;
    background: url(../images/common/icon-arrows-black.svg)no-repeat center left 10px;
    padding: 10px 10px 10px 30px;
    transition: all .3s;
}

#header .headerBar .mainMenu .menuBtn {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 30px;
}

#header .headerBar .mainMenu .menuBtn a {
    display: inline-block;
    width: 100%;
    background: url(../images/common/icon-arrows-white.svg)no-repeat center left 10px, #42352D;
    color: #fff;
    padding: 10px 10px 10px 40px;
    border: 1px solid #42352D;
    transition: all .3s;
}

#header .headerBar .mainMenu .menuNetw {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

#header .headerBar .mainMenu .menuNetw li {
    width: 32px;
}

#header .headerBar .mainMenu .menuNetw li:not(:last-child) {
    margin-right: 13px;
}

#header .headerBar .mainMenu .menuNetw li a {
    position: relative;
    display: block;
}

#header .headerBar .mainMenu .menuNetw li a img {
    width: 100%;
}

#header .headerBar .mainMenu .menuClose {
    text-align: center;
    cursor: pointer;
}

#header.fixHeader .leftBottom .bottomInfo {
    /*display: flex;*/
    display: block;
    align-items: center;
}

#header.changeHd .headerBar .hdLetf .leftBottom .bottomBox {
    align-items: center;
}

#header.changeHd .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent {
    display: none;
}

#header.changeHd .headerBar .hdLetf .leftTop{
    display: none;
}

.languages {
    margin-right: 10px;
}


.fixed #header.headerTop {
    top: 0;
    position: fixed;
    height: 100vh;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.fixed #header .headerBar .mainMenu {}

/* MENU */
.hamburger {
    max-width: 46px;
    width: 10%;
    height: 40px;
    padding: 0 4px;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;

}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger .menu {
    text-align: center;
    font-size: 13px;
}

.hamburger span:nth-child(1) {
    margin-bottom: 11px;
}

.hamburger span:nth-child(2) {
    opacity: 1
}

.hamburger span:nth-child(3) {
    margin-top: 11px;
}


#main .mainPhoto img {
    width: 100%;
}

#main {
    position: relative;
    /*height: calc(100vh + 99px);*/
}

#main .mainPhoto {}

#main .mainPhoto img {
    /*height: 100vh;*/
    /*object-fit: cover;*/
}

#main .wrapTitleMain {
    position: absolute;
    min-width: 160px;
    max-width: 100%;
    top: 45.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;
}

#main .wrapTitleMain .subTitleMain {
    text-align: center;
    letter-spacing: 1.6px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

#main .wrapTitleMain .titleMain {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2.5px;
    line-height: 1;
}

#main .wrapTitleMain .oneTitleMain {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    margin-top: 32px;
    letter-spacing: 6.8px;
    margin-left: 6px;
}

#main .wrapTitleMain .titleMain.fos24 {
    font-size: 22px;
    letter-spacing: 5.5px;
}

/* CONTENT */
#content {
    width: 100%;
    transition: all 1s;
}

/*! 埋め込み動画をレスポンシブ対応させる */
.video {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.margint {
    height: 1px;
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

.numberTypePlace {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 39px;
    font-weight: 500;
}

.numberTypePlace .numberPlace {
    font-size: 18px;
    margin-bottom: 5px;
}

.numberTypePlace .titlePlaceEn {
    font-size: 18px;
    letter-spacing: 4px;
}

.areaReser {
    background-color: #E9F3F8;
    padding: 32px 0 79px;
}

.areaReser .numberTypePlace {
    margin-bottom: 66px;
}

.areaReser form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 1062px;
    margin: 0 auto;
}

.areaReser .itemInput {
    display: flex;
    text-align: center;
    width: calc(100% - 177px);
    margin-right: 12px;
}

.areaReser .itemInput .itemField {
    display: inline-block;
    width: 15%;
}

.areaReser .itemInput .itemField:not(:last-child) {
    margin-right: 12px;
}

.areaReser .itemInput .checkInDate {
    width: 24.8%;
}

.areaReser .itemInput .checkInDate input {
    min-height: 54px;
    background: url(../images/common/icon-calendar-02.svg)no-repeat center right 14px, #fff;
    padding: 0 10px;
    cursor: pointer;
}

.areaReser .itemInput .checkInDate input::-webkit-calendar-picker-indicator {
    width: 22px;
    opacity: 0;
    cursor: pointer;
}

.areaReser .itemInput .checkTime {
    width: 24.8%;
}

.areaReser .itemInput span {
    display: block;
    margin-bottom: 4px;
}

.areaReser .itemInput input {
    width: 100%;
    min-height: 54px;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.areaReser .itemInput input::-webkit-outer-spin-button,
.areaReser .itemInput input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.areaReser .itemInput input[type=number] {
    -moz-appearance: textfield;
}

.areaReser .itemSubmit input {
    display: inline-block;
    width: 165px;
    font-size: 18px;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #9F9F9F;
    padding: 9px 5px;
    transition: all .3s;
}

.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
    appearance: none;
    width: 100px;
    min-height: 54px;
    font-size: 18px;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    border: none;
    border-radius: 0;
    color: #535353;
    padding: 9px 5px;
    transition: all .3s;
    cursor: pointer;
}

.boxStayPlan .areaStayPlan .numberTypePlace {
    margin-bottom: 54px;
}

.boxStayPlan .planCategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 17px;
    margin-right: 7.6%;
}

.boxStayPlan .planCategory li {
    width: 120px;
}

.boxStayPlan .planCategory li:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 10px
}

.boxStayPlan .planCategory a {
    display: inline-block;
    width: 100%;
    color: #42352D;
    padding: 2px 10px;
    text-align: center;
    border: 1px solid #42352D;
    border-radius: 20px;
    transition: all .3s;
}

.boxStayPlan .planCategory li a.active {
    background-color: #42352D;
    color: #fff;
    border-radius: 20px;
}

.boxStayPlan .planCategory span {
    position: relative;
    display: inline-block;
    min-width: 60%;
}

.boxStayPlan .planCategory span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #fff;
}

/*areaIntroduce*/
.areaIntroduce {
    text-align: center;
    padding: 61px 0 0;
}

.areaIntroduce .restaurantTitle {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 79px;
}

.areaIntroduce .restaurantTxt {
    line-height: 1.65;
    margin-bottom: 93px;
    font-size: 16px
}

.areaIntroduce .numberTypePlace {
    line-height: 1.35;
    margin-bottom: 30px;
}

/*End-areaIntroduce*/


/*contentInfoHotel*/
.wrapInfo:nth-child(even) {
    flex-direction: row-reverse;
}

.wrapInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 74px;
    margin-top: 0;
}

.wrapInfo+.wrapInfo {
    margin-top: 9px;
}

.wrapInfo .boxInfoHotel {
    width: 465px;
    margin-top: -26px;
}

.wrapInfo .boxInfoHotel .titleInfoHotel {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 94px;
}

.wrapInfo .boxInfoHotel .txtInfoHotel {
    padding-left: 11px;
    line-height: 1.68;
    text-align: justify;

}

.wrapInfo .wrapInfoPhoto {
    width: calc(50% + 106px);
    position: relative;
}

.arrow {
    position: absolute;
    top: 51.5%;
    transform: translateY(-50%);
    z-index: 1;
    width: 31px;
    cursor: pointer;
}

.arrow.arrowRight {
    right: 11px;
}

.arrow.arrowLeft {
    left: 11px;
}

/* slick slidẻ */
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 16px 0;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 53.7%;
    transform: translateX(-50%);
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #FFB703;
}

/* AREAPLAN */
/* AREASTAYPLAN */
.areaStayPlan {
    margin-bottom: 91px;
    position: relative;
}

.areaStayPlan .numberTypePlace {
    margin-bottom: 80px;
}

.areaStayPlan .planBox {
    position: relative;
}

.areaStayPlan .planBox .loadPage {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #42352D;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.areaStayPlan .wrapPlan {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-left: -5px;
    width: 100%;
}

.slick-list {
    width: 100% !important;
}

.areaStayPlan .wrapPlan .arrow {
    position: absolute;
    top: 40.5%;
    transform: translateY(-50%);
    z-index: 1;
    width: 31px;
    cursor: pointer;
}

.areaStayPlan .wrapPlan .arrow.arrowLeft {
    left: -4%;
}

.areaStayPlan .wrapPlan .arrow.arrowRight {
    right: -5%;
}

.areaStayPlan .wrapPlan .contentPlan {
    margin: 0 6px;
    border-radius: 12px 0 12px 0;
}

.areaStayPlan .wrapPlan .contentPlan:last-child {
    margin-right: 0;
}

.areaStayPlan .wrapPlan .planPhoto {
    display: flex;
}

.areaStayPlan .wrapPlan .planPhoto a {
    display: inline-block;
    width: 100%;
}

.areaStayPlan .wrapPlan .planPhoto img {
    border-radius: 10px 0 0 0;
    width: 100%;
    height: 100%;
}

.areaStayPlan .wrapPlan .boxPlan {
    background-color: #42352D;
    padding: 3px 5px 27px;
    border-radius: 0 0 10px 0;
}

.areaStayPlan .wrapPlan .wrapTime {
    display: flex;
    align-items: baseline;
    margin-right: 16px;
    padding-left: 1px;
    margin-bottom: 2px;
}

.areaStayPlan .wrapPlan .wrapTime .timePlan {
    font-size: 11px;
    color: #fff;
    line-height: 1;
    margin-right: 19px;
    transform: translateY(1px);
    letter-spacing: 1px;
}

.areaStayPlan .wrapPlan .wrapTime .wrapCat {
    display: flex;
    flex-wrap: wrap;
}

.areaStayPlan .wrapPlan .wrapTime .wrapCat .catPlan a {
    color: #fff;
    font-size: 9px;
    text-align: center;
    display: inline-block;
    border: 1px solid #FFFFFF;
    padding: 2px 5px 2px 5px;
    line-height: 1;
    min-width: 50px;
    pointer-events: none;
}

.areaStayPlan .wrapPlan .titlePlan {
    padding-right: 0;
}

.areaStayPlan .wrapPlan .titlePlan a {
    display: block;
    font-size: 14px;
    color: #fff;
    /* text-align: justify; */
    line-height: 1.25;
    font-weight: 300;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    min-height: 54px;
    margin-top: 15px
}

.areaStayPlan .wrapPlan .titlePlan a :hover {
    color: #ddd
}

.areaStayPlan .txtReverse {
    writing-mode: tb-rl;
    text-align: center;
    position: absolute;
    top: 125px;
    left: 8px;
    letter-spacing: 5px;
    line-height: 1.35;
}

/* RESTAURANTMENU */
/*.contentInfoHotel {
    padding-bottom: 54px;
}
*/
.restaurantMenu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 41px;
    padding-right: 11px;
    padding-top: 152px;
}

.restaurantMenu li {
    display: flex;
    align-items: center;
    width: 46.5%;
    margin-right: 20px;
    margin-bottom: 12px;
}

.restaurantMenu li:nth-child(even) {
    margin-right: 0;
}

.restaurantMenu li .menuWork {
    width: 162px;
    color: #fff;
    background: #42352D;
    text-align: center;
    margin-right: 30px;
    padding: 5px 0;
}

.restaurantMenu li .menuInfo {
    position: relative;
    padding-left: 32px;
    width: calc(100% - 161px);
}

.restaurantMenu li .menuInfo:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 32px;
    width: 1px;
    background: #42352D;
}

.restaurantMenu li .menuInfo .menuTxt {
    margin-bottom: 2px;
}

.restaurantMenu li .menuInfo .menuLink span {
    margin-right: 21px;
}

.restaurantMenu li .menuInfo .menuLink span a {
    /*text-decoration: underline;*/
    display: inline-block;
    line-height: 1.2;
    border-bottom: 1px solid;
}

.attention .listAttention {
    padding-left: 160px;
    margin-top: 83px;
}

.attention .listAttention li {
    position: relative;
    padding-left: 14px;
    line-height: 2;
    text-indent: 15px;
}

.attention .listAttention li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

/* LISTTAB */
.listTab {
    display: flex;
    justify-content: center;
}

.listTab li {
    position: relative;
    margin: 0 25px;
    width: 203px;
    padding-bottom: 25px;

}

.listTab li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 52%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background: #42352D;
    border-radius: 30px;
}

.listTab li a {
    display: block;
    text-align: center;
    background: #838180;
    color: #fff;
    padding: 5px 0 4px;
    border-radius: 30px;
}

.listTab li.active a {
    background: #42352D;
    border-radius: 30px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a {
    transition: all .3s;
}

.pagination li {
    margin: 0 10px;
}

.pagination li.prev {
    margin-right: 50px;
}

.pagination li .paginationText {
    display: inline-block;
    padding: 0 5px 0 10px;
}

.pagination li.next {
    margin-left: 50px;
}

.pagination li.resultDot {
    pointer-events: none;
}

.pagination li .paginationIcon {
    display: inline-block;
    width: 11px;
    padding: 0;
    margin-top: 8px;
}

.pagination li .number {
    border: 1px solid #42352D;
    padding: 3px 10px;
}

.pagination li .number.active {
    pointer-events: none;
    color: #fff;
    background-color: #42352D;
}

.pagination li img {
    width: 100%;
}

.pagination li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all .3s;
}

.areaFair .areaReser {
    margin-bottom: 120px;
}

.areaFair .areaStayPlan {
    margin-bottom: 114px;
}

.areaStayPlan .numberTypePlace {
    line-height: 1.9;
    margin-bottom: 130px;
}

.areaStayPlan .numberTypePlace .typeTxt {
    font-size: 16px;
}

/* FOOTER */

.sp {
    display: none;
}

.areaInfor .listNew {
    width: 100%;
    max-width: 854px;
    margin: 0 auto 56px;
}

.areaInfor .listNew>li {
    display: flex;
    padding-bottom: 14px;
    margin-bottom: 21px;
    border-bottom: 1px dashed #DADADA;
    padding-left: 1px;
}

.areaInfor .listNew>li:last-child {
    margin-bottom: 0;
}

.areaInfor .listNew>li .date {
    color: #231815;
    width: 9%;
    margin-right: 9px;
    display: block;
    margin-top: 2px;
}

.areaInfor .listNew>li .listCatNew {
    width: 85px;
    margin-right: 12px;
    margin-top: -1px;
}

.areaInfor .listNew>li .listCatNew li+li {
    margin-top: 4px;
}

.areaInfor .listNew>li .listCatNew li {

    min-width: 66px;

    display: inline-block;
}

.areaInfor .listNew>li .listCatNew li a {
    display: block;
    font-size: 12px;
    color: #42352d;
    border: 1px solid #707070;
    text-align: center;
    padding: 0 3px 1px;
    transition: all .3s;
}

.areaInfor .listNew>li .listCatNewSp {
    width: 85px;
    margin-right: 12px;
    margin-top: -1px;
}

.areaInfor .listNew>li .listCatNewSp li+li {
    margin-top: 4px;
}

.areaInfor .listNew>li .listCatNewSp li {
    min-width: 66px;
    display: inline-block;

}

.areaInfor .listNew>li .listCatNewSp li a {
    display: block;
    font-size: 12px;
    color: #42352d;
    border: 1px solid #707070;
    text-align: center;
    padding: 0 3px 1px;
    transition: all .3s;

}

.areaInfor .listNew>li .newTitle {
    width: calc(100% - 23%);
}

.areaInfor .listNew>li .newTitle a {
    position: relative;
    display: block;
    color: #231815;
    width: 100%;
    padding-right: 30px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px
}

.areaInfor .listNew2>li {
    display: flex;

    margin-bottom: 11px;

    padding-left: 1px;
}

.areaInfor .listNew2>li:last-child {
    margin-bottom: 0;
}

.areaInfor .listNew>li .date {
    color: #231815;
    width: 19%;
    margin-right: 9px;
    display: block;
    margin-top: 2px;
}

.areaInfor .listNew2>li .date {
    color: #231815;
    width: 23%;
    margin-right: 9px;
    display: block;
    margin-top: 2px;
}

.areaInfor .listNew2>li .listCatNew {
    width: 85px;
    margin-right: 12px;
    margin-top: -1px;
}

.areaInfor .listNew2>li .listCatNew li+li {
    margin-top: 4px;
}

.areaInfor .listNew2li .listCatNew li {

    min-width: 66px;

    display: inline-block;
}

.areaInfor .listNew2>li .listCatNew li a {
    display: block;
    font-size: 12px;
    color: #42352d;
    border: 1px solid #707070;
    text-align: center;
    padding: 0 3px 1px;
    transition: all .3s;
}

.areaInfor .listNew2>li .listCatNewSp {
    width: 85px;
    margin-right: 12px;
    margin-top: -1px;
}

.areaInfor .listNew2>li .listCatNewSp li+li {
    margin-top: 4px;
}

.areaInfor .listNew2>li .listCatNewSp li {
    min-width: 66px;
    display: inline-block;

}

.areaInfor .listNew2>li .listCatNewSp li a {
    display: block;
    font-size: 12px;
    color: #42352d;
    border: 1px solid #707070;
    text-align: center;
    padding: 0 3px 1px;
    transition: all .3s;

}

.areaInfor .listNew2>li .newTitle {
    width: calc(100% - 23%);
}

.areaInfor .listNew2>li .newTitle a {
    position: relative;
    display: block;
    color: #231815;
    width: 100%;
    padding-right: 20px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px
}

.dashe {
    width: 100%;
    border-bottom: 1px dashed #dadada;
    margin: 15px 0
}

.trp-language-wrap {
    display: none
}

#footer {
    padding: 75px 0 34px;
    background-color: #42352D;
    margin-top: 50px;
    width: 100%;
}

#footer .listBoxMenu {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#footer .listBoxMenu .itemMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer .listBoxMenu .itemMenu+.itemMenu {
    margin-left: 38px;
}

#footer .listBoxMenu .itemMenu .titleMenu {
    margin-bottom: 23px;
    font-size: 14px;
    font-weight: 500;
}

#footer .listBoxMenu .itemMenu .titleMenu a {
    position: relative;
    color: #ffffff;
    transition: all .3s;
    display: inline-block;
}

#footer .listBoxMenu .itemMenu .listMenu {
    text-align: center;
}

#footer .listBoxMenu .itemMenu .listMenu li {
    margin-bottom: 14px;
}

#footer .listBoxMenu .itemMenu .listMenu li a {
    position: relative;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    transition: all .3s;
    display: inline-block;
}

#footer .listPraMenu li a:after,
#footer .listBoxMenu .itemMenu .titleMenu a:after,
#footer .listBoxMenu .itemMenu .listMenu li a:after {
    content: '';
    position: absolute;
    width: 105%;
    transform: scaleX(0);
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #ffffff;
    transition: 0.25s;
}

#footer .listPraMenu {
    display: flex;
    justify-content: center;
    margin-bottom: 82px;
}

#footer .listPraMenu li+li {
    margin-left: 36px;
}

#footer .listPraMenu li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}

#footer .boxSocial {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .boxSocial li+li {
    margin-left: 11px;
}

#footer .boxSocial li a {
    position: relative;
    display: inline-block;
    width: 20px;
}

#footer .boxSocial li img {
    width: 100%;
}

#footer .boxSocial a span.netwColor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;

    display: inline-block;
}


#footer .ftMenu {
    margin-bottom: 29px;
}

#footer .ftWrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1381px;
    padding: 0 20px;
    margin: 0 auto;
}

.left {
    display: flex;
    align-items: center;
    padding-left: 177px;
}

.left .logo {
    width: 160px;
    margin-bottom: -18px;
}

.left .infoContact {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.6;
    margin-left: 34px;
}

.right {
    display: flex;
    align-items: flex-end;
    padding-bottom: 11px;
    z-index: 1;
    margin-right: 10px;
}

.right .boxBtn {
    display: flex;
}

.right .boxBtn .btn {}

.right .boxBtn .btn+.btn {
    margin-left: 11px;
}

.btn {
    text-align: center;
}

.btn a {
    display: inline-block;
    color: #000000;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: normal;
    background-color: #ffffff;
    text-align: center;
    min-width: 220px;
    transition: .15s all linear;
    border: 1px solid #42352D;
}

.btn a span.text {
    position: relative;
}

.btn a span.text:before {
    content: "";
    position: absolute;
    background: url(../images/common/icon-arrow-right.svg) no-repeat center center;
    background-size: cover;
    width: 5px;
    height: 9px;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
}

.areaBtn {
    text-align: center;
}

.listLine {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(229, 229, 229, 0.82);
    border-radius: 0 5px 5px 0;
    padding: 6px;
    z-index: 99;
}

.listLine li:not(:last-child) {
    margin-bottom: 7px;
}

.listLine a {
    position: relative;
    display: inline-block;
}

.listLine a img {
    width: 100%;
}

.listLine a .lineColor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

/* .btn a {
    border: 1px solid #42352D;
} */

.areaBtn a {
    display: inline-block;
    color: #000000;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #42352D;
    text-align: center;
    min-width: 230px;
    transition: .15s all linear;
    margin: 0px auto
        /* width: 100%; */
}

.areaBtn a .text {
    position: relative;
    padding: 0 36px;
}

.areaBtn a .text:after {
    content: "";
    position: absolute;
    background: url(../images/common/icon-arrow-right.svg) no-repeat center center;
    background-size: cover;
    width: 5px;
    height: 9px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dayCat {
    float: left;
    margin-right: 10px;
    padding-top: 5px
}

@media (max-width: 1399px) and (min-width: 769px) {

    /*#header .headerBar .hdLetf .leftBottom .bottomBox {
        width: calc(100% - 45px);
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoService li:not(:last-child) {
        margin-right: 18px;
    }*/
    #header .headerBar .hdLetf {
        width: 90%;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoService {
        font-size: 12px
    }
}

/* @media (max-width: 1397px) and (min-width: 769px) {
    #header .headerBar .hdLetf .leftBottom .bottomMore {
        max-width: inherit;
    }
} */

@media (max-width: 1395px) and (min-width: 769px) {
    #header .headerBar .hdLetf .leftBottom .bottomInfo {
        width: 45.5%;
    }

    .infoService {
        font-size: 10px
    }
}

@media (max-width: 1380px) and (min-width: 769px) {
    #header .headerBar .hdLetf {
        width: 91%;
    }
}

@media (max-width: 1350px) and (min-width: 769px) {
    #header .headerBar .hdLetf .leftBottom .bottomBox {
        align-items: center;
    }

    .areaStayPlan .wrapPlan {
        width: 90%;
        margin: 0 auto 60px;
    }

    .areaStayPlan .wrapPlan .arrow {
        width: 23px;
    }

    .areaStayPlan .wrapPlan .arrow.arrowRight {
        right: -4%;
    }

    .areaStayPlan .wrapPlan .arrow.arrowLeft {
        left: -4%;
    }

    .hamburger {
        margin-top: 0
    }
}

@media (max-width: 1318px) and (min-width: 769px) {
    .areaInfor .listNew>li .date {
        margin-top: 3px
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore li a {
        padding: 15px 5px;
    }

    li#menu-item-157 {
        min-width: 23.8%;
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore li {
        min-width: auto;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo {
        margin-top: 0;
        width: auto;
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore {
        width: 300px;
        margin-top: 0;
    }

    #header .headerBar .hdLetf .leftBottom .bottomBox {
        width: 96%;
    }
}

@media (max-width: 1300px) and (min-width: 769px) {

    #header .headerBar {
        align-items: center;
    }

    #header .headerBar .hdLetf .leftTop {
        margin-bottom: 20px;
    }

    #header .headerBar .hdLetf .leftTop .topNetw li:not(:last-child) {
        margin-right: 5px;
    }

    #header .headerBar .hdLetf .leftTop .topNetw {
        width: 20%;
    }

    #header .headerBar .hdLetf .leftBottom .bottomBox {
        /* justify-content: center;
        width: 90%;*/
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo {
        /*        max-width: 600px;
        width: 100%;*/
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent {
        justify-content: center;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoService {
        justify-content: center;
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore {
        /*width: 100%;*/
    }
}

@media(max-width: 1280px) and (min-width: 769px) {
    .restaurantMenu {
        padding: 150px 0 0;
        justify-content: space-between;
    }

    .restaurantMenu li {
        margin-right: 0;
    }
}

@media (max-width: 1250px) and (min-width: 769px) {
    .wrapInfo .boxInfoHotel {
        width: 46%;
    }

    .wrapInfo .wrapInfoPhoto {
        width: 50%;
    }

    .areaReser form {
        width: 100%;
    }

    /*    areaReser*/
    #footer .ftWrapper .left {
        padding-left: 0;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .boxStayPlan .planCategory {
        width: 90%;
        justify-content: space-around;
        margin: 0 auto 17px;
    }

    .boxStayPlan .planCategory li {
        width: calc((100% / 7) - 10px);
    }

    .boxStayPlan .planCategory li:not(:last-child) {
        margin-right: 9px;
    }

    .boxStayPlan .planCategory a {
        font-size: 12px;
        padding: 2px 5px;
    }

    .boxStayPlan .planCategory li a:before {
        left: 12px;
    }

    .listTab li a {
        font-size: 11px;
    }
}

@media (max-width: 1110px) and (min-width: 769px) {
    #header .headerBar .hdLetf .leftBottom a {
        font-size: 11px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore {
        min-width: unset;
    }

}

@media (max-width: 1135px) and (min-width: 769px) {
    .areaStayPlan .wrapPlan .wrapTime {
        display: inline;
    }

    .areaStayPlan .wrapPlan .wrapTime .timePlan,
    .areaStayPlan .wrapPlan .wrapTime .wrapCat {
        display: inline;
    }

    .areaStayPlan .wrapPlan .wrapTime .wrapCat .catPlan {
        display: inline;
    }
}


@media (max-width: 1089px) and (min-width: 769px) {
    #header .headerBar .hdLetf .leftBottom .bottomBox {
        width: 95%;
    }
}


@media (max-width: 1018px) and (min-width: 769px) {
    #header .headerBar .hdLetf .leftBottom a {
        font-size: 11px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomBox {
        width: 95%;
    }

    #header .headerBar .hdLetf .leftBottom .bottomBox {
        width: 93%;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent li:not(:last-child) {
        margin-right: 20px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoService li:not(:last-child) {
        margin-right: 10px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo {
        width: 50%;
        margin-right: 13px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore {
        min-width: 332px;
    }
}

@media (max-width: 990px) and (min-width: 769px) {
    #footer {
        padding: 60px 0 20px;
    }

    .left {
        padding-left: 0;
    }

    #footer .listBoxMenu {
        margin-bottom: 20px;
    }

    #footer .listBoxMenu .itemMenu .titleMenu {
        margin-bottom: 18px;
        font-size: 12px;
    }

    #footer .listPraMenu li+li,
    #footer .listBoxMenu .itemMenu+.itemMenu {
        margin-left: 20px;
    }

    #footer .listBoxMenu .itemMenu .listMenu li {
        margin-bottom: 10px;
    }

    #footer .listBoxMenu .itemMenu .listMenu li a {
        font-size: 10px;
        color: #ffffff;
    }

    #footer .listPraMenu li a {
        font-size: 12px;
    }

    #footer .listPraMenu {
        margin-bottom: 45px;
    }

    .left .infoContact {
        font-size: 12px;
        margin-left: 20px;
    }

    .btn a {
        padding: 11px 15px;
        font-size: 12px;
        min-width: 145px;
    }

    .right {
        padding-bottom: 0;
    }

    .btn a span.text:before {
        right: -15px;
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .areaStayPlan .wrapPlan .arrow {
        width: 20px;
    }

    .areaStayPlan .wrapPlan .arrow.arrowRight {
        right: -6%;
    }

    .areaStayPlan .wrapPlan .arrow.arrowLeft {
        left: -6%;
    }

    .restaurantMenu li {
        width: 100%;
    }
}


@media (max-width: 915px) and (min-width: 769px) {
    #header .headerBar .hdLetf .leftBottom a {
        font-size: 10px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomBox {
        width: 95%;
    }

    #header .headerBar .hdLetf .leftBottom .bottomBox {
        width: 93%;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent li:not(:last-child) {
        margin-right: 20px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoService li:not(:last-child) {
        margin-right: 10px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo {
        width: 50%;
        margin-right: 13px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore {
        min-width: 332px;
    }
}



@media (max-width: 870px) and (min-width: 769px) {
    #header .headerBar .hdLetf .leftTop .topNetw {
        width: 30%;
    }
}


@media (max-width: 855px) and (min-width: 769px) {
    #header .headerBar .hdLetf .leftBottom a {
        font-size: 9px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomBox {
        width: 94%;
    }

    #header .headerBar .hdLetf .leftBottom .bottomBox {
        width: 93%;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent li:not(:last-child) {
        margin-right: 20px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoService li:not(:last-child) {
        margin-right: 10px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo {
        width: 50%;
        margin-right: 13px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore {
        min-width: 285px;
    }
}


@media (max-width: 795px) and (min-width: 770px) {
    #header .headerBar .hdLetf .leftBottom a {
        font-size: 7px;
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore {
        min-width: 270px;
    }
}

/* PC ONLY */
@media (min-width: 769px) {
    .hover:hover {
        opacity: 0.6;
    }

    .listLine a:hover .lineColor {
        opacity: 1;
    }

    /*#header*/
    #header .headerBar .mainMenu .menuList li a:hover {
        background: url(../images/common/icon-arrows-white.svg)no-repeat center left 10px, #42352D;
        color: #fff;
    }

    #header .headerBar .mainMenu .menuBtn a:hover {
        color: #42352D;
        background: url(../images/common/icon-arrows-black.svg)no-repeat center left 10px, #D1E2EC;
    }

    #header .headerBar a:hover span.netwColor {
        opacity: 1;
    }

    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoEvent a:hover:after,
    #header .headerBar .hdLetf .leftBottom .bottomInfo .infoService a:hover:after,
    #header .headerBar .hdLetf .leftTop .topList li a:hover:after {
        transform: scaleX(1);
    }

    #header .headerBar .hdLetf .leftBottom .bottomMore li a:hover {
        background-color: #D1E2EC;
        color: #000000;
    }

    .hamburger.open span:nth-child(1) {
        margin-bottom: -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .btn a:hover {
        background-color: #D1E2EC;
    }

    .areaBtn a:hover {
        background-color: #42352D;
        color: #fff;
    }

    .areaBtn a:hover .text:after {
        background: url(../images/common/icon-arrows-white-sp.svg) no-repeat center center;
    }


    .boxStayPlan .planCategory a:hover {
        background-color: #42352D;
        color: #fff;
    }

    /*.areaStayPlan .wrapPlan .wrapTime .wrapCat .catPlan a:hover {
        background-color: #fff;
        color: #000;
    }*/

    .restaurantMenu li .menuInfo .menuTxt .tel {
        pointer-events: none;
    }

    .restaurantMenu li .menuInfo .menuLink span a:hover {
        /*text-decoration: none;*/
        border-bottom: none;
    }

    .listTab li a:hover {
        background: #42352D;
    }

    .areaStayPlan .wrapPlan .titlePlan a:hover {
        text-decoration: underline;
    }

    /*pagination*/
    .pagination li.resultDot a:hover {
        transform: none;
    }

    .pagination li a.number:hover {
        background-color: #42352D;
        color: #fff;
    }

    .pagination li.prevJp a:hover,
    .pagination li.nextJp a:hover {
        transform: translate(0, -3px);
    }

    .pagination li.prev a:hover {
        transform: translate(-3px, 0);
    }

    .pagination li.next a:hover {
        transform: translate(3px, 0);
    }

    /*footer*/
    #footer .listPraMenu li a:hover:after,
    #footer .listBoxMenu .itemMenu .titleMenu a:hover:after,
    #footer .listBoxMenu .itemMenu .listMenu li a:hover:after {
        transform: scaleX(1);
    }

    #footer .boxSocial a:hover span.netwColor {
        opacity: 1;
    }

    .areaReser .itemSubmit input:hover {
        background-color: #42352D;
    }

}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 2.5%;
    }

    .footer_menu {
        opacity: 0;
        transition: all .3s;
    }

    .footer_menu.showMenu {
        opacity: 1;
    }

    #header.fixHeader .logo .logoFix {
        display: block;
        width: 200px
    }

    #main {
        height: 100%;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        padding: 7px 11px 5px;
    }

    #header.headerTop {
        /*         position: fixed; */
        bottom: inherit;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    #header .headerBar {
        align-items: start;
    }

    #header .headerBar .logo {
        width: 45%;
        margin: 7px 0 0;
    }

    #header .headerBar .hdSp {
        display: flex;
        text-align: center;
        margin-top: -2px;
    }

    #header .headerBar .hdSp span {
        display: block;
    }

    #header .headerBar .hdSp .spPhone {
        margin-right: 9px;
        margin-top: -1px;
    }

    #header .headerBar .hdSp .spPhone span {
        font-size: 10px;
    }

    #header .headerBar .hdSp .spPhone .phoneImg {
        margin-bottom: 2px;
    }

    #header .headerBar .hdSp .spPhone .phoneText {
        margin-top: -1px;
    }

    #header .headerBar .hdSp .menuText {
        margin-top: -5px;
    }

    #header .headerBar .mainMenu {
        top: 0;
        height: 100%;
        padding-bottom: 50px;
        overflow: scroll;
    }

    #header .headerBar .mainMenu .menuTitle {
        margin-bottom: 16px;
        font-weight: 100;
    }

    #header .headerBar .mainMenu .menuList {
        width: 93%;
        margin-bottom: 12px;
    }

    #header .headerBar .mainMenu .menuList li a {
        background-position: center left 8px;
        padding: 8px 8px 9px 23px;
    }

    #header .headerBar .mainMenu .menuBtn {
        width: 93.3%;
        margin-bottom: 27px;
    }

    #header .headerBar .mainMenu .menuBtn a {
        background-position: center left 21px;
        padding: 9px 10px 10px 37px;
    }

    .booklistSP {
        display: none;
        position: relative;
        z-index: 2;
    }

    .booklistSP .bookList {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 450px;
        text-align: center;
        background-color: #231815;
        z-index: 5;
    }

    .booklistSP .bookList a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        min-height: 57px;
        background-color: #231815;
        color: #fff;
    }

    .booklistSP .bookList .bookBtn {
        width: 84%;
    }

    .booklistSP .bookList .bookMore {
        width: 19%;
        display: flex;
        align-items: center;
    }

    .booklistSP .bookList .bookMore span {
        display: inline-block;
        width: 100%;
    }

    .booklistSP .bookList .bookNow {
        width: 65%;
        font-size: 16px;
    }

    .booklistSP .bookList .bookNow {
        background: url(../images/common/icon-calendar.svg)no-repeat center left 10px;
    }

    .booklistSP .bookList .bookAccess {
        width: 16%;
    }

    .booklistSP .bookList .bookAccess a {
        font-size: 10px;
        color: #231815;
        background-color: #fff;
    }

    .booklistSP .bookList .bookAccess span {
        width: 100%;
        display: block;
        margin-bottom: -23px;
    }

    .booklistSP .bookList .bookAccess span.accessSub {
        margin-bottom: 0;
    }

    .booklistSP .bookBox {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 140px;
        overflow-y: auto;
    }

    .booklistSP .bookBox .boxCont {
        position: relative;
        width: 91.7%;
        height: 540px;
        max-width: 450px;
        border: 2px solid #231815;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.89);
        overflow-y: auto;
    }

    .booklistSP .bookBox .bookMenu li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .booklistSP .bookBox .bookMenu a {
        display: inline-block;
        width: 100%;
        font-size: 20px;
        color: #fff;
        background-color: #231815;
        padding: 15px 10px 16px;
        text-align: center;
        font-weight: 300;
    }

    .booklistSP .bookBox .bookMenu li:first-child a {
        color: #231815;
        background-color: #fff;
        font-weight: bold;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .booklistSP .bookBox .bookClose {
        position: absolute;
        bottom: 22px;
        left: 50%;
        transform: translateX(-50%);
    }

    .listLine {
        border-radius: 5px 0 0 5px;
        left: auto;
        right: 0;
        top: 35%;
    }

    #trp-floater-ls-language-list {
        top: 65%
    }

    #main .wrapTitleMain {
        top: 50%;
    }

    #main .wrapTitleMain .subTitleMain {
        letter-spacing: 2.7px;
        font-size: 12px;
        margin-bottom: 6px;
    }

    #main .wrapTitleMain .titleMain {
        font-size: 24px;
        letter-spacing: 2.5px;
    }

    #main .wrapTitleMain .oneTitleMain {
        font-size: 15px;
        margin-top: 4px;
        letter-spacing: 3.7px;
        margin-left: 4px;
    }

    #main .wrapTitleMain .titleMain.fos24 {
        font-size: 14px;
        line-height: 1.3;
    }

    .numberTypePlace {
        margin-bottom: 47px;
    }

    .areaIntroduce .numberTypePlace {
        line-height: 1.35;
        margin-bottom: 9px;
    }

    .numberTypePlace .numberPlace {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 2px;
    }

    .numberTypePlace .titlePlaceEn {
        font-size: 14px;
    }

    .areaIntroduce {
        padding: 16px 0 0;
    }

    .areaIntroduce .restaurantTitle {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 37px;
    }

    .areaIntroduce .restaurantTxt {
        font-size: 16px;
        line-height: 1.93;
        margin-bottom: 70px;

    }

    .wrapInfo {
        padding: 0;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .wrapInfo+.wrapInfo {
        margin-top: 70px;
    }

    .contentInfoHotel .inner,
    .wrapBuilding .inner,
    .tabBox .inner {
        padding: 0;
    }


    .wrapInfo .boxInfoHotel {
        width: 100%;
        margin-bottom: 9px;
        padding: 22px 3.2% 0;
        margin-top: 0;
    }

    .wrapInfo .boxInfoHotel .titleInfoHotel {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .wrapInfo .boxInfoHotel .txtInfoHotel {
        font-size: 16px;
        padding-left: 0;
        line-height: 1.9;
        margin-bottom: 21px;
    }

    .wrapInfo .wrapInfoPhoto {
        /* max-width: 775px;
        width: 110%;
        margin: 0 -5%; */
        width: 100%;
    }

    .arrow {
        top: 50.2%;
        width: 16px;
    }

    .arrow.arrowRight {
        right: 16px;
    }

    .arrow.arrowLeft {
        left: 17px;
    }

    .slick-initialized .slick-slide img {
        width: 100%;
    }

    .slick-dots {
        left: 50%;
        bottom: -3px;
    }

    .slick-dots button {
        width: 4px;
        height: 4px;
    }

    .slick-dots li {
        margin: 0 1.5px;
    }

    .boxStayPlan .planCategory {
        width: 100%;
        margin-right: 0;
        justify-content: space-between;
        padding: 0 3%;
        margin-bottom: 25px;
    }

    .boxStayPlan .planCategory li {
        width: 29%;
        margin-right: 0;
        margin-bottom: 11px;
    }

    .boxStayPlan .planCategory li a {
        font-size: 12px;
        padding: 2px 3px;
    }

    .boxStayPlan .planCategory li:not(:last-child) {
        margin-right: 0;
    }

    .boxStayPlan .planCategory li:first-child {
        width: 37%;
        margin: 0 35.52% 19px;
        padding: 1px 0 2px;

    }

    .boxStayPlan .planCategory li:first-child a {
        font-size: 14px;
        padding: 0.5px 3px;
    }

    .boxStayPlan .planCategory li a:before {
        top: 53%;
    }

    .areaStayPlan .wrapPlan {
        width: 100%;
        margin-left: 0;
        justify-content: space-between;
        padding: 0 11px;
        margin-bottom: 20px;
    }

    .areaStayPlan .wrapPlan .boxPlan {
        padding: 0 5px 9px 9px;
    }

    .areaStayPlan .wrapPlan .contentPlan {
        width: 48.5%;
        border-radius: 12px 0 0 0;
        margin: 0 0 12px;
    }

    .areaStayPlan .wrapPlan .wrapTime {
        flex-direction: column;
        margin-bottom: 14px;
        margin-right: 0;
        align-items: baseline;
    }

    .areaStayPlan .wrapPlan .wrapTime .wrapCat .catPlan {
        margin-left: 0;
    }

    .areaStayPlan .wrapPlan .wrapTime .timePlan {
        font-size: 10px;
        transform: translateY(-1px);
        margin-right: 0;
    }

    .areaStayPlan .wrapPlan .titlePlan {
        padding-right: 0;
        margin-top: 5px;
    }

    .areaStayPlan .wrapPlan .titlePlan a {
        font-size: 14px;
        line-height: 1.5;
        min-height: 30px;
    }

    .areaReser {
        background-color: #fff;
    }

    .areaReser .inner {
        background-color: #E9F3F8;
    }

    .areaReser form {
        width: 100%;
        padding: 13px 9.5% 49px;
    }

    .areaReser .numberTypePlace {
        margin-bottom: 18px;
    }

    .areaReser .itemInput {
        text-align: left;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .areaReser .itemInput span {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .areaReser .itemInput .checkInDate input {
        min-height: 40px;
        background: url(../images/common/icon-calendar-02.svg)no-repeat center right 15px/ 16px, #fff;
    }

    .areaReser .itemInput input {
        min-height: 40px;
        padding: 7px 10px 6px;
    }

    .areaReser .itemInput .itemField:not(:last-child) {
        margin-right: 0;
    }

    .areaReser .itemInput .itemField:nth-child(odd) {
        margin-right: 5.6%;
    }

    .areaReser .itemInput .itemField {
        width: 47.2%;
        margin-bottom: 4px;
    }

    .areaReser .itemSubmit {
        max-width: 305px;
        width: 100%;
        margin: 0 auto;
    }

    .areaReser .itemSubmit input {
        width: 100%;
        min-height: 40px;
        font-size: 12px;
        padding: 0 5px;
        background-color: #42352D;
    }


    /* RESTAURANTMENU */
    .restaurantMenu {
        padding-top: 48px;
        padding-left: 26px;
    }

    .restaurantMenu li {
        width: 100%;
        margin: 0 0 19px;
    }

    .restaurantMenu li .menuWork {
        width: 96px;
        font-size: 12px;
        margin: 0;
        padding: 6px 0 7px;
        line-height: 1.25;
    }

    .restaurantMenu li .menuInfo {
        padding-left: 18px;
        width: calc(100% - 95px);
    }

    .restaurantMenu li .menuInfo:before {
        content: "";
        display: none;
    }

    .restaurantMenu li .menuInfo .menuTxt {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 2;
        margin-top: 0;
    }

    .restaurantMenu li .menuInfo .menuTxt+.menuTxt {
        margin-top: 1px;
    }

    .restaurantMenu li .menuInfo .menuLink span {
        margin-right: 16px;
    }

    .restaurantMenu li .menuInfo .menuLink span a {
        font-size: 11px;
    }

    .pagination li a {
        font-size: 10px;
    }

    .pagination li.next {
        margin-left: 0px;
    }

    #footer .ftWrapper.pc {
        display: none;
    }

    #footer {
        padding: 27px 0 65px;
    }

    #footer .ftMenuMobi {}

    #footer .ftMenuMobi .logo {
        width: 15%;
        margin: 0 auto 7px;
        text-align: center;
        filter: invert(87%) sepia(100%) saturate(2%) hue-rotate(260deg) brightness(112%) contrast(101%);
    }

    #footer .ftMenuMobi .logo img {
        width: 100%;
    }

    #footer .ftMenuMobi .boxBtn {
        display: flex;
        justify-content: center;
        margin-bottom: 2px;
    }

    #footer .ftMenuMobi .boxBtn .btn+.btn {
        margin-left: 22px;
    }

    .btn a {
        width: 100%;
        min-width: auto;
        font-size: 10px;
        color: #ffffff;
        display: inline-block;
        background-color: transparent;
    }

    .btn a {
        width: 45%;
        min-width: 95px;
        /* color: #231815; */
        color: #fff;
        font-size: 10px;
        padding: 9px 0 5px;
    }

    .btn a span.text:before {
        right: -25px;
    }

    .areaBtn a {
        /* min-width: 35%; */
        padding: 11px 5px;
        font-size: 14px;
        max-width: 292px
    }

    .areaBtn a .text {
        padding: 0 20px;
    }

    .pagination li.prev,
    .pagination li.next {
        margin-top: 1px;
    }

    .pagination li .paginationIcon {
        width: 7px;
        margin-top: 4px;
    }

    .pagination li.prev {
        margin-right: 0;
    }



    /* LISTTAB */
    .listTab li {
        width: 116px;
        margin: 0 5px;
        padding-bottom: 18px;
    }

    .listTab li a {
        font-size: 11px;
        padding-bottom: 5px;
    }

    .listTab li.active:before {
        left: 49%;
        height: 13px;
    }

    .attention .listAttention {
        padding: 0 6px 42px 13px;
        margin-top: 22px;
    }

    .attention .listAttention li {
        padding-left: 12px;
        line-height: 2.3;
        font-size: 12px;
        text-indent: 12px;
        margin-bottom: 1px;
    }

    .areaFair {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: -40px;
    }

    .areaFair .numberTypePlace .numberPlace {
        margin-bottom: 0;
    }

    .areaFair .areaStayPlan .numberTypePlace {
        margin-bottom: 49px;
    }

    .areaFair .areaStayPlan .wrapPlan {
        padding: 0 11px;
    }

    .areaFair .areaStayPlan {
        margin-bottom: 40px;
    }

    .areaFair .areaReser .numberTypePlace .titlePlaceEn {
        font-size: 15px;
        letter-spacing: 0.5px;
        margin-top: 2px;
        text-transform: uppercase;
    }

    .areaFair .areaReser .numberTypePlace {
        margin-bottom: 6px;
    }

    .areaFair .areaReser {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #footer .ftMenuMobi .contactInfo {
        font-size: 10px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    #footer .ftMenuMobi .boxSocial {
        margin-bottom: 11px;
    }

    #footer .ftMenuMobi .contactInfo a {
        color: #ffffff;
    }

    #copyright {
        font-size: 8px;
        color: #ffffff;
        font-weight: normal;
        text-align: center;
    }

    .dayCat {
        float: none;
        margin-right: 10px;
        padding-top: 5px
    }

}

@media(max-width:414px) {
    .booklistSP .bookBox {
        top: 60px;
        height: calc(100% - 120px);
        padding-bottom: 0;
    }

    .wrapInfoPhoto .slick-initialized .slick-slide img {
        height: 257px;
        object-fit: cover;
        object-position: center;
    }
}

/*FIX Firefox*/
@supports (-moz-appearance:none) {
    #header .headerBar .hdLetf .leftBottom .bottomInfo {
        max-width: 540px;
    }
}

#trp-floater-ls-current-language {
    display: none;
}

#trp-floater-ls-language-list {
    display: block;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    position: fixed;
}

#trp-floater-ls-language-list a {
    background: rgba(0, 0, 0, 0.7)
}

#trp-floater-ls-language-list a:first-child {
    border-top-left-radius: 7px;
}


#trp-floater-ls-language-list a:last-child {
    border-bottom-left-radius: 7px;
    color: white;
}


/* header menu */
.menuBox .menuBox_top {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 1px;
    max-width: 1130px;
    margin: auto;
}

.menuBox .menuBox_top .linkUnit .topLink {
    background: #42352D;
    padding: 15px 5px;
    padding-left: 32px
}

.menuBox .menuBox_top .linkUnit .topLink a {
    color: white;
    font-size: 18px
}

.menuBox .menuBox_top .linkUnit .subLink {
    padding: 18px;
}

.menuBox .menuBox_top .linkUnit .subLink li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #707070;
    font-size: 16px
}

.menuBox .menuBox_top .linkUnit .subLink li::before {
    content: '― ';
}

.menuBox .menuBox_bottom {
    max-width: 780px;
    margin: auto;
    margin-top: 30px;
}

.menuBox .menuBox_bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menuBox .menuBox_bottom ul li {
    width: calc(50% - 4.5px);
    background: #42352D;
    padding: 9px 6px;
    margin-bottom: 9px;
    color: white;
}

/* .menuBox .menuBox_bottom ul li:nth-last-child(-n+3) {
    width: calc(33% - 3px);
} */

.menuBox .menuBox_bottom ul li::before {
    content: '❯ ';
}

.menuBox .menuBox_bottom ul li a {
    color: white;
    font-size: 16px
}

.mainMenu .headerBar {
    padding: 50px;
    display: flex;
    align-items: center !important;
    justify-content: space-between;
}

.mainMenu .headerBar .logo {
    margin: 0 !important
}

.mainMenu .hdSp {
    display: flex;
    align-items: center;
    gap: 36px;
}

.mainMenu .spPhone {
    font-size: 24px
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select-trigger {
    content: ">";
    position: relative;
    display: block;
    width: 230px;
    padding: 0 84px 0 22px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 60px;
    border-radius: 4px;
    cursor: pointer;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .menuBox .menuBox_bottom ul li a {
        color: white;
        font-size: 12px
    }

    #header.headerTop.fixHeader {
        position: relative;
    }

    .menuBox .menuBox_top .linkUnit .topLink a {
        color: white;
        font-size: 18px
    }

    .menuBox .menuBox_top {
        display: grid;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        gap: 14px;
        padding: 14px;
        width: 100%;
        margin: auto 0
    }

    .menuBox .menuBox_bottom {
        padding: 14px;
        margin-top: 30px;
    }

    /* .menuBox .menuBox_bottom ul li:nth-last-child(-n+3) {
        width: 100%;
    } */

    .menuBox .booklistSP {
        padding-bottom: 14px;
        margin-bottom: 30px
    }

    .menuBox .booklistSP .bookList {
        position: inherit;
    }

    .menuBox .menuBox_top .linkUnit .topLink .click {
        float: right;
    }

    .menuBox .menuBox_top .linkUnit .topLink .click::before {
        content: '＋';
        color: white;
        font-size: 21px;
    }

    .menuBox .menuBox_top .linkUnit .topLink.active .click::before {
        content: '−';
    }

    .menuBox .menuBox_top .linkUnit .topLink~.subLink {
        display: none;
    }

    .menuBox .menuBox_top .linkUnit .topLink.active~.subLink {
        display: block;
    }

    .menuBox .menuBox_top .linkUnit .subLink li:last-child {
        margin-bottom: 0;
    }

    .mainMenu .headerBar {
        padding: 24px;
    }

    .mainMenu .hdSp {
        gap: 16px;
    }

    .mainMenu .spPhone {
        font-size: 24px
    }

}

.footer_menu {
    position: fixed;
    /*  max-width:400px; */
    width: 100%;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    z-index: 1000;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    /*  gap:2px; */
    display: none;
    background-color: #ffffff;
    padding: 10px 0px
}

.footer_menu>* {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50px;
    width: calc(20% - 2px);
    font-size: 12px
}

.footer_menu a:first-child {
    background: #C4C4C4;
    /*  width:50px */
}

.footer_menu a:not(:first-child) {
    color: white;
    background: #231815;
    /*  width:70px; */
}

.footer_menu .hamburger {
    margin-top: 0;
    background: #C4C4C4;
    max-width: 100%;
    padding: 6px 10px 0;
    /*  width:50px */
}

.footer_menu .hamburger span {
    width: 30px
}

.footer_menu .hamburger.active span {
    margin-top: 0;
    margin-bottom: 0
}

.hamburger span:nth-child(1) {
    margin-bottom: 5px;
}

.hamburger span:nth-child(3) {
    margin-top: 5px;
}

.footer_menu .hamburger p {
    margin-top: 5px
}

.footer_menu .hamburger.active span:nth-child(2) {
    opacity: 0;
}

.footer_menu .hamburger.active span:nth-child(1) {
    transform: translatey(0px) rotate(45deg);
}

.footer_menu .hamburger.active span:nth-child(3) {
    transform: translatey(-4px) rotate(135deg)
}

@media (max-width : 1024px) {
    .footer_menu {
        display: flex;
        /*opacity: 0;
        visibility: hidden;
        pointer-events: none;*/
        transition: all .5s;
    }

    .footer_menu.fixed {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
    }

    #footer {
        padding: 75px 0;
    }
}

@media (max-width : 1024px) {
    #fixH {
        height: 0 !important;
    }

    #header {
        position: relative;
        padding: 7px 11px 5px;
    }

    #header .headerBar .logo {
        width: 45%;
        margin: 7px 0 0;
    }

    #header .headerBar .hdLetf {
        display: none !important
    }

    #header .headerBar .hdSp {
        display: flex;
        text-align: center;
        margin-top: -2px;
    }

    #header .headerBar .hdSp span {
        display: block;
    }

    #header .headerBar .hdSp .spPhone {
        margin-right: 9px;
        margin-top: -1px;
    }

    #header .headerBar .hdSp .spPhone span {
        font-size: 10px;
    }

    #header .headerBar .hdSp .spPhone .phoneImg {
        margin-bottom: 2px;
    }

    #header .headerBar .hdSp .spPhone .phoneText {
        margin-top: -1px;
    }

    #header .headerBar .hdSp .menuText {
        margin-top: 0px;
        font-weight: bold;
    }
}