@charset "UTF-8";
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1201px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
div,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

a:hover img {
  filter: brightness(1.1);
  opacity: 0.9;
}

.pcOnly {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pcOnly {
    display: inline;
  }
}

.spOnly {
  display: inline;
}
@media only screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/******* コンテンツ *******/
/******* ページタイトル *******/
.page-title {
  width: 100vw;
  height: 12.3rem;
  background-image: url(../img/page_title_bk_sp.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .page-title {
    width: 100%;
    height: 29.8rem;
    margin: 0 auto;
    padding: 2rem;
  }
}
.page-title img {
  width: 25.5rem;
}
@media only screen and (min-width: 769px) {
  .page-title img {
    width: 34.1rem;
  }
}

/******* リード *******/
.lead {
  width: 35rem;
  margin: 3.7rem auto 0;
}
@media only screen and (min-width: 769px) {
  .lead {
    width: 102.2rem;
    margin: 8rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.lead-logo {
  width: 23.3rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .lead-logo {
    width: 23.3rem;
    margin: 0;
  }
}

.lead-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  margin: 2rem auto 0;
}
@media only screen and (min-width: 769px) {
  .lead-txt {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    width: 75rem;
    margin: 0;
    padding-left: 3.5rem;
    border-left: 1px solid #000;
  }
}

/******* 地図 *******/
.mapnav {
  position: relative;
  width: 100%;
  height: 42.6rem;
  margin: 5.3rem auto 0;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .mapnav {
    width: 81.5rem;
    height: 60rem;
    margin: 4.8rem auto 0;
  }
}
.mapnav.stay {
  background-image: url(../img/map_stay_sp.png);
}
@media only screen and (min-width: 769px) {
  .mapnav.stay {
    background-image: url(../img/map_stay_pc.png);
  }
}
.mapnav.mice {
  background-image: url(../img/map_mice_sp.png);
}
@media only screen and (min-width: 769px) {
  .mapnav.mice {
    background-image: url(../img/map_mice_pc.png);
  }
}
.mapnav > div {
  position: absolute;
}
.mapnav > div > a {
  display: block;
  width: 9rem;
}
.mapnav > div ul.pref {
  display: none;
}
@media only screen and (min-width: 769px) {
  .mapnav > div ul.pref {
    display: block;
    margin-top: 1rem;
  }
}
.mapnav > div ul.pref li {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 0 2.1rem;
  background-size: 1.5rem auto;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
}
.mapnav > div ul.pref li a {
  text-decoration: none;
  color: #000;
}
.mapnav > div ul.pref li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.stay .bt-hokkaido {
  top: 0rem;
  left: 15.4rem;
}
@media only screen and (min-width: 769px) {
  .stay .bt-hokkaido {
    width: 11rem;
    top: 10.7rem;
    left: 66rem;
  }
}
.stay .bt-hokkaido li {
  background-image: url(../img/region_arrow01.svg);
}
.stay .bt-tohoku {
  top: 15.5rem;
  right: 2rem;
}
@media only screen and (min-width: 769px) {
  .stay .bt-tohoku {
    width: 11rem;
    top: 24.4rem;
    right: inherit;
    left: 66rem;
  }
}
.stay .bt-tohoku li {
  background-image: url(../img/region_arrow02.svg);
}
.stay .bt-kanto {
  top: 23.2rem;
  right: 2rem;
}
@media only screen and (min-width: 769px) {
  .stay .bt-kanto {
    width: 11rem;
    top: 34.8rem;
    right: inherit;
    left: 66rem;
  }
}
.stay .bt-kanto li {
  background-image: url(../img/region_arrow03.svg);
}
.stay .bt-kansai {
  top: 36.7rem;
  left: 19rem;
}
@media only screen and (min-width: 769px) {
  .stay .bt-kansai {
    width: 18rem;
    top: 50.9rem;
    left: 42.8rem;
  }
}
.stay .bt-kansai .pref-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stay .bt-kansai li {
  background-image: url(../img/region_arrow04.svg);
}
.stay .bt-hokuriku {
  top: 18.3rem;
  left: 4rem;
}
.stay .bt-hokuriku > a {
  width: 12.8rem !important;
}
@media only screen and (min-width: 769px) {
  .stay .bt-hokuriku > a {
    width: 14.1rem !important;
  }
}
@media only screen and (min-width: 769px) {
  .stay .bt-hokuriku {
    width: 14.1rem;
    top: 18.9rem;
    left: 26.8rem;
  }
}
.stay .bt-hokuriku li {
  background-image: url(../img/region_arrow05.svg);
}
.stay .bt-chugoku {
  top: 24rem;
  left: 2rem;
}
@media only screen and (min-width: 769px) {
  .stay .bt-chugoku {
    width: 11rem;
    top: 31rem;
    left: 7rem;
  }
}
.stay .bt-chugoku li {
  background-image: url(../img/region_arrow06.svg);
}
.stay .bt-kyushu {
  top: 36.7rem;
  left: 6.1rem;
}
@media only screen and (min-width: 769px) {
  .stay .bt-kyushu {
    width: 11rem;
    top: 50.4rem;
    left: 7rem;
  }
}
.stay .bt-kyushu li {
  background-image: url(../img/region_arrow07.svg);
}
.stay .bt-okinawa {
  top: 11.3rem;
  left: 9.5rem;
}
@media only screen and (min-width: 769px) {
  .stay .bt-okinawa {
    width: 11rem;
    top: 5.5rem;
    left: 8.4rem;
  }
}
.stay .bt-okinawa li {
  background-image: url(../img/region_arrow08.svg);
}

.mice .bt-hokkaido {
  top: 0rem;
  left: 15.4rem;
}
@media only screen and (min-width: 769px) {
  .mice .bt-hokkaido {
    width: 11rem;
    top: 11rem;
    left: 66rem;
  }
}
.mice .bt-hokkaido li {
  background-image: url(../img/region_arrow01.svg);
}
.mice .bt-tohoku {
  top: 15.5rem;
  right: 2rem;
}
@media only screen and (min-width: 769px) {
  .mice .bt-tohoku {
    width: 11rem;
    top: 20.9rem;
    right: inherit;
    left: 66rem;
  }
}
.mice .bt-tohoku li {
  background-image: url(../img/region_arrow02.svg);
}
.mice .bt-kanto {
  top: 23.2rem;
  right: 2rem;
}
@media only screen and (min-width: 769px) {
  .mice .bt-kanto {
    width: 11rem;
    top: 34.8rem;
    right: inherit;
    left: 66rem;
  }
}
.mice .bt-kanto li {
  background-image: url(../img/region_arrow03.svg);
}
.mice .bt-kansai {
  top: 36.7rem;
  left: 19rem;
}
@media only screen and (min-width: 769px) {
  .mice .bt-kansai {
    width: 18rem;
    top: 50.2rem;
    left: 42.8rem;
  }
}
.mice .bt-kansai .pref-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mice .bt-kansai li {
  background-image: url(../img/region_arrow04.svg);
}
.mice .bt-hokuriku {
  top: 18.3rem;
  left: 4rem;
}
.mice .bt-hokuriku > a {
  width: 12.8rem !important;
}
@media only screen and (min-width: 769px) {
  .mice .bt-hokuriku > a {
    width: 14.1rem !important;
  }
}
@media only screen and (min-width: 769px) {
  .mice .bt-hokuriku {
    width: 14.1rem;
    top: 12rem;
    left: 26.8rem;
  }
}
.mice .bt-hokuriku li {
  background-image: url(../img/region_arrow05.svg);
}
.mice .bt-chugoku {
  top: 24rem;
  left: 2rem;
}
@media only screen and (min-width: 769px) {
  .mice .bt-chugoku {
    width: 11rem;
    top: 29rem;
    left: 7rem;
  }
}
.mice .bt-chugoku li {
  background-image: url(../img/region_arrow06.svg);
}
.mice .bt-kyushu {
  top: 36.7rem;
  left: 6.1rem;
}
@media only screen and (min-width: 769px) {
  .mice .bt-kyushu {
    width: 11rem;
    top: 44.8rem;
    left: 7rem;
  }
}
.mice .bt-kyushu li {
  background-image: url(../img/region_arrow07.svg);
}
.mice .bt-okinawa {
  top: 11.3rem;
  left: 9.5rem;
}
@media only screen and (min-width: 769px) {
  .mice .bt-okinawa {
    width: 11rem;
    top: 5.5rem;
    left: 8.4rem;
  }
}
.mice .bt-okinawa li {
  background-image: url(../img/region_arrow08.svg);
}

/******* リンク *******/
.link {
  width: 35rem;
  margin: 3.9rem auto 8rem;
  padding: 2rem;
  border: 1px solid #007749;
  border-radius: 2rem;
}
@media only screen and (min-width: 769px) {
  .link {
    width: 70.2rem;
    margin: 3.5rem auto 8rem;
    padding: 2.6rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20rem;
  }
}

.link-text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 769px) {
  .link-text {
    width: 40.1rem;
    font-size: 1.5rem;
  }
}

.link-btn {
  width: 30.9rem;
  margin: 1.8rem auto 0;
}
@media only screen and (min-width: 769px) {
  .link-btn {
    width: 12.9rem;
    margin: 0;
  }
}

/******* リスト *******/
.pref-wrap {
  width: 100%;
}

.pref-inner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .pref-inner {
    width: 90rem;
    margin: 0 auto;
  }
}

.region-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  padding: 1.2rem 0 1.2rem 3rem;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .region-title {
    font-size: 2rem;
  }
}

.list-wrap {
  width: 34rem;
  margin: 2.5rem auto 0;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 769px) {
  .list-wrap {
    display: flex;
    justify-content: space-between;
    width: 84rem;
  }
}

.fast-list,
.second-list {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .fast-list,
  .second-list {
    width: 50%;
  }
}

.second-list {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .second-list {
    margin-top: 0;
  }
}

.pref-title {
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #fff;
  padding: 1.2rem 0 1.2rem 3rem;
}
@media only screen and (min-width: 769px) {
  .pref-title {
    font-size: 1.8rem;
  }
}

.pref-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .pref-subtitle {
    font-size: 1.8rem;
  }
}

.list {
  margin: 0.75rem auto 0 1.8rem;
}
.list li {
  font-size: 1.7rem;
  margin-top: 0.25rem;
}
.list li.ls-05em {
  letter-spacing: -0.05em;
}

.list + .pref-subtitle {
  margin-top: 3rem;
}

/******* 色分け *******/
.pref-hokkaido {
  background-color: #fcf3f6;
}

.pref-hokkaido .region-title {
  background-color: #d58ba5;
}

.pref-hokkaido .pref-subtitle {
  color: #d58ba5;
}

.pref-tohoku {
  background-color: #f0f8ff;
}

.pref-tohoku .region-title {
  background-color: #7991c7;
}

.pref-tohoku .pref-subtitle {
  color: #7991c7;
}

.pref-tohoku .pref-title {
  color: #7991c7;
  border-top: 1px solid #7991c7;
  border-bottom: 1px solid #7991c7;
}

.pref-kanto {
  background-color: #f0f8f4;
}

.pref-kanto .region-title {
  background-color: #68b58d;
}

.pref-kanto .pref-subtitle {
  color: #68b58d;
}

.pref-kanto .pref-title {
  color: #68b58d;
  border-top: 1px solid #68b58d;
  border-bottom: 1px solid #68b58d;
}

.pref-hokuriku {
  background-color: #f3f8f9;
}

.pref-hokuriku .region-title {
  background-color: #87bbc6;
}

.pref-hokuriku .pref-subtitle {
  color: #87bbc6;
}

.pref-hokuriku .pref-title {
  color: #87bbc6;
  border-top: 1px solid #87bbc6;
  border-bottom: 1px solid #87bbc6;
}

.pref-kansai {
  background-color: #fdf5f5;
}

.pref-kansai .region-title {
  background-color: #ed989d;
}

.pref-kansai .pref-subtitle {
  color: #ed989d;
}

.pref-kansai .pref-title {
  color: #ed989d;
  border-top: 1px solid #ed989d;
  border-bottom: 1px solid #ed989d;
}

.pref-chugoku {
  background-color: #fdf5f0;
}

.pref-chugoku .region-title {
  background-color: #e89c6e;
}

.pref-chugoku .pref-subtitle {
  color: #e89c6e;
}

.pref-chugoku .pref-title {
  color: #e89c6e;
  border-top: 1px solid #e89c6e;
  border-bottom: 1px solid #e89c6e;
}

.pref-kyushu {
  background-color: #f5f5f5;
}

.pref-kyushu .region-title {
  background-color: #9c9d9d;
}

.pref-kyushu .pref-subtitle {
  color: #9c9d9d;
}

.pref-kyushu .pref-title {
  color: #9c9d9d;
  border-top: 1px solid #9c9d9d;
  border-bottom: 1px solid #9c9d9d;
}

.pref-okinawa {
  background-color: #f6f4f9;
}

.pref-okinawa .region-title {
  background-color: #a28ec4;
}

.pref-okinawa .pref-subtitle {
  color: #a28ec4;
}

.pref-okinawa .pref-title {
  color: #a28ec4;
  border-top: 1px solid #a28ec4;
  border-bottom: 1px solid #a28ec4;
}

/******* ヘッダー *******/
.header {
  width: 100vw;
  padding: 2vw 3.8vw;
}
@media only screen and (min-width: 769px) {
  .header {
    width: 120rem;
    margin: 0 auto;
    padding: 2rem;
  }
}
.header .hdlogo {
  width: 42.56vw;
}
@media only screen and (min-width: 769px) {
  .header .hdlogo {
    width: 33.4rem;
  }
}

/******* フッター *******/
.footer {
  width: 100vw;
  background: #fff;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .footer {
    width: 100%;
  }
}
.footer .footer-inner {
  padding: 6vw 3vw 3.6vw;
}
@media only screen and (min-width: 1200px) {
  .footer .footer-inner {
    width: 120rem;
    margin: 0 auto;
    padding: 6.3rem 2rem 5rem;
  }
}
.footer .footer-logo {
  line-height: 1;
}
.footer .footer-logo img:first-child {
  width: 33.33vw;
  margin: 0 0 2vw;
}
@media only screen and (min-width: 1200px) {
  .footer .footer-logo img:first-child {
    width: 22.6rem;
    margin: 0 0 1.2rem;
  }
}
.footer .footer-logo img:last-child {
  width: 29vw;
}
@media only screen and (min-width: 1200px) {
  .footer .footer-logo img:last-child {
    width: 19.8rem;
  }
}
.footer .footer-copyright {
  padding: 5.6vw 0 0;
  color: #999;
  font-size: 10px;
}
@media only screen and (min-width: 1200px) {
  .footer .footer-copyright {
    font-size: 1.2rem;
    padding: 11rem 0 0;
  }
}

/******* ページトップへ *******/
.pagetop {
  position: fixed;
  width: 6rem;
  right: 1rem;
  bottom: -7rem;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .pagetop {
    width: 7rem;
    right: 3rem;
    bottom: -8rem;
  }
}
.pagetop.active {
  bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .pagetop.active {
    bottom: 3rem;
  }
}