@charset "utf-8";

/*
Theme Name: 赤瓦の宿おくや Theme
Description: Studio Impala
Auther: 赤瓦の宿おくや
Version: 1.0
*/




/*==========================================
 General
===========================================*/

#loading {
	width: 100vw;
	height: 100vh;
	background: #045a9d;
	z-index: 9999;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease-out;
}

#loading span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-right: 1px solid transparent;
	border-radius: 30px;
	animation: loading 0.5s linear infinite;

}

@keyframes loading {
	to {}

	from {
		transform: rotate(360deg);
		transform-origin: 50% 50%;
	}

}

#content {
	display: block;
	opacity: 0;
}

html {
	font-size: 62.5%;
	height: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	background: url(images/bg.png) left top;
	font-size: 1.6rem;

}


@media only screen and (max-width: 768px) {
	body {
		min-width: auto;
		overflow-x: hidden;
	}
}


/*==========================================
text
===========================================*/


a {
	color: #e69200;
	text-decoration: none;
}

a:link {
	color: #e69200;
}

a:visited {
	color: #e69200;
}

a:hover {
	color: #e69200;
}

a:active {
	color: #e69200;
}

a.web {
	color: #e69200;
}

a.btn {
	display: block;
	background: #36b0d7;
	border-radius: 20px;
	padding: 23px;
	color: #0a60a3;
	box-sizing: border-box;
	width: 100%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	margin-bottom: 40px;
	cursor: pointer;
}

a.btn span {
	color: #fff;
}

#reserve-wrapper a.btn {
	margin-bottom: 20px;
}


p {
	font-size: 1.6rem;
	text-align: left;
	color: #FFF;
	line-height: 1.8;
	margin-bottom: 40px;
	font-weight: 500;
}

p.small {
	font-size: 1.5rem;
	text-align: left;
	color: #444;
	line-height: 2;
	margin-bottom: 30px;
}

p.center {
	text-align: center !important;
}

.x-small {
	font-size: 1.3rem;
	line-height: 1.3;

}

p.last-sentence {
	margin-bottom: 70px !important;
}

p.center {
	text-align: center;
}

p.underline {
	text-decoration: underline;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.mgn20 {
	margin-bottom: 20px !important;
}

.mgn30 {
	margin-bottom: 30px !important;
}

.mgn40 {
	margin-bottom: 40px !important;
}

.mgn50 {
	margin-bottom: 50px !important;
}

.mgn60 {
	margin-bottom: 60px !important;
}

.mgn70 {
	margin-bottom: 70px !important;
}

.mgn80 {
	margin-bottom: 80px !important;
}

.mgn90 {
	margin-bottom: 90px !important;
}

.mgn100 {
	margin-bottom: 100px !important;
}

.mgn120 {
	margin-bottom: 120px !important;
}

.center {
	text-align: center;
}




h1 {
	color: #fff;
	background: #0f568e;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	display: block;
	padding: 40px 0 40px;
	text-align: center;
	letter-spacing: 0.15em;
	transition: all 1s ease;
	opacity: 1;
	margin-bottom: 0;
	box-sizing: border-box;
}

h1.active {
	opacity: 1;
	transform: translateY(0);
}

h1 span {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
	color: #fff;
	margin-top: 40px;
}

h2 {
	text-align: left;
	font-size: 2.6rem;
	padding: 20px 0 0;
	margin-bottom: 30px;

	font-weight: 600;
	font-style: normal;
	position: relative;
	letter-spacing: 0.4em;
	color: #fff;
}

h2 span {
	display: inline-block;
	font-size: 2rem;
	margin-left: 30px;
}



h3 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	margin: 0 auto 50px;
	display: block;
	font-weight: 400;
}




@media only screen and (max-width: 768px) {
	h1 {
		padding: 20px 0 20px;

		font-size: 2.2rem;
	}

	h1 span {
		font-size: 1.2rem;
		margin-top: 20px;
	}

	a.btn {
		font-size: 1.8rem;
		padding: 20px 0;
		cursor: pointer;
	}

	h3 {
		line-height: 1.4;
		font-size: 1.6rem;
	}



}


/*==========================================
 header
===========================================*/
header {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;


}

.head-logo {
	position: absolute;
	padding-top: 22px;
	padding-left: 45px;
	width: 60px;
	top: 0;
	left: 0;
	z-index: 720;
}

.head-logo img {
	width: 100%;
	height: auto;
}









@media only screen and (max-width: 768px) {
	#header {
		padding-top: 0;
		padding-bottom: 0;
	}

	.head-logo {
		padding-top: 10px;
		padding-left: 20px;
		width: 26px;
		height: 37px;
	}

	header.fixed {
		display: none;
	}

}

/*==========================================
 ナビゲーション
===========================================*/




.menu {
	position: fixed;
	right: 42px;
	top: 26px;
	padding: 0;
	width: 56px;
	height: 56px;
	cursor: pointer;
	z-index: 1000;
	opacity: 1;

}

.menu .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	transition: .15s ease-in-out;
}

.menu .black {
	background-color: #000;
	position: absolute;
}

#dot01 {
	top: 4px;
	right: 20px;
}

#dot02 {
	top: 40px;
	right: 0px;

}

#dot03 {
	top: 40px;
	right: 40px;

}

.menuOpen #dot01 {
	background-color: #F4AE32;
}

.menuOpen #dot02 {
	background-color: #F4AE32;
}

.menuOpen #dot03 {
	background-color: #F4AE32;
}



nav#nav {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 40px;
	background: url(images/navi_bg.png) left top / contain;
	z-index: 990;
	display: block;
	box-sizing: border-box;
}




nav#nav.active {
	opacity: 1;
	visibility: visible !important;
}




#nav ul#g-navi {
	margin-top: 10%;
	text-align: center;
	display: flex;
	flex-flow: column;
	z-index: 2;

}

#nav ul#g-navi li {

	color: #fff;
	font-size: 1.8rem;
	padding-bottom: 40px;
	display: block;
	letter-spacing: 0.4em;

	font-weight: 400;
	text-align: center;

}

#nav ul#g-navi li:last-child {
	margin-left: 0 !important;
}


#nav ul#g-navi li a {
	text-decoration: none;
	color: #FFF;
	transition: .15s ease-in-out;
}






@media only screen and (max-width:768px) {

	.social {
		right: 10px;
		top: 18px;
		width: 20px;
		height: 20px;
	}

	.menu {
		right: 10px;
		top: 10px;
		width: 30px;
		width: 28px;
		height: 28px;
	}

	.menu .dot {
		width: 6px;
		height: 6px;
		border-radius: 6px;
	}

	#dot01 {
		top: 4px;
		right: 10px;
	}

	#dot02 {
		top: 20px;
		right: 0px;

	}

	#dot03 {
		top: 20px;
		right: 20px;

	}

	#nav .nav-logo {
		display: none;

	}

	#nav ul#g-navi {
		width: 100%;
		top: inherit;
		left: inherit;
		margin-left: 0;
		text-align: center;
		display: block;
		position: relative;
		margin: 120px auto;
	}

	#nav ul#g-navi li {
		color: #F6AD3C;
		font-size: 1.6rem;
		padding-bottom: 25px;
		display: block;
		letter-spacing: 0.4em;
		font-weight: 300;
		text-align: center;

	}





}



/* Go Page Top
================================================== */
#page-top {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 1px solid #D9D9D9;
	position: fixed;
	bottom: 30px;
	right: 20px;
	text-align: center;
	cursor: pointer;
	z-index: 500;
}

#page-top::after {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-top: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
	top: 12px;
	left: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	#page-top {
		display: none !important;
	}
}




/*footer
================================================== */
#foot-wrapper .text {
	margin-top: 60px;
}

footer {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 20px;
	margin: 0 auto;
	text-align: center;
	background: #0f568e
}

.footInner {
	text-align: center;
}

.footInner .logo {
	width: 100%;
	max-width: 140px;
	margin: 0 auto;
}

.footInner .logo img {
	width: 100%;
	height: auto;
}


@media only screen and (max-width: 768px) {
	#foot-wrapper .text {
		margin-top: 0;
	}

	footer {

		padding: 30px 20px 30px;

	}

	.footInner {
		text-align: center;
	}

	.footInner .logo {
		width: 100%;
		max-width: 100px;
		margin: 0 auto;
	}

}

/*  top main image
================================================== */
#topVisualWrapper {
	width: 100%;
	position: relative;
	height: auto;
	margin: 0 auto;


}

#topVisualWrapper #topImgbg {
	width: 100%;
	height: auto;
	vertical-align: bottom;

	top: 0;
	left: 0;
	z-index: 1;
	transition: all 5s 0s ease-out;
	opacity: 0;
}

#topVisualWrapper #topImgbg img {
	width: 100%;
	height: auto;
}

#topVisualWrapper #topImgbg.active {
	opacity: 1;

}

#topVisualWrapper.fixed {
	padding-top: 60px;
}





@media only screen and (max-width: 768px) {

	#topVisualWrapper {}

	#topVisualWrapper #topImgbg {

		padding-bottom: 120px;
	}



}


/*Fixed bg
================================================== */


.fixed-bg {
	width: 100vw;
	height: 90vh;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.fixed-bg-1 {
	background-image: url("images/bg_section1.jpg");
}

.fixed-bg-2 {
	background-image: url("images/bg_section2.jpg");
}




@media only screen and (min-width: 1360px) {
	.fixed-bg {

		background-size: cover;

	}
}

@media only screen and (max-width: 768px) {
	.fixed-bg {

		background-attachment: scroll;

	}
}




/*==========================================
 Contents
===========================================*/
#topVisualWrapper .n2_clear {
	margin-top: 0;
}



/*Layout
================================================== */
#contentsArea {
	width: 100%;
	padding-top: 0;
}

#contentsArea section {
	position: relative;
	padding: 0;
	box-sizing: border-box;
}

#contentsArea section.common {
	margin-top: 115px;
}

#contentsArea .wfull {
	width: 100%;
	box-sizing: border-box;
}

#contentsArea .w1200 {


	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
}

#contentsArea .w1080 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

#contentsArea .w980 {
	width: 100%;
	max-width: 980px;

	margin: 0 auto;


}

#contentsArea .w900 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;


}

#contentsArea .w800 {
	width: 100%;
	max-width: 800px;

	margin: 0 auto;

}







#contentsArea section p.ex-large {
	font-size: 3rem;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

#contentsArea section p.large {
	font-size: 2rem;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}


#contentsArea section img {
	width: 100%;
	height: auto;

}





@media screen and (max-width: 768px) {

	main {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	aside {
		width: 100%;
		float: none;
	}

	#contentsArea .w1080 {
		width: inherit;
	}

	#contentsArea .w1080 {
		width: inherit;
	}

	#contentsArea .w980 {
		width: inherit;
	}

	#contentsArea .w900 {
		width: inherit;
	}

	#contentsArea .w800 {
		width: inherit;
	}



	#contentsArea section {
		padding: 0 20px 0 20px;
	}


	#contentsArea section.common {
		margin-top: 60px;
	}

	#contentsArea section p {
		font-size: 1.5rem;
	}

	#contentsArea section p.ex-large {
		font-size: 2.2rem;
		margin-bottom: 40px;
	}


	#contentsArea section p.large {
		font-size: 1.8rem;
		line-height: 1.8;
		font-weight: 600;

	}

	#contentsArea section p.midium {
		font-size: 1.8rem;
		font-weight: 600;

	}


}

@media screen and (max-width: 480px) {

	.fullImg {
		margin-bottom: 80px;
	}

	.fullImg div {
		width: 100%;
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}

	.fullImg div img {
		width: 96%;
		margin: 0 auto;
	}



}

/*parallax 
================================================== */

.parallax-img {
	width: 100%;
	overflow: hidden;

}

.parallax-img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 480px) {
	.parallax-img img {
		width: 100%;
		height: auto;
	}
}




/*Vertical
================================================== */
.vertical-box {
	width: 90%;
	margin: 120px auto;
	max-height: 680px;
	display: inline-block;
}

.vertical-box p {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	display: inline-block;
	text-align: left !important;
	width: fit-content !important;
	font-weight: 300 !important;
	font-size: 1.8rem !important;
	text-orientation: upright;
	margin-bottom: 0;
}

.vertical-box p span {
	display: block;
	margin-left: 40px;

}

html &[lang="en"].gtranslate_wrapper.en .vertical-box p {
	writing-mode: unset;
	-ms-writing-mode: unset;
}

.vertical-box p:lang(en) {
	writing-mode: horizontal-tb;

}

.vertical-box span.vertical-copy {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	display: inline-block;
	margin-left: 60px;
}

@media screen and (max-width: 768px) {
	.vertical-box {
		width: 100%;
		max-width: unset;
		margin: 50px auto 50px;
		max-height: 90vh;
	}

	.vertical-box p {
		font-size: 1.1rem !important;
		line-height: 2;
	}

	#food-wrapper .vertical-box p {
		font-size: 1.1rem !important;
		line-height: 1.9;
	}

	.vertical-box span.vertical-copy {
		font-size: 1.8rem;
		margin-left: -10px;
		display: block;

	}

	.vertical-box p span {
		margin-left: 15px;

	}
}

#introduction .intro-box {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	transition: all 1s ease;
	opacity: 0;
	transform: translateY(30px);
}

#introduction .intro-box.active {
	opacity: 1;
	transform: translateY(0);
}






@media only screen and (max-width: 480px) {}



/*text-box
================================================== */
.contents-inner {
	width: 100%;
	text-align: center;
}

.contents-inner .img {
	background: #0f568e;
	padding: 37px 20px 60px;
	margin-bottom: 120px;
}

.floor-albergue img {
	max-width: 716px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}



.holizontal-box {

	text-align: center;
	padding: 120px 20px 0;
	box-sizing: border-box;
	;
}

.holizontal-box p {
	text-align: center !important;
	font-family: "Zen Old Mincho", serif;
}

span.holizontal-copy {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	display: block;
	text-align: center;
}

.contents-inner .text {
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 115px;
}

.contents-inner .center p {
	text-align: center !important;
}


.contents-inner .text p {
	font-weight: 300 !important;
	line-height: 1.8 !important;
	font-size: 1.8rem !important;
}

.contents-inner .text p strong {
	font-weight: 500 !important;
}

.contents-inner .text br.sp-only {
	display: none;
}

@media only screen and (max-width: 768px) {

	.contents-inner .img {
		margin-bottom: 40px;
	}

	.contents-inner .text {
		margin-bottom: 60px;
	}

	.contents-inner .text p {
		font-size: 1.4rem !important;

	}

	#enjoy-wrapper .contents-inner .text p {
		margin-bottom: 20px;
	}

	.contents-inner .text br.sp-only {
		display: block;
	}

	.holizontal-box {
		padding: 60px 20px 0;
		text-align: center;
		box-sizing: border-box;
		;
	}

	span.holizontal-copy {
		font-size: 2.2rem;
		margin-bottom: 0;

	}
}

/*reserve
================================================== */
a.bt-reserve {
	background-color: #e69200;
}

.tel-reserve a {
	font-size: 2.3rem;
	color: #e69200;
}

.rerserve-img img {
	width: 100%;
	height: auto;
	margin-bottom: 65px;
}

.food-link a.insta,
.enjoy-item a.insta,
.info-link a.insta {
	display: inline-block;
	background: url("images/ico_insta_blue.png") 25px 25px no-repeat;
	background-position: left;
	background-size: 25px 25px;
	color: #36b0d7;
	padding-left: 35px;
	font-weight: 500;
	margin-top: 10px;
}

.food-link a.tel,
.info-link a.tel {
	color: #e69200;
	font-weight: 500;
}

.tel-reserve a {
	font-size: 2.3rem;
	color: #e69200;
}

.info-link p {
	text-align: center;
	margin: 30px auto;
}

@media only screen and (max-width: 768px) {
	.tel-reserve a {
		font-size: 2rem !important
	}

	.food-link a.insta,
	.enjoy-item a.insta,
	.info-link a.insta,
	a.link {
		font-size: 1.4rem !important;
		font-weight: 500;
	}

	.food-link a.insta,
	.enjoy-item a.insta,
	.info-link a.insta {
		background: url("images/ico_insta.png") 21px 21px no-repeat;
		background-position: left;
		background-size: 21px 21px;
		padding-left: 28px;

	}

	.food-link a.tel,
	.info-link a.tel {
		font-size: 1.4rem;
	}
}



/*enjoy
================================================== */

#enjoy-wrapper h2 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	display: block;
	text-align: center;
	color: #fff;
	margin-bottom: 120px;
}

#enjoy-wrapper {
	padding-bottom: 100px;
}

.enjoy-item {
	margin: 0 auto 120px;
}

.enjoy-item:last-child {
	margin: 0 auto 50px;
}

.contents-inner .enjoy-item .text {
	margin-bottom: 60px;
	padding: 0 20px;
	box-sizing: border-box;
}

.enjoy-item h3 {

	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.enjoy-item p {}

.enjoy-item .container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.enjoy-item .container .main-image {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.enjoy-item .container .main-image img {
	width: 100%;
	height: auto;


}

.enjoy-item .container .thumbnails {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.enjoy-item .container .thumbnails img {
	width: 32%;
	max-width: 283px;
	height: auto;


}


.enjoy-item .container .thumbnails img.active {}

@media only screen and (max-width: 768px) {
	#enjoy-wrapper {
		padding-bottom: 30px;
	}

	#enjoy-wrapper h2 {
		line-height: 1.4;
		margin-bottom: 60px;
		font-size: 2.2rem;
	}

	.enjoy-item {
		margin: 0 auto 60px;
	}

	.enjoy-item h3 {

		font-size: 1.6rem;

	}

	.enjoy-item .container .main-image {
		padding: 0 3.8%;
		box-sizing: border-box;
		margin-bottom: 2.5%;
	}

	.enjoy-item .container .thumbnails {
		padding: 0 3.8%;
		box-sizing: border-box;
	}

	.enjoy-item .container .thumbnails img {
		width: 31.5%;
	}

	.enjoy-item h2 {
		font-size: 1.8rem;
	}

	.enjoy-item p {
		text-align: left !important
	}


}


/*event, news
================================================== */
.img-full {
	width: 100%;
}

.img-full img {
	width: 100%;
	height: auto;
}

.post {
	padding-top: 100px;
	width: fit-content;
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.post {
		width: fit-content;
		max-width: 800px;
		margin: 0 auto;
		padding: 50px 20px 0;
	}
}

/*access
================================================== */
iframe[src*="www.google.com/maps/embed"] {
	aspect-ratio: 16 / 6;
	width: 100%;
	height: auto;
}

.access-wrap {
	width: 100%;
	text-align: center;
	padding: 0;
}

.access-wrap a {
	color: #59e473;
}