@charset "utf-8";

/***************************************************
*
* </hebelstay/common/css/base.css>
*
***************************************************/

/* body
----------------------------- */

body, html {
	min-height: 100%;
	margin: 0;
	padding: 0;
}


/* Crearfix
----------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* scrollreveal.min.js
----------------------------- */

.sr .intro,
.sr .grid-box {
	visibility: hidden;
}


/*
----------------------------- */

.pc-hidden {
	display: none !important;
}
.sp-hidden {
	display: inline;
}

@media screen and (max-width: 480px) {

	.pc-hidden {
		display: block !important;
	}
	.sp-hidden {
		display: none !important;
	}

}


/* anchor
----------------------------- */

.anchor {
	position: absolute;
	top: -79px;
}

@media screen and (max-width: 640px) {

	.anchor { top: -59px !important; }

}


/* Title
----------------------------- */

h2 {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: -2px;
}

h2::before {
	display: block;
	margin-bottom: 0.2rem;
	color: #4bb5ad;
	font-family: "trajan-pro-3", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho", Meiryo, serif;
	font-size: 1.2rem;
	text-align: center;
	font-weight:  400;
	letter-spacing: 0rem !important;
}

@media screen and (max-width: 480px) {

	h2 {
		margin-bottom: 2.0rem;
		font-size: 1.35rem;
	}
	h2::before {
		margin-bottom: 0.35rem;
		font-size: 0.85rem;
	}

}


/* Btn
----------------------------- */

.btn {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto;
	width: auto;
	text-align: center;
}

.btn a,
.btn a::after {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.btn a {
	display: block;
	padding: 1.0rem;
	margin: 0;
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	font-weight: bold;
	text-decoration: none;

	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.btn a::after {
	position: absolute;
	top: 0.7rem;
	right: 1.0rem;
    content: '\f105';
    margin-left: 0.85rem;
    color: #4bb5ad;
    font-family: 'FontAwesome';
	font-size: 1.6rem;
	font-weight: normal;
}

.btn a:hover {
	background-color: #4bb5ad;
	border: 2px solid #4bb5ad;
	color: #fff;
}

.btn a:hover::after {
    color: #fff;
}

/* google map */

.btn-map { }

.btn-map a {
	padding: 0.5rem !important;
	border: 1px solid #000;
	font-size: 0.8em;
}

.btn-map a::after {
	top: 0.25rem;
	right: 1.0rem;
    margin-left: 0.85rem;
	font-size: 1.0rem;
}

.btn-map a:hover {
	border: 1px solid #4bb5ad;
}


@media screen and (max-width: 640px) {

	.btn {
		width: 100%;
		max-width: auto !important;
		font-size: 0.85rem;
	}

}


/* Page-top
----------------------------- */

#page-top {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
	display: none;
}
#page-top a {
	display: block;
	padding: 0.3rem 0;
	width: 60px;
	background-color: rgba(79, 185, 175, 1.0);
	color: #fff;
	max-height: 60px;
	text-align: center;
	text-decoration: none;
}
#page-top a::after {
    content: '\f106';
    font-family: 'FontAwesome';
	font-size: 2.0rem;
}

#page-top a:hover {
	background-color: rgba(79, 185, 175, 0.8);
}

@media screen and (max-width: 640px) {

	#page-top {
		bottom: -1px;
		right: auto;
		width: 100%;
	}
	#page-top a {
		padding: 0;
		width: 100%;
	}

}

/* bg color*/

.bg-color-white {
	background-color: #fff;
}

.bg-color-beige {
	background-color: #f1f0ee;
}


/* font-color */

.red { color: #CC0000; }



/* hebelstay-content-lead
----------------------------- */

#hebelstay-content-lead {
	position: relative;
	margin: 0;
	width: 100%;
  	height: auto;
}

#hebelstay-content-lead .inner {
	position: relative;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 4.0rem 0 0;
	max-width: 1160px;
}

#hebelstay-content-lead h2 {
	margin-bottom: 2.0rem;
	line-height: 1.0;
	text-align: center;
}

.eng #hebelstay-content-lead h2 {
	font-family: "trajan-pro-3", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho", Meiryo, serif;
}

#hebelstay-content-lead p {
	line-height: 2.0;
	text-align: center;
}

@media screen and (max-width: 480px) {

	#hebelstay-content-lead .inner {
		padding: 12% 5% 0;
	}
	#hebelstay-content-lead h2 {
		margin-bottom: 1.8rem;
	}
	#hebelstay-content-lead p {
		font-size: 0.85rem;
		line-height: 2.0;
		text-align: left;
	}
	#hebelstay-content-lead p  br {
		display: none;
	}

}

/* photo-frame */

.photo-frame {
	position: relative;
	z-index: 10;
	display: block;
	line-height:0;
}

.photo-frame:before {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 20;
	content: '';
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display: inline-block;
	border: 8px solid rgba(255,255,255,0.4);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.photo-frame.frame-gray:before {
	border-color: rgba(220,220,220,0.4) !important;
}

.photo-frame img {
	width: 100%;
}

@media screen and (max-width: 640px) {

	.photo-frame:before {
		border-width: 6px;
	}

}

@media screen and (max-width: 480px) {

	.photo-frame:before {
		border-width: 5px;
	}

}


/* Contact
----------------------------- */

#hebelstay-contact {
	position: relative;
	margin: 0;
	width: 100%;
  	height: auto;
	background-image: url("/hebelstay/common/images/img_contact_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

#hebelstay-contact .inner {
	position: relative;
	box-sizing: border-box;
	padding: 6.5rem 0;
}

#hebelstay-contact h2 {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 2.0rem;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: -3px;
}

.eng #hebelstay-contact h2 {
    letter-spacing: -0.1rem;
}

#hebelstay-contact h2::before {
	display: block;
	margin-bottom: 0.2rem;
	content: 'Contact';
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	font-weight:  400;
	letter-spacing: normal;
}

#hebelstay-contact h2 br {
	display: none;
}

#hebelstay-contact .btn {
	max-width: 380px;
}


@media screen and (max-width: 640px) {


	#hebelstay-contact h2 br {
		display: block;
	}
	#hebelstay-concept .btn {
		width: 100%;
	}

}

@media screen and (max-width: 480px) {

	#hebelstay-contact .inner {
		padding: 15% 5%;
	}
	#hebelstay-contact h2 {
		margin-bottom: 2.0rem;
		font-size: 1.35rem;
	}
	#hebelstay-contact h2::before {
		margin-bottom: 0.2rem;
		font-size: 0.85rem;
	}

}


/* front
----------------------------- */

#front {
	position: relative;
}

#front .front-box {
	padding: 3.5% 5.0% 6.5%;
	color: #fff;
}

.eng #front .front-box {
	padding-top: 7.5%;
	padding-bottom: 12.0%;
}

#front .front-box h1 {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 2.0rem;

	font-size: 2.6rem;
	text-align: center;
	line-height: 1.45;
	letter-spacing: -1px;
}

.eng.home #front .front-box h1 {
	font-size: 3.0rem;
    line-height: 1.25;
	letter-spacing: 0rem;
	font-weight:  600;
}

.eng.second #front .front-box h1 {
    margin-bottom: 0;
}

.eng.second #front .front-box h1,
#front .front-box h1 span.eng {
    font-family: "trajan-pro-3", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho", Meiryo, serif;
}

#front .front-box h1 span.eng {
	display:  inline-block;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0;
	font-size: 1.0rem;
	letter-spacing: 1px;
	font-weight: normal;
}

#front .front-box h1 span.eng::before,
#front .front-box h1 span.eng::after {
	display:  block;
	content: '';
	padding: 0;
	background-color: #fff;
	height: 1px;
}

#front .front-box h1 span.eng::before {
	margin-bottom: 0.5rem;
}

#front .front-box h1 span.eng::after {
	margin-top: 0.5rem;
}
#front .hebelstay_section_figure {
    position: relative;
	width: 100%;
	margin: 0;
	background-image: url("/hebelstay/common/images/bg_front_image.jpg");
	background-size: cover;
	background-position: 50%;
}

#front .hebelstay_full-height,
#front .grid-box-front {
	transition-property: height;
	-webkit-transition-property: height;
	-moz-transition-property: height;
	-o-transition-property: height;
	-ms-transition-property: height;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

/* home */

.home #front .front-box h1 span.eng {
	font-size: 1.2rem;
}


@media screen and (max-width: 768px) {

	#front .front-box {
		padding-top: 10.0%;
		padding-bottom: 12.5%;
	}

	.eng #front .front-box {
		padding-top: 16.0%;
		padding-bottom: 20.0%;
	}

	#front .front-box h1 {
		margin-bottom: 1.8rem;
		font-size: 2.0rem;
		line-height: 1.8;
	}
	
}

@media screen and (max-width: 480px) {

	#front .front-box {
		padding-top: 12%;
		padding-bottom: 10%;
	}

	.eng #front .front-box {
		padding-top: 21%;
		padding-bottom: 21.5%;
	}

	#front .front-box h1 {
		margin-bottom: 1.6rem;
		font-size: 1.4rem;
		line-height: 1.4;
	}

	#front .front-box h1 span.eng {
		margin-bottom: 0.5rem;
		font-size: 0.65rem !important;
	}

	/* home */

	.home #front .front-box {
		padding: 10% 5%;
	}

}


/* Bread-crumb
----------------------------- */

#bread-crumb {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);

	background-color: #fff;
	width: 100%;
	max-width: 1200px;

	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

#bread-crumb ul {
	width: 100%;
	margin: 0 auto;
	padding: 1.8rem 1.6rem;
	box-sizing: border-box;
}

#bread-crumb ul li {
    display: inline-block;
    float: left;
	padding-left: 0.5rem;
	font-size:  0.8rem;
}

#bread-crumb ul li::after {
    content: '\f105';
    margin-left: 0.5rem;
    font-family: 'FontAwesome';
}

#bread-crumb ul li.current {
	font-weight: bold;
}

#bread-crumb ul li.current::after {
	display: none;
}

#bread-crumb ul li a {
	color : #333;
	text-decoration: none;
}

#bread-crumb ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1200px) {

	#bread-crumb {
		bottom: -2.0rem;
	}

}

@media screen and (max-width: 480px) {

	#bread-crumb {
		display: none;
	}

}


/* MARGIN TOP
----------------------------- */

.mt0	{ margin-top:0 !important; }
.mt5	{ margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt70 { margin-top:70px !important; }
.mt80 { margin-top:80px !important; }


/* MARGIN RIGHT
----------------------------- */

.mr0	{ margin-right:0 !important; }
.mr5	{ margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }
.mr45 { margin-right:45px !important; }
.mr50 { margin-right:50px !important; }
.mr60 { margin-right:60px !important; }
.mr70 { margin-right:70px !important; }
.mr80 { margin-right:80px !important; }


/* MARGIN BOTTOM
----------------------------- */

.mb0	{ margin-bottom:0 !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb70 { margin-bottom:70px !important; }
.mb80 { margin-bottom:80px !important; }


/* MARGIN LEFT
----------------------------- */

.ml0	{ margin-left:0 !important; }
.ml5	{ margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml45 { margin-left:45px !important; }
.ml50 { margin-left:50px !important; }
.ml60 { margin-left:60px !important; }
.ml70 { margin-left:70px !important; }
.ml80 { margin-left:80px !important; }
