@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,
select,
option {
	font: inherit;
}

img[src$="img/common/loading.svg"] {
	height: 30px;
	width: auto;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #B98E31;
}

a:active {
	text-decoration: none;
	color: #B98E31;
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #171718;
	color: #FFE8C6;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	/*	overflow: hidden;*/
}

#container {
	position: relative;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
	font-weight: 400;
	overflow: hidden;
}

header,
main,
footer {
	opacity: 0;
	transition: all 0.3s ease-in-out 1s;
}

.fadeInContent header,
.fadeInContent main,
.fadeInContent footer {
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flexSb {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* レイアウト関連 */
/* -------------------------------------------------- */
.commonW {
	width: 1200px;
	margin: 0 auto;
}

.pbNone {
	padding-bottom: 0 !important;
}

/* TOP ウイルス対策 */
.conWrap {
	padding-bottom: 80px;
}

.conWrap:nth-child(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.conImg {
	width: 62.5%;
	overflow: hidden;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.conImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.conInfo {
	width: 37.5%;
	padding: 25px 6%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(img/common/logo_black_pc.png) no-repeat center #000000;
	background-size: 60%;
	-webkit-background-size: 60%;
}

.conTit {
	padding-bottom: 30px;
	font-size: 2.2rem;
	line-height: 1.2;
}

.conTxt {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: normal;
}

/* 店内3Dビュー */
.indoor3dCon {
	padding-bottom: 70px;
}

.indoor3dCon:last-child {
	padding-bottom: 0;
}

.indoor3dFloor {
	padding-bottom: 10px;
	line-height: 1;
	font-size: 2.1rem;
}

.floorNum {
	font-size: 4.3rem;
}

.indoor3dWrap {
	width: 100%;
}

/* タイトル関連 */
/* -------------------------------------------------- */
.commonTit {
	padding-bottom: 110px;
	text-align: center;
}

.commonTitJa {
	display: block;
	padding-bottom: 30px;
	position: relative;
	line-height: 1;
	font-size: 2.8rem;
	font-weight: 700;
}

.commonTitJa:before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 2px;
	margin-left: -75px;
	position: absolute;
	bottom: 12px;
	left: 50%;
	background: url(img/common/tit_line.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	vertical-align: middle;
}

.commonTitEn {
	display: block;
	font-size: 1.3rem;
	line-height: 1;
	color: #A78F6B;
}

/* テキスト関連 */
/* -------------------------------------------------- */
/* ドレスコード */
.dressCode {
	padding-bottom: 110px;
	letter-spacing: -.4em;
	text-align: center;
}

.dressCodeInr {
	display: inline-block;
	letter-spacing: 0.15em;
}

.dressCodeTxt {
	padding-bottom: 40px;
	font-size: 1.4rem;
	line-height: 2.1;
	text-align: left;
}

/* header */
/* -------------------------------------------------- */
header {
	width: 100%;
	position: relative;
}

#fv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	opacity: 0;
	z-index: 900;
}

.underLayer #fv {
	position: relative;
	width: 100%;
	height: 370px;
	margin-bottom: 50px;
	overflow: hidden;
	opacity: 0;
}

#fv.on,
.underLayer #fv.on {
	transition: all 1s ease-in-out 0.5s;
	opacity: 1;
}

#fvBg {
	width: calc(100% / 1.1);
	height: 100vh;
	background: url(img/common/fv_img.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	transition: all 0.3s ease-in-out 0s;
}

.pace-running #fvBg {
	opacity:0;
}

.pace-done #fvBg {
	opacity:1;
}


#fvBg {
	width: calc(100% / 1.1);
	height: 100vh;
	background: url(img/common/fv_img.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
}

#fvInner {
	width: 100%;
	position: absolute;
	top: 0%;
	left: -20%;
	text-align: center;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	overflow: hidden;
}

.underLayer #fvInner {
	position: relative;
	top: -280px;
	left: auto;
	width: 100%;
	height: 170%;
	text-align: center;
	background: url(img/common/fv_img.jpg) no-repeat center 200px;
	background-size: cover;
	-webkit-background-size: cover;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	overflow: hidden;
}

.underLayer #fvInner.rental {
	background: url(img/rental-space/fv_rental.jpg) no-repeat center 200px;
	background-size: cover;
	-webkit-background-size: cover;
}

.fvLogo {
	width: 247px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	letter-spacing: -.4em;
	opacity: 0;
	z-index: 100;
	text-align: center;
}

.underLayer .fvLogo {
	opacity: 1;
	-webkit-transform: translate(-50%, 30%);
	transform: translate(-50%, 30%);
}

#fvInner:after {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	opacity: 0;
}


.underLayer #fvInner:after {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	opacity: 1;
}

.active #fvInner:after {
	opacity: 1;
	transition: all 1s ease-in-out 1s;
}

#fv.active .fvLogo {
	transition: all 2s ease-in-out 1s;
	opacity: 1;
}

.fvLogoImg {
	padding-bottom: 20px;
	transition: all 0.3s ease-in-out 0s;
}

.fvLogoImg img {
	width: 100%;
	height: auto;
}

.fvTit {
	line-height: 1;
	letter-spacing: 0.95em;
	text-indent: 0.95em;
	font-weight: 700;
	font-size: 2rem;
	color: #FFFFFF;
}

.fvlogoSmall {
	width: 160px;
}

.fvTitSmall {
	font-size: 1.6rem;
}


#topInfo {
	padding-bottom: 40px;
}

.fInfo {
	text-align: center;
	color: #FFE8C6;
}

.fInfoAdd {
	padding-bottom: 15px;
	line-height: 1;
}

.fInfoAdd a {
	color: #FFE8C6;
	transition: all 0.3s ease-in-out 0s;
}

.fInfoTel {
	line-height: 1;
}

.fInfoTime {
	font-size: 60%;
}

.otherTel {
	padding: 6px;
	display: inline-block;
	font-size: 70%;
	line-height: 1.2;
	background: #222;
	letter-spacing: 0;
}

.mainNav {
	padding-bottom: 50px;
}

.navList {
	letter-spacing: -.4em;
}

.navItem {
	display: inline-block;
	border-right: 1px solid #A79451;
	letter-spacing: 0.15em;
}

.navItem:first-child {
	width: 11%;
}

.navItem:nth-child(2) {
	width: 16%;
}

.navItem:nth-child(3) {
	width: 16%;
}

.navItem:nth-child(4) {
	width: 10%;
}

.navItem:nth-child(5) {
	width: 30%;
}

.navItem:last-child {
	width: 17%;
	border-right: none;
}

.navLink {
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 700;
	color: #FFE8C6 !important;
	transition: all 0.3s ease-in-out 0s;
}

.circleArea {
	position: absolute;
	bottom: 13vh;
	right: 70px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	z-index: 700;
}

.circleArea {
	position: absolute;
	bottom: 13vh;
	right: 70px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

.underLayer .circleArea {
	z-index: 1000;
}

.circleLink {
	display: block;
	text-align: center;
	letter-spacing: -.4em;
	color: #FFE8C6 !important;
	transition: all 0.3s ease-in-out 0s;
}

.circle {
	display: inline-block;
	width: 110px;
	padding-bottom: 5px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.circle:before {
	content: '';
	width: 110px;
	height: 110px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #000000;
	opacity: 0.3;
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

.circle img {
	width: 100%;
}

.circleTxt {
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.15em;
}

/* slider */
/* -------------------------------------------------- */
.sp-image-container {
	position: relative;
}

.sp-image-container:before {
	content: '';
	display: inline-block;
	width: 940px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(img/common/slider_or.png) 0 0 repeat-y;
	background-size: contain;
	-webkit-background-size: contain;
}

.sp-horizontal .sp-arrows {
	z-index: 2;
}

/* footer */
/* -------------------------------------------------- */
footer {
	width: 100%;
	text-align: center;
	position: relative;
	background: #000000;
}

.footerLogo {
	padding: 60px 0 50px;
	letter-spacing: -.4em;
}

.footerLogoLink {
	width: 145px;
	display: inline-block;
	letter-spacing: 0;
	transition: all 0.3s ease-in-out 0s;
}

.footerLogoImg {
	padding-bottom: 15px;
}

.footerLogoImg img {
	width: 100%;
}

.footerLogoTxt {
	font-size: 1.5rem;
	letter-spacing: 0.95em;
	text-indent: 0.95em;
	line-height: 1;
	color: #FFFFFF;
}

.footerInfo {
	padding-bottom: 95px;
}

.footerNavList {
	padding-bottom: 70px;
}

.footerCircleArea {
	bottom: 145px;
}

#pagetop {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 3;
}

.pageTopLink {
	width: 40px;
	height: 40px;
	display: block;
	background: #A79451;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

.copyRight {
	display: block;
	padding-bottom: 50px;
	line-height: 1;
	color: #FFE8C6;
}



/* -------------------------------------------------- */
/* PC 1025px以上  マウスイベント、改行*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	.sp {
		display: none !important;
	}

	/* 改行 */
	/* -------------------------------------------------- */
	/* クラス名の要素の直後で改行させる */
	.brA_:after {
		content: "\A";
		white-space: pre;
	}

	/* header */
	/* -------------------------------------------------- */
	.fvLogoLink:hover {
		opacity: 0.7;
	}

	.circleLink:hover .circle:before {
		opacity: 0;
	}

	.navLink:hover,
	.fInfoAdd a:hover {
		opacity: 0.7;
	}

	/* header */
	/* -------------------------------------------------- */
	.footerLogoLink:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* PC 1600px ~ 1025px  マウスイベント、改行*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1600px) {

	/* header */
	/* -------------------------------------------------- */
	.circleArea {
		bottom: 100px;
	}

	/* header */
	/* -------------------------------------------------- */
	.footerCircleArea {
		bottom: 185px;
	}
}

/* -------------------------------------------------- */
/* PC 1450px ~ 1025px  マウスイベント、改行*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1450px) {

	/* header */
	/* -------------------------------------------------- */
	#scrollTxt {
		display: none;
	}
}

/* -------------------------------------------------- */
/* PC 1300px ~ 1025px  マウスイベント、改行*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1300px) {

	/* レイアウト関連 */
	/* -------------------------------------------------- */
	.commonW {
		width: 90%;
	}
}

/* -------------------------------------------------- */
/* PC 1200px ~ 1025px  マウスイベント、改行*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1200px) {

	/* header */
	/* -------------------------------------------------- */
	.navLink {
		font-size: 1.4rem;
	}
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#container {
		font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
		font-weight: normal;
	}

	.pc {
		display: none !important;
	}

	/* 改行 */
	/* -------------------------------------------------- */
	/* クラス名の要素の直後で改行させる */
	.brC_:after {
		content: "\A";
		white-space: pre;
	}

	/* レイアウト関連 */
	/* -------------------------------------------------- */
	.commonW {
		width: 92%;
	}

	.conWrap {
		display: block;
		padding-bottom: 40px;
	}

	.conImg {
		width: 100%;
	}

	.conInfo {
		width: 100%;
		padding: 25px 4%;
		background: url(img/common/logo_black_sp.png) no-repeat center #000000;
		background-size: 20% auto;
		-webkit-background-size: 20% auto;
	}

	.conTit {
		font-size: 2rem;
		padding-bottom: 10px;
	}

	/* 店内3Dビュー */
	/* -------------------------------------------------- */
	#indoor3d {
		padding: 80px 0;
	}

	.indoor3dFloor {
		font-size: 1.8rem;
	}

	.floorNum {
		font-size: 3.2rem;
	}

	.indoor3dCon {
		padding-bottom: 40px;
	}

	/* タイトル関連 */
	/* -------------------------------------------------- */
	.commonTit {
		padding-bottom: 50px;
	}

	.commonTitJa {
		font-size: 2.4rem;
		line-height: 1.2;
	}

	.commonTitEn {
		font-size: 1.2rem;

	}

	/* テキスト関連 */
	/* -------------------------------------------------- */
	.fInfo {
		margin: 0 auto;
		font-size: 1.8rem;
	}

	/* ドレスコード */
	.dressCode {
		padding-bottom: 40px;
	}

	.dressCodeTxt {
		font-size: 1.6rem;
	}

	/* ボタン関連 */
	/* -------------------------------------------------- */
	/* header */
	/* -------------------------------------------------- */
	/* ハンバーガーメニュー */
	body.nav_open {
		overflow: hidden;
	}

	.spNavFix {
		width: 100%;
		height: 50px;
		padding: 10px 4%;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #171718;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 900;
	}

	.menuArea {
		width: 33px;
		height: 22px;
		text-align: center;
		cursor: pointer;
		position: relative;
	}

	.spNavLine {
		width: 25px;
		height: 1px;
		background: #A79451;
		position: absolute;
		left: 7.5px;
		transition: all 0.3s ease-in-out 0s;
	}

	.spNavLine:first-child {
		top: 0;
	}

	.spNavLine:nth-child(2) {
		top: 9px;
	}

	.spNavLine:nth-child(3) {
		top: 18px;
	}

	/* 最初のspanをマイナス45度に */
	.menuArea.active span:nth-child(1) {
		top: 10px;
		left: 8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.menuArea.active span:nth-child(2),
	.menuArea.active span:nth-child(3) {
		top: 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.spNavWrap {
		width: 100%;
		height: 100vh;
		padding: 30px 4%;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 900;
		background: #171718;
		overflow: scroll;
		z-index: 900;
		transform: translateX(130%);
		/*ナビを上に隠す*/
		transition: all 0.6s ease-in-out 0s;
		/*アニメーションの時間を指定*/
	}

	.spNavWrap.active {
		transform: translateX(0);
	}

	.mainNav {
		width: 100%;
	}

	.navList {
		letter-spacing: 0.15em;
	}

	.navItem {
		display: block;
		width: 100% !important;
		border-right: none;
	}

	.navLink {
		padding: 15px 0;
		font-size: 2rem;
		font-weight: bold;
		border-bottom: 1px solid #A79451;
	}

	.circleArea {
		position: static;
		letter-spacing: -.4em;
	}

	.circleLink {
		display: inline-block;
		letter-spacing: 0;
		text-align: center;
	}

	.circle {
		width: 120px;
		display: inline-block;
	}

	.circle:before {
		content: none;
	}

	.circle img {
		width: 100%;
	}

	.circleTxt {
		font-weight: bold;
		font-size: 2rem;
		letter-spacing: 0.15em;
	}

	#topInfo {
		padding-bottom: 80px;
	}

	/* FV */
	#fvBg {
		width: 100%;
		height: 100vh;
		background: url(img/top/fv_img_sp.jpg) no-repeat center top;
		background-size: cover;
		-webkit-background-size: cover;
	}
	
	#fvInner {
		border-radius: 0 0 90% 90% / 0 0 100% 100%;
	}

	.underLayer #fvInner {
		height: 160%;
		border-radius: 0 0 80% 80% / 0 0 100% 100%;
	}
	
	.topFade {
		padding-top: 30px;
	}
	
	.fvLogo {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.underLayer .fvLogo {
		opacity: 1;
		-webkit-transform: translate(-50%, 70%);
		transform: translate(-50%, 70%);
	}

	.fvLogoImg {
		display: inline-block;
		width: 200px;
		padding-top: 30px;
	}

	.underLayer .fvLogoImg {
		width: 150px;
	}

	.fvTit {
		letter-spacing: 0.5em;
		text-indent: 0.5em;
		font-size: 1.4rem;
	}

	.fInfoAdd {
		line-height: 1.5;
	}

	.telLink a {
		color: #FFE8C6;
	}

	.fvWrap {
		margin: 50px 0 40px;
	}

	.circleWrap,
	.circleWrapSmall {
		height: 800px !important;
	}

	.fvCircle,
	.fvCircleSmall {
		height: 800px;
	}

	.fvInnr {
		width: 1200px;
		height: 1200px;
		margin-left: -600px;
		bottom: 0;
	}

	/* slider */
	/* -------------------------------------------------- */
	.sp-image-container:before {
		width: 50%;
	}

	/* footer */
	/* -------------------------------------------------- */
	.footerNavList {
		padding-bottom: 40px;
		letter-spacing: -.4em;
	}

	.footerNavList .navItem {
		width: 50% !important;
		margin-bottom: 20px;
		display: inline-block;
		vertical-align: middle;
		border-right: 1px solid #A79451;
		border-bottom: none;
	}

	.footerNavList .navItem:nth-child(2n) {
		border-right: 0;
	}

	.footerNavList .navItem:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.footerNavList .navLink {
		padding: 0;
		font-size: 1.4rem;
		border-bottom: none;
	}

	.footerLogoLink {
		width: 100px;
	}

	.footerLogo {
		padding: 40px 0;
	}

	.footerLogoTxt {
		font-size: 1.3rem;
		letter-spacing: 0.6em;
		text-indent: 0.6em;
	}

	.footerNavList {
		padding-bottom: 40px;
		letter-spacing: -.4em;
	}

	.footerInfo {
		padding-bottom: 80px;
	}

	footer .circleTxt {
		font-size: 1.6rem;
	}

	.footerCircleArea {
		padding-bottom: 40px;
	}

	.copyRight {
		font-size: 1.2rem;
		padding-bottom: 30px;
	}

	.pageTopLink img {
		width: 20px;
		height: auto;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	body {
		letter-spacing: 0.1em;
	}

	#container {
		font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
		font-weight: normal;
	}

	.pc {
		display: none !important;
	}

	/* 改行 */
	/* -------------------------------------------------- */
	/* クラス名の要素の直後で改行させる */
	.brB_:after {
		content: "\A";
		white-space: pre;
	}

	/* レイアウト関連 */
	/* -------------------------------------------------- */
	.commonW {
		width: 92%;
	}

	.conWrap {
		display: block;
		padding-bottom: 40px;
	}

	.conImg {
		width: 100%;
	}

	.conInfo {
		width: 100%;
		padding: 25px 4%;
		background: url(img/common/logo_black_sp.png) no-repeat center #000000;
		background-size: 40% auto;
		-webkit-background-size: 40% auto;
	}

	.conTit {
		font-size: 2rem;
		padding-bottom: 10px;
	}

	.conTxt {
		font-size: 1.4rem;
		line-height: 1.4;
		font-weight: normal;
	}

	/* 店内3Dビュー */
	/* -------------------------------------------------- */
	#indoor3d {
		padding: 80px 0;
	}

	.indoor3dFloor {
		font-size: 1.8rem;
	}

	.floorNum {
		font-size: 3.2rem;
	}

	.indoor3dCon {
		padding-bottom: 40px;
	}

	/* タイトル関連 */
	/* -------------------------------------------------- */
	.commonTit {
		padding-bottom: 50px;
	}

	.commonTitJa {
		font-size: 2.4rem;
		line-height: 1.2;
	}

	.commonTitEn {
		font-size: 1.2rem;

	}

	/* テキスト関連 */
	/* -------------------------------------------------- */
	.fInfo {
		margin: 0 auto;
		font-size: 1.6rem;
	}

	/* ドレスコード */
	.dressCode {
		padding-bottom: 40px;
	}

	.dressCodeTxt {
		font-size: 1.4rem;
		line-height: 1.4;
	}

	/* ボタン関連 */
	/* -------------------------------------------------- */
	/* header */
	/* -------------------------------------------------- */
	/* ハンバーガーメニュー */
	body.nav_open {
		overflow: hidden;
	}

	.spNavFix {
		width: 100%;
		height: 50px;
		padding: 10px 4%;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #171718;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 900;
	}

	.menuArea {
		width: 33px;
		height: 22px;
		text-align: center;
		cursor: pointer;
		position: relative;
	}

	.spNavLine {
		width: 25px;
		height: 1px;
		background: #A79451;
		position: absolute;
		left: 7.5px;
		transition: all 0.3s ease-in-out 0s;
	}

	.spNavLine:first-child {
		top: 0;
	}

	.spNavLine:nth-child(2) {
		top: 9px;
	}

	.spNavLine:nth-child(3) {
		top: 18px;
	}

	/* 最初のspanをマイナス45度に */
	.menuArea.active span:nth-child(1) {
		top: 10px;
		left: 8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.menuArea.active span:nth-child(2),
	.menuArea.active span:nth-child(3) {
		top: 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.spNavWrap {
		width: 100%;
		height: 100vh;
		padding: 30px 4%;
		position: fixed;
		top: 50px;
		left: 0;
		background: #171718;
		overflow: scroll;
		z-index: 900;
		transform: translateX(130%);
		/*ナビを上に隠す*/
		transition: all 0.6s ease-in-out 0s;
		/*アニメーションの時間を指定*/
	}

	.spNavWrap.active {
		transform: translateX(0);
	}

	.mainNav {
		width: 100%;
	}

	.navList {
		letter-spacing: 0.15em;
	}

	.navItem {
		display: block;
		width: 100% !important;
		border-right: none;
	}

	.navLink {
		padding: 15px 0;
		font-size: 2rem;
		font-weight: bold;
		border-bottom: 1px solid #A79451;
	}

	.circleArea {
		position: static;
		letter-spacing: -.4em;
	}

	.circleLink {
		display: inline-block;
		letter-spacing: 0;
		text-align: center;
	}

	.circle {
		width: 120px;
		display: inline-block;
	}

	.circle:before {
		content: none;
	}


	.circle img {
		width: 100%;
	}

	.circleTxt {
		font-weight: bold;
		font-size: 2rem;
	}

	#topInfo {
		padding-bottom: 30px;
	}

	/* FV */
	#fvInner {
		width: 200%!important;
		border-radius: 0 0 50% 50% / 0 0 50% 50%;
		left: -50%;
	}

	.underLayer #fvInner {
		width: 200%;
		height: 160%;
		border-radius: 0 0 50% 50% / 0 0 50% 50%;
		transform: translate(-25%, 0);
	}

	.fvLogo {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.underLayer .fvLogo {
		opacity: 1;
		-webkit-transform: translate(-50%, 70%);
		transform: translate(-50%, 70%);
	}

	.fvLogoImg {
		display: inline-block;
		padding-bottom: 15px;
		width: 140px;
	}

	.underLayer .fvLogoImg {
		width: 100px;
	}

	.fvTit {
		letter-spacing: 0.5em;
		text-indent: 0.5em;
		font-size: 1.4rem;
	}

	.fInfoAdd {
		line-height: 1.5;
	}

	.telLink a {
		color: #FFE8C6;
	}
	
	
	#fvBg {
		width: 100vw;
		height: 100vh;
		margin: 0 auto;
		background: url(img/top/fv_img_sp.jpg) no-repeat center top;
		background-size: cover;
		-webkit-background-size: cover;
	}

	.fvInnr {
		width: 850px;
		height: 850px;
		margin-left: -425px;
		bottom: 0;
	}

	.fvWrap {
		margin: 50px 0 40px;
	}

	.fvCircle,
	.fvCircleSmall {
		height: 460px;
	}

	.circleWrap,
	.circleWrapSmall {
		height: 460px !important;
	}

	/* slider */
	/* -------------------------------------------------- */
	.sp-image-container:before {
		width: 50%;
	}

	/* footer */
	/* -------------------------------------------------- */
	.footerLogoLink {
		width: 100px;
	}

	.footerLogoTxt {
		font-size: 1.3rem;
		letter-spacing: 0.6em;
		text-indent: 0.6em;
	}

	.footerNavList {
		padding-bottom: 40px;
		letter-spacing: -.4em;
	}

	.footerNavList .navItem {
		width: 50% !important;
		margin-bottom: 20px;
		display: inline-block;
		vertical-align: middle;
		border-right: 1px solid #A79451;
		border-bottom: none;
	}

	.footerNavList .navItem:nth-child(2n) {
		border-right: 0;
	}

	.footerNavList .navItem:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.footerNavList .navLink {
		padding: 0;
		font-size: 1.4rem;
		border-bottom: none;
	}

	.footerLogo {
		padding: 40px 0;
	}

	.footerInfo {
		padding-bottom: 80px;
	}

	footer .circleTxt {
		font-size: 1.6rem;
	}

	.footerCircleArea {
		padding-bottom: 40px;
	}

	.copyRight {
		font-size: 1.2rem;
		padding-bottom: 30px;
	}

	.pageTopLink img {
		width: 20px;
		height: auto;
	}

}

/*iphone 6/7/8 Plus用*/
@media screen and (max-width: 767px) and (min-width: 414px) {

	.fvCircle,
	.fvCircleSmall {
		height: 530px;
	}

	.circleWrap,
	.circleWrapSmall {
		height: 530px !important;
	}
}

/*i phone 5/SE 用*/
@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}

	.fvCircle,
	.fvCircleSmall {
		height: 380px;
	}

	.circleWrap,
	.circleWrapSmall {
		height: 380px !important;
	}
}