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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* Hover animation */
/* -----------------------------------------------------------
	.st_lg 大見出し
----------------------------------------------------------- */
.st_lg {
	font-family: "Times New Roman", serif;
	font-size: 394%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_lg {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.st_lg {
		margin-bottom: 0.7em;
	}
}

@media only screen and (max-width: 1600px) {
	.st_lg {
		font-size: 350%;
	}
}

@media print {
	.st_lg {
		font-size: 350%;
	}
}

.ie8 .st_lg {
	font-size: 350%;
}

@media only screen and (max-width: 1260px) {
	.st_lg {
		font-size: 288%;
	}
}

@media print {
	.st_lg {
		font-size: 288%;
	}
}

.ie8 .st_lg {
	font-size: 288%;
}

@media only screen and (max-width: 1024px) {
	.st_lg {
		font-size: 250%;
	}
}

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

/* -----------------------------------------------------------
	.st_md_db_line 小見出し
----------------------------------------------------------- */
.ie .st_md_db_line:before {
	height: 4px;
	bottom: 0.2em;
}

.ie .st_md_db_line:after {
	height: 1px;
	bottom: 0.4em;
}

.ie .st_md_db_line .ic_smorking {
	position: absolute;
	bottom: 0.6em !important;
}

.st_md_db_line {
	position: relative;
	line-height: 1.2;
	font-size: 332%;
	font-family: "Times New Roman", serif;
}

@media only screen and (max-width: 1600px) {
	.st_md_db_line {
		font-size: 288%;
	}
}

@media print {
	.st_md_db_line {
		font-size: 288%;
	}
}

.ie8 .st_md_db_line {
	font-size: 288%;
}

@media only screen and (max-width: 1260px) {
	.st_md_db_line {
		font-size: 250%;
	}
}

@media print {
	.st_md_db_line {
		font-size: 250%;
	}
}

.ie8 .st_md_db_line {
	font-size: 250%;
}

@media only screen and (max-width: 767px) {
	.st_md_db_line {
		font-size: 144%;
		padding-right: 14.32292%;
	}
}

.st_md_db_line:before {
	height: 4px;
	bottom: 0.2em;
}

.st_md_db_line:after {
	height: 1px;
	bottom: 0.4em;
}

@media only screen and (max-width: 767px) {
	.st_md_db_line:after {
		bottom: 0.5em;
	}
}

.st_md_db_line:before, .st_md_db_line:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: #d8d5d5;
	z-index: -1;
}

.st_md_db_line em {
	color: #2d4c20;
}

.st_md_db_line .ic_smorking {
	position: absolute;
	bottom: 0.6em;
	right: 0;
	display: block;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.st_md_db_line .ic_smorking {
		width: 14.32292%;
	}
}

.st_md_db_line .ic_smorking img {
	display: inline-block;
	vertical-align: bottom;
	padding-left: 5px;
}

@media only screen and (max-width: 1100px) {
	.st_md_db_line .ic_smorking img {
		max-width: 30px;
	}
}

@media print {
	.st_md_db_line .ic_smorking img {
		max-width: 30px;
	}
}

.ie8 .st_md_db_line .ic_smorking img {
	max-width: 30px;
}

@media only screen and (max-width: 767px) {
	.st_md_db_line .ic_smorking img {
		width: 48%;
		padding-left: 2px;
	}
}

/* -----------------------------------------------------------
	通常ボタン
----------------------------------------------------------- */
.btn_normal {
	text-align: center;
}

.btn_normal a {
	display: inline-block;
	width: 100%;
	border: solid 1px #666666;
	padding: 10px 0.5em;
	text-align: center;
	text-decoration: none !important;
	max-width: 240px;
	color: #333333;
	font-family: "Times New Roman", serif;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
	.btn_normal a {
		display: block;
		padding: 0.7em 0.5em;
		width: 85%;
		max-width: none;
		margin: auto;
		font-size: 75%;
	}
}

.btn_normal_white {
	text-align: center;
}

.btn_normal_white a {
	display: inline-block;
	width: 100%;
	border: solid 1px #fff;
	padding: 10px 0.5em;
	text-align: center;
	text-decoration: none !important;
	max-width: 240px;
	color: #fff;
	font-family: "Times New Roman", serif;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
	.btn_normal_white a {
		display: block;
		padding: 0.7em 0.5em;
		width: 85%;
		max-width: none;
		margin: auto;
		font-size: 75%;
	}
}

.btn_normal_white a:hover {
	background: #fff;
	color: #333333 !important;
}

/* -----------------------------------------------------------
	予約ボタン
----------------------------------------------------------- */
.btn_rsv_red {
	text-align: center;
}

.btn_rsv_red a {
	display: inline-block;
	width: 100%;
	background: #811b1c;
	border: solid 2px #811b1c;
	padding: 15px 0.5em;
	text-align: center;
	text-decoration: none !important;
	max-width: 400px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 100%;
}

@media only screen and (max-width: 767px) {
	.btn_rsv_red a {
		display: block;
		padding: 0.9em 0.5em;
		width: 90%;
		max-width: none;
		margin: auto;
	}
}

.btn_rsv_red a:hover {
	background: #fff;
	color: #811b1c !important;
}

/* -----------------------------------------------------------
	スライダー
----------------------------------------------------------- */
.slick_default .slick-dots {
	position: absolute;
	bottom: 20px;
	padding: 0;
	padding-right: 20px;
	right: 0;
	list-style: none;
	display: block;
	text-align: right;
	width: 100%;
	z-index: 99;
}

@media only screen and (max-width: 1024px) {
	.slick_default .slick-dots {
		bottom: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.slick_default .slick-dots {
		bottom: 10px;
		padding-right: 10px;
	}
}

.slick_default .slick-dots li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.slick_default .slick-dots li {
		margin-right: 5px;
	}
}

.slick_default .slick-dots li button {
	border: 0;
	background: #fff;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
}

.slick_default .slick-dots li button:hover, .slick_default .slick-dots li button:focus {
	outline: none;
	background: #2d4c20;
}

.slick_default .slick-dots li.slick-active button {
	background: #2d4c20;
}

.slick_default .slick-dots li, .slick_default .slick-dots li button {
	height: 6px;
	width: 80px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 1024px) {
	.slick_default .slick-dots li, .slick_default .slick-dots li button {
		height: 4px;
		width: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.slick_default .slick-dots li, .slick_default .slick-dots li button {
		height: 4px;
		width: 30px;
	}
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_primary th, table.tbl_primary td, table.tbl_primary_fix th, table.tbl_primary_fix td {
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	table.tbl_primary th, table.tbl_primary td, table.tbl_primary_fix th, table.tbl_primary_fix td {
		font-size: 100%;
	}
}

/* -----------------------------------------------------------
	マジックポップアップの設定
----------------------------------------------------------- */
.mfp-bottom-bar .mfp-title .clone_popup_box_txt .reco_ic {
	font-family: "Times New Roman", serif;
}

.mfp-bottom-bar .mfp-title .clone_popup_box_txt .reco_ic span {
	font-family: "Times New Roman", serif;
	font-size: 100%;
	font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.mfp-bottom-bar .mfp-title .clone_popup_box_txt .reco_ic span {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.mfp-bottom-bar .mfp-title .clone_popup_box_txt .reco_ic span {
		font-size: 100%;
	}
}

.mfp-bottom-bar .mfp-title .clone_popup_box_txt .reco_ic img {
	vertical-align: middle;
}

.mfp-bottom-bar .mfp-title .clone_popup_box_txt .st_line span {
	font-family: "Times New Roman", serif;
	font-size: 150%;
	font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.mfp-bottom-bar .mfp-title .clone_popup_box_txt .st_line span {
		font-size: 150%;
	}
}

@media only screen and (max-width: 767px) {
	.mfp-bottom-bar .mfp-title .clone_popup_box_txt .st_line span {
		font-size: 113%;
	}
}

.mfp-bottom-bar .mfp-title .clone_popup_box_txt .price {
	font-family: "Times New Roman", serif;
}

.mfp-bottom-bar .mfp-title .clone_popup_box_txt .price .num {
	font-size: 113%;
}

@media only screen and (max-width: 1024px) {
	.mfp-bottom-bar .mfp-title .clone_popup_box_txt .price .num {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.mfp-bottom-bar .mfp-title .clone_popup_box_txt .price .num {
		font-size: 100%;
	}
}

.mfp-bg {
	z-index: 999999;
}

.mfp-wrap {
	z-index: 999999;
}

.mfp-content .clone_popup_box_txt {
	margin-top: 20px;
	text-align: center;
	color: #fff !important;
}

.mfp-content .price {
	font-size: 113%;
	font-family: "Times New Roman", serif;
	margin-bottom: 10px;
}

.mfp-content .txt {
	margin-bottom: 50px;
}

.mfp-move-horizontal {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: all 0.5s;
	transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transform: translateX(30px);
	opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}
