@charset "utf-8";
:root {
	--theme-color: #f00;/*テーマカラー　今回は設定なし*/
	--font-color: #1a1a1a;/*フォント色*/
	--link-color: #00f;/*リンク　今回は設定なし*/
	--footer-bg-color: #f5f5f5;/*フッター背景色*/
	--footer-border-color: #cfcfcf;/*フッターボーダー色*/
	--bg-color: #fff;/*背景色*/
	--main-font: 'Noto Sans JP', sans-serif;/*メインフォント ress.cssでデって済みですが、予備的に設定*/
	--heading-font-jp: 'Shippori Mincho B1', serif;/*見出しフォント*/

	--heading-font-en: 'Staatliches', cursive;
	--heading-color: #00855D;
	--section-padding-pc: 110px 0;/*PC時のセクション内部余白*/
	--section-padding-sp: 50px 0;
	--header-color: transparent;/*ヘッダー背景色*/
	--header-active-color: rgba(0,133,93,.9);/*スクロールした後のヘッダー背景色*/
	--header-height: 80px;/*アンカーリンクの調整*/
	--boder-color: #cfcfcf;
}

body {
	color: var(--font-color);
	background-color: var(--bg-color);
}

h2 {
	color: var(--heading-color);
}

.heading_h2_en h2 {
	font-family: var(--heading-font-en);
	letter-spacing: 0.3rem;
}

.heading_h2_jp h2 {
	font-family: var(--heading-font-jp);
}


.anchor {
	/* margin-top: calc(var(--header-height) * (-1)); */
	/* padding-top: var(--header-height); */
	padding-top: 20px;
}

.row_reverse {
	flex-direction: row-reverse;
}

/*header*/
.header1 {
	transition: .3s;
	background: var(--header-color);
}

.header1.active {
	background: var(--header-active-color);
}

.header_subpage {
	background: var(--header-active-color);
}


main {
	position: relative;
	z-index: 1;
	background: var(--bg-color);
	padding-bottom: 50px;
}



/*About*/
.about_section {
	padding-top: 100px;
	padding-bottom: 50px;
}

.about_inner {
	display: flex;
	flex-direction: column-reverse;
	gap: 3.2rem;
}

.about_inner .txt {
	padding: 0 17.5px;
}

.about_inner .txt h2 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

/*season*/
.section {
	padding: var(--section-padding-sp);
}

.inner {
	max-width: 1435px;
	margin: 0 auto;
	padding: 0 17.5px;
}

.heading_h2_wrap {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 3.2rem;
	/* margin-bottom: 120px; */
	margin-bottom: 60px;
}

.section h2 {
	font-size: 2.5rem;
}

.section h2 + span {
	color: #808080;
	font-weight: 300;
}

.gallery {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 5rem;
}

.name_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 15px;
}

.name_area {
	
}

.name_area h3 {
	font-family: var(--heading-font-jp);
	font-size: 2.2rem;
	color: var(--heading-color);
}

.name_area h3 + span {
	font-weight: 300;
}

.price {
	font-size: 2rem;
}

.item_img {
	margin-bottom: 15px;
}

/* .swiper2 {
	counter-reset: num;
}

.counter::before {
	counter-increment: num ;
	content: counter(num) " ";
} */

.counter {
	font-size: 1.6rem;
	border-bottom: 1px solid #00855D;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-family: var(--heading-font-en);
	letter-spacing: 0.3rem;
	color: var(--heading-color);
}

/*カルーセル*/
.slider2 {
	overflow: hidden;
}

.slider2 .name_area h3 + span {
	color: #808080;
}

/*hero section*/
.hero {
	position: relative;
	width: 100%;
	/* height: 100vh; */
	height: 177.8666vw;
	z-index: 1;
}

.slider_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.eyecatch {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 11.8vw;
	max-width: 226px;
	min-width: 100px;
	z-index: 10;
}

/*メイン画像スライドショー（SP）*/
.slide_image1 {
	width: 100%;
	/* height: 100vh; */
	height: 177.8666vw;
	background: url(../img/top_slide1_sp.jpg) no-repeat center/cover;
}

.slide_image2 {
	width: 100%;
	height: 100vh;
	background: url(../img/top_slide1_sp.jpg) no-repeat center/cover;
}

/*swiper*/
.swiper_container_wrap {
	/* overflow: hidden; */
	width: 100%;
	display: flex;
	margin-top: 30px;
    max-width: 1200px;
}

.swiper-slide {
	width: 100%;
	/* margin-bottom: 30px; */
	text-decoration: none;
}

.slide_content img {
	width: 100%;
	aspect-ratio: 270/450;
	object-fit: cover;
	overflow: hidden;
}

[class*=swiper]:focus {
	outline: none;
}

.all_slide_controls {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: relative !important;
    width: calc(100% - 100px) !important;
    left: 0 !important;
	bottom: auto !important;
}

.prev_next_button {
    display: flex;
    width: 100px;
    column-gap: 20px;
    justify-content: center;
	margin-left: auto;
	/* margin-top: 80px; */
	margin-top: 30px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px !important;
  width: 50px !important;
  position: relative !;
}

.pc-tab {
	display: none !important;
}


/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::before,
.swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	-webkit-box-shadow:#ddd;
	box-shadow: #ddd;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 40px;
  margin: auto;
  width: 40px;
}

.swiper-button-prev:after {
	background: url(../img/slide_left_arrow.svg);
}

.swiper-button-next:after {
	background: url(../img/slide_right_arrow.svg);
}

.swiper-button-prev:hover:after {
	background: url(../img/slide_left_arrow_hov.svg);
}

.swiper-button-next:hover:after {
	background: url(../img/slide_right_arrow_hov.svg);
}

/* .swiper-button-prev::after,
.swiper-button-next::after {
	transform: rotate(0);
	border: none;
} */

.prev_next_button .swiper-button-prev,
.prev_next_button .swiper-button-next {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
}

.prev_next_button .swiper-button-prev:hover,
.prev_next_button .swiper-button-next:hover {
	opacity: 0.8;
}

/*バナー*/
.banner_area {
	position: relative;

}

.banner_img {
	display: grid;
	/* grid-template-columns: repeat(3, 1fr); */
	grid-template-columns: 1fr;
	align-items: flex-start;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner_img > div:first-child,
.banner_img > div:last-child {
	display: none;
}

.banner_over_lay {
	background: rgba(255,255,255,0.3);
	/* background: #000;
	mix-blend-mode: multiply; */
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner_link {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.banner_link p {
	font-family: var(--heading-font-en);
	font-size: 2.5rem;
	font-weight: 500;
	color: var(--heading-color);
	letter-spacing: 0.3rem;
}

.banner_link p + span {
	color: #808080;
	display: block;
	margin-bottom: 4.2vw;
}

.link_btn {
	display: grid;
	width: 200px;
	height: 60px;
	place-items: center;
	text-decoration: none;
	color: #000;
	background: #fff;
	transition: .3s;
	margin: 0 auto;
	color: var(--heading-color);
	border: 1px solid var(--heading-color);
}

.link_btn:hover {
	color: #fff;
	background: var(--heading-color);
}

/*お知らせ*/
.news_section .inner {
	display: grid;
	row-gap: 30px;
}

.news_list ul {
	margin-bottom: 30px;
}

.news_list li:first-child {
	border-top: 1px solid var(--boder-color);
}

.news_list li {
	border-bottom: 1px solid var(--boder-color);
	padding: 20px 0;
}

.news_list li time {
	display: inline-block;
	margin-bottom: 5px;
	color: #00855D;
}

.news_list li a {
	color: #1a1a1a;
	text-decoration: none;
}

.news_list li a:hover {
	text-decoration: underline;
}

/*マップ*/
.map_section {
	display: grid;
	row-gap: 30px;
	grid-template-columns: 1fr;
}

.map {
	order: 2;
	position: relative;
	width: 100%;
	padding-top: 80%;
}

.map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.access {
	order: 1;
	padding: 0 17.5px;
}

address,
.edit_area {
	line-height: 2;
}

.access .heading_h2 {
	margin-bottom: 30px;
}

.access address {
	margin-bottom: 20px;
}

/*フッター*/
footer {
	background: var(--footer-bg-color);
	position: relative;
	z-index: 5;
}

/*下層・お知らせ一覧*/
.news_list.subpage_news_list {
	max-width: none;
	width: 100%;
	margin-bottom: 30px;
}

.news_inner {
	max-width: 1235px;
	margin: 0 auto;
	padding: 0 17.5px;
}

.subpage_main .heading_h2 {
	margin-bottom: 30px;
}

/*お問い合わせフォーム*/
.contact_section .heading_h2 {
	text-align: center;
	/* margin-bottom: 120px; */
	margin-bottom: 60px;
}


@media screen and (min-width: 600px) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 20px;
	}
}

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

	main {
		padding-bottom: min(110px, 5.8%);
	}
	.section {
		padding-top: min(110px, 5.8%);
		padding-bottom: min(110px, 5.8%);
	}

	.header1 .logo img {
		width: 137px;
	}

	/*メインビジュアル*/
	.hero {
		height: 100vh;
	}

	.slide_image {
		height: 427vw;
	}

	/*メイン画像スライドショー*/
	.slide_image1 {
		width: 100%;
		/* height: 42.7vw; */
		height: 52.83vw;
		background: url(../img/top_slide1.jpg) no-repeat center/cover;
	}

	.slider_wrap {
		/* height: 42.7vw; */
		height: 52.83vw;
		/* top: 180px; */
		top: 0;
	}

	/* .slide_image2 {
		width: 100%;
		height: 100vh;
		background: url(../img/top_slide2.jpg) no-repeat center/cover;
	} */

	/*About*/
	.about_section {
		padding: var(--section-padding-pc);
		padding-top: 220px;
	}

	.about_inner {
		flex-direction: row;
		gap: 2em 0;
		align-items: center;
	}

	.about_inner img {
		width: min(950px,49.5%);
	}

	.about_inner .txt {
		/* padding: 0 max(17.5px,calc((100% - 1400px) / 2)) 0 max(17.5px,min(200px,10.4vw)); */
		/* padding: 0 max(17.5px,calc((100% - 1400px) / 2)) 0 17.5px; */
		padding: 17.5px;
		width: 50.5%;
		display: flex;
		justify-content: center;
	}

	.about_inner .txt div {
		max-width: 450px;
	}

	.about_inner .txt h2 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	/*季節限定メニュー*/
	.gallery {
		column-gap: 55px;
	}

	.news_section .inner {
		display: flex;
		justify-content: space-between;
		column-gap: 30px;
	}

	.news_section .inner .heading_h2 {
		width: 30%;
	}

	.news_list {
		max-width: 950px;
		width: calc(70% - 30px);
	}

	.news_list ul {
		margin-bottom: 60px;
	}

	.news_list li {
		padding: 25px 0 ;
	}

	/*定番メニュー*/
	.counter {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	/*バナー*/
	.banner_img {
		grid-template-columns: repeat(3, 1fr);
	}

	.banner_img > div:first-child,
	.banner_img > div:last-child {
		display: block;
	}

	/*マップ*/
	.map_section {
		display: flex;
		gap: 2em 0;
		align-items: center;
		/* padding: 0 max(17.5px,calc((100% - 1400px) / 2)) 0 17.5px; */
	}

	.map {
		order: 1;
		width: min(950px, 49.5%);
		padding-top: 39.6%;
	}

	.access {
		order: 2;
		/* padding: 0 max(17.5px,calc((100% - 1400px) / 2)) 0 17.5px; */
		padding: 17.5px;
		display: flex;
		justify-content: center;
		width: 50.5%;
	}

	.access div {
		max-width: 450px;
	}

	.access address {
		margin-bottom: 40px;
	}

	/*フッター*/
	footer {
		padding: min(185px,9.7vw) 0 min(200px,10.5vw);
	}

	.footer_top,
	.footer_bottom {
		padding-left: min(55px, 4%);
		padding-right: min(55px, 4%);
	}

	/*下層・お知らせ一覧*/
	.news_list.subpage_news_list {
		margin-bottom: 60px;
	}

	.news_list.subpage_news_list li {
		display: grid;
		grid-template-columns: 8rem auto;
		column-gap: 5%;
		padding: 30px min(90px,8%);
	}

}

@media screen and (min-width: 1024px) {
	.heading_h2_wrap {
		margin-bottom: min(120px, 8.6%);
		display: flex;
		column-gap: 80px;
		justify-content: space-between;
	}

	.heading_h2_wrap .heading_h2 {
		width: 30%;
	}

	.heading_right {
		width: calc(70% - 30px);
		max-width: 950px;
	}

	/*About,map*/
	/* .about_inner .txt,
	.access {
		padding: 0 max(17.5px,calc((100% - 1400px) / 2)) 0 max(17.5px,min(200px,10.4vw));
		width: calc(50.5% - 2em);
	} */

	/*gallery*/
	.item_img,
	.name_wrap {
		margin-bottom: 30px;
	}

	/*swiper*/
	.prev_next_button {
		margin-top: min(80px, 6.7%);
	}

	
}
