@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@400;700&family=Lato:wght@300&family=Noto+Sans+JP:wght@300&family=Shippori+Mincho:wght@400;800&display=swap');

/*---全体---*/
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: 'Lato','Noto Sans JP', sans-serif;
}
a {
	text-decoration: none;
	color: #fff;
}
li {
	list-style: none;
}
.wrapper {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
}

/*---ロード画面---*/
.loadingBody {
	width: 100%;
	height: 100vh;
	background: #01172c;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.loadingBody_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.loadingBody_logo {
	width: 7vw;
	min-width: 60px;
}
.loadingBody_txt {
	margin-top: 1em;
	font-family: sans-serif;
	font-size: max(1vw, 10px);
	letter-spacing: 0.2em;
	color: #fff;
}

/*---ロード時のアニメーション---*/
.loadingBody_txt_deco {
	display: inline-block;
	animation-name: deco;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.loadingBody_txt_dico.-deray1 {
	animation-delay: 0.1s;
}
.loadingBody_txt_deco.-deray2 {
	animation-delay: 0.2s;
}
.loadingBody_txt_deco.-deray3 {
	animation-delay: 0.3s;
}
.loadingBody_txt_deco.-deray4 {
	animation-delay: 0.4s;
}
.loadingBody_txt_deco.-deray5 {
	animation-delay: 0.5s;
}
.loadingBody_txt_deco.-deray6 {
	animation-delay: 0.6s;
}
.loadingBody_txt_deco.-deray7 {
	animation-delay: 0.7s;
}
.loadingBody_txt_deco.-deray8 {
	animation-delay: 0.8s;
}
.loadingBody_txt_deco.-deray9 {
	animation-delay: 0.9s;
}
@keyframes deco {
	0% {
		transform: translate(0, 0);
	}
	10% {
		transform: translate(0, -0.6em);
	}
	20% {
		transform: translate(0, 0);	
	}
	100% {
		transform: translate(0, 0);	
	}
}

/*---フェードインアニメーション---*/
.fadein {
	opacity: 0;
	transform: translate(0, 4vw);
	transition: all 1000ms;
}
.fadein.left {
	transform: translate(4vw, 0);
}
.fadein.right {
	transform: translate(-4vw, 0);
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/*---フェードイン_メインロゴ---*/
.main_logo_deco1.fadein {
	display: inline-block;
	transition: all 1500ms 200ms;
    position: relative;
    top: 0.18em;
    left: -0.9em;
    transform: translate(0, 4vw) rotate(0deg);
}
.main_logo_deco1.fadein.scrollin {
    transform: translate(0, 0) rotate(-15.3deg);
}
.main_logo_deco2.fadein {
	display: inline-block;
	transition: all 1500ms 400ms;
	position: relative;
	top: -0.03em;
	left: -1.03em;
    transform: translate(0, 4vw) rotate(0deg);
}
.main_logo_deco2.fadein.scrollin {
    transform: translate(0, 0) rotate(-15.5deg);
}
.main_logo_deco3.fadein {
	display: inline-block;
	transition: all 1500ms 600ms;
	position: relative;
	top: -0.24em;
	left: -1.05em;
    transform: translate(0, 4vw) rotate(0deg);
}
.main_logo_deco3.fadein.scrollin {
    transform: translate(0, 0) rotate(-16deg);
}
.main_logo_deco4.fadein {
	display: inline-block;
	transition: all 1500ms 800ms;
	position: relative;
	top: -0.43em;
	left: -1.07em;
    transform: translate(0, 4vw) rotate(0deg);
}
.main_logo_deco4.fadein.scrollin {
    transform: translate(0, 0) rotate(-15.5deg);
}
.main_logo_deco5.fadein {
	display: inline-block;
	transition: all 1500ms 1000ms;
	position: relative;
	top: 0;
	left: 1.5em;
    transform: translate(0, 4vw) rotate(0deg);
}
.main_logo_deco5.fadein.scrollin {
    transform: translate(0, 0) rotate(15.5deg);
}
.main_logo_deco6.fadein {
	display: inline-block;
	transition: all 1500ms 1200ms;
	position: relative;
	top: 0.19em;
	left: 1.47em;
    transform: translate(0, 4vw) rotate(0deg);
}
.main_logo_deco6.fadein.scrollin {
    transform: translate(0, 0) rotate(15.5deg);
}
.main_logo_deco7.fadein {
	display: inline-block;
	transition: all 1500ms 1400ms;
	position: relative;
	top: 0.36em;
	left: 1.45em;
    transform: translate(0, 4vw) rotate(0deg);
}
.main_logo_deco7.fadein.scrollin {
    transform: translate(0, 0) rotate(16.5deg);
}
.main_logo_deco8.fadein {
	display: inline-block;
	transition: all 1500ms 1600ms;
	position: relative;
	top: 0.52em;
	left: 1.43em;
    transform: translate(0, 4vw) rotate(0deg);
}
.main_logo_deco8.fadein.scrollin {
    transform: translate(0, 0) rotate(16.5deg);
}
/*---フェードイン_メインキャッチコピー---*/
.main_copy_deco1.fadein {
	display: inline-block;
	transition: all 1500ms 200ms;
	position: relative;
	top: -5px;
	left: 0;
}
.main_copy_deco2.fadein {
	display: inline-block;
	transition: all 1500ms 1000ms;
	position: relative;
	top: 3px;
	left: 0;
}
.main_copy_deco3.fadein {
	display: inline-block;
	transition: all 1500ms 600ms;
	position: relative;
	top: 0;
	left: 0;
}
.main_copy_deco4.fadein {
	display: inline-block;
	transition: all 1500ms 1400ms;
	position: relative;
	top: -3px;
	left: 0;
}
.main_copy_deco5.fadein {
	display: inline-block;
	transition: all 1500ms 1800ms;
	position: relative;
	top: 3px;
	left: 0;
}
.main_copy_deco6.fadein {
	display: inline-block;
	transition: all 1500ms 1200ms;
	position: relative;
	top: 0;
	left: 0;
}
.main_copy_deco7.fadein {
	display: inline-block;
	transition: all 1500ms 400ms;
	position: relative;
	top: -5px;
	left: 0;
}
.main_copy_deco8.fadein {
	display: inline-block;
	transition: all 1500ms 1600ms;
	position: relative;
	top: 3px;
	left: 0;
}
.main_copy_deco9.fadein {
	display: inline-block;
	transition: all 1500ms 800ms;
	position: relative;
	top: -3px;
	left: 0;
}
.main_copy_deco10.fadein {
	display: inline-block;
	transition: all 1500ms 900ms;
	position: relative;
	top: -3px;
	left: 0;
}
.main_copy_deco11.fadein {
	display: inline-block;
	transition: all 1500ms 1500ms;
	position: relative;
	top: -3px;
	left: 0;
}

/*---フェードイン＿セクションイメージ---*/
.simg .fadein {
	transition: all 2000ms;
}
/*---フェードイン＿セクションタイトル---*/
.section_content_ttl_deco1.fadein {
	display: inline-block;
	transition: all 800ms;
}
.section_content_ttl_deco2.fadein {
	display: inline-block;
	transition: all 800ms 100ms;
}
.section_content_ttl_deco3.fadein {
	display: inline-block;
	transition: all 800ms 200ms;
}
.section_content_ttl_deco4.fadein {
	display: inline-block;
	transition: all 800ms 300ms;
}
.section_content_ttl_deco5.fadein {
	display: inline-block;
	transition: all 800ms 400ms;
}
.section_content_ttl_deco6.fadein {
	display: inline-block;
	transition: all 800ms 500ms;
}
.section_content_ttl_deco7.fadein {
	display: inline-block;
	transition: all 800ms 600ms;
}
.section_content_ttl_deco8.fadein {
	display: inline-block;
	transition: all 800ms 700ms;
}
.section_content_ttl_deco9.fadein {
	display: inline-block;
	transition: all 800ms 800ms;
}
.section_content_ttl_deco10.fadein {
	display: inline-block;
	transition: all 800ms 900ms;
}
.section_content_ttl_deco11.fadein {
	display: inline-block;
	transition: all 800ms 1000ms;
}
.section_content_ttl_deco12.fadein {
	display: inline-block;
	transition: all 800ms 1100ms;
}
.section_content_ttl_deco13.fadein {
	display: inline-block;
	transition: all 800ms 1200ms;
}
/*---フェードイン＿フッターSNS---*/
.twitter.fadein {
	display: inline-block;
	transition: all 1000ms 200ms;
}
.facebook.fadein {
	display: inline-block;
	transition: all 1000ms 600ms;
}
.instagram.fadein {
	display: inline-block;
	transition: all 1000ms 1000ms;
}
/*---ヘッダー---*/
.header {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	padding: 0 1%;
	box-sizing: border-box;
}
.header.header-color {
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.5s;
}
.header.show {
	background-color: rgba(0, 0, 0, 0.6);
}
.header_logo_img {
	height: 70%;
	vertical-align: middle;
}
.header_menu {
	display: flex;
	width: 95%;
	margin: 0 auto;
}
.header_gnav {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}
.header_gnav_list {
	display: flex;
}
.header_logo_link, .header_gnav_listItem_link, .header_gnav_contactBtn_link {
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	border-radius: 3px;
	transition: all 0.5s;
}
.header_gnav_contactBtn_icon {
	margin-right: 0.5em;
}
/*---ハンバーガーメニュー---*/
.hamburger {
	position: fixed;
	top: 23px;
	right: 23px;
	z-index: 2;
	width: 20px;
	height: 16px;
	color: #fff;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
}
.hamburger_line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition: all 0.5s;
}
.hamburger_line:nth-child(1) {
	top: 0;
}
.hamburger_line:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}
.hamburger_line:nth-child(3) {
	bottom: 0;
}
.hamburger.show .hamburger_line:nth-child(1) {
	transform: translateY(6px) rotate(-45deg);
}
.hamburger.show .hamburger_line:nth-child(2) {
	display: none;
}
.hamburger.show .hamburger_line:nth-child(3) {
	transform: translateY(-8px) rotate(45deg);
}

/*---メイン---*/
.main {
	background: url(../images/head_bg.jpg) center /cover no-repeat;
	height: 100%;
}
.main_logoCopy {
	position: absolute;
	top: 28%;
    left: 20%;
}
.main_logo {
	font-family: 'Josefin Slab';
	font-weight: 400;
	font-size: clamp(40px, 3.5vw, 90px);
	color: #fff;
	letter-spacing: 0.2em;
	margin-bottom: 1.5em;
	text-align: center;
}
.main_copy {
	font-family: HiraMinProN-W3, 'Shippori Mincho', serif;
	font-size: clamp(12px, 1vw, 23px);
	font-weight: normal;
	width: 100%;
	text-align: center;
	letter-spacing: 0.2em;
}
.main_logo_link, .main_copy_link {
	display: inline-block;
	transition: all 1.5s;
	cursor: default;
}

/*---トップボタン---*/
#topBtn {
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 2;
}
.topBtn_link {
	display: inline-block;
	transition: all 0.5s;
}
.topBtn_link:hover {
	transform: translateY(-5px);
}
.topBtn_link_icon {
	font-size: 30px;
	color: #fff;
}

/*---セクション---*/
.section::before {
	content:"";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -999;
	width: 100%;
	height: 100%;
	background: url("../images/section_bg.jpg") center /cover no-repeat;
}
.section .wrapper {
	padding-top: 200px;
}
.section:nth-of-type(4) .wrapper {
	padding-bottom: 200px;
}
.section_content {
	width: 100%;
	padding-top: 60px;
	margin-top: -60px;
}
.section_content_images {
	display: flex;
	position: relative;
}
.section:nth-of-type(even) .section_content_images {
	flex-direction: row-reverse;
}
.section_content_img {
	width: 60%;
	transition: all 800ms;
	z-index: 1;
}
.section_content_img_link {
	width: 100%;
	padding-top: 70%;
	display: inline-block;
	border-radius: 8px;
	box-shadow: 10px 10px 30px #111;
}
#Opening_Hour .section_content_img_link {
	background: url("../images/img1.jpg") center/ cover no-repeat;
}
#Guide .section_content_img_link {
	background: url("../images/img2.jpg") center/ cover no-repeat;
}
#Event .section_content_img_link {
	background: url("../images/img3.jpg") center/ cover no-repeat;
}
#Access .section_content_img_link {
	background: url("../images/img4.jpg") center/ cover no-repeat;
}
.section_content_simg {
	width: 30%;
	position: absolute;
	top: 50%;
	left: 65%;
	transition: all 800ms;
}
.section:nth-of-type(even) .section_content_simg {
	left: 5%;
}
.section_content_simg_link {
	width: 100%;
	padding-top: 100%;
	display: inline-block;
	border-radius: 8px;
	box-shadow: 10px 10px 30px #111;
}
#Opening_Hour .section_content_simg_link {
	background: url("../images/simg1.jpg") center/ cover no-repeat;
}
#Guide .section_content_simg_link {
	background: url("../images/simg2.jpg") center/ cover no-repeat;
}
#Event .section_content_simg_link {
	background: url("../images/simg3.jpg") center/ cover no-repeat;
}
#Access .section_content_simg_link {
	background: url("../images/simg4.jpg") center/ cover no-repeat;
}
.section_content_img_link, .section_content_simg_link {
	cursor: auto;
}
.section_content_txtFlex {
	display: flex;
}
.section:nth-of-type(even) .section_content_txtFlex {
	flex-direction: row-reverse;
}
.section_content_txtWrap {
	margin-top: 30px;
	width: 60%;
}
.section_content_ttl {
	font-family: 'Josefin Slab';
	font-weight: 700;	
	font-size: clamp(40px, 5.7vw, 65px);
	color: #fff;
	letter-spacing: 0.05em;
	margin-left: 10px;
	margin-bottom: 10px;
}
#Opening_Hour .section_content_ttl::after {
	content: "営業時間・料金";
	font-size: 12px;
}
#Guide .section_content_ttl::after {
	content: "館内案内";
	font-size: 12px;
}
#Event .section_content_ttl::after {
	content: "イベント";
	font-size: 12px;
}
#Access .section_content_ttl::after {
	content: "アクセス";
	font-size: 12px;
}

.section_content_txt {
	max-width: 350px;
	margin-left: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 2em;
}
.section_content_more {
	margin: 20px 0 0 20px;
}
.section_content_more_link {
	display: inline-block;
	padding: 0 1em 0 1em;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	line-height: 2.2em;
	transition: transform 0.5s;
	font-size: 16px;
}
.section_content_more_link_icon {
	margin-left: 1.5em;
	font-size: 14px;
	transition: transform 0.5s;
}

/*---フッター---*/
.footer {
	background: url(../images/foot_bg.jpg) center / cover no-repeat; 
	height: 100%;
	position: relative;
}
.footer_sns {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 28%;
	max-width: 325px;
	min-width: 170px;
}
.footer_sns_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.footer_sns_listItem_link {
	display: inline-block;
	height: 100%;
	transition: all 0.5s;
}
.footer_sns_listItem_link_icon {
	font-size: clamp(30px, 3.3vw, 50px);
}
.footer_content {
	height: 25%;
	max-height: 250px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 4%;
	box-sizing: border-box;
}
.footer_content_listItem {
	margin-bottom: 14px;
}
.footer_content_listItem_link {
	font-size: 14px;
	display: inline-block;
	transition: all 0.5s;
}
.footer_content_listItem_link:hover {
	transform: translateX(1.3em);
}
.footer_content_copyRight {
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 1em;
	lift: 0;
}
/*---各ページ---*/
.otherSection::before {
	content:"";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("../images/section_bg.jpg") center /cover no-repeat;
}
.otherSection_header {
	background: url("../images/contact_head.jpg") center /cover no-repeat;
	height: 300px;
}
.otherSection_header .wrapper {
	height: 100%;
	position: relative;
}
.otherSection_header_ttl {
	font-family: 'Josefin Slab';
	font-size: clamp(25px, 4vw, 70px);
	color: #fff;
	letter-spacing: 0.05em;
	position: absolute;
	bottom: 8%;
	left: 5%;
}
#Opening_Hour .otherSection_header_ttl::after {
	content: "営業時間・料金";
	font-size: 12px;
}
#Guide .otherSection_header_ttl::after {
	content: "館内案内";
	font-size: 12px;
}
#Event .otherSection_header_ttl::after {
	content: "イベント";
	font-size: 12px;
}
#Access .otherSection_header_ttl::after {
	content: "アクセス";
	font-size: 12px;
}
.otherSection_body {
	padding: 100px 0;
}
.otherSection_body_txtWrap {
	border: 1px solid #fff;
	border-radius: 15px;
	height: 60vh;
	position: relative;
}
.otherSection_body_txt {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
}
/*---お問い合わせページ---*/
#Contact .otherSection_header_ttl::after {
	content: "お問い合わせ";
	font-size: 12px;
}
.otherSection_contactBody {
	padding: 100px 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.otherSection_contactBody_txt {
	font-size: 16px;
	color: #fff;
}
.otherSection_contactBody_txtWrap {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 5% 3%;
	box-sizing: border-box;
	width: 40%;
}
.otherSection_contactBody_txtWrap .otherSection_contactBody_txt {
	line-height: 2em;
	margin-bottom: 2em;
}
.otherSection_contactBody_txt.-small {
	margin-bottom: 0;
	font-size: 14px;
}
.otherSection_contactBody_form {
	width: 40%;
	margin-left: 3%;
}
.otherSection_contactBody_form .otherSection_contactBody_txt {
	margin-bottom: 40px;
	line-height: 1.5em;
}
.otherSection_contactBody_form label {
	line-height: 2em;
}
.otherSection_contactBody_form input[type="text"] {
	width: 100%;
	height: 2.5em;
	box-sizing: border-box;
	border-radius: 5px;
}
.otherSection_contactBody_form input[type="email"] {
	width: 100%;
	height: 2.5em;
	box-sizing: border-box;
	border-radius: 5px;
}
.otherSection_contactBody_form select {
	width: 100%;
	height: 2.5em;
	color: #000;
	border-radius: 5px;
}
.otherSection_contactBody_form textarea {
	width: 100%;
	min-width: 17em;
	height: 15em;
	box-sizing: border-box;
	border-radius: 5px;
}
.otherSection_contactBody_txt.-submitBtn {
	margin-bottom: 0;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: transform 0.5s;
	display: inline-block;
	position: relative;
}
.otherSection_contactBody_form input[type="submit"] {
	padding: 0 3em 0 1em;
	color: #fff;
	line-height: 2.3em;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
}
.otherSection_contactBody_txt.-submitBtn i {
	font-size: 14px;
	transition: transform 0.5s;
	position: absolute;
	top: 50%;
	left: 4.5em;
	transform: translate(0, -50%);
}

/*---タブレット用-----------------------------------------------------------------*/
@media screen and (max-width: 1025px) {
	
	/*ヘッダー*/
	.header {
		height: 50px;
	}
	.header_logo_link {
		height: 50px;
		line-height: 50px;
	}
	.header_gnav_listItem_link, .header_gnav_contactBtn_link {
		font-size: 12px;
		height: 50px;
		line-height: 50px;
		padding: 0 18px;
	}
	
	/*メイン*/
	.main_logoCopy {
		top: 23%;
		left: 20%;
	}
	.main_logo {
		font-size: clamp(40px, 5.5vw, 60px);
	}
	.main_copy {
		font-size: clamp(12px, 1.5vw, 18px);
	}
	
	/*セクション*/
	.section .wrapper {
		padding-top: 150px;
	}
	.section:nth-of-type(4) .wrapper {
		padding-bottom: 150px;
	}
	.section_content {
		padding-top: 50px;
		margin-top: -50px;
	}
	.section_content_txt {
		font-size: 14px;
		color: #fff;
		line-height: 2em;
	}
	#Opening_Hour .section_content_ttl::after {
		font-size: 10px;
	}
	#Guide .section_content_ttl::after {
		font-size: 10px;
	}
	#Event .section_content_ttl::after {
		font-size: 10px;
	}
	#Access .section_content_ttl::after {
		font-size: 10px;
	}
	.section_content_more_link {
		font-size: 15px;
	}
	.section_content_more_link_icon {
		font-size: 12px;
	}
	/*フッター*/
	.footer_content_listItem {
		margin-bottom: 13px;
	}
	.footer_content_listItem_link {
		font-size: 13px;
	}
	.footer_content_copyRight {
		font-size: 11px;
	}

	/*各ページ*/
	.otherSection_header {
		height: 250px;
	}
	#Opening_Hour .otherSection_header_ttl::after {
		font-size: 10px;
	}
	#Guide .otherSection_header_ttl::after {
		font-size: 10px;
	}
	#Event .otherSection_header_ttl::after {
		font-size: 10px;
	}
	#Access .otherSection_header_ttl::after {
		font-size: 10px;
	}
	.otherSection_body_txt {
		font-size: 14px;
	}
	
	/*お問い合わせページ*/
	#Contact .otherSection_header_ttl::after {
		font-size: 10px;
	}
	
	.otherSection_contactBody_txt {
		font-size: 14px;
	}
	.otherSection_contactBody_txtWrap {
		width: 45%;
	}
	.otherSection_contactBody_form {
		width: 45%;
		margin-left: 3%;
	}

	.otherSection_contactBody_form input[type="submit"] {
		font-size: 14px;
	}
	.otherSection_contactBody_txt.-submitBtn i {
		font-size: 12px;
	}
}

/*---スマートフォン用---------------------------------------------------------------*/
@media screen and (max-width: 767px) {

	/*ヘッダー*/
	.header {
		height: 45px;
		padding: 0;
	}
	.header_menu {
		position: absolute;
		top: 45px;
		right: 0;
		display: none;
		background-color: rgba(0, 0, 0, 0.6);
		width: 50%;
	}
	.header_menu.show {
		display: block;
	}
	
	/*ハンバーガーメニュー*/
	.hamburger {
		display: inline-block;
	}
	.header_gnav, .header_gnav_list {
		display: block;
	}
	.header_logo_link {
		height: 45px;
		line-height: 45px;
	}
	.header_gnav_listItem_link, .header_gnav_contactBtn_link {
		font-size: 12px;
		height: 45px;
		line-height: 45px;
		padding: 0 70px 0 20px;
	}
	.header_gnav_contactBtn_link {
		background-color: rgba(255, 255, 0, 0.2);
	}
	.header_gnav_listItem_link:hover, .header_gnav_contactBtn_link:hover {
		transform: translateY(-3px);
		background-color: rgba(255, 255, 255, 0.3);
	}
	
	/*メイン*/	
	.main_logoCopy {
		top: 14%;
		left: 0%;
		width: 100%;
	}
	.main_copy {
		font-family: HiraMinProN-W3, 'Shippori Mincho', serif;
		font-size: clamp(12px, 3.4vw, 15px);
		font-weight: normal;
		width: 100%;
		text-align: center;
		letter-spacing: 0.2em;
	}
	
	/*トップボタン*/
	.topBtn_link_icon {
		font-size: 27px;
	}
	
	/*セクション*/
	.section .wrapper {
		padding-top: 110px;
	}
	.section:nth-of-type(4) .wrapper {
		padding-bottom: 110px;
	}
	.section_content {
		padding-top: 45px;
		margin-top: -45px;
	}
	.section_content_img {
		width: 90%;
	}
	.section_content_img_link {
		box-shadow: 5px 5px 30px #111;
	}
	.section_content_simg {
		width: 50%;
		top: 38%;
		left: 50%;
	}
	.section:nth-of-type(even) .section_content_simg {
		left: 0;
	}
	.section_content_simg_link {
		opacity: 0.5;
		box-shadow: 5px 5px 30px #111;
	}
	.section_content_txtWrap {
		margin-top: 12px;
		width: 90%;
	}
	#index_page #Opening_Hour .section_content_ttl::after {
		content: "";
	}
	#index_page #Guide .section_content_ttl::after {
		content: "";
	}
	#index_page #Event .section_content_ttl::after {
		content: "";
	}
	#index_page #Access .section_content_ttl::after {
		content: "";
	}
	.section_content_txt {
		font-size: 12px;
		line-height: 2em;
	}
	.section_content_more_link {
		font-size: 13px;
	}
	.section_content_more_link_icon {
		font-size: 11px;
	}
	
	/*フッター*/
	.footer_content {
		padding: 15px 4%;
	}
	.footer_content_listItem {
		margin-bottom: 12px;
	}
	.footer_content_listItem_link {
		font-size: 12px;
	}
	.footer_content_copyRight {
		font-size: 10px;
	}
	
	/*各ページ*/
	.otherSection_header {
		height: 150px;
	}

	/*お問い合わせページ*/
	.otherSection_contactBody {
		width: 95%;
		margin: 0 auto;
		padding: 80px 0;
		display: block;
	}
	.otherSection_contactBody_txtWrap {
		width: 100%;
		margin-bottom: 50px;
	}
	.otherSection_contactBody_txt {
		font-size: 13px;
	}
	.otherSection_contactBody_form {
		width: 98%;
		margin: 0 auto;
	}
	.otherSection_contactBody_form .otherSection_contactBody_txt {
		margin-bottom: 30px;
		line-height: 1.5em;
	}
	.otherSection_contactBody_form input[type="submit"] {
		font-size: 13px;
	}
	.otherSection_contactBody_form.-submitBtn i {
		font-size: 11px;
	}

}
/*---hover設定-----------------------------------------------------------------------*/
@media (hover: hover) {
	
	/*---ヘッダー---*/
	.header_logo_link:hover, .header_gnav_listItem_link:hover, .header_gnav_contactBtn_link:hover {
		transform: translateY(-3px);
	}
	
	/*---メイン---*/
	.main_logo_link:hover, .main_copy_link:hover {
		transform: translateY(-10px);
	}
	
	/*---セクション---*/
	.section_content_more_link:hover {
		transform: translateX(0.8em);
	}
	
	.section_content_more_link:hover .section_content_more_link_icon {
		transform: translate(0.5em, 0);
	}
	
	/*---フッター---*/
	.footer_sns_listItem_link:hover {
		transform: translateY(-10px);
	}
	
	/*---お問い合わせページ---*/
	.submit_btn:hover {
		transform: translateX(10px);
	}
	.submit_btn:hover i {
		transform: translate(8px, -50%);
	}
	
}

@media (hover: none) {
	
	/*---ヘッダー---*/
	.header_logo_link:active, .header_gnav_listItem_link:active, .header_gnav_contactBtn_link:active {
		transform: translateY(-3px);
	}
	
	/*---メイン---*/
	.main_logo_link:active, .main_copy_link:active {
		transform: translateY(-10px);
	}
	
	/*---セクション---*/
	.section_content_more_link:active {
		transform: translateX(0.8em);
	}
	
	.section_content_more_link:active .section_content_more_link_icon {
		transform: translate(0.5em, 0);
	}
	
	/*---フッター---*/
	.footer_sns_listItem_link:active {
		transform: translateY(-10px);
	}
	
	/*---お問い合わせページ---*/
	.otherSection_contactBody_txt.-submitBtn:active {
		transform: translateX(10px);
	}
	.otherSection_contactBody_txt.-submitBtn:active i {
		transform: translate(8px, -50%);
	}
		
}

