

.experiences-area-wrap{
	box-sizing: border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width: 100%;
	padding:20px;
	background-color:#F6F6F6;
}

.experiences-area-container{
	display:block;
	position:relative;
	width: calc((100% - 15px) / 2);
	height: 42vw;
	margin-bottom:55px;
}


.experiences-area-container .experiences-area-photo{
	width:100%;
	height:100%;
	border-radius: 50%;
	background-size:cover;
	background-position:center;
}

.experiences-area-container .experiences-area-photo.hokkaidou{
	background-image:url(../img/photo_area_01.jpg);
}

.experiences-area-container .experiences-area-photo.touhoku{
	background-image:url(../img/photo_area_02_2022.jpg);
}

.experiences-area-container .experiences-area-photo.kantou{
	background-image:url(../img/photo_area_03_2022.jpg);
}

.experiences-area-container .experiences-area-photo.koushinetsu{
	background-image:url(../img/photo_area_04_2022.jpg);
}

.experiences-area-container .experiences-area-photo.toukai{
	background-image:url(../img/photo_area_05_2022.jpg);
}

.experiences-area-container .experiences-area-photo.kansai{
	background-image:url(../img/photo_area_06.jpg);
}

.experiences-area-container .experiences-area-photo.chushikoku{
	background-image:url(../img/photo_area_07.jpg);
}

.experiences-area-container .experiences-area-photo.kyushu{
	background-image:url(../img/photo_area_08.jpg);
}

.experiences-area-container .balloon{
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	width:90%;
	height:60px;
	bottom:-30px;
	left:5px;
	background-color:#fff;
	border-radius:15px;
	box-shadow:0 3px 10px rgba(0, 0, 0, 0.16);
}

.experiences-area-container .balloon:before{
	display:block;
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	top:-10px;
	left:20%;
	background-image:url(../img/img_speech_white.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	transform:rotate(12deg);
}

.experiences-area-container .balloon .balloon-txt{
	display:inline-block;
	font-size:14px;
	font-weight:900;
}

.experiences-area-container .balloon .balloon-txt.koushinetsu{
	height:40px;
	line-height:20px;
}

.experiences-area-container .balloon .balloon-txt > span{
	font-size:17px;
	color:#FF6086;
}

.experiences-area-wrap .back-btn{
	display: flex;
	justify-content: center;
	width:100%;
	margin:15px 0;
}

.experiences-area-wrap .back-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:154px;
	height:42px;
	background-color:#fff;
	border:1px solid #333333;
	border-radius:21px;
}





.area-dialog{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	z-index: 9;
}

.area-dialog.open{
	display:block;
}

.area-dialog .area-dialog-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	box-sizing:border-box;
	position:absolute;
	width:calc(100% - 30px);
	top:50%;
	left:15px;
	padding:25px 25px 20px;
	background-color:#fff;
	border-radius:20px;
}

.area-dialog .area-dialog-wrap .area-menu-close{
	position:absolute;
	width:48px;
	height:48px;
	top:-20px;
	right:-10px;
	border-radius:28px;
	background-color:#3E3E3E;
	background-image:url(../img/icon_cross_white.svg);
	background-size:60%;
	background-position:center;
	background-repeat:no-repeat;
}

.area-dialog .area-dialog-wrap .area-dialog-title{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:30px;
	font-size:15px;
	font-weight:900;
	color:#2A2A2A;
}

.area-dialog .area-dialog-wrap .area-dialog-title:before{
	display:block;
	content:"";
	width:22px;
	height:22px;
	margin-right:5px;
	background-image:url(../img/icon_map_pink.svg);
	background-size:contain;
	background-position:center;
}

.area-dialog .area-dialog-wrap .area-dialog-item{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing:border-box;
	width:calc(50% - 10px);
	height:52px;
	margin-bottom:20px;
	border:1px solid #707070;
	border-radius:26px;
	font-size:16px;
	font-weight:900;
	color:#2A2A2A;
}

@media screen and (max-width:350px) {
	.area-dialog .area-dialog-wrap .area-dialog-title{
		font-size:13px;
	}

	.area-dialog .area-dialog-wrap .area-dialog-item{
		height:47px;
		margin-bottom:15px;
	}
}

@media screen and (min-width:585px) {
	.area-dialog-wrap{
		max-width: 586px;
		margin-left:calc((100vw - 586px) / 2);
		margin-right:calc((100vw - 586px) / 2);
	}

	.experiences-area-container{
		max-height: 245px;
	}
}

@media screen and (max-height: 520px){
	.area-dialog .area-dialog-wrap{
		height: calc(100vh - 100px);
		margin-top: 2%;
	}
	.area-dialog .area-dialog-wrap .area-dialog-title{
		margin-bottom:2px;
	}
	.area-dialog .area-dialog-wrap .area-dialog-item{
		height:auto;
		margin-bottom:2px;
	}
}

/**** 最下部バナー ****/

.site-sip-app-select {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 10px;
	text-align: center;
}
