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

.present .contents {
  padding: 150px 0 0;
}

.present .content {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.gnav .gnav_part.logo {
  padding-top: 0;
}

h1 {
  border: none;
}

.slicknav_menu h1 {
  margin: 0;
  border: none;
  padding-left: 0;
  font-size: 1.3rem;
}

.present .lead-title {
  color: red;
  font-size: 2rem;
  text-align: center;
  margin: 30px 0 10px;
}

.present .lead {
  padding: 5% 15%;
  margin: 0 0 40px;
  line-height: 1.8;
  font-size: 1.2rem;
  text-align: justify;
  background: url('/present/images/lead_back.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.present h2 {
  padding: 0;
  border: none;
  margin: 0 0 20px;
}

.present .rank_title {
  padding: 10% 0 0 0;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/present/images/title_ryokan.png');
}

.present .rank_title:hover {
  cursor: pointer;
}

.present .miyage_title {
  background-image: url('/present/images/title_miyage.png');
}

.present .rank_subtitle {
  color: #565656;
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-indent: -0.5em;
}

.present .rank_table {
  display: none;
}

.present .section {
  margin: 0 0 70px;
  overflow: hidden;
}

.present table,
.present th,
.present td {
  border: none;
}

.present table {
  width: 100%;
}

.present th,
.present td {
  padding: 5px;
  text-align: center;
}

.present th {
  color: #fff;
  background: #7d7d7d;
}

.present .rank_record,
.present .miyage_record {
  border-bottom: dotted 1px #645d57;
}

.present .rank_record:nth-child(odd),
.present .miyage_record:nth-child(odd) {
  background: #f3faff;
}

.present .rank_record td,
.present .miyage_record td {
  padding: 5px;
}

.present th.rank_districts {
  border-left: solid 5px #fff;
  border-right: solid 5px #fff;
}

.present .rank_facility {
  width: 60%;
}

.present .rank_districts {
  width: 10%;
}

.present .rank_onsen {
  width: 30%;
}

.present .miyage_facility {
  width: 30%;
}

.present .miyage_detail {
  width: 50%;
}

.present .miyage_districts {
  width: 10%;
}

.present .miyage_location {
  width: 10%;
}

.present th.miyage_detail,
.present th.miyage_districts {
  border-left: solid 5px #fff;
  border-right: solid 5px #fff;
}

.present .list-button {
  width: 50%;
  padding: 3px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 20px;
  border: solid 2px #2468b7;
}

.present .list-button_inner {
  padding: 10px;
  border-radius:15px;
  background: #2468b7;
}

.present .entry .list-button {
  width: 80%;
  padding: 3px;
  font-size: 3rem;
}

.present .list-button br  {
  display: none;
}

.present .entry {
  padding: 30px;
  margin: 70px 0 0;
  border: solid 20px #2468b7;
  background: url('/present/images/entry_back.png') 0 0 repeat;
}

.present .entry_title {
  display: block;
  margin: 0 auto 30px;
}

.present .entry_question {
  color: #2468b7;
  fint-size: 1.4rem;
  margin: 20px 0 10px;
  border-bottom: 1px solid #2468b7;
}

.present .entry_answer.red {
  color: red;
  font-size: 1.4rem;
  font-weight: bold;
}

.present .link_to_100sen {
  font-size: 140%;
  cursor: pointer;
  margin-top: 70px;
}

.present .link_to_100sen img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .present .lead {
    padding: 10% 15%;
  }
}

@media screen and (max-width: 479px) {

  .present .lead {
    padding: 5%;
    background: none;
    background: #fffff0;
    border: 1px solid #7d7d7d;
  }

  /* .present .rank_title {
    padding: 17% 0 0;
  } */

  /* .present .ryokan_title {
    background-image: url("/present/images/title_ryokan-mobile.png");
  }

  .present .miyage_title {
    background-image: url("/present/images/title_miyage-mobile.png");
  } */

  .present .list-button br  {
    display: block;
  }

  .present .entry {
    padding: 30px 20px;
  }

  .present .entry .list-button {
    width: 100%;
    font-size: 2.5rem;
  }

}

@media screen and (max-width: 375px) {

  .present .list-button {
    width: 80%;
  }

}
</pre></body></html>