#page_title{
	display:none;
}
main img{
	max-width:100%;
	height:auto;
}
main{
	font-size:16px;
	line-height:1.8em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#hero-image{
	height:250px;
	background:url('../images/all_inclusive/hero-image.webp') no-repeat center center;
	background-size:cover;
	margin:0 auto 50px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}
#hero-image h1{
	font-size:24px;
	text-shadow:0 0 5px rgba(0,0,0,1),0 0 10px rgba(0,0,0,1),0 0 15px rgba(0,0,0,1);
}
#hero-image h1 .eng{
	display:block;
	font-size:16px;
	padding:15px 0 0;
}
main section{
	margin:0 auto 60px;
}
main section h2{
	font-size:24px;
	text-align:center;
	margin-bottom:15px;
}
main section article{
	margin:0 auto;
}
#section1{
	display:flex;
	flex-direction:column;
	gap:20px;
}
#section1 article{
	padding:0 5%;
	line-height:1.8em;
	flex:none;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
#section1 figure{
	flex:none;
}
#section1 figure ul{
	display:flex;
	gap:10px;
	list-style:none;
	padding:0;
}
#section1 figure ul li{
		width:calc((100% - 10px) / 2 );
}
#section2{
	padding:0 5%;
	text-align:center;
}
#section2 ul{
	list-style:none;
	display:flex;
	flex-direction:column;
	gap:40px;
	padding:40px 0 0;
}
#section2 ul li{
	width:100%;
	flex:none;
}
#section2 ul li a{
	display:block;
	width:100%;
	height:100%;
	padding:0 0 40px 0;
	box-sizing:border-box;
	color:#000;
	text-decoration:none;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	border-radius:10px;
	position:relative;
	font-size:14px;
}
#section2 ul li a:after{
	content:"▼";
	width:100%;
	position:absolute;
	bottom:0px;
	left:0;
}
#section2 ul li a:hover{
	background:#fff5ea;
}
#section2 ul li a strong{
	font-size:18px;
	display:block;
}
#section2 ul li .icon{
	display:block;
	width:120px;
	height:120px;
	margin:0 auto 20px;
}
#section2 ul li .icon img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}
.section_image{
	padding:50px 3%;
	display:flex;
	color:#fff;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-bottom:50px;
	text-shadow:0 0 5px rgba(0,0,0,1);
}
#section3 .section_image{
	background:url('../images/all_inclusive/section_ryouri.webp') no-repeat center center;
	background-size:cover;
}
#section4 .section_image{
	background:url('../images/all_inclusive/section_onsen.webp') no-repeat center center;
	background-size:cover;
}
#section5 .section_image{
	background:url('../images/all_inclusive/section_activity.webp') no-repeat center center;
	background-size:cover;
}
.photogallery{
	list-style:none;
	gap:40px 10px;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:40px;
	padding:0 3%;
}
.photogallery li{
	width:calc((100% - 10px) / 2);
	text-align:center;
}
.photogallery li img{
	display:block;
	width:100%;
	height:120px;
	object-fit:cover;
}
.photogallery li figure{
}
.photogallery li figcaption{
}
.pickup{
	border:3px solid #cc4116;
	border-radius:20px;
	padding:20px;
	display:flex;
	flex-direction:column;
	gap:20px;
	align-items:center;
}
.pickup figure{
}
.pickup figure{
	text-align:center;
}
#reserve a{
	display:block;
	line-height:60px;
	border-radius:10px;
	max-width: 800px;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
	color:#fff;
	font-size:120%;
	font-weight:bold;
    background: #c23826 url(../images/button_plan.webp) no-repeat right center;
}
#option article{
	background:#fff5ea;
	padding:20px;
	border-radius:10px;
}
#option article ul{
	display:flex;
	flex-wrap:wrap;
	gap:25px;
	list-style:none;
}
#option article ul li{
	width:calc((100% - 25px) / 2);
	text-align:center;
}