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

 file name  : common.css
 author     : Ability Consultant
 style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
/* font-awesome */
/* ----------------------------------------
	共通
---------------------------------------- */
* img {
  max-width: 100%;
}

/* ----------------------------------------

---------------------------------------- */
#page {
  width: 950px;
  font-size: small;
  line-height: 1.5;
  margin: 0 auto;
}

/* ----------------------------------------
	#header
---------------------------------------- */
#page #header .con_gnav {
  margin-top: 15px;
}
#page #header .con_gnav ul {
  display: flex;
}
#page #header .con_gnav ul li {
  border-left: solid 1px #d6d6d6;
}
#page #header .con_gnav ul li a {
  display: block;
  color: #000 !important;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  transition: 0.4s;
  position: relative;
}
#page #header .con_gnav ul li a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004068;
  position: absolute;
  bottom: 0;
  left: 0;
}
#page #header .con_gnav ul li a .jp {
  font-weight: 600;
  font-size: 15px;
}
#page #header .con_gnav ul li a .en {
  font-size: 10px;
  color: #004068 !important;
  letter-spacing: 0.05em;
}
#homepage #page #header .con_gnav ul li.top a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004068;
  position: absolute;
  bottom: 0;
  left: 0;
}
#rooms #page #header .con_gnav ul li.roo a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004068;
  position: absolute;
  bottom: 0;
  left: 0;
}
#breakfast #page #header .con_gnav ul li.bre a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004068;
  position: absolute;
  bottom: 0;
  left: 0;
}
#facilities #page #header .con_gnav ul li.lib a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004068;
  position: absolute;
  bottom: 0;
  left: 0;
}
#facilities #page #header .con_gnav ul li.ser a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004068;
  position: absolute;
  bottom: 0;
  left: 0;
}
#access #page #header .con_gnav ul li.acc a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004068;
  position: absolute;
  bottom: 0;
  left: 0;
}
#page #header .con_gnav ul li.boo {
  flex: 1;
  border-left: none;
}
#page #header .con_gnav ul li.boo a {
  color: #fff !important;
  background-color: #D86618;
  border-radius: 10px;
}
#page #header .con_gnav ul li.boo a .en {
  color: #fff !important;
}
#page #header .con_gnav ul li.boo a:hover {
  opacity: 0.7;
}
#page #header .con_gnav ul li.boo a:hover:after {
  content: "";
  display: none;
}

/* ----------------------------------------
	#contents
---------------------------------------- */
#page #contents .btn_default {
  width: 300px;
  font-size: 15px;
  margin: 30px auto 0;
  transition: 0.2s;
}
#page #contents .btn_default a {
  width: 100%;
  display: block;
  font-weight: 500;
  color: #005184 !important;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  background-color: #fff;
  border: 1px solid #005184;
  border-radius: 3em;
  padding: 15px 0;
  transition: 0.2s;
}
#page #contents .btn_default a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 0.35em;
}
#page #contents .btn_default a:hover {
  color: #fff !important;
  background-color: #005184;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
.btn_ptop {
  margin-top: 80px;
}
.btn_ptop a {
  display: block;
  width: 54px;
  height: 54px;
  background-image: url(../../images/footer/btn_ptop.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  transition: 0.2s;
}
.btn_ptop a:hover {
  opacity: 0.7;
}

#footer {
  background-color: #F0ECE9;
  overflow: hidden;
  padding: 35px 30px 30px 30px;
}
#footer .box_footer {
  width: 345px;
  float: left;
  padding-right: 25px;
  border-right: 1px solid #b0aba8;
  margin-top: 60px;
}
#footer .box_footer .box_hotel {
  background: url(../../images/footer/f_logo.png) no-repeat 0 0;
  padding-left: 75px;
  width: 345px;
  min-height: 88px;
}
#footer .box_footer .box_hotel .txt_hotel {
  font-size: 162%;
  font-weight: bold;
  line-height: 1.24667;
}
#footer .box_footer .box_hotel .txt_add {
  margin-top: 0.5em;
}
#footer .box_footer .btn_rsrv {
  font-size: 139%;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  margin-top: 17px;
}
#footer .box_footer .btn_rsrv a,
#footer .box_footer .btn_rsrv span {
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  color: #fff;
  background: #e26811;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
#footer .box_footer .btn_rsrv a:after,
#footer .box_footer .btn_rsrv span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .35em;
}
#footer .box_footer .btn_rsrv:hover {
  opacity: 0.75;
}
#footer .box_footer .btn_rsrv a {
  color: #fff !important;
  background-color: #A53424;
  border: 3px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
  margin-bottom: 5px;
  padding: 0.8em 0;
}
#footer .box_footer .txt_f_rtel {
  margin-top: 17px;
}
#footer .img_gro {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  float: right;
  margin-top: -20px;
}
#footer .img_gro:hover {
  opacity: 0.75;
}

#copyright {
  width: 100%;
  clear: both;
}
