@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/* ----------
 * layout
 * ---------- */
#container {
	overflow: hidden;
}
.page #container {
	position: relative;
	background: url(/wp-content/uploads/page-bg.jpg) center top / cover repeat-y;
}
.home.page #container {
	background: url(/wp-content/uploads/bg-sp.jpg) center top / cover no-repeat;
	height: 100vh;
}
.home.page #container::after {
	display: none;
}
.header-container, .main, .sidebar, .footer {
	background: none;
}
.tagline {
	display: none;
}
.wrap {
	max-width: 1080px;
}
.main {
	border: none;
}
.home .entry-content {
	margin-bottom: 0;
}
.entry-categories-tags {
	display: none;	
}
.article section {
	margin: 60px auto;
}
.pc {
	display: none;
}
/* ----------
 * common
 * ---------- */
body {
	font-family: 'Kosugi Maru', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.sub {
	display: inline-block;
	font-size: 70%;
	vertical-align: baseline;
}
.small {
	font-size: 90%;
}
.large {
	font-size: 130%;
}
.red {
	color: #c90808;
}
.ct {
	text-align: center;
}
.article ul {
	list-style: none;
	padding-left: 0;
}
.article ul.flower li {
	position: relative;
	padding-left: 2.4em;
}
.article ul.flower li::before {
	position: absolute;
	top: .29em;
	left: 1em;
	background: url(/wp-content/uploads/list.png) center / contain no-repeat;
	width: 1em;
	height: 1em;
	content: "";
}
.article img {
	display: block;
}
.article img.vw {
	width: 100vw;
}
.article dl.fl {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.article dl.fl dt, .article dl.fl dd {
	line-height: 1.5;
}
.article dl.fl dt {
	width: 20%;
}
.article dl.fl dd {
	width: 77%;
	margin: 0;
}
.article dl.fl dd a {
	color: #111;
	text-decoration: none;
}
.article dl.fl dd a:hover {
	opacity: .6;
}
table tr:nth-of-type(2n+1) {
	background: none;
}
/* ----------
 * heading
 * ---------- */
.article h2, .article h3, .article h4 {
	background: none;
	border: none;
}
.page h1.entry-title {
	display: flex;
	align-items: center;
	background: url(/wp-content/uploads/bg-h1-sp.png) center bottom / contain no-repeat;
	width: 100%;
	margin: 0 auto 40px;
	padding-bottom: 35px;
	color: #3b281d;
	font-family: 'Kosugi Maru', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.home.page h1.entry-title {
	display: none;
}
.article h2.sec, .sitemap .article h2 {
	position: relative;
	margin: 0;
	padding-left: 1.3em;
	color: #3b281d;
	z-index: 0;
}
.article h2.sec::before, .sitemap .article h2::before {
	position: absolute;
	top: 51%;
	left: 0;
	background: url(/wp-content/uploads/h2.png) center / contain no-repeat;
	width: 1em;
	height: 1em;
	content: "";
	transform: translateY(-50%);
	z-index: -1;
}
.sitemap .article h2.name::before {
	display: none;
}
.article h4 {
	margin: 0;
	padding: 0;
}
/* global nav */
.navi {
	background: none;
}
/* ----------
 * header
 * ---------- */
.header-container {
	height: 57px;
	overflow: hidden;
}
.header-container-in {
	max-width: 1080px;
	margin: 0 auto;
}
.header-container-in .header .wrap, .header-container-in .navi .wrap {
	width: auto;
}
.logo-image span {
	display: flex;
	align-items: center;
	height: 57px;
	font-size: inherit;
}
/* mobile menu */
.wprm-wrapper #wprmenu_bar {
	background: url(/wp-content/uploads/bg-effect.png), #cca488;
}
.wprm-wrapper #wprmenu_bar div.hamburger {
	margin-top: 0;
}
#mg-wprm-wrap #wprmenu_menu_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	padding: 5px 10px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#mg-wprm-wrap #wprmenu_menu_ul li.cat01,
#mg-wprm-wrap #wprmenu_menu_ul li.cat02 {
	display: flex;
	align-items: center;
	width: 25%;
	margin: 0;
	letter-spacing: .1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#mg-wprm-wrap #wprmenu_menu_ul li.cat01,
#mg-wprm-wrap #wprmenu_menu_ul li.plan.last,
#mg-wprm-wrap #wprmenu_menu_ul li.tel {
	border-bottom: 1px solid #fff;
}
#mg-wprm-wrap #wprmenu_menu_ul li.reserv,
#mg-wprm-wrap #wprmenu_menu_ul li.campaign,
#mg-wprm-wrap #wprmenu_menu_ul li.plan.first {
	border-top: 1px solid #fff;
}
#mg-wprm-wrap #wprmenu_menu_ul li.l a {
	font-size: 1.4em;
	font-weight: bold;
}
#mg-wprm-wrap #wprmenu_menu_ul li.cat02 a {
	font-size: .9em;
}
#mg-wprm-wrap #wprmenu_menu_ul li.reserv,
#mg-wprm-wrap #wprmenu_menu_ul li.campaign {
	width: 100%;
	text-align: center;
}
#mg-wprm-wrap #wprmenu_menu_ul li.plan {
	position: relative;
	width: 100%;
	padding-left: 25%;
	box-sizing: border-box;
}
#mg-wprm-wrap #wprmenu_menu_ul li.plan.first::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 300%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: .1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	content: "プラン";
}
#mg-wprm-wrap #wprmenu_menu_ul li.tel {
	position: relative;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 0;
	font-weight: bold;
	text-align: center;
}
#mg-wprm-wrap #wprmenu_menu_ul li.tel::before {
	position: absolute;
	top: 1.7em;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: .8em;
	font-weight: 500;
	text-align: center;
	content: "お電話でのご予約・お問い合わせ";
}
#mg-wprm-wrap #wprmenu_menu_ul li.tel a {
	padding-bottom: .3em;
	font-size: 1.8em;
}
/* ----------
 * footer
 * ---------- */
.companyInfo {
	padding: 1.4em 10px;
}
.home .companyInfo {
	background: rgba(255, 255, 255, .5);
	margin-bottom: 150px;
}
.companyInfo * {
	color: #3b281d;
	text-align: center;
}
.companyInfo a {
	text-decoration: none;
}
.companyInfo h2.name {
	margin: 0;
	padding: 0 10px;
	font-size: .9em;
}
.companyInfo p {
	margin: 0;
	font-size: .85em;
}
.home .companyInfo .fax {
	padding-bottom: 15px;
}
.companyInfo .copyRight {
	display: none;
	border-top: 1px solid rgba(59, 40, 29, .3);
}
.home .companyInfo .copyRight {
	display: block;
	padding-top: 15px;
}
ul#menu-footer-menu2, ul#menu-footer-menu3 {
	display: none;
}
.widget_nav_menu ul li a {
	color: #3b281d;
}
.widget_nav_menu ul li a:hover {
	background: none;
	opacity: .6;
}
#footer {
	background: url(/wp-content/uploads/bg-effect.png), #3b281d;
}
.footer {
	margin-top: 0;
}
.home .footer {
	display: none;
}
.footer-in {
	padding: 0 29px;
}
.navi-footer-in > .menu-footer {
	flex-flow: nowrap;
}
.footer-bottom {
	margin: 0;
}
.go-to-top {
	bottom: 80px;
}
.go-to-top-button {
	width: 65px;
	height: 65px;
}
/* ----------
 * page
 * ---------- */
.secMenu {
	display: flex;
	justify-content: center;
}
.secMenu li {
	position: relative;
	padding: 0 1em;
	font-size: 80%;
}
.secMenu li::after {
	position: absolute;
	top: 0;
	right: -.6em;
	content: "/";
}
.secMenu li:last-of-type::after {
	display: none;
}
.secMenu li a {
	display: block;
	color: #3b281d;
}
.secMenu li a:hover {
	opacity: .6;
}
/* ----------
 * top
 * ---------- */
.home.no-sidebar .content .main {
	position: fixed;
	top: 70px;
	bottom: 0;
	left: 50%;
	width: 340px;
	height: 100vh;
	overflow: auto;
	transform: translateX(-50%);
	z-index: 10;
}
.home.no-sidebar .content .main::-webkit-scrollbar {
	display: none;
}
.menuBox {
	background: url(/wp-content/uploads/bg-effect.png), #cca488;
	padding: 10px;
}
.menuBox.vertical.logo {
	display: flex;
	align-items: center;
	background: none;
	height: 100vh;
	margin-top: -100px;
    padding: 0 0 150px;
	box-sizing: border-box;
}
.article .menuBox h2  {
	margin: 0;
	padding: 15px 0 0;
	font-size: 1.1em;
	color: #fff;
}
.menuBox a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
.menuBox.vertical ul {
	display: flex;
	justify-content: center;
	padding: 5px 0;
}
.menuBox.vertical ul.item01 {
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(255, 255, 255, .5);
}
.menuBox.vertical li, .article .menuBox.plan h2 {
	display: flex;
	align-items: center;
	width: 20%;
	margin: 0;
	letter-spacing: .1em;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.menuBox.vertical li a {
	display: flex;
	align-items: center;
}
.menuBox.vertical .item01 li {
	font-size: 1.2em;
	font-weight: bold;
}
.menuBox.vertical .item02 li {
	font-size: .88em;
}
.menuBox.reserv a {
	flex-direction: column;
	padding-left: 50px;
}
.menuBox.reserv a, .menuBox.campaign a {
	display: flex;
	position: relative;
	font-weight: bold;
}
.menuBox.reserv a::before, .menuBox.campaign a::before {
	display: inline-block;
	position: relative;
	left: 5px;
	top: 0;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	content: "";
}
.menuBox.reserv a::before {
	position: absolute;
}
.menuBox.reserv a::before {
	background: url(/wp-content/uploads/icon-reserv.png) center / contain no-repeat;
}
.menuBox.campaign a::before {
	background: url(/wp-content/uploads/icon-campaign.png) center / contain no-repeat;
}
.menuBox.plan, .menuBox.info {
	display: flex;
}
.article .menuBox.plan h2 {
	padding-bottom: 15px;
	border-right: 1px dotted rgba(255, 255, 255, .5);
}
.article .menuBox.plan ul {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
}
.article .menuBox.plan li {
	height: 31%;
}
.article .menuBox.info h2 {
	width: 25%;
	padding: 5px 0;
}
.menuBox.info {
	background: rgba(255, 255, 255, .5);
	margin-bottom: 0;
	border-top: 2px solid #b77662;
	border-bottom: 2px solid #b77662;
}
.menuBox.info a {
	color: #3b281d;
}
.menuBox.info a.img:hover {
	opacity: .7;
}
.menuBox.info ul {
	width: 75%;
}
.menuBox.info li {
	font-size: .82em;
}
.menuBox .gTranslate {
	display: flex;
	flex-direction: column;
	margin: 1em 0;
}
.menuBox .gTranslate a {
	height: 20%;
}
/* ----------
 * facility
 * ---------- */
.facility .appeal {
	color: #c90808;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
#facilityRooms ul.flower {
	margin-bottom: 30px;
}
#facilityRooms .gallery img {
	padding-bottom: 10px;
}
.qanda li .q, .qanda li .a {
	position: relative;
	padding-left: 2em;
}
.qanda li .q::before, .qanda li .a::before {
	position: absolute;
	top: .1em;
	left: 0;
	width: 1.3em;
	height: 1.3em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1;
}
.qanda li .q::before {
	color: #90d1de;
	content: "Q. ";
}
.qanda li .a::before {
	color: #eb5901;
	content: "A. ";
}
.article table.detail {
	table-layout: fixed;
}
.article table.detail th, .article table.detail td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: .7em;
	text-align: center;
}

.front-banner{
	display: none;
	
	position: absolute;
	top: 70px;
	right: 5%;
	width: 280px;
	height: auto;
}
.front-banner.front-banner--pc{
	display: block;
}
.front-banner.front-banner--sp{
	display: none;
}

/* ----------
 * food
 * ---------- */
.foodBox h2.sec::before {
	width: 6em;
	height: 6em;
	opacity: .2;
}
.foodBox .img img {
	transform: rotate(4deg);
}
.foodBox .img p {
	margin-top: 0;
	transform: rotate(3deg);
}
#foodPonzu .img img {
	margin: 0 auto;
}
#foodPonzu .txt {
	margin: 20px auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#foodPonzu .txt h2.ponzu {
	color: #3b281d;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	margin: 0 0 0 30px;
	padding: 0;
}
.article .menuList li {
	position: relative;
	margin: 0 0 20px;
}
.menuList h3.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 1%;
	background: url(/wp-content/uploads/menu.png) center / contain no-repeat;
	width: 72px;
	height: 150px;
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: .88em;
	font-weight: normal;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/* ----------
 * kanko
 * ---------- */
.kanko .article section {
	max-width: 800px;
}
.kanko .su-tabs, .kanko .su-tabs-nav span.su-tabs-current {
	background: none;
}
.kanko .su-tabs-nav {
	display: flex;
	justify-content: center;
}
.kanko .su-tabs-nav span {
	text-decoration: underline;
}
.kanko .su-tabs-nav span.su-tabs-current {
	text-decoration: none;
}
.kanko .su-tabs-nav span::after {
	display: inline-block;
	position: relative;
	right: -1.6em;
	width: 1em;
	height: 1em;
	content: "/";
}
.kanko .su-tabs-nav span:hover {
	background: none;
}
.kanko .su-tabs-nav span:focus {
    outline: transparent;
}
.kanko .su-tabs-nav span:last-of-type::after {
	display: none;
}
.kanko .su-tabs-pane {
	background: none;
	padding: 0;
	font-size: inherit;
}
.kanko ul.secMenu li {
	white-space: nowrap;
}
.kanko img {
	margin: 0 auto;
}
/* ----------
 * access
 * ---------- */
#gMap {
	display: block;
	width: 100%;
	height: 350px;
}
#imageMap {
	display: block;
	width: 100%;
	max-width: 800px;
}
/* ----------
 * link
 * ---------- */
.link .article ul.flower li::before {
	top: .44em;
}
/* ----------
 * art
 * ---------- */
.art .txt {
	text-indent: 1em;
}
.art .img, .recipe .img {
	width: 80%;
	margin: 0 auto;
}
/* ----------
 * recipe
 * ---------- */
.recipe .article section {
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #c9c2b1;
}
.recipe h3.recipe {
	color: #3b281d;
	text-align: center;
}
/* ----------
 * fish
 * ---------- */
.fish .article section {
	margin: 30px auto;
}
.fish .desc, ul.fishList {
	width: 90%;
	margin: 0 auto;
}
.fish .desc {
	margin-bottom: 30px;
}
ul.fishList li {
	margin-bottom: 25px;
}
.fish h3.fish {
	margin: 0;
	padding: 12px 0 5px;
	font-size: 1.1em;
	font-weight: 700;
}
ul.fishList li .txt p {
	margin: 0;
}
/* ----------
 * tsuri
 * ---------- */
.article table.detail th {
	background: #90d1de;
	color: #fff;
}
.article table.detail td {
	background: #fff;
}
/* ----------
 * campaign
 * ---------- */
.article h2.campaign {
	position: relative;
	margin: 0;
	padding: 12px 0;
	text-align: center;
}
.article h2.campaign::before, .article h2.campaign::after {
	display: inline-block;
	position: relative;
	top: .2em;
	background: url(/wp-content/uploads/h2.png) center / contain no-repeat;
	width: 1em;
	height: 1em;
	content: "";
	animation: rotate 3s .5s infinite alternate;
}
.article h2.campaign::before {
	margin-right: .6em;
}
.article h2.campaign::after {
	margin-left: .6em;
}
@keyframes rotate {
	0% { transform: rotateX(0deg); }
	50% { transform: rotateX(360deg); }
	100% { transform: 0; }
}
.campaign .red, .plan .red {
	font-size: 1.5em;
}
.campaign .q, .campaign .answer {
	position: relative;
	padding-left: 2.1em;
}
.campaign .q::before, .campaign .answer::before {
	display: inline-block;
	position: absolute;
	top: -.3em;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
}
.campaign .q::before {
	color: #90d1de;
	content: "Q.";
}
.campaign .answer::before {
	color: #eb5901;
	content: "A.";
}
#coupon img {
	margin: 0 auto;
}
/* ----------
 * plan
 * ---------- */
.plan .bold {
	font-size: 1.5em;
}
.plan .small {
	color: #c90808;
}
.plan .appeal {
	margin-top: 30px;
	font-weight: bold;
}
.appeal::before, .appeal:after {
	display: inline-block;
	position: relative;
	top: 0;
	width: 20px;
	height: 20px;
	content: "";
}
.appeal::before {
	background: url(/wp-content/uploads/onpu_r.gif) center / contain no-repeat;
	margin-right: .5em;
}
.appeal:after {
	background: url(/wp-content/uploads/onpu_l.gif) center / contain no-repeat;
	margin-left: .5em;
}
.article h3.plan {
	padding: 0;
	color: #eb5901;
	text-align: center;
}
.golf img {
	margin: 0 auto;
}
/* ----------
 * sitemap
 * ---------- */
.sitemap .sitemapList ul li {
	list-style: square;
	margin-left: 30px;
}
/* ----------
 * responsive
 * ---------- */
@media only screen and (max-width: 834px) {
	html.js {
		padding-top: 0 !important;
	}
	html body .wprm-wrapper div.wprm-overlay {
		background: rgba(255, 255, 255, .92);
	}
	.content {
		margin-top: 0;
	}
	.article table.detail td {
		padding: 6px 0;
		letter-spacing: -.2em;
	}
}
@media screen and (max-width: 764px) {
	.front-banner.front-banner--pc{
		display: none;
		/* width: 132px;
		position: absolute;
		top: 66px;
		right: 50%;
		transform: translate(50%, 0); */
	}
	.front-banner.front-banner--sp{
		display: block;
        margin: 0;
        top: 0;
        right: 50%;
        transform: translateX(50%);
        width: 200px;
	}
}
@media screen and (min-width: 768px){
	/* ----------
	 * layout
	 * ---------- */
	.no-scrollable-main .main {
		padding-bottom: 0;
	}
	.article section {
		margin: 120px auto;
	}
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	.home.page #container {
		background: url(/wp-content/uploads/bg.jpg) center top / cover no-repeat;
		height: 100vh;
	}
	/* ----------
	 * heading
	 * ---------- */
	.page h1.entry-title {
		justify-content: flex-end;
		background: url(/wp-content/uploads/bg-h1.png) left bottom / 70% auto no-repeat;
		height: 35vh;
		font-size: 2.5rem;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	/* ----------
	 * header
	 * ---------- */
	#header-container {
		background: url(/wp-content/uploads/bg-effect.png), #cca488;
	}
	.header-container {
		height: 65px;
		border-top: 8px solid #90d1de;
		box-sizing: border-box;
		box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .18);
	}
	.header-container-in {
		display: flex;
		justify-content: space-between;
	}
	.header-container-in .header {
		width: 18%;
		height: auto;
	}
	.logo-image, .logo-image a {
		padding: 0;
	}
	/* global nav */
	#header-container #navi, #navi .navi-in>.menu-header .sub-menu {
		background: none;
	}
	.header-container-in .navi {
		width: 70%;
	}
	.navi-in > ul {
		justify-content: flex-end;
	}
	.navi-in > ul li {
		width: auto;
		height: 57px;
		padding: 0 10px;
		line-height: 57px;
	}
	#navi .navi-in a:hover {
		background: none;
		opacity: .6;
	}
	/* ----------
	 * footer
	 * ---------- */
	.companyInfo {
		display: flex;
		justify-content: flex-end;
		background: url(/wp-content/uploads/footer-border.png) center top / contain no-repeat;
		padding: 50px 0 0;
	}
	.home .companyInfo {
		display: block;
		padding: 1.4em 10px;
	}
	.companyInfo * {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 5px;
		text-align: left;
		line-height: 1.5;
	}
	.home .companyInfo * {
		padding: 0;
	}
	.home .companyInfo * {
		text-align: center;
	}
	.home .companyInfo h2.name {
		margin-bottom: 10px;
	}
	#nav_menu-2 {
		margin-top: 20px;
	}
	.home #nav_menu-2, .home #nav_menu-3 {
		display: none;
	}
	ul#menu-footer-menu2, ul#menu-footer-menu3 {
		display: flex;
		justify-content: center;
	}
	.widget_nav_menu ul li a {
		padding: 0 10px;
		font-size: 90%;
	}
	.footer {
		padding: 0 0 42px;
	}
	#footer, #footer a, .footer-title {
		background: none;
		color: #3b281d;
	}
	.home #navi-footer {
		display: none;
	}
	/* ----------
	 * top
	 * ---------- */
	.home .header-container {
		display: none;
	}
	.home.no-sidebar .content .main {
		left: 25%;
		width: 300px;
		margin: 0;
		padding: 0;
	}
	.menuBox.vertical.logo {
		display: flex;
		height: auto;
		margin-top: 0;
		padding: 0;
	}
	.home.no-sidebar .footer .footer-bottom {
		width: 260px;
		margin: 0;
	}
	/* ----------
	 * facility
	 * ---------- */
	#facilityRooms ul.flower {
		margin-bottom: 50px;
	}
	#facilityRooms .gallery {
		display: flex;
		flex-flow: row wrap;
	}
	#facilityRooms .gallery .small {
		width: 32%;
		margin: 0 .5%;
	}
	#facilityRooms .gallery .large {
		width: 65.7%;
		margin: 0 .5%;
	}
	#facilityRooms .gallery .large.odd {
		order: 1;
	}
	.article table.detail th, .article table.detail td {
		font-size: .75em;
	}
	/* ----------
	 * food
	 * ---------- */
	.foodBox {
		display: flex;
		justify-content: space-between;
	}
	.foodBox .txt {
		width: 40%;
	}
	.foodBox .img {
		width: 60%;
	}
	#foodPonzu {
		display: flex;
	}
	#foodPonzu .img {
		width: 40%;
	}
	#foodPonzu .img img {
		width: 100vw;
	}
	#foodPonzu .txt {
		width: 30%;
	}
	.menuList {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.menuList li {
		width: 33%;
	}
	/* ----------
	 * recipe
	 * ---------- */
	.recipe .article section {
		padding: 80px 0;
	}
	/* ----------
	 * fish
	 * ---------- */
	.fish .article section {
		margin: 50px auto;
	}
	ul.fishList {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		width: 100%;
	}
	ul.fishList li {
		width: 43%;
	}
}
@media screen and (min-width: 1024px) {
	#nav_menu-2, #nav_menu-3 {
		display: inline-block;
		width: 40%;
		margin-top: 20px;
		font-size: .92em;
	}
	#nav_menu-3 {
		width: 60%;
	}
	ul#menu-footer-menu2, ul#menu-footer-menu3 {
		justify-content: flex-start;
	}
/* ----------
 * access
 * ---------- */
	#imageMap {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	}
}
@media screen and (min-width: 1200px) {
	/* ----------
	 * layout
	 * ---------- */
	.page #container {
		background: url(/wp-content/uploads/page-bg.jpg) center top / 100% auto repeat-y;
	}
	.home.page #container {
		background: url(/wp-content/uploads/bg.jpg) center / 100% auto no-repeat;
	}
	/* ----------
	 * heading
	 * ---------- */
	.page h1.entry-title {
		height: 60vh;
		font-size: 3rem;
	}
}