@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#footer .con_inner_top .box_inner {
	max-width: 1720px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  #footer .con_inner_top .box_inner {
		width: 95%;
  }
}

#header .con_header .wrp:after, #header .con_header .wrp .con_l #btn_menu .wrp_menu:after, #header .con_header .wrp .con_l #btn_menu .wrp_menu .line:after, #fixmenu .btn_close .line:after, #fixmenu .box_menu_pc-tab:after, #fixmenu .box_menu_pc-tab .box_btn:after, #fixmenu .box_menu_pc-tab .box_btn .popup:after, #fixmenu .box_menu_pc-tab .wrp_nav:after, #fixsearch .btn_close .line:after, #fixsearch .box_search .wrp_search:after, #fixsearch .box_search .box_type .box_room_type:after, #fixsearch .wrp_search_new .bt_area ul:after, .con_banner ul:after, #footer .con_inner_top .box_inner:after, #footer .con_inner_top .box_inner .box_address:after, #footer .con_inner_top .box_inner .box_r:after, #footer .con_inner_top .box_inner .box_r .box_btn .box:after {
	content: "";
	display: table;
	clear: both;
}

/*animate */
/* anime */
/* -----------------------------------------------------------
  基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #5e533b;
	overflow: hidden;
	background: url(../images/common/bg_wood.png);
	-webkit-text-size-adjust: none;
	font-size: 139%;
}
.ie body {
	font-size: 135%;
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 131%;
  }
}
body a {
	color: #7d6f4f;
}
body a:link, body a:visited, body a:active {
	text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
	color: #9d8a62;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

/*
* “はんなり明朝” licensed under the IPA Font License Agreement v1.0
* http://typingart.net/
* http://ipafont.ipa.go.jp/
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html
*/
@font-face {
	font-family: 'Hannari';
	src: url("fonts/Hannari.woff") format("woff"), url("fonts/Hannari.otf’") format("opentype");
}
body, pre, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Noto Sans Japanese", 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: 1720px !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;
  }
}

.mouse .over {
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-o-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 {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------------------
  #page
----------------------------------------------------------- */
@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;
}
#page .f_cor {
	font-family: "Cormorant SC", "Hannari", serif !important;
	font-size: 120% !important;
	font-weight: bold;
}
#page .f_cor.normal {
	font-weight: normal !important;
}

/* -----------------------------------------------------------
  #header
----------------------------------------------------------- */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
  #header .con_header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
  }
}
#header .con_header .wrp {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp {
		top: 0;
		left: 0;
		z-index: 99;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
  }
  #header .con_header .wrp.active {
		background: rgba(0, 0, 0, 0.7);
  }
}
#header .con_header .wrp .con_l {
	float: left;
	width: 50%;
	position: fixed;
	z-index: 999999;
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l {
		display: flex;
		display: -webkit-flex;
		width: 100%;
		height: 70px;
		bottom: 0;
  }
}
#header .con_header .wrp .con_l #btn_menu {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 1.5em 2em 1.5em 3.3em;
	background: #fffbef;
	text-align: center;
	cursor: pointer;
	min-width: 225px;
	min-height: 79px;
}
#header .con_header .wrp .con_l #btn_menu:hover {
	opacity: .9;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .wrp .con_l #btn_menu {
		padding: 1.5em 1em 1.5em 1em;
		min-width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l #btn_menu {
		position: static;
		padding: .5em;
		width: 25%;
		min-width: auto;
		min-height: 80px;
		max-height: 80px;
  }
}
#header .con_header .wrp .con_l #btn_menu .wrp_menu .line {
	width: 30px;
	margin: 0 auto;
	float: left;
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l #btn_menu .wrp_menu .line {
		float: none;
		width: 30px;
		margin-bottom: 5px;
  }
}
#header .con_header .wrp .con_l #btn_menu .wrp_menu .line span {
	display: block;
	float: right;
	height: 1px;
	margin-bottom: 7px;
	background: #5e533b;
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l #btn_menu .wrp_menu .line span {
		margin-bottom: 7px;
  }
}
#header .con_header .wrp .con_l #btn_menu .wrp_menu .line span:nth-child(1) {
	width: 37px;
	margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l #btn_menu .wrp_menu .line span:nth-child(1) {
		margin-top: 5px;
  }
}
#header .con_header .wrp .con_l #btn_menu .wrp_menu .line span:nth-child(2) {
	width: 37px;
}
#header .con_header .wrp .con_l #btn_menu .wrp_menu .line span:nth-child(3) {
	width: 37px;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l #btn_menu .wrp_menu .line span:nth-child(3) {
		margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l #btn_menu .wrp_menu .line span {
		width: 100% !important;
  }
}
#header .con_header .wrp .con_l #btn_menu .wrp_menu .txt {
	font-size: 89%;
	font-family: "Cormorant SC", "Hannari", serif;
	float: left;
	margin-left: 1em;
	color: #484848;
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l #btn_menu .wrp_menu .txt {
		margin-left: 0px;
		float: none;
		font-size: 73%;
  }
}
#header .con_header .wrp .con_l .btn_acc, #header .con_header .wrp .con_l .btn_tel, #header .con_header .wrp .con_l .btn_rsv_header_sp {
	position: relative;
	width: 25%;
	text-align: center;
	text-decoration: none;
}
#header .con_header .wrp .con_l .btn_acc a, #header .con_header .wrp .con_l .btn_tel a, #header .con_header .wrp .con_l .btn_rsv_header_sp a {
	color: #fff;
	text-decoration: none;
}
#header .con_header .wrp .con_l .btn_acc a .ic, #header .con_header .wrp .con_l .btn_tel a .ic, #header .con_header .wrp .con_l .btn_rsv_header_sp a .ic {
	margin: 0 auto 0;
	padding: .5em;
	line-height: 1.3em;
}
#header .con_header .wrp .con_l .btn_acc a .ic img, #header .con_header .wrp .con_l .btn_tel a .ic img, #header .con_header .wrp .con_l .btn_rsv_header_sp a .ic img {
	max-width: 26px;
	max-height: 26px;
}
#header .con_header .wrp .con_l .btn_acc a .ic span, #header .con_header .wrp .con_l .btn_tel a .ic span, #header .con_header .wrp .con_l .btn_rsv_header_sp a .ic span {
	font-size: 67%;
}
#header .con_header .wrp .con_l .btn_acc {
	border-right: 1px solid #a19578;
}
#header .con_header .wrp .con_l .btn_acc, #header .con_header .wrp .con_l .btn_tel {
	background: #5e533b;
}
#header .con_header .wrp .con_l .btn_tel {
	font-family: "Cormorant SC", "Hannari", serif;
}
#header .con_header .wrp .con_l .btn_tel .ic {
	margin: 0 auto 0;
	padding: .5em;
}
#header .con_header .wrp .con_l .btn_tel .ic img {
	max-width: 26px;
	max-height: 26px;
}
#header .con_header .wrp .con_l .btn_tel .ic span {
	font-size: 67%;
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l .btn_tel {
		color: #fff;
  }
}
#header .con_header .wrp .con_l .btn_rsv_header_sp {
	background: #364d2d;
}
#header .con_header .wrp .con_l .btn_rsv_header {
	display: inline-block;
	background: #364d2d;
	margin-left: 225px;
	min-height: 79px;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .wrp .con_l .btn_rsv_header {
		margin-left: 140px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l .btn_rsv_header {
		margin-left: 0;
		width: 50%;
  }
}
#header .con_header .wrp .con_l .btn_rsv_header:hover {
	opacity: .9;
}
#header .con_header .wrp .con_l .btn_rsv_header a {
	width: 100%;
	display: inline-block;
	text-decoration: none !important;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hannari", "Times New Roman", serif;
	font-size: 89%;
	text-align: center;
	color: #f0ede7 !important;
	padding: 1.7em 2em;
	min-width: 255px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .wrp .con_l .btn_rsv_header a {
		font-size: 84%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l .btn_rsv_header a {
		font-size: 78%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .wrp .con_l .btn_rsv_header a {
		min-width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_l .btn_rsv_header a {
		min-width: 50%;
  }
}
#header .con_header .wrp .con_l .btn_rsv_header a span {
	position: relative;
	padding-left: 2em;
}
#header .con_header .wrp .con_l .btn_rsv_header a span:before {
	content: "";
	position: absolute;
	top: 73%;
	left: 0em;
	margin-top: -0.5em;
	width: 27px;
	height: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: url(../images/common/ic_arrow_r_w.png) no-repeat;
}
#header .con_header .wrp .con_l .btn_rsv_header a span:hover:before {
	left: 0.3em;
}
#header .con_header .wrp .con_r {
	float: right;
	width: 50%;
	position: relative;
	padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .wrp .con_r {
		margin-right: 20px;
		margin-top: 10px;
  }
}
#header .con_header .wrp .con_r .box_header {
	position: absolute;
	right: 10px;
}
#header .con_header .wrp .con_r .box_header > * {
	display: inline-block;
	vertical-align: top;
}
#header .con_header .wrp .con_r .box_header .ic_acc {
	margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .wrp .con_r .box_header .ic_acc {
		margin-right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_r .box_header .ic_acc {
		display: none;
  }
}
#header .con_header .wrp .con_r .box_header .ic_acc:hover {
	opacity: .9;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .con_header .wrp .con_r .box_header .txt_tel {
	color: #fff;
	padding-right: 25px;
	font-size: 139%;
	font-family: "Cormorant SC", "Hannari", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .wrp .con_r .box_header .txt_tel {
		padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp .con_r .box_header .txt_tel {
		display: none;
  }
}
#header .con_header .wrp .con_r .box_header .txt_tel em {
	font-size: 80%;
}
#header .con_header .wrp .con_r .box_header .txt_tel a {
	text-decoration: none;
}
#header .con_header .wrp .con_r .box_header .language {
	border-bottom: 1px solid #fff;
}
#header .con_header .wrp .con_r .box_header .language dt, #header .con_header .wrp .con_r .box_header .language a {
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 112%;
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding: 0px 15px;
}
#header .con_header .wrp .con_r .box_header .language dt {
	font-family: "Cormorant SC", "Hannari", serif;
}
#header .con_header .wrp .con_r .box_header .language dd {
	display: none;
}
#header .con_header .wrp .con_r .box_header .language dd li.jp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
}
#header .con_header .wrp .con_r .box_header .language dd li.en {
	font-family: "Times New Roman", serif;
}
#header .con_header .wrp .con_r .box_header .language dd li.zh {
	font-family: "宋体", Microsoft Yahei, "Times New Roman", serif;
}
#header .con_header .wrp .con_r .box_header .language dd li.tw {
	font-family: "新細明體", "Times New Roman", serif;
}
#header .con_header .wrp .con_r .box_header .language dd li.ko {
	font-family: "바탕", "Times New Roman", serif;
}
#header .con_header .wrp .con_r .box_header .language dd li a {
	font-size: 89%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header .con_header .logo_header {
	text-align: center;
	color: #fff;
	font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  #header .con_header .logo_header {
		margin-top: 80px;
  }
}
@media print {
  #header .con_header .logo_header {
		margin-top: 80px;
  }
}
.ie8 #header .con_header .logo_header {
	margin-top: 80px;
}
@media only screen and (max-width: 1720px) {
  #header .con_header .logo_header {
		margin-top: 120px;
  }
}
@media print {
  #header .con_header .logo_header {
		margin-top: 120px;
  }
}
.ie8 #header .con_header .logo_header {
	margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .logo_header {
		margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo_header {
		margin-top: 50px;
  }
}
#header .con_header .logo_header a:hover {
	opacity: .8;
}

/* -----------------------------------------------------------
  #fixmenu
----------------------------------------------------------- */
#fixmenu {
	display: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 251, 239, 0.96);
	z-index: 9999;
	padding: 50px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu {
		padding: 50px 10px;
  }
}
#fixmenu .btn_close {
	position: absolute;
	z-index: 100;
	top: 40px;
	left: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #fixmenu .btn_close {
		position: fixed;
		top: auto;
		right: auto;
		left: 0;
		top: 0;
		width: 25%;
		height: 60px;
		z-index: 11000;
		background: #fffbef;
  }
}
#fixmenu .btn_close .line {
	width: 50px;
	margin: 0 auto;
	text-align: right;
}
#fixmenu .btn_close .line span {
	display: block;
	float: right;
	width: 40px;
	height: 2px;
	background: #7f7f7f;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#fixmenu .btn_close .line span:nth-child(1) {
	margin-bottom: 25px;
	transform: translateY(13px) rotate(-315deg);
}
#fixmenu .btn_close .line span:nth-child(2) {
	transform: translateY(-14px) rotate(315deg);
}
#fixmenu .btn_close:hover .line span:nth-child(1) {
	margin-bottom: 25px;
	transform: translateY(13px) rotate(-315deg);
}
#fixmenu .btn_close:hover .line span:nth-child(2) {
	transform: translateY(-14px) rotate(315deg);
}
#fixmenu .bg_close {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fffbef;
	z-index: 10000;
}
#fixmenu .box_menu_pc-tab {
	max-width: 1140px;
	margin: auto;
	height: 100%;
	padding-top: 50px;
	position: relative;
}
@media only screen and (max-width: 767px) {
  #fixmenu .box_menu_pc-tab {
		display: none;
  }
}
#fixmenu .box_menu_pc-tab .language {
	position: absolute;
	right: 50px;
	border-bottom: 1px solid #565656;
}
#fixmenu .box_menu_pc-tab .language dt, #fixmenu .box_menu_pc-tab .language a {
	cursor: pointer;
	text-align: right;
	color: #565656;
	font-size: 112%;
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding: 0px 15px;
}
#fixmenu .box_menu_pc-tab .language dt {
	font-family: "Cormorant SC", "Hannari", serif;
}
#fixmenu .box_menu_pc-tab .language dd {
	display: none;
}
#fixmenu .box_menu_pc-tab .language dd .lang {
	background: #fffbef;
}
#fixmenu .box_menu_pc-tab .language dd .lang .lang_li.jp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
}
#fixmenu .box_menu_pc-tab .language dd .lang .lang_li.en {
	font-family: "Times New Roman", serif;
}
#fixmenu .box_menu_pc-tab .language dd .lang .lang_li.zh {
	font-family: "宋体", Microsoft Yahei, "Times New Roman", serif;
}
#fixmenu .box_menu_pc-tab .language dd .lang .lang_li.tw {
	font-family: "新細明體", "Times New Roman", serif;
}
#fixmenu .box_menu_pc-tab .language dd .lang .lang_li.ko {
	font-family: "바탕", "Times New Roman", serif;
}
#fixmenu .box_menu_pc-tab .language dd .lang .lang_li a {
	font-size: 89%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#fixmenu .box_menu_pc-tab .ic_logo {
	text-align: center;
	margin: 20px auto 60px;
}
#fixmenu .box_menu_pc-tab .box_btn {
	clear: both;
	margin-bottom: 40px;
	margin: 0 2.5%;
	display: inline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .box_menu_pc-tab .box_btn {
		margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #fixmenu .box_menu_pc-tab .box_btn {
		margin-bottom: 0;
  }
}
#fixmenu .box_menu_pc-tab .box_btn .popup li {
	float: left;
	width: 31.333333%;
	margin: 1%;
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn {
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn:last-child {
	margin-right: 0%;
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn:hover {
	opacity: .7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn a {
	text-decoration: none;
	text-align: center;
	font-size: 112%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hannari", "Times New Roman", serif;
	padding: .8em 1em;
	display: block;
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .box_menu_pc-tab .box_btn .popup li .btn a {
		font-size: 89%;
  }
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn.btn_green {
	background: #364d2d;
	border: 2px solid #364d2d;
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn.btn_green a {
	color: #f0ede7;
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn.btn_brown {
	border: 2px solid #5e533b;
	background: #5e533b;
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn.btn_brown a {
	color: #f0ede7;
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn.btn_normal {
	border: 2px solid #5e533b;
}
#fixmenu .box_menu_pc-tab .box_btn .popup li .btn.btn_normal a {
	color: #484848 !important;
}
#fixmenu .box_menu_pc-tab .lnk_att {
	text-align: center;
	margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .box_menu_pc-tab .lnk_att {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #fixmenu .box_menu_pc-tab .lnk_att {
		margin-bottom: 0;
  }
}
#fixmenu .box_menu_pc-tab .lnk_att a {
	position: relative;
}
#fixmenu .box_menu_pc-tab .lnk_att a:before {
	position: absolute;
	content: "";
	background: url(../images/header/ic_att.png);
	width: 40px;
	height: 40px;
	left: -45px;
	top: 50%;
	transform: translateY(-50%);
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul {
	float: left;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul.list_l {
	width: 30%;
	margin-right: 3%;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul.list_m {
	width: 30%;
	margin-right: 3%;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul.list_r {
	width: 34%;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li {
	width: 100%;
	border-bottom: 1px dotted #5e533b;
	padding: .6em 1.0em;
	margin-bottom: 20px;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li > a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  #fixmenu .box_menu_pc-tab .wrp_nav > ul > li > a {
		font-size: 78%;
  }
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li > a:hover {
	opacity: .8;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li .list_menu_sub {
	display: none;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li .list_menu_sub li {
	border-bottom: none;
	padding: .6em  .0em .3em 1.0em;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li .list_menu_sub li:first-child {
	padding-top: .9em;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li .list_menu_sub li a {
	display: inline-block;
	font-size: 95%;
	position: relative;
}
@media only screen and (max-width: 1024px) {
  #fixmenu .box_menu_pc-tab .wrp_nav > ul > li .list_menu_sub li a {
		font-size: 78%;
  }
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li .list_menu_sub li a span {
	display: inline-block;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li .list_menu_sub li a::before {
	content: "-";
	left: -.7em;
	position: absolute;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
	top: 50%;
	transform: translateY(-50%);
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li .list_menu_sub li a:hover {
	opacity: .8;
}
#fixmenu .box_menu_pc-tab .wrp_nav > ul > li .list_menu_sub li a:hover span::after {
	width: 100%;
}
#fixmenu .box_menu_sp {
	display: none;
	justify-content: space-between;
	-webkit-justify-conetnt: space-between;
	width: 100%;
	height: 100%;
	padding-top: 10%;
}
@media only screen and (max-width: 767px) {
  #fixmenu .box_menu_sp {
		padding: 20px;
		display: block;
  }
}
#fixmenu .box_menu_sp .ic_logo {
	text-align: center;
	margin: 60px auto 60px;
}
@media only screen and (max-width: 767px) {
  #fixmenu .box_menu_sp .ic_logo {
		margin: 60px auto 20px;
  }
}
#fixmenu .box_menu_sp .wrp_nav {
	width: 100%;
	margin-bottom: 20px;
}
#fixmenu .box_menu_sp .wrp_nav > ul > li {
	width: 100%;
	border-bottom: 1px dotted #5e533b;
	padding: .3em .5em;
	margin-bottom: 10px;
}
#fixmenu .box_menu_sp .wrp_nav > ul > li a {
	font-size: 84%;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#fixmenu .box_menu_sp .wrp_nav > ul > li .list_menu_sub {
	display: none;
}
#fixmenu .box_menu_sp .wrp_nav > ul > li .list_menu_sub li {
	border-bottom: none;
	padding: .3em .7em .3em 1em;
}
#fixmenu .box_menu_sp .wrp_nav > ul > li .list_menu_sub li:first-child {
	padding-top: .6em;
}
#fixmenu .box_menu_sp .wrp_nav > ul > li .list_menu_sub li a {
	display: inline-block;
	font-size: 78%;
	position: relative;
}
#fixmenu .box_menu_sp .wrp_nav > ul > li .list_menu_sub li a span {
	display: inline-block;
}
#fixmenu .box_menu_sp .wrp_nav > ul > li .list_menu_sub li a::before {
	content: "-";
	left: -.7em;
	position: absolute;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
	top: 50%;
	transform: translateY(-50%);
}
#fixmenu .box_menu_sp .wrp_nav > ul > li .list_menu_sub li a:hover span::after {
	width: 100%;
}
#fixmenu .box_menu_sp .box_btn {
	margin-bottom: 20px;
	width: 100%;
}
#fixmenu .box_menu_sp .box_btn .btn {
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
	width: 100%;
}
@media only screen and (max-width: 767px) {
  #fixmenu .box_menu_sp .box_btn .btn {
		margin-bottom: 10px;
  }
}
#fixmenu .box_menu_sp .box_btn .btn:hover {
	opacity: .7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fixmenu .box_menu_sp .box_btn .btn a {
	text-decoration: none;
	text-align: center;
	font-size: 89%;
	padding: .8em 1em;
	display: block;
	width: 100%;
}
@media only screen and (max-width: 767px) {
  #fixmenu .box_menu_sp .box_btn .btn a {
		padding: .5em 1em;
  }
}
#fixmenu .box_menu_sp .box_btn .btn.btn_green {
	background: #364d2d;
	border: 2px solid #364d2d;
}
#fixmenu .box_menu_sp .box_btn .btn.btn_green a {
	color: #f0ede7;
}
#fixmenu .box_menu_sp .box_btn .btn.btn_brown {
	border: 2px solid #5e533b;
	background: #5e533b;
}
#fixmenu .box_menu_sp .box_btn .btn.btn_brown a {
	color: #f0ede7;
}
#fixmenu .box_menu_sp .box_btn .btn.btn_normal {
	border: 2px solid #5e533b;
}
#fixmenu .box_menu_sp .box_btn .btn.btn_normal a {
	color: #484848 !important;
}
#fixmenu .box_menu_sp .lnk_att {
	text-align: center;
	margin-bottom: 90px;
	padding-bottom: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu .box_menu_sp .lnk_att {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #fixmenu .box_menu_sp .lnk_att {
		margin-bottom: 0;
  }
}
#fixmenu .box_menu_sp .lnk_att a {
	position: relative;
	font-size: 84%;
}
#fixmenu .box_menu_sp .lnk_att a:before {
	position: absolute;
	content: "";
	background: url(../images/header/ic_att.png);
	width: 40px;
	height: 40px;
	left: -45px;
	top: 50%;
	transform: translateY(-50%);
}

/* -----------------------------------------------------------
  #fixsearch
----------------------------------------------------------- */
.st_line_side {
	font-size: 139%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_line_side {
		font-size: 128%;
  }
}
@media only screen and (max-width: 767px) {
  .st_line_side {
		font-size: 117%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_line_side {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .st_line_side {
		margin-bottom: 20px;
  }
}
.st_line_side span {
	position: relative;
}
.st_line_side span:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 6px;
	background: #fff;
	top: 50%;
	left: -15px;
}
.st_line_side span:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 6px;
	background: #fff;
	top: 50%;
	right: -15px;
}

#fixsearch {
	display: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(54, 77, 45, 0.96);
	z-index: 9999;
	padding: 50px auto;
  /* -----------------------------------------------------------
    201805 検索修正
  ----------------------------------------------------------- */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch {
		padding: 50px 10px;
  }
}
#fixsearch .btn_close {
	position: absolute;
	top: 40px;
	left: 20px;
	z-index: 100;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
	cursor: pointer;
}
#fixsearch .btn_close .line {
	width: 50px;
	margin: 0 auto;
	text-align: right;
}
#fixsearch .btn_close .line span {
	display: block;
	float: right;
	width: 40px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#fixsearch .btn_close .line span:nth-child(1) {
	margin-bottom: 25px;
	transform: translateY(13px) rotate(-315deg);
}
#fixsearch .btn_close .line span:nth-child(2) {
	transform: translateY(-14px) rotate(315deg);
}
@media only screen and (min-width: 1025px) {
  #fixsearch .btn_close:hover .line span:nth-child(1) {
		margin-bottom: 25px;
		transform: translateY(13px) rotate(-315deg);
  }
  #fixsearch .btn_close:hover .line span:nth-child(2) {
		transform: translateY(-14px) rotate(315deg);
  }
}
@media print {
  #fixsearch .btn_close:hover .line span:nth-child(1) {
		margin-bottom: 25px;
		transform: translateY(13px) rotate(-315deg);
  }
  #fixsearch .btn_close:hover .line span:nth-child(2) {
		transform: translateY(-14px) rotate(315deg);
  }
}
.ie8 #fixsearch .btn_close:hover .line span:nth-child(1) {
	margin-bottom: 25px;
	transform: translateY(13px) rotate(-315deg);
}
.ie8 #fixsearch .btn_close:hover .line span:nth-child(2) {
	transform: translateY(-14px) rotate(315deg);
}
@media only screen and (max-width: 767px) {
  #fixsearch .btn_close {
		position: fixed;
		left: auto;
		top: auto;
		bottom: 0;
		right: 0;
		width: 25%;
		height: auto;
		padding: 0.8em 0 0.5em;
		z-index: 11000;
		background: #000;
		display: block;
  }
  #fixsearch .btn_close .line span {
		width: 25px;
  }
  #fixsearch .btn_close .line span:nth-child(1) {
		margin-bottom: 0.5em;
		transform: translateX(-12px) translateY(12px) rotate(45deg);
  }
  #fixsearch .btn_close .line span:nth-child(2) {
		transform: translate(12px) translateY(12px) rotate(-45deg);
  }
  #fixsearch .btn_close .t {
		width: 100%;
		color: #FFF;
		font-family: "Cormorant SC", "Hannari", serif;
		line-height: 1.4em;
		font-size: 0.7em;
		margin-top: 0.6em;
  }
}
#fixsearch .box_search {
	max-width: 1140px;
	margin: auto;
	height: 100%;
	position: relative;
	color: #fff;
}
@media only screen and (min-width: 1025px) {
  #fixsearch .box_search {
		padding-top: 100px;
  }
}
@media print {
  #fixsearch .box_search {
		padding-top: 100px;
  }
}
.ie8 #fixsearch .box_search {
	padding-top: 100px;
}
#fixsearch .box_search .wrp_search {
	border-bottom: 3px double #69825f;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .wrp_search {
		margin-bottom: 20px;
  }
}
#fixsearch .box_search .wrp_search .box_l {
	float: left;
	width: 50%;
	border-right: 3px double #69825f;
	padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_l {
		padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .wrp_search .box_l {
		padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_l {
		width: 100%;
		border-right: none;
		border-bottom: 3px double #69825f;
  }
}
#fixsearch .box_search .wrp_search .box_l #box_search {
	margin-bottom: 60px;
	margin-right: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_l #box_search {
		margin-bottom: 30px;
		text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .wrp_search .box_l #box_search {
		display: none;
  }
}
#fixsearch .box_search .wrp_search .box_l #box_search form > div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_l #box_search form > div {
		margin: 0 10px;
  }
}
#fixsearch .box_search .wrp_search .box_l #box_search form > div select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#fixsearch .box_search .wrp_search .box_l #box_search .sst_search {
	margin-bottom: 0.25em;
	font-size: 73%;
	font-weight: normal;
	text-align: left;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_day {
	border-bottom: 2px solid #fff;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_day .datepicker {
	width: 150px;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 156%;
	font-family: "Cormorant SC", "Hannari", serif;
	letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_l #box_search .box_day .datepicker {
		width: 160px;
		font-size: 145%;
  }
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_day .datepicker.disabled {
	opacity: 0.6;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_day i {
	font-size: 84%;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_und .check {
	position: relative;
	width: 25px;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_und .check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 5;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_und .check input:checked + .mark::after {
	opacity: 1;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_und .check .mark {
	position: relative;
	margin: 1em 0 .5em;
	border: 1px solid #fff;
	padding: 4px 6px 0px 6px;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_und .check .mark::after {
	content: "\f3fd";
	top: 50%;
	transform: translateY(50%);
	font-family: "Ionicons";
	font-size: 162%;
	opacity: 0;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_per,
#fixsearch .box_search .wrp_search .box_l #box_search .box_sta,
#fixsearch .box_search .wrp_search .box_l #box_search .box_roo {
	border-bottom: 2px solid #fff;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_per .num,
#fixsearch .box_search .wrp_search .box_l #box_search .box_sta .num,
#fixsearch .box_search .wrp_search .box_l #box_search .box_roo .num {
	color: #fff;
	font-size: 84%;
	letter-spacing: 0.08em;
}
#fixsearch .box_search .wrp_search .box_l #box_search .box_per .num span,
#fixsearch .box_search .wrp_search .box_l #box_search .box_sta .num span,
#fixsearch .box_search .wrp_search .box_l #box_search .box_roo .num span {
	display: inline-block;
	width: 40px;
	padding: 0 0.2em;
	font-size: 195%;
	font-family: "Cormorant SC", "Hannari", serif;
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_l #box_search .box_per .num span,
  #fixsearch .box_search .wrp_search .box_l #box_search .box_sta .num span,
  #fixsearch .box_search .wrp_search .box_l #box_search .box_roo .num span {
		font-size: 156%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .wrp_search .box_l #box_search .box_per .num span,
  #fixsearch .box_search .wrp_search .box_l #box_search .box_sta .num span,
  #fixsearch .box_search .wrp_search .box_l #box_search .box_roo .num span {
		font-size: 89%;
  }
}
#fixsearch .box_search .wrp_search .box_r {
	float: left;
	width: 50%;
	padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_r {
		padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .wrp_search .box_r {
		padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_r {
		width: 100%;
		padding-bottom: 30px;
  }
}
#fixsearch .box_search .wrp_search .box_r .box_btn {
	text-align: center;
	display: table;
	margin-left: 2em;
	border-collapse: separate;
	border-spacing: 20px 0;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_r .box_btn {
		margin: 0 auto 20px;
  }
}
#fixsearch .box_search .wrp_search .box_r .box_btn .btn {
	display: table-cell;
	border: 2px solid #fff;
	min-width: 240px;
	margin: 0 10px;
	vertical-align: middle;
	padding: 1.7em;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_r .box_btn .btn {
		padding: 1em;
  }
}
#fixsearch .box_search .wrp_search .box_r .box_btn .btn a {
	text-decoration: none;
	color: #fff;
	text-align: center;
}
#fixsearch .box_search .wrp_search .box_r .box_btn .btn:hover {
	background: #000;
	border: 2px solid #000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#fixsearch .box_search .wrp_search .box_r .btn_nor {
	text-align: center;
	font-size: 89%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .wrp_search .box_r .btn_nor {
		font-size: 84%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .wrp_search .box_r .btn_nor {
		font-size: 78%;
  }
}
#fixsearch .box_search .wrp_search .box_r .btn_nor a {
	color: #fff;
}
#fixsearch .box_search .box_type {
	padding-bottom: 30px;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .box_type {
		margin-top: 5%;
  }
}
#fixsearch .box_search .box_type h3 {
	font-weight: normal;
	font-size: 167%;
	font-family: "Hannari", serif;
	letter-spacing: -0.05em;
	line-height: 1em;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .box_type h3 {
		font-size: 145%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .box_type h3 {
		font-size: 128%;
  }
}
#fixsearch .box_search .box_type .box_room_type {
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .box_type .box_room_type {
		margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .box_type .box_room_type {
		margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .box_type .box_room_type {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
  }
  #fixsearch .box_search .box_type .box_room_type:after {
		content: none;
  }
}
#fixsearch .box_search .box_type .box_room_type li {
	float: left;
	width: 23.275%;
	margin-right: 2.3%;
}
#fixsearch .box_search .box_type .box_room_type li:last-child {
	margin-right: 0%;
}
#fixsearch .box_search .box_type .box_room_type li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
#fixsearch .box_search .box_type .box_room_type li a img {
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .box_type .box_room_type li a img {
		margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .box_type .box_room_type li a img {
		margin-bottom: 15px;
  }
}
#fixsearch .box_search .box_type .box_room_type li a .st_roo {
	font-weight: normal;
	text-align: center;
	font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .box_type .box_room_type li a .st_roo {
		font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .box_type .box_room_type li a .st_roo {
		font-size: 73%;
  }
}
#fixsearch .box_search .box_type .box_room_type li a:hover img {
	opacity: .8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .box_type .box_room_type li {
		width: 48%;
		margin: 0;
		float: none;
  }
  #fixsearch .box_search .box_type .box_room_type li:nth-child(1), #fixsearch .box_search .box_type .box_room_type li:nth-child(2) {
		margin-bottom: 1em;
  }
  #fixsearch .box_search .box_type .box_room_type li a {
		text-align: center;
		line-height: 1em;
  }
}
@media only screen and (min-width: 768px) {
  #fixsearch .box_search .box_type .btn_box {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
  }
}
@media print {
  #fixsearch .box_search .box_type .btn_box {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
  }
}
.ie8 #fixsearch .box_search .box_type .btn_box {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
#fixsearch .box_search .box_type .btn_box .btn {
	border: 2px solid #fff;
	width: 300px;
	margin: 0 1em;
}
#fixsearch .box_search .box_type .btn_box .btn:hover {
	border: 2px solid #000;
}
#fixsearch .box_search .box_type .btn_box .btn a {
	padding: 1em;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
#fixsearch .box_search .box_type .btn_box .btn a img {
	vertical-align: middle;
	margin-right: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_search .box_type .btn_box .btn a img {
		margin-right: 0.5em;
  }
}
#fixsearch .box_search .box_type .btn_box .btn a:hover {
	background: #000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_search .box_type .btn_box {
		margin-top: 5%;
  }
  #fixsearch .box_search .box_type .btn_box .btn {
		width: auto;
		margin-top: 0.5em;
  }
  #fixsearch .box_search .box_type .btn_box .btn a {
		font-size: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new {
		padding-top: 5%;
  }
}
#fixsearch .wrp_search_new h3 {
	font-weight: normal;
	font-size: 167%;
	font-family: "Hannari", serif;
	letter-spacing: -0.05em;
	line-height: 1em;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new h3 {
		font-size: 145%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new h3 {
		font-size: 128%;
  }
}
#fixsearch .wrp_search_new .bt_area {
	margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .bt_area {
		margin-top: 1em;
  }
}
#fixsearch .wrp_search_new .bt_area ul {
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
}
#fixsearch .wrp_search_new .bt_area ul li {
	width: 25%;
	margin-left: 1%;
}
#fixsearch .wrp_search_new .bt_area ul li:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .bt_area ul li:first-child a span i:first-child {
		margin-right: 0;
  }
  #fixsearch .wrp_search_new .bt_area ul li.ic_car a span {
		background: url(../images/header/plus.png) center center no-repeat;
  }
  #fixsearch .wrp_search_new .bt_area ul li.ic_plane a span, #fixsearch .wrp_search_new .bt_area ul li.ic_train a span {
		background: url(../images/header/plus.png) 45% center no-repeat;
  }
}
#fixsearch .wrp_search_new .bt_area ul li a {
	height: 100%;
	display: block;
	text-decoration: none;
	color: #121210;
	background-color: #bdbeba;
	text-align: center;
	padding: 0.6em 0;
	cursor: pointer;
	border-top: 2px solid #bdbeba;
	-webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out, color 300ms ease-out;
	-o-transition: background-color 300ms ease-out, color 300ms ease-out;
	transition: background-color 300ms ease-out, color 300ms ease-out;
	font-size: 1em;
	line-height: 1.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .bt_area ul li a {
		padding: 0.6em 0;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .bt_area ul li a {
		padding: 0.4em 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .bt_area ul li a {
		font-size: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .bt_area ul li a {
		font-size: 85%;
  }
}
#fixsearch .wrp_search_new .bt_area ul li a.active {
	background-color: #4a5f42;
	color: #FFF;
}
#fixsearch .wrp_search_new .bt_area ul li a span.t {
	position: relative;
	display: inline-block;
	margin-right: 0.3em;
	font-size: 95%;
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .bt_area ul li a span.t {
		font-size: 100%;
		padding: 0.5em 0;
		margin-right: 0;
  }
  #fixsearch .wrp_search_new .bt_area ul li a span.t img {
		width: 35%;
  }
}
#fixsearch .wrp_search_new .bt_area ul li a span.t i {
	margin-right: 0.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .bt_area ul li a span.t i {
		margin-right: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .bt_area ul li a span.t i {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .bt_area ul li a span.t i {
		font-size: 145%;
		color: #fff;
  }
  #fixsearch .wrp_search_new .bt_area ul li a span.t i.ion-ios-browsers-outline {
		font-size: 75%;
		position: absolute;
		top: -20%;
		right: 6px;
  }
  #fixsearch .wrp_search_new .bt_area ul li a span.t i:first-child {
		margin-right: 14px;
  }
}
#fixsearch .wrp_search_new .form_area {
	background-color: #4a5f42;
}
#fixsearch .wrp_search_new .form_area .box_form {
	width: 96%;
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
#fixsearch .wrp_search_new .form_area .box_form.active {
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
#fixsearch .wrp_search_new .form_area .box_form .inner {
	padding: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner {
		padding: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner {
		padding: 3%;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .sst_search {
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .sst_search {
		font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .sst_search {
		font-size: 0.8em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search select {
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
	font-size: 20px;
	display: inline-block;
	line-height: 1em;
	background: none;
	color: #FFF;
	position: relative;
	z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search select {
		font-size: h0 16px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search select {
		font-size: 1em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search select option {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
	font-size: 20px;
	overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search select option {
		font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search select option {
		font-size: 1em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search select::-ms-expand {
	display: none;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_day .day {
	position: relative;
	border: 1px solid #AAA;
	padding: 0.5em;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_day .day:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 2px;
	width: 100%;
	background-color: #fff;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_day .day input {
	background: none;
	border: 0;
	color: #FFF;
	font-family: "Cormorant SC", "Hannari", serif;
	font-size: 24px;
	line-height: 1em;
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_day .day input {
		font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_day .day input {
		font-size: 1em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_day .day .ic {
	display: block;
	top: 50%;
	right: 5%;
	z-index: 10;
	position: absolute;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area {
	display: flex;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und .sst_search {
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und .sst_search {
		font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und .sst_search {
		font-size: 0.7em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und .check {
	position: relative;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und .check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 5;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und .check input:checked + .mark::after {
	opacity: 1;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und .check .mark {
	position: relative;
	margin: 1em 0 .5em;
	border: 2px solid #AAA;
	padding: 4px 6px 0px 6px;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und .check .mark::after {
	content: "\f3fd";
	top: 50%;
	transform: translateY(50%);
	font-family: "Ionicons";
	font-size: 162%;
	opacity: 0;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta .num, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo .num, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per .num {
	border: 1px solid #AAA;
	position: relative;
	padding: 0.3em;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta .num .select, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo .num .select, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per .num .select {
	display: block;
	position: relative;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta .num:before, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo .num:before, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per .num:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 2px;
	width: 100%;
	background-color: #fff;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta .num .ic, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo .num .ic, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per .num .ic {
	display: block;
	position: absolute;
	right: 5%;
	top: 50%;
	z-index: 0;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta .num .select:after {
	position: absolute;
	left: 1.6em;
	bottom: 0.5em;
	content: '泊';
	font-size: 15px;
	line-height: 1em;
	z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta .num .select:after {
		font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta .num .select:after {
		font-size: 0.8em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo .num .select:after {
	position: absolute;
	left: 1.6em;
	bottom: 0.5em;
	content: '室';
	font-size: 15px;
	line-height: 1em;
	z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo .num .select:after {
		font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo .num .select:after {
		font-size: 0.8em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per .num .select:after {
	position: absolute;
	left: 2em;
	bottom: 0.5em;
	content: '名様';
	font-size: 15px;
	line-height: 1em;
	z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per .num .select:after {
		font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per .num .select:after {
		font-size: 0.8em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .btn_submit .btn {
	cursor: pointer;
	background-color: #000;
	text-align: center;
	padding: 0.6em;
	font-size: 18px;
	line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .btn_submit .btn {
		font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .btn_submit .btn {
		font-size: 1em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .btn_submit .btn_nor {
	margin-top: 0.5em;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .btn_submit .btn_nor a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .btn_submit .btn_nor a {
		font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .btn_submit .btn_nor a {
		font-size: 0.8em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #dp_out {
	display: none;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_air dl dd.air {
	border: 1px solid #AAA;
	position: relative;
	padding: 0.3em;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_air dl dd.air .select {
	display: block;
	position: relative;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_air dl dd.air:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 2px;
	width: 100%;
	background-color: #fff;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_air dl dd.air .ic {
	display: block;
	position: absolute;
	right: 5%;
	top: 50%;
	z-index: 0;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search {
		display: flex;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search > div {
		align-self: center;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area {
		width: 34%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_day {
		width: 71%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und {
		width: 25%;
		margin-left: 4%;
		padding-top: 0.5em;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo {
		width: 9%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per {
		width: 12%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search button {
		margin-left: 2%;
		width: 30%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul {
		display: flex;
		width: 100%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li {
		align-self: center;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_air {
		width: 22%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_day {
		width: 22%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_sta {
		width: 10%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_per {
		width: 14%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.btn_submit {
		width: 26%;
  }
}
@media print {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search {
		display: flex;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search > div {
		align-self: center;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area {
		width: 34%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_day {
		width: 71%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und {
		width: 25%;
		margin-left: 4%;
		padding-top: 0.5em;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo {
		width: 9%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per {
		width: 12%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search button {
		margin-left: 2%;
		width: 30%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul {
		display: flex;
		width: 100%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li {
		align-self: center;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_air {
		width: 22%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_day {
		width: 22%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_sta {
		width: 10%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_per {
		width: 14%;
		margin-left: 2%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.btn_submit {
		width: 26%;
  }
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search {
	display: flex;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search > div {
	align-self: center;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area {
	width: 34%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_day {
	width: 71%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und {
	width: 25%;
	margin-left: 4%;
	padding-top: 0.5em;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta, .ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo {
	width: 9%;
	margin-left: 2%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per {
	width: 12%;
	margin-left: 2%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search button {
	margin-left: 2%;
	width: 30%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul {
	display: flex;
	width: 100%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li {
	align-self: center;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_air {
	width: 22%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_day {
	width: 22%;
	margin-left: 2%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_sta {
	width: 10%;
	margin-left: 2%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_per {
	width: 14%;
	margin-left: 2%;
}
.ie8 #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.btn_submit {
	width: 26%;
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search {
		overflow: hidden;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area {
		margin-bottom: 1em;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_day {
		width: 67%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .date_area .box_und {
		width: 30%;
		margin-left: 3%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_roo, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_per {
		width: 32%;
		margin-left: 2%;
		float: left;
		margin-bottom: 1em;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .box_sta {
		margin-left: 0;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search .btn_submit {
		clear: both;
		margin-bottom: 5%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul {
		width: 100%;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li {
		align-self: center;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_day {
		margin: 1em 0;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_sta, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_per {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 1em;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.box_sta {
		margin-left: 0;
  }
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search ul li.btn_submit {
		clear: both;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban {
	width: 100%;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form {
	display: flex;
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form {
		flex-wrap: wrap;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form dl label, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form dd span {
	font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form dl label, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form dd span {
		font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form dl label, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form dd span {
		font-size: 0.8em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form input[name*="date"] {
	font-family: "Cormorant SC", "Hannari", serif;
	font-size: 24px;
	width: 70%;
	position: relative;
	border: 1px solid #AAA;
	padding: 0.5em;
	background: none;
	color: #FFF;
	background: linear-gradient(#FFFFFF 50%, #FFFFFF 50%) no-repeat 100% 97%/100% 4%;
	line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form input[name*="date"] {
		font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form input[name*="date"] {
		font-size: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form input[name*="date"] {
		width: 63%;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form select {
	position: relative;
	border: 1px solid #AAA;
	padding: 0.7em 0.5em;
	background: none;
	color: #FFF;
	background: linear-gradient(#FFFFFF 50%, #FFFFFF 50%) no-repeat 100% 97%/100% 4%;
	line-height: 1em;
	width: 67%;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .date_489ban {
	width: 34%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .date_489ban {
		width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .date_489ban {
		width: 100%;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .date_489ban dd label {
	width: 25%;
	margin-left: 3%;
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .date_489ban {
		float: none;
		margin-bottom: 1em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban {
	display: flex;
	width: 9%;
	margin-left: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban {
		width: 11%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban {
		width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban {
		margin-left: 1%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban {
		margin-left: 0;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban:first-of-type {
	width: 21%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban:first-of-type {
		width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban:first-of-type {
		width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban:first-of-type {
		margin-bottom: 0.5em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban .stay_489ban, #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban .room_489ban {
	width: 50%;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban .person_489ban {
	width: 100%;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban .stay_489ban select {
	width: 100%;
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban .room_489ban {
	margin-left: 13%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban form .inbox_489ban .room_489ban {
		margin-left: 10%;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban button {
	cursor: pointer;
	background-color: #000;
	text-align: center;
	padding: 0.6em;
	font-size: 18px;
	line-height: 1em;
	margin-left: 2%;
	margin-top: 2.7%;
	width: 30%;
	height: 50px;
	border: none;
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban button {
		font-size: 16px;
		margin-left: 1%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .obj_search #search_489ban button {
		width: 100%;
		margin-left: 0;
		font-size: 1em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .btn_submit {
	width: 30%;
	margin-left: 2%;
	float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .btn_submit {
		width: 28.7%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .btn_submit {
		width: 100%;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .btn_submit .btn_nor {
	margin-top: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .btn_submit .btn_nor {
		margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .btn_submit .btn_nor {
		margin: 0.6em;
  }
}
#fixsearch .wrp_search_new .form_area .box_form .inner .btn_submit .btn_nor a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .btn_submit .btn_nor a {
		font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .wrp_search_new .form_area .box_form .inner .btn_submit .btn_nor a {
		font-size: 0.8em;
  }
}
#fixsearch .box_tel {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}
#fixsearch .box_tel .t {
	font-size: 1em;
	line-height: 1em;
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_tel .t {
		font-size: 0.7em;
  }
}
#fixsearch .box_tel .num span {
	display: inline-block;
	font-family: "Cormorant SC", "Hannari", serif;
	vertical-align: text-bottom;
}
#fixsearch .box_tel .num span.e {
	font-size: 21px;
	line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_tel .num span.e {
		font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_tel .num span.e {
		font-size: 0.8em;
  }
}
#fixsearch .box_tel .num span.n {
	font-size: 38px;
	line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_tel .num span.n {
		font-size: 39px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_tel .num span.n {
		font-size: 1.6em;
  }
}
#fixsearch .box_tel .num span.n a {
	color: #FFF;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #fixsearch .box_tel {
		display: flex;
		justify-content: center;
		padding: 24px 0;
  }
  #fixsearch .box_tel > p {
		align-self: center;
  }
  #fixsearch .box_tel > p.t {
		margin-right: 1em;
  }
}
@media print {
  #fixsearch .box_tel {
		display: flex;
		justify-content: center;
		padding: 24px 0;
  }
  #fixsearch .box_tel > p {
		align-self: center;
  }
  #fixsearch .box_tel > p.t {
		margin-right: 1em;
  }
}
.ie8 #fixsearch .box_tel {
	display: flex;
	justify-content: center;
	padding: 24px 0;
}
.ie8 #fixsearch .box_tel > p {
	align-self: center;
}
.ie8 #fixsearch .box_tel > p.t {
	margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_tel {
		padding: 5% 0 4em;
  }
}

/* -----------------------------------------------------------
  #contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
  .con_banner
----------------------------------------------------------- */
.con_banner {
	padding-bottom: 180px;
	background: url(../images/home/bg_bn.png) right 5% bottom 0 no-repeat;
}
@media only screen and (max-width: 1024px) {
  .con_banner {
		background-size: 40% auto;
		padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner {
		padding-bottom: 2em;
  }
}
.con_banner .inner {
	margin: 0 auto;
	max-width: 1400px;
}
@media only screen and (max-width: 767px) {
  .con_banner .inner {
		width: 86%;
  }
}
.con_banner ul {
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner ul {
		margin: 60px 10px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner ul {
		padding-left: 0;
  }
}
.con_banner ul li {
	padding: 5px;
	width: 25%;
	float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner ul li {
		padding: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner ul li {
		width: 100%;
		padding: 1.2%;
  }
}
.con_banner ul li.bn_dog {
	width: 24.5%;
}
@media only screen and (max-width: 767px) {
  .con_banner ul li.bn_dog {
		width: 100%;
		padding: 1.2%;
  }
}
.con_banner ul li.side_l {
	padding-left: 9px;
	padding-right: 0px;
}
@media only screen and (max-width: 767px) {
  .con_banner ul li.side_l {
		padding: 1.2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner ul li:nth-child(2), .con_banner ul li:nth-child(3) {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner ul li:nth-child(4) {
		clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner ul li:nth-child(6) {
		clear: both;
  }
}
.con_banner ul li img {
	width: 100%;
}

/* -----------------------------------------------------------
  .con_footer_top
----------------------------------------------------------- */
.con_footer_top {
	min-height: 553px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_footer_top {
		min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .con_footer_top {
		min-height: 380px;
  }
}
.con_footer_top .catch {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 223%;
	color: #fff;
	letter-spacing: .3em;
	font-family: "Hannari", serif;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_footer_top .catch {
		font-size: 178%;
  }
}
@media only screen and (max-width: 767px) {
  .con_footer_top .catch {
		font-size: 112%;
  }
}

/* -----------------------------------------------------------
  #footer
----------------------------------------------------------- */
#footer .con_inner_top {
	min-height: 313px;
	background: url(../images/footer/bg_footer.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	padding: 70px 0;
}
@media only screen and (max-width: 1380px) {
  #footer .con_inner_top {
		padding: 70px 10px;
  }
}
@media print {
  #footer .con_inner_top {
		padding: 70px 10px;
  }
}
.ie8 #footer .con_inner_top {
	padding: 70px 10px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_inner_top {
		padding: 60px 0;
		min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top {
		padding: 40px 0;
		min-height: 300px;
  }
}
@media only screen and (max-width: 450px) {
  #footer .con_inner_top {
		min-height: 350px;
  }
}
#footer .con_inner_top .box_inner {
	max-width: 1370px;
	padding: 0 15px;
}
#footer .con_inner_top .box_inner .f_cor_b {
	font-family: "Cormorant SC", "Hannari", serif;
}
#footer .con_inner_top .box_inner .box_address {
	width: 34%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .box_address {
		width: 28%;
		margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .box_address {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
  }
}
#footer .con_inner_top .box_inner .box_address p {
	color: #fff;
	font-size: 89%;
	margin-bottom: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hannari", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .box_address p {
		font-size: 73%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .box_address p {
		font-size: 67%;
  }
}
#footer .con_inner_top .box_inner .box_address p.logo a {
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer .con_inner_top .box_inner .box_address p.logo a:hover {
	opacity: .7;
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .box_address p.logo a img {
		width: 85%;
  }
}
#footer .con_inner_top .box_inner .box_address p.txt_open {
	font-size: 210%;
	line-height: 1.2;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .box_address p.txt_open {
		font-size: 150%;
  }
}
#footer .con_inner_top .box_inner .box_address p.txt_open .f_cor_b {
	font-size: 150%;
	display: inline-block;
	margin-right: 10px;
}
#footer .con_inner_top .box_inner .box_address p.txt_addres .num {
	font-family: "Cormorant SC", "Hannari", serif;
	font-size: 144%;
}
#footer .con_inner_top .box_inner .box_address p.txt_tel a, #footer .con_inner_top .box_inner .box_address p.txt_tel span {
	display: inline-block;
	text-decoration: none;
}
#footer .con_inner_top .box_inner .box_address p.txt_tel .num {
	font-family: "Cormorant SC", "Hannari", serif;
	font-size: 132%;
	color: #fff;
}
#footer .con_inner_top .box_inner .box_r {
	width: 100%;
}
#footer .con_inner_top .box_inner .box_r .fnav {
	width: 100%;
}
@media only screen and (max-width: 1380px) {
  #footer .con_inner_top .box_inner .box_r .fnav {
		text-align: center;
		width: 100%;
  }
}
@media print {
  #footer .con_inner_top .box_inner .box_r .fnav {
		text-align: center;
		width: 100%;
  }
}
.ie8 #footer .con_inner_top .box_inner .box_r .fnav {
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .box_r .fnav {
		display: none;
  }
}
#footer .con_inner_top .box_inner .box_r .fnav .box_fnav {
	overflow: hidden;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .box_r .fnav .box_fnav {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .box_r .fnav .box_fnav {
		margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1380px) {
  #footer .con_inner_top .box_inner .box_r .fnav .box_fnav {
		text-align: left;
  }
}
@media print {
  #footer .con_inner_top .box_inner .box_r .fnav .box_fnav {
		text-align: left;
  }
}
.ie8 #footer .con_inner_top .box_inner .box_r .fnav .box_fnav {
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .box_r .fnav .box_fnav {
		text-align: center;
  }
}
#footer .con_inner_top .box_inner .box_r .fnav .box_fnav ul {
	float: left;
	width: 25%;
}
#footer .con_inner_top .box_inner .box_r .fnav .box_fnav ul li {
	line-height: 1.9;
	letter-spacing: -.01em;
}
#footer .con_inner_top .box_inner .box_r .fnav .box_fnav ul li a {
	color: #fff;
	font-size: 89%;
	text-decoration: none;
}
#footer .con_inner_top .box_inner .box_r .fnav .box_fnav ul li a:hover {
	text-decoration: underline;
}
#footer .con_inner_top .box_inner .box_r .box_btn {
	width: 100%;
}
@media only screen and (max-width: 1380px) {
  #footer .con_inner_top .box_inner .box_r .box_btn {
		width: 100%;
  }
}
@media print {
  #footer .con_inner_top .box_inner .box_r .box_btn {
		width: 100%;
  }
}
.ie8 #footer .con_inner_top .box_inner .box_r .box_btn {
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .box_r .box_btn {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .box_r .box_btn {
		width: 100%;
  }
}
#footer .con_inner_top .box_inner .box_r .box_btn .box {
	display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .box_r .box_btn .box {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .box_r .box_btn .box {
		display: block;
		width: 100%;
  }
}
#footer .con_inner_top .box_inner .box_r .box_btn .box li {
	width: 33.33333%;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .box_r .box_btn .box li {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .box_r .box_btn .box li {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .box_r .box_btn .box li {
		width: 100%;
  }
}
#footer .con_inner_top .box_inner .box_r .box_btn .box li:hover {
	opacity: .7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#footer .con_inner_top .box_inner .box_r .box_btn .box li a {
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 89%;
	color: #f0ede7;
	display: block;
	padding: .5em 1em;
}
#footer .con_inner_top .box_inner .box_r .box_btn .box li.btn {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hannari", "Times New Roman", serif;
}
#footer .con_inner_top .box_inner .box_r .box_btn .box li.btn_green {
	background: #364d2d;
}
#footer .con_inner_top .box_inner .box_r .box_btn .box li.btn_brown {
	background: #5e533b;
}
#footer .con_inner_top .box_inner .box_r .box_btn .box li.btn_normal {
	border: 1px solid #f0ede7;
}
#footer .con_inner_top .box_inner .box_r .box_btn .box li:last-child {
	margin-right: 0;
}
#footer .con_inner_top .box_inner .contact_box {
	background: rgba(224, 223, 219, 0.9);
	width: 49%;
	padding: 0.4em 0.2em;
	text-align: center;
	color: #5e533b;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hannari", "Times New Roman", serif;
	font-size: 100%;
	margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .contact_box {
		font-size: 78%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .contact_box {
		font-size: 84%;
  }
}
@media only screen and (max-width: 1380px) {
  #footer .con_inner_top .box_inner .contact_box {
		width: 47%;
  }
}
@media print {
  #footer .con_inner_top .box_inner .contact_box {
		width: 47%;
  }
}
.ie8 #footer .con_inner_top .box_inner .contact_box {
	width: 47%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_inner_top .box_inner .contact_box {
		width: 42%;
		padding: 1.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .contact_box {
		width: 100%;
		padding-top: 0.5em;
		margin-right: 0;
		margin-bottom: 1em;
  }
}
#footer .con_inner_top .box_inner .contact_box .fsz_bg {
	font-size: 139%;
	display: inline-block;
	margin: 0 10px;
	vertical-align: -2px;
}
#footer .con_inner_top .box_inner .contact_box .fsz_bg .f_cor_b {
	font-size: 150%;
	vertical-align: 3px;
}
@media only screen and (max-width: 767px) {
  #footer .con_inner_top .box_inner .contact_box .fsz_bg .f_cor_b {
		font-size: 185%;
  }
}
#footer .box_tmp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  #footer .box_tmp {
		display: block;
  }
}
#footer .con_grouphotel {
	width: 100%;
	background: #1a1817;
	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;
}
#footer .trustyou {
	width: 17%;
	background: rgba(224, 223, 219, 0.9);
	padding: .5em 1.5em;
}
@media only screen and (max-width: 1380px) {
  #footer .trustyou {
		width: 19%;
  }
}
@media print {
  #footer .trustyou {
		width: 19%;
  }
}
.ie8 #footer .trustyou {
	width: 19%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .trustyou {
		width: 26%;
		padding: .5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .trustyou {
		width: 100%;
  }
  #footer .trustyou iframe {
		display: block;
		margin: 0 auto;
  }
}
#footer .trustyou .box_trust {
	width: 80%;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .trustyou .box_trust {
		width: 95%;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		margin-right: auto;
		margin-left: auto;
  }
}
#footer .trustyou .link-trust {
	font-size: 73%;
	display: block;
	background: #364D2D;
	color: #fff !important;
	text-align: center;
	width: 100%;
	padding: .22em;
	margin: 0 0 10px;
	text-decoration: none;
}
#footer .trustyou .link-trust em {
	font-size: 70%;
	vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .trustyou .link-trust {
		font-size: 62%;
		display: block;
		width: 98%;
		margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .trustyou .link-trust {
		display: block;
		width: 170px;
		margin: 10px auto;
  }
}
#footer #copyright {
	background: #1a1817;
	text-align: right;
	color: #fff;
	font-family: "Cormorant SC", "Hannari", serif;
	font-size: 78%;
	padding-right: 18%;
	padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #footer #copyright {
		text-align: center;
		font-size: 56%;
		padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
		padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #footer #copyright {
		padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #footer #copyright {
		padding-bottom: 100px;
  }
}

/* -----------------------------------------------------------
  下層共通スタイル
----------------------------------------------------------- */
#contents .con_title {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	height: 746px;
	background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_title {
		margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title {
		margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_title {
		height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title {
		height: 400px;
  }
}
#contents .con_title .title {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_title .title {
		top: 69%;
		line-height: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title .title {
		top: 70%;
		line-height: 1.8em;
  }
}
#contents .con_title .title .en {
	width: 100%;
	color: #fffbef;
	font-size: 278%;
	font-family: "Cormorant SC", "Hannari", serif;
	font-weight: normal;
	text-shadow: 0px 0px 10px #000;
	text-align: center;
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_title .title .en {
		font-size: 223%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title .title .en {
		font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title .title .en {
		line-height: 1.2;
  }
}
#contents .con_title .title .jp {
	display: block;
	font-size: 250%;
	font-family: "Hannari", serif;
	color: #fffbef;
	text-shadow: 0px 0px 10px #000;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_title .title .jp {
		font-size: 195%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title .title .jp {
		font-size: 150%;
  }
}
#contents .con_title.sub {
	height: 510px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_title.sub {
		height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title.sub {
		height: 400px;
  }
}
#contents .con_title.sub .title {
	top: 62%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_title.sub .title {
		top: 72%;
		line-height: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title.sub .title {
		top: 70%;
		line-height: 1.8em;
  }
}
#contents .con_topicpath {
	margin-bottom: 20px;
	padding-left: 60px;
	font-size: 73%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_topicpath {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_topicpath {
		margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  #contents .con_topicpath {
		padding-left: 2.5%;
  }
}
@media print {
  #contents .con_topicpath {
		padding-left: 2.5%;
  }
}
.ie8 #contents .con_topicpath {
	padding-left: 2.5%;
}
#contents .con_topicpath li {
	display: inline-block;
	vertical-align: middle;
}
#contents .con_topicpath li span {
	padding: 0 5px;
}
#contents .con_intro .box_container .box_title .en {
	font-family: "Cormorant SC", "Hannari", serif;
}

/* -----------------------------------------------------------
  .is-opened-gnav
----------------------------------------------------------- */
.is-opened-gnav #js-gnav {
	visibility: visible;
	opacity: 1;
}
.is-opened-gnav #js-overlay {
	visibility: visible;
}

.animate .fixnav {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .animate .fixnav {
		top: 0 !important;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
  }
}
@media print {
  .animate .fixnav {
		top: 0 !important;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
  }
}
.ie8 .animate .fixnav {
	top: 0 !important;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.is-opened-gnav .fixnav {
	-webkit-transition: all .6s;
	transition: all .6s;
}
.is-opened-gnav .fixnav ul li.menu .default {
	display: none;
}
.is-opened-gnav .fixnav ul li.menu .close {
	display: block;
}

.is-opened-search .fixnav {
	-webkit-transition: all .6s;
	transition: all .6s;
}
.is-opened-search .fixnav ul li.rsv .default {
	display: none;
}
.is-opened-search .fixnav ul li.rsv .close {
	display: block;
}

/* -----------------------------------------------------------
	#js-gnav
----------------------------------------------------------- */
#js-gnav #js-gnav-menu {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1200px) {
  #js-gnav #js-gnav-menu {
		position: relative;
  }
}
@media print {
  #js-gnav #js-gnav-menu {
		position: relative;
  }
}
.ie8 #js-gnav #js-gnav-menu {
	position: relative;
}
@media only screen and (max-width: 1200px) {
  #js-gnav .wrp_nav {
		width: 100%;
  }
}
@media print {
  #js-gnav .wrp_nav {
		width: 100%;
  }
}
.ie8 #js-gnav .wrp_nav {
	width: 100%;
}
#js-gnav .wrp_nav > ul > li a {
	display: block;
	position: relative;
}
#js-gnav .wrp_nav > ul > li a:hover {
	color: #866a4c;
}
#js-gnav .wrp_nav > ul > li a:hover:before {
	opacity: 1;
}
#js-gnav .wrp_nav > ul > li a.accordion:after {
	content: "\f3d0";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Ionicons";
}
@media only screen and (max-width: 1200px) {
  #js-gnav .wrp_nav > ul > li a.accordion:after {
		right: 15px;
  }
}
@media print {
  #js-gnav .wrp_nav > ul > li a.accordion:after {
		right: 15px;
  }
}
.ie8 #js-gnav .wrp_nav > ul > li a.accordion:after {
	right: 15px;
}
#js-gnav .wrp_nav > ul > li a.active {
	color: #866a4c;
}
#js-gnav .wrp_nav > ul > li a.active:before {
	opacity: 1;
}
#js-gnav .wrp_nav > ul > li.language {
	border-top: 1px dotted #f0ede7;
}
#js-gnav .wrp_nav > ul > li ul {
	display: none;
}

#js-overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
}

/* -----------------------------------------------------------
  .effect_thumb
----------------------------------------------------------- */
.effect_thumb {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.effect_thumb:before {
	opacity: 0;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 2;
}
.effect_thumb:hover:before {
	opacity: 1;
}
.effect_thumb:hover .thumb .img_thumb {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.effect_thumb .thumb {
	position: relative;
	overflow: hidden;
}
.effect_thumb .thumb .img_thumb {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

/* -----------------------------------------------------------
  .box_old_can
----------------------------------------------------------- */
.box_old_can {
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	margin: 4% 7% 2%;
	padding: 2em 1em;
	clear: both;
	float: none;
}
.box_old_can a {
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_old_can {
		margin: 4% 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .box_old_can {
		font-size: 73%;
		margin: 4% 2%;
  }
}

/* -----------------------------------------------------------
  tmp_group_tel
----------------------------------------------------------- */
.tmp_group_tel dl {
	align-items: center;
	justify-content: center;
	padding: 1em 0 1em;
}
@media only screen and (min-width: 1025px) and (max-width: 1325px) {
  .tmp_group_tel dl {
		margin-right: 0em;
		display: block;
  }
}
@media print {
  .tmp_group_tel dl {
		margin-right: 0em;
		display: block;
  }
}
.ie8 .tmp_group_tel dl {
	margin-right: 0em;
	display: block;
}
@media only screen and (max-width: 1024px) {
  .tmp_group_tel dl {
		display: block;
  }
}
.tmp_group_tel dl dt {
	margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_group_tel dl dt {
		margin-right: 0em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_group_tel dl dt {
		margin-right: 0em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1325px) {
  .tmp_group_tel dl dt {
		justify-content: center;
  }
}
@media print {
  .tmp_group_tel dl dt {
		justify-content: center;
  }
}
.ie8 .tmp_group_tel dl dt {
	justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .tmp_group_tel dl dt {
		font-size: .9em;
  }
}
.tmp_group_tel dl dd {
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1325px) {
  .tmp_group_tel dl dd {
		display: inline-block;
		justify-content: center;
  }
}
@media print {
  .tmp_group_tel dl dd {
		display: inline-block;
		justify-content: center;
  }
}
.ie8 .tmp_group_tel dl dd {
	display: inline-block;
	justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .tmp_group_tel dl dd {
		display: inline-block;
		justify-content: center;
		margin: 0.2em 0;
  }
}
.tmp_group_tel dl dd .box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.5em 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_group_tel dl dd .box {
		margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_group_tel dl dd .box {
		margin: 0;
  }
}
.tmp_group_tel dl dd img {
	width: 20%;
	max-width: 90px;
	margin-right: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_group_tel dl dd img {
		width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_group_tel dl dd img {
		width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_group_tel dl dd img {
		max-width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_group_tel dl dd img {
		max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_group_tel dl dd img {
		margin-right: 0em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_group_tel dl dd img {
		margin-right: 0em;
  }
}
.tmp_group_tel dl dd .tel .fsz_bg {
	font-size: 135% !important;
}
.tmp_group_tel dl dd .tel .fsz_bg .e {
	font-size: 70%;
}
@media only screen and (min-width: 1025px) {
  .tmp_group_tel dl dd .tel .fsz_bg {
		line-height: 1.0;
  }
}
@media print {
  .tmp_group_tel dl dd .tel .fsz_bg {
		line-height: 1.0;
  }
}
.ie8 .tmp_group_tel dl dd .tel .fsz_bg {
	line-height: 1.0;
}
@media only screen and (max-width: 767px) {
  .tmp_group_tel dl dd .tel .fsz_bg {
		font-size: 100% !important;
  }
}
.tmp_group_tel dl dd .tel .fsz_bg .min {
	font-size: 70%;
}
@media only screen and (max-width: 1024px) {
  .tmp_group_tel dl dd .jp {
		font-size: 0.7em;
		display: block;
		margin-top: .8em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_group_tel dl dd .jp {
		white-space: nowrap;
  }
}

@media only screen and (max-width: 1024px) {
  #fixsearch .box_tel {
		display: block;
  }
}
@media only screen and (min-width: 1025px) {
  #fixsearch .box_tel .num {
		margin-right: 1em;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_tel .num {
		margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 767px) {
  #fixsearch .box_tel .num {
		margin-right: 0;
  }
}

@media print {
  #fixsearch .box_tel .num {
		margin-right: 1em;
  }
}
.ie8 #fixsearch .box_tel .num {
	margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ie8 #fixsearch .box_tel .num {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 #fixsearch .box_tel .num {
		margin-right: 0;
  }
}
#fixsearch .box_tel .num img {
	width: 20%;
	max-width: 100%;
	margin-right: 1em;
	border: solid 1px #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_tel .num img {
		width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_tel .num img {
		width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_tel .num img {
		max-width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_tel .num img {
		max-width: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_tel .num img {
		margin-right: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_tel .num img {
		margin-right: 0.7em;
  }
}
#fixsearch .box_tel .num small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
}
@media only screen and (max-width: 1024px) {
  #fixsearch .box_tel .num {
		display: flex;
		align-items: center;
		justify-content: center;
  }
}
#fixsearch .box_tel .t {
	padding-top: 0;
	line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixsearch .box_tel .t {
		padding-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #fixsearch .box_tel .t {
		padding-top: 1em;
  }
}

/*.box_main .tel_tbl .box_tel{
  @include mq(sp) {
    //display:flex;
  }
  img{
    width: 35%;
    display:block;
    margin:0 0 0.5em;
  }
  .item_tel{
    .tel{
      @include fsz-cha(33, 31, 38);
    }
  }
}
.fixmenu .box_main{
  height: 108%;
}*/
