/* ----------------
 common
----------------- */
/* フォント */
.title-eng{
	font-size: 6.5vw;
	font-weight: 100;
	font-family: "M PLUS 1p", sans-serif;
	line-height: 1.3;
	letter-spacing: .05em;
}
.index-midashi{
	font-size: 2.1875em;
	font-weight: 500;
	line-height: 1.5;
}
.copy{
	font-size: 2.25em;
	line-height: 1.75;
	font-feature-settings: "palt";
}


	@media only screen and (max-width: 920px) {
		.title-eng{
			font-size: 5em;
		}
		.index-midashi{
			font-size: 1.75em;
		}
		.copy{
			font-size: 2em;
			line-height: 1.75;
		}
	}
	@media only screen and (max-width: 500px) {
		.title-eng{
			font-size: 4em;
		}
		.copy{
			font-size: 5.5vw;
		}
	}

.gray{
	color: #aaa;
}
.white{
	color: #fff;
}

/* セクション */
.section-wrap{
	max-width: 1280px;
	width: 88%;
	margin: 0 auto;
}
.section-wrap-large{
	max-width: 1580px;
	width: 90%;
	margin: 0 auto;
}

/* アロー */
.arw-white{
	width: 6.5vw;
	aspect-ratio: 1 /1;
}
.arw-brown{
	width: 6.5vw;
	aspect-ratio: 1 /1;
}
	@media only screen and (max-width: 920px) {
		.arw-white,
		.arw-brown{
			width: 60px;
		}
	}

/* ---------------------------------
　fv
---------------------------------- */
#fv{
	background:  linear-gradient(180deg, #fff 0%, #fff 65%, #9baa5a 65%, #9baa5a 100%);
	line-height: 0;
}
a.fv-img {
	display: block;
	position: relative;
	max-width: 1580px;
	width: 90%;
	height: auto;
	margin: 3.75em auto 0;
	aspect-ratio: 3 / 2;
	border-radius: 2.25em;
	overflow: hidden;
	transition: .4s all;
}
a.fv-img:hover{
	transform: scale(1.03);
}

a.fv-img img{
	width: 100%;
	height: auto;
	display: block;
	z-index: 1;
}
	@media only screen and (max-width: 920px) {
		a.fv-img {
			width: 93%;
			height: auto;
			margin: 0 auto;
			aspect-ratio: 1 / 1.05;
		}
		a.fv-img img{
			width: auto;
			height: 100%;
			object-fit: cover;
		}
	}

#fv .copy{
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 6%;
	left: 5%;
	letter-spacing: 1px;
}
#fv .copy span{
	font-size: 1.11111111em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}
	@media only screen and (max-width: 1200px) {
		#fv .copy{
			letter-spacing: 0;
		}
	}
	@media only screen and (max-width: 920px) {
		#fv .copy{
			top: auto;
			bottom: 5.75%;
		}
	}

a.fv-img .arw-white{
	position: absolute;
	top: 7%;
	right: 5%;
	transition: .4s all;
}
a.fv-img:hover .arw-white{
	right: 3%;
}

	@media only screen and (max-width: 920px) {
		a.fv-img .arw-white{
			top: 3.2%;
			right: 2.9%;
		}
	}


/* ---------------------------------
　info
---------------------------------- */

#index-info{
	background: #9baa5a;
	padding: 2.5em 0 4em;
}
.index-info-flex{
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-info-flex .information{
	width: 47.5%;
	position: relative;
}
.index-info-flex .calendar{
	width: 47.5%;
}
	@media only screen and (max-width: 920px) {
		#index-info{
			padding-top: 2.25em;
		}
		.index-info-flex .information{
			width: 100%;
		}
		.index-info-flex .calendar{
			width: 100%;
			margin-top: 3.25em;
		}
	}

.index-info-flex li{
	border-bottom: 1px solid;
	padding: 2.25em 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 1.6;
}
.index-info-flex li:first-child{
	padding-top: 1.75em;
}
.index-info-flex li .day{
	width: 6em;
}
.index-info-flex li a{
	width: calc(100% - 6em);
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding-left: 1.75em;
	position: relative;
}
.index-info-flex li a:before{
	font-weight: 700;
	font-family: "M PLUS 1p", sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	content: "→";
	transition: .4s all;
}
.index-info-flex li a:hover:before{
	left: 5px;
}
	@media only screen and (min-width: 1220px) {
		.index-info-flex{
			width: 88%;
		}
	}
	@media only screen and (max-width: 920px) {
		.index-info-flex li{
			padding: 1.25em 0;
		}
		.index-info-flex li:first-child{
			padding-top: 1.25em;
		}
		.index-info-flex li .day{
			width: 100%;
			margin-bottom: .5em;
		}
		.index-info-flex li a{
			width: 100%;
		}
	}

.sns{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	font-weight: bold;
	width: 100%;
	line-height: 1.0;
	margin-top: auto;
	position: absolute;
	bottom: 0;
}
.sns div{
	margin-left: .75em;
}
.sns img{
	aspect-ratio: 1 / 1;
	height: 48px;
	padding: 0;
}
.calendar{
	color: #fff;
	position: relative;
}
	@media only screen and (max-width: 920px) {
		.sns{
			margin-top: 1.5em;
			position: relative;
			bottom: auto;
		}
		.sns img{
			height: 34px;
		}
	}


/* ---------------------------------
　about
---------------------------------- */
#index-about{
	background: #f8f1d4;
	padding: 2.5em 0 4em;
}
#index-about .title-eng{
	text-align: right;
	position: relative;
	z-index: 5;
}
#index-about a{
	text-decoration: none;
	position: relative;
	display: block;
	margin-top: -2.5em;
}

#index-about a .thumbnail{
	width: 46%;
	aspect-ratio: 1 / 1;
}
#index-about a .thumbnail img{
	width: 100%;
	height: auto;
	transition: .4s all;
	border-radius: 2.25em;
}
#index-about a:hover .thumbnail img{
	transform: scale(1.03);
}
#index-about a .body{
	width: 46%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#index-about .copy{
	font-weight: 300;
}
#index-about .copy span{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}
#index-about a .arw-brown{
	position: absolute;
	right: 2%;
	transition: .4s all;
}
#index-about a:hover .arw-brown{
	right: 0;
}
	@media only screen and (max-width: 920px) {
		#index-about .title-eng{
			right: -.25em;
		}
		#index-about a .thumbnail{
			width: 100%;
		}
		#index-about a .body{
			width: 95%;
			margin: 0 auto;
			position: relative;
			top: auto;
			right: auto;
			transform: none;
		}
		#index-about .copy{
			padding-top: .5em;
		}
		#index-about .copy br{
			display: none;
		}
		#index-about a .arw-brown{
			top: -6.25em;
			right: 0;
		}
		#index-about .copy div.inline-block{
			display: inline;
		}
	}
	@media only screen and (max-width: 540px) {
		#index-about .copy br{
			display: block;
		}
		#index-about .copy br.sp-none{
			display: none;
		}
	}

/* ---------------------------------
　service
---------------------------------- */
#index-service{
	overflow: hidden;
	padding: 2.5em 0 4em;
}
a.service-arw{
	position: relative;
	padding-right: 1.325em;
	display: inline-block;
}
a.service-arw .arw-brown{
	position: absolute;
	top: .075em;
	right: 3%;
	transition: .4s all;
}
a.service-arw:hover .arw-brown{
	right: 0%;
}
.carousel{
	width: 100%;
	margin-top: 1.5em;
}
.carousel a{
	display: block;
	transition: .5s all;
	padding: 1em 0;
}
.carousel a:hover{
	transform: scale(1.07);
}
.carousel a:nth-child(odd){
	margin-top: 1.5em;
}

.index-service-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3em;
}
.index-service-flex .first,
.index-service-flex .shinryo{
	width: 47%;
	padding: 2em 0 2.57em 2.5em;
	border-radius: 1.25em;
}
	@media only screen and (max-width: 920px) {
		a.service-arw{
			display: block;
		}
		.carousel{
			margin-top: 1em;
		}
		.carousel a{
			padding: .25em 0;
		}
		.index-service-flex{
			margin-top: 2.25em;
		}
		.index-service-flex .shinryo,
		.index-service-flex .first{
			width: 100%;
			padding: 2.5em 1.25em 3.5em 2em;
		}
		.index-service-flex .first{
			margin-top: 2em;
		}
	}
.index-service-flex a{
	display: block;
	font-size: 2em;
	font-weight: 500;
	margin-bottom: .25em;
	position: relative;
}
.index-service-flex .shinryo a{
	color: #8e8b68;
}
.index-service-flex .first a{
	color: #648200;
}
.index-service-flex a div.arw{
	width: 1.5em;
	height: 1.5em;
	line-height: 0;
	position: relative;
	top: .325em;
	display: inline-block;
	margin-left: .25em;
	transition: all .4s;
}
.index-service-flex a:hover div.arw{
	margin-left: .75em;
}

.index-service-flex .shinryo .arw{
	fill: #8e8b68;
}
.index-service-flex .first .arw{
	fill: #648200;
}

.index-service-flex .shinryo{
	background: #f8f1d4 url(../images/index/bg-shinryo.png)no-repeat right center;
	background-size: auto 120%;
}
.index-service-flex .first{
	background: #ecefe0 url(../images/index/bg-first.png)no-repeat right center;
	background-size: auto 120%;
}
.index-service-flex .txt{
	font-size: 1.125em;
	margin-bottom: .5em;
}

/* ---------------------------------
　food
---------------------------------- */
a.food-img{
	aspect-ratio: 1600 / 555;
	display: block;
	position: relative;
	overflow: hidden;
}
	@media only screen and (max-width: 920px) {
		a.food-img{
			aspect-ratio: 4 / 3.5;
		}
	}

a.food-img:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/index/food.jpg) center bottom;
	background-size: cover;
	content: "";
	transition: .4s all;
}
a.food-img:hover:before{
	transform: scale(1.07);
}

.food-img .section-wrap{
	position: relative;
	height: 100%;
}
.food-img .title-eng{
	color: #e2ded2;
}
.food-img .copy{
	text-align: center;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	width: 100%;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}
.food-img .copy span{
	font-weight: bold;
}
a.food-img .arw-white{
	position: absolute;
	bottom: 2em;
	right: 2%;
	transition: all .4s;
}
a.food-img:hover .arw-white{
	right: 0;
}

.food-link{
	background: #9baa5a;
	padding: 4em 0 7em;
}
.food-copy{
	font-size: 2em;
	line-height: 1.5;
	color: #fff;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}
.ul-link-jump{
	max-width: 930px;
	margin: 3em auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ul-link-jump li{
	padding: .5em 0;
	margin: 0 1em;
}
.ul-link-jump a{
	color: #fff;
	font-size: 1.125em;
	line-height: 1.3;
	background: url(../images/common/link-jump-white.png) no-repeat right 5px;
	background-size: 1em auto;
	padding-right: 1.5em;
}


	@media only screen and (max-width: 920px) {
		.food-link .section-wrap{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		#index-food .section-wrap .title-eng{
			position: relative;
			top: .125em;
			left: -.2em;
		}
		.food-copy{
			font-size: 1.78571428571em;
			width: calc(60% - 1.25em);
			text-align: left;
		}
		.food-link{
			padding: 2.5em 0 4em;
		}
		.ul-link-jump{
			max-width: none;
			width: 40%;
			display: block;
			margin: 0;
		}
		.ul-link-jump li{
			padding: 0;
			margin: 0;
			margin-bottom: .5em;
		}
		.ul-link-jump a{
			font-size: 1em;
		}
	}
	@media only screen and (max-width: 640px) {
		.food-copy{
			font-size: 4.65vw;
		}
	}

