@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;
	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:30px;
	justify-content:center;
	align-items: 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{
	margin:50px 0;
	text-align:center;
	max-width:100%;
}
.top_intro_img img{
	margin:auto;
}




#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:30px 15px;
	width:350px;
	color:#fff;
	text-align:center;
	border-radius:10px;
}
.top_room_ttl h2{
	font-size:2.5rem;
	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:180px;
	max-width:500px;
	font-size:1.1rem;
}
.top_room_txt .catchcopy{
	font-size:2.2rem;
	font-family:var(--serif);
	margin-bottom:24px;
}
.cin_time{
	border-top:1px solid #ccc;
	margin-top:15px;
	padding-top:15px;
}
.cin_time p{
	font-size:1.2rem;
}
.cin_time p.time{
	font-size:1.6rem;
}
.top_room_img{
	margin-top:30px;
	display:flex;
	gap:50px;
	justify-content:center;
}
.top_room_img div{
	position:relative;
}
.top_room_img div.room_detail{
	padding:10px 20px;
	display:flex;
	gap:30px;
	justify-content:space-between;
}
.top_room_img div.room_detail h3{
	font-size:1.8rem;
	font-family:var(--serif);
	font-weight:normal;
}
.top_room_img div.room_detail a {
    font-size: 1.3rem;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    display: inline-block;
    background: var(--main-color);
    padding: 10px;
    transition: 0.3s;
}
.top_room_img div.room_detail a:hover{
	padding:10px 15px;
}
.top_room_img div.room_detail 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;
}
.service_info_unit{
	padding:15px;
	border-top:1px dotted #707070;
}
.service_info_unit:last-child{
	border-bottom:1px dotted #707070;
}
.service_info_unit dl{
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.service_info_unit dl dt,.service_info_unit dl dd{
	box-sizing: border-box;
}
.service_info_unit dl dt{
	font-size:1.6rem;
	display: flex;
	align-items: center;
	width: 200px;
	padding: 15px;
	justify-content:center;
}
.service_info_unit dl dd {
	/*display: flex;
	align-items: center;*/
	width: calc(100% - 200px);
	margin-left: 0;
	padding: 15px;
}














#sec_top_bath{
	background-image:url('../images/top/bg_bath.jpg?20250710');
	background-size: cover;
	background-repeat: no-repeat;
	padding:50px 0;
	overflow:visible;
	position:relative;
}
.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:100px auto;
}
.top_bath_ttl{
	top:60px;
}
.top_bath_ttl h2{
	font-size:2.5rem;
	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;
}
.top_bath_img{
	display:flex;
	gap:0px;
	justify-content:space-between;
}
.top_bath_img img{
	min-width: 0;
}
#sec_top_bf{
	background-image:url('../images/top/bg_breakfast.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center top;
	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:30px 15px;
	width:350px;
	color:#fff;
	text-align:center;
	border-radius:10px;
}
.top_bf_ttl h2{
	font-size:2.5rem;
	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{
	display:flex;
	gap:0px;
	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 .wrapper>p{
	text-align:center;
	font-size:24px;
	margin:25px 0;
}
#sec_top_access .access_info{
	display:flex;
	flex-direction:column;
	gap:20px;
	justify-content:center;
	padding:30px 15px;
}
#sec_top_access .access_info div{
	border:1px solid var(--main-color);
	/*width:356px;
	height:105px;*/
	border-radius:10px;
	text-align:left;
	padding:15px;
}
#sec_top_access .access_info div p{
	font-size:16px;
	text-align:center;
	color:var(--darkgreen);
	width:100%;
}
#sec_top_access .btnarea{
	text-align:center;
	margin-top:30px;
}
#sec_top_access .btnarea a{
	margin:auto;
}
.access_inner{
	display:flex;
	gap:30px;
	flex-direction:column;
	align-items:center;
	max-width:900px;
	margin:auto;
}
/*------------------------------------------
responsive
------------------------------------------*/
@media screen and (min-width: 599px) and (max-width: 999px) {

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

	/*main*/

	#sec_intro{
		padding:0px 0px;
	}
	.top_intro{
		gap:0px;
		flex-wrap:wrap;
	}
	.top_intro img{
		max-width:50%;
		height: auto;
		vertical-align: bottom;
	}
	.top_intro img:first-child{
		order: 1;
	}
	.top_intro img:last-child{
		order: 2;
	}
	.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;
	}
	.access_inner{
		flex-direction: column;
	}
}

@media screen and (max-width: 599px) {
	header{
		max-height:50vh;
	}
	.header .header_inner{
		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;
	}
	.service_info_unit{
		padding:10px;
	}
	.service_info_unit dl{
		flex-direction:column;
	}
	.service_info_unit dl dt{
		font-size:1.4rem;
		display: block;
		width: 100%;
		padding: 10px;
		background:var(--bg-gray);
	}
	.service_info_unit dl dd {
		display: block;
		width: 100%;
		padding: 10px;
	}

	.top_room_img div.room_detail{
		padding:10px 10px;
		gap:20px;
	}


	#sec_top_bath{
		background-image:url('../images/top/bg_bath_sp.jpg?20250710');
		padding: 210px 15px 15px;
		background-size:contain;
		position:relative;
		height:700px;
	}
	.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_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;
	}
}
