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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_intro .topicpath, .con_intro .box_intro, .con_nav .box_rnav, .con_sea, .con_hotel_appeal, .con_building .box_building, .con_building .box_build_bottom, .con_information .box_information {
  width: 950px;
  margin: auto;
}

.con_intro .topicpath:after, .con_intro .box_intro:after, .con_nav .box_rnav:after, .con_hotel_main .box_hotelmain .box_inner:after, .con_hotel_main .box_hotelmain .box_inner .box_content .box_right:after, .con_sea:after, .con_hotel_appeal:after, .con_building .box_building:after, .con_building .box_build_bottom:after, .con_information .box_information:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
#rooms .con_title {
  margin-bottom: 0;
}
#rooms .con_title .img {
  background-image: url(../copy/images/img_title.jpg);
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.con_intro:before {
  position: absolute;
  top: 0;
  left: -110px;
  width: 523px;
  height: 346px;
  content: "";
  background: url(../rooms/images/bg_introleft.png) top left no-repeat;
  background-size: 80%;
}
.con_intro:after {
  position: absolute;
  top: 0;
  right: -300px;
  width: 523px;
  height: 346px;
  content: "";
  background: url(../rooms/images/bg_introleft.png) top left no-repeat;
  background-size: 80%;
}
.con_intro .topicpath {
  padding-top: 20px;
  margin-bottom: 35px;
}
.con_intro .topicpath ul {
  overflow: hidden;
}
.con_intro .topicpath ul li {
  float: left;
  margin-right: 0.5em;
}
.con_intro .topicpath ul li i {
  margin-left: 0.5em;
}
.con_intro .box_intro {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.con_intro .box_intro:before {
  position: absolute;
  top: 50px;
  right: 150px;
  content: "";
  width: 168px;
  height: 49px;
  background: url(../rooms/images/img_brid.png) no-repeat;
}
.con_intro .box_intro:after {
  position: absolute;
  bottom: 20px;
  left: 120px;
  content: "";
  width: 238px;
  height: 66px;
  background: url(../rooms/images/img_flower.png) no-repeat;
}
.con_intro .box_intro h3 {
  font-size: 200%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  margin-bottom: 40px;
  font-weight: normal;
  position: relative;
  letter-spacing: .2em;
}
.con_intro .box_intro p.txt {
  line-height: 2;
  position: relative;
}

.con_nav {
  background: url(../images/common/bg_texture_pattern03.png) top left;
  padding: 22px 0;
}
.con_nav .box_rnav h4 {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.con_nav .box_rnav h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #c3c0b9;
  z-index: 1;
}
.con_nav .box_rnav h4 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: url(../images/common/bg_texture_pattern03.png) top left;
  padding: 0 20px;
  font-size: 154%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
}
.con_nav .box_rnav ul {
  text-align: center;
}
.con_nav .box_rnav ul li {
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 108%;
}
.con_nav .box_rnav ul li a {
  width: 125px;
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
  text-decoration: none;
}
.con_nav .box_rnav ul li a span {
  z-index: 3;
  display: block;
  position: relative;
}
.con_nav .box_rnav ul li a span.new::before {
  content: "";
  background-image: url(../rooms/images/ic_new.png);
  background-size: cover;
  position: absolute;
  top: -3px;
  left: -3px;
  height: 37px;
  width: 36px;
}
.con_nav .box_rnav ul li a:before {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #cac79e;
  z-index: 2;
  content: "";
}
.con_nav .box_rnav ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../images/common/bg_texture_pattern01.jpg);
}
.con_nav .box_rnav .box_left {
  width: 69.84127%;
  float: left;
  padding: 0 10px;
}
.con_nav .box_rnav .box_right {
  width: 30.15873%;
  float: right;
  padding: 0 10px;
}

.con_hotel_main {
  border-top: 4px solid #f3f3f3;
  margin-top: 4px;
  position: relative;
}
.con_hotel_main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  content: "";
  background: url(../images/common/bg_line_title.png) repeat;
}
.con_hotel_main h3.st_high {
  position: relative;
  text-align: center;
  padding-top: 31px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-bottom: 60px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .con_hotel_main h3.st_high {
    padding-top: 22px;
  }
}
.con_hotel_main h3.st_high:before {
  content: " ";
  display: block;
  width: 230px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -115px;
  height: 1px;
  background: #f6d9d9;
}
@media only screen and (max-width: 767px) {
  .con_hotel_main h3.st_high:before {
    width: 180px;
    margin-left: -90px;
  }
}
.con_hotel_main h3.st_high:after {
  content: " ";
  display: block;
  height: 31px;
  width: 62px;
  background: url(../images/common/ic_st_flower.png) center 0 no-repeat #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -31px;
}
@media only screen and (max-width: 767px) {
  .con_hotel_main h3.st_high:after {
    height: 22px;
    width: 48px;
    margin-left: -24px;
    background-size: auto 100%;
  }
}
.con_hotel_main h3.st_high span {
  display: block;
}
.con_hotel_main h3.st_high span.jp {
  letter-spacing: 0.15em;
  color: #303030;
  font-size: 247%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .con_hotel_main h3.st_high span.jp {
    font-weight: bold;
    font-size: 154%;
  }
}
.con_hotel_main h3.st_high span.en {
  color: #a4a46c;
  font-size: 93%;
  letter-spacing: 0.6em;
  font-family: "Marcellus", serif;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_hotel_main h3.st_high span.en {
    margin-top: 5px;
    font-size: 77%;
  }
}
.con_hotel_main h4.st_mid {
  text-align: center;
  font-weight: normal;
  padding-top: 15px;
  position: relative;
  margin-bottom: 30px;
}
.con_hotel_main h4.st_mid span {
  display: block;
}
.con_hotel_main h4.st_mid span.jp {
  letter-spacing: 0.15em;
  color: #303030;
  font-size: 200%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .con_hotel_main h4.st_mid span.jp {
    font-weight: bold;
    font-size: 139%;
  }
}
.con_hotel_main h4.st_mid span.en {
  margin-top: 8px;
  color: #a4a46c;
  font-size: 77%;
  letter-spacing: 0.6em;
  font-family: "Marcellus", serif;
}
@media only screen and (max-width: 767px) {
  .con_hotel_main h4.st_mid span.en {
    margin-top: 5px;
    font-size: 70%;
  }
}
.con_hotel_main h4.st_mid:before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 84px;
  top: 0;
  left: 50%;
  margin-left: -42px;
  background: #bc5f5f;
}
@media only screen and (max-width: 767px) {
  .con_hotel_main h4.st_mid:before {
    width: 64px;
    margin-left: -32px;
  }
}
.con_hotel_main h4.st_mid:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #bc5f5f;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3.5px;
}
.con_hotel_main h5 {
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: center;
}
.con_hotel_main .txt_subtitle {
  text-align: center;
}
.con_hotel_main .box_hnav {
  text-align: center;
}
.con_hotel_main .box_hnav ul {
  margin: 35px 0;
  text-align: center;
}
.con_hotel_main .box_hnav ul li {
  display: inline-block;
}
.con_hotel_main .box_hnav ul li a {
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  width: 190px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  margin: 0 10px;
  text-decoration: none;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  position: relative;
  font-size: 124%;
}
.con_hotel_main .box_hnav ul li a:hover, .con_hotel_main .box_hnav ul li a.selected {
  background: #ededbf;
  border: 1px solid #ededbf;
}
.con_hotel_main .box_hnav ul li a:hover:after, .con_hotel_main .box_hnav ul li a.selected:after {
  background: url(../rooms/images/ic_arrow_active.png) no-repeat;
}
.con_hotel_main .box_hnav ul li a:after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 20px;
  height: 11px;
  margin-left: -10px;
  content: "";
  background: url(../rooms/images/ic_arrow.png) no-repeat;
}
.con_hotel_main .box_hotelmain {
  background: url(../images/common/bg_texture_pattern02.png) top left;
  padding: 35px 30px 10px;
}
.con_hotel_main .box_hotelmain .box_inner h3 {
  text-align: center;
  font-size: 262%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  margin-bottom: 20px;
  font-weight: normal;
}
.con_hotel_main .box_hotelmain .box_inner h3 span {
  font-size: 36%;
  display: block;
}
.con_hotel_main .box_hotelmain .box_inner .slider {
  position: relative;
}
.con_hotel_main .box_hotelmain .box_inner .slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 354px;
}
.con_hotel_main .box_hotelmain .box_inner .box_content {
  padding: 30px 0;
  overflow: hidden;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_left {
  width: 46.03175%;
  float: left;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_left table th {
  padding: 12px 20px;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_left .note {
  margin-top: 8px;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right {
  width: 53.96825%;
  float: right;
  overflow: hidden;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .tbl_basic {
  width: 60%;
  float: left;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn {
  float: left;
  padding-left: 30px;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn a {
  padding: 10px 15px;
  background: transparent;
  position: relative;
  text-decoration: none !important;
  color: #303030 !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #c2c2c2;
  font-size: 100%;
  display: inline-block;
  width: 200px;
  text-align: left;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -3px;
  bottom: -3px;
  border-bottom: 1px solid #dddada;
  border-right: 1px solid #dddada;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #1f1f1f;
  font-size: 131%;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  right: 15px;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn a:hover {
  background: #eeeeee;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn a:active {
  background: #eeeeee;
  top: 2px;
  left: 2px;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn a:active:before {
  display: none;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn a:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 185%;
  position: absolute;
  top: 50%;
  right: 20px;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn_rsv {
  width: 50%;
  padding-left: 30px;
  float: right;
  margin: 0 3px 3px 0;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn_rsv a {
  padding: 12px 15px;
  background: #ab3737;
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 100%;
  display: inline-block;
  width: 100%;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn_rsv a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -2px;
  bottom: -2px;
  border-bottom: 1px solid #dddada;
  border-right: 1px solid #dddada;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn_rsv a:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 600;
  color: #fff;
  font-size: 131%;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  right: 15px;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn_rsv a:hover {
  background: #bc5f5f;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn_rsv a:active {
  background: #bc5f5f;
  top: 2px;
  left: 2px;
}
.con_hotel_main .box_hotelmain .box_inner .box_content .box_right .btn_rsv a:active:before {
  display: none;
}
.con_hotel_main .box_hotelmain .box_inner .note {
  font-size: 93%;
}

.con_sea {
  margin: 50px auto 70px auto;
}
.con_sea h4 {
  text-align: center;
  font-weight: normal;
  padding-top: 15px;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 45px;
}
.con_sea h4 span {
  display: block;
}
.con_sea h4 span.jp {
  letter-spacing: 0.15em;
  color: #303030;
  font-size: 200%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .con_sea h4 span.jp {
    font-weight: bold;
    font-size: 139%;
  }
}
.con_sea h4 span.en {
  margin-top: 8px;
  color: #a4a46c;
  font-size: 77%;
  letter-spacing: 0.6em;
  font-family: "Marcellus", serif;
}
@media only screen and (max-width: 767px) {
  .con_sea h4 span.en {
    margin-top: 5px;
    font-size: 70%;
  }
}
.con_sea h4:before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 84px;
  top: 0;
  left: 50%;
  margin-left: -42px;
  background: #bc5f5f;
}
@media only screen and (max-width: 767px) {
  .con_sea h4:before {
    width: 64px;
    margin-left: -32px;
  }
}
.con_sea h4:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #bc5f5f;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3.5px;
}
.con_sea .box_sea {
  overflow: hidden;
}
.con_sea .box_sea .box_photo {
  width: 50%;
  float: left;
}
.con_sea .box_sea .box_photo .slider {
  position: relative;
}
.con_sea .box_sea .box_photo .slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 273px;
}
.con_sea .box_sea .box_info {
  width: 50%;
  float: right;
  padding-left: 45px;
}
.con_sea .box_sea .box_info h5 {
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  margin-bottom: 20px;
  font-weight: normal;
}
.con_sea .box_sea .box_info .btn {
  margin: 20px 0;
}
.con_sea .box_sea .box_info .btn a {
  padding: 10px 15px;
  background: transparent;
  position: relative;
  text-decoration: none !important;
  color: #303030 !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #c2c2c2;
  font-size: 100%;
  display: inline-block;
  width: 200px;
}
.con_sea .box_sea .box_info .btn a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -3px;
  bottom: -3px;
  border-bottom: 1px solid #dddada;
  border-right: 1px solid #dddada;
}
.con_sea .box_sea .box_info .btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #1f1f1f;
  font-size: 131%;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  right: 15px;
}
.con_sea .box_sea .box_info .btn a:hover {
  background: #eeeeee;
}
.con_sea .box_sea .box_info .btn a:active {
  background: #eeeeee;
  top: 2px;
  left: 2px;
}
.con_sea .box_sea .box_info .btn a:active:before {
  display: none;
}
.con_sea .box_sea .box_info .btn a:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 131%;
  position: absolute;
  top: 50%;
  right: 15px;
}
.con_sea .box_sea .box_info table th {
  padding: 12px 0px;
  width: 5em;
}
.con_sea .box_sea .box_info table td {
  padding: 12px 20px;
}
.con_sea .box_sea .box_info .red {
  float: right;
  overflow: hidden;
  margin-top: 55px;
}
.con_sea .box_sea .box_info .red a {
  padding: 17px 20px;
  background: #ab3737;
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  margin: 0 3px 3px 0;
  width: 270px;
}
.con_sea .box_sea .box_info .red a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -2px;
  bottom: -2px;
  border-bottom: 1px solid #dddada;
  border-right: 1px solid #dddada;
}
.con_sea .box_sea .box_info .red a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
  width: 8px;
  height: 15px;
  background: url(../images/common/ic_arrow_right_white.png);
}
.con_sea .box_sea .box_info .red a:hover {
  background: #bc5f5f;
}
.con_sea .box_sea .box_info .red a:active {
  background: #bc5f5f;
  top: 2px;
  left: 2px;
}
.con_sea .box_sea .box_info .red a:active:before {
  display: none;
}

.con_hotel_appeal {
  margin-bottom: 100px;
}

.con_building {
  border-top: 4px solid #f3f3f3;
  margin-top: 4px;
  position: relative;
}
.con_building:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  content: "";
  background: url(../images/common/bg_line_title.png) repeat;
}
.con_building h3.st_high {
  position: relative;
  text-align: center;
  padding-top: 31px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-bottom: 60px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .con_building h3.st_high {
    padding-top: 22px;
  }
}
.con_building h3.st_high:before {
  content: " ";
  display: block;
  width: 230px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -115px;
  height: 1px;
  background: #f6d9d9;
}
@media only screen and (max-width: 767px) {
  .con_building h3.st_high:before {
    width: 180px;
    margin-left: -90px;
  }
}
.con_building h3.st_high:after {
  content: " ";
  display: block;
  height: 31px;
  width: 62px;
  background: url(../images/common/ic_st_flower.png) center 0 no-repeat #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -31px;
}
@media only screen and (max-width: 767px) {
  .con_building h3.st_high:after {
    height: 22px;
    width: 48px;
    margin-left: -24px;
    background-size: auto 100%;
  }
}
.con_building h3.st_high span {
  display: block;
}
.con_building h3.st_high span.jp {
  letter-spacing: 0.15em;
  color: #303030;
  font-size: 247%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .con_building h3.st_high span.jp {
    font-weight: bold;
    font-size: 154%;
  }
}
.con_building h3.st_high span.en {
  color: #a4a46c;
  font-size: 93%;
  letter-spacing: 0.6em;
  font-family: "Marcellus", serif;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_building h3.st_high span.en {
    margin-top: 5px;
    font-size: 77%;
  }
}
.con_building h4.st_mid {
  text-align: center;
  font-weight: normal;
  padding-top: 15px;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 60px;
}
.con_building h4.st_mid span {
  display: block;
}
.con_building h4.st_mid span.jp {
  letter-spacing: 0.15em;
  color: #303030;
  font-size: 200%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .con_building h4.st_mid span.jp {
    font-weight: bold;
    font-size: 139%;
  }
}
.con_building h4.st_mid span.en {
  margin-top: 8px;
  color: #a4a46c;
  font-size: 77%;
  letter-spacing: 0.6em;
  font-family: "Marcellus", serif;
}
@media only screen and (max-width: 767px) {
  .con_building h4.st_mid span.en {
    margin-top: 5px;
    font-size: 70%;
  }
}
.con_building h4.st_mid:before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 84px;
  top: 0;
  left: 50%;
  margin-left: -42px;
  background: #bc5f5f;
}
@media only screen and (max-width: 767px) {
  .con_building h4.st_mid:before {
    width: 64px;
    margin-left: -32px;
  }
}
.con_building h4.st_mid:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #bc5f5f;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3.5px;
}
.con_building .box_building {
  overflow: hidden;
  margin-bottom: 60px;
}
.con_building .box_building .box_photo {
  width: 50%;
  float: left;
}
.con_building .box_building .box_photo .slider {
  position: relative;
}
.con_building .box_building .box_photo .slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 275px;
}
.con_building .box_building .box_info {
  width: 50%;
  float: right;
  padding-left: 45px;
}
.con_building .box_building .box_info h5 {
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  margin-bottom: 20px;
  font-weight: normal;
}
.con_building .box_building .box_info .btn {
  margin: 20px 0;
}
.con_building .box_building .box_info .btn a {
  padding: 10px 15px;
  background: transparent;
  position: relative;
  text-decoration: none !important;
  color: #303030 !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #c2c2c2;
  font-size: 100%;
  display: inline-block;
  width: 200px;
}
.con_building .box_building .box_info .btn a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -3px;
  bottom: -3px;
  border-bottom: 1px solid #dddada;
  border-right: 1px solid #dddada;
}
.con_building .box_building .box_info .btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #1f1f1f;
  font-size: 131%;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  right: 15px;
}
.con_building .box_building .box_info .btn a:hover {
  background: #eeeeee;
}
.con_building .box_building .box_info .btn a:active {
  background: #eeeeee;
  top: 2px;
  left: 2px;
}
.con_building .box_building .box_info .btn a:active:before {
  display: none;
}
.con_building .box_building .box_info .btn a:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 131%;
  position: absolute;
  top: 50%;
  right: 20px;
}
.con_building .box_building .box_info table th {
  padding: 12px 0px;
  width: 5em;
}
.con_building .box_building .box_info table td {
  padding: 12px 20px;
}
.con_building .box_build_bottom {
  overflow: hidden;
}
.con_building .box_build_bottom .box_inner {
  margin: 0 -30px;
  overflow: hidden;
}
.con_building .box_build_bottom .box_inner h4 {
  text-align: center;
  font-weight: normal;
  padding-top: 15px;
  position: relative;
  margin-bottom: 30px;
  margin: 3px 0 30px 0;
}
.con_building .box_build_bottom .box_inner h4 span {
  display: block;
}
.con_building .box_build_bottom .box_inner h4 span.jp {
  letter-spacing: 0.15em;
  color: #303030;
  font-size: 200%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .con_building .box_build_bottom .box_inner h4 span.jp {
    font-weight: bold;
    font-size: 139%;
  }
}
.con_building .box_build_bottom .box_inner h4 span.en {
  margin-top: 8px;
  color: #a4a46c;
  font-size: 77%;
  letter-spacing: 0.6em;
  font-family: "Marcellus", serif;
}
@media only screen and (max-width: 767px) {
  .con_building .box_build_bottom .box_inner h4 span.en {
    margin-top: 5px;
    font-size: 70%;
  }
}
.con_building .box_build_bottom .box_inner h4:before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 84px;
  top: 0;
  left: 50%;
  margin-left: -42px;
  background: #bc5f5f;
}
@media only screen and (max-width: 767px) {
  .con_building .box_build_bottom .box_inner h4:before {
    width: 64px;
    margin-left: -32px;
  }
}
.con_building .box_build_bottom .box_inner h4:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #bc5f5f;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3.5px;
}
.con_building .box_build_bottom .box_inner h5 {
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
  margin: 20px 0;
  font-weight: normal;
}
.con_building .box_build_bottom .box_inner .btn {
  margin: 20px 0;
}
.con_building .box_build_bottom .box_inner .btn a {
  padding: 10px 15px;
  background: transparent;
  position: relative;
  text-decoration: none !important;
  color: #303030 !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #c2c2c2;
  font-size: 100%;
  display: inline-block;
  width: 200px;
}
.con_building .box_build_bottom .box_inner .btn a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -3px;
  bottom: -3px;
  border-bottom: 1px solid #dddada;
  border-right: 1px solid #dddada;
}
.con_building .box_build_bottom .box_inner .btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #1f1f1f;
  font-size: 131%;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  right: 15px;
}
.con_building .box_build_bottom .box_inner .btn a:hover {
  background: #eeeeee;
}
.con_building .box_build_bottom .box_inner .btn a:active {
  background: #eeeeee;
  top: 2px;
  left: 2px;
}
.con_building .box_build_bottom .box_inner .btn a:active:before {
  display: none;
}
.con_building .box_build_bottom .box_inner .btn a:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 131%;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  right: 20px;
}
.con_building .box_build_bottom .box_inner table th {
  padding: 12px 0px;
  width: 5em;
}
.con_building .box_build_bottom .box_inner table td {
  padding: 12px 10px;
}
.con_building .box_build_bottom .box_inner .red {
  margin: 55px auto;
  text-align: center;
  overflow: hidden;
}
.con_building .box_build_bottom .box_inner .red a {
  padding: 17px 20px;
  background: #ab3737;
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  width: 270px;
  color: #fff;
}
.con_building .box_build_bottom .box_inner .red a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -2px;
  bottom: -2px;
  border-bottom: 1px solid #dddada;
  border-right: 1px solid #dddada;
}
.con_building .box_build_bottom .box_inner .red a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
  width: 8px;
  height: 15px;
  background: url(../images/common/ic_arrow_right_white.png);
}
.con_building .box_build_bottom .box_inner .red a:hover {
  background: #bc5f5f;
}
.con_building .box_build_bottom .box_inner .red a:active {
  background: #bc5f5f;
  top: 2px;
  left: 2px;
}
.con_building .box_build_bottom .box_inner .red a:active:before {
  display: none;
}
.con_building .box_build_bottom .box_inner .box_item {
  width: 50%;
  float: left;
  padding: 0 30px;
}
.con_building .box_build_bottom .box_inner .box_item .slider {
  position: relative;
}
.con_building .box_build_bottom .box_inner .box_item .slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 255px;
}

.con_information {
  margin-top: 60px;
  padding: 55px 0 80px;
  border-top: 4px solid #f3f3f3;
}
.con_information h4 {
  text-align: center;
  font-weight: normal;
  padding-top: 15px;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.con_information h4 span {
  display: block;
}
.con_information h4 span.jp {
  letter-spacing: 0.15em;
  color: #303030;
  font-size: 200%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .con_information h4 span.jp {
    font-weight: bold;
    font-size: 139%;
  }
}
.con_information h4 span.en {
  margin-top: 8px;
  color: #a4a46c;
  font-size: 77%;
  letter-spacing: 0.6em;
  font-family: "Marcellus", serif;
}
@media only screen and (max-width: 767px) {
  .con_information h4 span.en {
    margin-top: 5px;
    font-size: 70%;
  }
}
.con_information h4:before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 84px;
  top: 0;
  left: 50%;
  margin-left: -42px;
  background: #bc5f5f;
}
@media only screen and (max-width: 767px) {
  .con_information h4:before {
    width: 64px;
    margin-left: -32px;
  }
}
.con_information h4:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #bc5f5f;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3.5px;
}

#lnk_sui, #lnk_umi, #lnk_ipp, #lnk_twi, #lnk_was, #lnk_fut, #lnk_way {
  padding-top: 30px;
}

#lnk_was {
  padding-top: 0;
}
