@charset "UTF-8";
/* ===================================

  リセット
  
=================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

input, button {
  outline: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===================================

  初期設定
  
=================================== */
html, body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  width: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #222;
  overflow-x: hidden;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

b {
  color: #1d417b;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix {
  zoom: 1;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.pl-1 {
  padding-left: .5rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-1 {
  padding-right: .5rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pt-1 {
  padding-top: .5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-1 {
  padding-bottom: .5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ml-1 {
  margin-left: .5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-1 {
  margin-right: .5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mt-1 {
  margin-top: .5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-1 {
  margin-bottom: .5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

/*  リンク設定
------------------------*/
a {
  color: #1b6198;
  -webkit-transition: .2s;
  transition: .2s;
}

a,
a:hover,
a:focus {
  outline: none;
}

a:hover,
a:focus {
  color: #cb032e;
}

a img {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover img {
  opacity: 0.8;
}

/* ===================================

  共通設定
  
=================================== */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-white {
  color: #fff !important;
}

.img-left {
  float: left;
  margin-right: 1.5rem;
}

.img-right {
  float: right;
  margin-left: 1.5rem;
}

.img-center {
  margin: 0 auto;
  display: block;
}

.text-3s {
  font-size: .65rem !important;
}

.text-ss {
  font-size: .75rem !important;
}

.text-s {
  font-size: .9rem !important;
}

.text-l {
  font-size: 1.2rem !important;
}

.text-ll {
  font-size: 1.5rem !important;
}

.text-3l {
  font-size: 1.8rem !important;
}

.text-4l {
  font-size: 2rem !important;
}

/* ===================================

  contents
  
=================================== */
.container {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}

.contents {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main {
  width: 750px;
  margin: 0 auto 20px;
}

.side {
  margin-left: 20px;
  width: 250px;
}

.first-box {
  padding: 40px 0;
}

.second-box {
  padding: 0 24px 40px;
  background-color: #f8f7f5;
}

/* ===================================

  header
  
=================================== */
.header {
  height: 140px;
  background-color: #f8f7f5; }
  .header__inner {
    position: relative; }
  .header__site {
    position: absolute;
    top: 28px; }
  .header__nav {
    position: relative; }
    .header__nav-inner {
      position: absolute;
      left: calc( 1020px - 155px * 4); }
    .header__nav-btn {
      position: absolute;
      transition: .2s;
      width: 155px; }
    .header__nav a {
      display: block;
      box-sizing: border-box;
      text-decoration: none;
      text-align: center;
      height: 100%;
      position: relative;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
      .header__nav a:hover img {
        opacity: 1; }
    .header__nav-img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    .header__nav-owner {
      background-color: #d9466f;
      top: 0;
      left: 0;
      height: 140px; }
      .header__nav-owner:hover {
        background-color: #ec4c79; }
    .header__nav-month {
      background-color: #65ace4;
      top: 0;
      left: 155px;
      height: 140px; }
      .header__nav-month:hover {
        background-color: #6bb6f1; }
    .header__nav-corporation {
      background-color: #0074bf;
      top: 0;
      left: calc( 155px * 2);
      height: 36px; }
      .header__nav-corporation:hover {
        background-color: #0083d7; }
    .header__nav-business {
      background-color: #56a764;
      top: 70px;
      left: calc( 155px * 2);
      height: 70px; }
      .header__nav-business:hover {
        background-color: #5db56c; }
    .header__nav-kurumahaku {
      background-color: #004080;
      top: 0;
      left: calc( 155px * 2);
      height: 140px; }
      .header__nav-kurumahaku:hover {
        background-color: #004f9e; }
    .header__nav-login {
      background-color: #c93a40;
      top: 0;
      left: calc( 155px * 3);
      height: 70px; }
      .header__nav-login:hover {
        background-color: #df4047; }
    .header__nav-gift {
      background-color: #d06d8c;
      top: 64px;
      left: calc( 155px * 3);
      height: 76px; }
      .header__nav-gift:hover {
        background-color: #e7799b; }
    .header__nav-join {
      background-color: #de9610;
      top: 102px;
      left: calc( 155px * 3);
      height: 38px; }
      .header__nav-join:hover {
        background-color: #ec9f11; }
    .header__nav-logout {
      background-color: #181818;
      top: 0;
      left: calc( 155px * 3);
      height: 64px; }
      .header__nav-logout:hover {
        background-color: #373737; }
    .header__nav-mypage {
      background-color: #037e94;
      top: 64px;
      left: calc( 155px * 3);
      height: 38px; }
      .header__nav-mypage:hover {
        background-color: #0aa2bd; }
    .header__nav-item {
      background-color: #b10754;
      top: 102px;
      left: calc( 155px * 3);
      height: 38px; }
      .header__nav-item:hover {
        background-color: #c0095c; }

/* ===================================

  検索エリア
  
=================================== */
.search-area__title {
  text-align: center;
  font-size: 28px;
  background-color: #d1e3f4;
  height: 70px;
  line-height: 70px;
}

.search-area__sub-title {
  color: #275f93;
  text-align: center;
  font-size: 14px;
  background-color: #edf3f8;
  height: 25px;
  line-height: 25px;
}

.search-area__input {
  position: relative;
  padding: 10px 10px 10px 0;
  background-color: #e8eef3;
  height: 65px;
  line-height: 65px;
}

.search-area__input--title {
  position: relative;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 85px;
  height: 46px;
  background-color: #3b81c2;
}

.search-area__input--title::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  border-top: 23px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #3b81c2;
}

.search-area__input--title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 13px;
  letter-spacing: -.1em;
}

.search-area__input--title-text1 {
  font-size: 13px;
  letter-spacing: -.1em;
}

.search-area__input--title-text2 {
  font-size: 17px;
  letter-spacing: .4em;
  text-indent: .4em;
}

.search-area__input--select {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 130px;
  width: 160px;
  background-color: #fff;
  height: 40px;
}

.search-area__input--select select {
  position: absolute;
  font-size: 18px;
  width: 160px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 40px;
  background: transparent;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
  border-radius: 0;
}

.search-area__input--select select::-ms-expand {
  display: none;
}

.search-area__input--select::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #eee;
  height: 100%;
  width: 30px;
}

.search-area__input--select::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #666 transparent transparent transparent;
}

.search-area__input--field {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 115px;
}

.search-area__input--field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 330px;
  border: 0;
  padding: 3px 6px;
  font-size: 18px;
  color: #3f3f3f;
  font-weight: normal;
  border: solid 1px #ccc;
  height: 40px;
}

.search-area__input--search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.search-area__input--search-btn button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  width: 100px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #1b4873;
  height: 40px;
  line-height: 40px;
  -webkit-transition: .2s;
  transition: .2s;
}

.search-area__input--search-btn button:hover {
  background-color: #24619b;
}

.areamap {
  height: 530px;
  background-color: #edf3f8;
  background-image: url(../img/common/japan_map.png);
  background-repeat: no-repeat;
  background-position: 160px 70px;
  position: relative;
}

.areamap__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 135px;
  border-bottom: solid 2px #000;
  margin-bottom: 4px;
  padding-bottom: 3px;
}

.areamap__body {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 135px;
}

.areamap__body-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc( (100% - 3px) / 2);
  background-color: red;
  text-align: center;
  margin-bottom: 3px;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 13px;
  color: #fff;
}

.areamap__body-item a {
  padding: 6px;
  color: #fff;
  display: block;
  text-decoration: none;
}

.areamap__body-item .none {
  padding: 6px;
  display: block;
  background-color: #aeaeae !important;
}

.areamap__body-item:not(:nth-child(2n)) {
  margin-right: 3px;
}

.areamap-area {
  position: absolute;
}

#area_list00,
.areamap__hokkaido {
  top: 42px;
  right: 0;
}

#area_list00 .areamap__title,
.areamap__hokkaido .areamap__title {
  color: #2a649d;
  border-color: #2a649d;
}

#area_list00 .areamap__body-item,
.areamap__hokkaido .areamap__body-item {
  background-color: #2a649d;
}

#area_list00 .areamap__body-item:hover,
.areamap__hokkaido .areamap__body-item:hover {
  background-color: #3277bb;
}

#area_list01,
.areamap__tohoku {
  top: 215px;
  left: 515px;
}

#area_list01 .areamap__title,
.areamap__tohoku .areamap__title {
  color: #2b9eb7;
  border-color: #2b9eb7;
}

#area_list01 .areamap__body-item,
.areamap__tohoku .areamap__body-item {
  background-color: #2b9eb7;
}

#area_list01 .areamap__body-item:hover,
.areamap__tohoku .areamap__body-item:hover {
  background-color: #31b3cf;
}

#area_list02,
.areamap__kanto {
  bottom: 35px;
  left: 500px;
}

#area_list02 .areamap__title,
.areamap__kanto .areamap__title {
  color: #dbb22f;
  border-color: #dbb22f;
}

#area_list02 .areamap__body-item,
.areamap__kanto .areamap__body-item {
  background-color: #dbb22f;
}

#area_list02 .areamap__body-item:hover,
.areamap__kanto .areamap__body-item:hover {
  background-color: #ecc340;
}

#area_list03,
.areamap__tokai {
  top: 42px;
  left: 296px;
}

#area_list03 .areamap__title,
.areamap__tokai .areamap__title {
  color: #50a861;
  border-color: #50a861;
}

#area_list03 .areamap__body-item,
.areamap__tokai .areamap__body-item {
  background-color: #50a861;
}

#area_list03 .areamap__body-item:hover,
.areamap__tokai .areamap__body-item:hover {
  background-color: #5abd6d;
}

#area_list05,
.areamap__chugoku {
  top: 42px;
  left: 0;
}

#area_list05 .areamap__title,
.areamap__chugoku .areamap__title {
  color: #da3928;
  border-color: #da3928;
}

#area_list05 .areamap__body-item,
.areamap__chugoku .areamap__body-item {
  background-color: #da3928;
}

#area_list05 .areamap__body-item:hover,
.areamap__chugoku .areamap__body-item:hover {
  background-color: #ef3e2c;
}

#area_list04,
.areamap__kinki {
  top: 42px;
  left: 148px;
}

#area_list04 .areamap__title,
.areamap__kinki .areamap__title {
  color: #e48e29;
  border-color: #e48e29;
}

#area_list04 .areamap__body-item,
.areamap__kinki .areamap__body-item {
  background-color: #e48e29;
}

#area_list04 .areamap__body-item:hover,
.areamap__kinki .areamap__body-item:hover {
  background-color: #f6992c;
}

#area_list06,
.areamap__sikoku {
  bottom: 35px;
  left: 354px;
}

#area_list06 .areamap__title,
.areamap__sikoku .areamap__title {
  color: #ee2889;
  border-color: #ee2889;
}

#area_list06 .areamap__body-item,
.areamap__sikoku .areamap__body-item {
  background-color: #ee2889;
}

#area_list06 .areamap__body-item:hover,
.areamap__sikoku .areamap__body-item:hover {
  background-color: #fd3f9c;
}

#area_list07,
.areamap__kyushu {
  top: 160px;
  left: 0;
}

#area_list07 .areamap__title,
.areamap__kyushu .areamap__title {
  color: #a65ca4;
  border-color: #a65ca4;
}

#area_list07 .areamap__body-item,
.areamap__kyushu .areamap__body-item {
  background-color: #a65ca4;
}

#area_list07 .areamap__body-item:hover,
.areamap__kyushu .areamap__body-item:hover {
  background-color: #c36cc1;
}

.areamap__suishin {
  bottom: 55px;
  left: 0;
}

.areamap__suishin .areamap__title {
  color: #245eb7;
  border-color: #245eb7;
}

.areamap__suishin .areamap__body-item {
  background-color: #245eb7;
}

.areamap__suishin .areamap__body-item:hover {
  background-color: #2f72d7;
}

.search-area__title2 {
  text-align: left;
  font-size: 20px;
  color: #347cc0;
  border-top: solid 2px #347cc0;
  border-bottom: solid 2px #347cc0;
  padding: .8rem;
  margin-bottom: 1rem;
}

.search-area__title2:before {
  font-family: FontAwesome;
  content: '\f279';
  padding-right: .5rem;
}

.area-tab {
  zoom: 1;
}

.area-tab::before, .area-tab::after {
  content: "";
  display: table;
}

.area-tab::after {
  clear: both;
}

.area-tab1, .area-tab2 {
  width: 50%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  float: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.area-tab1 a, .area-tab2 a {
  display: block;
  color: #fff;
  padding: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none;
}

.area-tab1 a {
  margin-right: 1px;
  background-color: #d9466f;
}

.area-tab1 a:hover {
  background-color: #ec4c79;
}

.area-tab2 a {
  margin-left: 1px;
  background-color: #65ace4;
}

.area-tab2 a:hover {
  background-color: #6bb6f1;
}

.area-tab-line1, .area-tab-line2 {
  height: 3px;
}

.tab1-on {
  border-bottom: 3px solid #d9466f;
}

.tab2-on {
  border-bottom: 3px solid #65ace4;
}

.area-block {
  padding: 1rem;
  zoom: 1;
}

.area-block-bg1 {
  background-color: #ffe7ee;
  border-left: 1px solid #d9466f;
  border-right: 1px solid #d9466f;
  border-bottom: 1px solid #d9466f;
}

.area-block-bg2 {
  background-color: #dff0fd;
  border-left: 1px solid #65ace4;
  border-right: 1px solid #65ace4;
  border-bottom: 1px solid #65ace4;
}

.area-block::before, .area-block::after {
  content: "";
  display: table;
}

.area-block::after {
  clear: both;
}

.area-block__parking, .area-block__shop {
  width: 50%;
}

.area-block__parking {
  float: left;
  padding-right: 1rem;
}

.area-block__shop {
  float: right;
  padding-left: 1rem;
}

.area-block__map {
  padding: 1rem;
  background-color: #f4f4f4;
}

.area-block__title {
  position: relative;
  padding: .5rem 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px dotted #a3a3a3;
}

.area-block__title-parking:before {
  font-family: FontAwesome;
  content: '\f1b9';
  padding-right: .5rem;
  color: #d9466f;
}

.area-block__title-shop:before {
  font-family: FontAwesome;
  content: '\f015';
  padding-right: .5rem;
  color: #d9466f;
}

.area-block__title-map:before {
  font-family: FontAwesome;
  content: '\f279';
  padding-right: .5rem;
  color: #008f06;
  font-weight: normal;
}

.area-block__subtitle {
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-weight: bold;
  color: #2f2f2f;
}

.area-block .subtitle-area:before {
  font-family: FontAwesome;
  content: '\f041';
  padding-right: .5rem;
}

.area-block .subtitle-cat {
  margin-top: 1rem;
}

.area-block .subtitle-cat:before {
  font-family: FontAwesome;
  content: '\f069';
  padding-right: .3rem;
}

.area-block__checkbox {
  margin: 1rem 0;
}

.area-block__serch-box {
  text-align: center;
  margin-top: 1rem;
}

.area-block__serch-more {
  text-align: center;
  margin-top: 1.5rem;
  font-size: .8rem;
}

.area-block--select {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 40px;
  margin-bottom: .5rem;
}

.area-block--select select {
  position: absolute;
  font-size: 18px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 40px;
  background: transparent;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
  border-radius: 0;
}

.area-block--select select::-ms-expand {
  display: none;
}

.area-block--select::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #eee;
  height: 100%;
  width: 30px;
}

.area-block--select::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #666 transparent transparent transparent;
}

.input--search-btn button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  width: 50%;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #226aad;
  height: 40px;
  line-height: 40px;
  -webkit-transition: .2s;
  transition: .2s;
}

.input--search-btn button:hover {
  background-color: #24619b;
}

.area-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #c7eae9;
}

.area-list__title {
  font-weight: bold;
  padding: 1rem;
  color: #fff;
  background-color: #109e9a;
}

.area-list__box {
  zoom: 1;
  padding: 1rem;
}

.area-list__box::before, .area-list__box::after {
  content: "";
  display: table;
}

.area-list__box::after {
  clear: both;
}

.area-list__box-inner {
  float: left;
  width: calc(100% / 3);
}

.area-list__box-inner .list-parent {
  margin-bottom: .5rem;
  list-style-position: inside;
}

.area-list__box-inner .list-parent:before {
  font-family: FontAwesome;
  content: '\f054';
  /* アイコンのunicode */
  color: #109e9a;
  padding-right: .3rem;
}

.area-list__pref {
  text-indent: 1rem;
  margin-top: .5rem;
  margin-bottom: .8rem;
}

.area-list__pref li {
  list-style-position: inside;
  line-height: 1.3;
}

.area-list__pref li:before {
  content: '・';
  padding-right: .3rem;
}

/* ===================================

  バナーエリア

=================================== */
.banner_area {
  margin: 0 0 10px;
}

/* ===================================

  エリア特集

=================================== */
.special-topics {
  height: 610px;
}

.special-topics__header {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}

.special-topics__header-logo {
  width: 61px;
  margin-right: 8px;
}

.special-topics__header-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.special-topics__header-title {
  font-size: 17px;
  color: #26a6a6;
  border-bottom: dotted 1px #26a6a6;
  margin-top: 14px;
}

.special-topics__header-title-en {
  font-size: 13px;
  text-align: right;
  color: #697474;
  margin-top: 4px;
}

.special-topics__img {
  height: 535px;
  position: relative;
  overflow-y: hidden;
  text-align: center;
}

.special-topics__img .slick-slide {
  margin-bottom: 10px;
}

.special-topics__img .slick-slide img {
  max-width: 100%;
  height: auto;
}

.special-topics__img .slick-track {
  position: absolute;
  top: 130px;
}

.special-topics__img .slick-btn {
  background-color: #006b6b;
  position: absolute;
  color: #fff;
  left: 0;
  height: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.special-topics__img .slick-btn:hover {
  background-color: #008080;
}

.special-topics__img .slick-next {
  border-top: solid 5px #fff;
  bottom: 0;
  z-index: 5;
}

.special-topics__img .slick-prev {
  border-bottom: solid 5px #fff;
  top: 0;
  z-index: 5;
}

/* ===================================

  お知らせ
  
=================================== */
.information {
  background-color: #f4e9e8;
}

.information__banner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.information__banner-item {
  width: 50%;
  text-align: center;
}

/* ===================================

  日替わり情報
  
=================================== */
.dailyinfo {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5688a7;
  height: 48px;
}

.dailyinfo__title {
  width: 110px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* ティッカー */
.tickercontainer {
  background-color: #fff;
}

.tickercontainer .mask {
  width: 630px;
}

#webticker {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  list-style: none;
  margin: 0;
}

#webticker li {
  font-size: 14px;
  font-weight: normal;
  margin-right: 3rem;
}

#webticker li span {
  margin-right: 16px;
}

/* ===================================

  メインエリア　バナー
  
=================================== */
.main-banner {
  margin: 24px 0;
}

/* ===================================

  口コミ新着情報
  
=================================== */
.kuchikomi {
  background-color: #f7f5e7;
}

/* ===================================

  みせとく新着情報
  
=================================== */
.misetoku {
  background-color: #e9f9f9;
  margin-bottom: 32px;
}

/* ===================================

  side
  
=================================== */
.login {
  background-color: #f0f0f0;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-top: solid 1px #d8d8d6;
  border-bottom: solid 1px #d8d8d6;
}

.login__member-logo {
  position: absolute;
  top: -6px;
  left: 8px;
}

.login__text {
  margin: 8px 8px 8px 60px;
}

.login__text-title {
  background-color: #62b0e6;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 4px 5px;
  margin-bottom: 8px;
}

.login__text-note {
  font-size: 13px;
  line-height: 1.2;
}

.login__btn {
  margin-left: 8px;
  margin-right: 8px;
}

.login__btn a {
  padding: 12px 8px;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
}

.login__btn-register {
  background-color: #3491d2;
  margin-bottom: 8px;
}

.login__btn-register a:hover {
  background-color: #38a3ef;
}

.login__btn-login {
  background-color: #82bbe2;
}

.login__btn-login a:hover {
  background-color: #68b8ed;
}

.park-open__title {
  font-size: 15px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.park-open__title::before, .park-open__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}

.park-open__title::before {
  margin-right: 8px;
}

.park-open__title::after {
  margin-left: 8px;
}

.park-open__item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: dotted 1px #999;
}

.park-open__item-img {
  margin-right: 8px;
  width: 48px;
  height: 48px;
  display: table;
}

.park-open__item-img div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
}

.park-open__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.park-open__item-title a {
  text-decoration: underline;
  line-height: 1.3;
  font-size: 15px;
}

.park-open__item-date {
  font-size: 13px;
  margin-bottom: 2px;
}

.area-hokkaido {
  background-color: #2a649d;
}

.area-tohoku {
  background-color: #2b9eb7;
}

.area-kanto {
  background-color: #dbb22f;
}

.area-tokai {
  background-color: #50a861;
}

.area-chugoku {
  background-color: #da3928;
}

.area-kinki {
  background-color: #e48e29;
}

.area-sikoku {
  background-color: #ee2889;
}

.area-kyushu {
  background-color: #a65ca4;
}

.side__banner {
  text-align: center;
}

.side__banner a {
  display: inline-block;
  margin-bottom: .5rem;
}

/* ===================================

  共通パーツ
  
=================================== */
.el-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.el-section2 {
  padding: 32px 24px;
}

.el-header {
  margin-bottom: 30px;
}

.el-section2 .el-header {
  margin-bottom: 15px;
}

.el-header__ttl {
  text-align: center;
  font-size: 28px;
}

.el-header__ttl-sub {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
}

/* 1行タイプ（左：日付、右：タイトル） */
.el-list {
  font-size: 15px;
  margin-bottom: 32px;
}

.el-list__item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  padding: .5rem 0 1rem;
  margin-bottom: .5rem;
  border-bottom: dotted 1px #8c8c8c;
}

.el-list__item-date {
  width: 8rem;
}

.el-list__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
  width: 100%;
}

/* 2行タイプ（１段目：日付、ラベル、2段目：タイトル） */
.el-list2 {
  font-size: 15px;
}

.el-list2__item {
  line-height: 1.2;
  padding: .5rem 0 1rem;
  margin-bottom: .5rem;
  border-bottom: dotted 1px #8c8c8c;
}

.el-list2__item-date {
  color: #575757;
  font-size: 14px;
  margin-bottom: 8px;
  margin-right: 16px;
  display: inline-block;
}

.el-list2__item-label {
  color: #575757;
  font-size: 13px;
  display: inline-block;
}

.el-list2__item-title {
  line-height: 1.3;
}

/* バナー（2列タイプ） */
.el-banner2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 16px;
}

.el-banner2__item {
  width: calc( (100% - 16px) / 2);
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.el-banner2__item:not(:nth-child(2n)) {
  margin-right: 16px;
}

.el-banner2__item:nth-child(2n) {
  margin-bottom: 16px;
}

.el-banner2__item:last-child {
  margin-bottom: 0;
}

/* バナー（3列タイプ） */
.el-banner3 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 16px;
}

.el-banner3__item {
  width: calc( (100% - 32px) / 3);
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.el-banner3__item:not(:nth-child(3n)) {
  margin-right: 16px;
}

.el-banner3__item:nth-child(3n) {
  margin-bottom: 16px;
}

.el-banner3__item:last-child {
  margin-bottom: 0;
}

/* バナー（4列タイプ） */
.el-banner4 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 16px;
}

.el-banner4__item {
  width: calc( (100% - 16px * 3 ) / 4);
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.el-banner4__item:not(:nth-child(4n)) {
  margin-right: 16px;
}

.el-banner4__item:nth-child(4n) {
  margin-bottom: 16px;
}

.el-banner4__item:last-child {
  margin-bottom: 0;
}

/* バナー（5列タイプ） */
.el-banner5 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 16px;
}

.el-banner5__item {
  width: calc( (100% - 16px * 4 ) / 5);
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.el-banner5__item:not(:nth-child(5n)) {
  margin-right: 16px;
}

.el-banner5__item:nth-child(5n) {
  margin-bottom: 16px;
}

.el-banner5__item:last-child {
  margin-bottom: 0;
}

/* ===================================

  ページトップへ
  
=================================== */
.pagetop__btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: .8rem;
  z-index: 9999; }
  .pagetop__btn a {
    background: #0083f3;
    text-decoration: none;
    color: #fff;
    padding: 1rem 1.3rem;
    text-align: center;
    display: block;
    border-radius: 3px; }
  .pagetop__btn a:hover {
    text-decoration: none;
    background: #2397fc; }

/* ===================================

  footer
  
=================================== */
.footer__nav {
  position: absolute;
  bottom: -20px;
  width: 100%;
  -js-display: flex;
  display: flex; }
  .footer__nav-item {
    flex: 1;
    text-align: center; }
    .footer__nav-item a {
      display: block;
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      padding: 12px 0;
      height: 100%; }

.footer .f-btn1 {
  background-color: #de9610; }
  .footer .f-btn1 a:hover {
    background-color: #f4a512; }

.footer .f-btn2 {
  background-color: #c93a40; }
  .footer .f-btn2 a:hover {
    background-color: #e04147; }

.footer .f-btn3 {
  background-color: #65ace4; }
  .footer .f-btn3 a:hover {
    background-color: #6db9f5; }

.footer .f-btn4 {
  background-color: #a0c238; }
  .footer .f-btn4 a:hover {
    background-color: #bae141; }

.footer .f-btn5 {
  background-color: #d06d8c; }
  .footer .f-btn5 a:hover {
    background-color: #ea7b9e; }

.footer .f-btn6 {
  background-color: #9460a0; }
  .footer .f-btn6 a:hover {
    background-color: #b374c1; }

.footer .f-btn7 {
  background-color: #2479d5; }
  .footer .f-btn7 a {
    font-size: .7rem; }
  .footer .f-btn7 a:hover {
    background-color: #3e91ea; }

.copyright {
  color: #505050;
  border-top: solid 20px #d9d9d9;
  background-color: #f2cf01;
  text-align: center;
  font-size: 14px;
  padding: 80px 0;
}
