@charset "utf-8";

/*----------------------------------------------------
  施設紹介
----------------------------------------------------*/
.area-title {
  color: #fff;
  font-weight: bold;
  padding: 8px 0.5em 5px;
  line-height: 1.4;
  font-size: 1.8rem;
  margin-bottom: 0.7em;
}
#north .area-title {
  background-color: #f7931e;
}
#medium .area-title {
  background-color: #00b0e8;
}
#south .area-title {
  background-color: #70962e;
}
.main-title small {
  font-weight: bold;
  font-size: 0.8em;
}
.main-title img {
  width: 18px;
  vertical-align: middle;
  margin-right: 3px;
}
.row.area-detail {
  margin-right: -0.5em;
  margin-left: -0.5em;
}
.area-detail .col-md-6 {
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-bottom: 1em;
}
.area-detail .block {
  height: 100%;
  margin-bottom: 0;
}
.area-detail .main-title + img {
  margin-bottom: 10px;
  width: 380px;
}
.area-list {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.area-list li {
  display: inline-block;
  margin-right: 1em;
}
.area-list li a {
  color: #222;
  text-decoration: underline;
}
.area-list li img {
  width: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
/*利用ボタン*/
a.btn-yoyaku,
a.btn-fee {
  display: inline-block;
  border: 1px solid;
  font-size: 1.4rem;
  padding: 10px 0.5em 7px 1.6em;
  line-height: 1;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  width: 48%;
  color: #fff;
}
a.btn-yoyaku {
  background-color: #5c4a1f;
  border-color: #5c4a1f
}
a.btn-fee {
  background-color: #598f26;
  border-color: #598f26;
  margin-right: 4%;
}
a.btn-yoyaku:before,
a.btn-fee:before {
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 2;
  font-weight: normal;
}
a.btn-yoyaku:before {
  content: "\f0e0";
}
a.btn-fee:before {
  content: "\f157";
  left: 7px;
}
/*他の施設*/
.other-shisetsu {
  border: 1px solid #ccc;
  padding:7px 0.7em;
  font-size: 1.4rem;
  margin-top: 10px;
}
.other-shisetsu p {
  font-weight: bold;
  color: #444;
}
.other-shisetsu ul {
  list-style: none;
  padding-left: 0;
}
.other-shisetsu ul li:before {
  content: "・";
}
.other-shisetsu ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-right: 0.5em;
  display: inline-block;
}
.other-shisetsu ul li a {
  color: #222;
}
/*四季*/
.season-block {
  margin-bottom: 30px;
}
.ph-season {
  float: right;
  width: 50%;
  padding-left: 10px;
}
.fig-season {
  margin-bottom: 1em;
}
@media screen and (max-width: 991.98px) {
}
@media screen and (max-width: 767.98px) {
  a.btn-yoyaku,
  a.btn-fee {
    font-size: 1.2rem;
  }
  a.btn-yoyaku:before,
  a.btn-fee:before {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  a.btn-fee:before {
    left: 7px;
  }
  .other-shisetsu {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575.98px) {
}
/*----------------------------------------------------
  料金
----------------------------------------------------*/
.tbl-fee {
  width: 100%;
  margin-bottom: 50px;
}
.tbl-fee th,
.tbl-fee td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
.tbl-fee thead th {
  background-color: #D1EFD2;
}
.tbl-fee tbody th {
  background-color: #c4c4c4;
  text-align: center;
}
.tbl-fee td.right {
  text-align: right;
}
.tbl-fee td.tani {
  background-color: #f2f2f2;
}
@media screen and (max-width: 767.98px) {
  .tbl-fee {
    margin-bottom: 0;
  }
  .outer {
    margin-bottom: 30px;
  }
}