<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name : NaebaClub
*/

/* GoogleFont縺ｮ隱ｭ縺ｿ霎ｼ縺ｿ縺ｨfont-family縺ｮ險倩ｿｰ縺ｯfont.css縺ｫ縺ゅｊ縺ｾ縺� */

/* --------蜃ｺ縺怜�縺醍畑-------- */

@media screen and (min-width:901px){
	.sp{
		display: none !important;
	}
}

@media screen and (max-width:900px){
	.pc{
		display: none !important;
	}
}

.notice{
background-color:#f2f2f2;
padding:20px;
font-size: 80%;
color:#666;
margin:30px auto 20px auto;
text-align:center;
line-height:180%;
max-width:70%;
}

@media screen and (max-width:900px){
.notice{
background-color:#f2f2f2;
padding:20px;
font-size: 80%;
color:#666;
margin:30px auto 20px auto;
text-align:left;
line-height:180%;
max-width:100%;
}
}


/* 繝｡繝九Η繝ｼ繝�く繧ｹ繝医�縺ｿ */
.menu-text_only{
  margin-top:20px;
}

.info-text{
	color:#CC0000;
}

.menu-text_only li h4{
	height: 31px;
	line-height: 26px;
	margin-bottom:10px;
}
.menu-text_only li{
	padding-top:15px;
	line-height: 1;
}

.menu-text_only li {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	}
	 
hr.tab-r-line {
	position: relative;
	margin: 0 10px;
	border: none;
	border-top: dotted 2px #CCC;
	top: 7px;
}
	
.tab-reader-box2 {
	flex: auto;
}
.menu-text_only .tab-reader-price{
		margin-right: 40px;
}
@media screen and (max-width: 768px) {
	.menu-text_only{
		display: block;
		width:100%;
		
	}
	.menu-text_only li.tit{
		margin-top:20px;
	}
	.menu-text_only .tab-reader-price{
		margin-right: 0;
	}
}
.price_s-text{
	font-size:12px;
}

/* modal蜀� 繝｡繝九Η繝ｼ */
.menu-text {
	margin-top: 16px;
}
.menu-text li + li{
	padding-top:15px;
}
.menu-text li {
	line-height: 1;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.menu-text li{
		line-height: 1.2;
	}
}



/* --------蜈ｱ騾夂ｳｻ-------- */

html,
body{
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100vw;
	overflow-x: hidden;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
	display:none;
}

a{
	text-decoration: none;
	color: inherit;
}

ul{
	list-style: none;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}

img{
	display: block;
	width: 100%;
	height: 100%;
}

section{
	width: calc(100vw - 32px);
	margin: 0 auto;
	position: relative;
}

.menuTitle{
font-size:110%;
font-weight:bold;
margin-bottom:12px;
margin-top:0px;
}

@media screen and (max-width:900px){
	section{
		width: calc(100vw - 16px);
	}
}

.section-wrap{
	width: calc(100vw - 32px);
	margin: 0 auto;
}
@media screen and (max-width:900px){
	.section-wrap{
		width: calc(100vw - 16px);
	}
}

h2{
	width: 100%;
	font-size: 48px;
	letter-spacing: 0px;
	margin-bottom: 40px;
}
@media screen and (max-width:900px){
	h2{
		margin-bottom: 16px;
	}
}

section,
header.pc nav,
#news .section-wrap,
#instagram .section-wrap,
footer .footer-container{
	max-width: 1200px;
}

h2 span{
	transition: all 1s;
}

h2[data-emergence=hidden] span{
	opacity: 0;
}

h2[data-emergence=visible] span{
	opacity: 1;
}

h2 span{
	position: relative;
	padding: 0 24px;
}

h2[data-emergence=visible] span:after{
	content: '';
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	animation-name:side-shutter;
	animation-duration: 1.8s;
	animation-fill-mode: forwards;
	animation-timing-function:linear;
}

h2[data-emergence=visible] span.black:after{
	background-color: rgb(5,5,5);
}

h2[data-emergence=visible] span.white:after{
	background-color: rgba(250,250,250);
}

h2[data-emergence=visible] span.gray:after{
	background-color: rgb(143,143,143);
}

/* --------繝医ャ繝励�繝ｼ繧ｸ-------- */

.breadcrumbs{
	opacity:0;
	position:fixed;
}

.googleCalendar iframe {
 ﾂ�width: 100% !important;
  height: 400px !important;
	margin:10px auto 10px auto;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px !important;
	margin:10px auto 10px auto;
  }
}

/* 繝医ャ繝励↓謌ｻ繧九�繧ｿ繝ｳ */

.page-top{
	width: 56px;
	height: 56px;
	position: fixed;
	bottom:16px;
	right: 16px;
	border: solid 1px rgba(5,5,5,.5);
	background-color: rgba(250,250,250,.5);
	z-index: 11;
	border-radius: 100px;
	cursor: pointer;
	transition: all .2s;
}
@media screen and (min-width:901px){
	.page-top:hover{
		border: solid 1px rgb(5,5,5);
		filter:drop-shadow(1px 1px 2px rgba(5,5,5,.5))
	}
}

.page-top:after{
	content: '';
	position: absolute;
	border-top: solid 1px rgba(5,5,5,.5);
	border-left: solid 1px rgba(5,5,5,.5);
	width: 12px;
	height: 12px;
	top: calc(50% + 3px);
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width:901px){
	.page-top:hover:after{
		border-top: solid 1px rgb(5,5,5);
		border-left: solid 1px rgb(5,5,5);
	}
}

.header-dummy{
	width: 100vw;
	height: 80px;
	background-color: rgb(5,5,5);
	margin: 0;
	padding: 0;
}

/* PC繝倥ャ繝繝ｼ */

@media screen and (min-width:901px){
	header.pc,
	header.pc nav,
	header.pc ul{
		height: 80px;
	}

	header.pc{
		width:100vw;
		background-color: rgba(5,5,5,.4);
		color: rgb(250,250,250);
		transition: all .2s;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 12;
		overflow: hidden;
	}

	header.pc:hover{
		background-color: rgba(5,5,5,.9);
	}

	header.pc nav{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: 0 auto;
		padding: 16px;
	}

	header.pc h1{
		display: flex;
		align-items: center;
		width: 15%;
		height: 100%;
	}

	header.pc ul{
		width: calc(75% - 112px);
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	header.pc ul li{
		text-align: center;
		position: relative;
		animation-name:up;
		animation-duration: .5s;
		animation-fill-mode: forwards;
		animation-timing-function:linear;
	}
	header.pc ul li:nth-child(2){
		animation-duration: .6s;
	}
	header.pc ul li:nth-child(3){
		animation-duration: .7s;
	}
	header.pc ul li:nth-child(4){
		animation-duration: .8s;
	}
	header.pc ul li:nth-child(5){
		animation-duration: .9s;
	}
	header.pc ul li:nth-child(6){
		animation-duration: 1s;
	}
	header.pc ul li:nth-child(7){
		animation-duration: 1.1s;
	}

	header.pc ul li:hover:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		animation-name: underline;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		background-color: rgb(250,250,250);
	}

	header.pc nav .icon-container{
		display: flex;
		justify-content: center;
		align-items: center;
		border-image-width: 10%;
	}

	header.pc nav .icon-container a{
		display: block;
		width: 32px;
		height:32px;
		margin-left: 16px;
	}
}

/* SP繝倥ャ繝繝ｼ */

@media screen and (max-width:900px){
	header.sp{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100vw;
		height: 80px;
		padding: 20px 24px;
		background-color: rgba(5,5,5,.5);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 12;
	}

	header.sp h1{
		width: 50%;
	}

	header.sp #menu-button{
		position: fixed;
		top: 20px;
		right: 84px;
		width: 40px;
		height: 40px;
		z-index: 5;
	}

	header.sp #menu-button span{
		width: 100%;
		height: 2px;
		position: absolute;
		background-color: rgb(250,250,250);
		transition: all .2s;
		border-radius: 10px;
	}

	header.sp #menu-button.open span{
		background-color: rgb(5,5,5);
	}

	header.sp #menu-button span:nth-child(1){
		top: 4px;
	}

	header.sp #menu-button span:nth-child(2){
		top: 19px;
	}

	header.sp #menu-button span:nth-child(3){
		bottom: 4px;
	}

	header.sp #menu-button.open  span:nth-child(1){
		top: 19px;
		transform: rotate(405deg);
		transform-origin: top center;
	}

	header.sp #menu-button.open  span:nth-child(2){
		opacity: 0;
		background-color: rgba(250,250,250,0);
	}

	header.sp #menu-button.open span:nth-child(3){
		bottom: 19px;
		transform: rotate(-405deg);
		transform-origin: bottom center;
	}

	header.sp #spmenu{
		width: 100vw;
		height: 100vh;
		height-non:-webkit-fill-available;
		margin: 0;
		padding: 16px;
		position: fixed;
		top: -100vh;
		left: 0;
		opacity: 0;
		z-index: 4;
		transition: all .4s;
		overflow: scroll;
	}

	header.sp #spmenu.open{
		background-color: rgb(250,250,250);
		top: 0;
		opacity: 1;
	}

	header.sp #spmenu .spmenu-link-container{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0 4px 0;
	}

	header.sp #spmenu .spmenu-link-container li{
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 16px;
		overflow: hidden;
	}

	header.sp #spmenu.open .spmenu-link-container li img{
		animation-name: slidein;
		animation-duration: .6s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
	}

	header.sp #spmenu.open .spmenu-link-container li:nth-child(2) img{
		animation-duration: .8s;
	}

	header.sp #spmenu.open .spmenu-link-container li:nth-child(3) img{
		animation-duration: 1s;
	}

	header.sp #spmenu .spmenu-menu-container{
		width: 100%;
		height: 50vh;
		margin: 24px 0;
	}

	header.sp #spmenu .spmenu-menu-container li{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: calc(100% / 7);
		padding: 0 16px;
		margin: 0 8px;
		border-bottom: solid 1px rgb(143,143,143);
		position: relative;
		overflow: hidden;
		opacity: 0;
	}

	header.sp #spmenu .spmenu-menu-container li:first-child{
		border-top: solid 1px rgb(143,143,143);
	}

	header.sp #spmenu .spmenu-menu-container li:after{
		content: '';
		position: absolute;
		border-top: solid 1px rgb(5,5,5);
		border-right: solid 1px rgb(5,5,5);
		width: 10px;
		height: 10px;
		top: 50%;
		right: 16px;
		transform: translate(-50%, -50%) rotate(45deg);
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
	}

	header.sp #spmenu.open .spmenu-menu-container li{
		opacity: 1;
	}

	header.sp #spmenu.open .spmenu-menu-container li a{
		animation-name: slidein;
		animation-duration: .4s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		align-content: center;
	}
	
	header.sp #spmenu.open .spmenu-menu-container li:nth-child(2) a{
		animation-duration: .5s;
	}
	header.sp #spmenu.open .spmenu-menu-container li:nth-child(3) a{
		animation-duration: .6s;
	}
	header.sp #spmenu.open .spmenu-menu-container li:nth-child(4) a{
		animation-duration: .7s;
	}
	header.sp #spmenu.open .spmenu-menu-container li:nth-child(5) a{
		animation-duration: .8s;
	}
	header.sp #spmenu.open .spmenu-menu-container li:nth-child(6) a{
		animation-duration: .9s;
	}
	header.sp #spmenu.open .spmenu-menu-container li:nth-child(7) a{
		animation-duration: 1s;
	}

	header.sp #spmenu .spmenu-button-container{
		/* display: flex; */
		display: none;
		justify-content: space-between;
		width: calc(100vw - 32px);
	}

	header.sp #spmenu .spmenu-button-container li{
		display: block;
		width: calc((100% - 16px) / 2);
		border: solid 1px rgb(5,5,5);
		border-radius: 100px;
		position: relative;
		text-align: center;
		line-height: 2;
	}

	header.sp #spmenu .spmenu-button-container li:after{
		content: '';
		position: absolute;
		border-top: solid 1px rgb(5,5,5);
		border-right: solid 1px rgb(5,5,5);
		width: 12px;
		height: 12px;
		top: 50%;
		right: 16px;
		transform: translate(-50%, -50%) rotate(
			45deg);
		-webkit-transform: translate(-50%, -50%) rotate(
			45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
	}

	main.lock{
		overflow: hidden;
		width: 1px;
		height: 1px;
	}
}

/* 繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ */

#mainvisual{
	position: relative;
	overflow: hidden;
	margin: 0 0 24px 0;
	max-width: 100vw;
	width: 100vw;
}
@media screen and (max-width:900px){
	#mainvisual{
		width: 100vw;
		height: calc(100vh - 80px);
		margin: 0;
		padding: 0;
	}
}

.curtain:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh !important;
	height:-webkit-fill-available;
	animation-name: shutter;
	animation-duration: 4s;
	animation-delay: 2s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	background-color: rgba(5,5,5,.9);
	z-index: 2;
}

.curtain:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height:-webkit-fill-available;
	animation-name: fadeOut;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	background-image: url(img/top-mainvisual.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

#mainvisual .swiper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	animation-name: zoomOut;
	animation-duration: 10s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}

#mainvisual .swiper .swiper-slide{
	background-image: url(img/top-mainvisual.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#mainvisual.notfound:before,
#mainvisual.notfound:after{
	display:none;
}

#mainvisual.notfound .swiper{
	animation: none;
}

#mainvisual .weather{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 96px;
	padding: 16px;
	position: absolute;
	top: 8px;
	right:8px;
	background-color: rgb(5,5,5);
	color: rgb(250,250,250);
	border-radius: 4px;
	font-size: 12px;
	overflow: hidden;
	z-index: 2;
}
@media screen and (max-width:900px){
	#mainvisual .weather{
		width: 80px;
		height: 80px;
		padding: 16px 8px;
	}
}

#mainvisual .weather *{
	animation-name:slidein;
	animation-duration: 1.3s;
	animation-fill-mode: forwards;
	animation-timing-function:linear;
}

#mainvisual .weather img{
	width: 70%;
	height: auto;
	margin-top: 4px;
}

#mainvisual .maintext-container{
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
	font-size: 64px;
	color: rgb(250,250,250);
	z-index: 2;
}
@media screen and (max-width:900px){
	#mainvisual .maintext-container{
		font-size: 48px;
	}
}

#mainvisual .maintext{
	display: flex;
	justify-content: space-between;
	height: 64px;
	margin: 16px 0;
	overflow: hidden;
}

#mainvisual .maintext span{
	line-height: 64px;
	margin: 0 8px;
	position: relative;
	animation-name:up;
	animation-fill-mode: forwards;
	animation-timing-function:linear;
}
#mainvisual .maintext span:nth-child(1){
	animation-duration: 0.7s;
}
#mainvisual .maintext span:nth-child(2){
	animation-duration: 0.9s;
}
#mainvisual .maintext span:nth-child(3){
	animation-duration: 1.1s;
}
#mainvisual .maintext span:nth-child(4){
	animation-duration: 1.3s;
}

/* 繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ荳九�繝｡繝九Η繝ｼ */

#menu{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: calc(100vw - 32px);
	margin: 0 auto;
	position: relative;
	max-width: 1400px;
}
@media screen and (max-width:900px){
	#menu{
		width: calc(100vw - 16px);
	}
}

#menu a{
	display: block;
	width: calc((100% - 24px) / 4);
	height: 300px;
	padding: 24px;
	color: rgb(250,250,250);
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
@media screen and (max-width:900px){
	#menu a{
		width: calc((100% - 8px) / 2);
		height: 176px;
		margin-top: 8px;
		padding: 16px;
	}
	#menu a::after{
		content: '';
		position: absolute;
		border-top: solid 2px rgb(250,250,250);
		border-right: solid 2px rgb(250,250,250);
		width: 12px;
		height: 12px;
		top: 50%;
		right: 4px;
		transform: translate(-50%, -50%) rotate(45deg);
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
	}
}
@media screen and (min-width:901px){
	#menu a:hover:before{
		content: '';
		position: absolute;
		top: 1%;
		left: 1%;
		animation-name: box;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		border: solid 1px rgb(250,250,250);
		background-color: rgba(250,250,250,.5);
	}
}

#menu a[data-emergence=hidden]{
	opacity: 0;
}
#menu a[data-emergence=visible]{
	animation-name: fadein;
	animation-fill-mode: forwards;
}
#menu a:nth-child(1)[data-emergence=visible]{
	animation-duration: 1.5s;
}
#menu a:nth-child(2)[data-emergence=visible]{
	animation-duration: 2s;
}
#menu a:nth-child(3)[data-emergence=visible]{
	animation-duration: 2.5s;
}
#menu a:nth-child(4)[data-emergence=visible]{
	animation-duration: 3s;
}

#menu a.feel{
	background-image: url(img/top-menu-feel.jpg);
}

#menu a.restaurant{
	background-image: url(img/top-menu-restaurant.jpg);
}

#menu a.hotels{
	background-image: url(img/top-menu-hotels.jpg);
}

#menu a.service{
	background-image: url(img/top-menu-service.jpg);
}

#menu a span{
	width: 100%;
	position:absolute;
	top: calc(50% - 40px);
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	transition: all .8s;
}
@media screen and (max-width:900px){
	#menu a span{
		font-size: 32px;
		top: 50%;
		font-weight: 500;
	}
}
@media screen and (min-width:901px){
	#menu a:hover span{
		filter: drop-shadow(0 0 4px rgb(5,5,5,.7));
	}
}

#menu a .menu-button{
	width: calc(100% - 48px);
	height: 40px;
	line-height: 40px;
	border: solid 1px rgb(250,250,250);
	background-color: rgba(5,5,5,.5);
	position: absolute;
	bottom: 16px;
	border-radius: 100px;
	transition:all .8s;
}
@media screen and (max-width:900px){
	#menu a .menu-button{
		display: none;
	}
}
@media screen and (min-width:901px){
	#menu a:hover .menu-button{
		border: none;
		background-color:rgba(229,5,18,.7);
		filter: drop-shadow(0 0 2px rgba(5,5,5,.5));
		letter-spacing: 2px;
	}
}

#menu a .menu-button::after{
	content: '';
	position: absolute;
	border-top: solid 1px rgb(250,250,250);
	border-right: solid 1px rgb(250,250,250);
	width: 12px;
	height: 12px;
	top: 50%;
	right: 16px;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}

/* 蜊碑ｳ帙ヰ繝翫� */

.textBox {
		width: 100%;
		text-align:center;
		line-height:180%;
		margin-bottom;20px !important;
}

.imageBox {
		width: 80%;
		text-align:center;
		line-height:180%;
		margin: 50px auto 50px auto !important;
}


@media screen and (max-width: 901px){
	.imageBox {
		width: 100%;
		text-align:center;
		line-height:180%;
		margin: 50px auto 50px auto !important;
}

}

.memberBox {
		margin:0px auto 0px auto;
		padding:0 20px 0 20px;
}


.grid {
		display: grid;
		gap: 10;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}


.member {
 		border-radius: 2px;
 		background: #FFF;
 		padding: 0;
 		border:solid 1px #E3E1E5;
 		line-height:130%;
 		margin-left: 5px !important;
 		margin-right: 5px !important;
 		margin-bottom: 20px !important;
}

.member img {
		width: 100%;
		height: auto;
}

.member a:hover{
		opacity: 0.5;
}

#banner{
	width: 100vw;
	max-width: 100vw;
	margin: 0;
	padding: 40px 16px;
	background-color: rgb(250,250,250);
	position: relative;
	z-index: 10;
}
@media screen and (max-width:900px){
	#banner{
		padding: 24px 16px;
	}
}

.banner-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width:900px){
	.banner-wrap{
		justify-content: space-between;
	}
}

.banner-wrap a{
	display: block;
	max-width: 150px;
	max-height: 100px;
	margin:0 24px;
}

@media screen and (max-width:900px){
	.banner-wrap a{
		width: calc(100% / 3.4);
		margin-bottom: 8px;
	}
	.banner-wrap a:first-child{
		order: 5;
	}
}








.banner-wrap img{
	max-width: 150px;
	max-height: 100px;
}

/* 繝九Η繝ｼ繧ｹ */

#news{
	width: 100vw;
	max-width: 100vw;
	background-color: rgb(224,224,224);
}

#news .section-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 16px 88px 16px;
}
@media screen and (max-width:900px){
	#news .section-wrap{
		padding: 40px 0 88px 0;
	}
}

#news h2{
	width: 100%;
	text-align: center;
	color: rgb(143,143,143);
}

#news .news-container{
	display: block;
	width: calc((100% - 16px) / 4);
	padding-bottom: 40px;
	background-color: rgb(250,250,250);
	position: relative;
	transition: all 1s;
	overflow: hidden;
}
@media screen and (max-width:900px){
	#news .news-container{
		width: 100% !important;
		margin-bottom: 8px !important;
	}
}

#news .news-container[data-emergence=hidden]{
	opacity: 0;
}
#news .news-container[data-emergence=visible]{
	animation-name: fadein;
	animation-fill-mode: forwards;
}
#news .news-container:nth-child(2)[data-emergence=visible]{
	animation-duration: 1.5s;
}
#news .news-container:nth-child(3)[data-emergence=visible]{
	animation-duration: 2s;
}
#news .news-container:nth-child(4)[data-emergence=visible]{
	animation-duration: 2.5s;
}

@media screen and (min-width: 901px){
	#news .news-container:hover:before {
		content: '';
		position: absolute;
		top: 1%;
		left: 1%;
		animation-name: box;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		border: solid 1px rgb(224,224,224);
		background-color: rgba(250,250,250,.5);
	}
}

#news .news-container img{
	max-height: 360px;
	height: auto;
	object-fit: cover;
}

#news .news-container time{
	display: block;
	margin: 16px 0;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

#news a.news-container h3{
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

#news .news-container p{
	margin: 16px 0;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

#news .news-container .news-button{
	width: 50%;
	height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: 16px;
	right: 16px;
	border: solid 1px rgb(5,5,5);
	text-align: center;
	border-radius: 100px;
	z-index: 1;
}

@media screen and (min-width: 901px){
	#news .news-container time,
	#news .news-container h3,
	#news .news-container p,
	#news .news-container .news-button{
		transition:filter 1.5s;
	}
	#news .news-container:hover time,
	#news .news-container:hover h3,
	#news .news-container:hover p,
	#news .news-container:hover .news-button{
		filter: drop-shadow(3px 3px 1px rgba(50,50,50,.3));
	}
	#news .news-container:hover .news-button{
		border: none;
		background-color: rgba(229,5,18,.7);
		letter-spacing: 2px;
		color: rgb(250,250,250);
	}
}

#news .news-container .news-button:after{
	content: '';
	position: absolute;
	border-top: solid 1px rgb(5,5,5);
	border-right: solid 1px rgb(5,5,5);
	width: 10px;
	height: 10px;
	top: 50%;
	right: 16px;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 901px){
	#news .news-container:hover .news-button:after{
		border-top: solid 1px rgb(250,250,250);
		border-right: solid 1px rgb(250,250,250);
	}
}

#news .news-detail{
	width: 200px;
	position: absolute;
	bottom: 40px;
	right: 16px;
	padding: 8px 0;
	border-bottom: solid 1px rgb(229,5,18);
	letter-spacing: 2px;
}
@media screen and (max-width:900px){
	#news .news-detail{
		right: 8px;
	}
}

#news .news-detail:after{
	content: '';
	position: absolute;
	border-top: solid 1px rgb(5,5,5);
	border-right: solid 1px rgb(5,5,5);
	width: 10px;
	height: 10px;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}

/* 繝ｦ繝ｼ繝√Η繝ｼ繝� */

#youtube{
	padding: 40px 0;
}

#youtube h2{
	text-align: center;
	color: rgb(143,143,143);
}

#youtube .movie-box{
	position: relative;
	height: 500px;
	overflow: hidden;
}
@media screen and (max-width:900px){
	#youtube .movie-box{
		height: 240px;
	}
}

#youtube .movie-box a{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
}

#youtube .movie-player{
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#youtube .movie-box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* 繧､繝ｳ繧ｹ繧ｿ繧ｰ繝ｩ繝� */

#instagram{
	width: 100vw;
	max-width: 100vw;
	background-color: rgb(5,5,5);
}

#instagram .section-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 16px;
	color: rgb(250,250,250);
}

#instagram h2{
	text-align: center;
}

#instagram .instagram-follow{
	display: block;
	width: 200px;
	height: 56px;
	line-height: 56px;
	margin: 40px auto 0 auto;
	text-align: center;
	border-radius: 100px;
	border: solid 1px rgb(250,250,250);
	letter-spacing: 2px;
}

@media screen and (min-width:901px){
	#instagram .instagram-follow span{
		position: relative;
	}
	#instagram .instagram-follow:hover span:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		animation-name: underline;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		background-color: rgb(250,250,250);
	}
}

/* 繧｢繧ｯ繧ｻ繧ｹ */

#access{
	width: 100vw;
	padding: 40px 0 88px 0;
}

#access h2{
	text-align: center;
}

#access iframe{
	display: block;
	width: 100%;
	height: 500px;
	filter: invert(90%) grayscale(1);
	transition: filter .2s;
}
@media screen and (max-width:900px){
	#access iframe{
		height: 240px;
	}
}

.resavation {
width: 240px;
height: 40px;
background-color: rgb(5,5,5);
color: rgb(250,250,250);
text-align: center;
border-radius: 100px;
margin:40px auto 30px auto !important;
padding-top:7px;
}

.resavation a{
text-decoration:none !important;
padding-top:20px;
padding-bottom:10px;
line-height: 0px;
}

.resavation a:hover{

}


#access .googlemap{
	width: 200px;
	height: 32px;
	line-height: 32px;
	background-color: rgb(5,5,5);
	color: rgb(250,250,250);
	text-align: center;
	border-radius: 100px;
	position: absolute;
	right: 16px;
	bottom: 40px;
}

@media screen and (min-width:901px){
	#access .googlemap:hover span{
		position: relative;
	}
	#access .googlemap:hover span:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		animation-name: underline;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		background-color: rgb(250,250,250);
	}
}

/* 繝輔ャ繧ｿ繝ｼ */

footer{
	width: 100vw;
	padding: 80px 80px 40px 80px;
	background-color: rgb(5,5,5);
	color: rgb(250,250,250);
	position: relative;
	z-index: 10;
}
@media screen and (max-width:900px){
	footer{
		padding: 40px 24px;
	}
}

footer .footerlogo{
	text-align: center;
}

footer .footerlogo img{
	width: 200px;
	height: auto;
	margin: 0 auto 8px auto;
}

footer .footerlogo span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}

footer .footer-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

footer .footer-container ul{
	max-width: calc((100% - 64px) / 5);
	padding:80px 0 40px 0;
}
@media screen and (max-width:900px){
	footer .footer-container ul{
		max-width: calc((100% - 24px) / 2);
		padding: 24px 0 8px 0;
	}
}

footer .footer-container ul h2{
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 8px;
}

@media screen and (min-width:901px){
	footer .footer-container ul li a{
		position: relative;
	}
	footer .footer-container ul li a:hover:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		animation-name: underline;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		background-color: rgb(250,250,250);
	}
}

/* 繧ｫ繝�ざ繝ｪ繝ｼ繧｢繝ｼ繧ｫ繧､繝� */

#archive-mainvisual{
	/* ---竊謎ｽ咏區縺ゅｊ繝舌�繧ｸ繝ｧ繝ｳ竊�--- */
	/* margin:16px auto; */
	/* ---竊台ｽ咏區縺ゅｊ繝舌�繧ｸ繝ｧ繝ｳ竊�--- */
	/* ---竊謎ｽ咏區縺ｪ縺励ヰ繝ｼ繧ｸ繝ｧ繝ｳ竊�--- */
	margin: 0;
	width: 100vw;
	max-width: 100vw;
	/* ---竊台ｽ咏區縺ｪ縺励ヰ繝ｼ繧ｸ繝ｧ繝ｳ竊�--- */
	height: calc(50vh - 80px);
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	animation-name: fadein;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
}
@media screen and (max-width:900px){
	#archive-mainvisual{
		width: 100vw;
		margin: 0;
		padding: 0;
	}
}

#archive-mainvisual.news{
	background-image: url(img/news-mainvisual.jpg);
}

#archive-mainvisual.restaurant{
	background-image: url(img/restaurant-mainvisual.jpg);
}

#archive-mainvisual.hotels{
	background-image: url(img/hotels-mainvisual.jpg);
}

#archive-mainvisual.service{
	background-image: url(img/service-mainvisual.jpg);
}

#archive-mainvisual.history{
	background-image: url(img/history-mainvisual.jpg);
}

#archive-mainvisual.about{
	background-image: url(img/about-mainvisual.jpg);
}

#archive-mainvisual.real-estate{
	background-image: url(img/realestate-mainvisual.jpg);
}

#archive-mainvisual.jtrip{
	background-image: url(img/jtrip-mainvisual.jpg);
}

#archive-mainvisual.naeba-sauna{
	background-image: url(img/naeba-sauna-mainvisual.jpg);
}

#archive-mainvisual .page-title1111{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	color: rgb(250,250,250);
	overflow: hidden;
}
#archive-mainvisual .page-title{
	display: block;
	width: 100%;
	left: 0;
	margin-top:150px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	color: rgb(250,250,250);
	overflow: hidden;
}
@media screen and (max-width:900px){
	#archive-mainvisual .page-title{
		display: block;
		width: 100%;
		left: 0;
	}
}

#archive-mainvisual .page-title h2,
#archive-mainvisual .page-title h3{
	margin: 0;
	line-height: 1.2;
	animation-name: bounce;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}

#archive{
	width: 100vw;
	max-width: 100vw;
}

#archive .section-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 16px 88px 16px;
}
@media screen and (max-width:900px){
	#archive .section-wrap{
		padding: 40px 0 88px 0;
	}
}

#archive .news-container{
	display: block;
	width: calc((100% - 16px) / 4);
	padding-bottom: 40px;
	background-color: rgb(224,224,224);
	position: relative;
	transition: all 1s;
	overflow: hidden;
	margin-bottom:8px;
}
@media screen and (max-width:900px){
	#archive .news-container{
		width: 100%;
		margin-bottom: 8px;
	}
}

#archive .section-wrap:last-child:after{
	content:'';
	width: calc((100% - 16px) / 4);
	height:1px;
	display:block;
}

#archive .news-container[data-emergence=hidden]{
	opacity: 0;
}
#archive .news-container[data-emergence=visible]{
	animation-name: fadein;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
}
#archive .news-container:nth-of-type(2n)[data-emergence=visible]{
	animation-duration: 2s;
}
#archive .news-container:nth-of-type(3n)[data-emergence=visible]{
	animation-duration: 2.5s;
}

@media screen and (min-width: 901px){
	#archive .news-container:hover:before {
		content: '';
		position: absolute;
		top: 1%;
		left: 1%;
		animation-name: box;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		border: solid 1px rgb(224,224,224);
		background-color: rgba(250,250,250,.5);
	}
}

#archive .news-container img{
	max-height: 360px;
	height: auto;
	object-fit: cover;
}

#archive .news-container time{
	display: block;
	margin: 16px 0;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

#archive.news a.news-container h3{
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

#archive.institution a.news-container h3{
	margin: 16px 0;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

#archive .news-container p{
	margin: 16px 0;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

#archive .news-container .news-button{
	width: 50%;
	height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: 16px;
	right: 16px;
	border: solid 1px rgb(5,5,5);
	text-align: center;
	border-radius: 100px;
	transition: all .8s;
	z-index: 1;
}

@media screen and (min-width: 901px){
	#archive .news-container time,
	#archive .news-container h3,
	#archive .news-container p,
	#archive .news-container .news-button{
		transition:filter 1.5s;
	}
	#archive .news-container:hover time,
	#archive .news-container:hover h3,
	#archive .news-container:hover p,
	#archive .news-container:hover .news-button{
		filter: drop-shadow(3px 3px 1px rgba(50,50,50,.3));
	}
	#archive .news-container:hover .news-button{
		border: none;
		background-color: rgba(229,5,18,.7);
		letter-spacing: 2px;
		color: rgb(250,250,250);
	}
}

#archive .news-container .news-button:after{
	content: '';
	position: absolute;
	border-top: solid 1px rgb(5,5,5);
	border-right: solid 1px rgb(5,5,5);
	width: 10px;
	height: 10px;
	top: 50%;
	right: 16px;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 901px){
	#archive .news-container:hover .news-button:after{
		border-top: solid 1px rgb(250,250,250);
		border-right: solid 1px rgb(250,250,250);
	}
}

#archive .news-detail{
	width: 200px;
	position: absolute;
	bottom: 40px;
	right: 16px;
	padding: 8px 0;
	border-bottom: solid 1px rgb(229,5,18);
	letter-spacing: 2px;
}
@media screen and (max-width:900px){
	#archive .news-detail{
		right: 8px;
	}
}

#archive .news-detail:after{
	content: '';
	position: absolute;
	border-top: solid 1px rgb(5,5,5);
	border-right: solid 1px rgb(5,5,5);
	width: 10px;
	height: 10px;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}

/* 謚慕ｨｿ繝壹�繧ｸ */

#single-content {
	margin-bottom: 40px;
}

#single-content h2{
	margin-top: 40px;
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: solid 1px rgb(5,5,5);
	font-size:24px;
	line-height:140%;
	font-weight: normal;
	animation-name: slidein;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

#single-content.news time{
	display: block;
	margin: 24px 0;
	text-align: right;
}

#single-content.news img{
	position:relative;
	animation-name: fadein;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
}

#single-content.news p{
	margin-bottom:16px;
}

#single-content.news a{
	display:inline-block;
	text-decoration: underline;
	transition: all .2s;
	position: relative;
	top: 0;
	margin:16px 0;
	word-break:break-all;
}

#single-content.news a:hover {
	color: rgb(229,5,18);
	filter: drop-shadow(0 2px 1px rgba(5,5,5,.4));
	top: 0px;
}

#single-mainvisual{
	height: auto;
	width:100%;
	height1: calc(100vh - 72px);
	margin:16px auto 8px auto;
	position: relative;
	overflow: hidden;
	animation-name: fadein;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
}
@media screen and (max-width:900px){
	#single-mainvisual{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
}

#single-mainvisual .swiper {
	width: 100%;
	height: 100%;
}

#single-mainvisual .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

#single-mainvisual .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#single-mainvisual .swiper-slide {
	background-size: cover;
	background-position: center;
}

#single-mainvisual .singleSwiper {
	height: 80%;
	width: 100%;
}
@media screen and (max-width:900px){
	#single-mainvisual .singleSwiper {
		height:40%;
	}
}

#single-mainvisual .singleSwiperThumbnail {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

#single-mainvisual .singleSwiperThumbnail .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

#single-mainvisual .singleSwiperThumbnail .swiper-slide-thumb-active {
	opacity: 1;
}

#single-mainvisual .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#single-content table {
	border-collapse: collapse;
	width:100%;
	word-break: break-all;
	word-wrap: break-all;
}

@media screen and (max-width:900px){
	#single-content table tr{
		display: block;
	}
}

#single-content table th,
#single-content table td {
	border: solid 1px rgb(5,5,5);
	padding: 10px 20px 10px 20px;
	letter-spacing: 0px;
}
@media screen and (max-width:900px){
	#single-content table th,
	#single-content table td {
		display: block;
		margin-top: -1px;
	}
}

#single-content table th {
	width: 20%;
	background-color: rgb(224,224,224);
}
@media screen and (max-width:900px){
	#single-content table th {
		width: 100%;
	}
}

#single-content table td {
	width: 80%;
}
.calender {
	height:600px;	
}

@media screen and (max-width:900px){
	#single-content table td {
		width: 100%;
		font-size: 100%;
	}
}

#single-content table td a.textlink{
	text-decoration: underline;
	transition: all .2s;
	position: relative;
	top:0;
}

@media screen and (min-width:901px){
#single-content table td a.textlink:hover{
		color: rgb(229,5,18);
		filter: drop-shadow(0 2px 1px rgba(5,5,5,.4));
		top: -2px;
	}
}

#single-content table td .icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top:8px;
}

#single-content iframe{
	display: block;
	width: 100%;
	height: 600px;
	filter1: invert(0%) grayscale(1);
	transition: filter .2s;
}

.youtube {
  position: relative;
  width: 100%;
padding-top: 56.25%;
margin-bottom:15px;
margin-top:25px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width:900px){
	#single-content iframe{
		height: 240px;
	}
}

#single-content .googlemapbk{
	filter: invert(90%) grayscale(1);
}

#single-content .googlemap{
	display: block;
	width: 200px;
	height: 32px;
	line-height: 32px;
	margin: 40px auto;
	background-color: rgb(5,5,5);
	color: rgb(250,250,250);
	text-align: center;
	border-radius: 100px;
}

@media screen and (min-width:901px){
	#single-content .googlemap:hover span{
		position: relative;
	}
	#single-content .googlemap:hover span:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		animation-name: underline;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		background-color: rgb(250,250,250);
	}
}

/* 繧｢繧ｯ繝�ぅ繝薙ユ繧｣�亥崋螳壹�繝ｼ繧ｸ�� */

.anchorButton{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 16px;
	z-index: 50;
	display: flex;
	flex-direction: column;
}

.anchorButton a {
	background-color: rgba(250,250,250,.7);
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 8px 0;
	border-radius: 100px;
	filter: drop-shadow(0 0 2px rgb(5,5,5));
	font-size: 12px;
	transition: background-color .4s;
}
@media screen and (min-width:901px){
	.anchorButton a:hover {
		background-color: rgb(250,250,250);
	}
}

.activity{
	width: 100vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	transition: opacity 1.5s;
}

.activity:first-child[data-emergence=hidden]{
	opacity: 0;
}

.activity:first-child[data-emergence=visible]{
	animation-name: fadein;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
	scroll-snap-align: start;
}

.activity:not(:first-child)[data-emergence=hidden]{
	opacity: .1;
}

.activity:not(:first-child)[data-emergence=visible]{
	opacity: 1;
}

#winter.activity{
	background-image: url(img/activity-winter.jpg);
}

#spring.activity{
	background-image: url(img/activity-spring.jpg);
}

#summer.activity{
	background-image: url(img/activity-summer.jpg);
}

#autumn.activity{
	background-image: url(img/activity-autumn.jpg);
}

.activity .activity-text{
	width: 50vw;
	height: auto;
	position: absolute;
	top: 35%;
	left: 5vw;
	color: rgb(250,250,250);
	overflow: hidden;
}
@media screen and (max-width:900px){
	.activity .activity-text{
		width: calc(90vw - 32px);
		top: 100px;
	}
}

.activity .activity-text[data-emergence=hidden]{
	opacity: 0;
}
.activity .activity-text[data-emergence=visible]{
	animation-name: slidein;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}

.activity .activity-text h2{
	margin: 0;
	filter: drop-shadow(0 0 3px rgb(5,5,5));
}

.activity .activity-text h2 span{
	text-align: center;
	font-size: 24px;
}

.activity .activity-text p{
	margin: 40px 0;
	filter: drop-shadow(0 0 3px rgb(5,5,5));
}

.activity .activity-text a{
	display: block;
	width: 200px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: solid 1px rgb(250,250,250);
	border-radius: 100px;
	position: relative;
}

.activity .activity-text a::after {
	content: '';
	position: absolute;
	border-top: solid 1px rgb(250,250,250);
	border-right: solid 1px rgb(250,250,250);
	width: 12px;
	height: 12px;
	top: 50%;
	right: 16px;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}

#winter.activity .activity-text a{
	background-color: rgb(77,77,77);
}

#spring.activity .activity-text a{
	background-color: rgb(37,139,28);
}

#summer.activity .activity-text a{
	background-color: rgb(5,121,237);
}

#autumn.activity .activity-text a{
	background-color: rgb(240,99,22);
}

/* 豁ｴ蜿ｲ�亥崋螳壹�繝ｼ繧ｸ�� */

#history {
	width: 70%;
	margin: 60px auto;
	line-height: 1.8;
	letter-spacing:2px;
}
@media screen and (max-width:900px){
	#history {
		width: 90%;
		margin: 40px auto;
	}
}

/* 繧｢繧ｯ繧ｻ繧ｹ�亥崋螳壹�繝ｼ繧ｸ�� */

.page #access {
	width: calc(100vw - 32px);
	margin: 0 auto 40px auto;
	padding: 0;
	position: relative;
}

.page #access h2{
	margin-top: 40px;
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: solid 1px rgb(5,5,5);
	line-height: 1;
	font-size:32px;
	font-weight: normal;
	animation-name: slidein;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	text-align: left;
}

.page #access iframe{
	position: relative;
	overflow: hidden;
	animation-name: fadein;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
}
@media screen and (max-width:900px){
	.page #access iframe{
		height:400px;
	}
}

.page #access .googlemap{
	display: block;
	position: relative;
	margin-top: 16px;
	right:0;
	bottom:0;
	margin-right: 0;
	margin-left: auto;
}

.guide-box{
	margin-top: 40px;
	border: solid 1px rgb(5,5,5);
	padding: 0 24px 24px 24px;
}

.guide-box dl dt{
	font-weight:bold;
	margin-top: 24px;
	margin-bottom: 8px;
	font-size: 18px;
	letter-spacing: 2px;
}

.guide-box dl dd{
	letter-spacing: 1px;
	font-size: 15px;
}</pre></body></html>