@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_guestrooms .box_det #obj_slider1, .con_skyspa .box_det #obj_slider2, .con_skyspa .box_det .wrp_img, .con_breakfast .box_det .wrp_img, .con_breakfast #obj_slider3, .con_access .box_acc, .con_access .con_entrance, .bre_guest, .con_search, .con_facility {
  max-width: 1200px;
  margin: auto;
}

.con_access .con_entrance:after, .bre_guest:after {
  content: "";
  display: table;
  clear: both;
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* -----------------------------------------------------------
	#loading
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_club
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info {
  width: 90%;
  margin: 3% auto;
  text-align: center;
  line-height: 1.7em;
  border: 2px solid #A57A44;
  padding: 30px 15px 20px;
}
.con_info h3 {
  font-size: 185%;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.con_info p {
  font-size: 108%;
  margin-top: 25px;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 1em;
}
.con_info p em {
  font-weight: bold;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
}
.con_intro > * {
  width: 50% !important;
  float: left;
  vertical-align: middle;
}
.con_intro > * img {
  width: 100%;
}
.con_intro #obj_intro_slider {
  margin-bottom: 0 !important;
  width: 50% !important;
}
.con_intro #obj_intro_slider .slick-dots {
  bottom: 20px;
}
.con_intro #obj_intro_slider .slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  margin-left: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.con_intro #obj_intro_slider .slick-dots li:first-child {
  margin-left: 0;
}
.con_intro #obj_intro_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.con_intro #obj_intro_slider .slick-dots li button:before {
  content: none;
}
.con_intro #obj_intro_slider .slick-dots li.slick-active, .con_intro #obj_intro_slider .slick-dots li:hover {
  background: #fff;
}
.con_intro .wrp_txt {
  position: relative;
  text-align: center;
  color: #000;
  vertical-align: middle;
  height: 361px;
  display: table;
}
.con_intro .wrp_txt .inner {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.con_intro .wrp_txt .inner h2 {
  font-weight: normal;
}
.con_intro .wrp_txt .inner h2 > span {
  display: block;
}
.con_intro .wrp_txt .inner h2 > span.jp {
  font-size: 185%;
  letter-spacing: .1em;
  padding: 0 2em;
}
.con_intro .wrp_txt .inner .sst {
  margin: 0 0 0 1em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: .08em;
}
.con_intro .wrp_txt .inner .sst p {
  margin-top: .7em;
  line-height: 2;
}

.con_guestrooms .box_int,
.con_skyspa .box_int,
.con_breakfast .box_int {
  overflow: hidden;
  position: relative;
  background: url(../images/common/bg1.png) left top;
  display: table;
  width: 100%;
}
.con_guestrooms .box_int > *,
.con_skyspa .box_int > *,
.con_breakfast .box_int > * {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
}
.con_guestrooms .box_int .wrp_txt,
.con_skyspa .box_int .wrp_txt,
.con_breakfast .box_int .wrp_txt {
  text-align: center;
  color: #fff;
  width: 40%;
  box-sizing: border-box;
  padding: 0 1.5em;
}
.con_guestrooms .box_int .wrp_txt h3,
.con_skyspa .box_int .wrp_txt h3,
.con_breakfast .box_int .wrp_txt h3 {
  padding: 0;
  font-weight: normal;
}
.con_guestrooms .box_int .wrp_txt h3 span,
.con_skyspa .box_int .wrp_txt h3 span,
.con_breakfast .box_int .wrp_txt h3 span {
  font-size: 277%;
  display: block;
}
.con_guestrooms .box_int .wrp_txt h3 em,
.con_skyspa .box_int .wrp_txt h3 em,
.con_breakfast .box_int .wrp_txt h3 em {
  font-size: 139%;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  display: block;
}
.con_guestrooms .box_int .wrp_txt .st,
.con_skyspa .box_int .wrp_txt .st,
.con_breakfast .box_int .wrp_txt .st {
  padding-top: 0.5em;
  font-size: 170%;
  line-height: 1.3;
}
.con_guestrooms .box_int .wrp_txt .txt,
.con_skyspa .box_int .wrp_txt .txt,
.con_breakfast .box_int .wrp_txt .txt {
  text-align: left;
  padding: 0;
  box-sizing: border-box;
  font-size: 116%;
  line-height: normal !important;
  line-height: 1.76;
}
.con_guestrooms .box_int .wrp_txt h3,
.con_skyspa .box_int .wrp_txt h3,
.con_breakfast .box_int .wrp_txt h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.con_guestrooms .box_int .wrp_txt .txt,
.con_skyspa .box_int .wrp_txt .txt,
.con_breakfast .box_int .wrp_txt .txt {
  padding-top: .5em;
}
.con_guestrooms .box_int .wrp_img,
.con_skyspa .box_int .wrp_img,
.con_breakfast .box_int .wrp_img {
  width: 60%;
}

/* -----------------------------------------------------------
	.con_guestrooms
----------------------------------------------------------- */
#lnk_guestrooms {
  margin-top: 100px;
  margin-top: 40px;
}

.con_guestrooms {
  overflow: hidden;
}
.con_guestrooms .box_int {
  background: rgba(165, 122, 68, 0.65);
}
.con_guestrooms .box_int .wrp_txt {
  background: url(../images/common/bg1.png) left top;
  border-right: 2px solid #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.con_guestrooms .box_det {
  margin: 2px auto 0;
  max-width: 1360px;
  width: 100%;
}
.con_guestrooms .box_det #obj_slider1 .slider .wrp_img {
  position: relative;
  height: 395px;
  overflow: hidden;
}
.con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4 {
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
}
.con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4 > * {
  display: block;
}
.con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4 em {
  font-size: 185%;
  font-family: "Cormorant Garamond", serif;
}
.con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4 span {
  font-size: 262%;
  letter-spacing: .1em;
  margin-top: 0.25em;
}
@media only screen and (min-width: 768px) {
  .con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4.txt_black {
    color: #000;
  }
  .con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4.txt_black > * {
    text-shadow: 0px 0px 10px transparent;
  }
}
@media print {
  .con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4.txt_black {
    color: #000;
  }
  .con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4.txt_black > * {
    text-shadow: 0px 0px 10px transparent;
  }
}
.ie8 .con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4.txt_black {
  color: #000;
}
.ie8 .con_guestrooms .box_det #obj_slider1 .slider .wrp_img h4.txt_black > * {
  text-shadow: 0px 0px 10px transparent;
}
.con_guestrooms .box_det #obj_slider1 .slider .tbl_basic {
  margin-top: 50px;
  width: 700px;
  font-size: 100%;
  font-size: 116%;
}
.con_guestrooms .box_det #obj_slider1 .slider .tbl_basic p.col2 span {
  width: 50%;
}
.con_guestrooms .box_det #obj_slider1 .slider .tbl_basic p span {
  padding: 0.5em 0;
}
.con_guestrooms .box_det #obj_slider1 .slider .tbl_basic p span em {
  font-size: 93%;
  line-height: 1.25;
}
.con_guestrooms .box_det #obj_slider1 .slick-dots {
  top: 412px;
}
.con_guestrooms .box_det #obj_slider1 .slick-prev, .con_guestrooms .box_det #obj_slider1 .slick-next {
  top: 168px;
}
.con_guestrooms .box_det #obj_slider1 .slick-prev {
  left: 10px;
}
.con_guestrooms .box_det #obj_slider1 .slick-next {
  right: 10px;
}
.con_guestrooms .box_notice {
  margin: 20px auto 30px;
  text-align: center;
  line-height: 1.5em;
  border: 2px solid #A57A44;
  padding: 3em 1em 3em;
  width: 670px;
  font-size: 108%;
}
.con_guestrooms .box_notice h4 {
  font-size: 17px;
  margin-bottom: 1em;
}
.con_guestrooms .box_notice .txt_net {
  margin-bottom: 1em;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.con_guestrooms .box_notice .txt_mini {
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  text-align: left;
  font-size: 12px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	.con_skyspa
----------------------------------------------------------- */
.con_skyspa {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.con_skyspa .box_int .wrp_txt {
  border-left: 2px solid #fff;
}
.con_skyspa .box_int .wrp_img span {
  font-size: 108%;
  position: absolute;
  left: 2%;
  bottom: 2%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_skyspa .box_int .wrp_img span {
    font-size: 77%;
  }
}
.con_skyspa .box_det {
  margin: 2px auto 0;
  max-width: 1360px;
  width: 100%;
  width: 100%;
}
.con_skyspa .box_det #obj_slider2 .slider {
  position: relative;
  overflow: hidden;
}
.con_skyspa .box_det #obj_slider2 .slider h4 {
  font-weight: normal;
  line-height: 1;
  position: absolute;
  bottom: 3em;
  left: 2em;
  color: #fff;
}
.con_skyspa .box_det #obj_slider2 .slider h4 > * {
  display: block;
}
.con_skyspa .box_det #obj_slider2 .slider h4 span {
  font-size: 124%;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .1em;
}
.con_skyspa .box_det #obj_slider2 .slider h4 em {
  font-size: 270%;
  font-family: "Cormorant Garamond", serif;
}
.con_skyspa .box_det #obj_slider2 .slick-list {
  overflow: visible !important;
}
.con_skyspa .box_det #obj_slider2 .slick-dots {
  bottom: -35px;
}
.con_skyspa .box_det #obj_slider2 .slick-prev, .con_skyspa .box_det #obj_slider2 .slick-next {
  margin-top: -18px;
}
.con_skyspa .box_det .wrp_img {
  letter-spacing: -.4em;
  text-align: center;
}
.con_skyspa .box_det .wrp_img p {
  width: 474px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: 2px;
  overflow: hidden;
}
.con_skyspa .box_det .wrp_img p img {
  position: relative;
  width: 122%;
  max-width: none;
  margin-left: -11%;
}
.con_skyspa .box_det .wrp_img p:first-child {
  margin-left: 0;
}
.con_skyspa .box_det .tbl_basic {
  font-size: 116%;
  border-color: #333;
  margin: 55px auto 0;
  width: 570px;
}
.con_skyspa .box_det .tbl_basic p {
  border-color: #333;
  color: #3b362f;
}
.con_skyspa .box_det .tbl_basic p span {
  padding: 7px 1em;
}
.con_skyspa .box_det .tbl_basic ul {
  padding: 5px 1em;
  text-align: left;
}

/* -----------------------------------------------------------
	.con_breakfast
----------------------------------------------------------- */
.con_breakfast {
  margin-top: 100px;
}
.con_breakfast .box_int {
  background: rgba(165, 122, 68, 0.65);
}
.con_breakfast .box_int .wrp_txt {
  background: url(../images/common/bg1.png) left top;
  border-right: 2px solid #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.con_breakfast .box_det {
  margin: 2px auto 0;
  width: 100%;
}
.con_breakfast .box_det .wrp_img {
  letter-spacing: -.4em;
  text-align: center;
}
.con_breakfast .box_det .wrp_img p {
  width: 474px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: 2px;
}
.con_breakfast .box_det .wrp_img p:first-child {
  margin-left: 0;
}
.con_breakfast .box_det .tbl_basic {
  font-size: 116%;
  margin-top: 55px;
  width: 700px;
}
.con_breakfast .box_det .tbl_basic p.col2 span {
  width: 50%;
}
.con_breakfast #obj_slider3 .slider {
  position: relative;
  overflow: hidden;
}
.con_breakfast #obj_slider3 .slider h4 {
  font-weight: normal;
  line-height: 1;
  position: absolute;
  bottom: 3em;
  left: 2em;
  color: #fff;
}
.con_breakfast #obj_slider3 .slider h4 > * {
  display: block;
}
.con_breakfast #obj_slider3 .slider h4 span {
  font-size: 124%;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .1em;
}
.con_breakfast #obj_slider3 .slider h4 em {
  font-size: 270%;
  font-family: "Cormorant Garamond", serif;
}
.con_breakfast #obj_slider3 .slick-list {
  overflow: visible !important;
}
.con_breakfast #obj_slider3 .slick-dots {
  bottom: -35px;
}
.con_breakfast #obj_slider3 .slick-prev, .con_breakfast #obj_slider3 .slick-next {
  margin-top: -18px;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  margin-top: 210px;
  padding-top: 160px;
  margin-top: 50px;
}
.con_access .box_acc {
  position: relative;
}
.con_access .box_acc .wrp_txt {
  position: absolute;
  left: 0;
  top: -160px;
  z-index: 1;
  max-width: 340px;
  background: #fff;
  padding: 50px 20px;
  box-sizing: border-box;
}
.con_access .box_acc .wrp_txt h3 {
  margin-bottom: 40px;
  font-weight: normal;
  text-align: center;
}
.con_access .box_acc .wrp_txt h3 span {
  font-size: 277%;
  display: block;
}
.con_access .box_acc .wrp_txt h3 em {
  font-size: 139%;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  display: block;
  color: #83971D;
}
.con_access .box_acc .wrp_txt .st {
  font-size: 116%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc .wrp_txt .st {
    line-height: 1.8;
  }
}
@media print {
  .con_access .box_acc .wrp_txt .st {
    line-height: 1.8;
  }
}
.ie8 .con_access .box_acc .wrp_txt .st {
  line-height: 1.8;
}
.con_access .box_acc .wrp_txt .st span {
  display: block;
  font-size: 120%;
}
.con_access .box_acc .wrp_txt .txt {
  line-height: 1.76;
}
.con_access .box_acc .wrp_txt .btn {
  margin: auto;
  width: 240px;
  width: 255px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_txt .btn {
    width: 100%;
  }
}
.con_access .box_acc .wrp_txt .btn a {
  position: relative;
  display: block;
  padding: 12px 50px;
  color: #a57a44;
  border: 1px solid #a57a44;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_txt .btn a {
    font-size: 108%;
  }
}
.con_access .box_acc .wrp_txt .btn a:before, .con_access .box_acc .wrp_txt .btn a:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  border-top: 1px solid #a57a44;
  -moz-transition: right 300ms ease;
  -o-transition: right 300ms ease;
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
}
.con_access .box_acc .wrp_txt .btn a:before {
  width: 30px;
}
.con_access .box_acc .wrp_txt .btn a:after {
  margin-top: -4px;
  width: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.con_access .box_acc .wrp_txt .btn a:hover:before, .con_access .box_acc .wrp_txt .btn a:hover:after {
  right: 13px;
}
.con_access #map {
  width: 100%;
  height: 480px;
}
.con_access .con_entrance {
  margin-top: 40px;
}
.con_access .con_entrance h3 {
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
}
.con_access .con_entrance h3 span {
  display: block;
  font-size: 216%;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_access .con_entrance h3 span {
    font-size: 154%;
  }
}
.con_access .con_entrance h3 em {
  display: block;
  font-family: "Questrial", sans-serif;
  color: #83971D;
}
.con_access .con_entrance img {
  margin-bottom: 10px;
}
.con_access .con_entrance .txt {
  text-align: center;
  font-size: 131%;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  .con_access .con_entrance .txt {
    font-size: 100%;
  }
}
.con_access .con_entrance .box_entrance {
  width: 48%;
  float: left;
  padding-right: 38px;
  font-size: 116%;
  line-height: 1.5;
}
.con_access .con_entrance .box_entrance:last-child {
  padding-right: 0;
}
.con_access .con_entrance .box_entrance h4 {
  font-size: 139%;
  font-weight: normal;
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_access .con_entrance .box_entrance h4 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_access .con_entrance .box_entrance h4 {
    font-size: 116%;
  }
}

.con_access .con_entrance .box_entrance h4 span {
  background: #C2996B;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.con_access .con_entrance .box_entrance ul {
  width: 100%;
}
.con_access .con_entrance .box_entrance ul li {
  margin-bottom: 10px;
}
.con_access .con_entrance .box_entrance ul li.sst_guest {
  margin-bottom: 0;
}
.con_access .con_entrance .box_entrance ul li span {
  line-height: 1.3em;
  font-size: 116%;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  .con_access .con_entrance .box_entrance ul li span {
    font-size: 100%;
  }
}
.con_access .con_entrance .box_entrance ul li span.rec {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
.con_access .box_park {
  margin-top: 80px;
}
.con_access .box_park h3 {
  margin-bottom: 50px;
  font-weight: normal;
  text-align: center;
}
.con_access .box_park h3 span {
  display: block;
  font-size: 262%;
  letter-spacing: .1em;
  margin-bottom: 0.1em;
}
.con_access .box_park h3 em {
  display: block;
  font-family: "Questrial", sans-serif;
  color: #83971D;
}
.con_access .box_park .bg_gray {
  background: #f0f0f0;
  padding-top: 1px;
  padding-bottom: 50px;
}
.con_access .box_park .txt_cau {
  margin-bottom: .3em;
  font-size: 108%;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.con_access .box_park .tbl_basic {
  font-size: 116%;
  line-height: 1.6;
  border-color: #333;
  margin-top: 50px;
  width: 650px;
}
.con_access .box_park .tbl_basic p {
  border-color: #333;
  color: #3b362f;
}
.con_access .box_park .tbl_basic p span {
  padding: 7px 1em;
}
.con_access .box_park .tbl_basic p span em {
  display: block;
  text-align: left;
}
.con_access .box_park .tbl_basic ul {
  padding: 7px 1em;
  text-align: left;
}
.con_access .box_park .tbl_basic ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.bre_guest {
  margin-top: 40px;
}
.bre_guest h3 {
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
}
.bre_guest h3 span {
  display: block;
  font-size: 216%;
  letter-spacing: .1em;
}
.bre_guest h3 em {
  display: block;
  font-family: "Questrial", sans-serif;
  color: #83971D;
}
.bre_guest .txt {
  text-align: center;
  font-size: 131%;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bre_guest .wrp {
  overflow: hidden;
  margin: 20px 0;
}
.bre_guest .wrp .box_breguest {
  width: 30%;
  float: left;
  border-right: 1px dotted #333333;
  padding: 20px 15px;
}
.bre_guest .wrp .box_breguest:first-child {
  border-left: 1px dotted #333333;
}
.bre_guest .wrp .box_breguest h4 {
  font-size: 139%;
  font-weight: normal;
  margin-bottom: 15px;
  width: 100%;
}
.bre_guest .wrp .box_breguest h4 span {
  background: #C2996B;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bre_guest .wrp .box_breguest ul {
  width: 100%;
  height: 300px;
}
.bre_guest .wrp .box_breguest ul li {
  margin-bottom: 10px;
}
.bre_guest .wrp .box_breguest ul li.sst_guest {
  margin-bottom: 0;
}
.bre_guest .wrp .box_breguest ul li span {
  line-height: 1.3em;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 116%;
}
.bre_guest .wrp .box_breguest ul li span.rec {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  overflow: hidden;
  position: relative;
  background: url(../images/common/bg1.png) left top;
  margin-top: 90px;
  display: table;
}
.con_search:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNjk3NWMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTc3MTQxIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(198, 151, 92, 0)), color-stop(100%, rgba(151, 113, 65, 0.6)));
  background: -moz-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
}
.con_search > * {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0;
}
.con_search .box_sea {
  background: #e9e7e4;
  width: 935px;
}
.con_search .box_sea #obj_search {
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.con_search .box_sea #obj_search .wrp_ser {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.con_search .box_sea #obj_search .wrp_ser input, .con_search .box_sea #obj_search .wrp_ser select {
  padding: 13px 1em;
  border: none;
  box-sizing: border-box;
  line-height: 1;
}
.con_search .box_sea #obj_search .wrp_ser input:focus, .con_search .box_sea #obj_search .wrp_ser select:focus {
  outline: none;
}
.con_search .box_sea #obj_search .wrp_ser input:hover, .con_search .box_sea #obj_search .wrp_ser select:hover {
  cursor: pointer;
}
.con_search .box_sea #obj_search .wrp_ser.search1 {
  letter-spacing: -.4em;
  padding-left: 30px;
}
.con_search .box_sea #obj_search .wrp_ser.search1 > * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_search .box_sea #obj_search .wrp_ser.search1 h3 {
  color: #a57a44;
  font-size: 277%;
  font-weight: normal;
  font-family: "Cormorant Garamond", serif;
}
.con_search .box_sea #obj_search .wrp_ser.search1 .box_day {
  margin-left: 30px;
}
.con_search .box_sea #obj_search .wrp_ser.search1 .box_day input[type=text] {
  width: 170px;
  font-size: 154%;
  font-family: "Times New Roman", serif;
  background: #fff url(../images/common/ic_cal.png) 93% center no-repeat;
}
.con_search .box_sea #obj_search .wrp_ser.search1 .box_und {
  margin: 20px 0 0 10px;
}
.con_search .box_sea #obj_search .wrp_ser.search2 {
  margin-left: 10px;
  letter-spacing: -.4em;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .box_sta, .con_search .box_sea #obj_search .wrp_ser.search2 .box_per, .con_search .box_sea #obj_search .wrp_ser.search2 .box_roo, .con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .box_sta select, .con_search .box_sea #obj_search .wrp_ser.search2 .box_per select, .con_search .box_sea #obj_search .wrp_ser.search2 .box_roo select, .con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit select {
  width: 80px;
  font-size: 124%;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .box_roo select {
  width: 95px;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .box_per, .con_search .box_sea #obj_search .wrp_ser.search2 .box_roo {
  margin-left: 12px;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit {
  width: 140px;
  margin-left: 20px;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit p {
  position: relative;
  z-index: 1;
  padding: 13px 1em;
  background: url(../images/common/bg1.png) left top;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 131%;
  font-family: "Questrial", sans-serif;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNjk3NWMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTc3MTQxIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(198, 151, 92, 0)), color-stop(100%, rgba(151, 113, 65, 0.6)));
  background: -moz-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
}
.con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit p span:before, .con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit p span:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit p span > * {
  vertical-align: middle;
  display: inline;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit p span:before {
  content: "";
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  font-size: 95%;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit p:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_search .box_sea #obj_search .wrp_ser.search2 .btn_submit p:hover span:before {
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.con_search .box_sea #obj_search .btns {
  letter-spacing: -.4em;
  padding-left: 30px;
  margin-top: 25px;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.con_search .box_sea #obj_search .btns p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_search .box_sea #obj_search .btns p.btn1 {
  width: 245px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_search .box_sea #obj_search .btns p.btn1 {
    width: 100%;
  }
}
.con_search .box_sea #obj_search .btns p.btn1 a {
  display: block;
  padding: 12px 0.8em;
  background: #a57a44;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 116%;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_search .box_sea #obj_search .btns p.btn1 a {
    font-size: 108%;
  }
}
.con_search .box_sea #obj_search .btns p.btn1 a:before, .con_search .box_sea #obj_search .btns p.btn1 a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search .box_sea #obj_search .btns p.btn1 a > * {
  vertical-align: middle;
  display: inline;
}
.con_search .box_sea #obj_search .btns p.btn1 a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin-left: 1em;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.con_search .box_sea #obj_search .btns p.btn1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_search .box_sea #obj_search .btns p.btn1 a:hover:after {
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
.con_search .box_sea #obj_search .btns p.btn1 a {
  position: relative;
  z-index: 1;
  background: url(../images/common/bg1.png) left top;
}
.con_search .box_sea #obj_search .btns p.btn1 a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNjk3NWMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTc3MTQxIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(198, 151, 92, 0)), color-stop(100%, rgba(151, 113, 65, 0.6)));
  background: -moz-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
}
.con_search .box_sea #obj_search .btns p.btn2 {
  width: 245px;
  margin: auto;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_search .box_sea #obj_search .btns p.btn2 {
    width: 100%;
  }
}
.con_search .box_sea #obj_search .btns p.btn2 a {
  display: block;
  padding: 12px 0.8em;
  background: #5d5347;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 116%;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_search .box_sea #obj_search .btns p.btn2 a {
    font-size: 108%;
  }
}
.con_search .box_sea #obj_search .btns p.btn2 a:before, .con_search .box_sea #obj_search .btns p.btn2 a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search .box_sea #obj_search .btns p.btn2 a > * {
  vertical-align: middle;
  display: inline;
}
.con_search .box_sea #obj_search .btns p.btn2 a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin-left: 1em;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.con_search .box_sea #obj_search .btns p.btn2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_search .box_sea #obj_search .btns p.btn2 a:hover:after {
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
.con_search .box_sea #obj_search .btns p.btn3 {
  width: 245px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_search .box_sea #obj_search .btns p.btn3 {
    width: 100%;
  }
}
.con_search .box_sea #obj_search .btns p.btn3 a {
  display: block;
  padding: 12px 0.8em;
  background: #b97a63;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 116%;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_search .box_sea #obj_search .btns p.btn3 a {
    font-size: 108%;
  }
}
.con_search .box_sea #obj_search .btns p.btn3 a:before, .con_search .box_sea #obj_search .btns p.btn3 a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search .box_sea #obj_search .btns p.btn3 a > * {
  vertical-align: middle;
  display: inline;
}
.con_search .box_sea #obj_search .btns p.btn3 a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin-left: 1em;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.con_search .box_sea #obj_search .btns p.btn3 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_search .box_sea #obj_search .btns p.btn3 a:hover:after {
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
.con_search .box_sea #obj_search .btns p.btn3 a {
  position: relative;
  background: url(../images/common/bg1.png) left top;
  display: table;
}
.con_search .box_sea #obj_search .btns p.btn3 a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNjk3NWMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTc3MTQxIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(198, 151, 92, 0)), color-stop(100%, rgba(151, 113, 65, 0.6)));
  background: -moz-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(198, 151, 92, 0) 50%, rgba(151, 113, 65, 0.6) 100%);
}
.con_search .box_sea #obj_search .btns p.lnk {
  margin: 0 0 0 40px;
}
.con_search .box_sea #obj_search .btns p.lnk:before, .con_search .box_sea #obj_search .btns p.lnk:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search .box_sea #obj_search .btns p.lnk > * {
  vertical-align: middle;
  display: inline;
}
.con_search .box_sea #obj_search .btns p.lnk:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  line-height: 1;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.con_search .box_sea #obj_search .btns p.lnk a {
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_search .box_sea #obj_search .btns p.lnk a {
    font-size: 100%;
  }
}
.con_search .box_sea #obj_search .btns p.lnk:hover:after {
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
.con_search .box_club {
  position: relative;
  padding: 1em;
  text-align: center;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-left: 2px solid #fff;
}
.con_search .box_club .wrp_clu .txt {
  margin-top: 15px;
}
.con_search .box_club .wrp_clu .btn {
  width: 245px;
  margin: auto;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .con_search .box_club .wrp_clu .btn {
    width: 100%;
  }
}
.con_search .box_club .wrp_clu .btn a {
  display: block;
  padding: 12px 0.8em;
  background: #5d5347;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 116%;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_search .box_club .wrp_clu .btn a {
    font-size: 108%;
  }
}
.con_search .box_club .wrp_clu .btn a:before, .con_search .box_club .wrp_clu .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search .box_club .wrp_clu .btn a > * {
  vertical-align: middle;
  display: inline;
}
.con_search .box_club .wrp_clu .btn a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin-left: 1em;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.con_search .box_club .wrp_clu .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_search .box_club .wrp_clu .btn a:hover:after {
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
@media only screen and (min-width: 768px) {
  .con_search .box_club .wrp_clu .btn {
    width: 150px;
  }
}
@media print {
  .con_search .box_club .wrp_clu .btn {
    width: 150px;
  }
}
.ie8 .con_search .box_club .wrp_clu .btn {
  width: 150px;
}
.con_search .box_club .wrp_clu .btn a {
  font-family: "Cinzel", serif;
}
.con_search .box_club .wrp_clu .btn a:after {
  margin-left: .5em;
}

/* -----------------------------------------------------------
	.con_facility
----------------------------------------------------------- */
.con_facility {
  margin-top: 100px;
}
.con_facility h3 {
  margin-bottom: 50px;
  font-weight: normal;
  text-align: center;
}
.con_facility h3 span {
  display: block;
  font-size: 262%;
  letter-spacing: .1em;
  margin-bottom: 0.1em;
}
.con_facility h3 em {
  display: block;
  font-family: "Questrial", sans-serif;
  color: #83971D;
}
.con_facility .box_fac {
  letter-spacing: -.4em;
}
.con_facility .box_fac > * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_facility .box_fac .wrp_img {
  text-align: center;
  width: 370px;
}
.con_facility .box_fac .wrp_txt {
  margin: 0 0 0 3.75%;
  width: 540px;
}
.con_facility .box_fac .wrp_txt table {
  width: 100%;
  border-top: 1px dotted #333333;
}
.con_facility .box_fac .wrp_txt table tr th, .con_facility .box_fac .wrp_txt table tr td {
  padding: 10px 15px;
  border-bottom: 1px dotted #333333;
  box-sizing: border-box;
  font-weight: normal;
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.61;
  font-size: 116%;
  vertical-align: top;
}
.con_facility .box_fac .wrp_txt table tr th {
  vertical-align: middle;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .con_facility .box_fac .wrp_txt table tr td.txt {
    text-align: left;
  }
}
.con_facility .box_fac .wrp_txt table tr td .cau {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 93%;
  color: red;
}
.con_facility .box_fac .wrp_txt table tr td ul {
  margin-top: 0.25em;
  text-align: left;
}
.con_facility .box_fac .wrp_txt table tr td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.con_facility .btns {
  text-align: center;
  margin-top: 50px;
  letter-spacing: -.4em;
}
.con_facility .btns li {
  position: relative;
  margin: 0 0 0 13px;
  width: 255px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_facility .btns li:first-child {
  margin: 0;
}
.con_facility .btns li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  border-bottom: 1px solid #3b362f;
}
.con_facility .btns li a {
  display: block;
  padding: 17px 30px;
  border: 1px solid #3b362f;
  text-decoration: none;
}
.con_facility .btns li a:before, .con_facility .btns li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 1;
}
.con_facility .btns li a:before {
  width: 20px;
  border-bottom: 1px solid #3b362f;
  -moz-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}
.con_facility .btns li a:after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #3b362f;
  border-right: 1px solid #3b362f;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.con_facility .btns li a span {
  display: block;
  line-height: 1;
}
.con_facility .btns li a span.en {
  font-size: 193%;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: .3em;
}
.con_facility .btns li a span.en em {
  font-size: 64%;
  margin-right: 0.2em;
}
.con_facility .btns li a span.jp {
  font-family: "Sawarabi Gothic", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.con_facility .btns li a:hover:before {
  width: 0;
}
.con_facility .btns li a:hover:after {
  -moz-transform: rotate(45deg) scale(1.4);
  -ms-transform: rotate(45deg) scale(1.4);
  -webkit-transform: rotate(45deg) scale(1.4);
  transform: rotate(45deg) scale(1.4);
}

/* -----------------------------------------------------------
	.con_ph
----------------------------------------------------------- */
.con_ph {
  margin: 100px 0;
  background: url(../images/home/img_photo.jpg) no-repeat 0 0;
}
.con_ph p {
  padding: 281px 0 31px 711px;
}

#obj_maincp {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 0 20px;
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#obj_maincp h2 {
  margin: 0 auto;
}
#obj_maincp h2 span {
  display: block;
  color: #fff;
  font-weight: normal;
}
#obj_maincp h2 span.n {
  letter-spacing: .2em;
  font-size: 347%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #obj_maincp h2 span.n {
    font-size: 293%;
  }
}
@media only screen and (max-width: 767px) {
  #obj_maincp h2 span.n {
    font-size: 170%;
  }
}
#obj_maincp h2 span.s {
  font-family: "Cinzel", serif;
  font-size: 347%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #obj_maincp h2 span.s {
    font-size: 293%;
  }
}
@media only screen and (max-width: 767px) {
  #obj_maincp h2 span.s {
    font-size: 154%;
  }
}
#obj_maincp h2 span.ss {
  margin-top: 10px;
}

.bn_poi2 {
  position: absolute;
  z-index: 11;
  right: 20px;
  bottom: 20px;
}
