@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


/* 共通 */
.main{
  color: #363636;
  line-height: 1.7;
  background-color: #F7F6F3;
  letter-spacing: 0.05em;
}
.bg_gr{
  background-color: #8FBAB4;
  padding: 50px 0 170px;
  position: relative;
}
.bg_gr::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 90px 0 0 100vw ;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent  transparent #F7F6F3;
}
.bg_bei{
  padding: 50px 0 170px;
  position: relative;
}
.bg_bei::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 90px 0 0 100vw ;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent  transparent #8FBAB4;
}
.content_wrap{
  width: 950px;
  margin: 0 auto;
}
.section_title{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 50px;
}
.section_title h2{
  color: #222222;
  font-size: 40px;
  font-weight: 200;
  letter-spacing: 0.05em;
}
.section_title p{
  color: #9E976C;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 6px;
}

.block{
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 20%);
}
figure {
  position: relative;
}
figcaption {
  position: absolute;
  right: 5px;
  bottom: 13px;
  color: #fff;
  background-color: rgba(0 , 0 , 0 , 0.7);
  font-size: 10px;
  line-height: 1;
  padding: 3px 4px;
}

/* --------------------------------------------- */



/* メインビジュアル */
.mv_wrap{
  position: relative;
}
.mv_wrap h1{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.mv_wrap h1 img{
  width: 448px;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 500px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
/*　背景画像設定　*/
.slider-item01 {
    background:url(../img/mv_01.jpg);
}
.slider-item02 {
    background:url(../img/mv_02.jpg);
}
.slider-item03 {
    background:url(../img/mv_03.jpg);
}
.slider-item04 {
    background:url(../img/mv_04.jpg);
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:500px;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*ドットナビゲーションの設定*/
.slick-dots {
  bottom: 10px;
}
.slick-dots li button:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #9E976C;/*ドットボタンの現在地表示の色*/
}
/* --------------------------------------------- */
.intro_wrap{
  text-align: center;
}
.date{
  font-size: 20px;
  line-height: 1;
  padding: 10px 88px;
  background-color: #fff;
  font-family: 'Noto Serif JP', serif;
  display: inline-block;
  margin-bottom: 60px;
}
.intro_wrap p{
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 2;
}

/* ホテルのご案内 */
.room_type{
  /* display: flex; */
  margin-bottom: 20px;
}
.room_type_head{
  position: relative;
  flex-shrink: 0;
  width: 292px;
    margin: 0 auto;
    padding: 0 50px;
}
.room_type_head::before{
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  border: 0;
  border-top: 1px solid #9E976C;
  transform: rotate(135deg);
  left: -30px;
  top: 50%;
}
.room_type_head::after{
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  border: 0;
  border-top: 1px solid #9E976C;
  transform: rotate(135deg);
  right: -30px;
  top: 50%;
}

.room_type_head h3{
  font-family: 'Noto Serif JP', serif;
  color: #222222;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.room_type_head_sub {
	display: flex;
    align-items: center;
	justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.room_type_head_sub p{
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 8px 16px;
  background-color: #9E976C;
  text-align: center;
}
.room_type_head_sub p:first-of-type{
  background-color: #9A2124;
}
.room_type_text {
	width: 462px;
	display: table;
}
.room_type_text_inner {
	display: table-cell;
	vertical-align: middle;
}
.room_type_text p {
}
.room_img{
  display: flex;
  justify-content: space-between;
}
.room_info{
  border: 1px solid #9E976C;
  padding: 25px 35px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
}
.room_info::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: solid 1px #9E976C;
}
.room_info p span{
  background-color: #9E976C;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  margin-right: 10px;
}
.room_info dt{
  padding-right: 30px;
  border-right: solid 1px #9E976C;
  font-size: 16px;
}
.room_info dd{
  padding-left: 30px;
}
.room_trip_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.room_btn_block{
  text-align: center;
}
.tripBox250{
	margin: 0 0 0 40px;
}
.lounge_box{
  display: flex;
  width: 870px;
  margin: 0 auto;
}
.lounge_box_r{
  display: flex;
  width: 870px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
.lounge_text h4{
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  color: #9E976C;
  font-size: 22px;
  margin-bottom: 10px;
}
.lounge_img div{
  display: flex;
  flex-shrink: 0;
}
.lounge_img p {
    text-align: right;
    font-size: 12px;
    line-height: 1;
}
/* コースのポイント */
.point_lead_num{
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	color: #9E976C;
	font-size: 22px;
	margin-bottom: 10px;
}
.point_lead{
  text-align: center;
  border-top: 1px solid #9E976C;
  border-bottom: 1px solid #9E976C;
  padding: 20px 0;
  margin-bottom: 40px;
}
.point_lead_txt span{
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W6",sans-serif;
  font-weight: bold;
  border-bottom: #9E976C dotted 1px;
}
.special{
  color: #9A2124;
  font-family: "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W6",sans-serif;
  margin-top: 10px;
  font-weight: bold;
}
.special span{
  background-color: #9A2124;
  color: #fff;
  padding: 5px 16px;
  margin-right: 10px;
   border-bottom: 0;
}
.point_flexbox{
  display: flex;
}
.point_flexbox.reverse{
	flex-direction: row-reverse;
}
.milano_box_text h4{
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  color: #9E976C;
  font-size: 22px;
  margin-bottom: 10px;
}
.dinner_box_img p{
  text-align: right;
  font-size: 12px;
  line-height: 1;
}
.dinner_box_text p:first-of-type{
  padding: 4px 6px 2px;
  border: 1px solid #9E976C;
  margin-bottom: 5px;
  color: #222222;
}
.dinner_box_text div{
  text-align: right;
  margin-top: 20px;
}
/* おすすめの過ごし方 */

.recommend_box{
	display: flex;
	width: 950px;
	margin: 0 auto;
  }
  .recommend_box_r{
	display: flex;
	width: 950px;
	margin: 0 auto;
	flex-direction: row-reverse;
  }
  .recommend_text h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	color: #9E976C;
	font-size: 22px;
	margin-bottom: 10px;
  }
  .recommend_img div{
	display: flex;
	flex-shrink: 0;
  }
  .recommend_img p {
	  text-align: right;
	  font-size: 12px;
	  line-height: 1;
  }


/* ホテル周辺MAP */
.map_wrap figure{
  text-align: center;
  margin-bottom: -50px;
}
/* オプション紹介 */
.option_wrap{
  padding: 50px 0 90px;
}
.option_list_wrap {
	display: flex;
}
.option_list{
  width: 400px;
  margin: 0 auto 60px;
}
.option_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
}
.option_item p{
  font-size: 18px;
}


/* アコーディオンカスタマイズ */
.new_accordion.type_normal .head {
    background: #9E976C;
    border: none;
    padding: 10px 20px;
}
.new_accordion.type_normal .head .headTtl {
    color: #fff;
}
.new_accordion.type_normal .content {
    border: none;
    padding: 20px 0 0 0;
}
.new_accordion .head .js_accordion_btn, .new_accordion .head .js_accordion_btn.opened {
    background-color: transparent;
}

/* ご予約上の注意 */

.attention_wrap{
  background-color: #fff;
  padding: 40px 0;
}
.attention_block{
  width: 908px;
  margin: 0 auto;
  border: 1px solid #C4141A;
  padding: 20px;
}
.attention_block h4{
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W6",sans-serif;
  margin-bottom: 10px;
}

/* その場で */
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }

  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  /* 240305追記 */
  .domtour940 .dtrBtm .floatL{
    display: none;
  }