@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;
}

a {
    text-decoration: none;
}

.breadcrumb__item,
.breadcrumb__item a {
    font-size: 11px;
    color: #333;
}



.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 {
    width: 100%;
    height: auto;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    font-family: source-han-sans-japanese, sans-serif, Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic  ProN';
}

.frame {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

.all-frame img {
    width: 100%;
    min-width: 100%;
    height: auto;
}

/* パンくず ----------------------------------------------------------------- */

#topicpath ol,
#topicpath ol li {
    margin: 0;
    padding: 0;
}

#topicpath ol li {
    display: inline;
    list-style-type: none;
    /*font-size:65%;*/
    font-size: 10px;
    line-height: 34px;
}

#topicpath ol li:before {
    content: " > ";
}

#topicpath ol li:first-child:before {
    content: "";
}

/* ナビ ----------------------------------------------------------------- */

#kv {
    background: url(../images/kv.png) no-repeat center center;
    background-size: cover;
    padding-top: 33%;
    margin: 0;
    min-width: 701px;
    width: 100%;
    height: auto;
    text-indent: -9999px;
}

.LeadArea {
    width: 100%;
    min-width: 701px;
    height: auto;
    margin: 0;
    padding: 3% 0 5% 0;
    background: url(../images/bg_lead.png) no-repeat center center;
    background-size: cover;
    background-position: center center;
}

.LeadAreaCont {
    min-width: 701px;
    height: auto;
    margin: 0 5%;
    padding-bottom: 40px;
    clear: both;
}

.LeadAreaCont p {
    width: 70%;
    max-width: 960px;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.7;
    display: block;
    margin: 0 auto;
}

#navArea {
    width: 620px;
    height: auto;
    display: block;
    position: relative;
    margin: 30px auto;
    padding: 0;
}

.innerNvi {
    width: 280px;
    height: 46px;
    margin: 0 15px;
    display: inline-block;
    float: left;
}

.innerNvi:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* メインコンテンツ ----------------------------------------------------------------- */

.Access {
    width: 100%;
    height: auto;
    border-top: 20px solid #dcdcdc;
    background: #faf7f5;
    padding-bottom: 70px;
}

.Accessinner {
    width: 100%;
    min-width: 701px;
    height: auto;
    margin: 0 auto;
}

.Accessinner h3 img {
    width: 387px;
    height: 87px;
    margin: 60px auto;
    display: block;
    position: relative;
}

.txtmenu {
    font-family: "Sawarabi Gothic";
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
}

#navHtl,
#navHtljeju {
    width: 100%;
    height: auto;
    padding: 16px 0;
    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;
}

#navHtl ul,
#navHtljeju ul {
    width: 100%;
    min-width: 701px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

#navHtl li {
    color: #2c2c2c;
    font-size: 1.2em;
    display: inline;
    border-left: 1px solid #2c2c2c;
    padding: 5px 25px;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    position: relative;
}

#navHtljeju li {
    color: #2c2c2c;
    font-size: 1.2em;
    display: inline;
    border-left: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    padding: 5px 23px;
    margin: 0 auto;
    text-align: center;
}

#navHtl li:last-child {
    border-right: 1px solid #2c2c2c;
}

#navHtl li a,
#navHtljeju li a {
    color: #2c2c2c !important;
    padding: 0;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto;
}

#navHtl li a:hover,
#navHtljeju li a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #434343;
    /*ボタン色*/
    padding: 5px;
}

.pickup {
    position: absolute;
    z-index: 100;
    color: #cb1218;
    font-family: "メイリオ", sans-serif;
    font-size: 15px;
    font-weight: bold;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);

    &:before {
        position: absolute;
        content: "＼";
        font-size: 10px;
        bottom: 5px;
        left: -13px;
    }

    &:after {
        position: absolute;
        content: "／";
        font-size: 10px;
        bottom: 5px;
        right: -12px;
    }
}

.mapttl {
    width: 320px;
    height: 65px;
    text-align: center;
    margin: 0 auto;
    padding: 55px 0 12px 0;
    display: block;
    clear: both;
}

#gMap_1,
#gMap_2 {
    width: 100%;
    max-width: 960px;
    min-width: 701px;
    height: 500px;
    margin: 0 auto;
    padding: 0;
    border-radius: 6px;
    border: 20px solid #fff;
    box-sizing: border-box;
    z-index: 10;
    display: block;
    position: relative;
}
:is(#gMap_1, #gMap_2) a {
  font-weight: bold;
}

.Htladdress {
    width: 100%;
    max-width: 960px;
    min-width: 701px;
    margin: 35px auto 0;
    padding: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

.Htladdress dl {
    width: 31%;
    height: auto;
    margin: 0 1%;
    padding-bottom: 40px;
}

.Htladdress dt {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2;
    clear: both;
}

.Htladdress dd {
    font-size: 0.8em;
}

.shuttle {
    width: 100%;
    max-width: 960px;
    min-width: 701px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    clear: both;
}

#shtlmidashi {
    width: 100%;
    max-width: 960px;
    min-width: 701px;
    height: 50px;
    background: url(../images/shuttlebus_subttl.png) no-repeat;
    background-position: center center;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-indent: -9999px;
}

#shuttleinner {
    max-width: 960px;
    min-width: 701px;
    background: #f1e7e0;
    padding: 30px 50px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
}

#btnShut ul {
    margin: 0 auto;
    display: block;
    clear: both;
    float: none;
}

#btnShut li a {
    display: inline-block;
    width: 250px;
    height: auto;
    max-width: 250px;
    text-align: center;
    background-color: #eb1c24;
    font-size: 0.9em;
    line-height: 1.2;
    color: #FFF;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 4px;
    border-bottom: 4px solid #6f1013;
    margin: 25px 15px;
    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: 15px;
    display: block;
    clear: both;
}

/* ホテル ----------------------------------------------------------------- */

.colorBg {
    width: 100%;
    background: #f8f8f8;
}

.group {
    width: 100%;
    max-width: 960px;
    min-width: 701px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    display: block;
    clear: both;
    float: none;
}

.group h3 {
    font-size: 1.5em;
    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.8;
}

hr {
    width: 80px;
    border-bottom: 3px solid #2c2c2c;
    margin: 35px auto;
}

.nameEn {
    font-size: 1.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;
}

.sliderArea {
    width: 100%;
    max-width: 960px;
    min-width: 701px;
    /*height:480px;*/
    float: none;
    display: block;
    position: relative;
}

.slider-hotel .swiper-slide {
    position: relative;
}

.caption {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .5);
    height: 20px;
    bottom: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    line-height: 1;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
}

.sliderArea .swiper-button-prev,
.sliderArea .swiper-button-next {
    position: absolute;
    top: calc(50% - 10px);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1* var(--swiper-navigation-size) / 2);
    margin-left: -60px;
    margin-right: -60px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.slider-hotel .swiper-pagination {
    position: static !important;
    padding: 15px;
}

.btmArea {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    clear: both;
}

.Leftside {
    width: 59%;
    height: auto;
    font-size: 1em;
    line-height: 1.8;
    margin-right: 50px;
    float: left;
}

.txthtl {
    font-weight: bold;
    margin-bottom: 30px;
}

.txtsm {
    font-size: 0.8em;
    margin-bottom: 5px;
    padding: 0;
    text-indent: -5px;
    clear: both;
}

.Rightside {
    width: 320px;
    float: right;
}

.icons {
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
}

.roomprice {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 6px 10px 12px 10px;
}

.roomprice dt {
    font-size: 0.8em;
    margin-top: 12px;
}

.roomprice dd {
    font-size: 1em;
    font-weight: bold;
    margin-top: 8px;
}

.price {
    color: #ff0000;
    font-size: 20px;
}

.DetailBtn {
    margin-top: 22px;
}

.DetailBtn li img {
    width: 320px;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
}

.DetailBtn li:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.airhtlSP {
    display: none !important;
    overflow: hidden;
}

.linkhotellist,
.linkhotellist a {
    max-width: 960px;
    min-width: 701px;
    font-size: 1em;
    font-weight: bold;
    font-family: "Sawarabi Gothic";
    text-align: right;
    margin: 30px auto;
    color: #2b2b2b;
}

.linkhotellist a:hover {
    color: #bd1c21;
    text-decoration: none;
}

.bannerArea {
    max-width: 960px;
    min-width: 701px;
    height: auto;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.bannerArea li {
    width: calc((100% - 40px) / 3);
}

.bannerArea li a:hover {
    opacity: 0.8;
}

.bannerArea li img {
    width: 100%;
}

.campaignFooter {
    padding: 8% 2%;
    line-height: 1.5;
    clear: both;
    font-size: 12px;
}

/* コンセプトルーム ----------------------------------------------------------------- */

.special__cassette {
    margin-top: 40px;
}

.special__title {
    border-left: 13px solid #dcdcdc;
    padding: 5px 0 5px 8px;
    line-height: 1;
}

.special__title--main {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 8px;
}

.special__title--sub {
    font-size: 15px;
    font-weight: bold;
}

.special__lead {
    margin-top: 30px;
}

.special__slider--wrap {
    width: 960px;
    margin-top: 30px;
}

.swiper__special--wrap {
    position: relative;
}

.swiper__special--wrap .swiper-button-prev,
.swiper__special--wrap .swiper-button-next {
    position: absolute;
    top: calc(50% - 10px);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1* var(--swiper-navigation-size) / 2);
    margin-left: -60px;
    margin-right: -60px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.swiper__special--wrap .swiper-button-prev.swiper-button-disabled,
.swiper__special--wrap .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.slider-special .swiper-slide {
    display: flex;
    margin-bottom: 30px;
}

.special__slider--image {
    width: 510px;
}

.special__slider--textwrap {
    width: calc(100% - 510px);
    padding-left: 25px;
}

.special__slider--no {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 7px 8px;
    display: inline-block;
}

.special__slider--name {
    display: block;
    padding: 13px 0 8px;
    font-size: 17px;
    font-weight: bold;
}

.special__slider--subname {
    display: block;
    font-size: 15px;
}

.special__slider--text {
    margin-top: 20px;
}

.special__slider--maintext {
    line-height: 1.8;
}

.special__slider--subtext {
    margin-top: 15px;
    font-size: 14px;
    text-align: right;
}

.special__thumb--wrap {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
}

.special__thumb {
    cursor: pointer;
    width: calc(880px / 9);
    position: relative;

    &:hover {
        opacity: 0.8;
    }
}

.special__thumb img {
    width: 100%;
    height: auto;
}

.special__thumb--no {
    display: none;
}

.thumb-active {
    cursor: default;

    &:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
        z-index: 100;
    }

    &:hover {
        opacity: 1;
    }
}




/* ShuttleBus ----------------------------------------------------------------- */

.Shuttle {}

#Shutlheader {
    width: 100%;
    height: auto;
    background: #2c2c2c;
    margin: 0 auto;
    text-align: center;
}

#Shutlheader img {
    width: 6%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
}

.shtlLead {
    margin: 50px 0;
}

.Shuttle h3 {
    color: #fff;
    background: #eb1b23;
    width: 180px;
    height: auto;
    padding: 8px 0;
    margin-bottom: 15px;
    text-align: center;
}

.shtlroute {
    color: #eb1b23;
    margin-bottom: 15px;
}

.Shuttle table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #d5d5d5;
}

.Shuttle tr {
    padding: 0;
    margin: 0;
    text-align: center;
}

.Shuttle th {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 20px;
    margin: 0;
    background: #f2f2f2;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    vertical-align: top;
}

.Shuttle td {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    font-size: 1.2em;
}

.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%;
}

.txtEn {
    font-size: 0.8em;
    font-weight: normal !important;
    padding-top: 8px;
    display: block;
}

.note {
    font-size: 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;
}

#backtohtl a {
    display: block;
    max-width: 30%;
    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 {
    width: 960px;
    text-align: right;
    position: fixed;
    bottom: 0;
    display: block;
    clear: both;
    margin: 0 auto;
    z-index: 100;
}

#page-top a img {
    width: 45px;
    height: 45px;
}

#page-top a img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.sp_on {
    display: none;
}