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

 file name  : guestroom.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.con_points .inner, .con_rooms, .con_information {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_points .inner, .con_rooms, .con_information {
    width: 95%;
  }
}

.con_points .inner:after, .con_rooms:after, .con_information:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title h2 {
  background-image: url(../guestroom/images/title.png);
}

/* -----------------------------------------------------------
	.box_pagenav
----------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .box_pagenav ul li {
    width: 18%;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.con_intro h3 {
  height: 488px;
  text-align: center;
  position: relative;
  padding-top: 173px;
  background: url(../guestroom/images/img_intro.jpg) center 0 no-repeat;
  background-size: cover;
  font-weight: normal;
}
.con_intro h3 img {
  max-width: 733px;
}
@media only screen and (max-width: 767px) {
  .con_intro h3 img {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro h3 {
    padding-top: 13%;
    padding-bottom: 23%;
    height: auto;
  }
}
.con_intro .box_content {
  position: relative;
  z-index: 2;
  margin-top: -5.7em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content {
    margin-top: 20px;
  }
}
.con_intro .box_content .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .txt {
    text-align: left;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.con_intro .box_content .txt span {
  display: inline;
  background: rgba(255, 255, 255, 0.8);
  font-size: 124%;
  line-height: 2.4;
  padding: 7px 10px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .txt span {
    font-size: 100%;
    padding: 0;
    text-align: left;
    background: none;
    line-height: 2;
  }
}

/* -----------------------------------------------------------
	.con_points
----------------------------------------------------------- */
.con_points {
  margin-top: 80px;
  padding-top: 50px;
  background: url(../images/common/bg_texture_gray.png);
}
@media only screen and (max-width: 767px) {
  .con_points {
    margin-top: 60px;
    padding: 30px 0;
  }
}
.con_points h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
  margin-bottom: 30px;
}
.con_points h3 > span {
  display: inline-block;
  padding: 35px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_points h3 > span {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .con_points h3 > span:before {
    width: 60px;
    margin-left: -30px;
  }
}
.con_points h3 > span:after {
  content: " ";
  display: block;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background: #394a70;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.con_points h3 > span > span {
  display: block;
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  .con_points h3 > span > span {
    min-width: 200px;
  }
}
.con_points h3 > span > span.jp_sub {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_points h3 > span > span.jp_sub {
    display: block;
    font-size: 139%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
}
.con_points h3 > span > span.jp {
  background-image: url("../guestroom/images/st_points.png");
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 67px;
  height: 0;
  overflow: hidden;
  width: 207px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_points h3 > span > span.jp {
    height: auto;
    padding-top: 0;
    background: none;
    width: auto;
    font-size: 200%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
}
.con_points h3 > span > span.en {
  background: url(../images/common/bg_line_diagonal_blue.png) 0 center repeat-x;
  margin: 0 -25px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_points h3 > span > span.en {
    margin: 0 -15px;
    margin-top: 10px;
  }
}
.con_points h3 > span > span.en em {
  background: url(../images/common/bg_texture_white.jpg);
  padding: 0 15px;
  color: #394a70;
  font-family: "Cinzel", serif;
  font-size: 124%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_points h3 > span > span.en em {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points h3 {
    margin-bottom: 20px;
  }
}
.con_points h3 > span > span.en em {
  background: url(../images/common/bg_texture_gray.jpg);
}
.con_points .wrp_points {
  overflow: hidden;
  margin-bottom: -7.5%;
}
@media only screen and (max-width: 767px) {
  .con_points .wrp_points {
    margin-bottom: 0;
    margin-top: -30px;
  }
}
.con_points .wrp_points .box_points {
  float: left;
  width: 33.333333%;
}
@media only screen and (max-width: 767px) {
  .con_points .wrp_points .box_points {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .wrp_points .box_points .img img {
    width: 100%;
  }
}
.con_points .wrp_points .box_points .txt {
  padding: 20px 20px 0 20px;
  font-size: 124%;
}
@media only screen and (max-width: 767px) {
  .con_points .wrp_points .box_points .txt {
    padding: 15px 10px 0 10px;
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    margin-bottom: 60px;
  }
}

/* -----------------------------------------------------------
	.con_rooms11
----------------------------------------------------------- */
.con_rooms.higashi {
	margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .con_rooms.higashi {
    margin-top: 60px;
  }
}
.con_rooms.higashi h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
}
.con_rooms.higashi h3 > span {
  display: inline-block;
  padding: 35px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_rooms.higashi h3 > span {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  
}

.con_rooms.higashi h3 > span > span {
  display: block;
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  .con_rooms.higashi h3 > span > span {
    min-width: 200px;
  }
}
.con_rooms.higashi h3 > span > span.jp_sub {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_rooms.higashi h3 > span > span.jp_sub {
    display: block;
    font-size: 139%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
}
.con_rooms.higashi h3 > span > span.jp {
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top: 69px;
	height: 0;
	width: 117px;
	margin: 0 auto;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_rooms.higashi h3 > span > span.jp {
    height: auto;
    padding-top: 0;
    background: none;
    width: auto;
    font-size: 200%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
}
.con_rooms.higashi h3 > span > span.en {
	margin: 0 -25px;
	margin-top: 20px;
	background-image: url(../images/common/bg_line_diagonal_blue.png);
	background-position: 0px center;
	background-repeat: repeat-x;
}
@media only screen and (max-width: 767px) {
  .con_rooms.higashi h3 > span > span.en {
    margin: 0 -15px;
    margin-top: 10px;
  }
}
.con_rooms.higashi h3 > span > span.en em {
  background: url(../images/common/bg_texture_white.jpg);
  padding: 0 15px;
  color: #394a70;
  font-family: "Cinzel", serif;
  font-size: 124%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_rooms.higashi h3 > span > span.en em {
    font-size: 100%;
  }
}




/* -----------------------------------------------------------
	.con_rooms32
----------------------------------------------------------- */
.con_rooms.universal {
	margin-top: 65px;
}
.con_rooms.universal h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
}
.con_rooms.universal h3 > span {
  display: inline-block;
  padding: 35px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_rooms.universal h3 > span {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .con_rooms.universal h3 > span:before {
    width: 60px;
    margin-left: -30px;
  }
}

.con_rooms.universal h3 > span > span {
  display: block;
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  .con_rooms.universal h3 > span > span {
    min-width: 200px;
  }
}
.con_rooms.universal h3 > span > span.jp_sub {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_rooms.universal h3 > span > span.jp_sub {
    display: block;
    font-size: 139%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
}
.con_rooms.universal h3 > span > span.jp {
  background-image: url("../guestroom/images/st_universal.png");
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 65px;
  height: 0;
  overflow: hidden;
  width: 357px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_rooms.universal h3 > span > span.jp {
    height: auto;
    padding-top: 0;
    background: none;
    width: auto;
    font-size: 200%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
}
.con_rooms.universal h3 > span > span.en {
  background: url(../images/common/bg_line_diagonal_blue.png) 0 center repeat-x;
  margin: 0 -25px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_rooms.universal h3 > span > span.en {
    margin: 0 -15px;
    margin-top: 10px;
  }
}
.con_rooms.universal h3 > span > span.en em {
  background: url(../images/common/bg_texture_white.jpg);
  padding: 0 15px;
  color: #394a70;
  font-family: "Cinzel", serif;
  font-size: 124%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_rooms.universal h3 > span > span.en em {
    font-size: 100%;
  }
}




.con_rooms h3 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .con_rooms h3 {
    margin-bottom: 20px !important;
  }
}
.con_rooms .thumb-item-nav li {
  padding: 4px;
  box-sizing: border-box;
  display: block;
}
.con_rooms .thumb-item-nav li img {
  display: block;
}
.con_rooms .thumb-item-nav li img:hover {
  outline: 4px solid #7e7fa8;
  cursor: pointer;
  opacity: 1.0;
}
.con_rooms .box_slide {
  padding-bottom: 10px;
}
.con_rooms .wrp_content {
  margin-top: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content {
    margin-top: 15px;
  }
}
.con_rooms .wrp_content .box_layout {
  float: left;
  background: url(../images/common/bg_texture_gray.jpg);
  display: table;
  width: 46%;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_layout {
    width: 100%;
    float: none;
    padding: 20px 0;
    margin-top: 20px;
  }
}
.con_rooms .wrp_content .box_layout > * {
  display: table-cell;
  vertical-align: middle;
}
.con_rooms .wrp_content .box_layout .box_title {
  padding: 0 10px;
  width: 40%;
  border-right: 1px solid #999999;
  text-align: center;
}
.con_rooms .wrp_content .box_layout .box_title h4 {
  font-weight: normal;
  font-size: 170%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .wrp_content .box_layout .box_title h4 {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_layout .box_title h4 {
    font-size: 108%;
  }
}
.con_rooms .wrp_content .box_layout .box_title h4 span {
  display: block;
  font-size: 73%;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .wrp_content .box_layout .box_title h4 span {
    font-size: 73%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_layout .box_title h4 span {
    font-size: 79%;
  }
}
.con_rooms .wrp_content .box_layout .box_title .img {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_layout .box_title .img img {
    width: 100%;
  }
}
.con_rooms .wrp_content .box_layout .img_layout {
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_layout .img_layout img {
    width: 100%;
  }
}
.con_rooms .wrp_content .box_content {
	float: left;
	width: 100%;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_content {
    float: none;
    width: 100%;
  }
}
.con_rooms .wrp_content .box_content .txt_catch {
  font-size: 1.3rem;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_content .txt_catch {
   
  }
}
.con_rooms .wrp_content .box_content .txt {
	margin-top: 15px;
	font-size: 1.15rem;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_content .txt {
    
  }
}
.con_rooms .wrp_content .box_content table {
	margin-top: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_content table {
    width: 100%;
  }
}
.con_rooms .wrp_content .box_content .att {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_content .att {
    margin-top: 5px;
  }
}
.con_rooms .wrp_content .box_content .box_tel {
  margin-top: 25px;
}
.con_rooms .wrp_content .box_content .box_tel dl {
  padding: 20px;
  display: inline-block;
  border: 1px solid #999999;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_content .box_tel dl {
    text-align: center;
    display: block;
    padding: 15px 10px;
  }
}
.con_rooms .wrp_content .box_content .box_tel dl dt, .con_rooms .wrp_content .box_content .box_tel dl dd {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 139%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_content .box_tel dl dt {
    font-size: 100%;
  }
}
.con_rooms .wrp_content .box_content .box_tel dl dd {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_content .box_tel dl dd {
    margin-top: 5px;
  }
}
.con_rooms .wrp_content .box_content .box_tel dl dd > * {
  display: block;
  width: 210px;
  padding-top: 19px;
  height: 0;
  overflow: hidden;
  background: url(../guestroom/images/txt_tel.png) 0 0 no-repeat;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_content .box_content .box_tel dl dd > * {
    background: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    font-size: 139%;
    padding-top: 0;
    height: auto;
    width: 100%;
  }
}
.con_rooms .btn_plan {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_rooms .btn_plan {
    margin-top: 30px;
  }
}
.con_rooms .btn_plan a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	background: #883858;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 1.15rem;
	padding: 20px 65px 20px 20px;
	position: relative;
	text-align: left;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	max-width: 340px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .btn_plan a {
    
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .btn_plan a {
 
    padding: 20px 35px 20px 20px;
  }
}
.con_rooms .btn_plan a:after {
  content: " ";
  display: block;
  width: 33px;
  height: 8px;
  background: url(../images/common/ic_arrow_white.png) 0 0 no-repeat;
  right: 25px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  .con_rooms .btn_plan a:after {
    width: 17px;
    height: 4px;
    background-size: cover;
    margin-top: -2px;
    right: 15px;
  }
}
.con_rooms .btn_plan a:hover {
	background: #883858;
	color: #fff !important;
}
.con_rooms .btn_plan a:hover:after {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .btn_plan a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .btn_plan a {
    max-width: none;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .con_information {
    margin-top: 60px;
  }
}
.con_information h3 {
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.3rem;
}
.con_information h3 > span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_information h3 > span {
    padding: 0 15px;
  }
}
.con_information h3 > span:before {
  content: " ";
  display: block;
  width: 11px;
  height: 26px;
  background: url(../images/common/bg_st_border.png) 0 center no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
@media only screen and (max-width: 767px) {
  .con_information h3 > span:before {
    height: 1.2em;
    background-size: auto 100%;
    margin-top: -0.6em;
  }
}
.con_information h3 > span:after {
  content: " ";
  display: block;
  width: 11px;
  height: 26px;
  background: url(../images/common/bg_st_border.png) right center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
@media only screen and (max-width: 767px) {
  .con_information h3 > span:after {
    height: 1.2em;
    background-size: auto 100%;
    margin-top: -0.6em;
  }
}
.con_information h3 > span span {
}
@media only screen and (max-width: 767px) {
  .con_information h3 > span span {
    
  }
}
@media only screen and (max-width: 767px) {
  .con_information h3 {
    margin-bottom: 20px;
  }
}
.con_information .tbl_primary th {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .con_information .tbl_primary th {
    width: 100%;
  }
}
