<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								泊まる用CSS									*/
/****************************************************************************/


/* ----------------------------------------------------
		泊まる
---------------------------------------------------- */
#stay_wrap {
	margin: 0;
}
#stay_teaser h2,
#stay_teaser span {
    display: block;
    font-size: 3.2rem;
    text-align: center;
    margin: 60px 0 5px;
}
#stay_teaser span {
    font-size: 130%;
    margin: 0 0 20px;
}
#stay_teaser h2 i.ico_onsen {
    background: url(/img/ja/stay/ico_onsen.png) no-repeat;
    display: inline-block;
    width: 40px;
    height: 34px;
    vertical-align: middle;
    margin-right: 5px;
}
#stay_top_comment {
    font-size: 95%;
    line-height: 1.8;
}
#stay_main {
	margin: 7% 0;
}
#header_category li {
    display: inline-block;
    margin: 30px 1px 30px;
}
.stay_main .headline {
    margin-top: 30px;
}

.stay_main h2 {
	margin-top: 10%;
}

.head_hotspring_list, .head_accommodation_list, .head_category_list {
	margin-top: 30px;
	text-align: center;
}

.head_hotspring_list li, .head_accommodation_list li {
	display: inline-block;
	margin-left: 10px;
}

.head_hotspring_list li:first-child, .head_accommodation_list li:first-child {
	margin-left: 0;
}

.head_category_list li {
	float: left;
	margin-right: 6px;
}

.head_category_list li:last-child {
	margin-right: 0;
}

.accommodation_list &gt; li {
	border-bottom: 1px solid #dddddd;
	padding: 30px 0;
}

.accommodation_list .table_box {
	width: 100%;
}

.accommodation_list_left {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
	width: 300px;
}

p.accommodation_list_left {
	text-align: center;
}

.accommodation_list_right {
	display: table-cell;
	vertical-align: top;
	line-height: 1.5;
}

.accommodation_list_right h2 {
    font-size: 2.6rem;
    letter-spacing: .03em;
    line-height: 1.4;
	margin-bottom: 10px;
}
.accommodation_list_right p {
    font-size: 1.6rem;
    line-height: 1.8;
}
.incidental_list {
	margin-top: 15px;
}

.ico_list li {
	display: inline-block;
	margin: 10px 3px 0 0;
}

.accommodation_list_left.ico_list {
	padding-top: 30px;
}

.accommodation_list_right.reserve {
	text-align: right;
	vertical-align: bottom;
}

.accommodation_list_right.reserve .btn_link {
	background-color: #e0d3c5;
}

.accommodation_list_right.reserve .btn_link i {
	vertical-align: baseline;
	margin-right: 10px;
}

#ico_money_hint span {
  position:relative;
}
.ico_money_hint-tooltips {
  position: absolute;
  bottom: 2.7em;
  left: 0.1em;
  z-index: 9999;
  padding: 0.3em 0.5em;
  color: #FFFFFF;
  background: #ef8596;
  border-radius: 0.5em;
  width: 180px;
  padding: 5px;
  text-align: center;
}

#stay_teaser {
    max-width: 100%;
    padding: 0 0 5%;
}
#stay_detail {
    padding: 0 0 8%;
    line-height: 1.7;
}
#stay_img {
    max-width: 360px;
    float: right;
    margin-left: 20px;
    padding: 0 0 5%;
    text-align: center;
}
#stay_img img {
    width: 100%;
}
#children li {
    overflow: hidden;
    padding: 1.5% 0;
    border-top: 1px solid #CCC;
}
#children img {
    float: left;
    width: 24%;

}
#children {
    padding-top: 5%;
}
#children dl {
    margin-left: 28%;
}
#children dl dt {
    font-size: 150%;
    line-height: 1.5;
    padding-bottom: 3%;
}
#children dl dd {
    padding-bottom: 3%;
    border-bottom: 1px solid #CCC;
}
</pre></body></html>