@charset "UTF-8";
/*----------------------------------------------------
	楽天パーツ
----------------------------------------------------*/
/*header
----------------------------------------------------*/
#header {
	height: 140px;
}

.p-room {
	margin-bottom: 150px;
	display: flex;
	justify-content: space-between;
}
.room-num {
	width: 160px;
	position: relative;
}
.numtl_en,
.numtl_no {
	display: block;
	color: #057a63;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.0;
}
.numtl_en {
	font-size: 20px;
}
.numtl_no {
	font-size: 110px;
}
.room-cont {
	width: calc(100% - 160px);
}
.room-btn {
	margin-inline: auto 0;
}
.room-slider {
  width: 100%;
	margin-bottom: 50px;
}
.room-slider iframe {
  width: 100%;
  height: 810px;
  position: relative;
  z-index: 0;
}


.room-des {
	display: flex;
	justify-content: space-between;
}
.room-info {
	width: 51.5%;
	padding: 10px 3.5% 0 0;
}
.info_type,
.info_type span {
	display: inline-block;
	color: #057a63;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}
.info_type {
	margin-bottom: 40px;
}
.info_type span {
	margin-left: 10px;
}
.info_catch {
	margin-bottom: 35px;
	color: #057a63;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
}
.info_txt {
	font-size: 20px;
}
.info_txt p:not(:nth-last-of-type(1)) {
	margin-bottom: 30px;
}

.room-tab {
	width: 48.7%;
	border-top: 1px dotted #000;
}
.room-tab dl {
	width: 100%;
	padding-block: 25px 26px;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dotted #000;
}
.room-tab dl:nth-last-of-type(1) {
	margin-bottom: 50px;
}
.room-tab dl dt,
.room-tab dl dd {
	font-size: 18px;
}
.room-tab dl dt {
	width: 200px;
	padding-left: 30px;
}

/* 2025.8.21追加 */
.breakfast__inner{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 50px;
}
.breakfast-img{
  width: 60%;
}
.breakfast-img img{
     width: 100%;
    height: auto;
    border-radius: 15px; 
}
.breakfst-img_img{
  text-align: center;
  margin-bottom: 5px;
}
.breakfast-img__label{
  text-align: center;
  margin-bottom: 20px;
}
.breakfast-menu{
  width: calc(40% - 50px);
}
.breakfast-menu__box{
  padding: 0 30px 30px 30px;
  border: 1px solid #057a63;
  border-radius: 30px;
}
.breakfast-menu__ttl{
  width: fit-content;
  margin: -20px auto 20px;
  padding: 5px 39px 7px;
  color: #057a63;
  font-size: 18px;
  line-height: 1.5;
  background: #f3f3f3;
  border: 1px solid #057a63;
  border-radius: 30px;
}
.breakfast-menu__label{
  width: fit-content;
  margin: 0 auto 5px;
  color: #057a63;
  line-height: 1.5;
}
.breakfast-menu__or{
  width: fit-content;
  margin: 0 auto 5px;
  color: #057a63;
  line-height: 1.5;
}
.breakfast-menu-child__ttl{
  width: 100%;
  color: #057a63;
  padding-top: 20px;
  margin: 20px auto 5px;
  border-top: 1px dotted #000;
}
.breakfast-menu-child__inner{
  
}
.breakfast-menu-child__img{
  width: 250px;
  max-width: 80%;
  margin: 0 auto 10px;
  border-radius: 15px;
  overflow: hidden;
}
.breakfast-menu-child__label{
  font-size: 16px;
}
.breakfast-menu__cont{
  
}
.breakfast-menu-child__img{
  width: 250px;
  max-width: 80%;
  margin: 0 auto 10px;
  border-radius: 15px;
  overflow: hidden;
}

.breakfast-menu__plus{
  padding: 20px 0 40px;
  color: #057a63;
  font-size: 22px;
}
.p-breakfast__caution {
	margin-bottom: 100px;
}
.p-breakfast__ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	font-size: 18px;
}
.p-breakfast__ul li:before {
	position: absolute;
	content: "";
	top: 16px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #057a63;
	border-radius: 10px;
}
.c-sec-ttl04 {
    margin-bottom: 50px;
}
.c-sec-ttl04__ja,
.c-sec-ttl04__en {
	display: block;
	color: #057a63;
	line-height: 1;
}
.c-sec-ttl04__ja {
	font-size: 15px;
	font-weight: 500;
}
.c-sec-ttl04__en {
	margin-bottom: 20px;
	color: #057a63;
	font-family: "Inter", sans-serif;
	font-size: 35px;
	font-weight: 600;
}
