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

 file name  : rooms.css
 author     : Ability Consultant
 style info : rooms
 =================================================================== */
.con_intro, .con_rooms, .con_overview .box_overview, .con_info, .con_rt_list, .box_tabs, .con_guide {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .con_intro, .con_rooms, .con_overview .box_overview, .con_info, .con_rt_list, .box_tabs, .con_guide {
    width: 95%;
  }
}
@media print {
  .con_intro, .con_rooms, .con_overview .box_overview, .con_info, .con_rt_list, .box_tabs, .con_guide {
    width: 95%;
  }
}
.ie8 .con_intro, .ie8 .con_rooms, .ie8 .con_overview .box_overview, .con_overview .ie8 .box_overview, .ie8 .con_info, .ie8 .con_rt_list, .ie8 .box_tabs, .ie8 .con_guide {
  width: 95%;
}

.con_intro ul:after, .con_rooms .box_room .box_info:after, .con_rooms .box_room .box_list:after, .con_rooms .box_room .box_list .list:after, .con_overview .box_overview:after, .con_info .con_news:after, .con_info ul:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	common
	----------------------------------------------------------- */
.txt {
  line-height: 1.8;
}

.st_high {
  text-align: center;
  font-weight: normal;
}
.st_high span {
  display: block;
}
.st_high span.en {
  font-size: 358%;
  color: #48412d;
  font-family: "Oswald", sans-serif;
  color: #48412d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_high span.en {
    font-size: 358%;
  }
}
@media only screen and (max-width: 767px) {
  .st_high span.en {
    font-size: 258%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .st_high span.en {
    font-size: 358%;
  }
}
.st_high span.en em {
  color: #e05f0a;
}
.st_high span.jp {
  font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_high span.jp {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .st_high span.jp {
    font-size: 115%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .st_high span.jp {
    font-size: 143%;
  }
}
.st_high .type {
  color: #e05f0a;
}

.st_mid {
  font-weight: normal;
  font-size: 122%;
  padding-top: 1.2em;
  position: relative;
  color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_mid {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .st_mid {
    font-size: 122%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .st_mid {
    font-size: 122%;
  }
}
.st_mid:after {
  content: "";
  width: 33px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px dotted #333333;
}

/* -----------------------------------------------------------
	con_intro
	----------------------------------------------------------- */
.con_intro {
  margin: 20px auto 90px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin: 20px auto 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin: 0px auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    text-align: left;
  }
}
.con_intro .sub {
  color: #222;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .sub {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .sub {
    margin-bottom: 20px;
  }
}
.con_intro ul li {
  float: left;
  width: 17.1875%;
  margin-right: 3.51563%;
}
@media only screen and (max-width: 1024px) {
  .con_intro ul li {
    width: 19%;
    margin-right: 1%;
  }
}
.con_intro ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.con_intro ul li a .txt {
  position: absolute;
  left: 5%;
  bottom: 1em;
  width: 90%;
  font-size: 115%;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro ul li a .txt {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro ul li a .txt {
    font-size: 86%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_intro ul li a .txt {
    font-size: 93%;
  }
}
.con_intro ul li a:after {
  content: '';
  position: absolute;
  width: 95%;
  height: 95%;
  left: 2.5%;
  top: 2.5%;
  border: 4px solid #f4f3ec;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro ul li a:after {
    border: 3px solid #f4f3ec;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro ul li a:after {
    border: 2px solid #f4f3ec;
  }
}
.con_intro ul li a:hover:after {
  opacity: 1;
}
.con_intro ul li:last-child {
  margin-right: 0;
}
.con_intro .pulldown select {
  width: 100%;
  height: 40px;
  cursor: pointer;
}

/* -----------------------------------------------------------
	con_intro
	----------------------------------------------------------- */
.con_rooms {
  margin-bottom: 140px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    margin-bottom: 40px;
  }
}
.con_rooms .box_room {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_room {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
  }
}
.con_rooms .box_room .box_main {
  margin-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_room .box_main {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room .box_main {
    margin-bottom: 40px;
  }
}
.con_rooms .box_room .box_main .box_st {
  position: absolute;
  bottom: 0;
  left: 2em;
  z-index: 20;
  text-align: left;
  background: #fff;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room .box_main .box_st {
    position: static;
    margin: 0 0 1em;
    padding: 0;
  }
}
.con_rooms .box_room .box_main .box_slide .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  padding: 0 .5em;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room .box_main .box_slide .slick-dots {
    text-align: center;
  }
}
.con_rooms .box_room .box_main .box_slide .slick-dots li {
  border: 1px solid #a8a8a8;
  border-radius: 50%;
}
.con_rooms .box_room .box_info {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_room .box_info {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room .box_info {
    margin-bottom: 25px;
  }
}
.con_rooms .box_room .box_info .info {
  float: left;
  width: 51.17188%;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_room .box_info .info {
    float: none;
    width: 100%;
  }
}
.con_rooms .box_room .box_info .info .txt {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_room .box_info .info .txt {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room .box_info .info .txt {
    margin-bottom: 20px;
  }
}
.con_rooms .box_room .box_info .info > .photo {
  display: none;
  margin: 0 0 2em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room .box_info .info > .photo {
    display: block;
  }
  .con_rooms .box_room .box_info .info > .photo img {
    width: 100%;
    max-width: none;
  }
}
.con_rooms .box_room .box_info .info table {
  width: 100%;
  border-top: 1px solid #e7e5d8;
}
.con_rooms .box_room .box_info .info table tr {
  border-bottom: 1px solid #e7e5d8;
}
.con_rooms .box_room .box_info .info .last {
  margin: 1em 0;
}
.con_rooms .box_room .box_info .info .last img {
  width: 100%;
  max-width: none;
}
.con_rooms .box_room .box_info > .con_r {
  float: right;
  width: 43.90625%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_room .box_info > .con_r {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room .box_info > .con_r {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.con_rooms .box_room .box_info > .con_r .photo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_room .box_info > .con_r .photo {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_room .box_info > .con_r .btn_s {
    width: 100%;
  }
}
.con_rooms .box_room .box_info > .con_r .btn_s.white a {
  display: inline-block;
  width: 100%;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  border: 1px solid #000;
  color: #000 !important;
  max-width: 100%;
}
.con_rooms .box_room .box_info > .con_r .btn_s.white a span {
  padding: 1em;
}
.con_rooms .box_room .box_info > .con_r .btn_s.white a:hover {
  background: #000;
  border-color: #000;
  color: #fff !important;
}
.con_rooms .box_room .box_info > .con_r .btn_s.white a span {
  display: block;
}
.con_rooms .box_room .box_info > .con_r .btn_s.white a:after {
  content: "→";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.con_rooms .box_room .box_info > .con_r .btn_s.white a:hover:after {
  right: 0.5em;
}
.con_rooms .box_room .box_info > .con_r .btn_s.white a span {
  text-align: left;
}
.con_rooms .box_room .box_list .st_mid {
  float: left;
  width: 140px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_room .box_list .st_mid {
    width: 100%;
    margin: 0 0 1.5em;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_room .box_list .st_mid:after {
    left: 50%;
    margin-left: -16px;
  }
}
.con_rooms .box_room .box_list .list {
  float: right;
  width: calc(100% - 140px);
  background: #f8f7f0;
  text-align: center;
  padding: 2em 1.5em;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_room .box_list .list {
    width: 100%;
  }
}
.con_rooms .box_room .box_list .list ul {
  width: 31%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room .box_list .list ul {
    width: 100%;
  }
}
.con_rooms .box_room .box_list .list ul li {
  font-size: 93%;
  color: #222;
  margin: 0 1.1% 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room .box_list .list ul li {
    margin: 0 0 .8em;
  }
}
.con_rooms .box_room .box_list .list ul li span.point {
  color: #e05f0a;
}
.con_rooms .box_room .box_list .list ul li span.small {
  font-size: 86%;
}
.con_rooms .box_room.active {
  visibility: visible;
  position: static;
}

/* -----------------------------------------------------------
	con_overview
	----------------------------------------------------------- */
.con_overview {
  padding-top: 60px;
  margin-bottom: 90px;
  background: transparent url(../rooms/images/bg_overview.jpg) no-repeat left center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_overview {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_overview {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_overview {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_overview {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_overview {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_overview {
    background: none;
  }
}
.con_overview .box_overview h3 {
  float: left;
  width: 30.46875%;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_overview .box_overview h3 {
    width: 100%;
    margin: 0 0 1em;
    text-align: center;
  }
}
.con_overview .box_overview .info {
  float: right;
  width: 69.53125%;
}
@media only screen and (max-width: 1024px) {
  .con_overview .box_overview .info {
    width: 100%;
  }
}
.con_overview .box_overview .info table {
  width: 100%;
  border-top: 1px solid #e7e5d8;
}
.con_overview .box_overview .info table tr {
  border-bottom: 1px solid #e7e5d8;
}
.con_overview .box_overview .info table tr th {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_overview .box_overview .info table tr th {
    border-bottom: 1px solid #e7e5d8;
  }
}
@media only screen and (max-width: 767px) {
  .con_overview .box_overview .info table tr th, .con_overview .box_overview .info table tr td {
    display: block;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_info
	----------------------------------------------------------- */
.con_info {
  margin-bottom: 150px;
  max-width: 1400px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
    margin-bottom: 40px;
  }
}
.con_info .st_mid {
  margin-bottom: 45px;
  padding-top: 0;
  padding-bottom: 1.2em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .st_mid {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .st_mid {
    margin-bottom: 25px;
  }
}
.con_info .st_mid:after {
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}
.con_info .con_news {
  background: #f8f7f0;
  padding: 25px 40px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .con_news {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .con_news {
    padding: 15px 5px;
  }
}
.con_info .con_news .news_txt {
  float: left;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .news_txt {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
.con_info .con_news .news_txt span {
  display: inline-block;
  font-weight: bold;
  font-size: 122%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .con_news .news_txt span {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .news_txt span {
    font-size: 122%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_info .con_news .news_txt span {
    font-size: 122%;
  }
}
.con_info .con_news .news_photo {
  float: right;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .news_photo {
    float: none;
    width: 90%;
    margin: 20px auto 10px;
  }
}
.con_info .con_news p a {
  display: block;
  color: #e05f0a;
  margin: 10px 34px 0 0;
}
.con_info ul li {
  float: left;
  width: 27.85714%;
  margin-right: 8.21429%;
  padding: 30px 0;
  background: transparent url(../rooms/images/bg_line.jpg) repeat-x left bottom;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info ul li {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_info ul li {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con_info ul li {
    width: 32%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info ul li {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.con_info ul li:last-child, .con_info ul li.break {
  margin-right: 0;
}
.con_info ul li h4 {
  font-weight: normal;
  margin: 0 0 .5em;
}
.con_info ul li h4 em {
  display: inline-block;
  font-size: 108%;
}
.con_info ul li p {
  font-size: 100%;
  line-height: 1.6;
}

.con_rt_list {
  margin-bottom: 140px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rt_list {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rt_list {
    margin-bottom: 40px;
  }
}
.con_rt_list h2.st_high {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rt_list h2.st_high {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rt_list h2.st_high {
    margin-bottom: 20px;
  }
}
.con_rt_list .box_rt_list {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rt_list .box_rt_list {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rt_list .box_rt_list {
    margin-bottom: 40px;
  }
}
.con_rt_list .box_rt_list:last-child {
  margin-bottom: 0;
}
.con_rt_list .box_rt_list h4.st_mid {
  text-align: left;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rt_list .box_rt_list h4.st_mid {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rt_list .box_rt_list h4.st_mid {
    margin-bottom: 20px;
  }
}
.con_rt_list .box_rt_list table.tbl_list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #b3b5b2;
}
@media only screen and (max-width: 767px) {
  .con_rt_list .box_rt_list table.tbl_list thead {
    display: none;
  }
}
.con_rt_list .box_rt_list table.tbl_list thead tr {
  background: #f8f7f0;
}
.con_rt_list .box_rt_list table.tbl_list thead tr th {
  text-align: center;
  font-weight: bold;
}
.con_rt_list .box_rt_list table.tbl_list thead tr th.typ {
  width: 20%;
}
.con_rt_list .box_rt_list table.tbl_list thead tr th.roo {
  width: 40%;
}
.con_rt_list .box_rt_list table.tbl_list thead tr th.cap {
  width: 10%;
}
.con_rt_list .box_rt_list table.tbl_list tbody th {
  text-align: left;
  font-weight: bold;
}
.con_rt_list .box_rt_list table.tbl_list tbody th a {
  color: #e05f0a;
  text-decoration: underline;
}
.con_rt_list .box_rt_list table.tbl_list tbody th a:hover {
  text-decoration: none;
}
.con_rt_list .box_rt_list table.tbl_list tbody td {
  text-align: left;
}
.con_rt_list .box_rt_list table.tbl_list tbody td dt {
  display: none;
}
.con_rt_list .box_rt_list table.tbl_list tr th, .con_rt_list .box_rt_list table.tbl_list tr td {
  padding: 1em 2em;
  border-bottom: 1px solid #b3b5b2;
  font-size: 93%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rt_list .box_rt_list table.tbl_list tr th, .con_rt_list .box_rt_list table.tbl_list tr td {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rt_list .box_rt_list table.tbl_list tr th, .con_rt_list .box_rt_list table.tbl_list tr td {
    display: block;
    text-align: left;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rt_list .box_rt_list table.tbl_list tr th {
    text-align: center;
    padding: 1em;
    background: #f8f7f0;
  }
  .con_rt_list .box_rt_list table.tbl_list tr th a {
    text-decoration: none;
  }
  .con_rt_list .box_rt_list table.tbl_list tr td {
    border-bottom: 1px solid #b3b5b2;
  }
  .con_rt_list .box_rt_list table.tbl_list tr td dl {
    width: 100%;
    display: table;
  }
  .con_rt_list .box_rt_list table.tbl_list tr td dl > * {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
  }
}

.box_tabs {
  margin: 70px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tabs {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_tabs {
    margin: 30px auto 0;
  }
}
.box_tabs .tab {
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 11;
  top: 1px;
}
.box_tabs .tab:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #48412d;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .box_tabs .tab {
    padding: 0 3px;
  }
}
.box_tabs .tab li {
  float: left;
  width: 24.75806%;
  margin-right: 0.3125%;
  text-align: center;
  cursor: pointer;
  border-collapse: collapse;
}
.box_tabs .tab li:last-child {
  margin-right: 0;
}
.box_tabs .tab li a {
  display: block;
  padding: 25px 0;
  color: #fff;
  background: #48412d;
  border: 1px solid #48412d;
  text-decoration: none;
  font-size: 100%;
  line-height: 1;
}
.box_tabs .tab li a.active_tab {
  color: #333333;
  background: white;
  cursor: default;
  border: 1px solid #333;
  border-bottom: 1px solid white;
  border-collapse: collapse;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tabs .tab li a {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_tabs .tab li a {
    padding: 23px 0;
    font-size: 10px;
    height: 70px;
    line-height: 1.5;
  }
}
.box_tabs ul.tab_cs {
  position: relative;
  overflow: hidden;
}
.box_tabs ul.tab_cs .tab_c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  padding: 45px 0 70px;
}
.box_tabs ul.tab_cs .tab_c.active_tab {
  visibility: visible;
  position: static;
}

.con_guide {
  margin: 0 auto;
  color: #48412d;
  margin-bottom: 4rem;
}
.con_guide .head h3 {
  font-size: 29px;
  line-height: 100%;
  margin-bottom: 2rem;
  color: #48412d;
  text-align: center;
}
.con_guide .floor-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_guide .floor-list {
    display: block;
  }
}
.con_guide .floor-list h4 {
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 400;
}
.con_guide .floor-list .floor-btn {
  margin-top: 8px;
  border: 1px solid #48412d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e1d5));
  background: linear-gradient(#ffffff, #e4e1d5);
  color: #6b625d;
}
@media only screen and (min-width: 768px) {
  .con_guide .floor-list .floor-btn {
    height: 35px;
  }
}
@media print {
  .con_guide .floor-list .floor-btn {
    height: 35px;
  }
}
.ie8 .con_guide .floor-list .floor-btn {
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .con_guide .floor-list .floor-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.con_guide .floor-list .floor-btn .f-name {
  color: #48412d;
  font-size: 1.5rem;
  line-height: 33px;
}
@media only screen and (min-width: 768px) {
  .con_guide .floor-list .floor-btn .f-name {
    width: 12%;
    float: left;
  }
}
@media print {
  .con_guide .floor-list .floor-btn .f-name {
    width: 12%;
    float: left;
  }
}
.ie8 .con_guide .floor-list .floor-btn .f-name {
  width: 12%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_guide .floor-list .floor-btn .f-name {
    width: 70%;
  }
}
.con_guide .floor-list .floor-btn .f {
  color: #48412d;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .con_guide .floor-list .floor-btn .f {
    width: 12%;
    float: left;
  }
}
@media print {
  .con_guide .floor-list .floor-btn .f {
    width: 12%;
    float: left;
  }
}
.ie8 .con_guide .floor-list .floor-btn .f {
  width: 12%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_guide .floor-list .floor-btn .f {
    width: 15%;
  }
}
.con_guide .floor-list .floor-btn .f span {
  display: block;
  float: right;
  font-size: 1.5rem;
}
.con_guide .floor-list .floor-btn .f span:nth-child(1) {
  padding-top: 11px;
  padding-left: 2px;
  font-size: 1rem;
  line-height: 100%;
}
.con_guide .floor-list .floor-btn .f span:nth-child(2) {
  line-height: 33px;
}
.con_guide .floor-list .floor-btn .f-min {
  color: #48412d;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .con_guide .floor-list .floor-btn .f-min {
    width: 35%;
    float: left;
  }
}
@media print {
  .con_guide .floor-list .floor-btn .f-min {
    width: 35%;
    float: left;
  }
}
.ie8 .con_guide .floor-list .floor-btn .f-min {
  width: 35%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_guide .floor-list .floor-btn .f-min {
    width: 15%;
  }
}
.con_guide .floor-list .floor-btn .f-min span {
  display: block;
  float: right;
  font-size: 1.5rem;
}
.con_guide .floor-list .floor-btn .f-min span:nth-child(1) {
  padding-top: 11px;
  padding-left: 2px;
  font-size: 1rem;
  line-height: 100%;
}
.con_guide .floor-list .floor-btn .f-min span:nth-child(2) {
  line-height: 33px;
}
.con_guide .floor-list .floor-btn .f-name-min {
  color: #48412d;
  font-size: 1.5rem;
  line-height: 33px;
}
@media only screen and (min-width: 768px) {
  .con_guide .floor-list .floor-btn .f-name-min {
    width: 50%;
    float: left;
  }
}
@media print {
  .con_guide .floor-list .floor-btn .f-name-min {
    width: 50%;
    float: left;
  }
}
.ie8 .con_guide .floor-list .floor-btn .f-name-min {
  width: 50%;
  float: left;
}
.con_guide .floor-list .floor-btn .info-row2 {
  color: #48412d;
  width: 71%;
  font-size: .8rem;
  line-height: 12px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_guide .floor-list .floor-btn .info-row2 {
    margin: 0 auto;
    width: 88%;
  }
}
.con_guide .floor-list .floor-btn .info-row2 div:nth-child(1) {
  padding: 4px 0 1px;
}
.con_guide .floor-list .floor-btn .info-row2 div:nth-child(2) {
  padding: 1px 0 3px;
}
.con_guide .floor-list .floor-btn .floor-btn {
  float: right;
  line-height: 33px;
  width: 5%;
}
.con_guide .floor-list .honkan {
  width: 70%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .con_guide .floor-list .honkan {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.con_guide .floor-list .annex {
  width: 25%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .con_guide .floor-list .annex {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.con_guide .floor-list .btn-clear {
  width: 100%;
}
