<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.con_hot {
  width: 89.0625%;
  margin: auto;
}

/* ===================================================================
CSS information

 file name  :hotspring.css
 author     :Ability Consultant
style info  :温泉・プール
=================================================================== */
/*----------------------------------------------------
	.con_int
----------------------------------------------------*/
#contents .con_int .box_int {
  background: none;
}
#contents .con_int .box_int .img_int {
  margin-top: 5%;
}

/*----------------------------------------------------
	.con_hot
----------------------------------------------------*/
.con_hot #tab_hotspring {
  margin: 9% 0 5%;
  overflow: hidden;
  text-align: center;
}
.con_hot #tab_hotspring li {
  cursor: pointer;
  width: 50%;
  float: left;
  line-height: 1;
  padding: 1em 0px;
  font-size: 96%;
  color: #47391e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-top-width: 5px;
  border-bottom-color: #cbcbcb;
}
.con_hot #tab_hotspring li.active {
  cursor: default;
  border-color: #cbcbcb;
  border-bottom-color: #fff;
  border-top-color: #308ed2;
}
.con_hot #panel_hotspring &gt; li:not(:first-child) {
  display: none;
}
.con_hot #panel_hotspring &gt; li &gt; ul &gt; li:not(:first-child) {
  margin-top: 5%;
}
.con_hot #panel_hotspring &gt; li &gt; ul &gt; li h4 + div {
  display: block;
  padding: 3% 3% 3% 5%;
  border: 1px solid #cbcbcb;
}
.con_hot #panel_hotspring &gt; li &gt; ul &gt; li .img {
  text-align: center;
}
.con_hot #panel_hotspring &gt; li &gt; ul &gt; li .txt {
  padding: 3% 0px 1%;
}
.con_hot #panel_hotspring &gt; li &gt; ul &gt; li table {
  width: 100%;
}
.con_hot #panel_hotspring &gt; li &gt; ul &gt; li table th, .con_hot #panel_hotspring &gt; li &gt; ul &gt; li table td {
  font-size: 84%;
  border: 1px solid #e1e1e1;
  padding: 2%;
}
.con_hot #panel_hotspring &gt; li &gt; ul &gt; li table th {
  width: 30%;
  font-weight: normal;
  background: #f3f3f3;
  text-align: center;
}
.con_hot #panel_hotspring &gt; li &gt; ul &gt; li table td {
  width: 70%;
}
.con_hot #panel_hotspring &gt; li &gt; ul &gt; li table.flow th, .con_hot #panel_hotspring &gt; li &gt; ul &gt; li table.flow td {
  width: 33%;
}
.con_hot #panel_hotspring .box_fac {
  margin-top: 15%;
}
.con_hot #panel_hotspring .box_fac dl {
  margin-top: 5%;
  font-size: 84%;
}
.con_hot #panel_hotspring .box_fac dl dt {
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  padding: 3% 5%;
}
.con_hot #panel_hotspring .box_fac dl dd {
  padding: 3% 5%;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.con_hot #panel_hotspring .box_fac dl dd:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.con_hot #panel_hotspring .box_fac table {
  width: 100%;
  margin-top: 5%;
}
.con_hot #panel_hotspring .box_fac table th, .con_hot #panel_hotspring .box_fac table td {
  font-size: 84%;
  border: 1px solid #e1e1e1;
  padding: 2%;
}
.con_hot #panel_hotspring .box_fac table th {
  width: 33%;
  font-weight: normal;
  background: #f3f3f3;
  text-align: center;
}
.con_hot #panel_hotspring .box_fac table td {
  width: 33%;
  text-align: center;
}

/*---------------------------
温泉浴場への行き方、ステップ
--------------------------*/
.box_step {
  margin-top: 3%;
  width: 100%;
  overflow: hidden;
}
.box_step .img {
  float: left;
  width: 40%;
}
.box_step .text {
  float: left;
  width: 57%;
  padding-left: 3%;
  font-size: 0.75em;
}
.box_step .text span {
  color: #308ed2;
  font-size: 0.9em;
  margin-left: -3%;
}

/*---------------------------
クアハウス&amp; プールC's
--------------------------*/
.box_act_oth {
  margin-top: 5%;
}
.box_act_oth .act_oth {
  width: 100%;
  margin: 0 auto;
}
.box_act_oth .act_oth ul {
  width: 100%;
  margin-bottom: 2%;
}
.box_act_oth .act_oth ul li {
  margin: 0;
  display: inline-block;
  width: 32%;
}

.box_det {
  margin: 5% 0;
}
.box_det h3 {
  width: 100%;
}
.box_det &gt; div table, .box_det &gt; div tr, .box_det &gt; div th, .box_det &gt; div td {
  width: 100%;
  text-align: left;
  border: none;
}
.box_det &gt; div table th {
  color: #308ed2;
  padding-top: 4%;
  font-size: 100%;
}
.box_det &gt; div table td {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 4%;
  font-size: 84%;
}
.box_det &gt; div table td p {
  margin-bottom: .5em;
}

/* ----------------------------------
.btn_pc PCサイトボタン
-----------------------------------*/
.btn_pc {
  padding: 2% 0 4%;
}
.btn_pc a {
  font-size: 84%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #47391e;
}
.btn_pc:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  margin-right: .3em;
  background: url(../hotspring/images/ic_yu.png) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
</pre></body></html>