@charset "UTF-8";
/* 露天風呂付き客室 */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../room/suite/pagetit_bg.jpg) no-repeat center;
  background-size: cover;
}

#suite_lead .lead {
  position: relative;
  max-width: 1280px;
  height: 540px;
  margin: 0 auto;
  background: url(../../room/suite/lead_bg.jpg) no-repeat center;
  background-size: cover;
}

#suite_lead .lead .pic {
  text-align: center;
}

#suite_lead .lead .pic img {
  max-width: 100%;
}

#suite_lead .lead .txt {
  position: absolute;
  left: 9%;
  top: 16%;
  width: 350px;
}

#suite_lead .lead .txt .caption {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 5px;
  text-shadow: 0 0 6px #3e0008,0 0 10px #3e0008,0 0 10px #3e0008,0 0 10px #3e0008,0 0 10px #3e0008;
  white-space: nowrap;
}

.pagenav {
  margin-bottom: 50px;
  justify-content: center;
}

.pagenav li a .small {
  display: inline-block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.6;
}

section {
  padding: 40px 0 80px;
  background: url(../../room/suite/sec1_bg.png) repeat-x center top;
}

section .slider_wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

section .thumb {
  position: absolute;
  left: 120px;
  bottom: 15px;
  display: flex;
  z-index: 100;
}

section .thumb li {
  width: 92px;
  margin: 0 4px;
  border: 1px solid #fff;
  opacity: .6;
  cursor: pointer;
  transition: all ease .3s;
}

section .thumb li:hover {
  opacity: 1;
}

section .thumb li.flex-active {
  opacity: 1;
}

section .thumb li img {
  max-width: 100%;
}

section .suite_detail {
  max-width: 1280px;
  margin: 0 auto;
}

section .suite_detail > .pic_wide {
  margin-bottom: 20px;
  position: relative;
}

section .suite_detail > .pic_wide > img {
  max-width: 100%;
}

section .suite_detail > .txt_col {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

section .suite_detail .heibei {
  line-height: 1.625;
}

section .suite_detail .heibei dl::after {
  content: "";
  display: block;
  clear: both;
}

section .suite_detail .heibei dt {
  float: left;
  clear: left;
}

section .suite_detail .heibei dt::after {
  content: "：";
}

section .suite_detail .heibei dd {
  float: left;
}

section .suite_detail .heibei,
section .suite_detail .pic_sub {
  width: 500px;
  margin: 0 10px 20px;
}

section .suite_detail .pic_sub img {
  width: 100%;
}

section .suite_detail .caption {
  position: absolute;
  font-size: 22px;
  padding: 20px 35px;
  left: 120px;
  top: 28px;
  background: rgba(17, 20, 40, 0.5);
  z-index: 10;
}

section .suite_detail .caption span.small {
  font-size: 12px;
}

section .info_table {
  margin-top: 20px;
}

section .info_table caption {
  margin-bottom: 10px;
  color: #e0d6c4;
  font-size: 20px;
  font-family: "NotoSerif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  letter-spacing: 2px;
}

section .info_table th {
  width: 12%;
  padding: 6px 10px 8px;
}

section .info_table td {
  padding: 6px 30px 8px;
}

@media screen and (max-width: 1280px) {
  #suite_lead .lead .txt {
    left: 3%;
  }
  section .thumb {
    left: 4%;
  }
}

@media screen and (max-width: 768px) {
  #suite_lead .lead {
    height: 360px;
  }
  #suite_lead .lead .txt {
    position: absolute;
    left: 0;
    top: 6%;
    width: 100%;
    padding: 0 15px;
  }
  #suite_lead .lead .txt .caption {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  .pagenav {
    margin-bottom: 20px;
  }
  section {
    padding: 25px 0 40px;
    background: url(../../room/suite/sec1_bg.png) repeat-x center top;
    background-size: 1000px;
  }
  section > .main_tit {
    margin-bottom: 25px;
  }
  section .slider_wrap {
    overflow: hidden;
  }
  section .slider_wrap .flexslider {
    width: 130%;
    margin: 0 -15%;
  }
  section .thumb {
    position: static;
    padding: 20px 15px 0;
    justify-content: center;
  }
  section .thumb li {
    width: 24%;
    margin: 0 1.33% 5px 0;
  }
  section .thumb li:nth-of-type(4n) {
    margin-right: 0;
  }
  section .thumb li:last-child {
    margin-right: 0;
  }
  section .suite_detail {
    position: relative;
    margin-bottom: 20px;
  }
  section .suite_detail > .pic_wide {
    margin-bottom: 0;
  }
  section .suite_detail > .pic_wide img {
    width: 100%;
  }
  section .suite_detail .caption {
    position: static;
    background: none;
    padding: 15px;
  }
  section .suite_detail .caption br {
    display: none;
  }
  section .suite_detail .heibei,
  section .suite_detail .pic_sub {
    margin: 0 15px 15px;
  }
  section .suite_detail .heibei {
    order: 1;
  }
  section .suite_detail .pic_sub {
    order: 2;
  }
  section .info_table {
    margin-top: 20px;
  }
  section .info_table th {
    width: 100%;
    padding: 10px;
  }
  section .info_table td {
    padding: 10px;
  }
}

/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 .sp_br{
	display: none;
}
#sec1 .heibei h4{
	font-size: larger;
}

@media screen and (max-width: 768px) {
	#sec1 .sp_br{
	  display: block;
	}
}

/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 .sp_br{
	display: none;
}
#sec2 .heibei h4{
	font-size: larger;
}

@media screen and (max-width: 768px) {
	#sec2 .sp_br{
	  display: block;
	}
}
