body {
	margin: 0;
	padding: 0;
	font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*スライド*/
.scroll-area {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
	position: relative;
}
.box {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
	position: absolute;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.box__01 {
	background-image: url(../img/img_main01.png);
}
.box__02 {
	background-image: url(../img/img_main02.png);
}
.box__03 {
	background-image: url(../img/img_main04.png);
}
@keyframes slide1 {
	0%{opacity: 0;}
	6%{opacity: 1;}
	25%{opacity: 1;}
	40%{opacity: 0;}
	100%{opacity: 0;}100%{opacity: 0;}
}

.aa {
	animation-name:slide1;
	animation-duration:15s;
	animation-iteration-count:infinite;
}

.bb {
	animation-name:slide1;
	animation-delay:5s;
	animation-duration:15s;
	animation-iteration-count:infinite;
	opacity: 0;
}

.cc {
	animation-name:slide1;
	animation-delay:10s;
	animation-duration:15s;
	animation-iteration-count:infinite;
	opacity: 0;
}
/*ここまでスライド*/
img{
	max-width: 100%;
}
a{
	color: #5A5A5A;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}
ul{
	overflow: hidden;
}
.bg_blue{
	background-color: #D8E5E5;
}
.container{
	margin: 0 auto;
}
.textcolor{
	color: #5A5A5A;
}
.blue{
	color: #00A1B8;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop i {
	padding-top: 6px
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 0px 0 12px 12px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color:#00A1B8;
}
.box_pictures_copy{
	position: relative;
}
.box_pictures_copy .credit{
	position: absolute;
	font-size: 8px;
	color: #fff;
	bottom: 5px;
	left: 10px;
}

@media screen and ( min-width:941px) { 
	._pc{
		display: block;
	}
	._sp{
		display: none;
	}
	.box__logoarea{
		width: 16vw;
		margin: 8vh 42vw;  
	}
	.scroll-area {
		margin-bottom: 80px;
	}
	.box p{
		margin-top: 47vh;
		color: #fff;
		font-size: 22px;
		font-weight: normal;
		line-height: 44px;
		letter-spacing: 2px;
		text-align: center;
	}
	.bg_blue{
		padding-top:60px; 
	}
	.container_box{
		width: 942px;
		margin: 0 auto;
		padding-bottom: 70px;
		overflow: hidden;
	}
	h3{
		font-size: 22px;
		font-weight: normal;
		line-height: 1.8em;
		letter-spacing: 2px;
		margin-bottom: 50px;
		text-align: center;
	}
	h4{
		font-size: 18px;
		font-weight: normal;
		line-height: 1.8em;
		letter-spacing: 1.8px;

	}
	.explain{
		font-size: 16px;
		line-height: 1.8em;
		letter-spacing: 1.2px;
	}
	.text{
		font-size: 14px;
		line-height: 1.8em;
		letter-spacing: 1.2px;
	}
	.box_menu{
		overflow: hidden;
		margin-bottom: 30px;
	}
	.box_menu_img{
		float: left;
		width: 471px;
		margin: 0;
	}
	.box_menu_text{
		background-color: #fff;
		float: left;
		width: 401px;
		height: 188px;
		padding: 50px 35px;
		margin: 0;
	}
	.box_menu_text h4{
		margin: 20px 0;
	}
	.box_story{
		position: relative;
		margin-bottom: 50px;
	}
	.box_story h4{
		margin-bottom: 30px;
	}
	.box_storyimg01{
		position: relative;
		left: 240px;
	}
	.box_storyimg02{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.box_storytext01{
		position: absolute;
		top: 30px;
		left: 0px;
		padding: 40px;
		background-color: rgba( 255, 255, 255, 0.6 );
	}
	.box_storytext02{
		position: absolute;
		top: 30px;
		right: 0px;
		padding: 40px;
		background-color: rgba( 255, 255, 255, 0.6 );
	}
	.box_pictures{
		margin-bottom: 20px;
	}
	.box_pictures li{
		width: 300px;
		float: left;
	}
	.box_pictures_copy .credit{
		font-size: 8px;
	}
	.box_trip li{
		width: 220px;
		float: left;
	}
	li.rightspace{
		margin-right: 20px;
	}
	.bottomspace{
		margin-bottom: 15px;
	}
	.topspace{
		padding-top: 50px;
	}
	.topspace_02{
		padding-top: 15px;
	}
	.box_googlemap_container{
		overflow: hidden;
	}
	.box_googlemap{
		float: left;
	}
	.box_googlemap_text{
		float: left;
		margin-left: 40px;
	}
	.event_contain{
		overflow: hidden;
		border-bottom: 1px dotted #fff;
		padding: 23px 0;
	}
	.event_contain li{
		float: left;
	}
	.event_date{
		width: 100px;
		margin-right: 15px;
	}
	.event_ttl{
		width: 200px;
		margin-right: 25px;
	}
	.event_txt{
		width: 410px;
		margin-right: 30px; 
	}
	.event_dtl{
		width: 130px;
	}
	.event_arw{
		width: 10px;
		margin-top: 13px;
		margin-left: 20px;
		float: right;
	}
	footer li.float{
		float: left;
	}
	.footer_list{
		margin-right: 80px;
	}
}
@media screen and ( max-width:940px) { 
	/*　画面サイズが480pxまではここを読み込む　*/

	._pc{
		display: none;
	}
	._sp{
		display: block;
	}
	.scroll-area {
		margin-bottom: 30px;
	}
	.box__logoarea{
		width: 24vw;
		margin: 8vh 38vw;  
	}

	.box p{
		margin-top: 50vh;
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		line-height: 36px;
		letter-spacing: 2px;
		text-align: center;
	}


	.container_box{
		max-width: 100%;
		margin: 0 auto;
		padding: 50px 18px;
	}



	h3{
		font-size: 19px;
		font-weight: normal;
		line-height: 1.8em;
		letter-spacing: 1.5px;
		margin-bottom: 30px;
		text-align: center;
	}
	h4{
		font-size: 16px;
		font-weight: normal;
		line-height: 1.7em;
		letter-spacing: 1.5px;

	}
	.explain{
		font-size: 14px;
		line-height: 1.7em;
		letter-spacing: 1.4px;
	}
	.text{
		font-size: 12px;
		line-height: 1.7em;
		letter-spacing: 1.4px;
	}


	.box_menu{
		margin-bottom: 30px;
	}
	.box_menu_img{
		width: 100%;
		margin: 0;
	}
	.box_menu_text{
		background-color: #fff;
		padding: 30px;
		margin: 0;
	}
	.box_menu_text h4{
		margin: 10px 0;
	}
	.box_story{
		margin-bottom: 20px;
	}
	.box_story h4{
		margin-bottom: 15px;
	}
	.box_storytext01, .box_storytext02{
		padding: 30px;
	}
	.box_pictures{
		margin-bottom: 20px;
	}
	.box_pictures li{
		width: 48%;
		float: left;
	}
	.box_pictures_copy .credit{
		font-size: 3px;
		line-height: 5px;
	}
	.box_trip li{
		width: 48%;
		float: left;
	}
	.tripbox_sp{
		margin: 1%;
	}
	.sp_trip_text{
		padding: 0 10px 25px 10px;
	}
	li.rightspace{
		margin: 1%;
	}
	.bottomspace{
		margin-bottom: 12px;
	}
	.box_instawidget{
		max-width: 100%;
		overflow: hidden;
	}
	.insta_boxsmall{
		text-align: center;
	}
	.box_googlemap_container{
		overflow: hidden;
	}
	.box_googlemap{
		max-width: 100%;
		text-align: center;
		overflow: hidden;
		margin-bottom: 20px;

	}
	.box_googlemap_text{
		margin-left: 10px;
		text-align: center;
	}
	.topspace_02{
		margin-top: 15px;
	}
	.event_contain{
		overflow: hidden;
		border-bottom: 1px dotted #fff;
		padding: 23px 0;
	}
	footer li{
		margin-bottom: 10px;
		text-align: center;
	}
	.footer_list_logo{
		margin-bottom: 60px;
	}

}



