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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .box_header, .con_menu_sp .box_menu_sp, #footer .box_footer, #footer .box_bottom .inner {
	max-width: 1200px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  #header .box_header, .con_menu_sp .box_menu_sp, #footer .box_footer, #footer .box_bottom .inner {
		width: 95%;
  }
}

.box_lang ul:after, .con_menu_sp .box_menu_sp:after, .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub:after, .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout:after, #footer .box_footer:after, #footer .box_footer .box_info:after, #footer .box_bottom .inner:after, #footer .box_bottom .inner .box_nav .box:after {
	content: "";
	display: table;
	clear: both;
}

/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #474747;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 100%;
}
.ie body {
	font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 93%;
  }
}
body a {
	color: #616161;
}
body a:link, body a:visited, body a:active {
	text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
	color: #7a7a7a;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 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: 1200px !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 {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .over {
	-webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

* {
	-moz-box-sizing: border-box;
	-webkit-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;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 50;
	top: 42px;
}
#header .box_header {
	text-align: center;
}
#header .box_header a {
	display: inline-block;
	max-width: 50%;
}

/* -----------------------------------------------------------
	box_lang
----------------------------------------------------------- */
.box_lang {
	position: absolute;
	width: 125px;
	top: 0;
	z-index: 50;
	right: 10.75%;
}
@media only screen and (max-width: 767px) {
  .box_lang {
		right: 0;
		width: 62px;
  }
}
.box_lang .cap {
	display: block;
	text-decoration: none;
	height: 100%;
	line-height: 50px;
	background: #cca973;
	color: #fff;
	text-align: center;
	font-size: 116%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .box_lang .cap {
		font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .box_lang ul {
		display: none;
  }
}
.box_lang ul li {
	float: left;
	width: 50%;
	height: 50px;
}
@media only screen and (max-width: 767px) {
  .box_lang ul li {
		width: 100%;
  }
}
.box_lang ul li a {
	display: block;
	text-decoration: none;
	height: 100%;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 116%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .box_lang ul li a {
		font-size: 15px;
  }
}
.box_lang ul li a.active, .box_lang ul li a:hover {
	background: #cca973;
	color: #fff;
}
.box_lang ul li:last-child a {
	background-color: rgba(255, 255, 255, 0.6);
	color: #000;
}
.box_lang ul li:last-child a.active, .box_lang ul li:last-child a:hover {
	background: #cca973;
	color: #fff;
}

/* -----------------------------------------------------------
	.con_header_sp
----------------------------------------------------------- */
.con_header_sp {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: transparent;
}
.con_header_sp li {
	display: block;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 130px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .con_header_sp li {
		width: 90px;
		height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header_sp li {
		width: 70px;
		height: 70px;
  }
}
.con_header_sp li a {
	display: block;
	text-decoration: none;
	height: 100%;
	text-align: center;
}
.con_header_sp li#btn_close {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	margin-top: 5px;
	width: 80px;
	height: 80px;
}
@media only screen and (max-width: 1360px) {
  .con_header_sp li#btn_close {
		width: 40px;
		height: 40px;
  }
}
@media print {
  .con_header_sp li#btn_close {
		width: 40px;
		height: 40px;
  }
}
.ie8 .con_header_sp li#btn_close {
	width: 40px;
	height: 40px;
}
.con_header_sp li#btn_close a {
	background: transparent url(../images/header/img_btn_close.jpg) no-repeat center center;
	background-size: 100%;
}
.con_header_sp li.rsv a {
	background: #fff;
	color: #cca973;
	position: relative;
}
.con_header_sp li.rsv a span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.con_header_sp li.rsv a span i {
	font-size: 185%;
}
.con_header_sp li.rsv a span em {
	margin-top: 10px;
	display: inline-block;
	font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_header_sp li.rsv a span em {
		margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header_sp li.rsv a span em {
		margin-top: 5px;
  }
}

/* -----------------------------------------------------------
	con_menu_sp
----------------------------------------------------------- */
.con_menu_sp {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.92);
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 0;
	overflow: hidden;
}
.con_menu_sp .box_menu_sp {
	height: 100%;
	max-width: 2000px;
}
@media only screen and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp {
		width: 99%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp {
		width: 100%;
		height: auto;
  }
}
.con_menu_sp .box_menu_sp .box_menu {
	float: left;
	width: 39.58333%;
	height: 100%;
	overflow: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1460px) {
  .con_menu_sp .box_menu_sp .box_menu {
		width: 35.83333%;
  }
}
@media print {
  .con_menu_sp .box_menu_sp .box_menu {
		width: 35.83333%;
  }
}
.ie8 .con_menu_sp .box_menu_sp .box_menu {
	width: 35.83333%;
}
@media only screen and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu {
		width: 35%;
		padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu {
		width: 100%;
		padding: 0 2.5% 10.5%;
		height: auto;
  }
}
.con_menu_sp .box_menu_sp .box_menu .btn_close_top {
	text-align: right;
	padding: 1% 0 0 0;
}
.con_menu_sp .box_menu_sp .box_menu .btn_close_top a {
	display: inline-block;
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 170%;
	padding-right: 40px;
	right: 20px;
	text-decoration: none;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .btn_close_top a {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .btn_close_top a {
		font-size: 139%;
  }
}
.con_menu_sp .box_menu_sp .box_menu .btn_close_top a:after {
	content: '→';
	position: absolute;
	color: #fff;
	bottom: 0;
	right: 15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.con_menu_sp .box_menu_sp .box_menu .btn_close_top a:hover:after {
	right: 9px;
}
.con_menu_sp .box_menu_sp .box_menu .box_list {
	float: right;
	width: 400px;
	position: relative;
	right: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list {
		width: 100%;
		float: none;
  }
}
@media print {
  .con_menu_sp .box_menu_sp .box_menu .box_list {
		width: 100%;
		float: none;
  }
}
.ie8 .con_menu_sp .box_menu_sp .box_menu .box_list {
	width: 100%;
	float: none;
}
@media only screen and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list {
		float: none;
		width: 100%;
		padding-left: 0;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul {
	margin: 0 0 15px;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain {
	max-width: 260px;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain {
		margin: 0 auto 30px;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain li {
	line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain li {
		line-height: 2.5;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain li a {
	display: block;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 154%;
	text-decoration: none;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain li a {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain li a {
		font-size: 124%;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 1px;
	background: #cca973;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain li a:hover:after {
	width: 100%;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.btns {
	max-width: 260px;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.btns {
		margin: 0 auto 30px;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.btns li {
	margin: 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.btns li p {
		text-align: center;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.btns li p a {
	max-width: 250px;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.btns li:last-child {
	margin-bottom: 0;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li {
	vertical-align: top;
	display: inline-block;
	line-height: 2;
	width: 50%;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li a {
	display: block;
	text-decoration: none !important;
	font-size: 124%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	padding-right: 5px;
	color: #fff;
}
.mouse .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li a:hover, .touch .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li a.touchstart {
	text-decoration: underline !important;
}
.touch .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li a {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li a {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li a {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li a {
		margin-right: 0;
		padding-right: 0;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li.btn_pdf {
	float: right;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li .accbox label {
	font-size: 124%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li .accbox label {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li .accbox label {
		font-size: 108%;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li .accbox label:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: 10%;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li .accbox input {
	display: none;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li .accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	transition: 0.8s;
	opacity: 0;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li .accbox .accshow ul li {
	width: 100%;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listsub li .accbox .cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns {
	margin-top: 20px;
	margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns {
		margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns {
		margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns {
		margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns {
		margin-bottom: 90px;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li {
	width: 40%;
	box-sizing: border-box;
	display: inline-block;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li a {
	text-decoration: none !important;
	font-size: 154%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #fff;
	display: block;
}
.mouse .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li a:hover, .touch .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li a.touchstart {
	text-decoration: underline !important;
}
.touch .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li a {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li a {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li a {
		font-size: 108%;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li:first-child {
	width: 100%;
	margin-bottom: 10px;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li:first-child a {
	width: 50%;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li.link_shop {
	margin-top: 25px;
	width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li.link_shop {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li.link_shop {
		margin-top: 25px;
  }
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li.link_shop a {
	position: relative;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li.link_shop a::before {
	content: url(../images/home/ic_os_w.png);
	position: absolute;
	top: 10%;
	left: 0;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li.link_shop a em {
	padding-left: 35px;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li i {
	vertical-align: middle;
	font-size: 139%;
}
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li em {
	vertical-align: middle;
	padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li em {
		padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_menu .box_list > ul.box_sns li em {
		padding-left: 15px;
  }
}
.con_menu_sp .box_menu_sp .box_search {
	width: 60.41667%;
	float: right;
	position: relative;
	padding: 40px 0 2.5%;
	height: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1460px) {
  .con_menu_sp .box_menu_sp .box_search {
		width: 64.16667%;
  }
}
@media print {
  .con_menu_sp .box_menu_sp .box_search {
		width: 64.16667%;
  }
}
.ie8 .con_menu_sp .box_menu_sp .box_search {
	width: 64.16667%;
}
@media only screen and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search {
		width: 65%;
		padding-top: 30px;
		padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search {
		width: 100%;
		padding: 2em 2.5%;
		overflow: hidden;
  }
}
.con_menu_sp .box_menu_sp .box_search:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50000px;
	height: 50000px;
	background: #e8e8e8;
}
.con_menu_sp .box_menu_sp .box_search .box_inner {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_st {
	text-align: center;
	margin: 0 auto 20px;
	width: 670px;
}
@media only screen and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_st {
		width: 100%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_st h3 {
	font-weight: normal;
	line-height: 1;
	margin: 0 0 15px;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_st h3 em {
	font-family: "Cormorant", serif;
	font-size: 308%;
	color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_st h3 em {
		font-size: 270%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_st h3 em {
		font-size: 231%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_st h3 span {
	color: #4d4d4d;
	font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_st h3 span {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_st h3 span {
		font-size: 108%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_st .cap {
	background: #dec6a2;
	color: #000;
	padding: .2em .5em;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control {
	margin: 0 0 20px;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout {
	max-width: 670px;
	margin: 0 auto;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li {
	float: left;
	width: 27%;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li {
		width: 32%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li span {
	color: #956c2d;
	font-size: 116%;
	display: inline-block;
	padding: 10px 1em 0;
	line-height: 1;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li span {
		font-size: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li span {
		padding-left: .25em;
		padding-right: .25em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li span {
		padding-left: 0;
		padding-right: 0;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: #000;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li span.active:after {
	opacity: 1;
	width: 100px;
	margin-left: -50px;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li input, .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li select {
	border: 0;
	color: #000;
	font-size: 185%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	padding: 0 .5em;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li input, .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li select {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li input, .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li select {
		font-size: 124%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li input:hover, .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li select:hover {
	opacity: .7;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li input {
	width: 100%;
	background: transparent;
	padding: 0 .25em;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li select {
	background: transparent url(../images/common/ic_caret_down.png) no-repeat 90% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 1em;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li select::-ms-expand {
	display: none;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li .sub {
	font-size: 139%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #232323;
	line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li .sub {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li .sub {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li .sub {
		display: none;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.bselect {
	display: none;
	width: 14.92537%;
	float: right;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.bselect.select2 {
	margin-right: 0.83333%;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect {
	float: right;
	width: 44%;
	position: relative;
	border: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect {
		width: 35%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap {
	border: 1px solid #000;
	padding: 0;
	text-align: center;
	padding: 0 5px;
	cursor: pointer;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap span {
	text-align: left;
	padding: 0;
	display: inline-block;
	width: 100%;
	max-width: 260px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #000;
	font-size: 124%;
	line-height: 1;
	height: 68px;
	line-height: 68px;
	position: relative;
	padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap span {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap span {
		font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap span {
		height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap span {
		height: 53px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap span {
		line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap span {
		line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap span {
		padding-top: 10px;
		padding-right: 10px;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect .cap span:after {
	content: '';
	width: 17px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	background: transparent url(../images/common/ic_arr_down.png);
	left: auto;
	opacity: 1;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #e8e8e8;
	z-index: 200;
	padding-top: 1px;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul {
		width: 300px;
		right: 0;
		left: auto;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul li {
	display: table;
	width: 100%;
	background: #d9d9db;
	border-bottom: 3px solid #e8e8e8;
	padding: 7px 10px;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul li > em {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 124%;
	color: #000;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul li > em {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul li > em {
		font-size: 108%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul li > span {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul li > span i {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #000;
	text-align: center;
	cursor: pointer;
	font-size: 17px;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul li > span em {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 131%;
	padding: 0;
	width: 30px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul li > span em {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect ul li > span em {
		font-size: 116%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect.active .cap span:after {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_control .date_inout > li.xselect.active ul {
	display: block;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_day .datepicker {
	max-width: 400px;
	margin: 0 auto;
	display: none;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_day .datepicker.active {
	display: block;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .box_und, .con_menu_sp .box_menu_sp .box_search .box_inner .box_per, .con_menu_sp .box_menu_sp .box_search .box_inner .box_sta, .con_menu_sp .box_menu_sp .box_search .box_inner .box_roo, .con_menu_sp .box_menu_sp .box_search .box_inner .box_pri, .con_menu_sp .box_menu_sp .box_search .box_inner .box_chg {
	display: none;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btn_submit {
	margin-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #595959;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btn_submit {
		width: 100%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btn_submit .btn_black {
	text-align: center;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btn_submit .btn_black a, .con_menu_sp .box_menu_sp .box_search .box_inner .btn_submit .btn_black span {
	max-width: 370px;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div {
	padding: 10px 0;
	border-bottom: 1px solid #d7d7d7;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li.list-fs {
	margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li.list-fs {
		margin-right: 15px;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li.list-fs02 {
	margin-right: 60px;
	margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li.list-fs02 {
		margin-right: 15px;
		margin-left: 0;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li.sst {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 124%;
	font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li.sst {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li.sst {
		font-size: 108%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li.btn_pdf {
	text-align: left;
	display: inline-block;
	width: 36%;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li.btn_pdf {
		margin-left: 0;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li a {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 124%;
	color: #232323;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li a {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li a {
		font-size: 108%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li .accbox {
	padding: 0;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li .accbox label {
	font-size: 124%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #232323;
	cursor: pointer;
	transition: all 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li .accbox label {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li .accbox label {
		font-size: 108%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li .accbox label:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: 10%;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li .accbox input {
	display: none;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li .accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	transition: 0.8s;
	opacity: 0;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li .accbox .accshow ul li {
	width: 100%;
	text-align: left;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div ul li .accbox .cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns div:last-child {
	border: 0;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns {
		margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns {
		margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns {
		margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns {
		margin-bottom: 50px;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li {
	padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li {
		padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li {
		padding-left: 20px;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a {
	display: block;
	vertical-align: middle;
	text-decoration: none !important;
	font-size: 154%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
.mouse .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a:hover, .touch .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a.touchstart {
	text-decoration: underline !important;
}
.touch .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a {
		font-size: 108%;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a i {
	vertical-align: middle;
	font-size: 139%;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a em {
	padding-left: 12px;
	vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a em {
		padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a em {
		padding-left: 12px;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a.link_shop {
	margin-top: 25px;
	margin-right: 72px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a.link_shop {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a.link_shop {
		margin-top: 25px;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a.link_shop::before {
	content: url(../images/home/ic_os_b.png);
	position: absolute;
	top: 10%;
	left: 0;
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a.link_shop em {
	padding-left: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a.link_shop em {
		padding-left: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns li a.link_shop em {
		padding-left: 36px;
  }
}
.con_menu_sp .box_menu_sp .box_search .box_inner .btns .box_sns .sns_link {
	padding-left: 10px;
	display: bold;
	text-align: left;
	padding-left: 65px;
}
.con_menu_sp.active {
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_menu_sp.active {
		overflow: auto;
  }
}
.con_menu_sp.booking {
	background: #e8e8e8;
}
.con_menu_sp.booking .box_menu_sp .box_menu {
	display: none;
}
.con_menu_sp.booking .box_menu_sp .box_search {
	float: none;
	width: 100%;
	margin: 0 auto;
	max-width: 670px;
}
.con_menu_sp.booking .box_menu_sp .box_search:before {
	content: none;
}

/* -----------------------------------------------------------
	btn_menu
----------------------------------------------------------- */
#btn_menu a {
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #000;
}
#btn_menu a > div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	top: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #btn_menu a > div {
		top: 20%;
  }
}
@media only screen and (max-width: 767px) {
  #btn_menu a > div {
		top: 20%;
  }
}
#btn_menu a > div .bars {
	width: 55px;
	height: 27px;
	position: relative;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #btn_menu a > div .bars {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #btn_menu a > div .bars {
		margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  #btn_menu a > div .bars {
		width: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #btn_menu a > div .bars {
		width: 30px;
  }
}
#btn_menu a > div .bars span {
	display: block;
	height: 1px;
	background: #fff;
	width: 100%;
	left: 0;
	position: absolute;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#btn_menu a > div .bars span:nth-child(1) {
	top: 0;
}
#btn_menu a > div .bars span:nth-child(2) {
	top: 13px;
}
#btn_menu a > div .bars span:nth-child(3) {
	top: 26px;
}
#btn_menu a > div em {
	font-family: "Cormorant", serif;
	color: #fff;
	font-size: 131%;
	line-height: 1;
}

.open-menu .con_header_sp li#btn_close {
	opacity: 1;
}
.open-menu .con_header_sp li.rsv, .open-menu .con_header_sp li#btn_menu {
	display: none;
}

/* -----------------------------------------------------------
	#btn_top
----------------------------------------------------------- */
#btn_top {
	display: none;
	position: fixed;
	right: 1em;
	bottom: 1em;
	width: 50px;
	height: 50px;
	background: #cca973;
	cursor: pointer;
}
#btn_top a {
	display: block;
	height: 100%;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	border-top: 1px solid #3c281d;
}
#footer .box_footer {
	width: 100%;
}
#footer .box_footer .box_info {
	width: 54.16667%;
	float: left;
	margin-left: 12.5%;
	border-right: 1px solid #000;
	padding: 30px 0 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .box_info {
		padding: 25px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_info {
		padding: 20px 0 0;
  }
}
@media only screen and (max-width: 1130px) {
  #footer .box_footer .box_info {
		width: 66.66667%;
		margin-left: 0;
  }
}
@media print {
  #footer .box_footer .box_info {
		width: 66.66667%;
		margin-left: 0;
  }
}
.ie8 #footer .box_footer .box_info {
	width: 66.66667%;
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_info {
		width: 100%;
		text-align: center;
  }
}
#footer .box_footer .box_info h4 {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_info h4 {
		float: none;
		margin: 0 0 20px;
		width: 100%;
		text-align: center;
  }
}
#footer .box_footer .box_info h4 span {
	font-size: 116%;
	color: #474747;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .box_info h4 span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_info h4 span {
		font-size: 124%;
  }
}
#footer .box_footer .box_info p {
	float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .box_info p {
		width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_info p {
		float: none;
		display: inline-block;
  }
}
#footer .box_footer .box_info p img {
	width: 100%;
}
#footer .box_footer .box_info p.bn01 {
	margin: 0 3% 0 0;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_info p.bn01 {
		margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_info p.bn02 {
		margin: 0;
  }
}
#footer .box_footer .box_trips {
	float: right;
	width: 33.33333%;
	padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .box_trips {
		padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_trips {
		padding-top: 20px;
  }
}
#footer .box_footer .box_trips .trips {
	height: 180px;
	overflow: hidden;
	margin-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .box_trips .trips {
		margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_trips .trips {
		margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_trips .trips iframe {
		display: block;
		max-width: 200px;
		margin: 0 auto;
  }
}
#footer .box_footer .box_trips .tripai {
	margin-left: 55px;
	padding: 0 5%;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .box_trips .tripai {
		margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_trips .tripai {
		margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_trips {
		width: 100%;
  }
}
#footer .box_bottom {
	background: #000;
	color: #fff;
	padding: 65px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom {
		padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom {
		padding: 35px 0;
  }
}
#footer .box_bottom .inner .box_logo {
	float: left;
	width: 23.33333%;
}
@media only screen and (max-width: 1024px) {
  #footer .box_bottom .inner .box_logo {
		width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_logo {
		width: 100%;
		margin: 0 0 25px;
		text-align: center;
  }
}
#footer .box_bottom .inner .box_logo a {
	display: inline-block;
	max-width: 90%;
}
#footer .box_bottom .inner .box_nav {
	float: left;
	width: 54.16667%;
}
@media only screen and (max-width: 1024px) {
  #footer .box_bottom .inner .box_nav {
		width: 54%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_nav {
		display: none;
		width: 100%;
  }
}
#footer .box_bottom .inner .box_nav .box > li {
	float: left;
	width: 33.33333%;
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_nav .box > li {
		width: 100%;
		margin: 0 0 25px;
  }
}
#footer .box_bottom .inner .box_nav .box > li ul li {
	line-height: 1.8;
}
#footer .box_bottom .inner .box_nav .box > li ul li a {
	font-size: 116%;
	color: #fff;
	text-decoration: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_nav .box > li ul li a {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_nav .box > li ul li a {
		font-size: 108%;
  }
}
.mouse #footer .box_bottom .inner .box_nav .box > li ul li a:hover, .touch #footer .box_bottom .inner .box_nav .box > li ul li a.touchstart {
	text-decoration: underline !important;
}
.touch #footer .box_bottom .inner .box_nav .box > li ul li a {
	-webkit-tap-highlight-color: transparent;
}
.touch #footer .box_bottom .inner .box_nav .box > li ul li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
#footer .box_bottom .inner .box_nav .box_sns {
	margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_nav .box_sns {
		margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_nav .box_sns {
		margin-top: 50px;
  }
}
#footer .box_bottom .inner .box_nav .box_sns li {
	display: inline-block;
	line-height: 1.8;
	margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_nav .box_sns li {
		margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_nav .box_sns li {
		margin-right: 50px;
  }
}
#footer .box_bottom .inner .box_nav .box_sns li a {
	display: block;
	color: #fff;
	text-decoration: none !important;
	font-size: 154%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
.mouse #footer .box_bottom .inner .box_nav .box_sns li a:hover, .touch #footer .box_bottom .inner .box_nav .box_sns li a.touchstart {
	text-decoration: underline !important;
}
.touch #footer .box_bottom .inner .box_nav .box_sns li a {
	-webkit-tap-highlight-color: transparent;
}
.touch #footer .box_bottom .inner .box_nav .box_sns li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_nav .box_sns li a {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_nav .box_sns li a {
		font-size: 108%;
  }
}
#footer .box_bottom .inner .box_nav .box_sns li a i {
	vertical-align: middle;
	font-size: 139%;
}
#footer .box_bottom .inner .box_nav .box_sns li a em {
	padding-left: 15px;
	vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_nav .box_sns li a em {
		padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_nav .box_sns li a em {
		padding-left: 15px;
  }
}
#footer .box_bottom .inner .box_contact {
	float: right;
	width: 21.66667%;
}
@media only screen and (max-width: 1024px) {
  #footer .box_bottom .inner .box_contact {
		width: 25%;
		margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_contact {
		width: 100%;
  }
}
#footer .box_bottom .inner .box_contact .btn_link {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_contact .btn_link {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_contact .btn_link {
		margin-bottom: 20px;
  }
}
#footer .box_bottom .inner .box_contact .btn_link .txt_link_2 {
	color: #fff;
}
#footer .box_bottom .inner .box_contact .btn_link .txt_link_2 .txt_btn {
	color: #fff;
}
#footer .box_bottom .inner .box_contact .btn_link .txt_link_2 .txt_btn:after {
	background: #fff;
}
#footer .box_bottom .inner .box_contact .btn_orange_light {
	margin-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_contact .btn_orange_light {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_contact .btn_orange_light {
		margin-bottom: 10px;
  }
}
#footer .box_bottom .inner .box_contact .btn_orange_light.last {
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_contact .btn_orange_light.last {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_contact .btn_orange_light.last {
		margin-bottom: 20px;
  }
}
#footer .box_bottom .inner .box_contact .box_tel {
	text-align: center;
}
#footer .box_bottom .inner .box_contact .box_tel > span {
	line-height: 1;
}
#footer .box_bottom .inner .box_contact .box_tel > span.sub {
	font-size: 116%;
	color: #cca973;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_contact .box_tel > span.sub {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_contact .box_tel > span.sub {
		font-size: 116%;
  }
}
#footer .box_bottom .inner .box_contact .box_tel .tel {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #cca973;
	font-size: 247%;
	display: inline-block;
	margin: 5px 0 10px;
	line-height: .8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_contact .box_tel .tel {
		font-size: 193%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_contact .box_tel .tel {
		font-size: 231%;
  }
}
#footer .box_bottom .inner .box_contact .box_tel .tel em, #footer .box_bottom .inner .box_contact .box_tel .tel span {
	display: inline-block;
	vertical-align: bottom;
}
#footer .box_bottom .inner .box_contact .box_tel .tel em {
	font-size: 60%;
}
#footer .box_bottom .inner .box_contact .accbox {
	margin-bottom: 10px;
}
#footer .box_bottom .inner .box_contact .accbox label {
	font-size: 124%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_contact .accbox label {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_contact .accbox label {
		font-size: 108%;
  }
}
#footer .box_bottom .inner .box_contact .accbox label:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: 10%;
}
#footer .box_bottom .inner .box_contact .accbox input {
	display: none;
}
#footer .box_bottom .inner .box_contact .accbox .accshow {
	height: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	transition: 0.8s;
	opacity: 0;
}
#footer .box_bottom .inner .box_contact .accbox .accshow ul li {
	width: 100%;
	font-size: 124%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_contact .accbox .accshow ul li {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_contact .accbox .accshow ul li {
		font-size: 108%;
  }
}
#footer .box_bottom .inner .box_contact .accbox .accshow ul li a {
	color: #fff;
}
#footer .box_bottom .inner .box_contact .accbox .cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
}
#footer .box_bottom .inner .box_copy {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
#footer .box_bottom .inner .box_copy .address {
	font-size: 116%;
	margin: 0 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_copy .address {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_copy .address {
		font-size: 100%;
  }
}
#footer .box_bottom .inner .box_copy #copyright {
	color: #9e9393;
	font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_bottom .inner .box_copy #copyright {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .inner .box_copy #copyright {
		font-size: 100%;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}
table.tbl_basic tr th, table.tbl_basic tr td {
	font-weight: normal;
	font-size: 116%;
	position: relative;
	padding: .7em 1em;
}
table.tbl_basic tr th {
	border-bottom: 1px solid #000;
}
table.tbl_basic tr td {
	border-bottom: 1px solid #cca973;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd {
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr th, table.tbl_basic.rwd tr td {
		width: 100%;
		display: block;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic2 {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}
table.tbl_basic2 tr th, table.tbl_basic2 tr td {
	font-weight: normal;
	font-size: 116%;
	position: relative;
	padding: .3em 1.5em;
}
table.tbl_basic2 tr th {
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #cca973;
}
table.tbl_basic2 tr td {
	border-bottom: 1px solid #cca973;
}
table.tbl_basic2 tr:first-child td {
	border-top: 1px solid #cca973;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic2.rwd {
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic2.rwd tr th, table.tbl_basic2.rwd tr td {
		width: 100%;
		display: block;
  }
}

.bn_temp {
	width: 1200px;
	margin: 4% auto 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bn_temp {
		width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bn_temp {
		width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bn_temp {
		margin: 4% auto 5%;
  }
}
@media only screen and (max-width: 767px) {
  .bn_temp {
		margin: 5% auto 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .bn_temp {
		width: 95%;
  }
}
.bn_temp a {
	display: block;
}

#breakfast .bn_temp, #rooms .bn_temp, #rooms__suite .bn_temp, #anniversary .bn_temp {
	width: 1200px;
	margin: 4% auto 8%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #breakfast .bn_temp, #rooms .bn_temp, #rooms__suite .bn_temp, #anniversary .bn_temp {
		width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #breakfast .bn_temp, #rooms .bn_temp, #rooms__suite .bn_temp, #anniversary .bn_temp {
		width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #breakfast .bn_temp, #rooms .bn_temp, #rooms__suite .bn_temp, #anniversary .bn_temp {
		margin: 4% auto 10%;
  }
}
@media only screen and (max-width: 767px) {
  #breakfast .bn_temp, #rooms .bn_temp, #rooms__suite .bn_temp, #anniversary .bn_temp {
		margin: 5% auto 15%;
  }
}
@media only screen and (max-width: 1024px) {
  #breakfast .bn_temp, #rooms .bn_temp, #rooms__suite .bn_temp, #anniversary .bn_temp {
		width: 95%;
  }
}
#breakfast .bn_temp_2, #rooms .bn_temp_2, #rooms__suite .bn_temp_2, #anniversary .bn_temp_2 {
	width: 1200px;
	margin: 4% auto 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #breakfast .bn_temp_2, #rooms .bn_temp_2, #rooms__suite .bn_temp_2, #anniversary .bn_temp_2 {
		width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #breakfast .bn_temp_2, #rooms .bn_temp_2, #rooms__suite .bn_temp_2, #anniversary .bn_temp_2 {
		width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #breakfast .bn_temp_2, #rooms .bn_temp_2, #rooms__suite .bn_temp_2, #anniversary .bn_temp_2 {
		margin: 4% auto 5%;
  }
}
@media only screen and (max-width: 767px) {
  #breakfast .bn_temp_2, #rooms .bn_temp_2, #rooms__suite .bn_temp_2, #anniversary .bn_temp_2 {
		margin: -5% auto 5%;
  }
}
@media only screen and (max-width: 1024px) {
  #breakfast .bn_temp_2, #rooms .bn_temp_2, #rooms__suite .bn_temp_2, #anniversary .bn_temp_2 {
		width: 95%;
  }
}
#breakfast .bn_temp_3, #rooms .bn_temp_3, #rooms__suite .bn_temp_3, #anniversary .bn_temp_3 {
	width: 1200px;
	margin: 4% auto 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #breakfast .bn_temp_3, #rooms .bn_temp_3, #rooms__suite .bn_temp_3, #anniversary .bn_temp_3 {
		width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #breakfast .bn_temp_3, #rooms .bn_temp_3, #rooms__suite .bn_temp_3, #anniversary .bn_temp_3 {
		width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #breakfast .bn_temp_3, #rooms .bn_temp_3, #rooms__suite .bn_temp_3, #anniversary .bn_temp_3 {
		margin: 4% auto 5%;
  }
}
@media only screen and (max-width: 767px) {
  #breakfast .bn_temp_3, #rooms .bn_temp_3, #rooms__suite .bn_temp_3, #anniversary .bn_temp_3 {
		margin: 0% auto 5%;
  }
}
@media only screen and (max-width: 1024px) {
  #breakfast .bn_temp_3, #rooms .bn_temp_3, #rooms__suite .bn_temp_3, #anniversary .bn_temp_3 {
		width: 95%;
  }
}

#sightseeing .bn_temp, #sightseeing__ijinkan .bn_temp, #sightseeing__nature .bn_temp,
#sightseeing__art .bn_temp, #sightseeing__marina .bn_temp {
	width: 1200px;
	margin: 4% auto 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sightseeing .bn_temp, #sightseeing__ijinkan .bn_temp, #sightseeing__nature .bn_temp,
  #sightseeing__art .bn_temp, #sightseeing__marina .bn_temp {
		width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #sightseeing .bn_temp, #sightseeing__ijinkan .bn_temp, #sightseeing__nature .bn_temp,
  #sightseeing__art .bn_temp, #sightseeing__marina .bn_temp {
		width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sightseeing .bn_temp, #sightseeing__ijinkan .bn_temp, #sightseeing__nature .bn_temp,
  #sightseeing__art .bn_temp, #sightseeing__marina .bn_temp {
		margin: 5% auto 5%;
  }
}
@media only screen and (max-width: 767px) {
  #sightseeing .bn_temp, #sightseeing__ijinkan .bn_temp, #sightseeing__nature .bn_temp,
  #sightseeing__art .bn_temp, #sightseeing__marina .bn_temp {
		margin: 8% auto 8%;
  }
}
@media only screen and (max-width: 1024px) {
  #sightseeing .bn_temp, #sightseeing__ijinkan .bn_temp, #sightseeing__nature .bn_temp,
  #sightseeing__art .bn_temp, #sightseeing__marina .bn_temp {
		width: 95%;
  }
}
