@charset "UTF-8";


/*設定
--------------------*/
:root {
  --black: #000;
  --white: #fff;
  --purple-l: #A790C4;
  --purple-d: #4E3869;
  --purple-grd: linear-gradient(45deg, #4E3869 35%, #000C39);
}


/*---------------------------------
	pc(tablet)・sp　切り替え
----------------------------------*/
/* sp */
@media (max-width: 767px) {
  .pc-on {
    display: none;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
  
  .t-left-sp {
    text-align: left!important;
  }
}

/*pc・tablet*/ 
@media (min-width: 768px) {
  .pc-on {
    display: block;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: none;
  }
}

/* tablet only */
@media (min-width: 768px) and (max-width: 991px) {
  .tab-on {
    display: block;
  }
}

/* ====================================
	共通
==================================== */
body{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--black);
	margin: 0 auto;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a{	
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: inherit;
}
a:link, a:visited, a:hover, a:active, a:focus{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
ul,
ol,
dl,
dt,
dd,
p,
figure{
	margin:0;
	padding:0;
}

ul,
ol{
	list-style-type: none;
}

button:focus {
	outline: none;
}

.lead {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
}

/*リスト*/
.dot-list li{
	position: relative;
	padding-left: 15px;
    margin-bottom: 5px;
}

/*リストの「・」*/
.dot-list li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

/*ドットなし・字下げ*/
.dot-list li.indent{
	padding-left: 0;
}
.dot-list li.indent:before{
	display: none;
}

.attention-list li{
	position: relative;
	padding-left: 15px;
    font-size: 14px;
}

/*リストの「※」*/
.attention-list li::before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
    .dot-list li{
        position: relative;
        padding-left: 15px;
        font-size: 12px;
    }

    .attention-list li {
        font-size: 12px;
    }

}

.section {
    padding: 30px 0;
} 



/*  見出し
-------------------------------*/
.title-h2{
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 50px;
}
.title-h2 .img {
	margin-bottom: 40px;
}
.title-h2 .jp {
	margin-top: 40px;
    color: var(--purple-l);
    font-size: 20px;
}

.title-h3{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin: 0 auto 30px;
    font-family: "Noto Sans JP", sans-serif;
}
.title-h4{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
}

.title-h2 span,
.title-h3 span{
	display: block;
}


@media (max-width:767px) {
	.title-h2{
		font-size: 16px;
		margin: 0 0 20px;
	}
    .title-h2 .img {
        width: 42%;
        margin: 0 auto 18px;
    }
    .title-h2 .jp {
        margin-top: 20px;
        font-size: 16px;
        font-family: "Noto Sans JP", sans-serif;
    }
	.title-h3{
		font-size: 16px;
	}
	.title-h4{
		font-size: 16px;
	}
}


/* ====================================
	MV
==================================== */
.hero-logo{
	text-align: center;
	margin: auto;
}
.hero-inner {
    position: relative;
    z-index: 0;
}
.hero-slider{
    position: relative;
    z-index: 1;
}
.hero-text {
    position: absolute;
    z-index: 2;
    top: 5vw;
    left: 8.3vw;
    color: var(--white);
    font-size: 50px;
    font-size: 2.4vw;
    font-weight: 500;
}
.hero-text .text-block {
    letter-spacing: 0.08em;
    line-height: 1.2;
}
.hero-text .text-block .one,
.hero-text .text-block .two,
.hero-text .text-block .three {
    font-weight: 500;
}
.hero-text .two {
    text-align: center;
    font-size: 52px;
    font-size: 2.7vw;
}
.hero-text .plan-price {
    margin-top: 30px;
}
.hero-text .plan-price .wrap-price {
    margin-top: 0;
}
.hero-text .plan-price .wrap-price,
.hero-text .plan-price .wrap-price .num {
    text-align: left;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--white);
    line-height: 1;
}
.hero-text .day {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 48px;
    font-size: 2.3vw;
}
.hero-text .plan-price .wrap-price .num {
    font-size: 6.4vw;
}
.hero-text .plan-price .wrap-price .yen {
    font-size: 4.4vw;
}
.hero-text .plan-price .wrap-price small {
    font-size: 2.95vw;
}

.price-attention {
    position: relative;
    z-index: 3;
    bottom: 42px;
    color: var(--white);
}
.price-attention small {
    font-size: 13px;
}

@media (max-width: 576px) {
    .hero-text {
        top: 5vw;
        left: 4vw;
        font-size: 5.1vw;
    }
    .hero-text .two {
        font-size: 4.6vw;
    }
    .hero-text .day {
        font-size: 4.8vw;
    }
    .hero-text .plan-price {
        margin-top: 5px;
    }
    .hero-text .plan-price .wrap-price,
    .hero-text .plan-price .wrap-price .num {
        font-size: 14.6vw;
    }
    .hero-text .plan-price .wrap-price .yen {
        font-size: 7vw;
    }
    .hero-text .plan-price .wrap-price small {
        font-size: 5vw;
    }
    
    .price-attention {
        bottom: 32px;    
    }
    .price-attention small {
        font-size: 10px;
    }
}


/* slider 
-------------------------------------*/
/** ベース設定 **/
/*左右の矢印の色を変える*/
.slick-prev:before, .slick-next:before {
	color: #fff;
    font-size: 24px;
}

/*左右の矢印の位置を変える*/
.slick-next {
	right: 130px;
	z-index: 99;
}
.slick-prev {
	left: 130px;
	z-index: 100;
}

/*ドット*/
.slick-dots {
    bottom: -16px;
}
.slick-dots li {
    margin: 0 3px;
}
.slick-dots li button {
    padding: 0;
}
.slick-dots li.slick-active button:before {
    color: var(--main);
}
.slick-dots li button:before {
    font-size: 10px;
}

/*スライド画像の横幅可変*/
.slick-track img {
	max-width: 100%;
	height: auto;
}
.slick-slider{
	margin-bottom: 0;
}
/* slider */
.slider-container {
    margin: 50px 0 20px;
}
.content-slider-item {
    margin: 10px 0;
}

.slide-img {
     max-width: 100%;
}
.content-slider-item img {
    padding: 0 6px;
}

@media (min-width: 1921px) {
    .slick-track img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /** ベース設定 **?
    /*左右の矢印の色を変える*/
    .slick-prev:before, .slick-next:before {
        color: #fff;
        font-size: 20px;
    }

    /*左右の矢印の位置を変える*/
    .slick-next {
        right: 20px;
    }
    .slick-prev {
        left: 20px;
    }
}

@media (max-width: 560px) {
    /* slider */
    .slider-container {
        margin: 20px 0 10px;
    }
    
    .content-slider-item {
        margin: 10px 0 14px;
    }
    .slide-img {
        max-width: 100%;
        margin-bottom: 0;
    }

}

/* ====================================
	Copy
==================================== */
.copy-area {
    margin: 70px auto 100px;
    text-align: center;
}
.page-copy {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
    .copy-area {
        margin: 38px auto 57px;
    }
    .page-copy {
        font-size: 17px;
        line-height: 1.5;
    }
}


/* ====================================
	PLAN
==================================== */
#Inclusive {
    padding: 0 0 70px;
}

#Inclusive .title-h2{
    text-align: left;
}

#Inclusive .lead {
   margin-top: 37px;
   font-family: "Noto Sans JP", sans-serif;
}

.inclusive-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 16px;
}

.inclusive-textBox {
    display: block;
    order: initial;
    flex: 1;
    position: relative;
    width: 49%;
    margin-right: auto;
}

.inclusive-textBox .title-h2 {
  margin: 0 0 1em;
}

.inclusive-textBox .lead {
  order: 1;
  margin: 0 0 1em;
}

.inclusive-media {
  margin-right: calc(50% - 45vw);
}

.inclusive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1600px) {
     .inclusive-media {
        margin-right: calc(50% - 700px);
    }   
}

@media (max-width: 1100px) {
    .inclusive-textBox {
        flex: initial;
    }
    .includibe-media {
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .inclusive-textBox {
        width: 50%;
    }
    .inclusive-media {
      width: 65%;  
    }
}

@media (max-width: 767px) {
    #Inclusive {
        padding: 0 0 30px;
    }

    #Inclusive .title-h2{
        text-align: center;
    }

    #Inclusive .lead {
       margin-top: 30px;
    }

   .inclusive-content {
     flex-direction: column;
   }

  .inclusive-textBox {
      display: contents;
   }

  .inclusive-textBox .lead  {
    order: 2;
  }
    
  .inclusive-media {
     margin-right:auto;
     margin-left: auto;
   }

  .inclusive-media img {
    flex: initial;
  }
    
  .attention-list {
      order: 3;
      margin-left: -16px;
   }
}


@media (max-width: 767px) {
    #Inclusive .title-h2 {
        margin: 0 auto 46px;
    }
    #Inclusive .title-h2 .img {
        width: 88%;
        margin: 0 auto 14px;
    }
}



/* ====================================
	PLAN
==================================== */
#Plan{
	background: var(--purple-l);
	padding: 62px 0 83px;
}

#Plan .title-h2 .jp {
    color: var(--white);
}

#Plan .lead{
	text-align: center;
	margin-bottom: 50px;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
}

/*期間の帯*/
.frame-period{
    width: fit-content;
    border: 1px solid var(--white);
	text-align: center;
	color: var(--white);
	font-size: 18px;
	font-weight: 600;
	padding: 3px 20px;
	margin: 0 auto 27px;
}
.frame-period span{
	font-size: 18px;
	font-weight: 600;
}


@media (max-width: 767px) {
  #Plan{
      padding: 48px 0 40px;
    }
    
    #Plan .title-h2 .img {
        width: 30%;
    }
    
    #Plan .lead{
        margin-bottom: 20px;
        font-size: 14px;
    }

    /*期間の帯*/
    .frame-period{
        border: 1px solid var(--white);
        font-size: 13px;
        padding: 3px 12px;
        margin: 0 auto 20px;
    }
    .frame-period span{
        font-size: 13px;
    }
}

/*slider 個別設定
--------------------------------------*/
.slick-slider{
	margin-bottom: 0;
}
/*各アイテム*/
.plan-slider-item {
    padding: 0 10px;
    width: 100%;
    max-width: 562px;
}
/*モーダルボタン全体
-----------------------*/
.plan-modal-trigger {
    width: 100%;
    height: 100%; 
	background: #fff; 
    padding: 2.6% 2% 2.6% 2.5%; 
}
.plan-modal-trigger,
.plan-modal-trigger:hover,
.plan-modal-trigger:not(:disabled):not(.disabled):active,
.plan-modal-trigger:not(:disabled):not(.disabled):focus {
    background: #fff;
    color: #3D3C3C;
    box-shadow: none;
    border-color: transparent;
}
.plan-modal-trigger:hover {
    opacity: 0.8;
}

/*カードデザイン全体
-----------------------*/
.plan-card {
    display: flex; 
    box-sizing: border-box; 
    flex-wrap: wrap; 
    width: 100%; 
    max-width: 100%; 
    min-height: 100%; 
    position: relative; 
}

/*右の矢印*/
/*
.plan-card::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 36px;
    color: #232323;
    transform: translateY(-50%);
}
*/

/*左　画像
-----------------------*/
.plan-card-img {
    margin: inherit;
    width: 51%;
    max-width: 435px;
    object-fit: cover;
}

/*右　テキスト
-----------------------*/
.plan-card-text {
    width: 49%;
    max-width: calc(848px - 435px);
    padding: 5px 0 0 4%;
    text-align: left;
    word-break: break-all;
}
/*タイトル*/
.plan-card-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
	min-height: 76px;
    color: #252525;
}
/*チェックイン・アウト時間*/
.plan-card-inout {
    padding: 6px 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #252525;
}
/*食事*/
.plan-card-meal dt{
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: #ECECEC;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
    padding: 2px 24px 0;
    color: #252525;
}
/*朝昼夜*/
.plan-card-meal dd {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
     color: #252525;
}

/* 往復バス+ホテル宿泊*/
.plan-label {
    margin-top: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #252525;
}
/*アイコン　バス*/
.plan-label .bus {
    padding-left: 20px;
    position: relative;
}
.plan-label .bus::before {
    content: '\f207';
    font-family: "font awesome 5 free";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 14px;
    color: #232323;
}
/*アイコン　電車*/
.plan-label .train {
    padding-left: 18px;
    position: relative;
}
.plan-label .train::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url('/static/img/campaign/bushotel/mercure/ico-train.svg') no-repeat center center/ 100%;
}
/*アイコン　ホテル*/
.plan-label .hotel {
    padding-left: 18px;
    position: relative;
}
.plan-label .hotel::before {
    content: '\f594';
    font-family: "font awesome 5 free";
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    font-size: 14px;
    color: #232323;
}

/* 料金全体 */
.plan-price {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #252525;
    font-weight: bold;
}
/*料金*/
.wrap-price {
    color: #252525;
}
.wrap-price .num {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #252525;
}
/*参考価格*/
.wrap-price .example {
    color: #252525;
    font-size: 13px;
}
/*何名1室*/
.wrap-price .dept {
    font-size: 12px;
    color: #252525;
     padding-right: 5px;
    font-weight: 400;
}

.wrap-price .price_inset_mc,
.wrap-price .num {
    text-align: right;
}

@media (max-width: 890px) { 
    .plan-slider-item　{ 
        width: 80%;
        max-width: 100%;
    } 
} 

@media (max-width: 767px) {
	#Plan{
		padding: 40px 0 50px;
	}
	#Plan .lead-text{
		text-align: left;
		margin-bottom: 35px;
	}
	
	/*スライダー　各アイテム*/
    .plan-slider-item {
        display: block;
        padding: 0 8px;
        max-width: 240px;
    }
    .plan-modal-trigger {
        display: block;
        padding: 14px 13px 18px 13px;
        margin-right: 5px;
    }
	/*矢印*/
    .plan-label {
        padding-left: 16px;
    }
    .plan-label .train::before {
        top: 2px;
        width: 14px;
        height: 15px;
    }
	
	/*画像*/
    .plan-card-img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
	
	/*テキスト*/
    .plan-card-text {
        width: 100%;
        max-width: 100%;
        padding: 5px 0px 0 1%;
    }
    .plan-card-name {
        font-size: 14px;
		min-height: 60px;
    }
    .plan-card-inout {
        padding: 5px 0 3px;
        font-size: 14px;
    }
    .plan-card-meal {
        display: flex;
    }
    .plan-card-meal dt {
        font-size: 12px;
        margin-bottom: 0;
        padding: 2px 8px 4px;
        margin-right: 5px;
    }
    .plan-card-meal dd {
        font-size: 12px;
        line-height: 1.8;
    }
    
    /*往復バス+ホテル宿泊*/
    .plan-label {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        margin-top: 2px;
        font-size: 12px;
    }

    /* 料金 */
    .plan-price {
        margin-top: 5px;
        padding-right: 10px;
        font-size: 12px;
    }
    .wrap-price .num {
        font-size: 28px;
        line-height: 1.3;
    }
    .wrap-price .example {
        font-size: 10px;
        padding-right: 3px;
    }
}


/*	モーダル内
--------------------------------------*/
/*モーダル幅*/
.plan-modal-contents .modal-dialog {
    max-width: 480px;
}

/*ヘッダー*/
.plan-modal-contents .modal-header {
    justify-content: center;
    text-align: center;
/*    border-bottom: none;*/
    position: relative;
}
.plan-modal-contents .modal-header .close {
    margin: -1rem 0;
    position: absolute;
    right: 0;
}

/*中身*/
.plan-modal-contents .modal-body {
    padding: 1rem 2rem 0;
}

/*フッター*/
.plan-modal-contents .modal-footer {
    justify-content: center;
/*    border-top: 2px solid #f0be25;*/
}

/*見出し画像*/
/*
.plan-modal-contents .det-plan {
    text-align: center;
    margin: 0 auto 20px;
}
*/

.plan-modal-contents .modal-body .attention-text{
	text-align: center;
	font-size: 12px;
	padding: 10px 0; 
}

.plan-modal-contents .modal-body .wrap-price {
    margin-top: 0;
}

/*各発地(何名一室)全体
-----------------------*/
.dep-price-list {
    display: block;
    max-width: 290px;
    margin: 20px auto 10px;
}

/*各ボタン*/
.dep-price-item {
    display: block;
    margin: 10px auto 12px;
}
.dep-price-item a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid var(--purple-l);
    border-radius: 10px;
    padding: 16px 30px;
    color: inherit;
}
.dep-price-item a:hover {
    text-decoration: none;
}

/*矢印*/
.dep-price-item a::after {
    content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #252525;;
}

/*各タイトル*/
.dep-plan-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #252525;
}

/*料金*/
.wrap-price {
    margin-top: 12px;
    display: block;
    color: #252525;
    font-weight: bold;
    text-align: right;
}
.price_inset_mc {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
}

.plan-modal-contents .price_inset_mc_done {
    font-size: 14px;
}

.plan-modal-contents .price_inset_mc_done .num {
    font-size: 18px;
}
/*オールインクルーシブ */
.allin{
	font-size: 11px;
	background: #A790C4;
	color: #fff;
	padding: 0 4px;
	font-weight: normal;
}


/* ====================================
	Event
==================================== */
#Event {
    padding: 115px 0 100px;
}

#Event .title-h2 .img {
    margin-left: auto;
    margin-right: auto;
}

.list-event {
    max-width: 950px;
    margin: auto;
}
.list-event li:nth-child(odd) {
    background: #F9F9F9;
}
.list-event li:nth-child(even) {
   background: #F1F1F1; 
}
.wrap-inner-list{
    display: flex;
    align-items: center;
    padding: 20px 4% 20px 5%;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.wrap-inner-list dt,
.wrap-inner-list dd{
    font-size: 16px;
    font-weight: 400;
}
.wrap-inner-list dt {
    width: 36%;
    padding-right: 1%;
}
.wrap-inner-list dd a {
    transition: 0.3s;
    text-decoration: underline;
    display: block;
}
.wrap-inner-list dd a:hover {
   opacity: 0.8;
}
.wrap-inner-list dd a[target="_blank"] {
    position: relative;
}
.wrap-inner-list dd a[target="_blank"]::after {
    content: '';
    position: absolute;
    top: 3px;
    right: -24px;
    display: inline-block;
    color: var(--purple-l);
    width: 16px;
    height: 16px;
    background: url('/static/img/campaign/bushotel/mercure/ico-newtab.svg') no-repeat center/100%;
}

@media (min-width: 767px) and (max-width: 992px) {
    .wrap-inner-list{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .wrap-inner-list dt,
    .wrap-inner-list dd{
        width: 100%;
        text-align: center;
    }
}


@media (max-width: 768px) {
    #Event {
        padding: 44px 0 46px;
    }
    
    #Event .title-h2 .img {
        width: 39%;
    }
    .wrap-inner-list{
        flex-wrap: wrap;
        justify-content: center;
        padding: 13px 4%;
        font-size: 14px;
    }
    .wrap-inner-list dt,
    .wrap-inner-list dd{
        font-size: 14px;
    }
    .wrap-inner-list dt {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .wrap-inner-list dd {
        padding-top: 12px;
    }
    
    .wrap-inner-list dd a {
        text-align: center;
    }
    
    .wrap-inner-list dd a[target="_blank"]::after {
        top: 2px;
        right: -20px;
        width: 14px;
        height: 14px;
    }
}


/* ====================================
	About
==================================== */
#About {
    background: #F9F9F9;
    padding: 70px 0;
}
.about-container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    #About {
        padding: 43px 0 50px;
    }
    
    #About .title-h2 {
        margin: 0 auto 38px;
    }
    .about-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ホテルのタブ
-------------------------------------*/
/* ボタン
------------------*/
.hoteltabs-buttonlist {
	display: flex;
	justify-content: center;
	position: relative;
    border-bottom: none;
}

.hoteltabs-buttonlist.nav-tabs li {
	text-align: center;
    margin-bottom: 10px;
}
.hoteltabs-buttonlist li:not(:last-child) {
	margin-right: 1.5%;
}

.hoteltabs-buttonlist.nav-tabs .nav-link {
	position: relative;
	cursor: pointer;
	display: block;
	width: fit-content;
	min-width: 250px;
    border-radius: 100px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	padding: 16px 30px;
    border: 2px solid var(--purple-d);
	color: var(--purple-d);
	background: var(--white);
    transition: 0.3s;
}
.hoteltabs-buttonlist.nav-tabs .nav-link.active {
    opacity: 1;
    background: var(--purple-grd);
    border: 2px solid var(--purple-d);
	color: var(--white);
}
.hoteltabs-buttonlist.nav-tabs .nav-link:hover,
.hoteltabs-buttonlist.nav-tabs .nav-link.active:hover{
	color: var(--white);
    background: var(--purple-grd);
    border: 2px solid var(--purple-d);
}


/* タブ内容
------------------*/
.tab-content{
	margin-top: 20px;
}

/*タブ内容　非表示*/
.tab-content .hotel-content {
	display: none;
	transition: 0.3s;
}
/*activeだけ、最初から表示*/
.tab-content .hotel-content.active {
	display: block;
}

/*画像横並び*/
.hotel-content-inner {
	display: flex;
    justify-content: center;
}
/*画像2枚の場合*/
.hotel-content-inner.two-img {
	margin: auto;
	max-width: 1140px;
	flex-wrap: wrap;
}

.hotel-img {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin: auto;
}

/*
.hotel-img img {
    height: 304px;
}
*/

.hotel-img figcaption {
    border-radius: 15px;
    text-align: center;
    padding: 10px 5px 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

@media (min-width: 992px) and (max-width:1200px) {
	.hoteltabs-buttonlist li:nth-child(odd){
		margin-right: 1.5%;
	}
	.hoteltabs-buttonlist li:nth-of-type(even) {
		margin-right: 0;
	}

	/*画像2枚の場合*/
	.hotel-content-inner.two-img {
		max-width: 620px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
    
	/*画像2枚の場合*/
	.hotel-content-inner.two-img {
		max-width: 460px;
	}

}

@media (min-width: 768px) and (max-width: 1200px) {
    .tab-content {
        margin-top: 30px;
    }
    
    .hoteltabs-buttonlist.nav-tabs .nav-link {
        width: 100%;
    }

	/* タブボタン */
	.hoteltabs-buttonlist li {
		width: 48%;
	}
        
    .hotel-img img {
        height: auto;
    }
    .content-onsen .hotel-img img,
    .content-facility .hotel-img img {
        object-position: center;
        aspect-ratio: 3 / 2;
    }
}

@media (max-width: 767px) {
	#Hotel{
		padding: 50px 0 40px;
	}
	 
	/* タブボタン */
	.hoteltabs-buttonlist li {
		width: 48%;
	}
/*
	.hoteltabs-buttonlist li:last-of-type {
		width: 100%;
	}
*/
    .hoteltabs-buttonlist li:nth-child(odd){
		margin-right: 1.5%;
	}
	.hoteltabs-buttonlist li:nth-of-type(even) {
		margin-right: 0;
	}

	.hoteltabs-buttonlist.nav-tabs .nav-link {
		width: 100%;
		min-width: inherit;
		font-size: 16px;
		padding: 14px 10px;
		border-width: 2px;
	}
	 
	/*タブ内容*/
	.tab-content{
		margin-top: 30px;
	}
	.hotel-content-inner {
		flex-wrap: wrap;
	} 
	.hotel-img {
		padding: 0;
		width: 100%;
	}
	.hotel-img {
		padding: 0;
		width: 100%;
	}
    .hotel-img img {
        height: auto;
    }
    .content-onsen .hotel-img img,
    .content-facility .hotel-img img {
        object-position: center;
        object-fit: cover;
        aspect-ratio: 16 / 9;
    }
    .hotel-img:not(:first-child) {
        margin-top: 28px;
    }
    .hotel-img img {
        height: auto;
    }
	.hotel-img figcaption {
		font-size: 14px;
		padding: 10px 5px 0;
	}
}


/*アクセス*/
.access {
    padding: 80px 0 0;
}
.access .title-h3{
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    color: #252525;
    padding: 5px 18px 12px;
    border-bottom: 1px solid var(--purple-l);
    margin: 0 auto 20px;
} 
.access-address {
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 36px;
}
.access-address dt{
    width: 36%;
}
.access-address dd{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.access-address dd .fa-bus,
.access-address dd .fa-map-marker-alt{
    color: var(--purple-l);
}


/*map*/
.access-map {
    width: 100%;
    max-width: 800px;
    height: 400px;
    margin: 0 auto 30px;
    position: relative;
}
.access-map iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .access {
        padding: 70px 0 0;
    }
    .access .title-h3{
        font-size: 18px;
        padding: 5px 18px 12px;
        margin: 0 auto 12px;
    } 
    .access-address {
        max-width: 100%;
        margin: 0 auto 24px;
    }
    .access-address dt{
        width: 66%;
        max-width: 200px;
    }
    .access-address dd{
        font-size: 14px;
    }
    .access-address dd >p {
        font-size: 13px;
    }

    /*map*/
    .access-map {
        max-width: 100%;
        margin: 0 auto;
        height: 250px;
    }
    .access-map iframe {
        width: 100%;
        max-width: 100%;
    }
    
}




/* ====================================
	FAQ
==================================== */
#Faq {
    padding: 80px 0;
}

#Faq .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.faq-wrap {
    margin: 0 auto;
    max-width: 860px;
}

@media (max-width: 767px) {
    #Faq {
        padding: 60px 0 30px;
    }
    
    #Faq .title-h2 .img {
        width: 22.5%;
    }
    
    #Faq .lead {
        font-size: 12px;
        line-height: 1.3;
    }

}
