@charset "utf-8";

/***************************************************

</hebelstay/about/css/style.css>

***************************************************/

/* concept */

#hebelstay-concept {
	background-color: #fff;
	-moz-box-shadow: 0 0 0.2rem #ccc;
	-webkit-box-shadow: 0 0 0.2rem #ccc;
}

#hebelstay-concept .inner {
	position: relative;
	height: auto;
	box-sizing: border-box;
	padding: 4.0rem 0 6.5rem;
}

#hebelstay-concept h2::before {
	content: 'Concept';
}

#hebelstay-concept p {
	position: relative;
	z-index: 1;
	margin-bottom: 2.4rem;
	line-height: 2.0;
	text-align: center;
}

#hebelstay-concept .btn {
	max-width: 380px;
}

#hebelstay-concept .hebelstay-image01 {
	position: relative;
	z-index: 10;
	display: block;
	margin: 0 auto 2.5rem;
	max-width: 650px;
	max-height: 650px;
	line-height:0;
	overflow: hidden;
}
#hebelstay-concept .hebelstay-image01:before {
    content: '';
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: inline-block;
    position:absolute;
	z-index: 20;
    top: 0;
    left: 0;
    border: 10px solid rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#hebelstay-concept .hebelstay-image02 {
	position: absolute;
	z-index: 0;
}

#hebelstay-concept .hebelstay-image02 {
	right: 0;
	bottom: 0;
	width: 600px;
	height: 600px;
}

#hebelstay-concept .hebelstay-image01 img,
#hebelstay-concept .hebelstay-image02 img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1030px) {

	#hebelstay-concept .hebelstay-image02 {
		width: auto;
		height: auto;
		max-width: 80%;
	}

}

@media screen and (max-width: 480px) {

	#hebelstay-concept .inner {
		padding: 10% 5% 15%;
	}

	#hebelstay-concept p {
		margin-bottom: 2.4rem;
		font-size: 0.85rem;
		line-height: 2.0;
		text-align: left;
	}
	
	#hebelstay-concept p  br {
		display: none;
	}
	
	#hebelstay-concept .btn {
		width: 100%;
	}

}


/* about */

#hebelstay-about {
	background-color: #f1f0ee;
/*	border: 15px solid #f1f0ee;
	box-sizing: border-box;*/
}

#hebelstay-about .inner {
	position: relative;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 4.0rem 0 6.5rem;
	max-width: 1160px;
}

#hebelstay-about h2 {
	margin-bottom: 1.6rem !important;
}

#hebelstay-about h2::before {
	content: 'About';
}

#hebelstay-about p.lead-text {
	position: relative;
	z-index: 1;
	margin-bottom: 3.0rem;
	line-height: 2.0;
	text-align: center;
}

#hebelstay-about .hebelstay-about-body {
	background-color: #fff;
}

#hebelstay-about .hebelstay-about-photo {
	position: relative;
}

#hebelstay-about .roomtype .hebelstay-about-photo {
	float: right !important;
}
#hebelstay-about .roomtype .hebelstay-about-text {
	float: left !important;
}

#hebelstay-about .hebelstay-about-text .box-inner {
	padding-left: 13.5% !important;
	padding-right: 13.5% !important;	
}

#hebelstay-about .location .hebelstay-about-text .box-inner { padding-top: 20%; }
#hebelstay-about .roomtype .hebelstay-about-text .box-inner { padding-top: 20%; }
#hebelstay-about .service .hebelstay-about-text .box-inner { padding-top: 20%; }

#hebelstay-about .hebelstay-about-text h3 {
	margin-bottom: 2.0rem;
	font-size: 1.65rem;
	line-height: 1.6;
	text-align: center;
}

#hebelstay-about .hebelstay-about-text h3 .num {
	color: #4bb5ad;
	font-size: 1.4rem;
	font-family: "trajan-pro-3", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho", Meiryo, serif;
}

#hebelstay-about .hebelstay-about-text p {
	margin-bottom: 2.0rem;
}

.column:nth-child(1) .grid-box:nth-child(1) {
	-webkit-box-flex: 1.5;
	-o-box-flex: 1.5;
	box-flex: 1.5;
	-webkit-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
}

.column .grid-box {
	float: left;
	margin: 0;
	position: relative;
	width: 50%;
	height: 580px;
	overflow: hidden;
}

.column, .column .grid-box {
	-webkit-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
}

@media screen and (max-width: 640px) {

	.column:nth-child(1) .grid-box:nth-child(1) {
		display: block
	}

	.column .grid-box {
		float: none;
		height: auto;
		width: 100%;
	}

	.column, .column .grid-box {
		-webkit-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
	}

}

@media screen and (max-width: 480px) {

	#hebelstay-about p.lead-text {
		font-size: 0.85rem;
		text-align: left;
	}

	#hebelstay-about .inner {
		padding: 10% 5% 15%;
	}

	#hebelstay-about .hebelstay-about-photo img {
		width: 100%;
	}

	#hebelstay-about .hebelstay-about-text .box-inner {
		padding: 8% 8% 15% !important;
	}

	#hebelstay-about .hebelstay-about-text h3 {
		margin-bottom: 1.2rem;
		font-size: 1.25rem;
	}

	#hebelstay-about .hebelstay-about-text h3 .num {
		font-size: 1.0rem;
	}

	#hebelstay-about p {
		margin-bottom: 2.4rem;
		font-size: 0.85rem;
		line-height: 2.0;
		text-align: left;
	}
	
	#hebelstay-about p  br {
		display: none;
	}
	
}



/* outline */

#hebelstay-Operating {
	height: auto;
	background-color: #fff;
	-moz-box-shadow: 0 0 0.2rem #ccc;
	-webkit-box-shadow: 0 0 0.2rem #ccc;
}

#hebelstay-Operating .inner {
	position: relative;
	height: auto;
	box-sizing: border-box;
	padding: 4.8rem 0 6.0rem;
}

.eng #hebelstay-Operating h2 {
	font-family: "trajan-pro-3", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho", Meiryo, serif;
}

#hebelstay-Operating h2::before {
	content: 'Operating Company';
}

.eng #hebelstay-Operating h2::before {
	display: none;
}

#hebelstay-Operating .frame-box,
#hebelstay-Operating .frame-box-inner {
	box-sizing: border-box;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#hebelstay-Operating .frame-box {
	position: relative;
	margin: 0 auto;
	max-width: 1160px;
	background-color: #f1f0ee;
	padding: 10px;
}
#hebelstay-Operating .frame-box-inner {
	margin: 0;
	padding: 46px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
}

#hebelstay-Operating .frame-box-inner .lead-box .lead-logo {
	float: left;
}

#hebelstay-Operating .lead-logo img {
	width: 100%;
}

#hebelstay-Operating .lead-box {
	margin-bottom: 3.0rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px dotted #ddd;
}

#hebelstay-Operating .frame-box-inner .lead-box .lead-text {
	float: right;
	line-height: 2.0;
}

#hebelstay-Operating .lead-box p {
	font-size: 0.85rem;
}

#hebelstay-Operating .frame-box-inner .column {
	width: 48.5%;
}

#hebelstay-Operating .frame-box-inner .right {
	float: right
}
#hebelstay-Operating .frame-box-inner .left {
	float: left;
}

#hebelstay-Operating .outline-main dl {
	position: relative;
	margin-bottom: 1.5rem;
}

#hebelstay-Operating .outline-main dl dt,
#hebelstay-Operating .outline-main dl dd,
#hebelstay-Operating .outline-other p {
	font-size: 0.85rem;
	line-height: 1.8;
}

#hebelstay-Operating .outline-main dl dt {
	position: absolute;
	top: 0;
	border-left: 3px solid #4bb5ad;
	padding-left: 0.8rem;
	line-height: 1;
	font-weight: bold;
}

#hebelstay-Operating .outline-main dl dt.large {
	line-height: 1.25;
}

#hebelstay-Operating .outline-main dl dd {
	position: relative;
	top:  -5px;
	margin-left: 28.5%;
}

#hebelstay-Operating .outline-main dl dd .btn-map {
	margin-top: 0.5rem;
}

#hebelstay-Operating .notes {
	padding-top: 1.6rem;
	border-top: 1px dotted #ddd;
}

#hebelstay-Operating .notes p {
	font-size: 0.75rem;
}

@media screen and (min-width: 641px) and (max-width: 1030px) {

	#hebelstay-Operating .frame-box-inner .column {
		width: 48%;
	}
	#hebelstay-Operating .outline-main dl dt,
	#hebelstay-Operating .outline-main dl dd,
	#hebelstay-Operating .notes p {
		font-size: 0.75rem;
		line-height: 1.65;
	}
	#hebelstay-Operating .outline-main dl dd {
		top:  -2px;
		margin-left: 36%;
	}
}

@media screen and (max-width: 1030px) {

	#hebelstay-Operating .frame-box-inner {
		padding: 5%;
	}

}

@media screen and (max-width: 640px) {

	#hebelstay-Operating .inner {
		padding: 15% 5%;
	}
	#hebelstay-Operating .frame-box-inner {
		padding: 6.5%;
	}
	#hebelstay-Operating .lead-box {
		margin-bottom: 2.0rem;
		padding-bottom: 1.5rem;
	}
	#hebelstay-Operating .frame-box-inner .lead-box .lead-logo {
		margin-bottom: 1.0rem;
	}
	#hebelstay-Operating .frame-box {
		padding: 2%;
	}
	#hebelstay-Operating .frame-box-inner .column {
		width: 100%;
	}
	#hebelstay-Operating .frame-box-inner .right,
	#hebelstay-Operating .frame-box-inner .left {
		float: none;
	}
	#hebelstay-Operating .outline-main dl dt,
	#hebelstay-Operating .outline-main dl dd,
	#hebelstay-Operating .notes p {
		font-size: 0.75rem;
		line-height: 1.7;
	}
	#hebelstay-Operating .outline-main dl dd {
		top:  0;
		margin-left: 39%;
	}
	
}
