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

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html:not(.touch) a:hover {
  text-decoration: none;
}
html.ua_pc a[href^="tel"] {
  color: #000;
  text-decoration: none;
  cursor: default;
}
html .ie8 .view_tab,
html .ie8 .view_tab_sp,
html .ie8 .view_sp {
  display: none !important;
}

body {
  color: #010101;
  font-size: 0.9em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background: #fff;
  background: url(../images/bg_main.png);
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
body a {
  color: #010101;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 1201px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 737px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (min-width: 737px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

body,
pre,
input,
textarea,
select {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
}

button {
  border: 0;
  background: none;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}

/* -----------------------------------------------------------
	#fade
----------------------------------------------------------- */
#fade {
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/common/bg_main.png);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
.tel-link a {
  text-decoration: none;
}

.change_img {
  font-size: 0;
}

.btn_close_style, #header .wrp_nav .btn_gnav_close, #wrp_search .btn_search_close {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #000;
  width: 40px;
  color: #fff;
  font-size: 0.8em;
}
.btn_close_style i, #header .wrp_nav .btn_gnav_close i, #wrp_search .btn_search_close i {
  font-size: 1.6em;
  display: block;
  line-height: 40px;
}
@media only screen and (min-width: 737px) {
  .btn_close_style, #header .wrp_nav .btn_gnav_close, #wrp_search .btn_search_close {
    display: none;
  }
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  width: 100%;
  text-align: left;
  padding-top: 70px;
  position: relative;
}
@media only screen and (min-width: 737px) {
  #page {
    padding-top: 0;
  }
}

.con_bnr_sp {
  display: block;
  margin-top: -2px;
}
.con_bnr_sp img {
  width: 90%;
}
@media only screen and (min-width: 1025px) {
  .con_bnr_sp {
    display: none;
  }
}

.btn_box {
  position: fixed;
  z-index: 11;
  border-left: none;
}
@media only screen and (min-width: 1369px) {
  .btn_box {
    display: block;
    top: 10px;
    right: 10px;
    width: 235px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1368px) {
  .btn_box {
    display: block;
    top: 30px;
    right: 0;
    width: 220px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn_box {
    bottom: 70px;
    right: 0px;
    width: 225px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_box {
    bottom: 1;
    right: 0px;
    width: 226px;
  }
}
@media only screen and (max-width: 736px) {
  .btn_box {
    bottom: 0px;
    left: 13px;
    right: auto;
    width: 170px;
    /*border: 1px solid gray;*/
  }
}
.btn_box .btn_notice {
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*padding-right: 15px;*/
}
.btn_box .btn_notice img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
.btn_box .btn_notice a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  /*&::after {
  	display: block;
  	margin-left: 0.5em;
  	width: 0.6em;
  	height: 0.6em;
  	border-top: 1px solid #000;
  	border-right: 1px solid #000;
  	transform: rotate(45deg);
  	transition: 0.3s;
  	content: "";
  	position: absolute;
  	right: 0;
  	bottom: 14px;
  	@media only screen and (min-width: 1025px) and (max-width: 1368px) {
  		margin-left: 0;
  	}
  }*/
}
@media only screen and (min-width: 1369px) {
  .btn_box .btn_notice a {
    width: 180px;
  }
  .btn_box .btn_notice a .view_pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1368px) {
  .btn_box .btn_notice a {
    padding-right: 20px;
    font-size: 12px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn_box .btn_notice a {
    width: 13em;
    font-size: 13px;
  }
}
@media only screen and (max-width: 737px) {
  .btn_box .btn_notice a {
    width: 45vw;
    font-size: 11px;
  }
}
.btn_box .btn_notice a:hover {
  opacity: 0.8;
}
.btn_box .btn_notice a:hover::after {
  -webkit-transform: translateX(0.25em) rotate(45deg);
          transform: translateX(0.25em) rotate(45deg);
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
  padding: 15px 0;
  *zoom: 1;
  background: url(../images/bg_white.png);
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #d04f75;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header h1 {
  display: none;
}
#header .wrp_header {
  max-width: 1200px;
  margin: 0 auto;
}
#header .box_logo {
  padding: 0 10px;
  overflow: hidden;
}
#header .box_logo .logo {
  width: 87px;
  float: left;
  text-align: center;
  margin-top: -6px;
}
#header .box_logo #sp_nav {
  float: right;
}
#header .box_logo #sp_nav ul {
  overflow: hidden;
}
#header .box_logo #sp_nav ul li {
  float: left;
}
#header .box_logo #sp_nav ul li:first-child {
  margin-right: 1px;
}
#header .box_logo #sp_nav ul li a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 3px 0;
  width: 50px;
  height: 45px;
  font-family: "Times New Roman";
}
#header .box_logo #sp_nav ul li a i {
  display: block;
  font-size: 1.6em;
}
#header .box_logo #sp_nav ul li a span {
  font-size: 0.7em;
}
#header .box_logo .box_tel {
  display: none;
}
#header .wrp_nav {
  position: fixed;
  z-index: 5001;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background: url(../images/bg_white.png);
  padding: 10px 7px;
}
#header .wrp_nav .logo {
  width: 110px;
  margin-bottom: 5px;
  padding: 0 5px;
}
#header .wrp_nav .box_tel_sp {
  text-align: center;
  margin-bottom: 10px;
}
#header .wrp_nav .box_tel_sp p {
  display: inline;
  letter-spacing: -0.5px;
}
#header .wrp_nav .box_tel_sp p.tel span {
  font-size: 1.6em;
  font-family: "Times New Roman";
}
#header .wrp_nav .box_tel_sp p.tel i {
  font-size: 1.2em;
  margin-right: 5px;
}
#header .wrp_nav .box_tel_sp p.date {
  font-size: 0.9em;
}
@media only screen and (min-width: 737px) {
  #header {
    position: static;
    height: auto;
    border-bottom: 0;
  }
  #header .box_logo {
    width: 100%;
    padding: 0 15px;
  }
  #header .box_logo .logo {
    float: left;
    width: 15%;
    text-align: left;
  }
  #header .box_logo #sp_nav {
    display: none;
  }
  #header .box_logo .box_tel {
    display: block;
    text-align: right;
    line-height: 2;
  }
  #header .box_logo .box_tel p {
    display: inline;
    letter-spacing: -0.5px;
  }
  #header .box_logo .box_tel p.tel span {
    font-size: 2em;
    font-family: "Times New Roman";
  }
  #header .box_logo .box_tel p.tel i {
    font-size: 1.6em;
    margin-right: 2px;
  }
  #header .wrp_nav {
    display: block !important;
    position: static;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  #header .wrp_nav .logo,
  #header .wrp_nav .box_tel_sp,
  #header .wrp_nav .btn_gnav_close {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #header {
    padding: 0 0 30px;
  }
  #homepage #header {
    padding: 0 0 40px;
  }
  #header .box_logo {
    float: left;
    width: 18%;
    padding: 0;
    padding-top: 10px;
    margin-left: 56px;
  }
  #header .box_logo .logo {
    float: none;
    text-align: center;
    width: 66%;
    margin: 0 auto;
  }
  #header .box_logo .box_tel {
    text-align: center;
  }
  #header .box_logo .box_tel p {
    display: block;
  }
  #header .wrp_nav {
    float: right;
    width: 76%;
    padding-top: 0;
    padding-left: 20px;
    position: relative;
    z-index: 0;
  }
}

/* -----------------------------------------------------------
	.gnav
		グローバルメニュー
----------------------------------------------------------- */
.gnav li {
  width: 50%;
  float: left;
  padding: 2px;
}
.gnav li a div {
  display: block;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  padding: 7px;
  border: 1px solid #e6e6e2;
}
@media only screen and (min-width: 737px) {
  .gnav {
    overflow: hidden;
    border-left: 1px solid #e6e6e2;
    margin-bottom: 15px;
  }
  .gnav li {
    width: 12.5%;
    float: left;
    border-left: 1px solid #e6e6e2;
    padding: 0;
  }
  .gnav li:first-child {
    border-left: none;
  }
  .gnav li a div {
    display: block;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    padding: 25px 0;
    border: none;
    border-bottom: 3px solid #fdfdf5;
  }
  .gnav li a div:hover {
    border-bottom: 3px solid #dc93a0;
  }
  .gnav li.gnav_rsv {
    background-color: #464646;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF464646', endColorstr='#FF000000');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#000000));
    background-image: linear-gradient(to bottom, #464646 0%, #000000 100%);
    background-image: -ms-linear-gradient(top, #464646 0%, #000 100%);
  }
  .gnav li.gnav_rsv a {
    color: #fff;
  }
  .gnav li.gnav_rsv a div {
    border-bottom: 3px solid #000;
  }
  .gnav li.gnav_rsv:hover {
    background-color: #000;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF464646');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#464646));
    background-image: linear-gradient(to bottom, #000000 0%, #464646 100%);
    background-image: -ms-linear-gradient(top, #000 0%, #464646 100%);
  }
  .gnav li.gnav_rsv:hover a div {
    border-bottom: 3px solid #464646;
  }
}
@media only screen and (min-width: 1025px) {
  .gnav li {
    border-left: none;
    background: url(../images/line_gnav.png) left 0 repeat-y;
  }
  .gnav li a {
    display: block;
  }
  .gnav li a:hover {
    background: url(../images/bg_on.png) 0 0 no-repeat;
  }
  .gnav li a div {
    padding: 0;
    padding-top: 100px;
    height: 0;
    overflow: hidden;
  }
  .gnav li.gnav_rsv a:hover {
    background: none;
  }
  .gnav li.gnav_cus a div {
    background-image: url(../images/nav/gnav_cus.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .gnav li.gnav_roo a div {
    background-image: url(../images/nav/gnav_roo.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .gnav li.gnav_din a div {
    background-image: url(../images/nav/gnav_din.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .gnav li.gnav_hot a div {
    background-image: url(../images/nav/gnav_hot.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .gnav li.gnav_fac a div {
    background-image: url(../images/nav/gnav_fac.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .gnav li.gnav_est a div {
    background-image: url(../images/nav/gnav_est.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .gnav li.gnav_sta a div {
    background-image: url(../images/nav/gnav_sta.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .gnav li.gnav_rsv a div {
    background-image: url(../images/nav/gnav_rsv.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/* -----------------------------------------------------------
	.snav
		サブメニュー
----------------------------------------------------------- */
.con_lan {
  display: none;
}
@media only screen and (min-width: 737px) {
  .con_lan {
    float: left;
    margin-top: 2px;
    padding: 6px 0;
    border: 1px solid #333;
    width: 12%;
    text-align: center;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    border-radius: 15px;
  }
  .con_lan:hover {
    background: #fff2f5;
  }
}
.con_lan a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 3px;
}

.snav li {
  width: 50%;
  float: left;
  padding: 4px;
}
.snav li a div {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 0.9em;
  padding: 10px 5px;
  border: 1px solid #e6e6e2;
}
.snav li.snav_hom {
  display: none;
}
.snav li.snav_en {
  width: 100%;
  text-align: center;
}
.snav li.snav_rec {
  width: 100%;
  text-align: center;
}
.snav li.snav_rec div {
  color: #fff;
  background: #a85f6e;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .snav li .snav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 737px) {
  .snav {
    text-align: left;
  }
  .snav li {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 4px;
  }
  .snav li a div {
    border: none;
    padding: 0;
  }
  .snav li a div:hover {
    color: #7e331a;
  }
  .snav li a div:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
  }
  .snav li.snav_hom {
    display: inline-block;
  }
  .snav li.snav_liv a div {
    background: #f5f1d8;
    border-radius: 5px;
  }
  .snav li.snav_liv a div:before {
    content: "\f03d";
    color: #7e331a;
  }
  .snav li.snav_en, .snav li.snav_rec {
    display: none;
  }
}

/* -----------------------------------------------------------
	#wrp_search
		空室検索
----------------------------------------------------------- */
#wrp_search {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/bg_purple.png);
}
#wrp_search .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 10px 20px;
  *zoom: 1;
  position: relative;
}
#wrp_search .inner:after {
  content: "";
  display: table;
  clear: both;
}
#wrp_search .inner .bn_official {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#wrp_search .inner .con_search {
  *zoom: 1;
  margin-bottom: 20px;
}
#wrp_search .inner .con_search:after {
  content: "";
  display: table;
  clear: both;
}
#wrp_search .inner .con_search select {
  padding: 5px;
  border: 1px solid #959595;
  border-radius: 5px;
}
#wrp_search .inner .con_search #search_489ban form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#wrp_search .inner .con_search #search_489ban form dl dd span,
#wrp_search .inner .con_search #search_489ban form dl label {
  color: #fff;
}
#wrp_search .inner .con_search #search_489ban form .date_489ban {
  width: 100%;
  margin-bottom: 30px;
}
#wrp_search .inner .con_search #search_489ban form .date_489ban dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrp_search .inner .con_search #search_489ban form .date_489ban dd input[type="text"] {
  width: 55%;
  padding: 5px;
  background: #fff url(../images/ic_calendar.png) 95% center no-repeat;
  border: 1px solid #959595;
  border-radius: 5px;
}
#wrp_search .inner .con_search #search_489ban form .date_489ban dd label {
  padding-left: 4px;
}
#wrp_search .inner .con_search #search_489ban form .inbox_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 49%;
  margin-bottom: 30px;
}
#wrp_search .inner .con_search #search_489ban form .inbox_489ban:last-of-type {
  display: none;
}
#wrp_search .inner .con_search #search_489ban form button {
  display: block;
  border-radius: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
  width: 100%;
  font-size: 1.2em;
  background-color: #d9801b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD9801B', endColorstr='#FFD7711A');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ODAxYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3NzExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9801b), to(#d7711a));
  background-image: linear-gradient(to bottom, #d9801b 0%, #d7711a 100%);
  background-image: -ms-linear-gradient(top, #d9801b 0%, #d7711a 100%);
  -webkit-filter: none;
          filter: none;
}
#wrp_search .inner .con_search .lnk_cancel a {
  color: #fff;
  display: block;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  background: #462132;
  border-radius: 7px;
}
@media only screen and (min-width: 737px) {
  #wrp_search {
    position: static;
    display: block !important;
  }
  #wrp_search .inner {
    padding: 20px 15px;
  }
  #wrp_search .inner .bn_official {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 130px;
  }
  #wrp_search .inner .con_search {
    padding-left: 105px;
    margin: 0;
  }
  #wrp_search .inner .con_search .con_date,
  #wrp_search .inner .con_search .con_per {
    float: left;
    width: 50%;
  }
  #wrp_search .inner .con_search .btn_submit {
    padding: 0;
    margin: 0;
  }
  #wrp_search .inner .con_search .btn_submit button {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 769px) {
  #wrp_search .inner .con_search {
    position: relative;
  }
  #wrp_search .inner .con_search #search_489ban form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #wrp_search .inner .con_search #search_489ban form .date_489ban {
    width: 33%;
    margin-bottom: 0px;
    margin-right: -50px;
  }
  #wrp_search .inner .con_search #search_489ban form .date_489ban dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #wrp_search .inner .con_search #search_489ban form .date_489ban dd input[type="text"] {
    width: 100%;
  }
  #wrp_search .inner .con_search #search_489ban form .inbox_489ban {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 40%;
    margin-bottom: 0px;
  }
  #wrp_search .inner .con_search #search_489ban form .inbox_489ban .stay_489ban,
  #wrp_search .inner .con_search #search_489ban form .inbox_489ban .room_489ban,
  #wrp_search .inner .con_search #search_489ban form .inbox_489ban .person_489ban {
    padding-left: 0px;
  }
  #wrp_search .inner .con_search #search_489ban form button {
    height: 0;
    padding: 0;
    margin: 0;
    width: 21%;
    min-width: 165px;
    overflow: hidden;
    padding-top: 50px;
    cursor: pointer;
    background: url(../images/btn_submit.png) right 0 no-repeat;
  }
  #wrp_search .inner .con_search .lnk_cancel {
    position: absolute;
    right: 0;
    bottom: -17px;
    width: 160px;
  }
  #wrp_search .inner .con_search .lnk_cancel a {
    color: #fff;
    display: block;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: none;
    border-radius: 7px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1025px) {
  #wrp_search {
    margin-bottom: 50px;
  }
  #wrp_search .inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 25px 30px;
  }
  #wrp_search .inner .bn_official {
    width: 160px;
    top: -25px;
    left: -40px;
  }
  #wrp_search .inner .con_search {
    padding-left: 120px;
    margin: 0;
    width: 100%;
    float: left;
  }
  #wrp_search .inner .con_search #search_489ban form .inbox_489ban {
    width: 20%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #wrp_search .inner .con_search #search_489ban form .date_489ban dd input[type="text"] {
    width: 50%;
  }
  #wrp_search .inner .con_search #search_489ban form .inbox_489ban .stay_489ban,
  #wrp_search .inner .con_search #search_489ban form .inbox_489ban .room_489ban,
  #wrp_search .inner .con_search #search_489ban form .inbox_489ban .person_489ban {
    padding-left: 10px;
  }
  #wrp_search .inner .con_search #search_489ban form .date_489ban dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #wrp_search .inner .con_search #search_489ban form .inbox_489ban {
    width: 27%;
  }
  #wrp_search .inner .con_search .lnk_cancel a:hover {
    text-decoration: underline !important;
  }
}

.checkIn::-ms-clear {
  display: none !important;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
  margin: 0 auto;
  overflow: hidden;
}
#contents .wrp_title {
  background: url(../images/bg_title.png) center center repeat-x;
}
#contents .wrp_title h2 {
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  padding: 15px 0;
  font-size: 1.2em;
  line-height: 1;
  font-weight: normal;
}
@media only screen and (min-width: 737px) {
  #contents .wrp_title h2 {
    padding: 20px 0;
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1025px) {
  #contents .wrp_title h2 {
    font-size: 0;
    height: 0;
    padding: 0;
    padding-top: 80px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
#contents .topicpath {
  background: #efe7c3;
  padding: 0 15px;
  display: none;
}
#contents .topicpath ul {
  text-align: right;
}
#contents .topicpath ul li {
  font-size: 0.6em;
  line-height: 1;
  display: inline-block;
}
#contents .topicpath ul li:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding-left: 0.5em;
}
#contents .topicpath ul li:last-child:after {
  display: none;
}
#contents .topicpath ul li a {
  text-decoration: underline;
}
#contents .topicpath ul li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  #contents .topicpath {
    display: block;
    background: url(../images/bg_topicpath.png) 0 0 repeat-x;
  }
  #contents .topicpath ul {
    max-width: 1200px;
    margin: 0 auto;
  }
  #contents .topicpath ul li {
    font-size: 0.9em;
    line-height: 36px;
  }
}

/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
----------------------------------------------------------- */
#btn_ptop {
  position: fixed;
  z-index: 500;
  right: 10px;
  bottom: 55px;
  width: 40px;
  height: 40px;
}
#btn_ptop a {
  display: block;
  position: relative;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background: #e2c15c;
  border: 1px solid #8e6f10;
}
#btn_ptop a:before {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.7em;
  margin-left: -0.5em;
}
@media only screen and (min-width: 737px) {
  #btn_ptop {
    left: 20px;
    bottom: 50px;
    width: 109px;
    height: 109px;
  }
  #btn_ptop a {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    overflow: visible;
    border: none;
  }
  #btn_ptop a:before {
    display: none;
  }
  #btn_ptop a .usagi,
  #btn_ptop a .cloud_l,
  #btn_ptop a .cloud_r {
    display: none;
    position: absolute;
  }
  #btn_ptop a .usagi {
    top: 5px;
    right: -50px;
    z-index: 10;
  }
  #btn_ptop a .cloud_l {
    top: 20px;
    left: -45px;
  }
  #btn_ptop a .cloud_r {
    bottom: 5px;
    right: -50px;
  }
  #btn_ptop a:hover .ptop {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

/* -----------------------------------------------------------
	.wrp_banner_f
		下部バナー
----------------------------------------------------------- */
.wrp_banner_f ul {
  overflow: hidden;
  padding: 0 10px;
}
.wrp_banner_f ul li {
  float: left;
  width: 33.33333%;
  padding: 2px;
  margin-bottom: 10px;
  text-align: center;
}
.wrp_banner_f ul li.box_review {
  width: 100%;
}
.wrp_banner_f ul li.box_review .st {
  text-align: center;
  margin-bottom: 7px;
  font-size: 1.2em;
}
.wrp_banner_f ul li.box_review ol {
  overflow: hidden;
}
.wrp_banner_f ul li.box_review ol li {
  float: left;
  width: 50%;
  margin: 0;
}
.wrp_banner_f ul li.box_review ol li a {
  text-align: center;
  color: #fff;
  background: #303030;
  display: block;
  padding: 5px 0;
}
@media only screen and (min-width: 737px) {
  .wrp_banner_f {
    max-width: 1200px;
    margin: 0 auto 50px;
  }
  .wrp_banner_f ul li.box_review {
    float: none;
    clear: both;
    width: 50%;
    max-width: 460px;
    margin: 0 auto;
  }
  .wrp_banner_f ul li.box_review .inner {
    padding: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .wrp_banner_f ul {
    padding: 0;
  }
  .wrp_banner_f ul li {
    float: left;
    width: 25%;
  }
  .wrp_banner_f ul li.box_review {
    float: left;
    clear: none;
    width: 25%;
  }
  .wrp_banner_f ul li.box_review .inner .st {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  .wrp_banner_f ul li.box_review .inner ol li a {
    font-size: 1.2em;
  }
  .wrp_banner_f ul li.box_review .inner ol li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_banner_f ul li.box_review .inner {
    height: 91px;
  }
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
  border-top: 2px solid #f1e7cb;
  padding-top: 2px;
}
#footer .wrp_footer .inner,
#footer .wrp_link,
#footer .copyright {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
#footer .wrp_footer {
  background: url(../images/bg_footer.png);
}
#footer .wrp_footer .inner {
  padding: 15px 0 258px;
  position: relative;
}
#footer .wrp_footer .inner .box_address .logo {
  width: 35%;
  margin: 0 auto 15px;
  text-align: center;
}
#footer .wrp_footer .inner .box_address address {
  font-size: 0.9em;
  text-align: center;
}
#footer .wrp_footer .inner .box_address .bn_re {
  border: 1px solid;
  padding: 3%;
  margin: 4% auto 0 auto;
  text-align: center;
  width: 76%;
  background-color: #a85f6e;
  color: #fff;
}
#footer .wrp_footer .inner .box_address .bn_re a {
  color: #fff;
}
#footer .wrp_footer .inner .box_fnav {
  display: none;
}
#footer .wrp_footer .inner .box_r {
  position: absolute;
  left: 71%;
  top: 133px;
  width: 25%;
  height: 185px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #footer .wrp_footer .inner .box_r {
    width: 50%;
    left: 51%;
    top: 169px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .wrp_footer .inner .box_r {
    left: 29%;
    top: 579px;
    width: 47%;
    height: auto;
  }
}
@media only screen and (max-width: 736px) {
  #footer .wrp_footer .inner .box_r {
    left: 15%;
    top: 87%;
    width: 70%;
  }
}
@media only screen and (max-width: 426px) {
  #footer .wrp_footer .inner .box_r {
    left: 15%;
    top: 83%;
    width: 70%;
  }
}
#footer .wrp_footer .inner .box_r .box_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 6%;
  left: 77%;
}
@media only screen and (max-width: 1024px) {
  #footer .wrp_footer .inner .box_r .box_sns {
    left: 65%;
    top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .wrp_footer .inner .box_r .box_sns {
    top: -308%;
    left: 30%;
  }
}
@media only screen and (max-width: 426px) {
  #footer .wrp_footer .inner .box_r .box_sns {
    top: -282%;
    left: 30%;
  }
}
#footer .wrp_footer .inner .box_r .box_sns p:first-child {
  margin-right: 24%;
}
#footer .wrp_footer .inner .box_r .box_sns p i {
  font-size: 32px;
}
@media only screen and (max-width: 1024px) {
  #footer .wrp_footer .inner .box_r .box_sns p i {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .wrp_footer .inner .box_r .box_sns p i {
    font-size: 55px;
  }
}
@media only screen and (max-width: 736px) {
  #footer .wrp_footer .inner .box_r .box_sns p i {
    font-size: 50px;
  }
}
#footer .wrp_footer .inner .box_r .logo_yugetsu {
  position: relative;
  top: 34%;
  height: 50px;
}
@media only screen and (max-width: 1024px) {
  #footer .wrp_footer .inner .box_r .logo_yugetsu {
    left: 2%;
    top: 76px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .wrp_footer .inner .box_r .logo_yugetsu {
    left: -3%;
    top: -72px;
  }
}
@media only screen and (max-width: 736px) {
  #footer .wrp_footer .inner .box_r .logo_yugetsu {
    width: 107%;
  }
}
#footer .wrp_link {
  overflow: hidden;
  padding: 15px 10px;
}
#footer .wrp_link li {
  width: 33.33333%;
  float: left;
  padding: 2px;
}
#footer .wrp_link li a {
  display: block;
  text-align: center;
}
#footer .copyright {
  font-size: 0.8em;
  padding: 0 80px 0 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 737px) {
  #footer .wrp_footer .inner {
    padding: 40px 15px 231px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 768px) {
  #footer .wrp_footer .inner {
    padding: 40px 15px 157px;
  }
}
@media only screen and (min-width: 737px) {
  #footer .wrp_footer .inner .box_address {
    margin-bottom: 15px;
    padding-bottom: 271px;
    border-bottom: 1px solid #c1a37f;
  }
  #footer .wrp_footer .inner .box_fnav {
    display: block;
    overflow: hidden;
  }
  #footer .wrp_footer .inner .box_fnav ul {
    width: 20%;
    float: left;
  }
  #footer .wrp_footer .inner .box_fnav ul li {
    margin-bottom: 5px;
  }
  #footer .wrp_footer .inner .box_fnav ul li.dayuse {
    margin-bottom: 20px;
  }
  #footer .wrp_footer .inner .box_fnav ul li a {
    color: #49473e;
    font-size: 0.9em;
    text-decoration: underline;
  }
  #footer .wrp_footer .inner .box_fnav ul li a:hover {
    text-decoration: none;
  }
  #footer .wrp_link {
    padding: 30px 10px;
  }
  #footer .wrp_link li {
    width: 16.66667%;
    padding: 2px;
  }
  #footer .copyright {
    text-align: right;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  #footer .wrp_footer .inner {
    overflow: hidden;
  }
  #footer .wrp_footer .inner .box_address {
    float: left;
    width: 30%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #footer .wrp_footer .inner .box_address .logo {
    width: 45%;
    text-align: left;
  }
  #footer .wrp_footer .inner .box_address address {
    font-size: 0.9em;
    text-align: left;
  }
  #footer .wrp_footer .inner .box_fnav {
    float: right;
    width: 68%;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .wrp_footer .inner {
    padding: 40px 0;
  }
  #footer .wrp_link {
    padding: 30px 0;
  }
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
  border: 1px solid #000;
  border-bottom: none;
}
table.tbl_basic th,
table.tbl_basic td {
  padding: 5px 10px;
  border: 1px solid #000;
  border-top: none;
  text-align: left;
}
table.tbl_basic th {
  background: #ccc;
  font-weight: normal;
}
table.tbl_basic td {
  background: #fff;
}

/* -----------------------------------------------------------
	#fix_side		予約導線
----------------------------------------------------------- */
#fix_side {
  display: none;
  position: fixed;
  right: 0;
  top: 138px;
  z-index: 9999;
}
@media only screen and (min-width: 1025px) {
  #fix_side {
    display: block;
  }
}
#fix_side li:first-child {
  margin-bottom: 10px;
}

/* -----------------------------------------------------------
	.recruit		採用情報バナー
----------------------------------------------------------- */
.recruit {
  display: none;
  position: fixed;
  top: 523px;
  right: 0;
  z-index: 6000;
}
@media only screen and (min-width: 1025px) {
  .recruit {
    display: block;
  }
}

/* AI コンシェルジュ
----------------------------------------------------------- */
#trip_ai_container {
  right: 20px;
  bottom: 50px;
}
@media only screen and (min-width: 737px) {
  #trip_ai_container {
    right: 0;
    bottom: 0;
  }
}
