/* Scss Document */

body#en{
	font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 788px){
	body#en #head_nav li a{
		/*padding: 0 25px!important;
		booking.comリンク復活したらこちらも復活して*/
	}
	body#en #head_nav li:last-child a{
		/*background: none;
		border-radius: 0;
		booking.comリンク復活したらこちらも復活して*/
	}
	body#en #head_nav li:last-child a:after{
		content: ""!important;
	}
}


h2.en-logo a{
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 500;
	font-size: 2em;
	letter-spacing: 2px;
	color: #333333;
	margin: 25px auto 25px!important;
	padding: 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
}
#wrapper h2.en-logo:after, #wrapper_page h2.en-logo:after{
	background: none;
	position: relative;
}

body#en #menu_culum .logo_area .tel p{
	font-size: .8em;
	margin-bottom: 10px;
}

.section-inner, 
.inner-section{
	margin: 50px auto;
}
.flip{
	flex-direction: row-reverse;
}
.center{
	text-align: center;
}
.single-img{
	margin: 25px auto;
}
.inner-section.flex, 
.inner-section.flex_box, 
.inner-section .flex_box, 
.inner-section .flex{
	align-items: center;
}
#wrapper_page .page_about .section-inner h3, 
.section-inner h3{
	position: relative;
	font-size: 1.5em;
    font-weight: bold;
    line-height: 1.8em;
    padding: 25px 0;
    margin-bottom: 50px;
	text-align: center;
	background-image: none;
	font-family: 'Montserrat', sans-serif;
}
#wrapper_page .page_about .section-inner h3.en-cat-tit, 
.section-inner h3.en-cat-tit{
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 2.2em;
    font-weight: bold;
    line-height: 2.5em;
    padding: 25px 0;
    margin-bottom: 50px;
	text-align: center;
	background-image: none;
}
h3.en-cat-tit::before{
	content: "";
	position: absolute;
    width: 200px;
	top: 0;
	left: 50%;
	margin-left: -100px;
	border-top: 3px solid #B88C16;
}

#wrapper_page .page_about .section-inner h3::after, 
.section-inner h3::after, 
h3.en-cat-tit::after{
	content: "";
	position: absolute;
    width: 200px;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	border-top: 3px solid #B88C16;
}
#cuisine, #baths, #nature-school, #location{
	margin-top: 100px;
}

h4.tit02, 
#wrapper_page .page_about .content1 h4.tit02{
	font-family: 'Montserrat', sans-serif;
	color: #B88C16;;
	font-weight: 600;
	font-size: 1.8em;
	margin-bottom: 25px;
}

ul, li{
	margin: 0;
	padding: 0;
}

.flex_between ul{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    align-items: center;
}
.flex_between ul li{
	width: 24%;
	width: calc(100% / 4 - 5px);
	width: -webkit-calc(100% / 4 - 5px);
}

#en-address{
	text-align: center;
}
#en-address dt{
	font-family: 'PT Serif', serif;
	font-weight: 600;
	font-size: 1.6em;
	margin-bottom: 15px;
	padding: 0;
	letter-spacing: 2px;
}
#en-address dd{
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#btn-train{
	width: 75%;
	margin: 0 auto 200px;
}
#btn-train a{
	display: block;
	background-color: #b78b15;
	color: #fff;
	padding: 25px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 10px;
}
#btn-train dl{
	margin: 0;
	padding: 0;
}
#btn-train dt{
	margin: 0 auto 10px;
	font-weight: 600;
	font-size: 1.4em;
	padding: 0;
}
#btn-train dd{
	font-size: .9em;
	margin: 0;
	padding: 0;
}
.memo{
	text-align: center;
	font-style: italic;
}
footer{
	padding-bottom: 10px;
}
footer #footer-logo{
	text-align: center;
	margin-bottom: 25px;
}
.flex{
	display: flex;
}
footer .flex{
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
#footer-address{
	/*margin-right: 50px;*/
	text-align: center;
}
#footer-address p{
	margin: 0 auto 5px;
}

/*---sticky menu-----*/
#scroll-menu{
	position: fixed;
	top: -85px;
	-webkit-transition: top 0.4s ease-in-out;
	width: 100%;
	padding: 25px 0;
	background-image: url("images/background/sticky-menu-bg.gif");
	height: 35px;
}
#scroll-menu.is-visible{
	top: 0px;
	z-index: 100;
}
#scroll-menu ul{
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: center;
}
#scroll-menu li a{
	padding: 0px 15px;
	margin: 0px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
}
#scroll-menu li a::after{
	content: "";
	border-right: 1px solid #fff;
	padding: 0px 15px;
}
#scroll-menu li:last-child a::after{
	/*border: none; booking.comリンク復活したらこちらも復活して*/
}
#scroll-menu li a:hover{
	opacity: 0.8;
}

@media only screen and (max-width: 787px) {
	#scroll-menu{
		display: none;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.flip{
		flex-direction: row;
	}
	.flex_between ul li{
		width: 49%;
		width: calc(100% / 2 - 15px);
		width: -webkit-calc(100% / 2 - 15px);
		margin-bottom: 25px;
	}
	.flex_between ul{
		align-items: baseline;
		line-height: 1em;
	}
	footer .flex{
		display: block!important;
	}
	body#en #footer-booking{
		text-align: center;
	}
	body#en #footer-address{
		margin-right: 0;
	}
	body#en #footer-address .tel{
		margin-bottom: 20px;
	}
}
