@charset "UTF-8";
/* 本館・大地館客室 */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../room/honkan/pagetit_bg.jpg) no-repeat center;
  background-size: cover;
}

#honkan_lead .lead {
  position: relative;
  max-width: 1280px;
  height: 540px;
  margin: 0 auto;
  background: url(../../room/honkan/lead_bg.jpg) no-repeat center;
  background-size: cover;
}

#honkan_lead .lead .pic {
  text-align: center;
}

#honkan_lead .lead .pic img {
  max-width: 100%;
}

#honkan_lead .lead .txt {
  position: absolute;
  left: 9%;
  top: 16%;
  width: 300px;
}

#honkan_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;
}

section {
  padding: 40px 0 80px;
  background: url(../../room/honkan/sec1_bg.png) repeat-x center top;
}

section .slider_wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

section .thumb {
  position: absolute;
  left: 115px;
  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 .honkan_detail {
  max-width: 1280px;
  margin: 0 auto;
}

section .honkan_detail > .pic_wide {
  position: relative;
  margin-bottom: 20px;
}

section .honkan_detail > .pic_wide img {
  width: 100%;
}

section .honkan_detail > .txt_col {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

section .honkan_detail .heibei {
  line-height: 1.625;
}

section .honkan_detail .heibei dl::after {
  content: "";
  display: block;
  clear: both;
}

section .honkan_detail .heibei dt {
  float: left;
  clear: left;
}

section .honkan_detail .heibei dt::after {
  content: "：";
}

section .honkan_detail .heibei dd {
  float: left;
}

section .honkan_detail .heibei,
section .honkan_detail .pic_sub {
  width: 500px;
  margin: 0 10px 20px;
}

section .honkan_detail .pic_sub img {
  width: 100%;
}

section .honkan_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 .honkan_detail .caption span.small {
  font-size: 12px;
}

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) {
  #honkan_lead .lead .txt {
    left: 3%;
  }
  section .thumb {
    left: 4%;
  }
}

@media screen and (max-width: 768px) {
  #honkan_lead .lead {
    height: 360px;
  }
  #honkan_lead .lead .txt {
    position: absolute;
    left: 0;
    top: 6%;
    width: 100%;
    padding: 0 15px;
  }
  #honkan_lead .lead .txt p {
    text-shadow: 0 0 6px #3e0008,0 0 10px #3e0008,0 0 10px #3e0008,0 0 10px #3e0008,0 0 10px #3e0008;
  }
  #honkan_lead .lead .txt .caption {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  section {
    padding: 25px 0 40px;
    background: url(../../room/honkan/sec3_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 .honkan_detail {
    position: relative;
    margin-bottom: 20px;
  }
  section .honkan_detail > .pic_wide {
    margin-bottom: 0;
  }
  section .honkan_detail > .pic_wide img {
    width: 100%;
  }
  section .honkan_detail .caption {
    position: static;
    background: none;
    padding: 15px;
  }
  section .honkan_detail .caption br {
    display: none;
  }
  section .honkan_detail .heibei,
  section .honkan_detail .pic_sub {
    margin: 0 15px 15px;
  }
  section .honkan_detail .heibei {
    order: 1;
  }
  section .honkan_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
------------------------------------------------------ */
#honkan {
  margin-top: 60px;
  padding: 0;
  background: none;
}

#honkan .pagenav {
  margin-bottom: 60px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #honkan {
    margin-top: 40px;
  }
  #honkan .pagenav {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
/* ---------------------------------------------------
	sec3
------------------------------------------------------ */
#daichikan {
  background: none;
  padding: 0;
}

#daichikan .pagenav {
  margin-bottom: 60px;
}

#sec3 {
  background: url(../../room/honkan/sec3_bg.png) repeat-x center top;
}

#sec3 .thumb {
  left: auto;
  right: 115px;
}

@media screen and (max-width: 1280px) {
  #sec3 .thumb {
    right: 4%;
  }
}

@media screen and (max-width: 768px) {
  #daichikan .pagenav {
    margin-bottom: 30px;
  }
  #sec3 {
    background-size: 1000px;
  }
}

/* ---------------------------------------------------
	sec4
------------------------------------------------------ */
#sec4 {
  background: url(../../room/honkan/sec1_bg.png) repeat-x center top;
}

@media screen and (max-width: 1280px) {
  #sec4 .thumb {
    right: 4%;
  }
}

@media screen and (max-width: 768px) {
  #sec4 {
    background-size: 800px;
  }
}

/* ---------------------------------------------------
	sec5
------------------------------------------------------ */
#sec5 {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  #sec5 {
    padding-bottom: 40px;
  }
}
