@charset 'UTF-8';
/* ---------------------------------------- file info */
/* for hostel home */
/* -------------------------------------------------- */
/* ---------------------
   mainVisual
--------------------- */
.mainVisual_txt {
	text-align: left;
	left: 0;
	padding-left: 12%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-shadow: 0px 0px 3px #545151;
}
.mainVisual_copy {
	font-size: 64px;
	font-size: 6.4rem;
	font-weight: 100;
}
.mainVisual_lead {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 20px;
	font-weight: 300;
}

@media screen and (max-width: 736px) {
.mainVisual_txt {
	padding-left: 30px;
	padding-top: 0px;
	top: 46%;
}
.mainVisual_copy {
	font-size: 34px;
	font-size: 3.4rem;
}
.mainVisual_lead {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 18px;
}
}
/* ---------------------
   window img
--------------------- */
.window_bg {
/* background-image: url(../images/hostel_main.jpg); */
}
/* ---------------------
   hostelSct
--------------------- */
.hostelSct {
	min-height: 620px;
	position: relative;
	margin-top: 1px;
	color: #fff;
	background: #000;
}

@media screen and (min-width: 737px) {
.hostelSct>.frame {
	z-index: 1;
	max-width: 100%;
	padding: 0;
	height: 100%;
}
}
.hostelSct_img {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: .7;
}
.hostelSct:hover .hostelSct_img {
	opacity: 1;
}
.hostelSct_txt {
	position: absolute;
	left: 13%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.hostelSct:nth-of-type(even) .hostelSct_txt {
	left: auto;
	right: 14%;
}
.hostelSct_ttl {
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: 100;
	line-height: 1;
	margin-bottom: 26px;
}
.hostelSct_lead .note {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}
.hostelSct_more {
	line-height: 1;
	margin-top: 27px;
}
.hostelSct_btns {
	margin-top: 35px;
	margin-bottom: -20px;
	width: 580px;
}
.hostelSct_btn {
	margin: 0 0 15px 0;
	/* float: left; */
}
.hostelSct_btn:nth-child(even) {
	margin-right: 0;
}

@media screen and (min-width: 737px) {
.hostelSct_btn .pc {
	display: inline
}
}

@media screen and (max-width: 736px) {
.hostelSct {
	/* margin-top: 0; */
	background: #fff;
	color: inherit;
	min-height: auto;
}
.hostelSct>.frame {
	position: relative;
	z-index: 10;
}
.hostelSct_img {
	position: static;
	opacity: 1;
	height: 180px;
}
.hostelSct:hover .hostelSct_img {
}
.hostelSct_txt {
	position: static;
	transform: none;
	padding: 30px 0 30px;
}
.hostelSct:nth-of-type(even) .hostelSct_txt {
}
.hostelSct_ttl {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 14px;
}
.hostelSct_lead {
}
.hostelSct_lead br {
	display: none;
}
.hostelSct_lead .note {
	font-size: 11px;
	font-size: 1.1rem;
}
.hostelSct_more {
	margin-top: 16px;
}
.hostelSct_more .more_target:after {
	background: #666
}
.hostelSct_btns {
	margin: 30px 0 0;
	width: 100%;
}
.hostelSct_btn {
	/* margin-bottom: 0; */
	/* width: 48%; */
	float: left;
	/* margin: 0 0 15px; */
}
.hostelSct_btn:nth-child(even) {
	float: right;
}
.hostelSct_btn .btn_target, .hostelSct_btn .btn_target:hover {
	border-color: #466484;
	color: #314a67;
}
}
/* ---------------------
   cafelinkSct
--------------------- */
.cafelinkSct {
}
.cafelinkSct .hostelSct_ttl {
	background: url(../../../common_2018/images/logo-cafe-w.svg) no-repeat left top;
	background-size: 315px auto;
	width: 315px;
	height: 78px;
	font-size: 0;
	margin-bottom: 22px;
}

@media screen and (max-width: 736px) {
.cafelinkSct {
}
.cafelinkSct .hostelSct_ttl {
	background-image: url(../../../common_2018/images/logo-cafe.svg);
	background-size: 220px auto;
	width: 220px;
	height: 56px;
	margin: -8px 0 10px -7px;
}
}
/* ---------------------
   hostelSct02
--------------------- */
.hostelSct02 {
	padding: 70px 0 80px;
}
.hostelSct02_head {
	text-align: center;
	margin-bottom: 36px;
}
.hostelSct02_ttl {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 100;
	line-height: 1.4;
}
.hostelSct02_body {
}

@media screen and (max-width: 736px) {
.hostelSct02 {
	padding: 30px 0 40px;
}
.hostelSct02_head {
	margin-bottom: 20px;
}
.hostelSct02_ttl {
	font-size: 26px;
	font-size: 2.6rem;
}
.hostelSct02_body {
}
}
/* ---------------------
   infoSct
--------------------- */
.infoSct {
	background: #f5f7fa;
}
/* ---------------------
   groupSct
--------------------- */
.groupSct {
}
.groupSct_list {
	margin-bottom: -20px;
}
.groupSct_item {
	width: 525px;
	float: left;
	text-align: center;
}
.groupSct_item a {
	text-decoration: none;
	display: block;
}
.groupSct_item:nth-child(even) {
	float: right;
}
.groupSct_itemImg {
}
.groupSct_itemTxt {
	margin-top: 12px;
}

@media screen and (max-width: 736px) {
.groupSct {
}
.groupSct_list {
}
.groupSct_item {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.groupSct_item a {
}
.groupSct_item:nth-child(even) {
}
.groupSct_itemImg {
}
.groupSct_itemTxt {
	margin-top: 5px;
	font-size: 11px;
	font-size: 1.1rem;
}
}
