@charset "UTF-8";
/* line 16, ../scss/_settings.scss */
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap");
.mwidth {
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
}

@font-face {
	font-family: 'Hannari';
	src: url("fonts/Hannari.woff") format("woff"), url("fonts/Hannari.otf’") format("opentype");
}
/* ===================================================================
CSS information
 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定ハックは最下部に記述
 =================================================================== */
/*----------------------------------------------------
	基本設定、リンクカラーなど
  ----------------------------------------------------*/
/* line 15, ../scss/common.scss */
body {
	color: #f0daab;
	font-size: small;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	background-color: #201008;
	-webkit-text-size-adjust: 140%;
}

@media only screen and (max-width: 640px) {
  /* line 15, ../scss/common.scss */
  body {
		line-height: 20px;
  }
}
/* line 25, ../scss/common.scss */
body a {
	color: #f0daab;
}

/* line 27, ../scss/common.scss */
body a:link {
	text-decoration: underline;
}

/* line 30, ../scss/common.scss */
body a:visited {
	text-decoration: underline;
}

/* line 33, ../scss/common.scss */
body a:hover {
	text-decoration: none;
}

/* line 36, ../scss/common.scss */
body a:active {
	text-decoration: underline;
}

/* line 41, ../scss/common.scss */
img {
	vertical-align: top;
}

/* jquery.fittedのホバー設定 */
/* line 46, ../scss/common.scss */
.hovered {
	cursor: pointer;
	background-color: #86663d;
}

/* line 51, ../scss/common.scss */
.btn_link {
	padding-left: 20px;
	background: url(../images/common/ic_arrow.png) 0 center no-repeat;
}

.btn a {
	display: block;
}
.btn a:link {
	text-decoration: none;
}
.btn a .btn_txt {
	background: #680000;
	padding: 1em 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 100%;
}

.btn_check {
	padding: 20px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn_check {
		padding: 1em 0 0 0;
		margin-bottom: 0;
  }
}
.btn_check input[type="submit"] {
	color: #f0daab;
	background: #680000;
	border: none;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 1em 0 !important;
	width: 100%;
	border-radius: 0;
}

.btn_back {
	padding: 20px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn_back {
		padding: 1em 0 0 0;
		margin-bottom: 0;
  }
}
.btn_back input[type="submit"] {
	color: #f0daab;
	background: #A56F0C;
	border: none;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 1em 0 !important;
	width: 100%;
	border-radius: 0;
}

/* プラン・ご予約ボタン表示 */
#btn_resersticky {
	position: fixed;
	top: -50px;
	left: 0;
	z-index: 1001;
}

#btn_resersticky span {
	display: block;
	width: 230px;
}

@media only screen and (max-width: 767px) {
  #btn_resersticky {
		display: none;
  }
}
#ui-datepicker-div {
	z-index: 1010 !important;
}
@media only screen and (max-width: 767px) {
  #ui-datepicker-div {
		width: 98% !important;
		left: 0 !important;
  }
}
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-calendar tbody tr td a {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .ui-widget {
		font-size: .8em;
  }
}

/* -----------------------------------------------------------
  基本設定、リンクカラーなど(Responsive)
----------------------------------------------------------- */
html {
	font-size: medium;
	line-height: 1.5;
}

body {
	color: #f0daab;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 100%;
}
.ie body {
	font-size: 98%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 85%;
  }
}

.ie body {
	font-size: 98%;
}

.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
	color: #646464;
}

body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}

html.ie8 #page {
	min-width: 1024px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
	display: none !important;
}

@media only screen and (min-width: 768px) {
  body .view_sp {
		display: none !important;
  }
}
@media print {
  body .view_sp {
		display: none !important;
  }
}
.ie8 body .view_sp {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
  body .view_pc {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
		display: none !important;
  }
}
/* ie8フォロー*/
html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}

html.ie8 #page {
	min-width: 1200px !important;
	margin: auto;
	font-size: 100% !important;
}

/* .view_xxx*/
body {
  /*pc*/
  /*pc & tab*/
  /*tab & sp*/
  /*sp*/
}

.mouse .over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}

.mouse .over:hover, .touch .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.touch .over {
	-webkit-tap-highlight-color: transparent;
}

.touch .over.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

/*----------------------------------------------------
	汎用class
  ----------------------------------------------------*/
/* clearfix */
/* line 60, ../scss/common.scss */
#hoge:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*----------------------------------------------------
	汎用class
  ----------------------------------------------------*/
/* clearfix */
/* line 74, ../scss/common.scss */
#hoge:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*----------------------------------------------------
	#page

  ----------------------------------------------------*/
/* line 87, ../scss/common.scss */
#page {
	width: 100%;
	text-align: left;
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (min-width: 768px) {
  #page {
		font-size: 100% !important;
  }
}
@media print {
  #page {
		font-size: 100% !important;
  }
}
.ie8 #page {
	font-size: 100% !important;
}

/* -----------------------------------------------------------
  #con_header
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #con_header {
		display: none;
  }
}
/* -----------------------------------------------------------
  #header ヘッダー
  ----------------------------------------------------------- */
#header {
	margin: 0 auto;
	position: relative;
	z-index: 900;
	background: url(../images/common/bg_brown.jpg) center top;
}
#header #innerheader {
	background: url(../images/header/bg_head_bird.png) center 8px no-repeat;
}
#header .con_header {
	position: relative;
	top: 0;
	height: 120px;
	margin: 0 auto;
	z-index: 10000;
}
@media only screen and (max-width: 767px) {
  #header .con_header {
		height: 100%;
  }
}
#header .con_header h1 {
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
  #header .con_header h1 {
		padding: 2em 0 1em;
  }
}
#header .con_header .box_lang {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	text-align: right;
}
#header .con_header .wrp_lang {
	margin: 0 auto;
	z-index: 10;
	width: 950px;
	margin: 0 auto;
	text-align: right;
}
#header .con_header .wrp_lang p.st, #header .con_header .wrp_lang .menu {
	float: right;
}
#header .con_header .wrp_lang .lnk {
	float: right;
}
#header .con_header .wrp_lang .lnk a {
	padding: 2px 0;
	background: #fff;
	display: block;
}
#header .con_header .wrp_lang .menu_area {
	height: 0;
	overflow: hidden;
}

/* .gnav 	グローバルナビ
----------------------------------------------------------- */
.gnav {
	margin: 0 auto;
	background: url(../images/header/bg_gnav.jpg) center top repeat;
}
.gnav ul {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav ul {
		max-width: 800px;
  }
}
.gnav ul li {
	float: left;
	height: 66px;
	position: relative;
	z-index: 100;
}
.gnav ul li a {
	height: 0;
	padding: 66px 0 0 0;
	display: block;
	overflow: hidden;
	background: center top no-repeat;
}
.gnav ul li a:hover {
	background-position: center -71px;
}
.gnav ul li .sbm {
	display: none;
	position: absolute;
	top: 55px;
	left: -95px;
	width: 553px;
	height: 187px;
	overflow: hidden;
	z-index: 100;
	background: url(../images/common/bg_sbmenu.png) 0 0 no-repeat;
}
.gnav ul li .sbm:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.gnav ul li .sbm li {
	padding: 58px 22px 20px 30px;
	float: left;
	font-size: 0;
	line-height: 0;
}
.gnav ul li .sbm li a {
	height: 110px;
	padding: 0;
	display: block;
	overflow: auto;
	background: none;
}
.gnav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.gnav ul li.hom > a {
	background-image: url(../images/header/gnav_hom.jpg);
	width: 120px;
}
.gnav ul li.abo > a {
	background-image: url(../images/header/gnav_abo.jpg);
	width: 130px;
}
.gnav ul li.rom > a {
	background-image: url(../images/header/gnav_rom.jpg);
	width: 116px;
}
.gnav ul li.spa > a {
	background-image: url(../images/header/gnav_spa.jpg);
	width: 116px;
}
.gnav ul li.dis > a {
	background-image: url(../images/header/gnav_dis.jpg);
	width: 116px;
}
.gnav ul li.fac > a {
	background-image: url(../images/header/gnav_fac.jpg);
	width: 116px;
}
.gnav ul li.acc > a {
	background-image: url(../images/header/gnav_acc.jpg);
	width: 116px;
}
.gnav ul li.rsv > a {
	background-image: url(../images/header/gnav_rsv.jpg);
	width: 119px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav ul li.hom > a {
		width: 100px;
  }
  .gnav ul li.abo > a {
		width: 98px;
  }
  .gnav ul li.rom > a {
		width: 100px;
  }
  .gnav ul li.spa > a {
		width: 100px;
  }
  .gnav ul li.dis > a {
		width: 85px;
  }
  .gnav ul li.fac > a {
		width: 100px;
  }
  .gnav ul li.acc > a {
		width: 85px;
  }
  .gnav ul li.rsv > a {
		width: 100px;
  }
}

#homepage .gnav ul li.hom a, #rooms .gnav ul li.rom a, #hotspring .gnav ul li.spa a, #dishes .gnav ul li.dis a, #facilities .gnav ul li.fac a, #access .gnav ul li.acc a, #rsv .gnav ul li.rsv a {
	background-position: center -71px;
}

/* line 195, ../scss/common.scss */
#homepage .gnav ul li.hom a,
#rooms .gnav ul li.rom a,
#hotspring .gnav ul li.spa a,
#dishes .gnav ul li.dis a,
#facilities .gnav ul li.fac a,
#access .gnav ul li.acc a,
#rsv .gnav ul li.rsv a {
	background-position: center -71px;
}

/* #snav 	サブナビ
----------------------------------------------------------- */
/* line 203, ../scss/common.scss */
#snav {
	margin: 0 auto;
	background: url(../images/header/bg_snav.jpg) center top repeat;
	height: 36px;
}
#snav ul {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	text-align: right;
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #snav ul {
		text-align: center;
  }
}
#snav ul li {
	display: inline-block;
	padding: 13px 0 0 15px;
	vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #snav ul li {
		padding: 13px 0 0 0;
  }
}
#snav ul li.top {
	padding-left: 0;
}
#snav ul li.day {
	display: inline-block;
	padding-top: 10px;
}
#snav ul li.tel {
	padding: 9px 0 0 10px;
}
#snav ul li a {
	display: block;
}

/*----------------------------------------------------
	.nav スクロールするとヘッダーに固定表示
  ----------------------------------------------------*/
/* line 238, ../scss/common.scss */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 69px;
	z-index: -1000;
}

/*----------------------------------------------------
	#contents 	コンテンツ

  ----------------------------------------------------*/
#contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#contents {
	background: url(../images/common/bg_intro.jpg) center top repeat;
	margin: 0 auto;
	overflow: hidden;
}
#contents #contents-inner #intro {
	padding: 0 0 12px 0;
	background: url(../images/common/bg_arealine.jpg) center bottom repeat-x;
}
#contents #contents-inner #intro .topicpath {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	font-size: 90%;
}
@media only screen and (max-width: 767px) {
  #contents #contents-inner #intro .topicpath {
		font-size: 60%;
  }
}
#contents #contents-inner #intro .topicpath li {
	float: left;
}
#contents #contents-inner #intro .topicpath li a {
	padding-right: 15px;
	margin-right: 5px;
	background: url(../images/common/ic_topicpath.png) right center no-repeat;
}
#contents #contents-inner #intro .con_title {
	margin: 0px auto;
	max-width: 1200px;
	width: 100%;
	min-height: 410px;
	padding-bottom: 20px;
	position: relative;
}
#contents #contents-inner #intro .con_title h2 {
	position: relative;
	z-index: 100;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents #contents-inner #intro .con_title h2 img {
		width: 17%;
  }
}
@media only screen and (max-width: 767px) {
  #contents #contents-inner #intro .con_title h2 img {
		width: 35%;
		max-width: 120px;
  }
}
#contents #contents-inner #intro .con_title .caption {
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
	position: absolute;
	color: #fff;
	z-index: 100;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	padding: 0 2em;
	box-sizing: border-box;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
	font-size: 156%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents #contents-inner #intro .con_title .caption {
		font-size: 140%;
  }
}
@media only screen and (max-width: 767px) {
  #contents #contents-inner #intro .con_title .caption {
		font-size: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #contents #contents-inner #intro .con_title .caption {
		line-height: 1.3;
  }
}
#contents #contents-inner #intro .con_title .photo {
	margin: -137px 0 0 0;
	position: relative;
	z-index: 0;
	text-align: center;
}
#contents #contents-inner #intro .con_title .photo img {
	max-width: 100%;
	height: auto;
}
#contents #contents-inner #intro .con_title .txt {
	width: 95%;
	margin: 20px auto 50px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents #contents-inner #intro .con_title .txt {
		text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  #contents #contents-inner #intro .con_title .txt {
		margin: 20px auto 10px;
  }
}
#contents #contents-inner .con_area1 {
	padding: 0 0 12px 0;
	background: url(../images/common/bg_arealine.jpg) center bottom repeat-x;
}
#contents #contents-inner .con_area1 .box_areabg {
	background: url(../images/common/bg_brown.jpg) center top;
}
#contents #contents-inner .con_area1 .box_areabg .box_area {
	background: url(../images/common/bg_ball1.png) center top no-repeat;
	padding: 30px 0;
}
#contents #contents-inner .con_area1 .box_areabg .box_area p.txt {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px 1;
}
#contents #contents-inner .con_area2 {
	padding: 0 0 12px 0;
	background: url(../images/common/bg_arealine.jpg) center bottom repeat-x;
}
#contents #contents-inner .con_area2 .box_areabg {
	background: url(../images/common/bg_brown2.jpg) center top;
}
#contents #contents-inner .con_area2 .box_areabg .box_area {
	background: url(../images/common/bg_ball2.png) center top no-repeat;
	padding: 30px 0;
}
#contents #contents-inner .con_area2 .box_areabg .box_area p.txt {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px 1;
}

.st_basic, .st_basic_01 {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .st_basic, .st_basic_01 {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .st_basic img, .st_basic_01 img {
		display: none;
  }
}
.st_basic .st_txt, .st_basic_01 .st_txt {
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #DBB04E;
}
@media only screen and (min-width: 768px) {
  .st_basic .st_txt, .st_basic_01 .st_txt {
		display: none;
  }
}
@media print {
  .st_basic .st_txt, .st_basic_01 .st_txt {
		display: none;
  }
}
.ie8 .st_basic .st_txt, .ie8 .st_basic_01 .st_txt {
	display: none;
}
@media only screen and (max-width: 767px) {
  .st_basic .st_txt, .st_basic_01 .st_txt {
		font-size: 162%;
  }
}
.st_basic_01 .st_txt, .st_basic_01_01 .st_txt {
	color: #E2BF72;
}
@media only screen and (max-width: 767px) {
  .st_basic_01 .st_txt, .st_basic_01_01 .st_txt {
		font-size: 162%;
  }
}

.st_basic {
	margin-bottom: 30px;
}

.con_inner {
	max-width: 950px;
	width: 95%;
	margin: 0 auto;
}

/*----------------------------------------------------
  #main メインコンテンツ
  ----------------------------------------------------*/
/* line 338, ../scss/common.scss */
#main {
	width: 690px;
	float: left;
	padding: 0 40px 0 0;
}

/* ページトップボタン */
/* line 344, ../scss/common.scss */
.btn_ptop_inn {
	text-align: right;
}
@media only screen and (max-width: 767px) {
  .btn_ptop_inn {
		text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .btn_ptop_inn a {
		display: inline-block;
		padding-right: 20px;
		margin-top: 2em;
		background: url(../images/common/ic_arrow_02.png) 100% center no-repeat;
  }
}

/*  .camera_wrap  メインスライド
----------------------------------------------------*/
.con_mainimg {
	position: relative;
}

/*	.box_mainimg	メインスライド
----------------------------------------------------*/
/* line 350, ../scss/common.scss */
.bx-wrapper {
	margin: -137px auto 30px auto;
	position: relative;
	max-width: 1200px;
	text-align: center;
	padding: 0;
	*zoom: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bx-wrapper {
		margin: -97px auto 30px auto;
  }
}
@media only screen and (max-width: 767px) {
  .bx-wrapper {
		margin: -10vw auto 30px auto;
  }
}

/* line 359, ../scss/common.scss */
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* line 364, ../scss/common.scss */
.bx-wrapper .bx-pager {
	position: absolute;
	width: 95%;
	text-align: right;
	bottom: 30px;
	z-index: 100;
}
@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-pager {
		bottom: 1em;
  }
}

/* line 371, ../scss/common.scss */
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	vertical-align: middle;
}

/* line 375, ../scss/common.scss */
.bx-wrapper .bx-pager .bx-pager-item a {
	background: url(../images/common/thum.png) 0 0 no-repeat;
	display: block;
	height: 0;
	margin: 0 5px;
	overflow: hidden;
	padding-top: 10px;
	width: 10px;
}

/* line 384, ../scss/common.scss */
.bx-wrapper .bx-pager .bx-pager-item a.active {
	background-position: 0 -10px;
}

.bx-controls-direction {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 101;
	font-size: 0;
	display: block;
}
.bx-controls-direction .bx-prev {
	position: absolute;
	left: 0;
	display: block;
	margin-left: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.bx-controls-direction .bx-prev::after {
	content: "";
	background: url(../images/common/ic_slide_arrow.png) 0 0 no-repeat;
	width: 40px;
	height: 75px;
	display: block;
}
@media only screen and (max-width: 767px) {
  .bx-controls-direction .bx-prev::after {
		width: 14px;
  }
}
.bx-controls-direction .bx-next {
	position: absolute;
	right: 0;
	display: block;
	margin-right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.bx-controls-direction .bx-next::after {
	content: "";
	background: url(../images/common/ic_slide_arrow.png) 0 0 no-repeat;
	transform: scale(-1, 1);
	width: 40px;
	height: 75px;
	display: block;
}
@media only screen and (max-width: 767px) {
  .bx-controls-direction .bx-next::after {
		width: 14px;
  }
}

/*  メイン スライドじゃないパターン
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .con_title .box_mainimg {
		width: 100%;
		overflow: hidden;
		height: 60vw;
  }
  .con_title .box_mainimg li {
		width: 100%;
		height: 60vw;
  }
  .con_title .box_mainimg li img {
		max-width: none;
		height: 100%;
  }
}
/*----------------------------------------------------
.m_page 	ページメニュー
  ----------------------------------------------------*/
.m_page {
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 425px) {
  .m_page {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
  }
}
.m_page li {
	margin: 0 15px;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
  .m_page li {
		width: 48%;
		margin: 0;
		margin-bottom: 5%;
  }
}
.m_page li a {
	position: relative;
	padding-top: 147px;
	padding-top: 0px;
	width: 135px;
	height: 0;
	height: 166px;
	display: block;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .m_page li a {
		padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .m_page li a {
		width: 100%;
		display: flex;
		justify-content: center;
  }
}
.m_page li a:hover {
	background-position: center -166px !important;
}
@media only screen and (max-width: 767px) {
  .m_page li a:hover {
		background-position: center -178px !important;
  }
}
.m_page li a span {
	display: none;
}
@media only screen and (max-width: 767px) {
  .m_page li a span {
		font-size: 90%;
		line-height: 1.5;
		display: block;
		position: absolute;
		bottom: 0;
		color: #e4d3c4;
		background: url(../images/common/ic_arrow02.png) 0 center no-repeat;
		padding-left: 15px;
  }
  .m_page li a span.line {
		bottom: 1em;
  }
}

/*----------------------------------------------------
	.con_footer コンテンツ専用フッター
  ----------------------------------------------------*/
/* line 416, ../scss/common.scss */
.con_footer {
	padding: 75px 0 25px;
	border-top: 2px solid #cfd2bf;
}

/* line 419, ../scss/common.scss */
.con_footer .con_popsearch {
	margin-bottom: 35px;
}

/* line 422, ../scss/common.scss */
.con_footer .img_oboro {
	text-align: center;
	margin-bottom: 40px;
}

/* line 426, ../scss/common.scss */
.con_footer .sbanner {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* line 430, ../scss/common.scss */
.con_footer .sbanner li {
	float: left;
	margin-left: 15px;
	padding-top: 22px;
}

/* line 434, ../scss/common.scss */
.con_footer .sbanner li.pet {
	padding-top: 0;
	margin-left: 0;
}

/* line 438, ../scss/common.scss */
.con_footer .sbanner li.stay {
	margin-left: 0;
}

/* line 441, ../scss/common.scss */
.con_footer .sbanner li.store {
	padding-top: 10px;
}

/*----------------------------------------------------
	#side	サイド
  ----------------------------------------------------*/
/* line 453, ../scss/common.scss */
#side {
	width: 220px;
	float: left;
}

/* -----------------------------------------------------------
	#footer	フッター

  ----------------------------------------------------------- */
/* line 463, ../scss/common.scss */
#footer {
	margin: 0 auto;
}
#footer .con_banner {
	background: url(../images/common/bg_brown2.jpg) center top;
	padding: 25px 0 0 0;
}
#footer .con_banner ul {
	margin: 0 auto;
	max-width: 930px;
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
}
#footer .con_banner ul li {
	float: left;
	padding: 0 30px 30px 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_banner ul li {
		float: none;
  }
}
#footer .con_banner ul li a {
	display: block;
}
@media only screen and (max-width: 767px) {
  #footer .con_banner ul li a img {
		width: 100%;
  }
}
#footer .con_banner ul li p {
	padding: 30px 0 0 0;
}
#footer .con_banner .box_430 {
	margin: 0 auto;
	width: 430px;
	float: left;
}
#footer .con_banner .box_430 ul {
	margin: 0;
	padding: 0;
	width: 460px;
	float: left;
}

.con_pickup {
	background: url(../images/common/bg_brown2.jpg) center top;
	padding: 25px 0 0 0;
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_pickup {
		padding-bottom: 1.6em;
  }
}
.con_pickup h2 {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_pickup h2 {
		margin-bottom: 1.4em;
  }
  .con_pickup h2 img {
		width: 13em;
  }
}
.con_pickup .box_pickup {
	margin-bottom: 25px;
	width: 49%;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pickup {
		margin-bottom: 1.4em;
		width: 100%;
  }
}
.con_pickup .box_pickup.last {
	float: right;
	margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pickup.last {
		float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pickup img {
		width: 100%;
  }
}
.con_pickup .box_pickup li:first-child {
	margin-bottom: 25px;
}
.con_pickup .box_pickup h3 {
	font-size: 110%;
	padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pickup h3 {
		font-size: 100%;
		font-weight: normal;
  }
}
.con_pickup .box_pickup h3.st_uzushio {
	padding-left: 0;
}
.con_pickup .box_pickup h3 a {
	color: #a61e41;
	text-decoration: none;
}
.con_pickup .box_pickup .txt {
	padding: 10px 2px 10px 5px;
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pickup .txt {
		display: none;
  }
}
.con_pickup .box_pickup span {
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
  .con_pickup .box_pickup .col2_sp .box_pickup {
		width: 49%;
  }
}
.con_pickup .wrp_picup {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	max-width: 920px;
	width: 95%;
}
.con_pickup .wrp_picup .box_pickup {
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp_picup {
		display: block;
  }
}
.con_pickup .wrp_picup.col1 .box_pickup {
	width: 100%;
	float: none;
}
.con_pickup .wrp_picup.col2_a .box_pickup {
	width: 48.5%;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp_picup.col2_a .box_pickup {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp_picup.col2_a .box_pickup img {
		width: 100%;
  }
}
.con_pickup .wrp_picup.col2_b .box_pickup {
	width: 722px;
	margin: 0 0 25px 0;
}
.con_pickup .wrp_picup.col2_b .box_pickup.last {
	width: 345px;
}
.con_pickup .wrp_picup.col2_c .box_pickup {
	width: 345px;
	margin: 0 32px 25px 0;
}
.con_pickup .wrp_picup.col2_c .box_pickup.last {
	width: 722px;
}
.con_pickup .wrp_picup.col3 {
	justify-content: unset;
}
.con_pickup .wrp_picup.col3 .box_pickup {
	width: 49%;
}
.con_pickup .wrp_picup.col3 .box_pickup.qtr {
	width: 24.6%;
}
.con_pickup .wrp_picup.col3 .box_pickup.half {
	margin-left: 1.2em;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp_picup.col3 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
  }
  .con_pickup .wrp_picup.col3 .box_pickup {
		width: 100%;
  }
  .con_pickup .wrp_picup.col3 .box_pickup.qtr {
		width: 49%;
  }
  .con_pickup .wrp_picup.col3 .box_pickup.half {
		margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp_picup.col2_sp {
		display: flex;
		flex-wrap: wrap;
  }
  .con_pickup .wrp_picup.col2_sp .box_pickup {
		width: 49%;
  }
}
.con_pickup .wrp_picup.half {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.con_pickup .wrp_picup.half .box_pickup {
	width: 24%;
	margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp_picup.half {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
  }
  .con_pickup .wrp_picup.half .box_pickup {
		width: 49%;
		margin: 0;
  }
}
.con_pickup .wrp_picup.col4 {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp_picup.col4 {
		flex-wrap: wrap;
  }
}
.con_pickup .wrp_picup.col4 .box_pickup {
	width: 24%;
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp_picup.col4 .box_pickup {
		width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup .wrp_picup.picup_video img {
		width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .grad-wrap {
		position: relative;
  }

  .grad-wrap + .grad-wrap {
		margin-top: 40px;
  }

  .grad-trigger {
    /*ボタンのスタイルはご自由にどうぞ*/
		z-index: 2;
		position: absolute;
		right: 0;
		bottom: 1em;
		left: 0;
		width: 148px;
		margin: auto;
		padding: .5em 0;
		border-radius: 2px;
		color: #fff;
		font-size: 1.3rem;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(68, 36, 23, 0.9) 50%, rgba(68, 36, 23, 0.9) 50%, #442417 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(68, 36, 23, 0.9) 50%, rgba(68, 36, 23, 0.9) 50%, #442417 100%);
  }

  .grad-trigger::after {
		content: "続きを読む";
  }

  .grad-trigger .fa {
		margin-right: .5em;
  }

  .grad-item {
		position: relative;
		overflow: hidden;
  }

  .grad-item.is-hide {
		height: 60em;
    /*隠した後の高さ*/
  }

  .grad-item::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 40px;
    /*グラデーションで隠す高さ*/
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(68, 36, 23, 0.9) 50%, rgba(68, 36, 23, 0.9) 50%, #442417 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(68, 36, 23, 0.9) 50%, rgba(68, 36, 23, 0.9) 50%, #442417 100%);
  }

  .grad-trigger.is-show {
		bottom: -2em;
  }

  .grad-trigger.is-show::after {
		content: "閉じる";
  }

  .grad-trigger.is-show + .grad-item::before {
		display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup {
		position: relative;
  }
  .con_pickup .hide-picup {
		display: none;
  }

  .con_more {
		width: 100%;
		position: absolute;
		height: 11em;
		bottom: 0;
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(68, 36, 23, 0.9) 50%, rgba(68, 36, 23, 0.9) 50%, #2A160E 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(68, 36, 23, 0.9) 50%, rgba(68, 36, 23, 0.9) 50%, #2a160e 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 33%, rgba(68, 36, 23, 0.9) 58%, rgba(68, 36, 23, 0.9) 54%, #2a160e 71%, #2a160e 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 33%, rgba(68, 36, 23, 0.9) 58%, rgba(68, 36, 23, 0.9) 54%, #2a160e 71%, #2a160e 100%);
  }
  .con_more .box_more {
		width: 95%;
		padding: .6em 0 1.2em;
		box-sizing: border-box;
		margin: auto;
		position: absolute;
		bottom: 2em;
		right: 0;
		left: 0;
		display: block;
		background: #680000;
		text-align: center;
		color: #f0daab;
		color: #f0daab;
		border: none;
		outline: 0;
		transition: .5s;
		-erbkit-transition: .5s;
		cursor: pointer;
  }
  .con_more .box_more .open-trigger {
		display: block;
		position: absolute;
		right: 49%;
		transform: translateY(-50%);
  }
  .con_more .box_more .open-trigger::after {
		content: " ";
		display: block;
		width: 60%;
		margin: 0 auto;
		width: 7px;
		height: 7px;
		border: 1px solid;
		border-color: #f0daab #f0daab transparent transparent;
		transform: rotate(135deg);
		transition: .5s;
		-erbkit-transition: .5s;
  }
  .con_more .box_more .open-trigger::before {
		content: '';
		position: relative;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 40px;
		height: 40px;
		background: #230B05;
  }
  .con_more .box_more .txt {
		font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
  }
  .con_more .box_more .txt::after {
		content: "MORE";
  }
  .con_more .open-trigger:hover::after {
		top: 40px;
  }
  .con_more.is-show {
		position: relative;
		bottom: 0;
		height: 5em;
		background: url(../images/common/bg_brown2.jpg) center top;
  }
  .con_more.is-show .box_more {
		padding: 1.2em 0 .6em;
		bottom: 0px;
  }
  .con_more.is-show .box_more .open-trigger {
		top: 0.5em;
  }
  .con_more.is-show .box_more .open-trigger::after {
		transform: translateY(0.5em) rotate(-45deg);
  }
  .con_more.is-show .box_more .txt::after {
		content: "CROSE";
  }
}
/* line 480, ../scss/common.scss */
#footer .con_flink {
	clear: both;
	background: url(../images/footer/bg_flink.jpg) center top;
	margin: 0 auto;
}
#footer .con_flink .box_flink {
	padding: 12px 0 0 0;
	background: url(../images/common/bg_arealine.jpg) center top repeat-x;
	border-bottom: 1px solid #391e11;
}
#footer .con_flink .box_flink .box_flinkarea {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 950px;
	width: 95%;
	font-size: 96%;
	padding: 30px 0 30px 0;
	overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_flink .box_flink .box_flinkarea ul.flink {
		width: 25%;
  }
}
#footer .con_flink .box_flink .box_flinkarea ul.flink li {
	padding: 0 15px 15px 21px;
	background: url(../images/footer/ic_flink.png) left 2px no-repeat;
}

/* line 516, ../scss/common.scss */
#footer .con_flink .con_flogo {
	width: 100%;
	padding-top: 1em;
	border-top: 1px solid #573220;
	background: url(../images/footer/bg_flogo.png) center top repeat;
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo {
		border: none;
  }
}
#footer .con_flink .con_flogo .box_flogo {
	padding-bottom: 1.5em;
	background: url(../images/common/bg_arealine.jpg) center bottom repeat-x;
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo {
		flex-direction: column;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo {
	width: 45%;
	padding: 27px 0 27px 40px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo {
		width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo {
		width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo {
		max-width: 95%;
		padding: 27px 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo {
		display: block;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo h3 {
	max-width: 223px;
	width: 100%;
	display: block;
  /*padding: 15px 0 0 0;*/
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo h3 {
		text-align: center;
		margin: 0 auto 2em;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo p.add {
	display: block;
	max-width: 380px;
	width: 100%;
	margin: 1em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo p.add {
		font-size: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo p.add {
		margin: 0 auto 2em;
		text-align: center;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo h4 {
	width: 100%;
	max-width: 270px;
	display: block;
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .flogo h4 {
		margin: 0 auto;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55%;
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner {
		flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .box_reser_sp {
		text-align: center;
  }
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .box_reser_sp .txt {
		font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
		margin-bottom: .3em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .box_reser_sp .tel {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: .5em 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .box_reser_sp .tel a {
		text-decoration: none;
		font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
		font-size: 200%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .box_reser_sp .tel a {
		margin-left: .3em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .box_reser_sp .tel a::before {
		content: "\f095 ";
		display: inline-block;
		font-family: "FontAwesome";
		margin-right: .3em;
		font-size: 75%;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45%;
	margin-left: 1em;
	padding-top: 1.62963%;
	padding-bottom: 1.62963%;
	background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight {
		width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight {
		width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight {
		margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight {
		width: 100%;
		margin: 20px auto;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget {
	margin-right: auto;
	margin-left: auto;
	width: 83.33333%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget {
		width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget {
		padding: 20px 0;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget iframe {
	height: 154px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget iframe {
		height: 115px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget iframe {
		height: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget iframe {
		width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget iframe {
		width: 125px;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget a {
	text-align: center;
	font-size: 16px;
	background: #680000;
	color: #fff;
	display: inline-block;
	line-height: normal;
	text-decoration: none;
	padding: 5px 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget a {
		font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget a {
		font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget a {
		padding: 5px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget a {
		margin-right: auto;
		margin-left: auto;
  }
}
#footer .con_flink .con_flogo .box_flogo .inn_flogo .box_inner .innRight .widget a em {
	font-size: 70%;
	vertical-align: middle;
}

/* line 536, ../scss/common.scss */
#footer .con_grouphotel {
	width: 100%;
	background: url(../images/common/bg_brown3.jpg) center top;
	padding: 5em 0 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_grouphotel {
		padding: 3em 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_grouphotel {
		padding: 3em 0 1em;
  }
}
#footer .con_grouphotel .box_grouphotel {
	margin: 0 auto;
	max-width: 1180px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 1024px) {
  #footer .con_grouphotel .box_grouphotel {
		flex-wrap: wrap;
		justify-content: center;
  }
}
#footer .con_grouphotel .box_flogo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 22%;
	margin-right: 2em;
}
#footer .con_grouphotel .box_flogo .inn {
	text-align: center;
}
@media only screen and (max-width: 1024px) {
  #footer .con_grouphotel .box_flogo {
		width: 100%;
		margin-right: auto;
		justify-content: center;
  }
}
@media only screen and (min-width: 1370px) and (max-width: 1439px) {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(5%);
  }
}
@media print {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(5%);
  }
}
.ie8 #footer .con_grouphotel .box_flogo {
	position: relative;
	transform: translateX(5%);
}
@media only screen and (min-width: 1300px) and (max-width: 1370px) {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(10%);
  }
}
@media print {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(10%);
  }
}
.ie8 #footer .con_grouphotel .box_flogo {
	position: relative;
	transform: translateX(10%);
}
@media only screen and (min-width: 1250px) and (max-width: 1300px) {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(13%);
  }
}
@media print {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(13%);
  }
}
.ie8 #footer .con_grouphotel .box_flogo {
	position: relative;
	transform: translateX(13%);
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(20%);
  }
}
@media print {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(20%);
  }
}
.ie8 #footer .con_grouphotel .box_flogo {
	position: relative;
	transform: translateX(20%);
}
#footer .con_grouphotel .box_flogo .box_sns {
	display: flex;
	justify-content: center;
	margin: auto;
}
#footer .con_grouphotel .box_flogo .box_sns a {
	margin: 1em;
	display: inline-block;
}
#footer .con_grouphotel .box_flogo .box_sns a svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}
#footer .con_grouphotel .box_flogo .link_box {
	text-align: center;
	font-size: 80%;
}
#footer .con_grouphotel .box_flogo .link_box a {
	color: #fff;
	text-decoration: none;
}
#footer .con_grouphotel .box_flogo .link_box a svg {
	width: 15px;
	height: 15px;
	fill: #fff;
	margin-top: -5px;
}
#footer .con_grouphotel .box_group {
	width: 74.57627%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_grouphotel .box_group {
		width: 100%;
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_grouphotel .box_group {
		width: 90%;
		margin: 25px auto 0;
  }
}
#footer .con_grouphotel .box_group ul {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #footer .con_grouphotel .box_group ul {
		padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_grouphotel .box_group ul {
		width: 100%;
  }
}
#footer .con_grouphotel .box_group ul li {
	width: calc(20% - 1px);
	height: 150px;
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_grouphotel .box_group ul li {
		width: calc(20% - 1px);
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_grouphotel .box_group ul li {
		width: calc(100% / 3 - 1px);
  }
}
@media only screen and (min-width: 1925px) {
  #footer .con_grouphotel .box_group ul li {
		width: calc(20% - 5px);
  }
}
@media print {
  #footer .con_grouphotel .box_group ul li {
		width: calc(20% - 5px);
  }
}
.ie8 #footer .con_grouphotel .box_group ul li {
	width: calc(20% - 5px);
}
#footer .con_grouphotel .box_group ul li a:hover {
	opacity: 0.7;
}
#footer .con_grouphotel .box_group ul li a img {
	width: 100%;
	max-width: 106px;
	height: auto;
}

/* line 567, ../scss/common.scss */
#footer .con_copy {
	background: #33190e;
	margin: 0 auto;
}

/* line 570, ../scss/common.scss */
#footer .con_copy p.copy {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #7f664d;
	padding: 8px 0;
}

/* -----------------------------------------------------------
  #footer
----------------------------------------------------------- */
#footer {
  /* -----------------------------------------------------------
    #menu
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
    #menu_list
  ----------------------------------------------------------- */
  /*----------------------------------------------------
    #modal_search
  ----------------------------------------------------*/
  /*----------------------------------------------------
    .logo_footer
  ----------------------------------------------------*/
  /*----------------------------------------------------
    .btn_close
  ----------------------------------------------------*/
}
#footer #menu {
	position: fixed;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	opacity: 1;
	-moz-transition-delay: 0ms, 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms, 0ms;
	-webkit-transition-delay: 0ms, 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms, 0ms;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#footer #menu::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
}
#footer #menu li {
	text-align: center;
	width: 25%;
}
#footer #menu li a, #footer #menu li > span {
	display: block;
	padding: .9em 0 .5em;
	background: #303030;
	text-decoration: none;
	font-size: 72%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
#footer #menu li a::before, #footer #menu li > span::before {
	display: block;
	margin: 0 0 0.3em 0 !important;
	font-size: 169%;
	line-height: 1;
}
#footer #menu li.sp1 {
	vertical-align: bottom;
}
#footer #menu li.sp1 a, #footer #menu li.sp1 span {
	color: #fff;
}
#footer #menu li.sp1 a > *,
#footer #menu li.sp1 span > * {
	vertical-align: middle;
	display: inline;
}
#footer #menu li.sp1 i {
	font-style: normal;
}
#footer #menu li.sp1 .ic {
	width: 35%;
	display: block;
	margin: 0 auto;
}
#footer #menu li.sp1 .ic img {
	vertical-align: bottom;
}
#footer #menu li.sp2 {
	vertical-align: bottom;
}
#footer #menu li.sp2 a, #footer #menu li.sp2 span {
	border-left: 1px solid #717171;
	border-right: 1px solid #717171;
	color: #fff;
}
#footer #menu li.sp2 a > *,
#footer #menu li.sp2 span > * {
	vertical-align: middle;
	display: inline;
}
#footer #menu li.sp2 i {
	font-style: normal;
}
#footer #menu li.sp2 .ic {
	width: 35.4%;
	display: block;
	margin: 0 auto;
}
#footer #menu li.sp2 .ic img {
	vertical-align: bottom;
}
#footer #menu li.sp3 {
	vertical-align: bottom;
}
#footer #menu li.sp3 a, #footer #menu li.sp3 span {
	background: #6c0e03;
	color: #caacac;
}
#footer #menu li.sp3 a > *,
#footer #menu li.sp3 span > * {
	vertical-align: middle;
	display: inline;
}
#footer #menu li.sp3 i {
	font-style: normal;
}
#footer #menu li.sp3 .ic {
	width: 35%;
	display: block;
	margin: 0 auto;
}
#footer #menu li.sp3 .ic img {
	vertical-align: bottom;
}
#footer #menu li#menu_btn {
	position: relative;
	-moz-transition: filter 300ms ease, opacity 300ms ease;
	-o-transition: filter 300ms ease, opacity 300ms ease;
	-webkit-transition: filter 300ms ease, opacity 300ms ease;
	transition: filter 300ms ease, opacity 300ms ease;
	vertical-align: bottom;
	background: #fff;
	color: #4b4b4b;
}
#footer #menu li#menu_btn > span {
	background: none;
	padding: 0;
	height: 100%;
	position: relative;
}
#footer #menu li#menu_btn > span span {
	position: absolute;
	left: 0;
	right: 0;
	top: 31%;
	width: 3em;
	height: 2px;
	margin: -1px auto 0;
	background: #000;
	text-align: center;
	-moz-transition: background 500ms ease 300ms;
	-o-transition: background 500ms ease 300ms;
	-webkit-transition: background 500ms ease;
	-webkit-transition-delay: 300ms;
	transition: background 500ms ease 300ms;
}
#footer #menu li#menu_btn > span span::before, #footer #menu li#menu_btn > span span::after {
	content: '';
	position: absolute;
	right: 0;
	width: 3em;
	height: 2px;
	background: #000;
	margin: auto;
	-moz-transition: -moz-transform 500ms ease, top 500ms ease 500ms, bottom 500ms ease 500ms;
	-o-transition: -o-transform 500ms ease, top 500ms ease 500ms, bottom 500ms ease 500ms;
	-webkit-transition: -webkit-transform 500ms ease, top 500ms ease, bottom 500ms ease;
	-webkit-transition-delay: 0s, 500ms, 500ms;
	transition: transform 500ms ease, top 500ms ease 500ms, bottom 500ms ease 500ms;
}
#footer #menu li#menu_btn > span span::before {
	top: -.9em;
}
#footer #menu li#menu_btn > span span::after {
	bottom: -.9em;
	margin: -1px auto 0;
}
#footer #menu li#menu_btn > span em {
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
	display: block;
	padding: 0 0 0.5em;
	background: #fff;
	font-family: "Prata", serif;
	letter-spacing: .01em;
	font-size: 93%;
}
#footer #menu li#menu_btn:hover {
	cursor: pointer;
	-webkit-filter: saturate(180%);
	filter: saturate(180%);
}
#footer #menu.active {
	-moz-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	z-index: 99999;
}
#footer #menu.active li {
	display: none;
}
#footer #menu.active li#menu_btn {
	display: block;
	width: 100%;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-filter: saturate(180%);
	filter: saturate(180%);
}
#footer #menu.active li#menu_btn span {
	background: #2d2d2d;
}
#footer #menu.active li#menu_btn span::before, #footer #menu.active li#menu_btn span::after {
	-moz-transition-delay: 500ms, 0ms, 0ms;
	-o-transition-delay: 500ms, 0ms, 0ms;
	-webkit-transition-delay: 500ms, 0ms, 0ms;
	transition-delay: 500ms, 0ms, 0ms;
}
#footer #menu.active li#menu_btn span::before {
	top: 0;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#footer #menu.active li#menu_btn span::after {
	bottom: 0;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#footer #menu.active li#menu_btn > span {
	padding: 1.1em;
}
#footer #menu.active li#menu_btn > span span {
	top: 30%;
	left: -3em;
}
#footer #menu.active li#menu_btn > span span::before, #footer #menu.active li#menu_btn > span span::after {
	background: #fff;
}
#footer #menu.active li#menu_btn > span em {
	display: inline;
	position: static;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	margin-left: 4em;
	padding: 0;
	background: #2d2d2d;
	color: #fff;
}
#footer #menu.ms_btn #menu_btn > span span::before, #footer #menu.ms_btn #menu_btn > span span::after {
	transition: none;
}
#footer #menu_list {
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: .7em .7em 3em .7em;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-moz-transition: opacity 500ms ease, left 0ms ease 500ms, filter 500ms ease;
	-o-transition: opacity 500ms ease, left 0ms ease 500ms, filter 500ms ease;
	-webkit-transition: opacity 500ms ease, left 0ms ease, filter 500ms ease;
	-webkit-transition-delay: 0s, 500ms, 0s;
	transition: opacity 500ms ease, left 0ms ease 500ms, filter 500ms ease;
}
#footer #menu_list.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	left: 0;
	z-index: 10000;
	-webkit-filter: blur(0);
	filter: blur(0);
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
}
#footer #menu_list .box_menu {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 1em;
}
#footer #menu_list .box_menu > li {
	width: 100%;
	box-sizing: border-box;
}
#footer #menu_list .box_menu > li a {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	display: block;
	position: relative;
	color: #4b4b4b;
}
#footer #menu_list .box_menu > li > a {
	border-top: 1px solid #dcdcdc;
	padding: .65em .8em;
}
#footer #menu_list .box_menu > li > a::after {
	content: '\f054';
	font-family: "FontAwesome";
	font-size: 65%;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
#footer #menu_list .box_menu > li > a span {
	position: relative;
	display: inline-block;
	padding-right: 2em;
}
#footer #menu_list .box_menu > li > a span:after {
	content: '\f08e';
	font-family: "FontAwesome";
	font-size: 80%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#footer #menu_list .box_menu > li ul {
	border-top: 1px solid #dcdcdc;
}
#footer #menu_list .box_menu > li ul li {
	padding: 0 1em;
	border-top: 1px dotted #dcdcdc;
}
#footer #menu_list .box_menu > li ul li a {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
	padding: .4em 0.55em;
}
#footer #menu_list .box_menu > li ul li a::before {
	content: '\f054';
	font-family: "FontAwesome";
	font-size: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#footer #menu_list .box_menu > li ul li:first-child {
	border: 0;
}
#footer #menu_list .box_menu > li.col2 {
	width: 50%;
}
#footer #menu_list .box_menu > li.col2:nth-child(2n+1) {
	border-right: 1px solid #dcdcdc;
}
#footer #menu_list .box_menu > li.col2 a {
	font-size: 93%;
}
#footer #menu_list .box_menu > li.col2.num7 a {
	padding-top: 1.3em;
}
#footer #menu_list .box_menu > li.col2.num7 a::after {
	top: 64%;
}
#footer #menu_list .con_rsv .box_btn {
	float: right;
	width: 37.69231%;
}
@media only screen and (max-width: 1300px) {
  #footer #menu_list .con_rsv .box_btn {
		width: 38%;
  }
}
@media print {
  #footer #menu_list .con_rsv .box_btn {
		width: 38%;
  }
}
.ie8 #footer #menu_list .con_rsv .box_btn {
	width: 38%;
}
@media only screen and (max-width: 1024px) {
  #footer #menu_list .con_rsv .box_btn {
		width: 100%;
		float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer #menu_list .con_rsv .box_btn > ul {
		margin-left: -2%;
		overflow: hidden;
  }
}
#footer #menu_list .con_rsv .box_btn > ul > li {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer #menu_list .con_rsv .box_btn > ul > li {
		margin-left: 2%;
		width: 48%;
		float: left;
  }
}
#footer #menu_list .con_rsv .box_btn > ul > li a {
	display: block;
	color: #fff;
	position: relative;
	text-decoration: none;
	padding-bottom: 1px;
	background: #753314;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  #footer #menu_list .con_rsv .box_btn > ul > li a {
		font-size: 90%;
  }
}
#footer #menu_list .con_rsv .box_btn > ul > li a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 45px;
	width: 10px;
	height: 10px;
	background: url(../images/common/ic_btn_arrow_r.png) no-repeat;
	margin-top: -5px;
	background-size: contain;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 9;
}
#footer #menu_list .con_rsv .box_btn > ul > li a span {
	display: block;
	padding: 15px;
	padding-left: 43px;
	background: url(../images/common/bg_btn_blue.jpg) repeat;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}
#footer #menu_list .con_rsv .box_btn > ul > li a span:before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background: #fff;
}
#footer #menu_list .con_rsv .box_btn > ul > li a:hover {
	background: #97391C;
}
#footer #menu_list .con_rsv .box_btn > ul > li a:hover:before {
	right: 35px;
}
#footer #menu_list .con_rsv .box_btn > ul > li a:hover span {
	background: none;
}
#footer #menu_list .con_rsv .box_btn > ul > li a:hover span:before {
	width: 0;
}
@media only screen and (min-width: 1025px) {
  #footer #menu_list .con_rsv .box_btn > ul > li:first-child {
		text-align: center;
		width: 100%;
		margin: 0 auto 1em;
  }
}
@media print {
  #footer #menu_list .con_rsv .box_btn > ul > li:first-child {
		text-align: center;
		width: 100%;
		margin: 0 auto 1em;
  }
}
.ie8 #footer #menu_list .con_rsv .box_btn > ul > li:first-child {
	text-align: center;
	width: 100%;
	margin: 0 auto 1em;
}
#footer #menu_list .con_f_rsv {
	padding: 0;
	margin-top: 1.25em;
}
#footer #menu_list .con_search {
	margin: 1.5em 0 4.2em;
}
@media only screen and (max-width: 767px) {
  #footer #menu_list .con_search {
		display: block;
  }
}
#footer #modal_search {
	display: block;
	position: fixed;
	left: 100%;
	top: 0;
	margin-top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-moz-transition: opacity 500ms ease, left 0ms ease 500ms, filter 500ms ease;
	-o-transition: opacity 500ms ease, left 0ms ease 500ms, filter 500ms ease;
	-webkit-transition: opacity 500ms ease, left 0ms ease, filter 500ms ease;
	-webkit-transition-delay: 0s, 500ms, 0s;
	transition: opacity 500ms ease, left 0ms ease 500ms, filter 500ms ease;
}
#footer #modal_search.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	left: 0;
	z-index: 10000;
	-webkit-filter: blur(0);
	filter: blur(0);
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
}
#footer #modal_search .wrp_search {
	margin-bottom: 0;
}
#footer #modal_search .wrp_search .box_search {
	padding-left: 0;
}
#footer #modal_search .wrp_search .box_search .box_form {
	width: 100%;
}
#footer #modal_search .form_area .box_form {
	padding-top: 0;
}
#footer #modal_search .form_area .box_form form ul li:nth-child(4) dl {
	margin: 0 !important;
}
#footer #modal_search .form_area .box_form form ul .btn_search {
	padding-top: 0 !important;
}
#footer #modal_search .form_area .box_form form ul .btn_search button {
	padding: .525em 1em;
}
#footer #modal_search .form_area #tab ul {
	display: flex;
}
#footer #modal_search .form_area #tab ul li {
	width: 50%;
	text-align: center;
	background: #313131;
	padding: 1em;
	color: #fff;
}
#footer #modal_search .form_area #tab ul li.active {
	background: #600E0F;
}
#footer #modal_search .form_area #panel {
	padding: 1.5em 1em 0;
}
#footer #modal_search .form_area #dynamic-cont {
	display: none;
}
#footer #modal_search .m_search {
	margin: .8em 0 4.5em;
}
#footer #modal_search .bn_rsv {
	padding: 2em 1em 1em;
	box-sizing: border-box;
}
#footer .logo_footer {
	display: block;
	text-align: center;
	margin-bottom: 1.1em;
}
#footer .logo_footer img {
	width: 70%;
	margin-top: .4em;
}
#footer .btn_close {
	position: absolute;
	top: .4em;
	left: .4em;
	width: 2.4em;
}

/* -----------------------------------------------------------
	#pull_search  スクロールで表示される検索ボタン
  ----------------------------------------------------------- */
/* line 583, ../scss/common.scss */
#pull_search {
	width: 54px;
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 800;
}
#pull_search a {
	display: block;
	overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #pull_search {
		bottom: 50%;
		transform: translateY(50%);
  }
}

/*	.btn_ptop		PAGE TOP ボタン
----------------------------------------------------*/
/* line 598, ../scss/common.scss */
#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 101;
}

/* line 605, ../scss/common.scss */
#back-top a {
	width: 145px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
  /* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* -----------------------------------------------------------
	Table		表設定
  ----------------------------------------------------------- */
table.tbl_basic {
	width: 100%;
	border: 1px solid #4c3c29;
}
table.tbl_basic td {
	padding: 12px 15px;
	vertical-align: middle;
	border-bottom: 1px solid #4c3c29;
}
table.tbl_basic td.col {
	background: #150f0d;
	text-align: center;
}

table.tbl_basic th {
	background: #150f0d;
	font-weight: normal;
	text-align: center;
}
table.tbl_basic td {
	background: #2b1d14;
}

/* -----------------------------------------------------------
	#pop_search 空室検索

  ----------------------------------------------------------- */
/* line 648, ../scss/common.scss */
#pop {
	background: none;
}

/* line 652, ../scss/common.scss */
#pop_search {
	max-width: 950px;
	width: 100%;
	background: url(../images/search/bg_poparea.jpg) 0 0 repeat;
}

/* line 655, ../scss/common.scss */
#pop_search .con_popsearch {
	padding-bottom: 30px;
	background: url(../images/search/bg_popbottom.jpg) 0 bottom repeat-x;
}

/* line 660, ../scss/common.scss */
#pop_search .con_popsearch .box_searcharea dl {
	font-size: 70%;
	padding: 20px 0 0 0;
}

.con_popsearch .box_searcharea dl.btn_search {
	padding: 15px 0 0 0 !important;
}

/* line 665, ../scss/common.scss */
#pop_search .con_popsearch .box_searcharea dl dt {
	margin-bottom: 10px;
	overflow: hidden;
}

/* line 670, ../scss/common.scss */
#pop_search .con_popsearch .box_searcharea dl.last {
	width: 250px !important;
}

/* line 673, ../scss/common.scss */
#pop_search .con_popsearch .box_searcharea h4 {
	float: left;
	margin-right: 20px;
}

/* line 677, ../scss/common.scss */
#pop_search .con_popsearch .box_searcharea span {
	margin: 0 3px;
	display: inline-block;
}

/* line 681, ../scss/common.scss */
#pop_search .con_popsearch .box_searcharea .btn_search {
	width: 940px;
}

/* line 684, ../scss/common.scss */
#pop_search .con_popsearch .box_searcharea .btn_search input {
	margin-right: 5px;
	display: inline-block;
}

/* line 690, ../scss/common.scss */
#pop_search .con_popsearch .box_member {
	clear: both;
	padding: 20px 30px;
}

/* line 693, ../scss/common.scss */
#pop_search .con_popsearch .box_member ul {
	overflow: hidden;
	*zoom: 1;
}

/* line 695, ../scss/common.scss */
#pop_search .con_popsearch .box_member ul li {
	float: left;
	font-size: 0;
	line-height: 0;
}

/* line 703, ../scss/common.scss */
#pop_search .con_popsearch a.btn_close {
	padding: 30px 0 0 0;
	text-align: center;
	display: block;
}

/* .con_popsearch  空室検索
----------------------------------------------------------- */
.con_popsearch {
	margin-bottom: 55px;
}

.con_popsearch {
	margin-bottom: 10px;
	background: url(../images/search/bg_bn_rsv.png) center 0 no-repeat;
}

.con_popsearch {
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

.con_popsearch .bn_bestrate, .con_popsearch .st {
	padding: 15px 0;
	float: left;
}

.con_popsearch .box_searcharea {
	width: 650px;
	float: left;
	overflow: hidden;
	*zoom: 1;
}

.con_popsearch .box_searcharea dl {
	margin: 0 10px;
	float: left;
	font-size: 93.75%;
}

.con_popsearch .box_searcharea dl dt,
.con_popsearch .box_searcharea dl dd,
.con_popsearch .box_searcharea dl dd font {
	color: #d8af93;
}

.con_popsearch .box_searcharea .btn_search {
	padding-top: 15px;
	float: left;
	line-height: 0;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.con_popsearch .bn_rsv {
	padding: 18px 0 18px 0;
	float: right;
	font-size: 0;
	line-height: 0;
}

.con_popsearch .bn_rsv li {
	margin-bottom: 5px;
}

.con_popsearch .bn_rsv li:last-child {
	margin-bottom: 0;
}

.con_popsearch .box_searcharea {
	max-width: 950px;
	width: 100%;
	float: left;
}

.box_searcharea ul.checked_stay_top {
	width: 200px;
	float: left;
	padding: 20px 5px 0px 81px;
}

.box_searcharea ul.checked_stay_top li {
	float: left;
	margin-right: 15px;
}

.box_searcharea ul.checked_stay_top li:last-child {
	margin-right: 0;
}

.box_searcharea ul.checked_stay_top li input {
	float: left;
	margin: 44px 5px 0 0;
}

.invisible {
	display: none;
}

.con_popsearch #dynamic-cont form label {
	display: block;
	font-size: 110%;
}

.con_popsearch #dynamic-cont form input.input_checkin {
	width: 120px;
}

.con_popsearch #dynamic-cont form input.button_s {
	background: url("../images/search/btn_search.jpg");
	width: 165px;
	height: 54px;
	border: 0;
	cursor: pointer;
	margin-right: 6px !important;
}

.con_popsearch dl select {
	margin-right: 4px;
}

.con_popsearch #normal-cont dl input {
	margin-left: 5px;
}

.con_popsearch dl input,
.con_popsearch dl select {
	box-sizing: border-box;
}

.con_popsearch #normal-cont dl:first-child dt {
	margin-left: 5px;
}

.con_popsearch .airport_search dl {
	margin: 0;
}

.con_popsearch #dynamic-cont ul li.airport {
	width: 135px;
	margin: 0px 0px 0px 15px;
	float: left;
}

.con_popsearch #dynamic-cont ul li.stay {
	width: 145px;
	float: left;
}

.con_popsearch #dynamic-cont ul li.last {
	width: 62px;
	float: left;
}

.con_popsearch input {
	outline: none;
}

.con_popsearch ul {
	margin-left: 5px;
}

.con_popsearch .box_ad {
	max-width: 950px;
	width: 100%;
	text-align: center;
}

@media only screen and (max-device-width: 480px) {
  .con_popsearch #dynamic-cont ul li.airport {
		width: 185px;
  }

  .con_popsearch #dynamic-cont ul li.last {
		width: 80px;
  }

  .con_popsearch #dynamic-cont ul li.stay dd {
		padding-top: 2px;
  }
}
/* -----------------------------------------------------------
  .con_search_f
----------------------------------------------------------- */
.con_search_f .box_search_inner, #con_footer_banner ul, #footer .con_inner_top .box_inner, #footer .con_grouphotel .box_group, .m_category_nav {
	max-width: 100%;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
  .con_search_f .box_search_inner, #con_footer_banner ul, #footer .con_inner_top .box_inner, .m_category_nav {
		width: 95%;
  }
}
#snav .snav_list:after, .con_search_f .box_search_inner:after, .con_search_f .box_search_inner .box_search .obj_search .box_search_select:after, .con_search_f .box_search_inner .box_search .dp_sea .box_search_select:after, .con_search_f .box_search_inner .box_search .obj_search .box_per:after, .con_search_f .box_search_inner .box_search .dp_sea .box_per:after, .con_f_pickup_banner .box_inner:after, .con_f_pickup_banner .box_st:after, #con_footer_banner:after, #con_footer_banner ul:after, #footer .con_inner_top .box_inner:after, #footer .con_inner_top .box_inner .con_address .mail_btn:after, #footer .con_grouphotel .box_group:after, .m_category_nav:after {
	content: "";
	display: table;
	clear: both;
}

#homepage .con_search_f .st_serach a:hover {
	background: rgba(47, 50, 59, 0.9);
	color: #fff;
}
@media only screen and (max-width: 767px) {
  #homepage .con_search_f .st_serach a:hover {
		background: #2f323b;
  }
}
#homepage .con_search_f .st_serach a:hover span:after {
	top: 5px;
}
@media only screen and (max-width: 767px) {
  #homepage .con_search_f .st_serach a:hover span:after {
		top: 0;
  }
}
#homepage .con_search_f .st_serach a span:after {
	position: relative;
	top: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  #homepage .con_search_f .st_serach a span:after {
		right: -5px;
  }
}

.con_search_f .st_serach a {
	text-align: center;
	font-weight: normal;
	color: #fff;
	background: #2f323b;
	padding: 20px 10px 30px;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .con_search_f .st_serach a {
		padding: 0.5em 10px 1em;
  }
}
.con_search_f .st_serach a:hover {
	background: rgba(47, 50, 59, 0.9);
	color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_search_f .st_serach a:hover {
		background: #2f323b;
  }
}
.con_search_f .st_serach a:hover span:after {
	top: 5px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .st_serach a:hover span:after {
		top: 0;
  }
}
.con_search_f .st_serach a span {
	position: relative;
	font-size: 200%;
	font-family: YakuHanMP, "Crimson Text", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", serif;
}
@media only screen and (max-width: 767px) {
  .con_search_f .st_serach a span {
		font-size: 112%;
  }
}
.con_search_f .title_search_popup {
	display: none;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
	font-size: 208%;
	line-height: 1.3;
	font-weight: normal;
	color: #454545;
	text-align: center;
}
.con_search_f .box_search_inner {
	display: none;
	max-width: 1300px;
	padding: 50px 0 70px;
}
@media only screen and (max-width: 1300px) {
  .con_search_f .box_search_inner {
		width: 95%;
  }
}
@media print {
  .con_search_f .box_search_inner {
		width: 95%;
  }
}
.ie8 .con_search_f .box_search_inner {
	width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_search_f .box_search_inner {
		padding: 1em 0 2em;
  }
}
.con_search_f .box_search_inner .pop_logo {
	text-align: center;
	margin: 0 auto 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .pop_logo {
		width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .pop_logo {
		width: 100%;
  }
}
.con_search_f .box_search_inner .box_search {
	float: left;
	width: 55.76923%;
	background: #fff;
}
@media only screen and (max-width: 1300px) {
  .con_search_f .box_search_inner .box_search {
		width: 60%;
  }
}
@media print {
  .con_search_f .box_search_inner .box_search {
		width: 60%;
  }
}
.ie8 .con_search_f .box_search_inner .box_search {
	width: 60%;
}
@media only screen and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search {
		width: 100%;
		float: none;
		margin-bottom: 2em;
  }
}
.con_search_f .box_search_inner .box_search #pop_tab {
	width: 100%;
	overflow: hidden;
}
.con_search_f .box_search_inner .box_search #pop_tab li {
	width: 25%;
	float: left;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search #pop_tab li:first-child em span i:first-child, .con_search_f .box_search_inner .box_search #pop_tab li:first-child a span i:first-child {
		margin-right: 0;
  }
  .con_search_f .box_search_inner .box_search #pop_tab li.ic_car em span, .con_search_f .box_search_inner .box_search #pop_tab li.ic_car a span {
		background: url(../images/search/plus.png) center center no-repeat;
  }
  .con_search_f .box_search_inner .box_search #pop_tab li.ic_plane em span, .con_search_f .box_search_inner .box_search #pop_tab li.ic_plane a span, .con_search_f .box_search_inner .box_search #pop_tab li.ic_train em span, .con_search_f .box_search_inner .box_search #pop_tab li.ic_train a span {
		background: url(../images/search/plus.png) 45% center no-repeat;
  }
}
.con_search_f .box_search_inner .box_search #pop_tab li em, .con_search_f .box_search_inner .box_search #pop_tab li a {
	display: block;
	background-color: #000;
	color: #fff;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
	position: relative;
	text-decoration: none;
	border: solid 1px #6d3013;
	padding-bottom: 1px;
	background: #753314;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search #pop_tab li em, .con_search_f .box_search_inner .box_search #pop_tab li a {
		font-size: 85%;
  }
}
.con_search_f .box_search_inner .box_search #pop_tab li em:before, .con_search_f .box_search_inner .box_search #pop_tab li a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 45px;
	width: 10px;
	height: 10px;
	background: url(../images/common/ic_btn_arrow_r.png) no-repeat;
	margin-top: -5px;
	background-size: contain;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 9;
	display: none;
}
.con_search_f .box_search_inner .box_search #pop_tab li em span, .con_search_f .box_search_inner .box_search #pop_tab li a span {
	display: block;
	padding: 15px 5px;
	font-size: 16px;
	background: url(../images/common/bg_btn_blue.jpg) repeat;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
	font-size: 95%;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search #pop_tab li em span, .con_search_f .box_search_inner .box_search #pop_tab li a span {
		font-size: 100%;
		padding: 1.1em 0;
  }
  .con_search_f .box_search_inner .box_search #pop_tab li em span img, .con_search_f .box_search_inner .box_search #pop_tab li a span img {
		width: 35%;
		margin-top: 0.1em;
  }
}
.con_search_f .box_search_inner .box_search #pop_tab li em span:before, .con_search_f .box_search_inner .box_search #pop_tab li a span:before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background: #fff;
}
.con_search_f .box_search_inner .box_search #pop_tab li em span i, .con_search_f .box_search_inner .box_search #pop_tab li a span i {
	margin-right: 0.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search #pop_tab li em span i, .con_search_f .box_search_inner .box_search #pop_tab li a span i {
		margin-right: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search #pop_tab li em span i, .con_search_f .box_search_inner .box_search #pop_tab li a span i {
		margin-right: 0;
  }
}
.con_search_f .box_search_inner .box_search #pop_tab li em span i.fa-window-restore, .con_search_f .box_search_inner .box_search #pop_tab li a span i.fa-window-restore {
	font-size: 80%;
	margin-right: 0;
	margin-left: 0.3em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search #pop_tab li em span i, .con_search_f .box_search_inner .box_search #pop_tab li a span i {
		font-size: 180%;
  }
  .con_search_f .box_search_inner .box_search #pop_tab li em span i.fa-window-restore, .con_search_f .box_search_inner .box_search #pop_tab li a span i.fa-window-restore {
		font-size: 50%;
		position: absolute;
		top: 5px;
		right: 4px;
  }
  .con_search_f .box_search_inner .box_search #pop_tab li em span i:first-child, .con_search_f .box_search_inner .box_search #pop_tab li a span i:first-child {
		margin-right: 14px;
  }
}
.con_search_f .box_search_inner .box_search #pop_tab li:hover em, .con_search_f .box_search_inner .box_search #pop_tab li:hover a, .con_search_f .box_search_inner .box_search #pop_tab li.active em, .con_search_f .box_search_inner .box_search #pop_tab li.active a {
	background: #97391C;
}
.con_search_f .box_search_inner .box_search #pop_tab li:hover em:before, .con_search_f .box_search_inner .box_search #pop_tab li:hover a:before, .con_search_f .box_search_inner .box_search #pop_tab li.active em:before, .con_search_f .box_search_inner .box_search #pop_tab li.active a:before {
	right: 35px;
}
.con_search_f .box_search_inner .box_search #pop_tab li:hover em span:before, .con_search_f .box_search_inner .box_search #pop_tab li:hover a span:before, .con_search_f .box_search_inner .box_search #pop_tab li.active em span:before, .con_search_f .box_search_inner .box_search #pop_tab li.active a span:before {
	width: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner {
	display: none;
	padding: 30px 45px;
	color: #454545;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner:first-child {
	display: list-item;
}
@media only screen and (max-width: 1300px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner {
		padding: 30px 25px;
  }
}
@media print {
  .con_search_f .box_search_inner .box_search .box_form .form_inner {
		padding: 30px 25px;
  }
}
.ie8 .con_search_f .box_search_inner .box_search .box_form .form_inner {
	padding: 30px 25px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner {
		padding: 1.5em 0.5em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day {
	overflow: hidden;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .st {
	float: left;
	width: 40%;
	text-align: center;
	font-size: 18px;
	margin-top: 1.2em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .st {
		font-size: 90%;
		width: 30%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right {
	float: right;
	width: 60%;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right {
		width: 70%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day {
	position: relative;
	width: 19em;
	height: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day {
		width: 17em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day {
		width: 11em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day:after {
	content: '\f0d7';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: .5em;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: .5;
	text-align: center;
	height: .5em;
	width: .5em;
	color: #888;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day:after {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
	border: none;
	border-bottom: 1px solid #888;
	font-size: 231%;
	font-family: "Cormorant SC", serif;
	width: 100%;
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-webkit-transition: color 400ms ease;
	transition: color 400ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
		font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
		font-size: 1.5rem;
		display: block;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input:disabled {
	background-color: transparent;
	color: #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input[type="button"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input[type="text"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input[type="submit"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input[type="image"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner {
	letter-spacing: -.4em;
	margin-top: 1em;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	border-bottom: 1px solid #888;
	margin-left: 25px;
	padding: .2em 1em .2em .5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div {
		margin-left: 1.5em;
		padding: .2em 1.5em .2em .8em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div:after {
	content: '\f0d7';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: .5;
	text-align: center;
	height: .5em;
	width: .5em;
	color: #888;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div:after {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number {
	display: inline-block;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
	font-size: 231%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
	appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
		font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
		font-size: 1.5rem;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div select {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div span {
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div span {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_sta {
	margin-left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und {
	border: none;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und {
		display: block;
		margin-top: 1em;
		margin-left: 0;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und:after {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und input {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label {
	position: relative;
	font-size: 10px;
	padding-left: 2.5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label {
		padding-left: 2em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1em;
	width: 2em;
	height: 2em;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label:before {
		width: 1.5em;
		height: 1.5em;
		margin-top: -.75em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und input:checked + label:before {
	background-color: #6f6f6f;
	-moz-transition: background-color 400ms ease;
	-o-transition: background-color 400ms ease;
	-webkit-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0em;
	left: .7em;
	width: .4em;
	height: .8em;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und input:checked + label:after {
		left: .5em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per {
	overflow: hidden;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .st {
	float: left;
	width: 40%;
	text-align: center;
	font-size: 18px;
	margin-top: 1.2em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .st {
		font-size: 90%;
		width: 30%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per {
	float: right;
	width: 60%;
	padding-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per {
		width: 70%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	border-bottom: 1px solid #888;
	margin-left: 25px;
	padding: .2em 1em .2em .5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li {
		margin-left: .7em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:after {
	content: '\f0d7';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: .5;
	text-align: center;
	height: .5em;
	width: .5em;
	color: #888;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:after {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number {
	display: inline-block;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
	border: none;
	font-size: 231%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-webkit-transition: color 400ms ease;
	transition: color 400ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
		font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
		font-size: 1.5rem;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li select {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li span {
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li span {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:first-child {
	margin-left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:first-child select:disabled + .number em {
	color: #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) {
	border: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2):after {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) input {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label {
	position: relative;
	font-size: 10px;
	padding-left: 2.5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label {
		padding-left: 2em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1em;
	width: 2em;
	height: 2em;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label:before {
		width: 1.5em;
		height: 1.5em;
		margin-top: -.75em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) input:checked + label:before {
	background-color: #6f6f6f;
	-moz-transition: background-color 400ms ease;
	-o-transition: background-color 400ms ease;
	-webkit-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0em;
	left: .7em;
	width: .4em;
	height: .8em;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) input:checked + label:after {
		left: .5em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit {
	text-align: center;
	padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit {
		padding: 1em .7em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p {
	display: inline-block;
	width: 100%;
	max-width: 330px;
	background: #97391C;
	color: #fff;
	padding: 2px;
	border: none;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: solid 2px #97391C;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p {
		max-width: none;
		width: 95%;
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span {
	display: block;
	position: relative;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.t_b_line:before {
	top: 0;
	left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.t_b_line:after {
	bottom: 0;
	right: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.t_b_line:before, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.t_b_line:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #97391C;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 9;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line {
	padding: 9px 10px;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line:before {
	top: 0;
	left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line:after {
	bottom: 0;
	right: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line:before, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 0;
	background: #97391C;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover {
	color: #97391C;
	background: #f7f7f7;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.t_b_line:after, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.t_b_line:before {
	width: 100%;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.l_r_line {
	background: #fff;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.l_r_line:after, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.l_r_line:before {
	height: 100%;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns {
	text-align: center;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p {
	display: inline-block;
	margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p {
		margin: 0 .5em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a {
	position: relative;
	color: #6f6f6f;
	padding-left: 1em;
	font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a {
		font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a {
		font-size: 90%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a:before {
	content: '\f105 ';
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: .7em;
	height: .7em;
	text-align: center;
	line-height: .7;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a:hover i {
	margin-left: 0.2em;
	margin-right: 0.3em;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dt {
	width: 40%;
	text-align: center;
	font-size: 18px;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dt {
		font-size: 90%;
		width: 30%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd {
	width: 60%;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd input[type="text"] {
	border-radius: 0px;
	font-size: 231%;
	font-size: 231%;
	width: 60%;
	display: inline-block;
	background: transparent;
	z-index: 2;
	border: none;
	border-bottom: 1px solid #888;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "Cormorant SC", serif;
  /* width: 100%; */
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-webkit-transition: color 400ms ease;
	transition: color 400ms ease;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd input[type="text"] {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd input[type="text"] {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd input[type="text"] {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd input[type="text"] {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd input[type="text"] {
		width: 80%;
		display: block;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd label {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd label {
		font-size: 90%;
		margin-top: .5em;
		display: block;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd label input {
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .date_489ban dd {
		width: 70%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban {
	margin-top: 1.5em;
	width: 60%;
	float: right;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban {
		width: 70%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .stay_489ban {
	float: left;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .stay_489ban dt {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .stay_489ban dd select {
	line-height: 1;
	font-size: 231%;
	position: relative;
	display: inline-block;
	padding: .3em;
	letter-spacing: normal;
	vertical-align: bottom;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	border: none;
	border-bottom: 1px solid #888;
	background: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .stay_489ban dd select {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .stay_489ban dd select {
		font-size: 139%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .stay_489ban dd select option {
	font-size: 14px;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban {
	float: left;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban dt {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban dd select {
	line-height: 1;
	font-size: 231%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	padding: .3em;
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	border: none;
	border-bottom: 1px solid #888;
	margin-left: 25px;
	background: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban dd select {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban dd select {
		font-size: 139%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban dd select option {
	font-size: 14px;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban dd span {
	font-size: 231%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban dd span {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban dd span {
		font-size: 139%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban .room_489ban dd span {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	line-height: 1;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban:nth-of-type(2) {
	clear: both;
	padding: 1em 0 1.5em;
	width: 100%;
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban:nth-of-type(2) dt {
	width: 40%;
	text-align: center;
	float: left;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban:nth-of-type(2) dd input[type="text"] {
	font-size: 231%;
	width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban:nth-of-type(2) dd input[type="text"] {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search form .inbox_489ban:nth-of-type(2) dd input[type="text"] {
		font-size: 139%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dt {
	width: 40%;
	text-align: center;
	font-size: 18px;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dt {
		font-size: 90%;
		width: 30% !important;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dd {
	width: 60%;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dd {
		width: 70%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dd select {
	line-height: 1;
	font-size: 231%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	border: none;
	border-bottom: 1px solid #888;
	background: none;
	padding: 0.3em 0.5em;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dd select {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dd select {
		font-size: 139%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dd select option {
	font-size: 14px;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dd span {
	font-size: 231%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dd span {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .person_489ban dd span {
		font-size: 139%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search button {
	position: relative;
	clear: both;
	display: block;
	width: 100%;
	max-width: 330px;
	background: #97391C;
	color: #fff;
	padding: 9px 10px;
	margin: 15px auto;
	border: none;
	font-size: 18px;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: solid 2px #97391C;
	position: relative;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search button:hover {
	background: none;
	color: #97391C;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search button::before {
	content: "";
	width: 98%;
	display: block;
	height: 86%;
	border: solid 1px #97391C;
	position: absolute;
	top: 10;
	padding: -4px;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search button {
		max-width: none;
		width: 95%;
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day {
	overflow: hidden;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .st {
	float: left;
	width: 40%;
	text-align: center;
	font-size: 18px;
	margin-top: 1.2em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .st {
		font-size: 90%;
		width: 30%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right {
	float: right;
	width: 60%;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right {
		width: 70%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day {
	position: relative;
	width: 19em;
	height: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day {
		width: 17em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day {
		width: 11em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day:after {
	content: '\f0d7';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: .5em;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: .5;
	text-align: center;
	height: .5em;
	width: .5em;
	color: #888;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day:after {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
	border: none;
	border-bottom: 1px solid #888;
	font-size: 231%;
	font-family: "Cormorant SC", serif;
	width: 100%;
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-webkit-transition: color 400ms ease;
	transition: color 400ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
		font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input {
		font-size: 1.5rem;
		display: block;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input:disabled {
	background-color: transparent;
	color: #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input[type="button"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input[type="text"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input[type="submit"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day input[type="image"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .wrp_day textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner {
	letter-spacing: -.4em;
	margin-top: 1em;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	border-bottom: 1px solid #888;
	margin-left: 25px;
	padding: .2em 1em .2em .5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div {
		margin-left: 1.5em;
		padding: .2em 1.5em .2em .8em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div:after {
	content: '\f0d7';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: .5;
	text-align: center;
	height: .5em;
	width: .5em;
	color: #888;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div:after {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number {
	display: inline-block;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
	font-size: 231%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
		font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div .number em {
		font-size: 1.5rem;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div select {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div span {
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div span {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_sta {
	margin-left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und {
	border: none;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und {
		display: block;
		margin-top: 1em;
		margin-left: 0;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und:after {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und input {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label {
	position: relative;
	font-size: 10px;
	padding-left: 2.5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label {
		padding-left: 2em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1em;
	width: 2em;
	height: 2em;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label:before {
		width: 1.5em;
		height: 1.5em;
		margin-top: -.75em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und label:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und input:checked + label:before {
	background-color: #6f6f6f;
	-moz-transition: background-color 400ms ease;
	-o-transition: background-color 400ms ease;
	-webkit-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0em;
	left: .7em;
	width: .4em;
	height: .8em;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_day .right .inner > div.wrp_und input:checked + label:after {
		left: .5em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per {
	overflow: hidden;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .st {
	float: left;
	width: 40%;
	text-align: center;
	font-size: 18px;
	margin-top: 1.2em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .st {
		font-size: 90%;
		width: 30%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per {
	float: right;
	width: 60%;
	padding-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per {
		width: 70%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	border-bottom: 1px solid #888;
	margin-left: 25px;
	padding: .2em 1em .2em .5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li {
		margin-left: .7em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:after {
	content: '\f0d7';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: .5;
	text-align: center;
	height: .5em;
	width: .5em;
	color: #888;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:after {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number {
	display: inline-block;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
	border: none;
	font-size: 231%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-webkit-transition: color 400ms ease;
	transition: color 400ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
		font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li .number em {
		font-size: 1.5rem;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li select {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li span {
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li span {
		font-size: 100%;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:first-child {
	margin-left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:first-child select:disabled + .number em {
	color: #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) {
	border: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2):after {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) input {
	display: none;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label {
	position: relative;
	font-size: 10px;
	padding-left: 2.5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label {
		padding-left: 2em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1em;
	width: 2em;
	height: 2em;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label:before {
		width: 1.5em;
		height: 1.5em;
		margin-top: -.75em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) label:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) input:checked + label:before {
	background-color: #6f6f6f;
	-moz-transition: background-color 400ms ease;
	-o-transition: background-color 400ms ease;
	-webkit-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0em;
	left: .7em;
	width: .4em;
	height: .8em;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .box_per .wrp_per ul > li:nth-child(2) input:checked + label:after {
		left: .5em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit {
	text-align: center;
	padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit {
		padding: 1em .7em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p {
	display: inline-block;
	width: 100%;
	max-width: 330px;
	background: #97391C;
	color: #fff;
	padding: 2px;
	border: none;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: solid 2px #97391C;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p {
		max-width: none;
		width: 95%;
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span {
	display: block;
	position: relative;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.t_b_line:before {
	top: 0;
	left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.t_b_line:after {
	bottom: 0;
	right: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.t_b_line:before, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.t_b_line:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #97391C;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 9;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line {
	padding: 9px 10px;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line:before {
	top: 0;
	left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line:after {
	bottom: 0;
	right: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line:before, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p span.l_r_line:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 0;
	background: #97391C;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover {
	color: #97391C;
	background: #f7f7f7;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.t_b_line:after, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.t_b_line:before {
	width: 100%;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.l_r_line {
	background: #fff;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.l_r_line:after, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btn_submit p:hover span.l_r_line:before {
	height: 100%;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns {
	text-align: center;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p {
	display: inline-block;
	margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p {
		margin: 0 .5em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a {
	position: relative;
	color: #6f6f6f;
	padding-left: 1em;
	font-size: 18px;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a {
		font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a {
		font-size: 90%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a:before {
	content: '\f105 ';
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: .7em;
	height: .7em;
	text-align: center;
	line-height: .7;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search .btns p a:hover i {
	margin-left: 0.2em;
	margin-right: 0.3em;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .box_can {
	text-align: center;
	padding: 30px;
	max-width: 740px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 35px;
	padding: 30px;
	color: #454545;
	text-align: center;
	border: 1px solid #454545;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .box_can {
		padding: 1.5em 1em;
		margin-top: 1em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .box_can .sst {
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .box_can .txt {
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .box_can .txt {
		text-align: left;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .box_can .txt a {
	display: block;
	color: #454545;
	margin-top: .5em;
	text-align: center;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl {
	overflow: hidden;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl dt {
	width: 40%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl dt {
		font-size: 90%;
		width: 30%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl dd {
	width: 60%;
	float: right;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl dd {
		width: 70%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day {
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dt {
	margin-top: 1.2em;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day {
	position: relative;
	height: 3em;
	width: 19em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day {
		width: 17em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day {
		width: 11em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day:after {
	content: '\f0d7';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: .5em;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: .5;
	text-align: center;
	height: .5em;
	width: .5em;
	color: #888;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day:after {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
	border: none;
	border-bottom: 1px solid #888;
	font-size: 231%;
	font-family: "Cormorant SC", serif;
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-webkit-transition: color 400ms ease;
	transition: color 400ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input {
		font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input {
		font-size: 1.5rem;
		display: block;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input:disabled {
	background-color: #fff;
	color: #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input[type="button"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input[type="text"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input[type="submit"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day input[type="image"], .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_day textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	border-bottom: 1px solid #888;
	margin-top: 1em;
	padding: .2em 1em .2em .5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta {
		margin-left: .7em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta:after {
	content: '\f0d7';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: .5;
	text-align: center;
	height: .5em;
	width: .5em;
	color: #888;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta:after {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta .number {
	display: inline-block;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta .number em {
	border: none;
	font-size: 231%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta .number em {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta .number em {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta .number em {
		line-height: 45px;
  }
}
@media print {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta .number em {
		line-height: 45px;
  }
}
.ie8 .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta .number em {
	line-height: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta .number em {
		font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta .number em {
		font-size: 1.5rem;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta select {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta span {
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_day dd .wrp_sta span {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_ap {
	border-bottom: 1px solid #ccc;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_ap dt {
	margin-top: 1.5em;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_ap dd {
	padding: .5em 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_ap dd select {
	font-size: 18px;
	padding: .8em .8em;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
	border-radius: 0;
	background: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_ap dd select {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per {
	border-bottom: 1px solid #ccc;
	padding: 1.5em 0 1em;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	border-bottom: 1px solid #888;
	padding: .2em 1em .2em .5em;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per {
		margin-left: .7em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per:after {
	content: '\f0d7';
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	line-height: .5;
	text-align: center;
	height: .5em;
	width: .5em;
	color: #888;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per:after {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per .number {
	display: inline-block;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per .number em {
	border: none;
	font-size: 231%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per .number em {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per .number em {
		font-size: 139%;
  }
}
@media only screen and (min-width: 768px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per .number em {
		line-height: 45px;
  }
}
@media print {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per .number em {
		line-height: 45px;
  }
}
.ie8 .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per .number em {
	line-height: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per .number em {
		font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per .number em {
		font-size: 1.5rem;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per select {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per span {
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li dl.box_per dd .wrp_per span {
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search {
	text-align: center;
	padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search {
		padding: 1em .7em;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button {
	display: inline-block;
	width: 100%;
	max-width: 330px;
	background: #97391C;
	color: #fff;
	padding: 2px;
	border: none;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: solid 2px #97391C;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button {
		max-width: none;
		width: 95%;
		font-size: 100%;
  }
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span {
	display: block;
	position: relative;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span.t_b_line:before {
	top: 0;
	left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span.t_b_line:after {
	bottom: 0;
	right: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span.t_b_line:before, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span.t_b_line:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #600e0f;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 9;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span.l_r_line {
	padding: 9px 10px;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span.l_r_line:before {
	top: 0;
	left: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span.l_r_line:after {
	bottom: 0;
	right: 0;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span.l_r_line:before, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button span.l_r_line:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 0;
	background: #600e0f;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button:hover {
	color: #600e0f;
	background: #f7f7f7;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button:hover span.t_b_line:after, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button:hover span.t_b_line:before {
	width: 100%;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button:hover span.l_r_line {
	background: #fff;
}
.con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button:hover span.l_r_line:after, .con_search_f .box_search_inner .box_search .box_form .form_inner .obj_search_air ul li .btn_search button:hover span.l_r_line:before {
	height: 100%;
}
.con_search_f .box_search_inner .box_btn {
	float: right;
	width: 37.69231%;
}
@media only screen and (max-width: 1300px) {
  .con_search_f .box_search_inner .box_btn {
		width: 38%;
  }
}
@media print {
  .con_search_f .box_search_inner .box_btn {
		width: 38%;
  }
}
.ie8 .con_search_f .box_search_inner .box_btn {
	width: 38%;
}
@media only screen and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_btn {
		width: 100%;
		float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_btn > ul {
		margin-left: -2%;
		overflow: hidden;
  }
}
.con_search_f .box_search_inner .box_btn > ul > li {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search_f .box_search_inner .box_btn > ul > li {
		margin-left: 2%;
		width: 48%;
		float: left;
  }
}
.con_search_f .box_search_inner .box_btn > ul > li a {
	display: block;
	color: #fff;
	font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
	position: relative;
	text-decoration: none;
	padding-bottom: 1px;
	background: #753314;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .con_search_f .box_search_inner .box_btn > ul > li a {
		font-size: 90%;
  }
}
.con_search_f .box_search_inner .box_btn > ul > li a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 45px;
	width: 10px;
	height: 10px;
	background: url(../images/common/ic_btn_arrow_r.png) no-repeat;
	margin-top: -5px;
	background-size: contain;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 9;
}
.con_search_f .box_search_inner .box_btn > ul > li a span {
	display: block;
	padding: 15px;
	padding-left: 43px;
	font-size: 16px;
	background: url(../images/common/bg_btn_blue.jpg) repeat;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}
.con_search_f .box_search_inner .box_btn > ul > li a span:before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background: #fff;
}
.con_search_f .box_search_inner .box_btn > ul > li a:hover {
	background: #97391C;
}
.con_search_f .box_search_inner .box_btn > ul > li a:hover:before {
	right: 35px;
}
.con_search_f .box_search_inner .box_btn > ul > li a:hover span {
	background: none;
}
.con_search_f .box_search_inner .box_btn > ul > li a:hover span:before {
	width: 0;
}
@media only screen and (min-width: 1025px) {
  .con_search_f .box_search_inner .box_btn > ul > li:first-child {
		text-align: center;
		width: 100%;
		margin: 0 auto 2em;
  }
}
@media print {
  .con_search_f .box_search_inner .box_btn > ul > li:first-child {
		text-align: center;
		width: 100%;
		margin: 0 auto 2em;
  }
}
.ie8 .con_search_f .box_search_inner .box_btn > ul > li:first-child {
	text-align: center;
	width: 100%;
	margin: 0 auto 2em;
}
.con_search_f .box_search_inner .btn_close2 {
	display: none;
}

@-webkit-keyframes animationSearchopen {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes animationSearchopen {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
body.open_search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
body.open_search #lang {
	display: none;
}
body.open_search .con_search_f {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-animation: animationSearchopen 0.4s ease-out;
	animation: animationSearchopen 0.4s ease-out;
	z-index: 900;
}
body.open_search .con_search_f .box_search_tbl {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
body.open_search .con_search_f .box_search_cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
body.open_search .con_search_f .st_serach {
	display: none;
}
body.open_search .con_search_f .title_search_popup {
	display: block;
	margin-bottom: 40px;
}
body.open_search .con_search_f .box_search_inner {
	display: block !important;
	position: relative;
	padding-top: 80px;
}
body.open_search .con_search_f .btn_close2 {
	display: inline-block !important;
	vertical-align: middle;
	position: absolute;
	right: 2%;
	top: 0;
	font-family: YakuHanMP, "Crimson Text", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", serif;
	line-height: 1;
	color: #515151;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
@media only screen and (max-width: 1024px) {
  body.open_search .con_search_f .btn_close2 {
		right: 0;
		width: 2.5em;
  }
}
body.open_search .con_search_f .btn_close2 .ic_btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 278%;
	margin-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  body.open_search .con_search_f .btn_close2 .ic_btn {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search_f .btn_close2 .ic_btn {
		font-size: 150%;
  }
}
body.open_search .con_search_f .btn_close2 .txt_btn {
	display: block;
	font-size: 89%;
}

/*----------------------------------------------------
  .hnav   多言語ナビ
  ----------------------------------------------------*/
#hnav {
	text-align: left;
	margin: 11px 0 11px 0;
	overflow: hidden;
	position: absolute;
	z-index: 1500;
	top: 0;
	right: 0;
}

#hnav .box_hnav {
  /*width: 70%;*/
}

#hnav .box_hnav .inner {
	display: inline-flex;
}

#hnav .box_hnav.fixmode {
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	z-index: 1500;
	-moz-transition: top 300ms;
	-o-transition: top 300ms;
	-webkit-transition: top 300ms;
	transition: top 300ms;
}

#hnav .box_hnav.fixmode .inner {
	width: 100%;
	max-width: 1125px;
	margin: 0 auto;
	text-align: right;
	display: block;
}

#hnav .box_hnav.fixmode .language {
	display: none;
}

#hnav .box_hnav.showfix {
	top: 0;
}

#hnav .box_hnav.show {
	top: 0;
}

@media print {
  #hnav .box_hnav {
    /*width: 70%;*/
		float: right;
  }

  #hnav .box_hnav .inner {
		display: inline-flex;
  }

  #hnav .box_hnav.fixmode {
		position: fixed;
		top: -100px;
		left: 0;
		width: 100%;
		z-index: 1500;
		-moz-transition: top 300ms;
		-o-transition: top 300ms;
		-webkit-transition: top 300ms;
		transition: top 300ms;
  }

  #hnav .box_hnav.fixmode .inner {
		width: 100%;
		max-width: 1125px;
		margin: 0 auto;
		text-align: right;
		display: block;
  }

  #hnav .box_hnav.fixmode .language {
		display: none;
  }

  #hnav .box_hnav.showfix {
		top: 0;
  }

  #hnav .box_hnav.show {
		top: 0;
  }
}
.language {
	margin-right: 15px;
}

.language p {
	width: auto;
	padding: 0.1em 2em 0.1em 1.6em;
	line-height: 1.0;
	position: relative;
	cursor: pointer;
	font-size: 1em;
	color: #fff;
}

.language p:before, .language p:after {
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
}

.language p > * {
	position: absolute;
	top: 50%;
	display: inline;
}

.language p:after {
	content: '\f0dd';
	margin-left: .5em;
	position: absolute;
	top: 40%;
	font-size: 1.0em;
	line-height: 1em;
	margin-top: -0.5em;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
	transition-delay: 0ms;
}

.language p.active:before, .language p.active:after {
	font-family: "FontAwesome";
	position: absolute;
	top: 40%;
}

.language p.active > * {
	position: absolute;
	top: 40%;
	display: inline;
}

.language p.active:after {
	content: '\f0dd';
	margin-left: .5em;
	position: absolute;
	top: 40%;
	font-size: 1.0em;
}

.language ul {
	display: none;
	margin-top: 5px;
}

.language ul li {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.45);
}

.language ul li a {
	text-decoration: none;
	color: #231815;
	display: block;
	padding: 0.5em;
	font-size: 1em;
	font-weight: normal;
}

.language ul li a:hover {
	background: #fff;
}

.language ul li.txt_zh {
	font-family: "宋体";
}

.language ul li.txt_tw {
	font-family: "新細明體";
}

.br-pc {
	display: block;
}

.br-sp {
	display: none;
}

@media only screen and (max-width: 1025px) {
  .br-pc {
		display: block;
  }

  .br-sp {
		display: none;
  }
}
@media only screen and (max-width: 767px) {
  .br-pc {
		display: none;
  }

  .br-sp {
		display: block;
  }
}
/* -----------------------------------------------------------
	arrow  animation
----------------------------------------------------------- */
@keyframes swipe {
	0% {
		transform: translateX(40px);
	}
	100% {
		transform: translateX(0);
	}
}
