@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'Shippori Mincho', serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a {
	color: #000;
	/*color: #595757;*/
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}

.fsP2 {
	font-size: 1.16em !important;
}

.fsP3 {
	font-size: 1.24em !important;
}

.fsP4 {
	font-size: 1.32em !important;
}

.fsP5 {
	font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}

.fsM2 {
	font-size: 0.84em !important;
}

.fsM3 {
	font-size: 0.76em !important;
}

.fsM4 {
	font-size: 0.68em !important;
}

.fsM5 {
	font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

* + html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*@font-face {
	font-family: 'BaskervilleSerial-Regular';
	src: url('fonts/BaskervilleSerial-Regular.eot');
	src: url('fonts/BaskervilleSerial-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/BaskervilleSerial-Regular.woff') format('woff'),
	url('fonts/BaskervilleSerial-Regular.ttf') format('truetype');
}*/

.none {
	display: none !important;
}

.animBox {
	opacity: 0;
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	-o-transform: translate(0, 60px);
	transform: translate(0, 60px);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.animBox_moved {
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	/*color: #595757;*/
	font-size: 13px;
	line-height: 1.5;
	min-width: 940px;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}

#container {
	padding-top: 155px;
	text-align: left;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	height: 155px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f2e7df;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gHeader .hBox {
	width: 1280px;
	margin: 0 auto;
}

#gHeader h1 {
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 18px;
}

#gHeader h1 a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: opacity ease 0.4s;
}

#gHeader h1 a:hover {
	opacity: 0.7;
}

#gHeader h1 img {
	display: inline-block;
	transition: all 0.3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#gHeader h1 .logo01 {
	margin-top: 0px;
	margin-right: 60px;
	width: 200px;
}

#gHeader .subNaviBox {
    width: 1280px;
    margin: 0 auto;
	text-align: center;
	letter-spacing: -0.4em;
}

#gHeader .hLink {
	padding: 1px 8px 0 0;
	/*width: 342px;*/
	vertical-align: middle;
	display: inline-block;
	letter-spacing: normal;
}

#gHeader .hLink li {
	width: 104px;
	float: left;
    margin-left: 10px;
}

#gHeader .hLink .rLink {
	width: 104px;
	float: right;
}

#gHeader .hLink li a {
	padding: 0 0 1px;
	display: block;
	color: #f2e7df;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	background-color: #3e3a39;
}

#gHeader .hLink li .over {
	display: none;
}

#gHeader .hLink li a:hover .out {
	display: none;
}

#gHeader .hLink li a:hover .over {
	display: block;
	color: #f2e7df;
}

#gHeader .hLink li.instagram {
	width: 16px;
	margin-top: 1px;
}
#gHeader .hLink li.instagram a {
	background: none;
}
#gHeader .hLink li.instagram a img {
	display: block;
	width: 100%;
}

#gHeader .menu {
	display: none;
}

#gHeader.on {
	height: 90px;
}

#gHeader.on h1 .logo01 {
	width: 140px;
}

#gHeader.on h1 {
	margin-bottom: 5px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
.navBox {
	margin: 0 auto;
	width: 1280px;
}

#gNavi {
	display: inline-block;
	letter-spacing: normal;
	margin-top: 2px;
	margin-right: 18px;
	vertical-align: middle;
}

#gNavi li {
	position: relative;
	float: left;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 14px;
}

#gNavi li a {
	color: #3e3a39;
	text-decoration: none;
}

#gNavi li span {
	opacity: 1;
	display: block;
}

#gNavi li .over {
	position: absolute;
	top: calc(50% - 0.25em);
	line-height: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	font-family: 'Shippori Mincho', serif;
	font-size: 100%;
	/*margin: 0.2em 0;*/
}

#gNavi li .out {
	font-family: 'Shippori Mincho', serif;
	font-size: 12px;
	line-height: 1.6;
}

#gNavi li a:hover .over {
	opacity: 1;
}

#gNavi li a:hover .out {
	opacity: 0;
}

/*#gNavi .navi01 {*/
/*	width: 80px;*/
/*}*/

/*#gNavi .navi02 {*/
/*	width: 60px;*/
/*}*/

/*#gNavi .navi03 {*/
/*	width: 80px;*/
/*}*/

/*#gNavi .navi04 {*/
/*	width: 100px;*/
/*}*/

/*#gNavi .navi05 {*/
/*	width: 50px;*/
/*}*/

/*#gNavi .navi06 {*/
/*	width: 50px;*/
/*}*/

/*#gNavi .navi07 {*/
/*	width: 50px;*/
/*}*/

/*#gNavi .navi08 {*/
/*	width: 50px;*/
/*}*/

/*#gNavi .navi09 {*/
/*	width: 100px;*/
/*}*/

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	clear: both;
	overflow: hidden;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
}

#gFooter .fBox {
	padding: 28px 0 70px;
}

#gFooter .copyright {
	/*color: #595757;*/
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 10px;
}

#gFooter .copyright a {
	/*color: #595757;*/
	color: #FFF;
}

.pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
}

.pageTop a {
	padding-top: 18px;
	height: 32px;
	display: block;
	background-color: #3e3a39;
	transition: background ease 0.4s;
}

.pageTop a:hover {
	background-color: #000000;
}

.sp,
.sp-i {
	display: none !important;
}

@media all and (min-width: 768px) {
	.navBox {
		display: block !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.sp-i {
		display: inline !important;
	}

	body {
		min-width: 320px;
		overflow-x: hidden;
	}

	#container {
		padding-top: 50px;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 0;
		height: 50px;
	}

	#gHeader .hBox {
		background: #f2e7df;
		height: 100%;
		position: relative;
		width: 100%;
		z-index: 100;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#gHeader h1 {
		margin-bottom: 0;
		height: 100%;
	}

	#gHeader h1 a {
		height: 100%;
		padding: 0 50px;
	}

	#gHeader h1 .logo01 {
		width: 120px;
		margin-right: 0;
		margin-top: 0;
	}

	#gHeader .menu {
		position: absolute;
		left: 16px;
		top: 18px;
		display: block;
		width: 20px;
		height: 14px;
	}

	#gHeader .menu,
	#gHeader .menu span {
		display: inline-block;
		transition: all .4s ease;
		box-sizing: border-box;
	}

	#gHeader .menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #3e3a39;
		border-radius: 4px;
	}

	#gHeader .menu span:nth-of-type(1) {
	  top: 0;
	}

	#gHeader .menu span:nth-of-type(2) {
	  top: 6px;
	}

	#gHeader .menu span:nth-of-type(3) {
	  bottom: 0;
	}

	#gHeader .menu.on span:nth-of-type(1) {
		transform: rotate(45deg);
		top: calc(50% - 1px);
	}

	#gHeader .menu.on span:nth-of-type(2) {
		opacity: 0;
	}

	#gHeader .menu.on span:nth-of-type(3) {
		transform: rotate(-45deg);
		bottom: calc(50% - 1px);
	}

	#gHeader.menuOpened,
	#gHeader.on {
		height: 50px;
	}

	#gHeader.on h1 .logo01 {
		margin-top: 0;
		width: 120px;
	}

	#gHeader.on h1 {
		margin-bottom: 0;
	}

	#gHeader .navBox {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		display: none;
		background-color: #FFF;
		height: 100%;
		margin: 0;
	}

	#gHeader .navBox .subNaviBox {
		height: 100%;
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#gHeader .hLink {
		margin: 0 18px;
		padding: 0 0 16px;
		float: none;
		display: block;
		width: auto;
	}

	#gHeader .hLink li {
		width: 100%;
        margin-bottom: 10px;
		margin-left: 0;
	}

	#gHeader .hLink .rLink {
		width: 48%;
		float: right;
	}

	#gHeader .hLink li a {
		padding: 15px 15px 16px 0px;
		position: relative;
		color: #3e3a39;
		font-size: 14px;
		letter-spacing: normal;
		background-color: #f2e7df;
	}

	#gHeader .hLink li a:before {
		width: 11px;
		height: 20px;
		margin-top: -10px;
		background: url(../img/common/icon01.png) no-repeat;
		background-size: 11px 20px;
		position: absolute;
		top: 50%;
		right: 12px;

		content: "";
	}

	#gHeader .hLink li.instagram {
		width: 100%;
		margin-top: 1px;
	}
	#gHeader .hLink li.instagram a {
		background: none;
		padding-right: 0;
	}
	#gHeader .hLink li.instagram a img {
		display: block;
		width: 32px;
		height: 32px;
		margin: 0 auto;
	}

	#gHeader .hLink li .out {
		display: none;
	}

	#gHeader .hLink li a:hover .over {
		display: none;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		padding: 51px 0 0;
		margin: 0 0 17px;
		width: auto;
		display: block;
		float: none;
	}

	#gNavi li {
		float: none;
		width: 100% !important;
		font-size: 11px;
		letter-spacing: inherit;
		border-bottom: 1px solid #cccccc;
		padding: 0;
	}

	#gNavi li a {
		padding: 15px 0 14px;
		display: block;
		color: #221814;
		font-size: 13px;
		line-height: 1.2;
		position: relative;
		letter-spacing: 0.1em;
	}

	#gNavi li a:before {
		width: 5px;
		height: 11px;
		margin-top: -6px;
		background: url(../img/common/icon02.png) no-repeat left top;
		background-size: 5px 11px;
		position: absolute;
		top: 50%;
		right: 13px;

		content: "";
	}

	#gNavi li .over {
		position: relative!important;
		display: block !important;
		color: #595757;
		font-size: 9px;
		opacity: 1!important;
		margin: 0.2em 0;
	}

	#gNavi li a:hover .out {
		display: block;
		opacity: 1!important;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 0 30px;
	}

	#gFooter .fBox {
		padding: 28px 0 38px;
	}

	#gFooter .fBox .fLink {
		margin-bottom: 3px;
		display: block;
		font-size: 12px;
	}

	#gFooter .fLink a {
		margin: 0 5px;
		color: #FFF;
		/*color: #221814;*/
	}

	.pageTop {
		right: 15px;
		bottom: 15px;
		width: 40px;
		height: 40px;
	}

	.pageTop a {
		padding-top: 15px;
		height: 25px;
	}

	.pageTop a img {
		width: 16px;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	/*margin-bottom: 60px;*/
	/*max-height: calc(100vh - 90px);*/
	/*height: 720px;*/
	/*box-sizing: border-box;*/
	/*display: flex;*/
	/*text-align: center;*/
	/*flex-direction: column;*/
	/*align-items: center;*/
	/*justify-content: flex-start;*/
	/*color: #fff;*/
	/*background: url(img/index/main_visual_bg.jpg) no-repeat center center;*/
	/*background-size: cover;*/
}

.mainVisual img {
	display: block;
	width: 100%;
}
.mainVisual .bg {
	position: relative;
	width: 100%;
	z-index: 0;
}
.mainVisual .title {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 auto ;
	z-index: 10;

	width: 72%;
	height: 82%;
}


.mainVisual .pTop {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 1.65;
	font-family: 'Shippori Mincho', serif;
}

.mainVisual .ttl {
	color: #fff;
	font-size: 66px;
	line-height: 1.1;
	letter-spacing: 0.07em;
	font-family: 'Shippori Mincho', serif;
}

.mainVisual span {
	display: block;
}

.mainVisual .ttl .date {
	font-size: 34px;
	line-height: 1.1;
	font-family: 'Shippori Mincho', serif;
}

.mainVisual .ttl .sml {
	margin-top: 10px;
	color: #fff;
	line-height: 1.1;
	font-size: 26px;
}

#main .content {
	width: 900px;
	margin: 0 auto;
	padding: 60px 0;
}

#index .topBox {
	margin-bottom: 83px;
}

#index .topBox .phoBox {
	float: right;
}

#index .topBox .txtBox {
	/* margin-top: 58px; */
	width: 290px;
	float: left;
}

#index h2 {
	margin-bottom: 20px;
	color: #000;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0.3em;
	font-family: 'Shippori Mincho', serif;
}

#index h2.thin {
	letter-spacing: 0.1em;
}

#index h2 .en {
	margin-bottom: 5px;
	display: block;
	color: #3e3a39;
	font-size: 37px;
	line-height: 1.1;
	letter-spacing: 0.15em;
	font-weight: normal;
	font-family: 'Shippori Mincho', serif;
}

#index h2 .en .sml {
	margin-top: 5px;
	display: block;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
}

#index h3 {
	margin-bottom: 27px;
	color: #000;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.75;
	letter-spacing: 0.20em;
}

#index h3.thin {
	letter-spacing: 0.1em;
}

#index p {
	font-size: 12px;
	line-height: 2.15;
	letter-spacing: 0.06em;
	font-family: 'Shippori Mincho', serif;
}

#index .topBox .txtBox h2 {
	margin-bottom: 52px;
}

#index .topBox .txtBox h2 .en {
	margin-bottom: 1px;
	line-height: 1.3;
	letter-spacing: 0.15em;
}

#index .topBox .txtBox h3 {
	margin-bottom: 23px;
}

#index .topBox .txtBox p {
	line-height: 2.35;
	letter-spacing: 0.08em;
	font-family: 'Shippori Mincho', serif;
}

#index .h2Head {
	margin-bottom: 49px;
	padding-bottom: 16px;
	color: #4c4c4c;
	/*color: #595757;*/
	font-size: 24px;
	text-align: center;
	letter-spacing: 4px;
	border-bottom: 1px solid #808080;
	/*border-bottom: 1px solid #c8c8c8;*/
	font-family: 'Shippori Mincho', serif;
}

#index .photo {
	margin-bottom: 25px;
	clear: both;
}

#index .txtInner {
	margin-bottom: 60px;
	padding-bottom: 56px;
	border-bottom: 1px solid #808080;
	/*border-bottom: 1px solid #c8c8c8;*/
}

#index .txtInner .ttlArea {
	width: 430px;
	float: left;
}

#index .txtInner .txtArea .dlTxt dt {
	color: #000;
}

#index .txtInner .txtArea .dlTxt dt,
#index .txtInner .ttlArea .dlTxt dt {
	margin-bottom: 4px;
	color: #221814;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: 'Shippori Mincho', serif;
}

#index .txtInner .txtArea .dlTxt dd,
#index .txtInner .ttlArea .dlTxt dd {
	font-size: 10px;
	font-family: 'Shippori Mincho', serif;
}

#index .txtInner .txtArea {
	margin-top: 7px;
	width: 380px;
	float: right;
}

#index .txtInner .txtArea.txtArea03 {
	width: 350px;
}

#index .txtInner .txtArea.extend p {
	margin-right: -10px;
}

#index .txtInner .txtArea .dlTxt {
	display: none;
}

#index .dining .txtInner {
	padding-bottom: 50px;
}

#index .dining .txtInner .ttlArea h3 {
	margin-bottom: 64px;
}

#index .floor .txtInner {
	margin-bottom: 55px;
	padding-bottom: 0;
	border-bottom: none;
}

#index .pdfLink {
	clear: both;
	padding-top: 40px;
}

#index .pdfLink a {
	padding: 13px 0 13px;
	display: block;
	text-align: center;
	color: #f2e7df;
	font-size: 16px;
	text-decoration: none;
	background-color: #3e3a39;
	transition: background ease 0.4s;
}

#index .pdfLink a:hover {
	background-color: #000;
}

#index .plan {
	/*margin-top: -50px;*/
	padding-top: 50px;
	padding-bottom: 51px;
}

#index .plan .txtInner {
	padding-bottom: 0;
	border-bottom: none;
}

#index .plan .txtInner .ttlArea {
	width: 210px;
}

#index .plan .txtInner .ttlArea h2 {
	margin-bottom: 48px;
}

#index .plan .txtInner .rBox {
	margin-top: 5px;
	width: 633px;
	float: right;
}

#index .plan .txtInner .imgBox {
	margin-bottom: 20px;
	clear: both;
	background-color: #FFF;
	position: relative;
}

#index .plan .txtInner .imgBox .phoBox {
	float: right;
}

#index .plan .txtInner .imgBox .txtBox {
	padding: 0;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-51%);
	width: 300px;
	float: left;
}

#index .plan .txtInner .imgBox .txtBox h3 {
	margin-bottom: 12px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-size: 18px;
}

#index .plan .txtInner .imgBox .txtBox .price {
	margin-bottom: 8px;
	color: #000;
	line-height: 1.2;
	font-size: 16px;
	font-family: 'Shippori Mincho', serif;
}

#index .plan .txtInner .imgBox .txtBox .note {
	margin-bottom: 7px;
	color: #000;
	line-height: 1.6;
	font-family: 'Shippori Mincho', serif;
}

#index .plan .txtInner .imgBox .txtBox p {
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 1.75;
	font-family: 'Shippori Mincho', serif;
}

#index .plan .txtInner .imgBox .txtBox p:last-child {
	margin-bottom: 0;
}

#index .wrap {
	padding: 115px 0 101px;
	background-color: #EEEEEE;
}

#index .cuising .txtInner {
	padding-bottom: 75px;
}

#index .total .txtInner {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#index .access {
	padding: 100px 0 92px;
	text-align: center;
	/*border-bottom: 1px solid #c8c8c8;*/
	color: #FFF;
}

#index .access h2 {
	color: #FFF;
	margin-bottom: 36px;
}
#index .access h2 .en{
	color: #FFF;
}

#index .access .map {
	margin-bottom: 74px;
	height: 460px;
	background-color: #ccc;
}

#index .access iframe {
	width: 100%;
	vertical-align: top;
}

#index .access h3 {
	width: 600px;
	margin: 0 auto 38px;
	border-top: 1px solid #ccc;
	font-size: 16px;
	padding: 70px 0 0;
	line-height: 1.2;
	letter-spacing: 0.10em;
	color: #FFF;
}

#index .access h3 .en {
	margin-top: 6px;
	display: block;
	/*color: #3e3a39;*/
	color: #FFF;
	font-size: 28px;
	font-family: 'Shippori Mincho', serif;
}

#index .access .tel {
	margin-bottom: 22px;
	/*color: #221814;*/
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
}

#index .access .tel a {
	/*color: #221814;*/
	color: #FFF;
	text-decoration: none;
}

#index .access .tel .num {
	margin-top: 6px;
	display: block;
	font-size: 30px;
	line-height: 1.2;
	font-family: 'Shippori Mincho', serif;
}

#index .access .dlTxt {
	margin-bottom: 40px;
	font-size: 12px;
}

#index .access .dlTxt dt {
	margin-bottom: 7px;
	/*color: #221814;*/
	color: #FFF;
	font-size: 14px;
	font-family: 'Shippori Mincho', serif;
}

#index .access .dlTxt dd {
	margin-bottom: 34px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-family: 'Shippori Mincho', serif;
}

#index .access .dlTxt dd:last-child {
	margin-bottom: 0;
}

#index .access .miniMapBox {
	width: 100%;
	margin: 10px auto 50px;
	position: relative;
}

#index .access .linkList li a {
	color: #000000;
	background-color: #f2e7df;
}
#index .access .linkList li a:hover {
	background-color: #e7bb9b;
}
#index .access .linkList li a::before {
	background: url(../img/common/icon02.png) no-repeat center / contain;
}


#index .linkList {
	width: 906px;
	margin: 0 auto;
}

#index .linkList li {
	margin: 0 3px;
	width: 447px;
	float: left;
}

#index .linkList li a {
	padding: 30px 0 29px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
	text-decoration: none;
	background-color: #3e3a39;
	font-family: 'Shippori Mincho', serif;
	transition: background ease 0.4s;
}

#index .linkList li a:before {
	width: 16px;
	height: 30px;
	margin-top: -15px;
	background: url(../img/common/icon01.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 21px;
	content: "";
}

#index .linkList li a:hover {
	background-color: #000 ;
}
#index .access .pdfLink{
	margin: 50px auto 80px;
	width: 800px;
}
#index .access .pdfLink a{
	background: #3e3a39;
	border: solid 1px #898989;
	color: #898989;
}

@media all and (min-width: 0) and (max-width: 767px) {

	/*------------------------------------------------------------
		index
	------------------------------------------------------------*/
	.mainVisual {
		/*margin-bottom: 32px;*/
		/*min-height: 0;*/
		/*height: auto;*/
		/*min-height: 316px;*/
		/*background: url(img/index/sp_main_visual_bg.jpg) no-repeat center center;*/
		/*background-size: cover;*/
	}

	.mainVisual .title {
		position: absolute;
		top: 6.25%;
		left: 6%;
		right: 0;
		margin: 0 0;
		z-index: 10;

		width: 78%;
		height: 86%;
	}



	.mainVisual .copy01 {
		font-size: 20px;
		letter-spacing: 0.42em;
		margin-bottom: 20px;
	}

	.mainVisual .copy02 {
		font-size: 12px;
		margin-bottom: 6px;
		letter-spacing: 0.25em;
	}

	.mainVisual .copy03 {
		font-size: 9px;
		letter-spacing: 0.25em;
	}

	#main .content {
		width: auto;
		padding: 30px 24px;
	}

	#index .topBox {
		margin-bottom: 50px;
	}

	#index .topBox .phoBox {
		float: none;
	}

	#index .topBox .phoBox img {
		width: 100%;
	}

	#index .topBox .txtBox {
		margin-top: 27px;
		width: auto;
		float: none;
	}

	#new_lp_temp h2 {
		margin-bottom: 28px;
		font-size: 10px;
	}

	#index h2 .en {
		margin-bottom: 1px;
		font-size: 22px;
		line-height: 1.15;
	}

	#index h2 .en .sml {
		margin-top: 0px;
		font-size: 11px;
		margin-bottom: 2px;
	}

	#index h3 {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.6;
	}

	#index h3.overflow {
		margin-right: -20px;
	}

	#index p {
		font-size: 11px;
		line-height: 2.25;
	}

	#index .topBox .txtBox h2 {
		margin-bottom: 17px;
		text-align: center;
		margin-left: -30px;
		margin-right: -30px;
	}

	#index .topBox .txtBox h2 .en {
		margin-bottom: 1px;
		letter-spacing: 0.13em;
		line-height: 1.15;
	}

	#index .topBox .txtBox h3 {
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.65;
	}

	#index .topBox .txtBox p {
		line-height: 2.25;
	}

	#index .h2Head {
		margin-bottom: 24px;
		padding-bottom: 6px;
		font-size: 15px;
		letter-spacing: 0.15em;
	}

	#index .photo {
		margin-bottom: 30px;
	}

	#index .photo img {
		width: 100%;
	}

	#index .txtInner {
		margin-bottom: 22px;
		padding-bottom: 52px;
	}

	#index .txtInner .ttlArea {
		width: auto;
		float: none;
	}

	#index .txtInner .ttlArea .dlTxt {
		display: none;
	}

	#index .txtInner .txtArea {
		margin-top: 0px;
		width: auto;
		float: none;
	}

	#index .txtInner .txtArea.extend p {
		margin-right: 0;
	}

	#index .txtInner .txtArea.txtArea03 {
		width: 100%;
	}
	#index .txtInner .txtArea .dlTxt {
		margin-top: 22px;
		display: block;
	}

	#index .txtInner .txtArea .dlTxt dt {
		margin-bottom: 6px;
		font-size: 10px;
	}

	#index .dining .txtInner {
		padding-bottom: 50px;
	}

	#index .dining .txtInner .ttlArea h3 {
		margin-bottom: 20px;
	}

	#index .floor {
		margin-bottom: 50px;
		padding-bottom: 52px;
		border-bottom: 1px solid #c8c8c8;
	}

	#index .floor .txtInner {
		margin-bottom: 0;
		padding-bottom: 33px !important;
		border-bottom: none;
	}

	#index .pdfLink {
		padding-top: 40px;
	}

	#index .pdfLink a {
		padding: 9px 0;
		font-size: 12px;
	}

	/*#index .pdfLink a:hover {*/
	/*	background-color: #f2e7df;*/
	/*}*/

	#index .plan {
		/*margin-top: -15px;*/
		padding-top: 15px;
		padding-bottom: 30px;
	}

	#index .plan .txtInner .ttlArea {
		width: auto;
	}

	#index .plan .txtInner .ttlArea h2 {
		margin-bottom: 22px;
	}

	#index .plan .txtInner .rBox {
		margin-top: 35px;
		width: auto;
		float: none;
	}

	#index .plan .txtInner .imgBox .phoBox {
		float: none;
	}

	#index .plan .txtInner .imgBox .phoBox img {
		width: 100%;
	}

	#index .plan .txtInner .imgBox .txtBox {
		padding: 25px;
		width: auto;
		float: none;
		transform: none;
		position: static;
	}

	#index .plan .txtInner .imgBox .txtBox h3 {
		margin-bottom: 10px;
		line-height: 1.33;
		font-size: 16px;
		letter-spacing: 0.05em;
	}

	#index .plan .txtInner .imgBox .txtBox .price {
		margin-bottom: 10px;
		font-size: 13px;
	}

	#index .plan .txtInner .imgBox .txtBox .note {
		margin-bottom: 7px;
		line-height: 1.4;
		font-size: 10px;
	}

	#index .plan .txtInner .imgBox .txtBox p {
		margin-bottom: 8px;
		line-height: 1.6;
	}

	#index .wrap {
		padding: 50px 0;
	}

	#index .cuising .txtInner {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	#index .total .txtInner {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#index .access {
		padding: 40px 0 27px;
		margin: 0 38px;
	}

	#index .access h2 {
		margin-bottom: 20px;
	}

	#index .access .map {
		margin: 0 -38px 28px;
		height: 180px;
	}

	#index .access h3 {
		padding-top: 30px;
		margin-bottom: 25px;
		font-size: 11px;
		width: 100%;
	}

	#index .access h3 .en {
		margin-top: 2px;
		font-size: 19px;
	}

	#index .access .tel {
		margin-bottom: 20px;
		font-size: 11px;
	}

	#index .access .tel .num {
		margin-top: 3px;
		font-size: 23px;
	}

	#index .access .dlTxt {
		margin-bottom: 32px;
	}

	#index .access .dlTxt dt {
		margin-bottom: 5px;
		/*color: #000;*/
		color: #FFF;
		font-size: 12px;
	}

	#index .access .dlTxt dd {
		margin-bottom: 21px;
		line-height: 1.55;
		font-size: 11px;
	}

	#index .linkList {
		width: auto;
	}

	#index .linkList li {
		margin: 0 0 8px;
		width: 100%;
		float: none;
	}

	#index .linkList li:last-child {
		margin-bottom: 0;
	}

	#index .linkList li a {
		padding: 19px 0 19px;
		font-size: 15px;
	}

	#index .linkList li a:before {
		width: 10px;
		height: 20px;
		margin-top: -10px;
		background: url(../img/common/icon01.png) no-repeat;
		background-size: 10px 20px;
		right: 15px;
	}

	#index .linkList li a:hover {
		background-color: #000;
	}

	#index .access .miniMapBox {
		width: 100%;
		margin: 0 auto 10px;
	}

	#index .access .miniMapBox img {
		width: 100%;
		margin: 0 auto 20px;
	}
	#index .access .pdfLink{
		margin-bottom: 40px;
		width: 100%;
		margin-top: 0;
	}
}

#index .access .miniMapBox .mapContent .miniMapAddress {
	margin-bottom: 20px
}
#index .access .miniMapBox .mapContent .miniMapAddress dt {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}
#index .access .miniMapBox .mapContent .miniMap img {
	width: 100%;
}
@media all and (min-width: 768px) {
	#index .access .miniMapBox .mapContent {
		width: 800px;
		margin: 0 auto 20px;
	}
	#index .access .miniMapBox .mapContent .miniMapAddress {
		float: left;
		width: 40%;
		text-align: left;
	}
	#index .access .miniMapBox .mapContent .miniMap {
		margin-left: 40%;
	}
}

/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/


.modal .checkbox{
	display: none;
}

/* Gray background */
.modal .modal-overlay{
	opacity: 0;
	transition: all 0.3s ease;
	width: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	transform: scale(1);
	display: none;
	background-color: rgba(0,0,0,0.7);
}

/* Box */
.modal .modal-wrap{
	/*background-color: #ddd;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);*/
	padding: 50px;
	/*width: 50%;*/
	width: 1200px;
	margin:20px auto;
	/*align-self: flex-start;
    border-radius: 2px;*/
	border: solid 1px #7d7d7d;
	transition: all 0.5s ease;

	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.modal .modal-wrap.small{
	width: 30%;
}
.modal .modal-wrap.full{
	width: 100%;
	height: 100%;
}

.modal .modal-wrap.a-center {
	align-self: center;
}
.modal .modal-wrap.from-left {
	transform: translateX(-100%);
}
.modal .modal-wrap.from-right {
	transform: translateX(100%);
}
.modal .modal-wrap.from-top {
	transform: translateY(-100%);
}
.modal .modal-wrap.from-bottom {
	transform: translateY(100%);
}


/* Close button
.modal .modal-overlay .close{
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #282c34;
}
*/

.modal .modal-overlay .close:hover{
	cursor: pointer;
	color: #4b5361;
}


.modal .o-close {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
}

.modal input:checked ~ .o-close {
	z-index: 9998;
}
.modal input:checked ~ .modal-overlay{
	opacity: 1;
	display: block;
	width: 100%;

	transform: scale(1);
	/*opacity:1;*/
	z-index: 9997;
	overflow: auto;
	/*  display: flex;*/
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}
.modal input:checked ~ .modal-overlay .modal-wrap {
	transform: translateY(-50%);
	z-index: 9999;
	box-sizing: border-box;
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 800px){
	.modal .modal-wrap {
		width: 80%;
		padding: 40px 20px;
	}
}

/* Phone size */
@media (max-width: 500px){
	.modal .modal-wrap {
		width: 90%;
	}
}

/* Fadein from display:none */
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}


/* MODAL */
.modal  .modal-wrap {
	border: none;
	position: relative;
	text-align: center;
}
.modal label.close {
	float: right;
	display: inline-block;
	margin-bottom: 15px;
}
.modal input:checked ~ .modal-overlay {
	background-color: rgba(0,0,0,0.7);
}

.modal .row > label {
	display: block;
	position: absolute;
	transform: rotate(45deg);
	border: solid 5px #ffffff;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.modal .row > label:first-child {
	border-right: none;
	border-top: none;
}
.modal .row > label:last-child {
	border-left: none;
	border-bottom: none;
}

@media screen and (min-width:768px) {
	.modal .modal-wrap {
		margin-top: 60px;
	}

	.modal label.close {
		width: 40px;
	}

	.modal .row > label {
		width: 45px;
		height: 45px;
	}
	.modal .row > label:first-child {
		left: -20px;
	}
	.modal .row > label:last-child {
		right: -20px;
	}
	.modal .row > picture img {
		margin-left: auto;
		margin-right: auto;
		max-height: 700px;
	}
}
@media screen and (max-width:767px) {
	.modal label.close {
		width: 30px;
	}
	.modal p {
		margin: 10px 0;
	}

	.modal .row > label {
		width: 18px;
		height: 18px;
	}
	.modal .row > label:first-child {
		left: -5px;
	}
	.modal .row > label:last-child {
		right: -5px;
	}
}



/* MOVIE */
#movie .box {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#movie .play {
	position: relative;
	display: block;
	/*border: solid 2px #ffffff;*/
	cursor: pointer;
	transition: opacity 0.5s ease;
}
/*#movie .play:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	margin: auto;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	background: url(../img/play.svg) no-repeat;*/
/*	background-size: contain;*/
/*	background-position: center center;*/
/*}*/
#movie .play:hover {
	opacity: 0.75;
}

#movie .modal .modal-wrap iframe {
	display: block;
	width: 100%;
}

@media screen and (min-width:768px) {
	#movie .box {
		/*background-image: url(../img/mov_back.jpg);*/
	}
	/*#movie .play {*/
	/*	width: 745px;*/
	/*	margin: 100px auto;*/
	/*}*/
	/*#movie .play:after {*/
	/*	width: 128px;*/
	/*	height: 128px;*/
	/*}*/

	#movie .modal .modal-wrap iframe {
		height: 620px;
	}
}
@media screen and (max-width:767px) {
	#movie .box {
		/*background-image: url(../img/mov_back_sp.jpg);*/
	}
	/*#movie .play {*/
	/*	margin: 40px auto;*/
	/*}*/
	/*#movie .play:after {*/
	/*	width: 48px;*/
	/*	height: 48px;*/
	/*}*/

	#movie .modal .modal-wrap iframe {
		height: 42.5vw;
	}
}


/*#index .content {*/
/*	padding-top: 60px;*/
/*}*/
/*@media screen and (max-width:767px) {*/
/*	#index .content {*/
/*		padding: 30px 0;*/
/*	}*/
/*}*/

#index #about .topBox {
	margin-bottom: 0;
}
	#index #about .topBox .txtBox h3 {
		writing-mode: vertical-rl;
		text-align: initial;
		display: inline-block;
		margin-bottom: 30px;
		letter-spacing: 0.350em;
		color: #FFF;
	}
	#index #about .topBox .txtBox  {
		text-align: center;
	}
	#index #about .topBox .txtBox p {
		text-align: left;
		color: #FFF;
	}

#index #about {
	background: url(../img/index/bg_about@pc.jpg) no-repeat center / cover;
}
@media screen and (max-width:767px) {
	#index #about {
		background-image: url(../img/index/bg_about@sp.jpg);
	}
}

#index #facilities {
	background: url(../img/index/bg_facilities@pc.jpg) repeat-y center / contain;
	padding: 30px 0;
}
@media screen and (max-width:767px) {
	#index #facilities {
		background-image: url(../img/index/bg_facilities@sp.jpg);
	}
}

#index #bottom {
	background: url(../img/index/bg_bottom@pc.jpg) no-repeat center / cover;
	padding: 30px 0;
}
@media screen and (max-width:767px) {
	#index #bottom {
		background-image: url(../img/index/bg_bottom@sp.jpg);
	}
}


#index #dress .txtInner:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.p-modal {
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 150;
	overflow: scroll;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.p-modal__inner {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	/*padding: 11.72vw 0;*/
	width: 70.32vw;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 150px 0;
}
.p-modal__inner img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.p-modal__inner {
		padding: 20vw 6.67vw 13.34vw;
		width: auto;
	}
}
.p-modal__close {
	position: absolute;
	display: block;

	width: 26px;
	height: 26px;
	overflow: hidden;
	transition: all 0.4s ease;
	top: 40px;
	right: 40px;
}
@media only screen and (min-width: 768px) {
	.p-modal__close {
		cursor: pointer;
		transition: opacity 0.4s ease;
	}
}
@media only screen and (min-width: 768px) {
	.p-modal__close:hover {
		opacity: 0.6;
	}
}
@media all and (min-width: 0) and (max-width: 767px) {
	.p-modal__close {
		top: 2.67vw;
		right: 2.67vw;
		width: 3.47vw;
		height: 3.47vw;
	}
}
.p-modal__close:before, .p-modal__close:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	height: 1px;
	background: #fff;
	transition: all 0.4s ease;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.p-modal__close:before, .p-modal__close:after {
		height: 0.4vw;
	}
}
.p-modal__close:before {
	transform: rotate(45deg);
}
.p-modal__close:after {
	transform: rotate(-45deg);
}

/* 本サイトへのボタン */
.btnMoreInfo{
	margin-top: 40px;
}
.btnMoreInfo a{
	position: relative;
	display: block;
	width:100%;
	max-width:390px;
	padding:20px;
	border:solid 1px #000;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.btnMoreInfo a:after{
	position: absolute;
	content: "";
	width:12px;
	height:12px;
	right:20px;
	top:42%;
	border-top:solid 1px #000;
	border-right:solid 1px #000;
	transform: rotate(45deg);
}
.btnMoreInfo a span{
	font-size: 14px;
	letter-spacing: 0.15em;
	margin-right:-0.15em;
}
.btnMoreInfo a:hover{
	text-decoration: none;
	background:rgba(255,255,255,.4);
	transition: all 0.3s ease;
}
/* .btnMoreInfo.white{
	margin-top: 27px;
} */
.btnMoreInfo.white a{
	border:solid 1px #FFF;
}
.btnMoreInfo.white a:after{
	border-top:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
.btnMoreInfo.white a span{
	color:#FFF;
}