@charset "utf-8";
:root {
	--background: #221815;
}

body {
	background: var(--background);
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

body.is_fixed {
	overflow: hidden;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

address {
	font-style: normal;
}


/*ヘッダー*/
header {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
}

.header_inner {
	padding: 10px 15px;
}

.logo {
	line-height: 1;
}

/* .logo a {
	color: #333;
	text-decoration: none;
	color: #fff;
} */

.logo a img {
	/* width: 180px; */
	width: 150px;
}



/*ナビゲーション*/
.gnav {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: #000;
	position: fixed;
	top: 0;
	z-index: 50;
	padding: 30px 15px;
	box-sizing: border-box;
	transition: 0.5s;
}

.gnav.show {
	opacity: 1;
	visibility: visible;
}

.menu_area ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 0;
}

.menu_area ul li a:hover {
	opacity: .5;
}

.menu_area ul li ul li a::before {
	content: '-';
	margin-right: 5px;
}

.gnav_left {
	display: none;
}

.menu_parent {
	position: relative;
}

.plus_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.plus_icon::before {
	content: '';
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.plus_icon::after {
	content: '';
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.plus_icon.open::after {
	opacity: 0;
}

.menu_child {
	display: none;
}

.gnav_contact {
	text-align: center;
}

.gnav_contact a:first-child {
	display: block;
	width: 100%;
	max-width: 300px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	margin: 30px auto 10px;
}

.gnav_contact a:nth-child(2) {
	color: #fff;
	text-decoration: none;
	font-size: clamp(20px, 5vw, 25px);
	font-weight: bold;
	letter-spacing: 0.3rem;
}

.Toggle_wrap {
	position: fixed;
	top: 5px;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 60;
}

.toggle {
	width: 100%;
	height: 100%;
	display: block;
	background: none;
	border: none;
	outline: none;
	position: relative;
}

.toggle span {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #ddd;
	position: absolute;
	left: 10px;
	transition: .3s;
}

.toggle span:first-child {
	top: 17px;
}

.toggle span:nth-child(2) {
	top: 25px;
}

.toggle span:nth-child(3) {
	top: 33px;
}

.toggle.active span {
	left: 12px;
	top: 25px;
	background: #fff;
}

.toggle.active span:first-child {
	transform: rotate(405deg);
}

.toggle.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(360deg, 180deg, 60deg);
}

.toggle.active span:nth-child(3) {
	transform: rotate(-405deg);
}
/*ハンバーガーメニュー内の画像*/
.manu_hov_img {
	position: relative;
}

.manu_hov_img ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.manu_hov_img ul li img {
	overflow: hidden;
	object-fit: cover;
	object-position: 50%;
	width: 100%;
	height: 100%;
}

.change_image img {
	opacity: 0;
}

.change_image.show img {
	opacity: 1;
}

/*メインビジュアル内キャッチコピー*/
.main_visual {
	position: relative;
}

.mv_catch_wrap {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 10;
	display: inline-block;
}

.mv_catch_wrap p {
	padding-left: 3vw;
}

.mv_catch p:first-child {
	font-size: 24px;
}

.mv_catch::after {
	content: '';
	display: block;
	width: max(80px, 5vw);
	height: 1px;
	background: #fff;
	margin: 5px 0;
}

/*追従ナビ*/
.reserve_btn {
	display: grid;
	width: 100%;
	max-width: 200px;
	height: 80px;
	color: #ddd;
	place-items: center;
	text-decoration: none;
	border: 1px solid #ddd;
	font-size: 20px;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 10;
}

.reserve_btn span {
	display: inline-block;
	padding-left: 30px;
	background: url(img/reserve.svg) no-repeat left center/ 24px;
}

.reserve_btn:hover {
	color: #000;
	background: rgba(208, 208, 208, 0.7);
}

.reserve_btn:hover span {
	background: url(img/reserve_hover.svg) no-repeat left center/ 24px;
}

/*トップメインコンテンツ*/
.top_main {
	/* background: url(img/logo_home.png) no-repeat right bottom/40vw; */
	padding: 2rem 0 0;
}

.top_section {
	position: relative;
	/* padding: 2px 0 30px; */
	padding: 30px 15px;
}

.top_section01 {
	position: relative;
	/* background: url(img/logo_home.png) no-repeat right bottom/40vw; */
}

.top_section01::before {
	content: '';
	display: block;
	width: 40vw;
	height: 40vw;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	background: url(img/logo_home.png) no-repeat;
	background-size: contain;
}

.top_content_box {
	
}

.top_content_box {
	/* display: grid; */
	/* padding-right: calc((100% - 800px) / 2); */
	grid-template-columns: 41% 59%;
	padding-top: 0.5rem;
}

.content_img {
	text-align: center;
}

.content_img img {
	width: 60%;
}

.top_txt_box {
	/* padding: 3vw 20px; */
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	row-gap: 40px;
}

.top_txt h2 {
	margin-bottom: 20px;
	line-height: 1.8;
}

.top_txt p {
	line-height: 1.8;
}

/*リンク*/
.top_link_wrap {
	display: inline-block;
	position: relative;
}

.top_link_wrap a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.top_link_wrap a::before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left top;
	z-index: 1;
}

.top_link_wrap a::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--background);
	z-index: 2;
	transition:  transform .3s cubic-bezier(0.8, 0, 0.2, 1)  0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

.top_link_wrap a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.right_arrow {
	padding-right: 2rem;
	background: url(img/right_arrow.png) no-repeat right center/8px;
}

/*footer*/
footer {
	position: relative;
	z-index: 1;
	background: #221815;
}

.footer_inner {
	padding: 0 15px 30px;
	margin-top: 30px;
}

.footer_video {
	width: 100%;
	/* height: 37.1354vw;
	overflow: hidden; */
}

.footer_video img {
	width: 100%;
}

.modaal-video-wrap {
	margin: 0;
}

/* .footer_video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */


.footer_access {
	/* padding-top: 52.079vw; */
	margin-top: 2rem;
	padding-top: 2rem;
	position: relative;
}

.footer_access::before {
	content: '';
	display: block;
	width: 100%;
	/* height: 48.36vw; */
	padding-top: 40.51%;
	background: url(img/footer_map.png) no-repeat;
	background-size: contain;
}

.footer_bottom {
	margin-top: 3rem;
}

.footer_bottom_inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	row-gap: 2rem;
}

.fnav {
	width: 100%;
}

.fnav ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 2rem;
	column-gap: 2rem;

}

.fnav ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.fnav ul li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -3px;
	opacity: 0;
	z-index: 1;
}

.fnav ul li a:hover::after {
	opacity: 1;
}

.flogo {
	text-align: center;
}

.flogo img {
	width: 50%;
	max-width: 150px;
}

.footer_access h2 {
	margin-bottom: 2rem;
}

.footer_access address {
	margin-bottom: 3rem;
}

.destination {
	display: grid;
	row-gap: 3rem;
	margin-bottom: 2rem;
}

.gnav_right {
	padding-top: 60px;
}

/*下層ページ*/
.subpage_main {
	margin-bottom: 3rem;
}

.subpage_inner {
	padding: 0 15px;
	max-width: 95%;
	margin: 0 auto;
}

.subpage_mv,
.subpage_thumbnail {
	width: 100%;
	height: 50vw;
	overflow: hidden;
	/* padding-top: 50%; */
	/* background: url(img/subpage_main.png) no-repeat left center/cover; */
}

.subpage_mv img,
.subpage_thumbnail img {
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
}

.subpage_description {
	text-align: center;

	padding: 3rem 0;
}

.subpage_inner h2 {
	margin-bottom: 1rem;
}

.subpage_catch {
	margin-bottom: 2rem
}

.menu_item {
	/* margin-bottom: 5rem; */
	padding: 2rem 0;
}

.item_box {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 30px;
	column-gap: 60px;
}

.item_catch {
	margin-bottom: 2rem;
	font-size: 2rem;
}

.ingredients_link {
	margin: 2rem 0;
}

.ingredients_link a {
	display: inline-block;
	padding-right: 2rem;
	background: url(img/right_arrow.png) no-repeat right center/ 8px;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.ingredients_link a::before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left top;
	z-index: 1;
}

.ingredients_link a::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--background);
	z-index: 2;
	transition:  transform .3s cubic-bezier(0.8, 0, 0.2, 1)  0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

.ingredients_link a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.item_name {
	font-size: 2.4rem;
}

.item_price {
	font-size: 2.4rem;
	text-align: right;
}

.item_price span {
	font-size: 1.4rem;
	margin-left: 1rem;
}

/*3カラムリンク*/
.content_col3 {
	display: grid;
	row-gap: 1rem;
	column-gap: 0.5rem;
}

.content_col3 li {
	border: 2px solid #fff;
}

.col3_img {
	aspect-ratio: 600/574;
	overflow: hidden;
	border-bottom: 2px solid #fff;
}

.col3_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.col3_txt {
	padding: 2rem;
}

.col3_link {
	display: block;
	width: 100%;
	height: 60px;
	display: grid;
	place-items: center;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	margin-top: 2rem;
	transition: .5s;
}

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

/*フードメニュー3カラム*/
.menu_3col ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1rem;
	row-gap: 3rem;
}

.menu_3col a {
	display: block;
	aspect-ratio: 423/333;
	overflow: hidden;
}

.menu_3col a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item_name_box {
	margin-top: 1rem;
	
}

.food_name {
	font-size: 1.8rem;
}

.food_price {
	font-size: 1.6rem;
	text-align: right;
	padding-right: 2rem;
}

.food_price span {
	font-size: 1.2rem;
	margin-left: 1rem;
}

/*ゆっくり流れるスライドショー*/
.slide_wrap {
	display: flex;
	overflow: hidden;
	margin-bottom: 20px;
}

.slide_row {
	display: flex;
	animation: loop-slide 25s infinite linear 1s both;
	background: #221815;
}

.slide_wrap:hover .slide_row {
	animation-play-state: paused;
}

.slide_row li img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.slide_row li {
	width: 300px;
	aspect-ratio: 3/4;

	margin: 0 10px;
}

.wrap {
	display: flex;
	height: 500px;
	overflow: hidden;
}

.wrap02 {
	width: 500px;
	height: 500px;
	margin: 0;
	overflow: hidden;
}

.wrap02 img {
	width: 100%;
	vertical-align: bottom;
}

@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}




/* @keyframes loop-slide02 {
	0% {
		transform: translateY(0);
	}
	49.99999% {
		transform: translateY(-100%);
	}

	50% {
		transform: translateY(100%);
	}
}

@keyframes loop-slide03 {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(-100%);
	}
} */

.slider_column1 {
	animation: loop-slide02 10s infinite linear 1s both;
}

/*スクロールアニメーション*/
.js-monitored {
	transform: translateX(-15px);
	opacity: 0;
}

.js-monitored.show {
	animation: fadeInTxt 0.5s linear 1 normal forwards;
}

@keyframes fadeInTxt {
	0% {
		transform: translateX(-15px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

/*観光地情報*/
.sightseeng_inner,
.sightseeng_article {
	width: 95%;
	/* max-width: 1000px; */
	margin: 0 auto;
}

.sightseeing_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 30px;
	margin-bottom: 10rem;
}

.sightseeing_list li h3 {
	text-align: center;
	margin: 1rem 0;
}

.swiper_sightseeing {
	/* max-width: 1000px; */
	margin: 0 auto;
	overflow: hidden;
}
.sightseeing_slider {
	position: relative;
	width: 95%;
	/* max-width: 1100px; */
	/* padding: 0 50px; */
	margin: 4rem auto 5rem;
}

.swiper_sightseeing {
	position: relative;
}

.swiper_sightseeing .swiper-pagination {
	position: relative;
	bottom: 0px;
	margin-top: 10px;
}

.more_btn {
	display: grid;
	place-items: center;
	width: 100%;
	height: 60px;
	font-weight: bold;
	border: 2px solid #fff;
	margin-top: 2rem;
	color: #fff;
	text-decoration: none;
	transition: .5s;
}

.more_btn:hover {
	color: #221815;
	background: #fff;
}

/*観光地詳細*/
.sightseeng_article {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 5rem;
}

.gallery_description {
	display: flex;
	justify-content: center;
}

.gallery {
	margin-bottom: 5rem;
}

.spot_link:hover {
	opacity: .8;
}

/*地図*/
.kujira_map {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}

.map {
	position: relative;
	width: 100%;
	aspect-ratio: 3/2;
	/* aspect-ratio: 1130/568; */
}

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

/*pagetop*/
.pageTop {
	display: inline-block;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 8;
}

.pageTop img {
	width: 50px;
	height: 50px;
}

.pageTop img:hover {
	opacity: .8;
}

/*2023.08.01追記*/
.box_w1000 {
	max-width: 1100px;
	margin: 0 auto;
}

.box_w1000 .menu_description {
	text-align: left;
}


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

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

@media screen and (min-width: 600px) {
	/*フッター*/
	.footer_bottom_inner {
		display: grid;
		grid-template-columns: 250px auto;
	}

	.footer_bottom_inner p {
		display: grid;
		place-items: center;
	}

	.fnav ul {
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		column-gap: 60px;
	}

	/*3カラムリンク*/
	.content_col3 {
		grid-template-columns: repeat(3, 1fr);
	}

	/*フードメニュー3カラム*/
	.menu_3col ul {
		grid-template-columns: repeat(3, 1fr);
	}

	/*観光地詳細*/
	.sightseeng_article {
		flex-direction: row;
		column-gap: 5rem;
		margin-bottom: 8rem;
	}

	.sightseeng_article figure {
		width: 45%;
	}

	.spot_description {
		width: calc(55% - 5rem);
		padding: 1.5rem 3rem;
		border-left: 1px solid #fff;
	}

	.sightseeing_slider {
		margin-bottom: 10rem;
	}

	.gallery .menu_item {
		margin-bottom: 5rem;
	}
}

@media screen and (min-width: 768px) {
	/*ヘッダー*/
	.header_inner {
		padding: 3vw;
	}

	.logo a img {
		/* width: 180px; */
		width: 250px;
	}

	/*メイン画像*/
	.mv_catch p:first-child {
		font-size: 34px;
	}

	/*ナビゲーション*/
	.gnav {
		padding: 0;
		overflow-y: inherit;
	}

	.gnav_inner {
		display: grid;
		grid-template-columns: 40% calc(60% - 50px);
		height: 100%;
		column-gap: 30px;
	}

	.gnav_left {
		display: block;
		height: 100%;
	}

	.gnav_right {
		padding: 8.125vw;
		overflow-y: scroll;
		height: 100%;
		scrollbar-width: none; 
		-ms-overflow-style: none;
	}

	.gnav_right::-webkit-scrollbar {
		display: none;
	}

	.Toggle_wrap {
		top: 3vw;
		right: 3vw;
	}
	
	/*トップメインコンテンツ*/
	.top_section {
		padding: 2px 0 30px;
	}


	.top_content_box {
		display: grid;
		padding-right: calc((100% - 800px) / 2);
		grid-template-columns: 41% 59%;
	}

	.content_img {
		text-align: left;
	}

	.content_img img {
		width: 100%;
	}

	.top_txt_box {
		padding: 3vw 20px;
		row-gap: 80px;
	}

	/*フッター*/
	.footer_inner {
		width: 95%;
		margin: 30px auto 0;
	}

	.footer_access h2 {
		padding-top: 2rem;
	}

	.destination {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 50px;
	}
	

	.flogo {
		text-align: left;
	}

	.footer_bottom_inner {
		padding: 3rem 0 0;
		column-gap: 100px;
		grid-template-columns: 20% 1fr;
	}

	.fnav {
		padding: 8.135vw;
	}

	.fnav ul {
		max-width: 800px;
		margin: 0;
	}


	/*下層ページ スライダーコンテナ*/
	.subpage_mv,
	.subpage_thumbnail {
		/* padding-top: 22.55%; */
		height: 22.55vw;
	}

	/*下層ページ スライダーコンテナ*/
	
	.item_box {
		flex-direction: row;
		align-items: center;
	}

	.item_box.flex_reverse {
		flex-direction: row-reverse;
	}

	.item_description {
		width: calc(40% - 60px);
	}

	.subpage_swpier_wrapper {
		width: 60%;
	}

	/*観光地詳細*/
	.sightseeing_slider {
		width: 95%;
		max-width: 1400px;
		padding: 0 50px;
	}

	/*地図*/
	.kujira_map {
		padding: 0 50px;
		margin-bottom: 10rem;
	}

	.map {
		aspect-ratio: 1130/568;
	}

	/*pagetop*/
	.pageTop img {
		width: 100px;
		height: 100px;
	}

}

@media screen and (min-width: 1024px) {
	/*ナビゲーション*/
	.gnav_right::-webkit-scrollbar {
		display: none;
	}

	.menu_area,
	.gnav_contact {
		display: grid;
		grid-template-columns: 50% 50%;
		column-gap: 30px;
	}

	.plus_icon {
		display: none;
	}

	.menu_child {
		display: block;
	}

	.gnav_contact {
		margin-top: 30px;
		text-align: left;
	}

	.gnav_contact a:first-child {
		text-align: center;
		margin-left: 0;
		margin-top: 0;
	}

	.menu_area ul li a {
		display: inline-block;
		padding: 5px 0;
	}

	/*footer*/
	.footer_access {
		padding-top: 6.97vw;
		margin-bottom: 5.8vw;
	}

	.footer_access::before {
		position: absolute;
		right: 0;
		top: 0;
		width: 84.19%;
	}

	.footer_access h2 {
		padding-top: 0;
	}

	.destination {
		grid-template-columns: 1fr;
	}
}

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


@media screen and (min-width: 1366px) {
	
}
footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #DD0202;
	background-color: rgba(0,69,91,0.2);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DD0202;
	letter-spacing: 1px;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #C0D2D8;
}
.h_sns {
	padding: 5px;
	position: fixed;
	top: 130px;
	right: 0px;
	background-color: rgba(220,1,1,0.8);
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}
.h_sns li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 180px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.h_sns li a:hover {
	background-color: #000;
}


@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.h_sns li {
	width: 100%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}