@charset “utf-8”;

/*header*/

header{
	text-align:center;
/*
	background-image:url("../images/top/mainimg.webp");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
*/
	height:100vh;
	position:relative;
	overflow:hidden;
}

/*slick*/
.slick-slider{
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:100%;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.slick-track {
	display: flex;
	align-items: center;
}
.slick-slider img {
	height: 100vh;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position:center bottom;
	width: 100%;
}
header.header h2{
	font-weight:normal;
	color:#fff;
	font-size:2rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index:1;
	height:100px;
}

/*main*/

#sec_intro{
	padding:80px 15px;
}
.top_intro{
	display:flex;
	gap:50px;
	justify-content:center;
	align-items: center;
}
.top_intro .intro_links{
	min-width:300px;
	text-align:center;
}


.top_intro_txt h3{
	font-size:2.1rem;
	font-weight:normal;
	margin-bottom:40px;
	text-align:center;
}
.top_intro p{
	font-size:1.6rem;
	text-align:center;
}
.award_wrap{
	margin-top:50px;
	display:flex;
	gap:30px;
	justify-content:center;
}
.award_unit{
	width:300px;
/*
	border-top:4px solid var(--main-color);
	border-bottom:4px solid var(--main-color);
*/
	background:#fff;
	border-radius:10px;
	display:flex;
	align-items:center;
	padding:8px;
}
.award_unit p{
	display:inline-block;
	font-size:1.3rem !important;
	padding:10px 0;
}
.award_unit_b{
	width:400px;
	border-top:4px solid var(--main-color);
	border-bottom:4px solid var(--main-color);
	background:#fff;
	display:flex;
	align-items:center;
	gap:15px;
	justify-content:center;
	padding:15px;
}
.award_unit_b p{
	display:inline-block;
	font-size:1.5rem !important;
	padding:10px 0;
}
.sdgs_box_wrap{
	padding:50px 0 0;
	display:flex;
	gap:50px;
	justify-content:center;
}
.sdgs_box{
	max-width:600px;
	flex:auto;
	display:flex;
	gap:30px;
	padding:20px;
	justify-content:center;
	align-items:center;
	border:1px solid #0098d8;
}
.sdgs_box img{
	width:60%;
}
.sdgs_link {
	width:40%;
}
.sdgs_link_txt {
	font-size:1.7rem;
	font-family:var(--serif);
	white-space:nowrap;
}
/*ホバーしたときに下線矢印も同時に色を変える*/
.sdgs_link_txt:hover .lineArrow  {
	border-bottom: 1px solid #0098d8;
	border-right: 1px solid #0098d8;
}
.sdgs_link_txt:hover {
	color: #0098d8;
}
.lineArrow {
	height: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	/*傾きを調節*/
	transform: skew(45deg);
	/*下線矢印をテキストに合わせてうまい具合にはめる*/
	margin: 10px 0 0 -5px;
}

.top_intro_img{
	display:flex;
	gap:50px;
	justify-content:center;
	margin:50px 0;
}
.top_intro_img img{
	max-width:454px;
	width:30%;
	align-self: flex-start;

}




#sec_top_room{
	background-image:url('../images/top/bg_room.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding:50px 15px;
}
.top_room_intro{
	display:flex;
	gap:30px;
	justify-content:center;
	position:relative;
}
.top_room_ttl{
	position:absolute;
	top:60px;
	background:rgba(62,57,54,0.47);
	padding:15px;
	width:350px;
	color:#fff;
	text-align:center;
	border-radius:10px;
}
.top_room_ttl h2{
	font-size:3.6rem;
	letter-spacing:0.1em;
	font-weight:300;
}
.top_room_ttl p{
	font-size:1.6rem;
	margin-top:10px;
	font-weight:300;
	letter-spacing: 0.12em;
}
.top_room_txt{
	padding-top:220px;
	max-width:500px;
	font-size:1.1rem;
}
.top_room_txt .catchcopy{
	font-size:2.2rem;
	font-family:var(--serif);
	margin-bottom:24px;
}
.top_room_img{
	margin-top:50px;
	display:flex;
	gap:50px;
	justify-content:center;
}
.top_room_img div{
	position:relative;
}
.top_room_img div p{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#fff;
}


#sec_top_bath{
	background-image:url('../images/top/bg_bath.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding:50px 15px;
}
.top_bath_intro{
	display:flex;
	gap:30px;
	justify-content:center;
	position:relative;
}
.top_bath_ttl{
	position:absolute;
	top:60px;
	background:rgba(62,57,54,0.47);
	padding:15px;
	width:350px;
	color:#fff;
	text-align:center;
	border-radius:10px;
}
.top_bath_ttl h2{
	font-size:3.6rem;
	letter-spacing:0.1em;
	font-weight:300;
}
.top_bath_ttl p{
	font-size:1.6rem;
	margin-top:10px;
	font-weight:300;
	letter-spacing: 0.12em;
}
.top_bath_txt{
	padding-top:220px;
	max-width:500px;
	font-size:1.1rem;
}
.top_bath_txt .catchcopy{
	font-size:2.2rem;
	font-family:var(--serif);
	margin-bottom:24px;
}
.top_bath_img{
	margin-top:50px;
	display:flex;
	gap:50px;
	justify-content:center;
}
.top_bath_img div{
	position:relative;
}
.top_bath_img div p{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#fff;
}

/*
#sec_top_bath{
	background-image:url('../images/top/bg_bath.jpg?20250710');
	background-size: cover;
	background-repeat: no-repeat;
	padding:50px 15px;
}
.top_bath_intro{
	background:rgba(62,57,54,0.47);
	text-align:center;
	border-radius:10px;
	padding:60px 30px 60px;
	color:#fff;
	max-width:556px;
	margin:auto;
}
.top_bath_ttl{
	top:60px;
}
.top_bath_ttl h2{
	font-size:3.6rem;
	letter-spacing:0.1em;
	font-weight:300;
}
.top_bath_ttl p{
	font-size:1.6rem;
	margin-top:10px;
	font-weight:300;
	letter-spacing: 0.12em;
}
.top_bath_txt{
	max-width:500px;
	margin-top:50px;
}
.top_bath_txt p{
	font-size:1.4rem;
}
.top_bath_txt .catchcopy{
	font-size:2.2rem;
	font-family:var(--serif);
	margin-bottom:24px;
	text-align:center;
}
.top_bath_txt .btn_more{
	margin-top:50px;
}

#sec_top_bathphoto{
	background-image:url('../images/top/bg_bathphoto.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:50px 15px;
}
.top_bath_img{
	display:flex;
	gap:50px;
	justify-content:center;
}
*/

#sec_top_bf{
	background-image:url('../images/top/bg_breakfast.jpg?202603');
	background-size: cover;
	background-repeat: no-repeat;
	padding:50px 0px;
}
.top_bf_intro{
	display:flex;
	gap:30px;
	justify-content:center;
	position:relative;
	flex-direction: row-reverse;
	padding: 0 15px;
}
.top_bf_ttl{
	position:absolute;
	top:60px;
	background:rgba(62,57,54,0.47);
	padding:15px;
	width:350px;
	color:#fff;
	text-align:center;
	border-radius:10px;
}
.top_bf_ttl h2{
	font-size:3.6rem;
	letter-spacing:0.1em;
	font-weight:300;
}
.top_bf_ttl p{
	font-size:1.6rem;
	margin-top:10px;
	font-weight:300;
	letter-spacing: 0.12em;
}
.top_bf_txt{
	padding-top:220px;
	max-width:500px;
	font-size:1.1rem;
}
.top_bf_txt .catchcopy{
	font-size:2.2rem;
	font-family:var(--serif);
	margin-bottom:24px;
}
.top_bf_img{
	margin-top:50px;
	display:flex;
	gap:50px;
	justify-content:space-between;
}
.top_bf_img img{
	min-width: 0;
}

#sec_top_topics{
	padding:50px 0;
	text-align:center;
}
#sec_top_topics .wrapper{
	margin-top:50px;
	display:flex;
	gap:60px;
	justify-content:center;
}
#sec_top_topics .topics_left ul{
	list-style:none;
	padding-inline-start: 0px;
	max-width:850px;
	margin:0 auto 30px;
	text-align:left;
}
#sec_top_topics .topics_left ul li{
	font-size:1.6rem;
	padding:16px 30px;
	border-top:1px dotted #707070;
}
#sec_top_topics .topics_left ul li date{
	margin-right:15px
}
#sec_top_topics .topics_left ul li:last-child{
	border-bottom:1px dotted #707070;
}
#sec_top_topics .topics_left .btnarea{
	text-align:center;
}
#sec_top_topics .topics_left .btnarea a{
	margin:auto;
}
#sec_top_topics .topics_right{
	min-width:300px;
	text-align:center;
}
.weather_box h4 {
    font-size: 1.4rem;
    margin: 0px;
}
.weather_box h4::before {
    content: url("../images/top/icon_sun.svg");
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.sidelink {
    list-style: none;
    padding: 0px;
}
.sidelink li {
    margin-bottom: 8px;
}
.sidelink li a {
    display: block;
    font-size: 1.4rem;
    color: rgb(255, 255, 255);
    text-align: left;
    position: relative;
    background: rgb(93, 194, 208);
    padding: 8px 15px 8px 20px;
    border-radius: 20px;
    transition: 0.3s;
}
.sidelink li a::after {
    position: absolute;
    content: url("../images/top/icon_link.svg");
    top: 8px;
    right: 12px;
}

#sec_top_plan{
	padding:50px 15px;
	text-align:center;
	background:var(--lightgreen);
/*
	background-image:url("../images/top/bg_plan.jpg");
	background-size:cover;
	background-position:center center;
*/
}
#sec_top_plan .plancard_wrap{
	display:flex;
	gap:15px;
	margin-top:30px;
	justify-content:center;
}
#sec_top_plan .plancard{
	background:#fff;
	padding:14px;
	width:356px;
	text-align:left;
	box-shadow: 0px 0px 4px #ccc;
}
#sec_top_plan .plancard img{
	width:100%;
}
#sec_top_plan .plancard h5{
	font-size:1.6rem;
	margin:18px 0 9px;
}
#sec_top_plan .plancard p{
	font-size:1.4rem;
}
#sec_top_plan .plancard a{
	font-size:1.3rem;
	background:var(--main-color);
	color:#fff;
	padding:10px;
	margin-top:20px;
	display:inline-block;
    transition: all .3s ease;
}
#sec_top_plan .plancard a:hover{
	padding:10px 30px;
}
#sec_top_plan .plancard a::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image:url('../images/common/icon_arrow_r_c.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left:4px;
}
#sec_top_plan>p{
	margin:30px auto;
}
#sec_top_plan .btnarea{
	text-align:center;
}
#sec_top_plan .btnarea a{
	margin:auto;
}
#sec_top_access{
	background:var(--bg-gray);
	padding:0 0px 50px;
}


#sec_top_access>p{
	text-align:center;
	font-size:24px;
	margin:25px 0;
}
#sec_top_access .access_info{
	display:flex;
	gap:20px;
	justify-content:center;
	padding:0 15px;
}
#sec_top_access .access_info div{
	border:1px solid var(--main-color);
	width:356px;
	height:105px;
	border-radius:20px;
	text-align:center;
	position: relative;
}
#sec_top_access .access_info div p{
	font-size:18px;
	text-align:center;
	color:var(--darkgreen);
	position: absolute;
	width:100%;
	top: 50%;
	transform: translateY(-50%);
}
#sec_top_access .btnarea{
	text-align:center;
	margin-top:30px;
}
#sec_top_access .btnarea a{
	margin:auto;
}

/*------------------------------------------
responsive
------------------------------------------*/
@media screen and (min-width: 599px) and (max-width: 999px) {

}
@media screen and (max-width: 999px) and (orientation: portrait) {
	header{
/*
		padding-top:40px;
		height:350px;
*/
	}

	.header.fixed .header_inner{
		background:var(--main-color);
		padding: 15px 0;
		z-index: 3;
		transition: background-color 0.3s ease, color 0.3s ease;
	}

	.header.fixed .header_inner h1 img.filter-box-shadow_h1{
		filter: none;
	}
	.header .header_inner{
		height:auto;
	}
	.header #header_top {
		padding-top: 10px;
	}
}
@media screen and (max-width: 999px) {

	/*main*/

	#sec_intro{
		padding:0px 0px;
	}
	.top_intro{
		gap:0px;
		flex-wrap:wrap;
	}
	.top_intro_img{
		gap:0px;
	}
	.top_intro_img img{
		max-width:454px;
		width:33%;
		align-self: flex-start;

	}

	.top_intro>div{
		max-width:100%;
		padding:20px 15px 30px;
		order: 3;
	}
	.top_intro h3{
		font-size:1.8rem;
		text-align:center;
		line-height:1.5em;
		margin-bottom: 20px;
	}
	.top_intro p{
		font-size:1.4rem;
		padding:15px 0;
		text-align:left;
	}
	.award_wrap{
		text-align:center;
		margin:20px auto;
		display:flex;
		gap:10px;
		justify-content:center;
	}
	.award_unit{
		margin:auto;
	}
	.sdgs_box_wrap{
		gap:10px;
	}

	.sdgs_box img{
		width:40%;
	}
	.sdgs_link {
		width:60%;
	}
	.sdgs_link_txt {
		font-size:1.4rem;
	}
}
@media (max-width: 999px) and (orientation: landscape) {
	.homepage .header .header_inner{
		height:100vh;
		height: 100dvh;
	}
	.homepage .header #header_top {
		padding-top: 10px;
		align-items:center;
	}
	.homepage #header_top h1 img{
		width:240px;
	}
	.homepage .header #header_top .top_sub{
		margin-top:0px;
	}
	.sdgs_box{
		width:48%;
	}
}

@media screen and (max-width: 599px) {
	header{
		max-height:50vh;
	}

	.slick-slider img {
		height: 50vh;
	}
	header.header h2{
		font-size:1.7rem;
		height:50px;
	}

	#sec_intro{
		padding:0px 0px;
	}
	.top_intro{
		display:block;
		gap:30px;
	}
	.top_intro img{
		max-width:100%;
		height: auto;
		vertical-align: bottom;
	}
	.top_intro_img{
	    margin: 0 0 50px;
	}


	.award_wrap{
		text-align:center;
		margin:20px auto;
		display:flex;
		flex-direction: column;
		gap:10px;
		justify-content:center;
	}
	.award_unit{
		margin:auto;
	}

	.award_unit_b{
		width:100%;
		justify-content:space-between;
	}
	.award_unit_b img{
		width:80px;;
	}
	.award_unit_b p{
		display:inline-block;
		font-size:1.4rem !important;
		padding:10px;
	}



	.sdgs_box_wrap{
		padding:30px 15px;
		flex-direction:column;
		gap:30px;
	}
	.sdgs_box{
		gap:15px;
		padding:15px;
	}
	.sdgs_box img{
		width:50%;
	}
	.sdgs_link {
		width:50%;
	}
	.sdgs_link_txt {
		font-size:1.5rem;
		font-family:var(--serif);
		white-space:nowrap;
	}
	/*ホバーしたときに下線矢印も同時に色を変える*/
	.sdgs_link_txt:hover .lineArrow  {
		border-bottom: 1px solid #0098d8;
		border-right: 1px solid #0098d8;
	}
	.sdgs_link_txt:hover {
		color: #0098d8;
	}
	.lineArrow {
		height: 10px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		/*傾きを調節*/
		transform: skew(45deg);
		/*下線矢印をテキストに合わせてうまい具合にはめる*/
		margin: 10px 0 0 -5px;
	}




	#sec_top_room{
		padding:50px 15px;
	}
	.top_room_intro{
		display:flex;
		gap:30px;
		justify-content:center;
		position:relative;
		flex-direction: column;
	}
	.top_room_ttl{
		position:absolute;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		width:320px;
		height:120px;
	}
	.top_room_ttl h2{
		font-size:30px;
		font-weight:300;
	}
	.top_room_ttl p{
		font-size:1.6rem;
		margin-top:10px;
		font-weight:300;
		letter-spacing: 0.12em;
	}
	.top_room_txt{
		padding-top:0px;
		text-align:center;
	}
	.top_room_txt p{
		font-size:1.4rem;
		text-align:left;
	}
	.top_room_txt .catchcopy{
		font-size:20px;
		margin-bottom:20px;
	}
	.top_room_img{
		margin-top:20px;
		gap:20px;
		flex-direction: column;
	}

	#sec_top_bath{
		padding:50px 15px;
	}
	.top_bath_intro{
		display:flex;
		gap:30px;
		justify-content:center;
		position:relative;
		flex-direction: column;
	}
	.top_bath_ttl{
		position:absolute;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		width:320px;
		height:120px;
	}
	.top_bath_ttl h2{
		font-size:30px;
		font-weight:300;
	}
	.top_bath_ttl p{
		font-size:1.6rem;
		margin-top:10px;
		font-weight:300;
		letter-spacing: 0.12em;
	}
	.top_bath_txt{
		padding-top:0px;
		text-align:center;
	}
	.top_bath_txt p{
		font-size:1.4rem;
		text-align:left;
	}
	.top_bath_txt .catchcopy{
		font-size:20px;
		margin-bottom:20px;
	}
	.top_bath_img{
		margin-top:20px;
		gap:20px;
		flex-direction: column;
	}

/*
	#sec_top_bath{
		background-image:url('../images/top/bg_bath_sp.jpg?20250710');
		padding: 210px 15px 15px;
		background-size:contain;
		position:relative;
		height:700px;
		background-color:#0c0c0c;
	}
	.top_bath_intro{
		background:rgba(62,57,54,0.47);
		text-align:center;
		border-radius:10px;
		padding:30px 15px;
		color:#fff;
		width:100%;
		margin:auto;
	}
	.top_bath_ttl{
		top:60px;
	}
	.top_bath_ttl h2{
		font-size:30px;
		font-weight:300;
	}
	.top_bath_ttl p{
		font-size:1.4rem;
		margin-top:10px;
		font-weight:300;
		letter-spacing: 0.12em;
	}
	.top_bath_txt{
		max-width:500px;
		margin-top:30px;
		text-align:center;
	}
	.top_bath_txt p{
		font-size:1.4rem;
	}
	.top_bath_txt .catchcopy{
		font-size:20px;
		margin-bottom:20px;
		text-align:center;
	}
	.top_bath_txt .btn_more{
		margin-top:30px;
	}

	#sec_top_bathphoto{
		padding:20px 15px;
	}
	.top_bath_img{
		gap:20px;
		flex-direction: column;
	}
*/

	#sec_top_bf{
		padding:50px 15px;
	}
	.top_bf_intro{
		display:flex;
		gap:30px;
		justify-content:center;
		position:relative;
		padding: 0 0px;
		flex-direction: column;
	}
	.top_bf_ttl{
		position:absolute;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		width:320px;
		height:120px;
	}
	.top_bf_ttl h2{
		font-size:30px;
		font-weight:300;
	}
	.top_bf_ttl p{
		font-size:1.6rem;
		margin-top:10px;
		font-weight:300;
		letter-spacing: 0.12em;
	}
	.top_bf_txt{
		padding-top:0px;
		text-align:center;
	}
	.top_bf_txt .catchcopy{
		font-size:20px;
		margin-bottom:20px;
		text-align:center;
	}
	.top_bf_txt p{
		font-size:1.4rem;
		text-align:left;
	}
	.top_bf_img{
		margin-top:20px;
		display:flex;
		gap:1%;
		justify-content:center;
		flex-wrap: wrap;
	}
	.top_bf_img img{
		margin-top:20px;
		gap:20px;
		flex-direction: column;
	}
	.top_bf_img img:nth-child(4),
	.top_bf_img img:nth-child(5){
		display:none;
	}

	#sec_top_topics .wrapper{
		margin-top:50px;
		flex-direction:column;
		gap:30px;
	}
	#sec_top_topics .topics_left ul li{
		font-size:1.4rem;
		padding:10px;
		border-top:1px dotted #707070;
	}
	#sec_top_topics ul li date{
		display:block;
		margin:0 0 8px 0;
		font-size:12px;
	}
	#sec_top_plan .plancard_wrap{
		display:flex;
		flex-direction:column;
	}
	#sec_top_plan .plancard {
		width:100%;
	}
	#sec_top_access>p{
		font-size:18px;
		margin:25px 0;
	}
	#sec_top_access .access_info{
		gap:20px;
		padding:0 15px;
		flex-direction:column;
	}
	#sec_top_access .access_info div{
		width:100%;
		height:auto;
		border-radius:20px;
	}
	#sec_top_access .access_info div p{
		font-size:1.4rem;
		position: static;
		width:100%;
		padding:15px;
		transform:none;
	}
}
