@charset 'UTF-8';
/* ---------------------------------------- file info */
/* for index */
/* -------------------------------------------------- */
.scrolled .header-mini {
	display: none;
}
/* ---------------------
   mainVisual
--------------------- */
.mainVisual_txt {
	top: 48%;
	left: 0;
	padding-left: 12%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: left;
	width: 100%;
}
.mainVisual_copy {
	font-size: 64px;
	font-size: 6.4rem;
	font-weight: 100;
	line-height: 1.2;
}
.mainVisual_lead {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2.2;
	margin-top: 22px;
}

@media screen and (max-width: 736px) {
.mainVisual_txt {
	top: 48%;
	left: 0;
	padding: 0 30px;
}
.mainVisual_copy {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.3;
}
.mainVisual_lead {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 18px;
}
.mainVisual_mouse {
	bottom: 30px;
}
}
/* ---------------------
   concept
--------------------- */
.concept {
	display: table;
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 100px 0;
}
.concept > .frame {
	display: table-cell;
	vertical-align: middle;
}
.concept_txt {
	position: static;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.accessChart {
	position: relative;
	width: 1000px;
	height: 510px;
	margin: -30px auto 0;
}
.accessChart img {
	position: absolute;
	top: 0;
	left: 0;
}
.accessChart img:nth-child(1) {
	z-index: 30;
}
.accessChart img:nth-child(2) {
	z-index: 20;
}
.accessChart img:nth-child(3) {
	z-index: 10;
}

@media screen and (max-width: 736px) {
.concept {
	padding: 9% 0;
}
.accessChart {
	width: 124%;
	height: 0;
	margin: 0 auto 0 -17%;
	padding-top: 67%;
}
}
/* ---------------------
   linkArea
--------------------- */

.linkSct {
	float: left;
	width: 50%;
	text-align: center;
	color: #fff;
	background: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.linkSct>a {
	display: block;
	padding: 140px 30px 120px;
	text-decoration: none;
}
.linkSct_txt {
	position: relative;
	z-index: 10;
}
.linkSct_ttl {
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: 100;
	line-height: 1.4;
	margin-bottom: 80px;
}
.linkSct_ttl span {
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
	margin-top: 5px;
}
.linkSct_logo {
	font-size: 0;
	width: 210px;
	height: 270px;
	margin: 0 auto 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 210px auto;
}
.linkSct_lead {
	line-height: 2.13;
	margin-bottom: 45px;
}
.linkSctt_img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .7;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.linkSct-hostel .linkSctt_img {
	background-position: 90% bottom;
}
.linkSct-hostel .linkSct_logo {
	background-image: url(../../common_2018/images/logo-v-w.svg);
}
.linkSct-cafe .linkSct_logo {
	background-image: url(../../common_2018/images/logo-cafe-v-w.svg);
}
.linkSct_rsv {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10;
	padding: 26px 0 22px;
	height: 110px;
}
.linkSct_tel, .linkSct_links {
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px;
}
.linkSct_tel {
	line-height: 1;
}
.linkSct_tel_label {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.linkSct_tel_num {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 100;
	line-height: 1;
	display: block;
}
.linkSct_tel_num:before {
	margin: 0 .2em 0 -.4em;
	font-size: 90%;
}
.linkSct_links {
	text-align: left;
}
.linkSct_link a {
	text-decoration: none;
}
.linkSct_link a:before {
	margin-right: .5em;
}
/* hover */
.linkSct:hover .linkSctt_img {
	opacity: 1;
}
.linkSct_link a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
.linkSct {
	float: none;
	width: 100%;
}
.linkSct>a {
	padding: 40px 20px 60px;
}
.linkSct_ttl {
	font-size: 24px;
	font-size: 2.8rem;
	margin-bottom: 20px;
}
.linkSct_ttl span {
	font-size: 13px;
	font-size: 1.3rem;
}
.linkSct_logo {
	height: 150px;
	margin-bottom: 20px;
	background-size: 120px auto;
}
.linkSct_lead {
	line-height: 2;
	margin-bottom: 25px;
}
.linkSct_rsv {
	height: auto;
	padding: 24px 20px 20px;
}
.linkSct_tel_label {
	font-size: 11px;
	font-size: 1.1rem;
}
.linkSct_tel_num {
	font-size: 30px;
	font-size: 3rem;
}
.linkSct_links {
	margin-top: 10px;
	font-size: 0;
}
.linkSct_link {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	line-height: 1;
}
}
/* ---------------------
   footer
--------------------- */
.footer {
	padding: 15px 0;
	text-align: center;
}
.footer_copy {
	margin-top: 0;
}
