/*------------------------------------------
メインイメージ
------------------------------------------*/

.mainimg{
	background-image:url("../images/top/bg_main.webp");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	max-height:600px;
	height:100%;
	position:relative;
	z-index:-1;
}
.mainimg img{
	height:100%;
	margin:auto;
}

/*------------------------------------------
ポイント
------------------------------------------*/
#sec_top_reason{
	padding:10px 0 60px;
}
#sec_top_reason h2{
	text-align:center;
	line-height:1.5em;
	font-size:3rem;
	margin-bottom:50px;
}
.top_reason_flex{
	display:flex;
	justify-content:space-between;
	gap:60px;
}
.reason_box{
	flex:1;
	background:#fff;
	display:flex;
	flex-direction:column;
	border-radius:10px;
}
.reason_box img{
	width:100%;
	border-radius:10px 10px 0 0;
}
.reason_exp{
	padding:15px 20px;
}
.reason_box h3{
	padding:15px 0;
	font-size:2.2rem;
	font-weight:600;
}
.reason_box h3 span{
	background:var(--red);
	color:#fff;
	font-size:1.4rem;
	margin-left:10px;
	padding:2px 10px;
}
.reason_box p{
	text-align:left;
	line-height:1.8em;
}
.reason_box ul{
	margin-top:20px;
	font-size:88%;
	color:var(--red);
}


/*------------------------------------------
お知らせ
------------------------------------------*/
#sec_top_info{
	padding:50px 0px;
	background-image:url("../images/top/bg_information.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:525px;
}
.top_info_flex{
	display:flex;
	/*gap:20px;*/
	/*justify-content:flex-end;*/
}
.top_info_flex .news_blc{
	background:rgba(255,255,255,0.9);
	padding:23px 28px;
	border-radius:10px;
	width:600px;
}
.top_info_flex .news_blc .cnr_ttl h2 {
	font-size:2.8rem;
	font-weight:bold;
	display:flex;
	align-items: center;
}
.top_info_flex .news_blc .cnr_ttl h2:before {
	content: '';
	width: 45px;
	height: 1px;
	background-color: var(--red);
	margin-right: 30px;
}
.top_info_flex .news_blc ul{
	list-style:none;
	padding:0;
}
.top_info_flex .news_blc ul li{
	display:flex;
	gap:10px;
	align-items:center;
	border-bottom:1px solid #CCCCCC;
	padding:30px 5px;
}
.top_info_flex .news_blc ul li date{
	font-size:1.8rem;
	/*font-weight:600;*/
	white-space:nowrap;
}
.top_info_flex .news_blc ul li a{
	font-size:1.8rem;
}
.top_info_flex .news_blc ul li a:hover{
	color:var(--red);
}
.link_list{
	text-align:right;
	padding-top:30px;
}
.link_list a:before{
	content: url('../images/common/icon_arrow_tolist.svg');
	margin-right:10px;
}

/*------------------------------------------
客室
------------------------------------------*/
#sec_top_room{
	padding:50px 0px;
	background-image:url("../images/top/bg_room.webp");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.top_room_flex{
	display:flex;
	gap:30px;
}
.top_room_flex > div{
	flex:1;
}
.top_room_exp > span{
	background:var(--red);
	color:#fff;
	font-size:1.3rem;
	padding:5px 15px;
	border-radius:5px;
}
.top_room_exp h2{
	font-size:3.6rem;
	color:#fff;
	font-weight:300;
	margin:10px 0;
}
.top_room_exp h3{
	font-size:1.8rem;
	font-weight:600;
	color:#fff;
}
.top_room_exp p{
	line-height:1.5em;
	color:#fff;
	margin:15px 0 25px;
}
.btn_top_more{
	display:flex;
	align-items:center;
	background:#fff;
	border-radius:10px;
	padding:20px;
	font-size:2.2rem;
	color:var(--brown);
	width:300px;
	box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.2); /* 半透明の黒い影 */
}
.btn_top_more:before{
	content:url('../images/common/icon_arrow_red.svg');
	margin-right:30px;
}
.btn_top_more:hover{
	background:var(--orcher);
	transition: background-color 0.5s ease-in-out;
}

/*------------------------------------------
朝食
------------------------------------------*/
#sec_top_breakfast{
	padding:50px 0px;
}
.top_breakfast_flex{
	display:flex;
	gap:30px;
}
.top_breakfast_flex > div{
	flex:1;
}
.top_breakfast_exp > span{
	background:var(--red);
	color:#fff;
	font-size:1.3rem;
	padding:5px 15px;
	border-radius:5px;
}
.top_breakfast_exp h2{
	font-size:3.6rem;
	font-weight:300;
	margin:10px 0;
}
.top_breakfast_exp h3{
	font-size:1.8rem;
	font-weight:600;
}
.top_breakfast_exp p{
	line-height:1.5em;
	margin:15px 0 25px;
}

.top_bento_flex{
	display:flex;
	justify-content:center;
	padding:60px 0;
}
.top_bento_flex .top_bento_box{
	display:flex;
	justify-content:center;
	max-width:800px;
	border:1px solid var(--orcher);
	background:#fff;
}
.top_bento_flex .top_bento_box > div{
	padding:15px;
}
.top_bento_flex .catch{
	font-size:1.8rem;
	font-weight:600;
	color:var(--orcher);
}
.top_bento_flex h3{
	font-size:2.6rem;
	font-weight:400;
	margin:6px 0;
}
.top_bento_flex p{
	font-size:1.4rem;
}
.top_bento_btnarea{
	display:flex;
	justify-content:flex-end;
	margin-top:10px;
}
.top_bento_btnarea a{
	background:var(--orcher);
	border-radius:20px;
	padding:6px 15px;
	color:#fff;
	font-size:1.4rem;
	font-weight:600;
}

/*------------------------------------------
アクセス
------------------------------------------*/
.gmap {
    position: relative;
    width: 100%;
    /* 16:9のアスペクト比 */
    height: 600px;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gmap_btnarea{
	display:flex;
	justify-content:center;
	padding:20px 0;
}
.gmap_btnarea a{
	background:var(--orcher);
	border-radius:20px;
	padding:10px 40px;
	color:#fff;
	font-size:1.6rem;
	font-weight:600;
}
.top_access_flex{
	display:flex;
	justify-content:center;
	gap:30px;
	padding:30px 0 60px;
}
.top_access_flex > div{
	flex:1;
}
.top_access_exp_1 > span{
	background:var(--red);
	color:#fff;
	font-size:1.3rem;
	padding:5px 15px;
	border-radius:5px;
}
.top_access_exp_1 h2{
	font-size:3.6rem;
	font-weight:300;
	margin:10px 0;
}
.top_access_exp_1 h3{
	font-size:1.8rem;
	font-weight:600;
}
.top_access_exp_1 p{
	line-height:1.5em;
	margin:15px 0 25px;
}
.access_time{
	border:10px solid var(--greengray);
	padding:15px;
	background:#fff;
}
.access_time p{
	font-size:2rem;
	margin-bottom:10px;
}
.parkinfo{
	margin-top:10px;
}
.parkinfo p{
	font-size:2.4rem;
	font-weight:600;
	line-height:1.2em;
	text-align:center;
}
.parkinfo p span{
	display:block;
	font-size:1.8rem;
}

/*------------------------------------------
responsive
------------------------------------------*/

@media screen and (max-width: 999px) {

	.top_info_flex .news_blc{
		width: 100%;
		min-width:0px;
	}
	.top_info_flex .bnr_blc{
		width:100%;
	}

	.top_info_flex{
		flex-direction: column;
	}
	.top_info_flex .news_blc .ttl_wrap{
		flex-wrap:wrap;
	}
	.top_info_flex .news_blc ul li{
		flex-wrap:wrap;
	}
	.top_bento_flex {
	    padding: 60px 0 0;
	}
	.top_bento_flex .top_bento_box {
		flex-direction: column;
	    max-width: 320px;
	}
	.top_bento_flex h3 {
	    font-size: 2.2rem;
	}

	.top_room_flex {
		flex-direction:column;
	}
	.top_room_exp {
	    padding-right: 0px;
	}
	.top_room_img,
	.top_breakfast_img{
		margin-top:40px;
	}
	.top_breakfast_flex{
		flex-direction:column-reverse;
	}
	.top_access_flex{
		flex-direction:column;
	}
}

@media screen and (max-width: 599px) {
	.mainimg{
		height:400px;
	}
	.mainimg img{
		height:400px !important;
		margin-right:0;
	}

	#sec_top_reason h2 {
	    font-size: 2.4rem;
	    margin: 30px 0 40px;
	}
	.top_reason_flex{
		flex-direction:column;
		gap:30px;
	}

	#sec_top_info{
		padding:50px 0px;
	}
	.top_info_flex .news_blc{
		width:100%;
	}
	.top_info_flex .news_blc ul li{
		flex-direction:column;
		padding:15px 5px;
		align-items: flex-start;
	}
	.top_info_flex .news_blc ul li date{
		/*margin-right:50px;*/
		background:var(--greengray);
		padding:6px;
		font-size:1.2rem !important;
	}
	.top_info_flex .news_blc ul li *{
		font-size:1.4rem !important;
	}

	.top_room_exp h2,
	.top_breakfast_exp h2,
	.top_access_exp_1 h2{
		font-size:3rem;
	}
	.parkinfo p {
	    font-size: 2.2rem;
	}
	.parkinfo p span {
	    font-size: 1.6rem;
	}
	.gmap {
	    padding-top: 100%;
	}
}
