@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');

/*-----------------------------------------
-----------------------------------------*/
/*----------------------------------------
	plan CSS
	- head_area
	- location_catch
	- park_map
	- bbq
	- shop_area
	- photo_block
	- edu_area
	- loca_map
	- life_info

-----------------------------------------*/


.page_cap {
	max-width: 1200px;
	margin: 0 auto 60px;
}
.page_cap p {
	font-size: 12px;
}
@media only screen and (max-width: 768px){
	.page_cap {
		max-width: 1200px;
		margin: 0 auto 60px;
		padding: 0 5%;
	}
	.page_cap p {
		font-size: 12px;
	}

}


/*-----------------------------------------
	head_area
-----------------------------------------*/
#head_area {
	background: url(../img/view/main.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 36.8636vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
#head_area h2 {
	width: 57.13vw;
	max-width: 908px;
	position: absolute;
	top: 11%;
}
#head_area p.notion {
	content: '';
	position: absolute;
	bottom: 0.45vw;
	right: 2.4vw;
	color: #FFF;
}
@media screen and (max-width:768px) {
	#head_area {
		background: url(../img/view/main_sp.jpg) no-repeat;
		background-size: cover;
		width: 100%;
		height: 69.6vw;
	}
	#head_area h2 {
		width: 95.3vw;
	}
}




.view{
	background: #EDEFE4;
	padding: 100px 0 20px;
	margin: 0 0 40px 0;
}
@media only screen and (max-width: 768px){
	.view{
	background: #EDEFE4;
	padding: 40px 0 6px;
	margin: 0 0 40px 0;
	}
}


.view {
	text-align: center;
}

.view_sec_wrap {
position: relative;
margin: 0 auto;
overflow: hidden;
}
.view_sec {
overflow: hidden;
cursor: grab;
	margin-bottom: 50px;
/*	height: 480px;*/
}
.view-notion {
	display: none;
}
.view_sec > span {
	float: right;
	font-size: 15px;
	margin-right: 10px;
	letter-spacing: 0.1em;
}
.view_swipe {
position: absolute;
width: 50px;
top: 50%;
left: 50%;
z-index: 99;
margin: -38px 0 0 -25px;
display: none;
}
.view_sec img {
position: relative;
top: 0;
left: 0;
max-width: none;
display: block;
}
.next_btn {
position: absolute;
right: 20px;
top: 0px;
width: 90px;
height: 100%;
z-index: 99;
background: url("../img/view/view_next.png") center center no-repeat;
/*	background-color: rgba(51, 51, 51, 0.4);*/
cursor: pointer;
transition: all 0.3s ease-in-out 0s;
}
.prev_btn {
position: absolute;
left: 20px;
top: 0px;
width: 90px;
height: 100%;
background: url("../img/view/view_prev.png") center center no-repeat;
/*	background-color: rgba(51, 51, 51, 0.4);*/
z-index: 99;
cursor: pointer;
transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 767px) {
.sec2_box {
	display: block;
	max-width: 580px;
	margin: 0 auto;
}
.sec2_box > div {
	width: auto;
}
.sec2_box > div:nth-child(1) {
	margin-bottom: 40px;
}
}
@media screen and (max-width: 768px) {
.view_sec_wrap {
	height: 300px;
}
.sp_slide {
	 position: relative;
	text-align: center;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
	.view-notion{
			margin: 0 5% 20px;
			font-size: 12px;
			text-align: right;
			display: block;
	}
.sp_slide .finger {
	display: block;
	position: absolute;
	width: 184px;
	height: 93px;
	top: 50%;
	left: 0%;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	animation: horizontal 1s ease-in-out infinite alternate;
}
.sp_slide img {
	max-width: none !important;
	width: 330%;
}
.sp_slide .finger img{
	width: 185px !important;
	height: 93px !important;
	max-width: 100% !important;
}
.sp_slide.scrolled .finger {
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
}
}
@keyframes horizontal {
0% {
	transform: translate(-30%, -50%);
}
100% {
	transform: translate(-70%, -50%);
}
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: auto;
}

.view_catch{
    text-align: center;
    font-size: 30px;
    margin: 0 0 30px 0;
}
.view h2{
    text-align: center;
    font-size:45px;
    margin: 0 0 45px 0;
}
.view .view_text{
    text-align: center;
    padding: 0 0 30px 0;
		font-size: 22px;
}
@media only screen and (max-width: 768px){
	.view_catch{
		text-align: center;
		font-size: 15px;
		margin: 0 0 15px 0;
		padding: 0 2%;
	}
	.view h2{
		text-align: center;
		font-size:35px;
		margin: 0 0 25px 0;
	}
	.view .view_text{
		text-align: center;
		padding: 0 0 30px 0;
		font-size: 16px;
	}
}