@charset "utf-8";
/* general */
.button:hover{
	opacity: .8;
}
.button{
	transition: .3s;
}
.button_a{
	display: inline-block;
}
.activityjapan_button{
	display: inline-block;
	width: 100%;
	padding: 12px 0;
	background-color: #FFFFFF;
	border: 1px solid #EDA725;
	border-radius: 50px;
	box-shadow: 0 5px 0 #9b670775;
}
.activityjapan_button_text{
	margin-bottom: 6px;
}
.language{
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	margin: 0 3% 0 0;
	padding-top: 10px;
	background-color: #F5FEFF;
	box-shadow: 0 0 0 100vmax #F5FEFF;
	clip-path: inset(0 -100vmax);
}
.language a{
	border-bottom: 1px dashed #4AAABA;
}
/* fv__________________________________________ */
.fv_video_wrap{
	width: 100%;
	padding-top: 115px;
	background-color: #F5FEFF;
}
.fv_video{
	max-width: 95vw;
	border-radius: 15px;
}
/* sp_header___________________________________ */
.sp_header{
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 30;
}
/* sp_header_top */
.sp_header_top{
	display: flex;
	justify-content: space-between;
}
.sp_header_top_left{
	display: flex;
	margin-left: 6px;
	align-items: center;
	gap: 11px;
}
.sp_header_logo{
	width: 35px;
	height: 36px;
}
.sp_header_top_right{
	display: flex;
	gap: 3px;
}
.sp_header_access,.sp_header_reserve{
	display: inline-block;
	padding: 7px 12px;
	border-radius: 0 0 6px 6px;
}
.sp_header_access{
	background-color: #FF6AAA;
}
.sp_header_reserve{
	background-color: #EDA725;
}
.sp_header_access p{
	text-shadow: 0 1px 1px #00000028;
}
.sp_header_reserve p{
	text-shadow: 0 1px 1px #00000028;
}
.sp_header_access_icon{
	display: block;
	width: 8px ;
	height: 11px;
	margin: 0 auto 3px;
	background: no-repeat center center / contain;
	background-image: url(../img/icon_access_white.png);
}
.sp_header_reserve_icon{
	display: block;
	width: 10px ;
	height: 9px;
	margin: 0 auto 3px;
	background: no-repeat center center / contain;
	background-image: url(../img/icon_reserve.png);
}
/* sp_header_bottom */
.sp_header_bottom{
	margin-top: 10px;
}
.sp_header_bottom ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
	line-height: 1.2;
}
.sp_header_bottom ul a{
	display: inline-block;
	padding: 5px 9px 4px 9px;
	background-color: #D1F4F7;
	border-radius: 3px;
	box-shadow: 0 1px 1px #3f64674d;
}
/* about_______________________________________ */
.about{
	background-color: #F5FEFF;
	padding: 90px 0 50px;
}
.about_logo{
	display: block;
	width: 94px;
	height: 89px;
	margin: 15px auto 30px;
	background: no-repeat center center / contain;
	background-image: url(../img/logo.png);
}
.about_text{
	line-height: 2;
}
.about_img_1{
	width: 100%;
	height: 202px;
	margin: 30px 0 30px;
	background: no-repeat top center / cover;
	background-image: url(../img/img_1.jpg);
	border-radius: 12px;
	box-shadow: 0 0 9px #39676e8c;
}
/* about_point */
.about_point_1_img,.about_point_2_img{
	display: block;
	width: 109px;
	height: 109px;
	background: no-repeat center center / contain;
}
.about_point_1_img{
	margin: 0 auto;
	background-image: url(../img/about_point_1.png);
}
.about_point_2_img{
	margin: 60px auto 0;
	background-image: url(../img/about_point_2.png);
}
.about_point_title{
	display: inline-block;
	margin: 15px 0 20px;
	background:linear-gradient(transparent 60%, #FFEEC9 60%); 
}
.about_point_text{
	line-height: 2;
	width: 90%;
	margin: 0 auto;
}
.about_img_2_3_wrap{
	margin-top: 25px;
}
.about_img_2,.about_img_3,.about_img_4,.about_img_5{
	width: 242px;
	height: 149px;
	background: no-repeat center center / cover;
	border-radius: 9px;
	box-shadow: 0 0 9px #39676e86;
}
.about_img_2{
	background-image: url(../img/img_2.jpg);
}
.about_img_3{
	margin: 15px 0 0 auto;
	background-image: url(../img/img_3.jpg);
}
.about_img_4_5_wrap{
	margin-top: 25px;
}
.about_img_4{
	background-image: url(../img/img_4.jpg);
}
.about_img_5{
	margin: 15px 0 0 auto;
	background-image: url(../img/img_5.jpg);
}
/* activity plan_______________________________ */
.wave,.wave_2{
	width: 100vw;
	height: 40px;
	background: no-repeat center center / cover;
	background-image: url(../img/wave.jpg);
}
.wave{
	transform: rotate(180deg);
}
.plan{
	padding: 58px 0 50px;
	background-color: #FFF8DB;
}
.plan_icon{
	display: block;
	width: 37px;
	height: 50px;
	margin: 0 auto;
	background: no-repeat center center / cover;
	background-image: url(../img/icon_activity.png);
}
.title_eng{
	margin: 3px 0 40px;
}
.plan_box_wrap{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 50px;
}
.plan_title{
	padding: 27px 20px;
	line-height: 2;
	background-color: #D9F5FA;
	border: solid 3px #EDA725;
	border-radius: 15px 15px 0 0;
}
.plan_box_item{
	padding: 22px 0;
	margin-top: -3px;
	background-color: #FDFDFD;
	border: solid 3px #EDA725;
	border-radius: 0 0 15px 15px;
}
.plan_img img{
	width: 311px;
	height: 193px;
	margin-bottom: 15px;
	object-fit: cover;
	border-radius: 6px;
}
.plan_text{
	padding: 0 19px;
	text-align: left;
	line-height: 2;
}
/* stay________________________________________ */
.stay{
	padding: 58px 0 50px;
	background-color: #F3FEFF;
}
.stay_icon{
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 7px;
	background: no-repeat center center / cover;
	background-image: url(../img/icon_stay.png);
}
.stay_title{
	line-height: 1;
}
.stay_text{
	line-height: 2;
}
.stay_text_frame_wrap{
	display: flex;
	flex-direction: column-reverse;
}
/* slide show */
.stay_frame{
	width: 100%;
	height: 355px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}
.stay_frame div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 20s;
	animation-iteration-count: infinite;
}
@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}
.stay_frame_img_1{
	background-image: url(../img/stay_slide/stay_img_1.jpg);
	border-radius: 12px;
}
.stay_frame_img_2{
	background-image: url(../img/stay_slide/stay_img_2.jpg);
	animation-delay: 5s;
	border-radius: 12px;
}
.stay_frame_img_3{
	background-image: url(../img/stay_slide/stay_img_3.jpg);
	animation-delay: 10s;
	border-radius: 12px;
}
.stay_frame_img_4{
	background-image: url(../img/stay_slide/stay_img_4.jpg);
	animation-delay: 15s;
	border-radius: 12px;
}
.stay_button{
	object-fit: contain;
	height: 57px;
	margin-top: 50px;
}
/* staff________________________________________ */
.staff{
	padding: 73px 0 50px;
	background-color: #FFF8DB;
}
.staff_icon{
	display: block;
	width: 39px;
	height: 30px;
	margin: 0 auto 7px;
	background: no-repeat center center / cover;
	background-image: url(../img/icon_staff.png);
}
.staff_title{
	line-height: 1;
}
.staff_item_wrap{
	display: flex;
	flex-direction: column;
	gap: 22px;
	align-items: center;
}
.staff_item{
	width: 355px;
	border: 2px solid #EDA725;
	border-radius: 4px;
}
.staff_img{
	width: 351px;
	height: 352px;
	object-fit: cover;
	border-radius: 2px 2px 0 0;
}
.staff_bottom{
	display: inline-block;
	width: 351px;
	padding: 15px 0 30px;
	background-color: #FCFCFC;
	border-radius: 0 0 2px 2px;
}
.staff_name{
	display: inline-block;
	width: 290px;
	margin-bottom: 15px;
	padding: 5px 0 9px;
	background-color: #FFEFCB;
	border-radius: 3px;
}
.staff_button{
	object-fit: contain;
	height: 57px;
	margin-top: 20px;
}
/* pop up */
#popup{
	display: none; /* label でコントロールするので input は非表示に */
}  
#popup_2{
	display: none; /* label でコントロールするので input は非表示に */
}  
#popup_3{
	display: none; /* label でコントロールするので input は非表示に */
}  
#popup_4{
	display: none; /* label でコントロールするので input は非表示に */
}  

.popup_open_1,.popup_open_2,.popup_open_3,.popup_open_4{
	cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup_overlay_1,.popup_overlay_2,.popup_overlay_3,.popup_overlay_4{
	display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup_overlay_1{
	display: block;
	z-index: 99999;
	background-color: #0000003a;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#popup_2:checked ~ .popup_overlay_2{
	display: block;
	z-index: 99999;
	background-color: #0000003a;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#popup_3:checked ~ .popup_overlay_3{
	display: block;
	z-index: 99999;
	background-color: #0000003a;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#popup_4:checked ~ .popup_overlay_4{
	display: block;
	z-index: 99999;
	background-color: #0000003a;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.popup_window_1,.popup_window_2,.popup_window_3,.popup_window_4{
	width: 90vw;
	max-width: 560px;
	padding: 20px;
	background-color: #FFE19F;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}  
.popup_close{
	position: absolute;
	width: 31px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.popup_close_img{
	width: 31px;
}
.popup_window_1_item_img,.popup_window_2_item_img,.popup_window_3_item_img,.popup_window_4_item_img{
	width: 86%;
}
.popup_window_1_item_name,.popup_window_2_item_name,.popup_window_3_item_name,.popup_window_4_item_name{
	width: 86%;
	margin: 10px auto;
	padding: 5px 0 9px;
	background-color: #FFEFCB;
}
.popup_window_1_item_experience,.popup_window_2_item_experience,.popup_window_3_item_experience,.popup_window_4_item_experience{
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: 1px solid #EDA725;
}
.popup_window_1_item_text,.popup_window_2_item_text,.popup_window_3_item_text,.popup_window_4_item_text{
	margin-bottom: 10px;
}
/* access________________________________________ */
.access{
	padding: 70px 0 50px;
	background: no-repeat center center / cover;
	background-image: url(../img/access_back_img.jpg);
}
.access_icon{
	display: block;
	width: 25px;
	height: 35px;
	margin: 0 auto 7px;
	background: no-repeat center center / cover;
	background-image: url(../img/icon_access.png);
}
/* access_activity */
.access_activity_wrap{
	padding: 40px 0;
	background-color: #ffffffbb;
	border: 1px solid #5BB2B9;
	border-radius: 6px;
}
.access_activity{
	display: flex;
	gap: 13px;
}
.access_activity_dash{
	content: "";
	width: 1px;    
	margin-left: 17px;
	border: 1px dashed #5BB2B9;
}
.access_title{
	line-height: 1;
}
.access_activity_title{
	display: inline-block;
	margin-bottom: 9px;
	background:linear-gradient(transparent 50%, #B7E7EB 50%); 
}
/* access_meeting_point */
.access_meeting_point{
	display: flex;
	gap: 13px;
	margin-top: 30px;
}
.access_meeting_point_address{
	margin-bottom: 13px;
}
.access_activity_googlemap,.access_stay_googlemap{
	margin-top: 30px;
}
/* access_stay */
.access_stay_wrap{
	margin-top: 30px;
	padding: 40px 0;
	background-color: #ffffffbb;
	border: 1px solid #EDA725;
	border-radius: 6px;
}
.access_stay{
	display: flex;
	gap: 13px;
}
.access_stay_dash{
	content: "";
	width: 1px;    
	margin-left: 57px;
	border: 1px dashed #EDA725;
}
.access_stay_title{
	display: inline-block;
	margin-bottom: 9px;
	background:linear-gradient(transparent 50%, #FCE5B3 50%); 
}
/* gallery________________________________________ */
.gallery{
	padding: 40px 0 50px;
	background-color: #FDFDFD;
}
.gallery_icon{
	display: block;
	width: 39px;
	height: 30px;
	margin: 0 auto 7px;
	background: no-repeat center center / cover;
	background-image: url(../img/icon_gallery.png);
}
.gallery_title{
	line-height: 1;
}
.gallery_img_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.gallery_img{
	width: 172px;
	height: 172px;
}
.gallery_video{
	width: 355px;
	height: 172px;
}
/* news___________________________________________ */
.news{
	padding: 40px 0 50px;
	background-color: #FFF8DB;
}
.news_icon{
	display: block;
	width: 37px;
	height: 30px;
	margin: 0 auto 7px;
	background: no-repeat center center / cover;
	background-image: url(../img/icon_news.png);
}
.news_title{
	line-height: 1;
}
.news_item_wrap_parent{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.news_item_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.news_item{
	display: flex;
	width: 271px;
	flex-direction: column;
}
.news_img img{
	width: 271px;
	height: 178px;
}
.news_time_category_wrap{
	display: flex;
	gap: 14px;
	align-items: center;
}
/* category　↓ */
.category-blog{
	display: inline-block;
	width: 68px;
	margin: 10px 0 8px;
	padding: 6px 16px 5px;
	background-color: #F8D27F;
	box-shadow: 0 3px 0 rgb(0 0 0 / 13%);
	border-radius: 15px;
}
.category-news{
	display: inline-block;
	width: 80px;
	margin: 10px 0 8px;
	padding: 6px 16px 5px;
	background-color: #A1DDE6;
	box-shadow: 0 3px 0 rgb(0 0 0 / 13%);
	border-radius: 15px;
}
/* category ↑ */
.news_text{
	text-align: left;
}
.news_button{
	margin-top: 50px;
	width: 207px;
	height: 57px;
}
/* contact_________________________________________ */
.contact{
	padding: 73px 0 50px;
	background-color: #FDFDFD;
}
.contact_icon{
	display: block;
	width: 39px;
	height: 25px;
	margin: 0 auto 7px;
	background: no-repeat center center / cover;
	background-image: url(../img/icon_contact.png);
}
.news_title{
	line-height: 1;
}
.contact_des{
	margin-bottom: 55px;
}
.your_name,.your_email,.your_number,.date,.menber{
	width: 100%;
	height: 40px;
	margin: 12px 0 36px;
	border: 1px solid #F8D27F;
	border-radius: 3px;
	background-color: #FFFDFA;
}
.form_item_label{
	margin-bottom: 36px;
}
/*
.label_text{
display: block;
position: relative;
cursor: pointer;
margin-top: 12px;
padding-left: 50px;
}
.label_text::before{
content: "";
display: block;
position: absolute;
transform: translateY(-50%);
top: 50%;
background-color: #FDFDFD;
border: 1px solid #453C34;
border-radius: 50%;
width: 21px;
height: 21px;
left: 5px;
}
.label_text::after{
content: "";
display: block;
position: absolute;
transform: translateY(-50%);
top: 50%;  
opacity: 0;
background-color: #4AAABA;
border-radius: 50%;
width: 13px;
height: 13px;
left: 9px;
}
input[type="checkbox"]:checked + .label_text::after{
opacity: 1;
}*/
.wpcf7-list-item-label{
	display: block;
	position: relative;
	cursor: pointer;
	margin-top: 12px;
	padding-left: 50px;
}
.wpcf7-list-item-label::before{
	content: "";
	display: block;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	background-color: #FDFDFD;
	border: 1px solid #453C34;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	left: 5px;
}
.wpcf7-list-item-label::after{
	content: "";
	display: block;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;  
	opacity: 0;
	background-color: #4AAABA;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	left: 9px;
}
input[type="checkbox"]{
	display: none;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	opacity: 1;
}
.wpcf7-spinner{
	display: none;
}
.contents{
	width: 100%;
	height: 200px;
	margin: 12px 0 0;
	border: 1px solid #F8D27F;
	border-radius: 3px;
	background-color: #FFFDFA;
}
.submit{
	margin-top: 50px;
	padding: 15px 31px;
	background-color: #F8D27F;
	border-radius: 9px;
}
.contact_tel_wrap{
	width: 100%;
	margin: 50px 0;
	padding: 30px 0;
	background: no-repeat center center / cover;
	background-image: url(../img/contact_tel_img.jpg);
	border-radius: 9px;
}
.contact_tel{
	display: inline-block;
	margin: 16px auto 0;
	padding: 8px 31px 11px;
	background-color: #FDFDFD;
	border-radius: 30px;
}
/* company_______________________________________ */
.company{
	padding: 40px 0 50px;
	background-color: #FFF8DB;
}
.company_title{
	line-height: 1;
}
.company_item{
	display: flex;
	padding: 12px 0;
	align-items: center;
	gap: 45px;
	border-bottom: 1px solid #CBBEB2;
}
.company_item_title{
	width: 94px;
}
/* footer_________________________________________ */
.footer{
	padding: 40px 0 30px;
	background: no-repeat center center / cover;
	background-image: url(../img/footer_back.jpg);
}
.footer_logo{
	width: 96px;
	height: 91px;
	margin: 0 auto 39px;
	background: no-repeat center center / contain;
	background-image: url(../img/logo.png);
}
.footer_button{
	display: inline-block;
	margin-bottom: 50px;
	background-color: #EDA725;
	border: 1px solid #C98B17;
	border-radius: 3px;
	box-shadow: 0 3px 0 #C98B17;
}
.footer_button a{
	display: block;
	padding: 10px 35px;
	text-shadow: 0 2px 0 #D09529;
	transition: .2s;
}
.footer_button a:hover{
	opacity: .5;
}
.footer_activity_rink,.footer_stay_rink{
	padding: 30px 0;
	background-color: #ffffff8c;
	border: 3px solid #6fab859a;
	border-radius: 6px;
}
.footer_stay_rink{
	margin-top: 30px;
}
.footer_activity_rink_a,.footer_stay_rink_a{
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 15px;
}
.footer_activity_rink_a a{
	border-bottom: 1px dashed #398C81;
	transition: .2s;
}
.footer_activity_rink_a a:hover{
	opacity: .5;
}
.footer_stay_rink_a a{
	border-bottom: 1px dashed #398C81;
	transition: .2s;
}
.footer_stay_rink_a a:hover{
	opacity: .5;
}
.footer_insta{
	width: 39px;
	height: 39px;
	margin: 40px auto 0;
	background: no-repeat center center / contain;
	background-image: url(../img/Insta_.png);
}
@media screen and (min-width: 768px){
	/* header */
	.pc_header{
		position: fixed;
		top: 0;
		z-index: 10;
	}
	.pc_header_top_text{
		margin: 12px 0 7px 3%;
	}
	.pc_header_logo_ul_wrap{
		display: flex;
		margin-left: 3%;
		align-items: flex-end;
		gap: 30px;
	}
	.pc_header_logo{
		width: 72px;
		height: 68px;
		background: no-repeat center center / contain;
		background-image: url(../img/logo.png);    
	}
	.pc_header_ul{
		display: flex;
		width: 1020px;
		padding: 10px 0 9px;
		border-radius: 50px;
		justify-content: space-around;
		background-color: #51BCCC;
		text-shadow: 0 1px 1px #00000018;
	}
	.pc_header_reserve{
		display: inline-block;
		padding: 13px 20px 15px;
		border-radius: 0 0 0 18px;
	}
	.pc_header_reserve{
		position: fixed;
		top: 0;
		right: 0;
		background-color: #EDA725;
	}
	.pc_header_reserve p{
		margin-top: 6px;
		text-shadow: 0 3px 3px #00000028;
	}
	.pc_header_reserve_icon{
		display: block;
		width: 23px;
		height: 22px;
		margin: 0 auto 3px;
		background: no-repeat center center / contain;
		background-image: url(../img/icon_reserve.png);
	}
	/* about */
	.about{
		padding: 110px 0 70px;
	}
	.about_text{
		max-width: 1000px;
		margin: 0 auto;
	}
	.about_img_1{
		width: 97vw;
		height: 560px;
		margin: 40px auto 0;
	}
	.about_point_1_img,.about_point_2_img{
		width: 136px;
		height: 136px;
		margin-top: 100px;
	}
	.about_img_4_5_wrap,.about_img_2_3_wrap{
		display: flex;
		justify-content: center;
		gap: 30px;
		margin: 60px 0 0 0;
	}
	.about_img_2,.about_img_3,.about_img_4,.about_img_5{
		width: 45%;
		height: 400px;
		margin: 0;
	}
	.wave, .wave_2{
		position: relative;
		height: 90px;
		z-index: -1;
	}
	/* activity plan____________________________________ */
	.plan{
		padding: 110px 0 70px;
	}
	.activityjapan_button{
		display: block;
		width: 650px;
		margin: 0 auto;
	}
	.activityjapan_button_text{
		margin-bottom: 0;
	}
	.plan_box_wrap{
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.plan_box{
		width: 450px;
	}
	.plan_title{
		padding: 24px 30px;
	}
	.plan_img{
		width: 410px;
		height: 230px;
		margin: 0 auto 25px;
	}
	.plan_img img{
		width: 410px;
		height: 230px;
	}
	/* stay_____________________________________________ */
	.stay_text_frame_wrap{
		display: flex;
		flex-direction: row;
		gap: 60px;
	}
	.stay_frame{
		width: 50vw;
		height: 600px;
		margin-top: 0;
	}
	.stay_frame_img_1,.stay_frame_img_2,.stay_frame_img_3,.stay_frame_img_4{
		border-radius: 0 24px 24px 0;
	}
	.stay_text{
		width: 434px;
	}
	.stay_button{
		height: 70px;
	}    
	/* staff_____________________________________________ */
	.staff{
		padding: 110px 0 70px;
	}
	.staff_item_wrap{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.popup_window_1,.popup_window_2,.popup_window_3,.popup_window_4{
		max-width: 903px;
	}
	.popup_window_1_item_img,.popup_window_2_item_img,.popup_window_3_item_img,.popup_window_4_item_img{
		width: 60%;
	}
	.popup_window_1_item_name,.popup_window_2_item_name,.popup_window_3_item_name,.popup_window_4_item_name{
		width: 60%;
	}
	.popup_window_1_item,.popup_window_2_item,.popup_window_3_item,.popup_window_4_item{
		display: flex;
		align-items: center;
	}
	.popup_window_item_flex{
		width: 60%;
	}
	.popup_window_1_item_experience, .popup_window_2_item_experience, .popup_window_3_item_experience, .popup_window_4_item_experience{
		margin-bottom: 20px;
	}
	.popup_window_1_item_text, .popup_window_2_item_text, .popup_window_3_item_text, .popup_window_4_item_text{
		margin-bottom: 18px;
	}
	/* access_____________________________________________ */
	.access{
		padding: 110px 0 70px;
	}
	.access_activity_wrap_pc,.access_stay_wrap_pc{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 50px;
	}
	.access_activity_wrap,.access_stay_wrap{
		padding: 50px 0;
	}
	.access_activity_googlemap,.access_stay_googlemap{
		margin-top: 0;
	}
	.access_activity_dash,.access_stay_dash{
		margin-left: 0;
	}
	.access_activity,.access_meeting_point,.access_stay{
		width: 360px;
	}
	/* gallery____________________________________________ */
	.gallery{
		padding: 110px 0 70px;
	}
	.gallery_img{
		width: 242px;
		height: 242px;
	}
	.gallery_video{
		width: 495px;
		height: 242px;
	}
	/* news_______________________________________________ */
	.news{
		padding: 110px 0 70px;
	}
	.news_item_wrap_parent{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 60px;
	}
	.news_item_wrap_parent .news_item_wrap:nth-child(n+2){
		margin-top: 0;
	}
	.category-blog{
		width: 80px;
		border-radius: 20px;
	}
	.category-news{
		width: 96px;
		border-radius: 20px;
	}
	/* form_______________________________________________ */
	.contact{
		padding: 110px 0 70px;
	}
	.form{
		width: 700px;
		margin: 0 auto;
	}
	.contact_tel_wrap{
		margin: 60px 0;
		padding: 40px 0 45px;
		border-radius: 24px;
	}
	.contact_tel_icon{
		width: 22px;
		height: 33px;
	}
	.contact_tel{
		padding: 15px 41px 16px;
		border-radius: 33px;
	}
	.contents{
		height: 300px;
	}
	.wpcf7-list-item{
		display: block;
		margin: 0;
	}
	/* company_____________________________________________ */
	.company{
		padding: 110px 0 70px;
	}
	.company_item_title{
		width: 121px;
	}
	.company_item{
		justify-content: flex-start;
		gap: 180px;
		padding: 12px 50px;
	}
	/* footer_____________________________________________ */
	.footer{
		padding: 40px 0 50px;
	}
	.footer_logo{
		width: 169px;
		height: 160px;
		margin: 0 auto 50px;
	}
	.pc_footer_ul{
		display: flex;
		justify-content: space-around;
	}
	.footer_button{
		margin-top: 50px;
	}
	.footer_rink_wrap{
		display: flex;
		justify-content: space-between;
	}
	.footer_stay_rink{
		margin-top: 0;
	}
	.footer_activity_rink,.footer_stay_rink{
		display: inline-block;
		padding: 49px 45px 46px;
	}
}