@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : stay.css
 author     : Ability Consultant
 style info : 泊まる・食べる
=================================================================== */
#htlSide-A {
  position: absolute;
  left: 0;
  top: 2190px;
}

/* -----------------------------------------------------------
	con_nav
----------------------------------------------------------- */
.con_nav {
  position: relative;
  padding: 93px 0;
}
.con_nav:before {
  content: '';
  background: #f6f6f6;
  width: 1760px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.con_nav .box_nav {
  width: 1190px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -.4em;
}
.con_nav .box_nav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 438px;
  height: 79px;
  margin-left: 24px;
  letter-spacing: normal;
}
.con_nav .box_nav li:first-child {
  margin-left: 0;
}
.con_nav .box_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.con_nav .box_nav li:nth-child(1n) a {
  background: url(../stay/images/st_nav01.jpg) no-repeat center center;
}
.con_nav .box_nav li:nth-child(2n) a {
  background: url(../stay/images/st_nav02.jpg) no-repeat center center;
}
.con_nav .box_nav li:hover:nth-child(1n) a {
  background: url(../stay/images/st_nav01-w.jpg) no-repeat center center;
}
.con_nav .box_nav li:hover:nth-child(2n) a {
  background: url(../stay/images/st_nav02-w.jpg) no-repeat center center;
}

/* -----------------------------------------------------------
	con_nav
----------------------------------------------------------- */
.con_stay {
  margin-top: 63px;
}
.con_stay .box_intr {
  width: 1190px;
  margin: 0 auto;
}
.con_stay .box_intr h2 {
  text-align: center;
}
.con_stay .box_intr .box_img {
  position: relative;
  margin-top: 30px;
}
.con_stay .box_intr .box_img .st {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 338px;
  height: 60px;
  padding: 27px 0 0 24px;
  background: #fff;
  letter-spacing: .1em;
}
.con_stay .box_intr .box_img .st em {
  font-size: 107%;
  font-weight: 500;
}
.con_stay .box_intr .box_img .st span {
  display: block;
  font-size: 147%;
  font-weight: 500;
  margin-top: 17px;
}
.con_stay .box_intr .txt {
  margin-top: 20px;
  margin-left: 24px;
  font-size: 94%;
  line-height: 1.8;
}
.con_stay .box_intr .txt span {
  display: block;
  margin-top: 10px;
  font-size: 86%;
  line-height: 2;
}
.con_stay .box_twnav {
  margin-top: 80px;
  margin-bottom: 57px;
  text-align: center;
  letter-spacing: -.4em;
}
.con_stay .box_twnav li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  letter-spacing: normal;
  width: 294px;
  margin-left: 10px;
}
.con_stay .box_twnav li:first-child {
  margin-left: 0;
}
.con_stay .box_twnav li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 11px;
  height: 7px;
  background: url(../images/common/ic_arrow.png) no-repeat center center;
}
.con_stay .box_twnav li a {
  display: block;
  padding: 15px 0;
  font-size: 87%;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.con_stay .box_twnav li a em {
  display: block;
  margin-top: 8px;
  font-size: 124%;
}
.con_stay .box_twnav li:hover:after {
  background: url(../images/common/ic_arrow-w.png) no-repeat center center;
}
.con_stay .box_twnav li:hover a {
  color: #fff;
  background: #000;
}
.con_stay .con_roo {
  width: 900px;
  margin: 0 auto;
}
.con_stay .con_roo > .st {
  text-align: center;
}
.con_stay .con_roo input[type="radio"] {
  display: none;
}
.con_stay .con_roo .tab_area {
  width: 100%;
  margin-top: 38px;
  letter-spacing: -.4em;
}
.con_stay .con_roo .tab_area label {
  width: 224px;
  display: inline-block;
  letter-spacing: normal;
  padding: 18px 0;
  color: #1d1f25;
  background: #f6f6f6;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.con_stay .con_roo .tab_area label span {
  font-size: 94%;
  font-weight: 600;
  display: block;
}
.con_stay .con_roo .tab_area label:first-child {
  width: 225px;
  border-left: none;
}
.con_stay .con_roo .tab_area label:hover {
  opacity: .7;
}
.con_stay .con_roo .panel_area .tab_panel {
  position: relative;
  width: 100%;
  display: none;
}
.con_stay .con_roo .panel_area .tab_panel .box_img {
  position: relative;
  border: 2px solid #b7985b;
}
.con_stay .con_roo .panel_area .tab_panel .box_img .st {
  position: absolute;
  bottom: -27px;
  left: -2px;
  width: 338px;
  height: 25px;
  padding: 27px 0 27px 36px;
  background: #fff;
  z-index: 2;
}
.con_stay .con_roo .panel_area .tab_panel .box_img .st span {
  display: block;
  font-size: 120%;
  font-weight: 500;
  margin-top: 15px;
}
.con_stay .con_roo .panel_area .tab_panel .box_txt {
  margin-top: 34px;
  overflow: hidden;
}
.con_stay .con_roo .panel_area .tab_panel .box_txt .txt {
  float: left;
  width: 500px;
  margin-top: 34px;
  margin-left: 34px;
  font-size: 94%;
  line-height: 1.8;
}
.con_stay .con_roo .panel_area .tab_panel .box_txt table {
  float: right;
  width: 337px;
  border-left: 1px dashed #8c8c8c;
}
.con_stay .con_roo .panel_area .tab_panel .box_txt table tr th, .con_stay .con_roo .panel_area .tab_panel .box_txt table tr td {
  font-size: 87%;
  padding: 5px 0 5px 19px;
  vertical-align: top;
  letter-spacing: -.1em;
}
.con_stay .con_roo .panel_area .tab_panel .box_txt table tr th {
  font-weight: 500;
  line-height: 1.8;
}
.con_stay .con_roo .con_ame {
  margin-top: 70px;
}
.con_stay .con_roo .con_ame .box_ame {
  position: relative;
  border: 1px dashed #c7c7c7;
}
.con_stay .con_roo .con_ame .box_ame .st {
  position: absolute;
  top: -.8em;
  left: 19px;
  font-size: 120%;
  padding: .2em .7em;
  background: #fff;
}
.con_stay .con_roo .con_ame .box_ame ul {
  padding: 40px 35px;
}
.con_stay .con_roo .con_ame .box_ame ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.5;
  position: relative;
  font-size: 94%;
  margin-left: 1em;
}
.con_stay .con_roo .con_ame .box_ame ul li:before {
  content: '●';
  font-size: 9px;
  padding-right: .5em;
}
.con_stay .con_roo .con_ame .note {
  margin: 14px 0 55px;
  font-size: 80%;
}
.con_stay .con_roo#t_fam {
  margin-top: 122px;
}
.con_stay .box_btn {
  margin-top: 44px;
  text-align: center;
  letter-spacing: -.4em;
}
.con_stay .box_btn .btn_p-w, .con_stay .box_btn .btn_a-w {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_stay .box_btn .btn_a-w {
  margin-left: 22px;
}
.con_stay#eat {
  position: relative;
  width: 1190px;
  margin: 0 auto;
  margin-top: 90px;
  padding-top: 100px;
  border-top: 1px dashed #c7c7c7;
}
.con_stay#eat .con_res {
  width: 900px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 40px;
}
.con_stay#eat .con_res .st {
  text-align: center;
  letter-spacing: .15em;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 134%;
}
.con_stay#eat .con_res .st span {
  position: relative;
}
.con_stay#eat .con_res .st span:before, .con_stay#eat .con_res .st span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #000;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.con_stay#eat .con_res .st span:before {
  left: -36px;
}
.con_stay#eat .con_res .st span:after {
  right: -36px;
}
.con_stay#eat .con_res .box_res {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.con_stay#eat .con_res .box_res li {
  width: 440px;
  margin-left: 20px;
  margin-bottom: 21px;
  border-bottom: 1px dashed #c7c7c7;
}
.con_stay#eat .con_res .box_res li:first-child, .con_stay#eat .con_res .box_res li:nth-child(2n+1) {
  margin-left: 0;
}
.con_stay#eat .con_res .box_res li .box_txt .sst {
  font-size: 120%;
  text-align: center;
  font-weight: 500;
  padding: 19px 0 17px;
}
.con_stay#eat .con_res .box_res li .box_txt .txt {
  font-size: 94%;
  line-height: 1.8;
  letter-spacing: -.05em;
  border-top: 1px dashed #c7c7c7;
  padding: 16px;
}

#tab1:checked ~ .tab_area .tab1_label {
  background: #b7985b;
  color: #fff;
}

#tab1:checked ~ .panel_area #panel1 {
  display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
  background: #b7985b;
  color: #fff;
}

#tab2:checked ~ .panel_area #panel2 {
  display: block;
}

#tab3:checked ~ .tab_area .tab3_label {
  background: #b7985b;
  color: #fff;
}

#tab3:checked ~ .panel_area #panel3 {
  display: block;
}

#tab4:checked ~ .tab_area .tab4_label {
  background: #b7985b;
  color: #fff;
}

#tab4:checked ~ .panel_area #panel4 {
  display: block;
}

#tab5:checked ~ .tab_area .tab5_label {
  background: #b7985b;
  color: #fff;
}

#tab5:checked ~ .panel_area #panel5 {
  display: block;
}

#tab6:checked ~ .tab_area .tab6_label {
  background: #b7985b;
  color: #fff;
}

#tab6:checked ~ .panel_area #panel6 {
  display: block;
}

#tab7:checked ~ .tab_area .tab7_label {
  background: #b7985b;
  color: #fff;
}

#tab7:checked ~ .panel_area #panel7 {
  display: block;
}

#tab8:checked ~ .tab_area .tab8_label {
  background: #b7985b;
  color: #fff;
}

#tab8:checked ~ .panel_area #panel8 {
  display: block;
}

.con_note {
  /* margin-top: 140px; */
  border: 4px solid #e8e8e8;
  padding: 30px 20px;
  margin: auto;
  max-width: 870px;
}

.con_note .txt {
  /* width: 350px;
  margin-bottom: 30px; */
  font-size: 94%;
  line-height: 1.8;
  text-align: center;
}
