@charset "utf-8";
/* season common CSS Document */
/*fs 14px*/

/* 【共通】リセット
-------------------------------------------------*/
* {
	border: none;
}
html {
	min-width: 960px;
}
html, body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-size: 14px;
	height: 100%;
	width: 100%;
	position: relative;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-size: 1rem;
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, pre, form, dl, dt, dd, blockquote, fieldset, input, address {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, caption, address, th {
	font-style: normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
img {
	border: 0;
	vertical-align: top;
}
hr {
	display: none;
	clear: both;
}
br {
	letter-spacing: 0;
}
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
select {
	padding: 2px;
}
a {
	outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 【共通】モジュール
-------------------------------------------------*/
.section-box > .contents-wrap {
	width: 960px;
	margin: auto;
}
.section-box > .contents-wrap * {
	box-sizing: border-box;
}

/* 【共通】ヘッダー・フッター
-------------------------------------------------*/
#header [id*="header_"] * {
	box-sizing: border-box;
}
/* 【共通】パンくず
-------------------------------------------------*/
#breadcrumb {
	line-height: 16px;
	padding: 10px 0 18px;
	display: block !important;
	width: auto;
	max-width: 960px;
	margin: auto;
}
#breadcrumb #body {
	width: auto;
	padding: 0;
	padding-right: 260px;
	position: relative;
}
.breadcrumbList li {
	font-size: 12px;
	display: inline-block;
}
.breadcrumbList li + li::before {
	content: "＞";
	margin: 0 5px;
	vertical-align: middle;
}
.breadcrumbList a {
	color: #333;
}
#snsBtn * {
	z-index: 1;
}
#socialBox {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	bottom: 0;
	margin: auto 0;
}
#snsBtn li {
	line-height: 0;
	margin-right: 0 !important;
}
#snsBtn li + li {
	margin-left: 5px;
}

/* 【共通】メインビジュアル
-------------------------------------------------*/
.mv_area {
	width: 100%;
	min-height: 400px;
	box-sizing: border-box;
}
.mv_area .logo {
	text-align: center;
}
.mv_area .logo .no-link {
	cursor: default;
}
.mv_area .lead {
	width: 960px;
	margin: auto;
	font-size: 13px;
	line-height: 24px;
	box-sizing: border-box;
}

/* 【共通】グロナビ
-------------------------------------------------*/
#main-header {
	position: relative;
}
#gNaviWrap {
	margin: 0;
	width: 100%;
	height: 60px;
	transition: all 0.8s ease;
	position: relative;
	z-index: 100;
}
#gNavi {
	margin: 0 auto;
	width: 960px;
	height: 60px;
	font-size: 14px;
	display: table;
}
.hd_menu {
	width: 100%;
	z-index: 110;
	background: #fff;
}
.hd_menu:not(.fixed) {
	position: absolute;
	top: auto !important;
	bottom: 0;
	left: 0;
}
.hd_menu.fixed {
	position: fixed;
	top: 0px;
	left: 0;
}
.gN-menu-li {
	display: table-cell;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.gN-menu-li a {
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	width: 100%;
	min-width: 80px;
	padding: 0 10px;
	height: 60px;
	box-sizing: border-box;
	transition: all .4s;
}
.gN-menu-li a.current, .gN-menu-li a:hover {
	background-position: right top !important;
}
#gNavi a:link {
	text-decoration: none;
}
.gN-menu-li a:hover img {
	opacity: 0.5;
}
#megaMenu {
	position: relative;
}
[id*="mega-"] {
	transition: all 0s ease;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
	width: 100%;
	display: block;
}
[id*="mega-"]:not(.active) {
	display: none;
	opacity: 0;
}
[id*="mega-"].active {
	z-index: 200;
}
.megaWrap {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
.megaWrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	bottom: 0;
}
.megaL-box {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
.megaL-box > ul {
	width: 100%;
	padding: 20px 0;
	display: flex !important;
	flex-wrap: wrap;
}
.megaL-box > ul li {
	width: calc(((940 / 5) / 940) * 100%);
	box-sizing: border-box;
	padding-right: calc((10 / 940) * 100%);
}
.megaL-box > ul li:nth-child(n + 6) {
	margin-top: 20px;
}
.megaL-box > ul li:nth-child(5n + 1) {}
.megaL-box > ul li a {
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	width: 100%;
	height: 100%;
	min-height: 30px;
	padding: 5px 5px 5px 35px;
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.megaL-box > ul li a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	position: absolute;
	left: 13px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.megaL-box > ul li a:hover {
	transition: all 0.2s ease;
	text-decoration: none;
}

/* 【共通】予約ボックス
-------------------------------------------------*/
#reservation {
	padding: 70px 0 20px;
}
#reservation #info {
	border: 1px solid #104000;
	padding: 20px 20px 60px 20px;
	width: 918px;
}

/* 【共通】ページトップ
-------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 4px;
	background: #acacac;
	opacity: .7;
	transition: all .4s;
}
#page-top a:hover {
	background: #999;
	opacity: 1;
}

/* 【共通】バナー
-------------------------------------------------*/
#banner .bnr-list {
	display: flex;
	flex-wrap: wrap;
}
#banner .bnr-list.col-05 .bnr {
	width: 170px;
}
#banner .bnr-list.col-05 .bnr:not(:nth-child(5n)) {
	margin-right: calc((960px - 170px * 5) / 4);
}
#banner .bnr-list .bnr a {
	transition: opacity .4s;
}
#banner .bnr-list .bnr a:hover {
	opacity: .7;
}

/* bottom_banner
-------------------------------------------------*/
#bottom_banner {
  width: 960px;
	margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
#bottom_banner.bottom_banner_center {
  justify-content: center;
}
#bottom_banner li:not(.banner_size--col1) {
	width: 49%;
}
#bottom_banner li:hover {
	opacity: 0.8;
}
#bottom_banner li img {
	width: 100%;
}