@charset "utf-8";
/* CSS Document */

.section__only{
	margin: 20px 0 50px;
}

.section__only .onlyWrap>.pointBox .pointTitle{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 260px;
	margin: 0 auto 20px;
	position: relative;
}

.section__only .onlyWrap>.pointBox .pointTitle::before{
	content: "";
	position: absolute;
	top: -5px;
	left: -60px;
	width: 60px;
	height: 60px;
	background: url("../img/kaigai/icon/point_icon.png") no-repeat;
	background-size: contain;
}

.section__only .onlyWrap>.pointBox .pointTitle>span:first-child{
	font-weight: bold;
	font-size: 2.1rem;
}

.section__only .onlyWrap .pointBox .area__tour_point_container .pointList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.onlyWrap .pointBox .area__tour_point_container .pointList>li{
	background-color: #F3FFA2;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList>li{
	width: 960px;
	box-sizing: border-box;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .point .pointLImg{
	display: block;
	float: right;
	width: 28.1%;
}

main .section__only .onlyWrap .pointBox .pointList .point>.pointList__subBox{
	background-color: #F3FFA2;
}

.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .point .pointList__title{
	color: #47c40c;
}

.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .pointList__subBoxL{
	width: 65%;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 2px 14px 14px;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .pointList__subBox__title:first-child{
	border-bottom: 2px solid #F3FFA2;
	margin-bottom: 20px;
	padding: 0 0 14px;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .pointList__subBox__title{
	height: 13%;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin: 1rem 0;
	color: #47c40c;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .pointList__subBoxL .pointList__subBox__list:before{
	content: "\30FB";
	position: absolute;
	top: 0;
	left: 0;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .pointList__subBoxL .pointList__subBox__list{
	position: relative;
	padding-left: 1.5rem;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .pointList__subBox__list span{
	font-size: 1.2rem;
	color: #4d4d4d;
	display: block;
	margin-top: 10px;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .pointList__subBoxL .withNote li:before{
	content: "\203B";
	position: absolute;
	top: 0;
	left: 0;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .pointList__subBoxL .withNote li{
	position: relative;
	padding-left: 1.5rem;
}

.section__only .onlyWrap .pointBox .area__tour_point_container .pointList li .pointList__title{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.onlyWrap .pointBox .area__tour_point_container .pointList__text{
	margin-bottom: 20px;
}

.section__only .onlyWrap .pointBox .area__tour_point_container .pointList li .pointList__text--note{
	color: #4d4d4d;
}
.section__only .onlyWrap .pointBox .area__tour_point_container .pointList li .pointList__btn{	float: right;
	margin-top: 20px;
	padding: 0 0 0 40px;
	text-decoration: underline;
	text-underline-position: under;
	background: url("../img/kaigai/icon/more_icon.svg") no-repeat;
	background-position: 0 50%;
	background-size: 30px 30px;
	height: 40px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section__only .onlyWrap .pointBox .area__tour_point_container .pointList  .point .pointList__subBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}

.onlyWrap .pointBox .area__tour_point_container .pointList .pointList__subBox li{
	background-color: rgba(255, 255, 255, 0.6);
	padding: 14px;
	width: calc(95% / 3);
}
.onlyWrap .withNote{
	color: #4d4d4d;
	font-size: 1.2rem;
	}
.onlyWrap .secli{
	margin-top: 10px;
}


.bnrArea{
	width: 960px;
	margin: 50px auto -40px;
}


/* pointssi_3カラムのとき */
.section__catch .benefitWrap .pointBox .area__tour_point_container .pointList .threeCol{
	width: 306px;
}
.section__catch .benefitWrap .pointBox .area__tour_point_container .pointList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/* PC */

@media screen and (min-width: 768px){
	.section__catch .onlyWrap>.pointBox {
		margin-bottom: 60px;
	}
	.section__only .onlyWrap>.pointBox .pointTitle.pointTitle--kokunai{
		margin-bottom: 35px;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .pointList>li{
		margin-bottom: 20px;
		border-radius: 10px;
		padding: 30px 40px;
	}
	.section__only .onlyWrap .pointBox .pointList li .pointList__text--note{
		font-size: 1.2rem;
	}
}

/* SP+TAB */
@media screen and (max-width: 767px){
	.section__only{
		margin: 0;
	}
	
	.section__only .onlyWrap{
		flex-direction: column;
		padding: 8vw 0;
	}
	.section__only .onlyWrap>.pointBox{
		margin-bottom: 10vw;
	}
	.section__only .onlyWrap>.pointBox .area__tour_point_container .pointTitle{
		background: #F3FFA2;
		width: 100%;
	}
	.section__only .onlyWrap>.pointBox .area__tour_point_container .pointTitle>span:first-child{
		font-size: 4.8vw;
	}
	
	.section__only .onlyWrap>.pointBox .area__tour_point_container .pointTitle{
		width: 100%;
		margin: 0 0 1vw;
		padding: 3vw 13vw;
	}
	.section__only .onlyWrap>.pointBox .area__tour_point_container .pointTitle::before{
		left: 3%;
		top: 50%;
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .pointList>li{
		padding: 3vw 5vw;
		margin-bottom: 1vw;
		width: 100%;
	}
	.section__only .onlytWrap .pointBox .area__tour_point_container .pointList li .pointList__title{
		font-size: 4.4vw;
		margin-bottom: 3vw;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .pointList li .pointList__text{
		font-size: 3.5vw;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .point .pointLImg + div .pointList__text{
		margin: 15vw 0 -4vw;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .pointList li .pointList__text--note{
		font-size: 3.2vw;
	}
	.section__only .onlytWrap .pointBox .area__tour_point_container .pointList .point .pointLImg{
		width: 35vw;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .pointList .point  .pointList__subBoxL{
		width: 100%;
		margin-top: 8vw;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .pointList__subBox{
		flex-direction: column;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .pointList__subBox li{
		width: 100%;
		margin-bottom: 3vw;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .pointList__subBox__title{
		height: auto;
	}
	.section__only .onlyWrap .pointBox .area__tour_point_container .point .pointList__subBox .secli{
		margin-top: 0; 
	}
	.bnrArea{
		width: 90%;
		margin: 5vw auto;
	}
	.section__catch .benefitWrap .pointBox .area__tour_point_container .pointList .threeCol{
		width: 100%;
	}
	.section__only .onlyWrap>.pointBox{
		margin-bottom: -10vw;
	}
}

