@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_inner, .con_topicpath, .page_navi ul {
	max-width: 1360px;
	margin: auto;
}

@media only screen and (max-width: 1360px) {
	.con_inner, .con_topicpath, .page_navi ul {
		width: 95%;
	}
}

@media print {
	.con_inner, .con_topicpath, .page_navi ul {
		width: 95%;
	}
}

.ie8 .con_inner, .ie8 .con_topicpath, .ie8 .page_navi ul, .page_navi .ie8 ul {
	width: 95%;
}

.con_inner:after {
	content: "";
	display: table;
	clear: both;
}

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

body {
	color: #000000;
	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: 85%;
	}
}

body a {
	color: #000000;
}

body a:link, body a:visited, body a:active {
	text-decoration: none;
}

.mouse body a:hover,
.touch body a.touchstart {
	text-decoration: underline;
	color: #000000;
}

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: 1360px !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;
}

/* -----------------------------------------------------------
	汎用クラス
----------------------------------------------------------- */
.st_high {
	text-align: center;
	font-weight: bold;
	color: #8f7743;
}

.st_high span {
	display: block;
	line-height: 1.4;
}

.st_high span.jp {
	font-size: 231%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_high span.jp {
		font-size: 231%;
	}
}

@media only screen and (max-width: 767px) {
	.st_high span.jp {
		font-size: 185%;
	}
}

.st_high span.jp em {
	font-size: 80%;
}

.st_high span.en {
	font-size: 139%;
	font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
}

.st_mid {
	text-align: center;
	font-weight: bold;
}

.st_mid span {
	display: block;
	font-size: 170%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_mid span {
		font-size: 170%;
	}
}

@media only screen and (max-width: 767px) {
	.st_mid span {
		font-size: 154%;
	}
}

.bg_brown {
	text-align: left;
	background: #DDD6C6;
	padding: 2px 0 2px 20px;
}

@media only screen and (max-width: 767px) {
	.bg_brown {
		text-align: center;
		padding: 2px 0;
	}
}

.bg_black {
	text-align: left;
	background: #000;
	color: #fff;
	padding: 2px 0 2px 20px;
}

@media only screen and (max-width: 767px) {
	.bg_black {
		text-align: center;
		padding: 2px 0;
	}
}

.bg_gold {
	text-align: left;
	background: #8f7743;
	color: #fff;
	padding: 2px 0 2px 20px;
}

@media only screen and (max-width: 767px) {
	.bg_gold {
		text-align: center;
		padding: 2px 0;
	}
}

.st_sm {
	text-align: center;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, sans-serif;
}

.st_sm span {
	display: block;
	font-size: 131%;
}

.btn_brown {
	text-align: center;
}

.btn_brown a {
	display: inline-block;
	font-size: 131%;
	text-align: center;
	padding: 1em 1.2em;
	text-decoration: none !important;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	min-width: 300px;
	background: #8f7743;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btn_brown a {
		font-size: 131%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_brown a {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_brown a {
		min-width: 0;
		width: 100%;
	}
}

.btn_brown a:hover {
	color: #fff !important;
	background: #b09355;
}

.btn_brown a i {
	margin-left: 0.5em;
}

.btn_white {
	text-align: center;
}

.btn_white a {
	display: inline-block;
	font-size: 131%;
	text-align: center;
	padding: 1em 1.2em;
	text-decoration: none !important;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	min-width: 300px;
	background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btn_white a {
		font-size: 131%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_white a {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_white a {
		min-width: 0;
		width: 100%;
	}
}

.btn_white a:hover {
	color: #fff !important;
	background: #000;
}

.btn_white a i {
	margin-left: 0.5em;
}

.btn_white button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	font-size: 131%;
	text-align: center;
	padding: 1em 1.2em;
	text-decoration: none !important;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	min-width: 300px;
	background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btn_white button {
		font-size: 131%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_white button {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_white button {
		min-width: 0;
		width: 100%;
	}
}

.btn_white button:hover {
	color: #fff !important;
	background: #000;
}

.btn_white button i {
	margin-left: 0.5em;
}

.btn_gray {
	text-align: center;
}

.btn_gray a {
	display: inline-block;
	font-size: 131%;
	text-align: center;
	padding: 1em 1.2em;
	text-decoration: none !important;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	min-width: 300px;
	color: #000 !important;
	background: #dcdbda;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btn_gray a {
		font-size: 131%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_gray a {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_gray a {
		min-width: 0;
		width: 100%;
	}
}

.btn_gray a:hover {
	background: #f5f5f4;
}

.btn_gray a i {
	margin-left: 0.5em;
}

.btn_black {
	text-align: center;
}

.btn_black a {
	display: inline-block;
	font-size: 131%;
	text-align: center;
	padding: 1em 1.2em;
	text-decoration: none !important;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	min-width: 300px;
	color: #fff !important;
	background: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btn_black a {
		font-size: 131%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_black a {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.btn_black a {
		min-width: 0;
		width: 100%;
	}
}

.btn_black a:hover {
	color: #fff !important;
	background: #464646;
}

.btn_black a i {
	margin-left: 0.5em;
}

.btn_close {
	position: absolute;
	right: 0;
	top: 0;
}

.btn_close a {
	display: block;
	color: #fff !important;
	text-decoration: none !important;
}

.btn_close a > span {
	display: block;
}

.btn_close a .ic {
	width: 36px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}

.btn_close a .ic span {
	width: 100%;
	height: 5px;
	background: #fff;
	position: absolute;
}

.btn_close a .ic span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_close a .ic span:nth-child(2) {
	bottom: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn_close a .txt {
	text-align: center;
	margin-top: 5px;
	line-height: 1;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	overflow: hidden;
}

@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 {
	background: #000000;
}

#header .con_group_header {
	background: #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

#header .con_group_header .logo {
	line-height: 40px;
	background: #000;
	padding: 0 10px;
	height: 40px;
}

@media only screen and (max-width: 767px) {
	#header .con_group_header .logo {
		line-height: 3em;
		width: 55%;
		height: auto;
		text-align: center;
	}
}

#header .con_group_header .logo img {
	width: 149px;
	vertical-align: middle;
}

#header .con_group_header .logo a {
	color: #fff;
	font-size: 108%;
	text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .con_group_header .logo a {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_group_header .logo a {
		font-size: 100%;
	}
}

#header .con_group_header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

@media only screen and (max-width: 767px) {
	#header .con_group_header ul {
		width: 45%;
	}
}

@media only screen and (max-width: 1024px) {
	#header .con_group_header ul li {
		display: none;
	}
}

#header .con_group_header ul li a {
	display: block;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {
	#header .con_group_header ul li a {
		text-align: center;
		padding: 0 1.5em;
		background: #9c9c9c;
		line-height: 3em;
	}
}

#header .con_group_header ul li a img {
	vertical-align: middle;
}

#header .con_group_header ul li a img:last-child {
	display: none;
}

#header .con_group_header ul li a:hover img:first-child, #header .con_group_header ul li a.popup_active img:first-child {
	display: none;
}

#header .con_group_header ul li a:hover img:last-child, #header .con_group_header ul li a.popup_active img:last-child {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	#header .con_group_header ul li.hotel {
		width: 100%;
	}
}

#header .con_group_header ul li.hotel a {
	background: #9c9c9c;
}

#header .con_group_header ul li.hotel a:hover {
	background: #838383;
}

#header .con_group_header ul li.members a {
	background: #666666;
}

#header .con_group_header ul li.members a:hover {
	background: #4d4d4d;
}

#header .con_group_header ul li.nishitetsu_grandhotel a:hover, #header .con_group_header ul li.nishitetsu_grandhotel a.popup_active {
	background: #830a30;
}

#header .con_group_header ul li.solaria a:hover, #header .con_group_header ul li.solaria a.popup_active {
	background: #0b308e;
}

#header .con_group_header ul li.nishitetsuinn a:hover, #header .con_group_header ul li.nishitetsuinn a.popup_active {
	background: #1c4937;
}

#header .con_group_header ul li.croom a:hover, #header .con_group_header ul li.croom a.popup_active {
	background: #d96c00;
}

@media only screen and (max-width: 1024px) {
	#header .con_group_header ul li.hotel {
		display: block;
	}
}

#header .con_header {
	background: #000;
}

@media only screen and (max-width: 767px) {
	#header .con_header {
		margin-bottom: 30px;
	}
}

#header .con_header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 98;
}

#header .con_header.fixed h1 {
	display: none;
}

#header .con_header.fixed .box_header_menu #btn_hotellist_fixnav {
	display: inline-block;
}

#header .con_header .con_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	padding: 10px 0;
}

@media only screen and (min-width: 1025px) {
	#header .con_header .con_inner {
		width: 85%;
		margin: 0 auto;
	}
}

@media print {
	#header .con_header .con_inner {
		width: 85%;
		margin: 0 auto;
	}
}

.ie8 #header .con_header .con_inner {
	width: 85%;
	margin: 0 auto;
}

#header .con_header .box_header {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

#header .con_header .box_header > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
	#header .con_header .box_header > * {
		display: block;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_header .box_header > * {
		margin-bottom: 0;
	}
}

#header .con_header .box_header > *:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	#header .con_header .box_header > *:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_header .box_header .logo img {
		width: 180px;
	}
}

#header .con_header .box_header h1 {
	color: #fff;
	font-size: 108%;
}

@media only screen and (max-width: 1024px) {
	#header .con_header .box_header h1 {
		font-size: 77%;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_header .box_header h1 {
		display: none;
	}
}

#header .con_header .box_header_menu > * {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#header .con_header .box_header_menu > *:first-child {
	margin-left: 0;
}

#header .con_header .box_header_menu .language {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	#header .con_header .box_header_menu .language {
		display: none;
	}
}

#header .con_header .box_header_menu .language dl {
	position: relative;
}

#header .con_header .box_header_menu .language dl dt, #header .con_header .box_header_menu .language dl ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	min-width: 100px;
	color: #fff;
	text-align: center;
}

#header .con_header .box_header_menu .language dl dt i, #header .con_header .box_header_menu .language dl ul li a i {
	margin-left: 0.5em;
}

#header .con_header .box_header_menu .language dl dt {
	border: 1px solid rgba(255, 255, 255, 0.7);
	cursor: pointer;
}

#header .con_header .box_header_menu .language dl dd {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
}

#header .con_header .box_header_menu .language dl dd ul {
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-top: none;
}

#header .con_header .box_header_menu .language dl dd ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#header .con_header .box_header_menu .language dl dd ul li:last-child {
	border: none;
}

#header .con_header .box_header_menu #btn_hotellist_fixnav {
	display: none;
	vertical-align: middle;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.7);
	text-align: center;
	text-decoration: none;
	padding: 3px 10px;
}

#header .con_header .box_header_menu #btn_menu a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#header .con_header .box_header_menu #btn_menu a > span {
	display: block;
}

#header .con_header .box_header_menu #btn_menu a .ic {
	width: 36px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}

#header .con_header .box_header_menu #btn_menu a .ic span {
	width: 100%;
	height: 5px;
	background: #fff;
	position: absolute;
}

#header .con_header .box_header_menu #btn_menu a .ic span:nth-child(1) {
	top: 0;
}

#header .con_header .box_header_menu #btn_menu a .ic span:nth-child(2) {
	top: 50%;
	margin-top: -2.5px;
}

#header .con_header .box_header_menu #btn_menu a .ic span:nth-child(3) {
	bottom: 0;
}

#header .con_header .box_header_menu #btn_menu a .txt {
	text-align: center;
	margin-top: 5px;
	line-height: 1;
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
	padding: 18px 0;
}

@media only screen and (max-width: 767px) {
	.con_topicpath {
		display: none;
	}
}

.con_topicpath ul {
	display: block;
	text-align: right;
}

.con_topicpath ul li {
	display: inline;
	position: relative;
}

.con_topicpath ul li:not(:first-child) {
	margin-left: 10px;
	padding-left: 13px;
}

.con_topicpath ul li:not(:first-child):before {
	position: absolute;
	content: '\f3d3';
	font-family: "Ionicons";
	top: -2px;
	left: 0;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	#footer {
		margin-top: 30px;
		padding: 30px 0 0;
	}
}

#footer h2.st {
	font-size: 116%;
	font-weight: normal;
	padding: 0 0 8px 3px;
}

#footer h2.st .ic {
	margin-right: 10px;
}

#footer .fnav {
	background: #dcdbda;
	padding: 12px 0;
}

#footer .fnav ul {
	overflow: hidden;
	margin-top: -5px;
}

@media only screen and (min-width: 1025px) {
	#footer .fnav ul {
		width: 85%;
		margin: 0 auto;
	}
}

@media print {
	#footer .fnav ul {
		width: 85%;
		margin: 0 auto;
	}
}

.ie8 #footer .fnav ul {
	width: 85%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#footer .fnav ul {
		text-align: center;
	}
}

#footer .fnav ul li {
	margin-top: 5px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

#footer .fnav ul li:last-child {
	margin-right: 0;
}

#footer .fnav ul li a {
	text-decoration: none;
}

#footer .fnav ul li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 0.5em;
}

#footer .fnav ul li a:hover {
	text-decoration: underline;
}

#footer .con_footer {
	padding: 40px 0;
	overflow: hidden;
}

#footer .con_footer .con_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#footer .con_footer .con_inner > div .link {
	margin-bottom: 30px;
}

#footer .con_footer .con_inner > div .link a {
	text-decoration: none;
	font-size: 116%;
}

#footer .con_footer .con_inner > div .link a i {
	margin-right: 0.5em;
}

#footer .con_footer .con_inner > div .link a:hover {
	text-decoration: underline;
}

#footer .con_footer .con_inner > div .logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

#footer .con_footer .con_inner .box_general {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

#footer .con_footer .con_inner .box_group {
	min-width: 760px;
	padding-left: 40px;
}

#footer .con_group {
	padding: 50px 0 60px;
}

@media only screen and (min-width: 1025px) {
	#footer .con_group {
		width: 85%;
		margin: 0 auto;
	}
}

@media print {
	#footer .con_group {
		width: 85%;
		margin: 0 auto;
	}
}

.ie8 #footer .con_group {
	width: 85%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#footer .con_group {
		display: none;
	}
}

#footer .con_group .box_l {
	float: left;
	width: 34%;
	max-width: 300px;
}

#footer .con_group .box_l .logo {
	margin-top: 34px;
}

#footer .con_group .box_r {
	float: right;
	width: 60%;
	max-width: 730px;
}

#footer .con_group .box_r ul {
	margin-top: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#footer .con_group .box_r ul li {
	margin-left: 10px;
}

#footer .con_group .box_r ul li:first-child {
	margin-left: 0;
}

#footer .con_hotel {
	background: #000000;
	padding: 50px 0;
	color: #fff;
}

#footer .con_hotel a {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#footer .con_hotel {
		display: none;
	}
}

@media only screen and (min-width: 1025px) {
	#footer .con_hotel .con_inner {
		width: 85%;
		margin: 0 auto;
	}
}

@media print {
	#footer .con_hotel .con_inner {
		width: 85%;
		margin: 0 auto;
	}
}

.ie8 #footer .con_hotel .con_inner {
	width: 85%;
	margin: 0 auto;
}

#footer .con_hotel .box_hotel {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

#footer .con_hotel .box_hotel .list {
	width: 27.20588%;
}

#footer .con_hotel .box_hotel .list .st {
	padding: 6px 13px;
	background: #fdfbf8;
	font-weight: bold;
	color: #000000;
}

#footer .con_hotel .box_hotel .list dl {
	padding: 8px 10px;
	overflow: hidden;
}

#footer .con_hotel .box_hotel .list dl dt, #footer .con_hotel .box_hotel .list dl dd {
	float: left;
}

#footer .con_hotel .box_hotel .list dl dt {
	width: 20%;
	font-weight: bold;
}

#footer .con_hotel .box_hotel .list dl dd {
	width: 80%;
}

#footer .con_hotel .box_hotel .list dl dd ul li {
	padding: 2px 0 2px 0.75em;
	position: relative;
}

#footer .con_hotel .box_hotel .list dl dd ul li:before {
	position: absolute;
	content: '\f3d3';
	font-family: "Ionicons";
	top: 2px;
	left: 0;
}

#footer .con_hotel .box_hotel .list dl dd ul li a {
	display: block;
	width: 100%;
}

#footer #copyright {
	text-align: center;
	padding: 30px 0;
	font-size: 93%;
}

@media only screen and (max-width: 767px) {
	#footer #copyright {
		padding: 1.5em 0;
	}
}

/* -----------------------------------------------------------
	#popup_menu
----------------------------------------------------------- */
#popup_menu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-top: 140px;
	z-index: 100;
	display: none;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
	#popup_menu {
		padding-top: 70px;
	}
}

#popup_menu > .con_inner {
	color: #fff;
}

#popup_menu > .con_inner a {
	color: #fff;
}

#popup_menu .btn_close {
	top: -90px;
}

@media only screen and (max-width: 767px) {
	#popup_menu .btn_close {
		top: -50px;
	}
}

#popup_menu:after {
	content: "";
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#popup_menu .con_inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#popup_menu .con_inner {
		display: block;
	}
}

#popup_menu .nav {
	padding-right: 30px;
}

#popup_menu .nav ul li {
	margin-top: 5px;
}

#popup_menu .nav ul li:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	#popup_menu .nav ul li {
		margin-bottom: 0.8em;
	}
}

#popup_menu .nav ul li a {
	font-size: 131%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#popup_menu .nav ul li a {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	#popup_menu .nav ul li a {
		font-size: 124%;
	}
}

#popup_menu .nav ul.language {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	#popup_menu .nav ul.language {
		margin-top: 20px;
	}
}

#popup_menu .nav .reservation {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	#popup_menu .nav .reservation {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

#popup_menu .nav .reservation a {
	font-size: 131%;
	border: 1px solid rgba(255, 255, 255, 0.7);
	padding: 0.8em 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#popup_menu .nav .reservation a {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	#popup_menu .nav .reservation a {
		font-size: 124%;
	}
}

#popup_menu .nav .reservation a:hover {
	text-decoration: none;
}

#popup_menu .wrp_pickup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	max-width: 960px;
}

@media only screen and (max-width: 1024px) {
	#popup_menu .wrp_pickup {
		max-width: 660px;
	}
}

@media only screen and (max-width: 767px) {
	#popup_menu .wrp_pickup {
		margin-left: -2%;
	}
}

#popup_menu .wrp_pickup .box {
	width: 48%;
	margin-bottom: 20px;
	margin-left: 2%;
	background: rgba(0, 0, 0, 0.6);
}

#popup_menu .wrp_pickup .box a {
	display: block;
	padding: 15px;
	text-decoration: none !important;
}

@media only screen and (min-width: 1025px) {
	#popup_menu .wrp_pickup .box a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media print {
	#popup_menu .wrp_pickup .box a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.ie8 #popup_menu .wrp_pickup .box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media only screen and (min-width: 1025px) {
	#popup_menu .wrp_pickup .box .img {
		width: 67%;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}

@media print {
	#popup_menu .wrp_pickup .box .img {
		width: 67%;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}

.ie8 #popup_menu .wrp_pickup .box .img {
	width: 67%;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

@media only screen and (max-width: 1024px) {
	#popup_menu .wrp_pickup .box .img {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 1025px) {
	#popup_menu .wrp_pickup .box .box_content {
		width: 33%;
		padding-right: 15px;
	}
}

@media print {
	#popup_menu .wrp_pickup .box .box_content {
		width: 33%;
		padding-right: 15px;
	}
}

.ie8 #popup_menu .wrp_pickup .box .box_content {
	width: 33%;
	padding-right: 15px;
}

#popup_menu .wrp_pickup .box .box_content .title {
	font-size: 131%;
	margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#popup_menu .wrp_pickup .box .box_content .title {
		font-size: 131%;
	}
}

@media only screen and (max-width: 767px) {
	#popup_menu .wrp_pickup .box .box_content .title {
		font-size: 131%;
	}
}

#popup_menu .wrp_pickup .box .box_content .txt {
	line-height: 1.4;
}

#popup_menu .wrp_pickup .box_mg {
	width: 98%;
	margin-left: 2%;
	background: rgba(0, 0, 0, 0.6);
}

#popup_menu .wrp_pickup .box_mg span {
	display: block;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media only screen and (min-width: 1025px) {
	#popup_menu .wrp_pickup .box_mg span {
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media print {
	#popup_menu .wrp_pickup .box_mg span {
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.ie8 #popup_menu .wrp_pickup .box_mg span {
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media only screen and (max-width: 1024px) {
	#popup_menu .wrp_pickup .box_mg span {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 1025px) {
	#popup_menu .wrp_pickup .box_mg .box_content {
		width: 33%;
		padding-right: 15px;
	}
}

@media print {
	#popup_menu .wrp_pickup .box_mg .box_content {
		width: 33%;
		padding-right: 15px;
	}
}

.ie8 #popup_menu .wrp_pickup .box_mg .box_content {
	width: 33%;
	padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
	#popup_menu .wrp_pickup .box_mg .box_content {
		width: 100%;
		padding-right: 0;
		clear: both;
	}
}

#popup_menu .wrp_pickup .box_mg .box_content .title {
	font-size: 131%;
	margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#popup_menu .wrp_pickup .box_mg .box_content .title {
		font-size: 131%;
	}
}

@media only screen and (max-width: 767px) {
	#popup_menu .wrp_pickup .box_mg .box_content .title {
		font-size: 131%;
	}
}

#popup_menu .wrp_pickup .box_mg .box_content .txt {
	line-height: 1.4;
}

@media only screen and (min-width: 1025px) {
	#popup_menu .wrp_pickup .box_mg .img {
		width: 32.3%;
		margin-right: 1%;
	}
}

@media print {
	#popup_menu .wrp_pickup .box_mg .img {
		width: 32.3%;
		margin-right: 1%;
	}
}

.ie8 #popup_menu .wrp_pickup .box_mg .img {
	width: 32.3%;
	margin-right: 1%;
}

@media only screen and (max-width: 1024px) {
	#popup_menu .wrp_pickup .box_mg .img {
		padding-top: 15px;
		width: 46%;
		margin-right: 0;
	}
}

#popup_menu .wrp_pickup .box_mg .img a {
	text-decoration: none;
}

#popup_menu .wrp_pickup .box_mg .img a img {
	display: block;
}

#popup_menu .con_group, #popup_menu .con_hotel {
	padding: 1.5em 0;
	display: none;
}

@media only screen and (max-width: 767px) {
	#popup_menu .con_group, #popup_menu .con_hotel {
		display: block;
	}
}

#popup_menu .con_group h2.st, #popup_menu .con_hotel h2.st {
	font-size: 116%;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 10px;
	padding-bottom: 0.25em;
	font-weight: normal;
}

#popup_menu .con_group h2.st .ic, #popup_menu .con_hotel h2.st .ic {
	margin-right: 8px;
}

#popup_menu .con_group {
	background: #fff;
}

#popup_menu .con_group .box_l {
	margin-bottom: 20px;
}

#popup_menu .con_group .box_l .logo {
	text-align: center;
}

#popup_menu .con_group .box_r ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#popup_menu .con_group .box_r ul li {
	width: 49%;
	margin: 0 2% 2% 0;
	text-align: center;
}

#popup_menu .con_group .box_r ul li:nth-child(2n) {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	#popup_menu .con_group .box_r ul li {
		width: 25%;
		margin: 0;
		padding: 0 2%;
	}
}

#popup_menu .con_group .box_r ul li a {
	display: block;
	width: 100%;
	padding: 0.25em 0;
}

#popup_menu .con_hotel {
	color: #fff;
}

#popup_menu .con_hotel a {
	color: #fff;
}

#popup_menu .con_hotel .box_hotel .list .st {
	font-size: 108%;
	background: #fdfbf8;
	color: #000000;
	margin-bottom: 5px;
	padding: 0.25em 0.5em;
	font-weight: bold;
}

#popup_menu .con_hotel .box_hotel .list dl dt {
	font-weight: bold;
	padding: 0.5em 0 0.8em 0.5em;
}

#popup_menu .con_hotel .box_hotel .list dl dd {
	font-size: 124%;
	margin-bottom: 10px;
	padding: 0 0.5em;
}

#popup_menu .con_hotel .box_hotel .list dl dd ul {
	display: flex;
	flex-wrap: wrap;
}

#popup_menu .con_hotel .box_hotel .list dl dd ul li {
	width: 100%;
	position: relative;
	padding: 0 0.5em 1em 1em;
}

#popup_menu .con_hotel .box_hotel .list dl dd ul li:before {
	position: absolute;
	content: '\f3d3';
	font-family: "Ionicons";
	top: 0;
	left: 0;
}

/* -----------------------------------------------------------
	#popup_groupmenu
----------------------------------------------------------- */
.popup_groupmenu {
	position: absolute;
	top: 40px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 100px;
	color: #fff;
	z-index: 100;
	display: none;
}

.popup_groupmenu.fixed {
	top: 0;
	position: fixed;
}

.popup_groupmenu.fixed:after {
	position: fixed;
	top: 0;
}

.popup_groupmenu .btn_close {
	top: -90px;
}

.popup_groupmenu:after {
	content: "";
	background: rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.popup_groupmenu a {
	color: #fff !important;
}

.popup_groupmenu .con_inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.popup_groupmenu .nav {
	padding-right: 30px;
	width: 340px;
}

@media only screen and (max-width: 1024px) {
	.popup_groupmenu .nav {
		width: 21em;
	}
}

.popup_groupmenu .nav dl {
	display: table;
	font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.popup_groupmenu .nav dl {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.popup_groupmenu .nav dl {
		font-size: 116%;
	}
}

.popup_groupmenu .nav dl > * {
	display: table-cell;
	vertical-align: top;
}

.popup_groupmenu .nav dl dt {
	width: 6em;
}

.popup_groupmenu .nav dl dd ul li {
	margin-bottom: 10px;
}

.popup_groupmenu .nav .link {
	margin-top: 20px;
}

.popup_groupmenu .nav .link a {
	font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.popup_groupmenu .nav .link a {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.popup_groupmenu .nav .link a {
		font-size: 116%;
	}
}

.popup_groupmenu .nav .link a:before {
	content: "\f105";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 0.5em;
}

.popup_groupmenu .wrp_detail {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	color: #000000;
}

.popup_groupmenu .wrp_detail .box_hotel {
	display: none;
	overflow: hidden;
}

@media only screen and (min-width: 1025px) {
	.popup_groupmenu .wrp_detail .box_hotel {
		width: 100%;
		display: table;
	}
	.popup_groupmenu .wrp_detail .box_hotel > * {
		display: table-cell;
	}
}

@media print {
	.popup_groupmenu .wrp_detail .box_hotel {
		width: 100%;
		display: table;
	}
	.popup_groupmenu .wrp_detail .box_hotel > * {
		display: table-cell;
	}
}

.ie8 .popup_groupmenu .wrp_detail .box_hotel {
	width: 100%;
	display: table;
}

.ie8 .popup_groupmenu .wrp_detail .box_hotel > * {
	display: table-cell;
}

.popup_groupmenu .wrp_detail .box_hotel .img {
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 1025px) {
	.popup_groupmenu .wrp_detail .box_hotel .img {
		width: 62%;
	}
}

@media print {
	.popup_groupmenu .wrp_detail .box_hotel .img {
		width: 62%;
	}
}

.ie8 .popup_groupmenu .wrp_detail .box_hotel .img {
	width: 62%;
}

@media only screen and (min-width: 1025px) {
	.popup_groupmenu .wrp_detail .box_hotel .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		max-width: inherit;
		max-width: none;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media print {
	.popup_groupmenu .wrp_detail .box_hotel .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		max-width: inherit;
		max-width: none;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.ie8 .popup_groupmenu .wrp_detail .box_hotel .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	max-width: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
	.popup_groupmenu .wrp_detail .box_hotel .img img {
		width: 100%;
	}
}

.popup_groupmenu .wrp_detail .box_hotel .box_content {
	padding: 20px;
}

@media only screen and (min-width: 1025px) {
	.popup_groupmenu .wrp_detail .box_hotel .box_content {
		width: 38%;
	}
}

@media print {
	.popup_groupmenu .wrp_detail .box_hotel .box_content {
		width: 38%;
	}
}

.ie8 .popup_groupmenu .wrp_detail .box_hotel .box_content {
	width: 38%;
}

.popup_groupmenu .wrp_detail .box_hotel .box_content .name {
	font-size: 193%;
	margin-bottom: 15px;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.popup_groupmenu .wrp_detail .box_hotel .box_content .name {
		font-size: 193%;
	}
}

@media only screen and (max-width: 767px) {
	.popup_groupmenu .wrp_detail .box_hotel .box_content .name {
		font-size: 193%;
	}
}

.popup_groupmenu .wrp_detail .box_hotel .box_content .links li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.popup_groupmenu .wrp_detail .box_hotel .box_content .links li:last-child {
	margin-right: 0;
}

.popup_groupmenu .wrp_detail .box_hotel .box_content .links li a {
	text-decoration: underline;
	color: #000000 !important;
}

.popup_groupmenu .wrp_detail .box_hotel .box_content .links li a:hover {
	text-decoration: none;
}

.popup_groupmenu .wrp_detail .box_hotel .box_content .links li.link a:before {
	content: "\f1ad";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 0.5em;
}

.popup_groupmenu .wrp_detail .box_hotel .box_content .links li.plan a:before {
	content: "\f00b";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 0.5em;
}

.popup_groupmenu .wrp_detail .box_hotel .box_content .con_map {
	width: 100%;
	height: 150px;
	margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
	.popup_groupmenu .wrp_detail .box_hotel .box_content .con_map {
		height: 260px;
	}
}

.popup_groupmenu .wrp_detail .box_hotel .box_content .con_map iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------------------------
	#popup_hotellist
----------------------------------------------------------- */
#popup_hotellist {
	position: absolute;
	top: 40px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 100px;
	color: #fff;
	z-index: 100;
	display: none;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist {
		padding-top: 70px;
	}
}

#popup_hotellist.fixed {
	top: 0;
	position: fixed;
}

#popup_hotellist.fixed:after {
	position: fixed;
	top: 0;
}

#popup_hotellist .btn_close {
	top: -90px;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .btn_close {
		top: -50px;
	}
}

#popup_hotellist:after {
	content: "";
	background: rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist:after {
		position: fixed !important;
		top: 40px;
	}
}

#popup_hotellist .con_inner {
	position: relative;
}

#popup_hotellist h2.st {
	font-size: 116%;
	font-weight: normal;
	padding: 0 0 8px 3px;
}

#popup_hotellist h2.st .ic {
	margin-right: 10px;
}

#popup_hotellist .con_hotel {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .con_hotel {
		padding-bottom: 40px;
	}
}

#popup_hotellist .con_hotel a {
	color: #fff;
}

#popup_hotellist .con_hotel .box_hotel {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .con_hotel .box_hotel {
		display: block;
	}
}

#popup_hotellist .con_hotel .box_hotel .list {
	width: 27.20588%;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .con_hotel .box_hotel .list {
		width: 100%;
	}
}

#popup_hotellist .con_hotel .box_hotel .list .st {
	padding: 6px 13px;
	background: #fdfbf8;
	font-weight: bold;
	color: #000000;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .con_hotel .box_hotel .list .st {
		font-size: 108%;
		background: #fdfbf8;
		color: #000000;
		margin-bottom: 5px;
		padding: 0.25em 0.5em;
		font-weight: bold;
	}
}

#popup_hotellist .con_hotel .box_hotel .list dl {
	padding: 8px 10px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .con_hotel .box_hotel .list dl {
		padding: 0;
	}
}

#popup_hotellist .con_hotel .box_hotel .list dl dt, #popup_hotellist .con_hotel .box_hotel .list dl dd {
	float: left;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .con_hotel .box_hotel .list dl dt, #popup_hotellist .con_hotel .box_hotel .list dl dd {
		float: none;
	}
}

#popup_hotellist .con_hotel .box_hotel .list dl dt {
	width: 20%;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .con_hotel .box_hotel .list dl dt {
		width: 100%;
		padding: 1em 0 0.8em 0.5em;
	}
}

#popup_hotellist .con_hotel .box_hotel .list dl dd {
	width: 80%;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .con_hotel .box_hotel .list dl dd {
		font-size: 124%;
		width: 100%;
		margin-bottom: 10px;
		padding: 0 0.5em;
	}
}

#popup_hotellist .con_hotel .box_hotel .list dl dd ul li {
	padding: 2px 0 2px 0.75em;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#popup_hotellist .con_hotel .box_hotel .list dl dd ul li {
		padding: 0 0.5em 1em 1em;
	}
}

#popup_hotellist .con_hotel .box_hotel .list dl dd ul li:before {
	position: absolute;
	content: '\f3d3';
	font-family: "Ionicons";
	top: 2px;
	left: 0;
}

#popup_hotellist .con_hotel .box_hotel .list dl dd ul li a {
	display: block;
	width: 100%;
}

/* -----------------------------------------------------------
	.tab_common
----------------------------------------------------------- */
.tab_common {
	margin-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
	.tab_common {
		margin-bottom: 10px !important;
	}
}

.tab_common ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
	.tab_common ul {
		display: block;
	}
}

.tab_common ul li {
	border: 1px solid #dcdbda;
	margin-left: 10px;
	font-size: 131%;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	padding: 15px 10px;
	cursor: pointer;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tab_common ul li {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.tab_common ul li {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.tab_common ul li {
		margin-left: 0;
		margin-top: 2px;
	}
}

.tab_common ul li:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.tab_common ul li:first-child {
		margin-top: 0;
	}
}

.tab_common ul li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 11.5px 0 11.5px;
	border-color: #0f0f0f transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-moz-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	-o-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
	.tab_common ul li:after {
		display: none;
	}
}

.tab_common ul li i {
	margin-right: 0.3em;
}

.tab_common ul li.active, .tab_common ul li:hover {
	background: #0f0f0f;
	border-color: #0f0f0f;
	color: #fff;
}

.tab_common ul li.active:after, .tab_common ul li:hover:after {
	opacity: 1;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_primary {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

@media only screen and (max-width: 767px) {
	table.tbl_primary {
		display: block;
	}
	table.tbl_primary tbody {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	table.tbl_primary tr:first-child th, table.tbl_primary tr:first-child td {
		border-top: 2px solid #c6c6c6;
	}
}

@media print {
	table.tbl_primary tr:first-child th, table.tbl_primary tr:first-child td {
		border-top: 2px solid #c6c6c6;
	}
}

.ie8 table.tbl_primary tr:first-child th, .ie8 table.tbl_primary tr:first-child td {
	border-top: 2px solid #c6c6c6;
}

@media only screen and (max-width: 767px) {
	table.tbl_primary tr {
		display: block;
	}
	table.tbl_primary tr:last-child td {
		border-bottom: 1px solid #c6c6c6;
	}
}

table.tbl_primary tr th, table.tbl_primary tr td {
	font-weight: normal;
	padding: 1em 1.5em;
}

@media only screen and (max-width: 767px) {
	table.tbl_primary tr th, table.tbl_primary tr td {
		display: block;
		padding-left: 1em;
		padding-right: 1em;
	}
}

table.tbl_primary tr th {
	text-align: left;
	border-top: 1px solid #c6c6c6;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	table.tbl_primary tr th {
		border-bottom: 1px solid #c6c6c6;
		border-right: 1px solid #c6c6c6;
	}
}

@media print {
	table.tbl_primary tr th {
		border-bottom: 1px solid #c6c6c6;
		border-right: 1px solid #c6c6c6;
	}
}

.ie8 table.tbl_primary tr th {
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}

@media only screen and (max-width: 767px) {
	table.tbl_primary tr th {
		background: #f3f3f1;
	}
}

table.tbl_primary tr th span {
	font-size: 100%;
	float: right;
	color: #fff;
	background: #000000;
	padding: 0.2em 0.4em;
	font-weight: normal;
}

table.tbl_primary tr td {
	border-top: 1px solid #c6c6c6;
}

@media only screen and (min-width: 768px) {
	table.tbl_primary tr td {
		border-bottom: 1px solid #c6c6c6;
	}
}

@media print {
	table.tbl_primary tr td {
		border-bottom: 1px solid #c6c6c6;
	}
}

.ie8 table.tbl_primary tr td {
	border-bottom: 1px solid #c6c6c6;
}

table.tbl_primary tr td input {
	padding: 0.5em 1em;
}

table.tbl_primary tr td select {
	padding: 0.5em 1em;
}

/* -----------------------------------------------------------
	page_navi ページ内ナビゲーション
----------------------------------------------------------- */
.page_navi {
	margin: 60px 0 40px;
}

@media only screen and (max-width: 767px) {
	.page_navi {
		margin: 2em 0;
	}
}

.page_navi ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.page_navi ul {
		-webkit-justify-content: center;
		justify-content: center;
	}
}

@media print {
	.page_navi ul {
		-webkit-justify-content: center;
		justify-content: center;
	}
}

.ie8 .page_navi ul {
	-webkit-justify-content: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.page_navi ul {
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.page_navi ul li:not(:first-child) {
		border-left: 1px solid #000;
	}
}

@media print {
	.page_navi ul li:not(:first-child) {
		border-left: 1px solid #000;
	}
}

.ie8 .page_navi ul li:not(:first-child) {
	border-left: 1px solid #000;
}

@media only screen and (max-width: 767px) {
	.page_navi ul li {
		width: 100%;
	}
}

.page_navi ul li a {
	display: block;
	position: relative;
	color: #000;
	margin: 0 1em;
	padding: .1em .1em;
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.page_navi ul li a {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

@media print {
	.page_navi ul li a {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

.ie8 .page_navi ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.page_navi ul li a {
		padding: .3em .2em;
	}
}

.page_navi ul li a:hover {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.page_navi ul li.active a {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* -----------------------------------------------------------
	.con_lnk
----------------------------------------------------------- */
.con_lnk select {
	width: 100%;
	padding: 1em;
}

.con_lnk ul {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.con_lnk ul {
		display: block;
	}
}

.con_lnk ul li {
	float: left;
}

@media only screen and (min-width: 768px) {
	.con_lnk ul li {
		width: 24.55882%;
		margin-left: 0.73529%;
	}
	.con_lnk ul li:first-child {
		margin-left: 0;
	}
}

@media print {
	.con_lnk ul li {
		width: 24.55882%;
		margin-left: 0.73529%;
	}
	.con_lnk ul li:first-child {
		margin-left: 0;
	}
}

.ie8 .con_lnk ul li {
	width: 24.55882%;
	margin-left: 0.73529%;
}

.ie8 .con_lnk ul li:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.con_lnk ul li {
		float: none;
		margin-bottom: 5px;
		width: 100%;
		margin-left: 0;
	}
}

.con_lnk ul li a {
	background: #dcdbda;
	display: block;
	width: 100%;
	font-size: 116%;
	padding: 1em;
	text-align: center;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_lnk ul li a {
		font-size: 108%;
		padding: 0.75em;
	}
}

.con_lnk ul li a:before {
	display: inline-block;
	position: absolute;
	content: '\f3d0';
	font-family: "Ionicons";
	right: 1em;
	transform: translateX(-50%);
}

.con_lnk ul li a:hover {
	text-decoration: none;
	background: rgba(220, 219, 218, 0.5);
}

/*# sourceMappingURL=../maps/common.css.map */
