@charset "utf-8";
/* CSS Document */

/* Utilities ----------------------------------------------------------------- */

/*リセット 2024/6/6追記*/
html body {
    font-family: source-han-sans-japanese, sans-serif, Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic  ProN';
    font-size: 16px;
    line-height: 1;
    color: #333;
}

.breadcrumb__item,
.breadcrumb__item a {
    font-size: 11px;
    color: #333;
}


/*body {
 overflow:hidden;
}*/
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    display: inline-block;
}

/* no ie mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* */

.inline {
    display: inline;
}

.all-frame {
    max-width: 700px;
    height: auto;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: source-han-sans-japanese, sans-serif, Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic  ProN';
    overflow: hidden;
}

.frame {
    width: 96%;
    height: auto;
    padding: 0;
    margin: 0 2%;
    overflow: hidden;
    box-sizing: border-box;
}

.all-frame img {
    width: auto;
    max-width: 700px;
    height: auto;
}

/* パンくず ----------------------------------------------------------------- */

#topicpath {
    overflow: hidden;
    width: 100%;
    height: 30px;
}

#topicpath nav {
    white-space: nowrap;
    overflow: scroll;
}

#topicpath div {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    padding: 1px 0 1px 0;
    height: 26px;
}

#topicpath ol {
    font-size: .6rem;
    margin-bottom: 20px;
    line-height: 26px;
}

#topicpath li {
    display: inline-block;
}

#topicpath li a,
#topicpath li>span {
    display: block;
    background: #F0F0F0;
    padding-right: 10px;
    height: 26px;
    margin-right: 26px;
    position: relative;
    text-decoration: none;
}

#topicpath li:last-child a {
    margin-right: 10px;
    background: #fff;
}

#topicpath li:last-child a:before,
#topicpath li:last-child a:after {
    border: none;
}

#topicpath li a:before,
#topicpath li>span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -26px;
    border: 13px solid transparent;
    border-color: #F0F0F0;
    border-left-color: transparent;
}

#topicpath li a:after,
#topicpath li>span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -26px;
    border: 13px solid transparent;
    border-left-color: #F0F0F0;
}

#topicpath li:first-child a {
    padding-left: 15px;
}

#topicpath li:first-child a:before {
    display: none;
}

/* ナビ ----------------------------------------------------------------- */

#kv {
    background: url(../images/kv_sp.png) no-repeat center center;
    background-size: cover;
    padding-top: 54%;
    margin: 0;
    max-width: 700px;
    width: 100%;
    height: auto;
    text-indent: -9999px;
}

.LeadArea {
    max-width: 700px;
    height: auto;
    margin: 0;
    padding-bottom: 5%;
    background: url(../images/bg_lead_sp.png) no-repeat center center;
    background-size: cover;
    background-position: center center;
}

.LeadAreaCont {
    width: 90%;
    height: auto;
    margin: 0 5%;
    padding: 40px 0;
    clear: both;
}

.LeadAreaCont p {
    width: auto;
    line-height: 1.7;
    display: block;
    padding: 0;
    margin: 0 auto;
}

#navArea {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    margin: 40px auto 20px auto;
    padding: 0;
}

.innerNvi {
    width: 44%;
    height: auto;
    margin: 0 3%;
    display: inline-block;
    float: left;
}

.innerNvi:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* メインコンテンツ ----------------------------------------------------------------- */

.Access {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-top: 20px solid #dcdcdc;
    background: #faf7f5;
    padding-bottom: 60px;
    display: block;
    clear: both;
}

.Accessinner {
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.Accessinner h3 img {
    width: 60%;
    height: auto;
    margin: 8% auto;
    display: block;
    clear: both;
}

.txtmenu {
    font-family: "Sawarabi Gothic";
    font-size: 1.1em;
    line-height: 1.5;
    text-align: left;
    margin: 0 5% 30px 5%;
}

#navHtl,
#navHtljeju {
    padding-bottom: 16px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 10;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    clear: both;
}

#navHtl ul {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-size: 0.8em;
    vertical-align: middle;
    border-top: 1px solid #434343;
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

#navHtl li {
    border-bottom: 1px solid #434343;
    position: relative;
}

#navHtl li:nth-child(odd) {
    border-right: 1px solid #434343;
}

#navHtljeju ul {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-size: 0.8em;
}

.pickup {
    position: absolute;
    z-index: 100;
    background: #cb1218;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 58% 75%, 50% 100%, 42% 75%, 0% 75%);
    color: #fff;
    font-family: "メイリオ", sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    top: -11px;
    left: 10px;
    padding: 4px 5px 12px 5px;
}

.menu {
    width: 100%;
    height: auto;
    background-color: transparent;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    color: #434343 !important;
    padding: 20px 0;
    box-sizing: border-box;
    text-decoration: none;
}

.menujeju {
    width: 50%;
    height: auto;
    border: 1px solid #434343;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    color: #434343 !important;
    padding: 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration: none;
}

.menu:hover,
.menujeju:hover {
    color: #fff !important;
    background-color: #434343;
}

.mapttl {
    width: 70%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 55px 0 12px 0;
    display: block;
    clear: both;
}

#gMap_1,
#gMap_2 {
    width: 100%;
    max-width: 700px;
    height: 490px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    z-index: 20;
    display: block;
}
:is(#gMap_1, #gMap_2) a {
  font-weight: bold;
}
.Htladdress {
    font-size: 1em;
    margin: 35px 5% 0 5%;
    padding: 0;
    display: block;
    clear: both;
    float: none;
}

.Htladdress dl {
    margin: 0;
    padding-bottom: 30px;
    line-height: 1.5;
    display: block;
    clear: both;
}

.Htladdress dt {
    font-size: 1em;
    font-weight: bold;
}

.shuttle {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    display: block;
    clear: both;
    line-height: 1.5;
}

#shtlmidashi {
    width: auto;
    max-width: 700px;
    height: auto;
    background: url(../images/shuttlebus_subttl_sp.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: 0;
    padding-top: 7%;
    text-indent: -9999px;
    clear: both;
}

#shuttleinner {
    width: 92%;
    max-width: 700px;
    background: #f1e7e0;
    padding: 4%;
    margin: 0 auto;
    display: block;
}

#btnShut ul {
    margin: 5% auto;
    display: block;
    clear: both;
    float: none;
}

#btnShut li a {
    display: inline-block;
    width: 25%;
    height: 50px;
    text-align: center;
    background-color: #eb1c24;
    font-size: 0.8em;
    color: #FFF;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    padding: 15px 5px;
    margin: 0 2%;
    border-radius: 4px;
    border-bottom: 4px solid #6f1013;
    float: left;
}

#btnShut li a:active {
    transform: translateY(4px);
    border-bottom: none;
}

.subcomment {
    font-size: 0.8em;
    line-height: 1.7;
    text-align: left;
    padding-top: 25px;
    display: block;
    clear: both;
}

/* ホテル ----------------------------------------------------------------- */

.colorBg {
    width: 100%;
    background: #f8f8f8;
    margin: 0 auto;
    clear: both;
}

.group {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 6% 0;
    display: inline-block;
    overflow: hidden;
    float: none;
}

.group h3 {
    font-size: 1em;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

hr {
    width: 15%;
    border-bottom: 3px solid #2c2c2c;
    margin: 5% auto;
}

.nameEn {
    font-size: 0.9em;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
}

.sliderArea {
    width: 100%;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slider-hotel .swiper-slide {
    position: relative;
    width: 100% !important;
}

.slider-hotel .swiper-slide img {
    width: 100%;
    height: auto;
}

.caption {
    width: 100%;
    text-align: right;
    padding: 5px;
    line-height: 1;
    font-size: 0.7em;
    background: #dcdcdc;
    box-sizing: border-box;
}

.sliderArea .swiper-button-prev,
.sliderArea .swiper-button-next {
    position: absolute;
    top: calc(50% - 0.7em);
    width: 1.8em;
    height: 1.8em;
    margin-left: 0;
    margin-right: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.6));
}

.slider-hotel .swiper-pagination {
    position: static !important;
    padding: 10px;
}

.sliderArea .swiper-button-next:after,
.sliderArea .swiper-button-prev:after {
    font-size: 1.8em;
}


.btmArea {
    width: 90%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    margin: 3% auto;
    clear: none;
}

.Leftside {
    line-height: 1.7;
    padding: 0;
    clear: both;
}

.txthtl {
    font-weight: bold;
    margin-bottom: 30px;
}

.txtsm {
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 0;
    text-indent: -5px;
    clear: both;
}

.Rightside {
    margin: 0 auto;
}

.icons {
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
}

.roomprice {
    width: 92%;
    border-top: 1px solid #c9c9c9;
    padding: 3% 0 2%;
    margin: 5% auto;
    text-align: center;
}

.roomprice dt {
    font-size: 0.9em;
    margin-top: 12px;
}

.roomprice dd {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 8px;
}

.price {
    color: #ff0000;
    font-size: 1.2em;
}

.DetailBtn {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.DetailBtn li img {
    width: 100%;
    height: auto;
    padding: 0;
}

.DetailBtn li:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.airhtlPC {
    display: none !important;
    overflow: hidden;
}

.linkhotellist,
.linkhotellist a {
    width: auto;
    font-size: 98%;
    font-weight: bold;
    font-family: "Sawarabi Gothic";
    text-align: center;
    margin: 5% auto;
    color: #2b2b2b;
    display: block;
    clear: both;
    text-decoration: underline;
}

.linkhotellist a:hover {
    color: #bd1c21;
    text-decoration: underline;
}

.bannerArea {
    width: 90%;
    margin: 40px auto 0;
    clear: both;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bannerArea li {
    width: 100%;
}

.bannerArea li a:hover {
    opacity: 0.8;
}

.bannerArea li img {
    width: 100%;
}

.campaignFooter {
    padding: 8% 2%;
    line-height: 1.5;
    clear: both;
}

#kings .Leftside {
    order: 1;
}

#kings .special__cassette {
    order: 2;
}

#kings .Rightside {
    order: 3;
}

/* コンセプトルーム ----------------------------------------------------------------- */

.special__cassette {
    width: 100%;
    margin-top: 20px;
    position: relative;

    &:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 10px;
        top: 0;

        background-image: linear-gradient(-45deg,
            #fff 25%,
            #dcdcdc 25%,
            #dcdcdc 50%,
            #fff 50%,
            #fff 75%,
            #dcdcdc 75%,
            #dcdcdc);
        background-size: 4px 4px;
    }
}

.special__title {
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-top: 30px;
}

.special__title--main {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.special__title--sub {
    font-size: 0.9em;
    font-weight: bold;
}

.special__lead {
    margin-top: 20px;
}

.special__lead {
    line-height: 1.7;
}

.special__slider--wrap {
    width: 100%;
    margin-top: 15px;
}

.slider-special .swiper-slide {
    display: flex;
    flex-direction: column;
}

.swiper__special--wrap {
    position: relative;
}

.swiper__special--wrap .swiper-button-prev,
.swiper__special--wrap .swiper-button-next {
    position: absolute;
    top: calc(232vw / 7.5);
    width: 2em;
    height: 2em;
    margin-left: -1.5em;
    margin-right: -1.5em;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.swiper__special--wrap .swiper-button-next:before,
.swiper__special--wrap .swiper-button-prev:before {
    position: absolute;
    content: '';
    width: 2em;
    height: 2em;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #D7D7D7;
    z-index: 50;
}

.swiper__special--wrap .swiper-button-prev:after {
    position: absolute;
    font-size: 1.2em;
    z-index: 100;
    right: calc(1.3em / 2);
}

.swiper__special--wrap .swiper-button-next:after {
    position: absolute;
    font-size: 1.2em;
    z-index: 100;
    left: calc(1.3em / 2);
}

.special__slider--image {
    width: 100%;
}

.special__slider--textwrap {
    width: 100%;
    margin-top: 15px;
}

.special__slider--artist {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.7em;
    align-items: center;
}

.special__slider--no {
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
    padding: 7px 8px 5px;
    display: inline-block;
    line-height: 1.4;
}

.special__slider--artistname {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 0.4em;
}

.special__slider--name {
    font-size: 1em;
    font-weight: bold;
}

.special__slider--subname {
    font-size: 0.8em;
}

.special__slider--text {
    margin-top: 15px;
}

.special__slider--maintext {
    line-height: 1.7;
}

.special__slider--subtext {
    margin-top: 15px;
    font-size: 0.9em;
    text-align: right;
}

.special__thumb--wrap {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 0.5em;
}

.special__thumb {
    cursor: pointer;
    position: relative;
    font-weight: bold;
    background: #dcdcdc;

    &:hover {
        opacity: 0.8;
    }
}

.special__thumb--box {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.special__thumb--image {
    display: none;
}

.special__thumb--no {
    font-size: 0.8em;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}

.thumb-active {
    background: #000;
    color: #fff;
    width: 100%;
    height: auto;
}


/* ShuttleBus.html ----------------------------------------------------------------- */

.Shuttle {
    width: 100%;
    max-width: 700px;
}

#Shutlheader {
    width: 100%;
    max-width: 700px;
    height: auto;
    background: #2c2c2c;
    margin: 0 auto;
    text-align: center;
}

#Shutlheader img {
    width: 15%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
}

.shtlLead {
    margin: 50px 0;
}

.Shuttle h3 {
    color: #fff;
    background: #eb1b23;
    width: 35%;
    height: auto;
    padding: 3% 0 1% 0;
    margin-bottom: 15px;
    text-align: center;
}

.shtlroute {
    color: #eb1b23;
    margin-bottom: 15px;
}

table {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 1px solid #d5d5d5;
}

.Shuttle tr {
    padding: 0;
    margin: 0;
    text-align: center;
}

.Shuttle th {
    font-weight: bold;
    line-height: 1.3;
    padding: 3% 1%;
    margin: 0;
    background: #f2f2f2;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    vertical-align: top;
    font-size: 0.9em;
    text-align: center;
}

.txtEn {
    font-size: 0.8em;
    font-weight: normal !important;
    padding-top: 8px;
    display: block;
}

.Shuttle td {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    font-size: 1.1em;
}

.Shuttle th:last-child,
.Shuttle td:last-child {
    border-right: none;
}

.box4 th,
.box4 td {
    width: 25%;
}

.box6 th,
.box6 td {
    width: 16%;
}

.box7 th,
.box7 td {
    width: 14%;
}

.note {
    font-weight: 0.8em;
    margin: 15px 0 90px 0;
}

.memo {
    margin-bottom: 80px;
    padding: 0;
}

.memo dl {
    margin-bottom: 40px;
    padding: 0;
}

.memo dt {
    font-weight: bold;
    margin-bottom: 12px;
}

.scroll {
    overflow-x: auto;
    /*tableをスクロールさせる*/
    white-space: nowrap;
    /*tableのセル内にある文字の折り返しを禁止*/
    -webkit-overflow-scrolling: touch;
}

.scroll::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
}

.scroll::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
}

#backtohtl a {
    display: block;
    max-width: 70%;
    text-align: center;
    background-color: #2c2c2c;
    font-size: 0.9em;
    color: #FFF;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 4px;
    border-bottom: 4px solid #4a4a4a;
    margin: 40px auto 80px auto;
}

#backtohtl a:active {
    transform: translateY(4px);
    border-bottom: none;
}


/* page-top ----------------------------------------------------------------- */


#page-top {
    max-width: 700px;
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 20px;
    display: block;
    clear: both;
    margin: 0;
    z-index: 100;
    overflow: hidden;
}

#page-top a img {
    width: 45px;
    height: 45px;
}

#page-top a img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
}


.pc_on {
    display: none;
}