@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : room.css
 author     : Ability Consultant
 style info : 客室　room
=================================================================== */
/*Animate */
/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
iframe {
  background: transparent;
}

.con_soine {
  text-align: center;
  border: 1px solid #000;
  padding: 25px 0;
  margin-bottom: 70px;
}

.con_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.con_nav ul li {
  width: 26%;
  margin: 1%;
  text-align: center;
}
.con_nav ul li a {
  color: #000;
  padding: 8% 4%;
  width: 100%;
  border: 1px solid #000;
  display: block;
  position: relative;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000000 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: all .8s ease 0s;
  text-decoration: none;
}
.con_nav ul li a:hover {
  background-position: -100% 0;
  color: #fff;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 100%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 100vh;
  overflow-y: auto;
  text-align: left;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

.tabs {
  margin: 60px auto;
  background-color: #fff;
  width: 100%;
}

.tab_item {
  width: calc(100%/4);
  height: 60px;
  background: #acacac;
  background: url(../images/common/bg_texture_1_gray.png) repeat center 0;
  line-height: 60px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
}

.tab_y {
  background: url(../images/common/bg_texture_1_color.png) repeat center 0;
}

.tab_item:hover {
  background: #fff;
  color: #acacac;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#box_fac01:checked ~ #box_fac01_content,
#box_fac02:checked ~ #box_fac02_content,
#box_fac03:checked ~ #box_fac03_content,
#box_fac04:checked ~ #box_fac04_content,
#box_fac05:checked ~ #box_fac05_content,
#box_fac06:checked ~ #box_fac06_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background: #fff;
  color: #acacac;
}

.c-slideBlock_body .c-slideBlock_detail--bg_color {
  padding: 25px 15px 40px !important;
}

.c-slideBlock_detail {
  min-height: 600px;
}

.c-slideColumn_detail {
  width: 350px;
}

.c-slideColumn_button {
  right: -20px;
  top: -80px;
}

.c-slideColumn_detail-box {
  padding: 60px 40px;
}

.c-moreBanner_box a {
  color: #000;
}

.c-table_head {
  width: 80px;
}

#type-01 .c-slideColumn_visual {
  width: 950px;
}

#type-01 .c-slideColumn_detail {
  width: 950px;
  position: initial;
}

#type-01 .c-slideColumn_detail-button {
  margin: 20px auto 0;
  width: 50%;
}
