@charset "utf-8";

/*
Theme Name: OASIS 2025 Theme
Version: 1.0
*/




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

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

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

@keyframes loading {
	to {}

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

}

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

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;

	font-size: 1.6rem;
	background: #000
}


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


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


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

a:link {
	color: #F4AE32;
}

a:visited {
	color: #F4AE32;
}

a:hover {
	color: #F4AE32;
	
}

a:active {
	color: #F4AE32;
}



p {
	font-size: 1.6rem;
	text-align: left;
	color: #FFF;
	line-height: 180%;
	margin-bottom: 30px;
	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 {
	display: block;
	width: 100%;
}

h1 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


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: 2.2rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	margin: 0 auto 20px;
	display: block;
}




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

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



}


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


}

#head-inner {
	margin: 0 auto;

}








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

		position: fixed;

	}

	#head-inner {
		padding: 20px 0 10px;
		min-width: auto;
	}

	header.fixed {
		display: none;
	}

}

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




.menu {
	position: fixed;
	
	padding: 20px 20px;
	
	width: 40px;
		height: 60px;
		right: 20px;
		top: 20px;
	cursor: pointer;
	z-index: 1000;
	opacity: 0;
	background-image: url("images/menu_open.png");
	background-size: cover;
	transition: .15s ease-in-out;
}

.menu.visible {
	opacity: 1;
}

.menu {
	position: fixed;
	
	padding: 20px 20px;
	
	width: 80px;
		height: 60px;
		right: 30px;
		top: 20px;
	cursor: pointer;
	z-index: 1000;
	opacity: 0;
	background-image: url("images/menu_op.png");
	background-size: cover;
	transition: .15s ease-in-out;
}



.menuOpen {
	background-image: url("images/menu_cl.png");
}

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




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



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

#nav ul#g-navi {
	top: 10%;
	left: 50%;

	width: 400px;
	margin-left: -200px;

	text-align: center;
	z-index: 2;
	position: absolute;

}

#nav ul#g-navi li {
	text-align: center;

	height: auto;
	font-size: 1.8rem;
	padding-bottom: 30px;

}

#nav ul#g-navi li img {
	width: 100%;
	height: auto;
}



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

}

#nav ul#g-navi li a:hover {
	opacity: 0.7;
}




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

	.menu {
		width: 60px;
		height: 40px;
		right: 0;
		top: 10px;
	}

	#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: 600;
		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
================================================== */


footer {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-size: cover;
	position: relative;
}

.footInner {
	position: absolute;
	bottom: 0;
	text-align: center;
}

.foot-bg {
	width: 100%;
}

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

footer .sns {
	width: 160px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
}

footer .sns li {
	width: 30px;
}

footer .copyright {
	margin: 0 auto 30px;
	display: block;
	color: #383939;
	font-size: 1.3rem;
	padding-bottom: 30px;
}

footer .sns li img {
	width: 100%;
	height: auto;
}




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

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

}

#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;
	vertical-align: bottom;
}

#topVisualWrapper #topImgbg.active {
	opacity: 1;

}

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









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

	#topVisualWrapper {}

	#topVisualWrapper #topImgbg {}

}




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

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

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





/*slider
================================================== */
.slider-wrap {
	width: 100%;
	background-size: cover;
}

.slider-wrap.monthly {
	background-image: url("images/bg_monthly.jpg");
}

.slider-wrap.weekly {
	background-image: url("images/bg_weekly.jpg");
}

.slider-wrap.recommend {
	background-image: url("images/bg_recommend.jpg");
}

.slider {
	width: 80%;
	max-width:800px;
	margin: 0 auto;
	min-width: 320px;
}

.slider li {
	margin: 0 30px;
	position: relative;
}
.slick-track {
	display: flex!important;
	align-items: center!important;
}
.slider li span {
	position: absolute;
	width: 100%;
	display: inline-block;
	bottom: 0;
	background: #397286;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding: 5% 0;
	bottom: 0
}

.slider img {
	width: 100%;
	height: auto;

}

.slider-monthly {
	width: 80%;
	max-width:800px;
	margin: 0 auto;
	min-width: 320px;
}

.slider-monthly li {
	margin: 0 30px;
	position: relative;
}
.slider-monthly .slick-track {
	display: flex!important;
	align-items: center!important;
}
.slider-monthly li span {
	position: absolute;
	width: 100%;
	display: inline-block;
	bottom: 0;
	background: #397286;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding: 5% 0;
	bottom: 0
}

.slider-monthly img {
	width: 100%;
	height: auto;

}




@media only screen and (max-width: 768px) {
	.slider {
		width: 96%;
		margin: 0 auto;
		min-width: 320px;
	}

	.slider li span {
		font-size: 1.4rem;
	}

	.slick-prev{
		left:0!important;
	}

	.slick-next{
		right:0!important;;
	}
}

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

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

#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 {
	width: 100%;
	text-align: left;
	font-weight: 500;
	line-height: 2;
}

#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: 80px 20px 0 20px;
	}


	#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;
	background: #000;
}

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

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





/*Food
================================================== */
.food-wrap {
	width: 100%;
	background-image: url("images/bg_food.jpg");
	background-position: top center;
	text-align: center;
	padding: 0;
	background-size: cover;
}

.food-box {
	width: 80%;
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

}

.food-box:last-child {
	padding-bottom: 480px;
}

.food-box .text {
	width: 50%;
}

.food-box .img {
	width: 40%;

}

.food-box .img img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.food-wrap {
	width: 100%;
	background-image: url("images/bg_food.jpg") ;
	background-position:center;
	text-align: center;
	padding: 0;
	
}

	.food-box {
		width: 90%;
	}

	.food-box .text {
		width: 60%;
		font-size: 1.4rem;
	}

	.food-box .text p {
		font-size: 1.4rem;
	}

	.food-box .img {
		width: 35%;
	}
	.food-box:last-child {
	padding-bottom: 50px;
}
}

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

.access-wrap {
	width: 100%;
	background-image: url("images/access_bg.png");
	background-position-y: bottom;
	text-align: center;
	padding: 0;
}

.access-wrap .access-box {
	width: 80%;
	max-width: 880px;
	margin: 60px auto;
}

.access-wrap p {
	font-size: 1.6rem;
}

.access-wrap p.place {
	margin-bottom: 50px;
}

.access-wrap .access-box .contact {
	padding-top: 60px;
	margin: 60px 0 120px;
	border-top: 5px solid;
	border-image: linear-gradient(to right, rgba(97, 160, 95, 0) 0%, rgba(97, 160, 95, 1)20%, rgba(97, 160, 95, 1)80%, rgba(97, 160, 95, 0) 100%);
	border-image-slice: 1;
}

@media screen and (max-width: 768px) {
	.access-wrap p {
		font-size: 1.6rem;
	}
}








/*==========================================
 You tube (訪問時再生）
===========================================*/

.mfp-content .youtube {
	width: 100%;
	padding: 50px 10px;
	box-sizing: border-box;
	max-width: 900px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mfp-content .iframeWrapper {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}


.mfp-content iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-style: none;


}

.mfp-content .youtube .mfp-close {
	color: #fff !important;
}

.mfp-iframe-holder .mfp-content {
	max-width: 900px !important;
}



/*==========================================
event 
===========================================*/

.single-post {
	background-image: url("images/event_bg.png");
}

.header-page {
	padding: 30px 30px 40px;
	width: 100%;
}

.header-page .logo {
	max-width: 145px;
	width: 15%;
	text-align: left;
}

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

.single-post #contentsArea section {
	padding: 0;
}




.page-layout {
	width: 100%;
	text-align: center;
}

.flyer-wrapper {
	width: 100%;
	background: #c84849;
}

.flyer-wrapper div.box {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	/* 水平方向にセンターに配置 */
	position:relative;
}

.flyer-wrapper div.box img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	object-fit: contain;
}

.flyer-wrapper div.box span {
	position: absolute;
	width: 100%;
	display: inline-block;
	bottom: 0;
	background: #397286;
	font-size:1.8rem;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding: 5% 0;
	bottom: 0
}



.post {
	width: 100%;
	max-width: 800px;
	padding: 30px 30px;
	margin: 0 auto 100px;
	box-sizing: border-box;
}

.post article {
	margin-bottom: 80px;
}

.post .date {
	font-size: 1.4rem;
}

.post h1 {
	font-size: 3rem;
	color: #ffcb01;
	line-height: 1.4;
	letter-spacing: 0.12em;
	font-weight: 400;
	text-align: left;
	margin-bottom: 40px
}

.post p {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
}

.event-thumb-wrap {
	background: #c84849;
	padding: 0 30px 40px !important;
}

ul.event-thumb {
	width: 100%;
	display: flex;
	max-width: 800px;
	padding: 0;
	justify-content: space-between;
	margin: 0 auto 40px;
	flex-wrap: wrap;
}

ul.event-thumb li {
	width: 30.5%;
	height:auto;
	margin-bottom: 40px;
	padding:0 1%;
}

ul.event-thumb::after {
	display: block;
	content: "";
	width: 30.5%;
}

ul.event-thumb li img {
	width:100%;
	margin-bottom: 40px;
	aspect-ratio: 1 / 1;
  width: 200px; 
  max-width: 100%; 
  object-fit: contain;
  background-image: url("images/thumb_bg.png");
  vertical-align: bottom;
}

ul.event-thumb li .title {
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-size: 1.6rem;
}

ul.event-thumb li .title a{
	text-decoration:none;
}
ul.event-thumb li .title a{
	text-decoration:none;
}

.single-post footer {
	background: #000;
	padding-top: 40px;
}



@media screen and (max-width: 768px) {
	.post {
		margin-bottom: 50px;
	}


	.post h1 {
		font-size: 2rem;
		line-height: 1.4;
	}

	.post p {
		font-size: 1.4rem;
	}


	ul.event-thumb li {
		width: 46%;
padding:0 1%;
		display: flex;
	}

	ul.event-thumb li img {
		width: auto;
		height: auto;
		margin-bottom: 10px;

	}

	ul.event-thumb li .title {
		font-size: 1.4rem;
	}
}