
@charset "utf-8";
:root {
	--main-color: #0c234a;
}
/* 汎用 */
a:hover img { opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.st { font-weight: bold; }
.fl { float: left; }
.fr { float: right; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw800 { font-weight: 800; }
.flex { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.flex_not_justify { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

/* メインの日本語フォント */
.f_min { font-family: "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif; }
.f_hira { font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif; }
.f_gothic { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", sans-serif; }
.f_hirago { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; }

/* メインの日本語フォント 太字 */
.f_min_bold { font-family: "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif; font-weight: 600; }
.f_hira_bold { font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif; font-weight: 600; }
.f_gothic_bold { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", sans-serif; font-weight: 600; }
.f_hirago_bold { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; font-weight: 600; }

/* 英字用フォント */
.f_times { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }
.f_arial { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

/* 画像フィット用 */
.fit_img { display: flex; justify-content: center; align-items: center; /*IE用*/ flex-direction: column; }
.fit_img img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.regacy_fit_img { display: relative; overflow: hidden; }
.regacy_fit_img img { position: absolute; left: -50%; right: -50%; top: -50%; bottom: -50%; margin: auto; max-width: 100%; max-height: 100%; width: auto; height: auto; }
.ofi { object-fit: cover; font-family: 'object-fit:cover; '; }

/*===========
inview
===========*/
/*
.inview img {
	opacity: 0;
	transform: translate(0, 20%);
	transition: 1s;
}
.inVleft img {
	opacity: 0;
	transform: translate(-5%, 0);
	transition: 1s;
}
*/
.inview2 {
	opacity: 0;
	transform: translate(0, 20%);
	transition: 1s;
}

.inview img {
	opacity: 0;
	transform: translate(5%, 0);
	transition: 0.5s;
}
.inview img:last-child {
	opacity: 1;
	transform: translate(0, 0);
}
.inview img:first-child,
.inview img:nth-child(4) {
	transition-delay: 0.5s;
}
.inview img:nth-child(2),
.inview img:nth-child(5) {
	transition-delay: 1s;
}
.inview img:nth-child(3),
.inview img:nth-child(6) {
	/*transform: translate(0, 20%);*/
	transition-delay: 1.5s;
}
.inview.is-show img,
.inVleft.is-show img,
.inview2.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/* ズレ表示用sample */
.works_list .parts:nth-child(2) {
	transition-delay: .2s;
}
.works_list .parts:nth-child(3) {
	transition-delay: .4s;
}


/*PC用*/
@media print, screen {
	.pc { display: block !important }
	.sp { display: none !important }
	.h_menu, #sp_global_nav { display: none; }

	body {
		background: url("../../images/src/bg_pc.png"), #ADADAD;
		background-position: center top -100px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-attachment: fixed;
	}
	#header {
		position: relative;
		/*position: fixed;*/
		top: 0;
		left: calc(80% - 550px);
		left: 0;
		margin: 0 20% 0 auto;
		width: 550px;
		height: 73px;
		background: #fff;
		z-index: 1;
		background: url("../../images/src/bg_head.png"), #fff;
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 17.89%;

	}
	#header > div {
		display: flex;
		justify-content: space-between;
	}
	#header .logo {
		display: flex;
	}
	#header .logo li {
		width: 92px;
		margin-right: 5px;
	}
	#header .logo li:first-child {
		margin-right: 14px;
	}
	#header .logo li:nth-child(2),
	#header .logo li:nth-child(3) {
		width: 84px;
	}
	main {
		position: relative;
		/*top: 73px;*/
	}


#globalNav .button {
	width: 72px;
	height: 0;
	padding: calc(96px * (550 / 750)) 0 0 0;
	padding: calc(89px * (550 / 750)) 0 0 0;
	display: block;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 20%;
	background: none;
	border: none;
	z-index: 1000;
	background: #fff;
}
#globalNav.accordion.open .button {
	background: none;
}
#globalNav .button .wrap {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(35 / 113 * 100%);
	width: calc(55 / 113 * 100%);
	height: 0;
	padding: calc(30 / 113 * 100%) 0 0 0;
	padding: calc(50 / 113 * 100%) 0 0 0;
	margin: auto;
}
#globalNav .button .wrap span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #000;
	margin: auto;
	transition: all 0.2s;
}
#globalNav .button .wrap span:nth-of-type(1) {
	top: 0;
}
#globalNav .button .wrap span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}
#globalNav .button .wrap span:nth-of-type(3) {
	bottom: 0;
}
#globalNav .menu {
	position: fixed;
	top: 0;
	right: 20%;
	z-index: 999;
	height: 338px;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", sans-serif;
}
#globalNav .menu .menuBg {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}
#globalNav .menu .menuInner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 356px;
	color: #ffffff;
	background: #B40000;
	transform: translateX(100%);
	transition: all 0.2s ease-out;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
#globalNav .menu .title {
	color: #FFFF00;
	font-weight: 900;
	text-align: center;
	line-height: 1.8;
}
#globalNav .menu .list {
	margin: 0 18px;
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}
#globalNav .menu .list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#globalNav .menu .list a {
	padding: 0.25em 0 0.5em;
	color: #fff;
	font-weight: 500;
}
#globalNav.open .button .wrap span:nth-of-type(1) {
	bottom: 0;
	left: 0;
	transform: translateY(50%) translateY(-1px) rotate(-45deg);
}
#globalNav.open .button .wrap span:nth-of-type(2) {
	opacity: 0;
	left: 0;
}
#globalNav.open .button .wrap span:nth-of-type(3) {
	top: 0;
	left: 0;
	transform: translateY(-50%) translateY(1px) rotate(45deg);
}
#globalNav.open .menu {
	left: 0;
}
#globalNav.open .menu .menuBg {
	left: 0;
}
#globalNav.open .menu .menuInner {
	transform: translateX(0);
}
button {
	cursor: pointer;
	font-family: inherit;
}
.ib {
	display: inline-block;
	line-height: inherit;
	font-weight: inherit;
}
.accordionTrigger {
	cursor: pointer;
	display: block;
}

.accordionContent {
	display: none;
}

	h2 {
		/*margin-top: -72px;
		padding-top: 72px;*/
	}

	.wrapper {
		width: 550px;
		margin: 0 20% 0 auto;
		position: relative;
		background: #FFFAB9;
		font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", sans-serif;
	}
	h1 {
		padding-bottom: 255px;
		padding-bottom: 227px;
		position: relative;
		background: url("../../images/src/bg_main.png") center top no-repeat;
		background-size: 100%;
	}
	h1 .abs {
		position: absolute;
		left: 0;
		top: 0;
	}
	section {
		width: 568px;
		width: 505px;
		margin: 0 auto;
	}
	#facility h2 span {
		display: block;
		margin: 35px 0 20px;
		margin: 31px 0 18px;
		padding: 0.25em 0;
		background: #C30D23;
		color: #fff;
		text-align: center;
		font-weight: 700;
	}
	#facility div {
		display: flex;
		justify-content: space-between;
	}
	#facility p {
		text-align: center;
	}
	#facility div p {
		width: 127px;
		width: 113px;
		font-weight: 700;
		line-height: 1.2;
	}
	#facility img {
		margin-bottom: 0.5em;
	}
	#facility > p {
		margin: 34px 0 1em;
		margin: 30px 0 1em;
		font-weight: 700;
	}
	#facility > p span {
		color: #FF0000;
		font-weight: 700;
	}
	#perk,
	#facnexcoility {
		margin-bottom: 20px;
		padding-bottom: 20px;
		margin-bottom: 18px;
		padding-bottom: 18px;
		background: #B40000;
		border-radius: 1em;
	}
	#perk {
		padding-top: 10px;
		padding-top: 9px;
	}
	#perk h2 {
		margin-bottom: 0.25em;
		color: #fff;
		font-weight: 700;
		text-align: center;
	}
	#perk p,
	#perk li {
		color: #fff;
	}
	#perk li:last-child {
		color: #fff100;
	}
	#perk > p {
		font-weight: 500;
		text-align: center;
	}
	#perk ul {
		margin: 1em 0;
	}
	#perk li {
		margin-left: 1.625em;
	}
	#perk li:before {
		content: "※";
	}
	#perk div {
		width: 528px;
		width: 470px;
		margin: 0 auto 20px;
		margin: 0 auto 18px;
		padding: 0.5em 0 0.5em;
		background: #fff;
		border-radius: 1em;
		text-align: center;
	}
	#perk .flow {
		margin: 0 auto;
		padding: 0.5em 0 0;
		background: none;
	}
	.flow p {
		margin-bottom: 13px;
	}
	#perk div:last-child {
		margin-bottom: 0;
	}
	#perk h3 {
		margin: 0 0 0.25em;
		font-weight: 900;
		line-height: 1.2;
	}
	#perk .detail {
		width: 508px;
		width: 452px;
		margin: 0 auto 1em;
		background: #B40000;
		color: #fff;
		font-weight: 700;
		border-radius: 0.75em;
	}
	#perk div p {
		color: #000;
		font-weight: 700;
	}
	#perk div span {
		display: block;
		color: #FF0000;
		font-weight: 700;
	}
	#perk div .place {
		margin-top: 0.75em;
		margin-left: 1em;
		font-weight: 400;
		text-align: left;
	}
	#facnexcoility {
		padding: 20px 0;
		padding: 18px 0;
	}
	#facnexcoility h2 {
		margin-bottom: 20px;
		margin-bottom: 18px;
		color: #FFFF00;
		font-weight: 900;
		text-align: center;
		line-height: 1.0;
	}
	#facnexcoility > div {
		width: 528px;
		width: 470px;
		margin: 0 auto;
		padding-bottom: 0.5em;
		background: #fff;
		border-radius: 1em;
	}
	#facnexcoility > div > div,
	#facnexcoility > div > p {
		padding: 10px 10px 10px 1.5em;
		padding: 9px 9px 0 1.5em;
		display: flex;
		justify-content: space-between;
	}
	#facnexcoility h3 {
		margin-bottom: 0.5em;
	}
	#facnexcoility h3,
	#facnexcoility li,
	#facnexcoility p {
		font-weight: 600;
	}
	#facnexcoility h3:before {
		content: "■";
		padding-right: 0.5em;
	}
	#facnexcoility ul {
		margin-left: 1em;
	}
	#facnexcoility li:before {
		content: "・";
	}
	#facnexcoility > p {
		width: 528px;
		width: 470px;
		margin: 20px auto 0;
		margin: 18px auto 0;
	}
	#mall_link {
		padding-bottom: 20px;
		padding-bottom: 18px;
	}
	#mall_link h2 {
		color: #B40000;
		text-align: center;
		font-weight: 900;
	}
	#mall_link div {
		margin-bottom: 1em;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#mall_link div p {
		margin-top: 1em;
		width: 274px;
		width: 244px;
	}
	.sa {
		margin-top: 35px;
	}

	#pc_navi {
		width: 100%;
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", sans-serif;
	}
	#pc_navi div {
		width: 300px;
		width: 267px;
		padding: 20px 0 10px 20px;
		padding: 18px 0 9px 18px;
		position: absolute;
		top: 50%;
		left: calc((120% - 550px) / 4);
		transform: translateY(-50%) translateX(-50%);
		background: rgba(255, 255, 255, 0.8);
	}
	#pc_navi p {
		margin-bottom: 0.5em;
		color: #C30D23;
		text-align: center;
		font-weight: 900;
		font-size: 40px;
		font-size: 36px;
		line-height: 1.0;
	}
	#pc_navi li {
		margin-bottom: 1em;
		font-size: 24px;
		font-size: 21px;
		line-height: 1.0;
	}
	#pc_navi li a {
		font-weight: 700;
	}
	#pc_navi li:before {
		content: "■";
	}

	#page-top {
		width: 58px;
		width: 52px;
		position: fixed;
		bottom: 20px;
		right: calc((100% - 550px) / 4);
		right: calc(((100% - 550px) / 2) + 20px);
		right: calc(20% + 20px);
		bottom: 18px;
		z-index: 999;
	}

	#footer {
		position: relative;
		top: 73px;
		top: 0;
		width: 550px;
		margin: 0 auto;
		margin: 0 20% 0 auto;
		padding: 60px 40px;
		padding: 53px 33px;
		text-align: center;
		background: #B40000;
	}
	#footer ul {
		justify-content: center;
		align-items: center;
		gap: 0 32px;
		gap: 0 28px;
	}
	#footer ul + ul {
		margin: 15px 0 27px;
		margin: 13px 0 24px;
	}
	#footer ul li {
		position: relative;
	}
	#footer ul li::after {
		content:'';
		position: absolute;
		right: -16px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 1px;
		height: 11px;
		height: 10px;
		background: #fff;
	}
	#footer ul li a {
		color: #fff;
		font-size: 14px;
		font-size: 12px;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", sans-serif;
	}
	#footer ul li a:hover {
		text-decoration: underline;
	}
	#footer .ft_logo {
		width: 100%;
		background: #fff;
		border-radius: 0.125em;
	}
	#footer .ft_logo img {
		width: 56.467%;
		margin: 0 auto;
	}
	#footer #copyright {
		margin-top: 10px;
		margin-top: 9px;
		color: #fff;
		font-size: 12px;
		font-size: 10px;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", sans-serif;
	}

	.remodal {
		background: none;
	}
	.remodal-close {
		left: auto;
		right: 0;
	}
	.remodal-close:before {
		font-size: 50px;
	}

	#facility h2,
	#perk p,
	#perk div .place,
	#facnexcoility h3,
	#perk div span.perk_sub {
		font-size: 20px;
		font-size: 18px;
	}
	#perk div span.perk_sub {
		font-size: 17px;
	}
	#facility div p,
	#perk div p.fs12 {
		font-size: 12px;
		font-size: 10px;
	}
	#perk .detail {
		font-size: 24px;
		font-size: 21px;
	}
	#facility > p,
	#perk h2,
	#perk h3 {
		font-size: 28px;
		font-size: 25px;
	}
	#perk li {
		font-size: 12px;
	}
	#perk div p {
		font-size: 19px;
		font-size: 17px;
	}
	#perk div span,
	#mall_link h2 {
		font-size: 36px;
		font-size: 32px;
	}
	#perk div span.fs34 {
		font-size: 33px;
		font-size: 29px;
		letter-spacing: -0.0625em;
	}
	#facnexcoility h2 {
		font-size: 40px;
		font-size: 36px;
	}
	#facnexcoility li,
	#facnexcoility p {
		font-size: 22px;
		font-size: 20px;
	}
	#globalNav .menu .title {
		font-size: 36px;
	}
	#globalNav .menu .list a {
		font-size: 31px;
	}
}
@media screen and (min-width: 1919px) {
	.wrapper {
		width: 550px;
		margin: 0 auto;
		position: relative;
		font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", sans-serif;
	}
	#header,
	#footer {
		margin: 0 auto;
	}
	#header {
		left: calc((100% - 550px) / 2 );
		left: 0;
	}
	#pc_navi div {
		position: absolute;
		top: 50%;
		left: calc((100% - 550px) / 4);
		transform: translateY(-50%) translateX(-50%);
	}
	#globalNav .button {
		right: calc((100% - 550px) / 2);
	}
	#globalNav .menu {
		right: calc((100% - 550px) / 2);
	}
	#page-top {
		right: calc((100% - 550px) / 2);
	}

}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	body {
		background: url("../../images/src/bg_pc.png"), #ADADAD;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100%;
		background-attachment: fixed;
	}
	.wrapper,
	#header,
	#footer {
		margin: 0 0 0 auto;
	}
	#header, main, #footer{
		overflow-x: hidden;
	}

	#header {
		left: auto;
		right: 0;
	}
	#pc_navi div {
		position: absolute;
		top: 50%;
		left: calc((100% - 550px) / 2);
		transform: translateY(-50%) translateX(-50%);
	}
	#globalNav .button {
		right: 0;
	}
	#globalNav .menu {
		right: 0;
	}
	#page-top {
		left: auto;
		right: 18px;
	}

}

/*SP用*/
@media screen and (max-width: 1024px) {
	.pc { display: none !important }
	.sp { display: block !important }
	img { max-width: 100%; height: auto; width: 100%; }
	/*body { min-width: auto !important; overflow: visible !important; overflow-x: hidden; }*/
	div, p, dd, dl, dt, th, td, span, li { box-sizing: border-box; }
	#header, main, #footer{
		overflow-x: hidden;
	}

	body {
		overflow-y: visible;
	}
	#header {
		margin: 0 3.382vw;
		padding: 0;
		width: auto;
		max-width: initial;
		height: 12.56vw;

		background: url("../../images/src/bg_head.png"), #fff;
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 17.89%;
	}
	#header ul {
		height: 12.56vw;
	}
	#header .logo li {
		width: 16.184vw;
	}
	#header .logo li:nth-child(2) {
		width: 17.391vw;
	}
	#header .logo li:nth-child(3) {
		width: 19.082vw;
	}
	#header .logo li:nth-child(4) {
		width: 19.082vw;
	}
	#header .logo li a {
		display: flex;
		align-items: center;
	}
	#header .logo li img {
		max-height: 13.25vw;
	}

	#header {
		/*position: fixed;*/
		top: 0;
		left: 0;
		right: auto;
		margin: 0;
		width: 100vw;
		height: 13.33vw;
	}
	#header .logo li {
		width: 16.91vw;
		margin-right: 0.98vw;
	}
	#header .logo li:first-child {
		margin-right: 2.6vw;
	}
	#header .logo li:nth-child(2),
	#header .logo li:nth-child(3) {
		width: 15.45vw;
	}
	main {
		position: relative;
		/*top: 13.33vw;*/
	}

#globalNav {

}
#globalNav .button {
	width: 13.0vw;
	height: 0;
	padding: 13.0vw 0 0 0;
	display: block;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: auto;
	left: 88vw;
	background: #fff;
	border: none;
	z-index: 1000;
}
#globalNav .button .wrap {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(35 / 113 * 100%);
	width: calc(55 / 113 * 100%);
	height: 0;
	padding: calc(30 / 113 * 100%) 0 0 0;
	padding: calc(50 / 113 * 100%) 0 0 0;
	margin: auto;
}
#globalNav .button .wrap span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #000;
	margin: auto;
	transition: all 0.2s;
}
#globalNav .button .wrap span:nth-of-type(1) {
	top: 0;
}
#globalNav .button .wrap span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}
#globalNav .button .wrap span:nth-of-type(3) {
	bottom: 0;
}
#globalNav .menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	height: 61.45vw;
}
#globalNav .menu .menuBg {
	position: fixed;
	top: 0;
	right: 0;
	/*height: 100vh;*/
	background-color: rgba(0, 0, 0, 0.5);
}
#globalNav .menu .menuInner {
	width: 64.73vw;
}
#globalNav .menu .list {
	margin: 0 3.27vw;
	border-top: 0.18vw solid rgba(255, 255, 255, 0.6);
}
#globalNav .menu .list li {
	border-bottom: 0.18vw solid rgba(255, 255, 255, 0.6);
}

	h2 {
		/*margin-top: -13.33vw;
		padding-top: 13.33vw;*/
	}



	#pc_navi {
		display: none;
	}
	.wrapper {
		width: 100vw;
		background-size: 100%;
	}
	h1 {
		padding-bottom: 41.46vw;
		background-size: 100%;
	}
	section {
		width: 92.36vw;
	}
	#facility h2 span {
		margin: 5.5vw 0 3.25vw;
	}
	#facility div p {
		width: 20.65vw;
	}
	#facility > p {
		margin: 5.5vw 0 1em;
	}
	#perk,
	#facnexcoility {
		margin-bottom: 3.25vw;
		padding-bottom: 3.25vw;
	}
	#perk {
		padding-top: 1.63vw;
	}
	#perk div {
		width: 85.85vw;
		margin: 0 auto 3.25vw;
	}
	.flow p {
		margin-bottom: 2.33vw;
	}
	#perk .detail {
		width: 82.6vw;
	}
	#facnexcoility {
		padding: 3.25vw 0;
	}
	#facnexcoility h2 {
		margin-bottom: 3.25vw;
	}
	#facnexcoility > div {
		width: 85.85vw;
	}
	#facnexcoility > div > div,
	#facnexcoility > div > p {
		padding: 1.63vw 1.63vw 0 1.5em;
	}
	#facnexcoility > div > div p {
		width: 20.75vw;
	}
	#facnexcoility > p {
		width: 85.85vw;
		margin: 3.25vw auto 0;
	}
	#mall_link {
		padding-bottom: 3.25vw;
	}
	#mall_link div p {
		width: 44.55vw;
	}
	.sa {
		margin-top: 6.75vw;
	}

	#page-top {
		width: 9.33vw;
		bottom: 6.039vw;
		left: auto;
		right: 3.623vw;
	}

	#footer {
		width: 100vw;
		padding: 2em 8.8vw 11.6vw;
		position: relative;
		/*top: 13.33vw;*/
		margin: 0 auto;
	}
	#footer ul {
		display: block;
	}
	#footer ul + ul {
		margin: 0 0 9.333vw;
	}
	#footer ul li {
		position: relative;
		text-align: left;
		margin-bottom: 3vw;
	}
	#footer ul li::after {
		display: none;
	}
	#footer ul li a {
		font-size: 3.5vw;
	}
	#footer .ft_logo {
	}
	#footer #copyright {
		margin-top: 2.867vw;
		font-size: 3.2vw;
	}

	.remodal-close:before {
		font-size: 10vw;
	}


	#facility h2,
	#perk p,
	#perk div .place,
	#facnexcoility h3,
	#perk div span.perk_sub {
		font-size: 3.125vw;
	}
	#perk div p.fs12 {
		font-size: 1.95vw;
	}
	#facility div p {
		font-size: 1.8vw;
	}
	#perk .detail {
		font-size: 3.9vw;
	}
	#facility > p,
	#perk h2,
	#perk h3 {
		font-size: 4.55vw;
	}
	#perk li {
		font-size: 2.25vw;
	}
	#perk div p {
		font-size: 3vw;
	}
	#perk div span,
	#mall_link h2 {
		font-size: 5.75vw;
	}
	#perk div span.fs34 {
		font-size: 5.25vw;
		letter-spacing: -0.0625em;
	}
	#facnexcoility h2 {
		font-size: 6.5vw;
	}
	#facnexcoility li,
	#facnexcoility p {
		font-size: 3.5vw;
	}
	#globalNav .menu .title {
		font-size: 6.55vw;
	}
	#globalNav .menu .list a {
		font-size: 5.64vw;
	}


}

/* 印刷用 */
@media print {
	body { zoom: 0.6; -webkit-print-color-adjust: exact; }
}

/* 印刷用 IE10以上 */
@media print and (-ms-high-contrast:none) {
	@page { size: A4; margin: 12.7mm 9.7mm; }
	body { zoom: 1.8; width: 1200px; transform: scale(0.5); transform-origin: 0 0; }
}



