@charset "UTF-8";
@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
リセット
/***********************/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a, a:hover {
  text-decoration: none;
}

a > img, nav > img, li > img, div > img {
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}
.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {
  position: relative;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p, div, span {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

img,
a img {
  border: none;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}
@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-size: 1.335vw;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url(../img/bg.jpg);
}
body.noscroll {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 3.76em;
  max-width: 1200px;
  padding: 0 1.9em;
  position: fixed;
  left: 50%;
  top: 0;
  background-color: #BC9D06;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.header-logo {
  width: 8.12%;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.header-link {
  right: 1.9em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.header-link__item {
  font-size: 1.12em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-right: 2.05em;
  letter-spacing: 0.025em;
  display: inline-block;
  cursor: pointer;
}
.header-link__item:last-child {
  margin-right: 0;
}

.header-btn {
  width: 6.3%;
  position: absolute;
  right: 3.3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-btn img {
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.header-btn img.rev {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header-btn.show img {
  opacity: 0;
}
.header-btn.show img.rev {
  opacity: 1;
}

.header-menu {
  width: 100%;
  padding-top: 13.4vw;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: translateY(-105%);
      -ms-transform: translateY(-105%);
          transform: translateY(-105%);
}
.header-menu.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-menu-list__item {
  font-size: 4.5vw;
  font-weight: bold;
  padding: 4.2vw 5.3vw;
  letter-spacing: -0.03em;
  border-bottom: 0.7vw solid #EAE9E8;
  cursor: pointer;
}
.header-menu-list__item:last-child {
  border-bottom: none;
}
.header-menu-list__item:before {
  content: " ";
  display: block;
  width: 2vw;
  height: 3vw;
  position: absolute;
  right: 5vw;
  top: 50%;
  background-image: url(../img/header-link-arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main {
  padding-top: 3.76em;
  background-color: #fff;
}

.kv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.1em;
}

.kv-picarea__pic {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
.kv-picarea__pic:nth-child(2), .kv-picarea__pic:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
}
.kv-picarea__pic.active {
  z-index: 1;
}
.kv-picarea__pic.show {
  opacity: 1;
}

.kv-pic {
  position: absolute;
  width: 20.7%;
  left: 51.91%;
  bottom: 3.7%;
  z-index: 2;
}

.box-inner {
  width: 89.5%;
  margin: 0 auto;
}

.box-title {
  width: 54.4%;
  margin: 0 auto;
  z-index: 1;
}

.box1 {
  margin-bottom: 6.2em;
}

.box1-pic1 {
  width: 105.2%;
  left: -0.5%;
  margin-top: -8em;
}

.box1-pic2 {
  width: 86.2%;
  position: absolute;
  left: -0.3%;
  bottom: -2.1em;
}

.box2 {
  margin-bottom: 4.4em;
}
.box2 .box-title {
  margin-bottom: 1.1em;
}

.box-pulldown-area {
  margin-bottom: 0.6em;
}
.box-pulldown-area:last-child {
  margin-bottom: 0;
}
.box-pulldown-area.show .box-pulldown-area__arrow img {
  opacity: 0;
}
.box-pulldown-area.show .box-pulldown-area__arrow img.rev {
  opacity: 1;
}

.box-pulldown-area__title {
  width: 100%;
  cursor: pointer;
}

.box-pulldown-area__arrow {
  width: 3.3%;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-pulldown-area__arrow img {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.box-pulldown-area__arrow img.rev {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.box-pulldown-area__content {
  height: 0;
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  overflow: hidden;
}

.box-pulldown-area__inner {
  width: 100%;
}

.box3 .box-title {
  margin-bottom: 1.2em;
}
.box3 .box-subtitle {
  width: 18.7%;
  position: absolute;
  left: -1.5%;
  top: -2em;
}

.box3-border {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.box3-pic-bg {
  width: 111.9%;
  position: absolute;
  left: 50%;
  top: 13.8em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box3-picarea {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16.2em;
}

.box3-picarea__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26.1%;
      -ms-flex: 0 0 26.1%;
          flex: 0 0 26.1%;
}
.box3-picarea__item:before {
  content: " ";
  display: block;
  width: 1.1em;
  height: 1.7em;
  position: absolute;
  right: -17.4%;
  top: 50%;
  background-image: url(../img/box3-pic-arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box3-picarea__item:nth-child(3):before {
  display: none;
}
.box3-picarea__item:last-child {
  margin-bottom: 0;
}

.box3-content {
  width: 111.9%;
  left: 50%;
  background-image: url(../img/box3-bg-pc.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box3-subtitle {
  width: 48.5%;
  margin: 0 auto;
  top: -2.45em;
}

.tab-area {
  width: 89.9%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tab-area__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  cursor: pointer;
}
.tab-area__item:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.tab-area__item img.rev {
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.tab-area__item.show img {
  opacity: 0;
}
.tab-area__item.show img.rev {
  opacity: 1;
}

.tab-contents {
  width: 89.9%;
  margin: 0 auto;
}

.tab-contents__inner {
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  overflow: hidden;
}
.tab-contents__inner.notransition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.tab-contents__map,
.tab-contents__category {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.tab-contents__map.show,
.tab-contents__category.show {
  opacity: 1;
  pointer-events: all;
}

.map-area {
  width: 100%;
  padding: 1.8em 2.8%;
  margin-bottom: 3.5em;
  background-color: #fff;
}

.map-area-inner,
.sort-area__inner {
  padding-bottom: 3em;
}

.map-btn {
  height: 5.35em;
  position: absolute;
  cursor: pointer;
}
.map-btn.map-btn1 {
  left: 54.1%;
  top: 7%;
}
.map-btn.map-btn2 {
  left: 32.3%;
  top: 28.7%;
}
.map-btn.map-btn3 {
  left: 49.1%;
  top: 45.8%;
}
.map-btn.map-btn4 {
  left: 52%;
  top: 76.7%;
}
.map-btn.map-btn5 {
  left: 22.9%;
  top: 67.3%;
}
.map-btn img {
  width: auto;
  height: 100%;
}

.map-area__title {
  width: 42%;
  margin: 0 auto 1.9em;
}

.map-area-list,
.sort-search-area-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4em;
}
.map-area-list:last-child,
.sort-search-area-list:last-child {
  margin-bottom: 0;
}

.sort-search-area-list {
  width: 106%;
}

.map-area-list__item,
.sort-search-area-list_item {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  margin-right: 1.29%;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  padding-bottom: 0.8em;
  opacity: 0;
}
.map-area-list__item:nth-last-child(2), .map-area-list__item:last-child,
.sort-search-area-list_item:nth-last-child(2),
.sort-search-area-list_item:last-child {
  margin-bottom: 0;
}
.map-area-list__item.show,
.sort-search-area-list_item.show {
  opacity: 1;
}
.map-area-list__item dl,
.sort-search-area-list_item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.15em solid #000;
  background-color: #000;
  margin-bottom: 0.25em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.map-area-list__item dl:nth-of-type(2),
.sort-search-area-list_item dl:nth-of-type(2) {
  margin-bottom: 0.4em;
}
.map-area-list__item dt,
.sort-search-area-list_item dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  font-size: 1.03em;
  padding: 0.3em 0;
  text-align: center;
  color: #fff;
}
.map-area-list__item dt.sort-search-area-list-type__title,
.sort-search-area-list_item dt.sort-search-area-list-type__title {
  letter-spacing: -0.025em;
}
.map-area-list__item dd,
.sort-search-area-list_item dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  font-size: 1.03em;
  padding: 0.3em 0;
  text-align: center;
  white-space: normal;
  background-color: #fff;
}
.map-area-list__item dd span,
.sort-search-area-list_item dd span {
  font-size: 0.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sort-search-area-list_item {
  margin-right: 0;
  padding-right: 1.29%;
}

.map-area-list__item {
  opacity: 1;
}

.map-area-list-bg__top,
.map-area-list-bg__bottom {
  width: 100%;
}
.map-area-list-bg__top img,
.map-area-list-bg__bottom img {
  -o-object-fit: cover;
     object-fit: cover;
}

.map-area-list-bg__inner {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 7.5% 0 6.5%;
  background-image: url(../img/sort-bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.map-area-list__name,
.sort-search-area-list__name {
  font-size: 1.65em;
  font-size: 1.35em;
  letter-spacing: -0.05em;
  margin-bottom: 0.24em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.map-area-list__pic,
.sort-search-area-list__pic {
  width: 100%;
  margin-bottom: 0.9em;
}

.map-area-list__datearea,
.sort-search-area-list__datearea {
  padding-left: 1.4em;
  margin-bottom: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.map-area-list__datearea::before,
.sort-search-area-list__datearea::before {
  content: " ";
  display: block;
  width: 1.24em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: -0.13em;
  background-image: url(../img/sort-day-icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
}

.map-area-list-date__info,
.sort-search-area-list-date__info {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2;
}
.map-area-list-date__info strong,
.sort-search-area-list-date__info strong {
  font-size: 1.4em;
}
.map-area-list-date__info span,
.sort-search-area-list-date__info span {
  font-size: 0.7em;
  margin-left: 0;
  margin-right: 0.3em;
}
.map-area-list-date__info span.sat,
.sort-search-area-list-date__info span.sat {
  color: blue;
}
.map-area-list-date__info span.sun,
.sort-search-area-list-date__info span.sun {
  color: red;
}

.map-area-list__address,
.sort-search-area-list__address {
  font-size: 1.1em;
  padding-left: 1.4em;
  margin-bottom: 0.4em;
  font-weight: bold;
  line-height: 1.2;
}
.map-area-list__address::before,
.sort-search-area-list__address::before {
  content: " ";
  display: block;
  width: 0.9em;
  height: 1.2em;
  position: absolute;
  left: 0.1em;
  top: 0;
  background-image: url(../img/sort-address-icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.map-area-list__btn,
.sort-search-area-list__btn {
  width: 100%;
  margin-bottom: 0.25em;
  cursor: pointer;
}

.sort-null-text {
  text-align: center;
  font-size: 2em;
  padding: 1.5em 0;
  font-weight: bold;
  display: none;
}
.sort-null-text.error {
  display: block;
}

.sort-area {
  width: 100%;
  padding: 1.8em 2.7%;
  background-color: #fff;
  margin-bottom: 3.5em;
}

.sort-btn-area__title {
  margin-bottom: 0.67em;
}

.sort-btn-area-title-1 {
  width: 18.6%;
}

.sort-btn-area-title-2 {
  width: 21.7%;
  margin-right: 40em;
}

.sort-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sort-btn-area__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  cursor: pointer;
  margin-right: 2.6em;
  text-align: center;
}

.sort-btn-area-1 {
  margin-bottom: 1.2em;
}

.sort-btn-area-2 .sort-btn-area__btn {
  margin-bottom: 0.8em;
}

.sort-btn-area__btn input {
  display: none;
}
.sort-btn-area__btn label {
  display: block;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.sort-btn-area__btn label div {
  font-size: 2.8em;
  font-weight: bold;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sort-btn-area__btn label div span {
  font-size: 0.55em;
  line-height: 1;
  top: 0.2em;
  position: relative;
}
.sort-btn-area__btn label div:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 3px solid #000;
  margin-right: 0.4em;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
}
.sort-btn-area__btn label div:after {
  content: "";
  display: block;
  position: absolute;
}

[value=typeA]:checked ~ [for=const-type-A] div:after,
[value=typeB]:checked ~ [for=const-type-B] div:after,
[value=typeC]:checked ~ [for=const-type-C] div:after,
[value=typeD]:checked ~ [for=const-type-D] div:after,
[value=typeE]:checked ~ [for=const-type-E] div:after {
  width: 1em;
  height: 1em;
  border: 3px solid #E3DEB6;
  background-color: #E3DEB6;
  background-image: url(../img/sort-check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 71.33% auto;
}

[value=situation1]:checked ~ [for=const-situation-1],
[value=situation2]:checked ~ [for=const-situation-2] {
  background-color: #d06969;
}

[value=condition1]:checked ~ [for=const-condition-1] div:after,
[value=condition2]:checked ~ [for=const-condition-2] div:after,
[value=condition3]:checked ~ [for=const-condition-3] div:after,
[value=condition4]:checked ~ [for=const-condition-4] div:after,
[value=condition5]:checked ~ [for=const-condition-5] div:after,
[value=conditionA]:checked ~ [for=const-condition-A] div:after,
[value=conditionB]:checked ~ [for=const-condition-B] div:after,
[value=conditionC]:checked ~ [for=const-condition-C] div:after,
[value=conditionD]:checked ~ [for=const-condition-D] div:after,
[value=conditionE]:checked ~ [for=const-condition-E] div:after {
  width: 1em;
  height: 1em;
  border: 3px solid #E3DEB6;
  background-color: #E3DEB6;
  background-image: url(../img/sort-check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 71.33% auto;
}

.tab-text {
  font-size: 1.136em;
  font-weight: bold;
}
.tab-text:last-child {
  padding-bottom: 2.3em;
}

.box3-campaign {
  width: 100%;
}

.box4 {
  margin-top: -2em;
  margin-bottom: 1.1em;
}
.box4 .box-inner {
  padding-top: 3.7em;
  padding-bottom: 4em;
}
.box4 .box-title {
  margin-bottom: 1.1em;
}

.box4-pic-bg {
  width: 111.8%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box4-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box4-link-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.1%;
      -ms-flex: 0 0 49.1%;
          flex: 0 0 49.1%;
  margin-bottom: 0.8em;
}

.pagetop {
  width: 5.7%;
  padding-bottom: 1.2em;
  margin: 0 auto;
  cursor: pointer;
}

.js_target {
  display: none;
}

.js_target.js_selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  pointer-events: none;
}
.modal.show {
  display: block;
  pointer-events: all;
}

.modal-inner {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.modal-inner.show {
  opacity: 1;
}

.modal-close {
  width: 5em;
  right: -4.3%;
  top: -1.2em;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-info-wrap {
  width: 52.9em;
  height: 70%;
  border-radius: 0.7em;
  margin: 0 auto;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-info-wrap__inner {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.model-info {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0.7em 3.3%;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  display: none;
}
.model-info.show {
  position: relative;
  pointer-events: all;
  display: block;
}

.model__makername {
  font-size: 2.68em;
  margin-bottom: 0.3em;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.025em;
}

.model-inner {
  width: 100%;
}

.model__images {
  margin-bottom: 0.6em;
}

.model__condition,
.model__type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #000;
  margin-bottom: 0.5em;
  background-color: #000;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.model__condition-title,
.model__type-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.4%;
      -ms-flex: 0 0 47.4%;
          flex: 0 0 47.4%;
  font-size: 1.95em;
  text-align: center;
  color: #fff;
}

.model__condition-info,
.model__type-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 52.6%;
      -ms-flex: 0 0 52.6%;
          flex: 0 0 52.6%;
  font-size: 1.4em;
  padding: 0.3em 0;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
}
.model__condition-info span,
.model__type-info span {
  font-size: 0.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.model__visit-dates {
  padding-left: 2.3em;
  margin-bottom: 0.3em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.model__visit-dates::before {
  content: " ";
  display: block;
  width: 1.9em;
  height: 1.9em;
  left: 0;
  top: 0.2em;
  position: absolute;
  background-image: url(../img/sort-day-icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.model__visit-date-info {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1;
}
.model__visit-date-info strong {
  font-size: 1.4em;
}
.model__visit-date-info span {
  font-size: 0.6em;
  margin-left: 0;
  margin-right: 0.5em;
}
.model__visit-date-info span.sat {
  color: blue;
}
.model__visit-date-info span.sun {
  color: red;
}

.model__address {
  font-size: 1.5em;
  padding-left: 1.3em;
  margin-bottom: 0.2em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.model__address::before {
  content: " ";
  display: block;
  width: 1.04em;
  height: 1.5em;
  left: 0;
  top: -0.1em;
  position: absolute;
  background-image: url(../img/sort-address-icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.model-note {
  margin-top: 1em;
  font-size: 1em;
  font-weight: bold;
}

.model__parking {
  font-size: 1.5em;
  padding-left: 1.7em;
  margin-bottom: 0.3em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.model__parking::before {
  content: " ";
  display: block;
  width: 1.5em;
  height: 1em;
  left: 0;
  top: 0.3em;
  position: absolute;
  background-image: url(../img/sort-parking-icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.model__link {
  width: 37%;
  padding-top: 1em;
  margin: 0 auto 1em;
  clear: both;
}

.model__points {
  width: 100%;
  padding: 1em 5.3%;
  border-radius: 0.5em;
  background-color: #FCF9EB;
}

.model__point__title {
  width: 77%;
  margin: 0 auto 0.4em;
}

.model__point {
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #ab9a1f;
  margin: 0 auto 0.3em;
  font-weight: bold;
}
.model__point:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.slick-list {
  z-index: -1;
}

.model-slider__inner {
  margin-bottom: 0.7em;
}

.model-slider {
  width: 100%;
  overflow: hidden;
}
.model-slider li {
  float: left;
}

.slick-arrow:before {
  content: " " !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next,
.slick-prev {
  width: 3.5em !important;
  height: 3.5em !important;
  position: absolute !important;
  top: 50% !important;
  color: transparent !important;
  cursor: pointer !important;
  background-color: transparent !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  z-index: 3 !important;
}

.slick-next:before {
  background: url(../img/slide-arrow-next.png) !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}

.slick-prev:before {
  background: url(../img/slide-arrow-prev.png) !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}

.model-slider-arrow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.model-slider-arrow__prev,
.model-slider-arrow__next {
  width: 12.7%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  pointer-events: all;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.model-slider-arrow__prev,
.slick-prev {
  left: 1.5%;
}

.model-slider-arrow__next,
.slick-next {
  right: 1.5%;
}

.model-slider-pic {
  width: 100%;
}
.model-slider-pic img {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  .header-link__item:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .kv-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.3%;
        -ms-flex: 0 0 53.3%;
            flex: 0 0 53.3%;
  }
  .kv-picarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.7%;
        -ms-flex: 0 0 46.7%;
            flex: 0 0 46.7%;
  }
  .box-pulldown {
    width: 79.2%;
    margin: 0 auto;
  }
  .box3-picarea__item:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .box3-picarea__item:nth-child(2):before {
    right: -3%;
  }
  .box3-picarea__item:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27.5%;
        -ms-flex: 0 0 27.5%;
            flex: 0 0 27.5%;
  }
  .map-btn:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .map-area-list__item:nth-child(4n),
.sort-search-area-list_item:nth-child(4n) {
    margin-right: 0;
  }
  .map-area-list__item dd > div,
.sort-search-area-list_item dd > div {
    line-height: 1;
  }
  .map-area-list__btn:hover,
.sort-search-area-list__btn:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .map-area-list__link:hover,
.sort-search-area-list__link:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .box4-link-list__item:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .pagetop:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .modal-close:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .model-pic-area {
    width: 48%;
    float: left;
  }
  .model__text {
    width: 48%;
    float: right;
  }
  .model__link:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .slick-next:hover,
.slick-prev:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
  .pc_only {
    display: none !important;
  }
  body {
    font-size: 3.73vw;
  }
  #wrapper {
    min-width: 100%;
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    font-size: 3.73vw;
  }
  body.noscroll {
    position: fixed;
    left: 0;
    right: 0;
  }
  .wrapper {
    max-width: inherit;
  }
  .header {
    height: 13.4vw;
    padding: 0 2.5vw;
    max-width: inherit;
  }
  .header-logo {
    width: 22.6%;
  }
  .main {
    padding-top: 13.4vw;
  }
  .kv {
    margin-bottom: 0;
  }
  .kv-pic {
    width: 38%;
    left: 5%;
    bottom: 4.5vw;
  }
  .box-inner {
    width: 90.7%;
  }
  .box-title {
    width: 100%;
  }
  .box1 {
    margin-bottom: 7.6vw;
  }
  .box1-pic1 {
    width: 103%;
    left: 2.2%;
    margin-top: -13vw;
  }
  .box1-pic2 {
    width: 94.6%;
    position: relative;
    left: 3.3%;
    bottom: auto;
    margin-top: -7vw;
  }
  .box2 {
    margin-bottom: 8.2vw;
  }
  .box2 .box-title {
    margin-bottom: 1.4vw;
  }
  .box-pulldown-area {
    margin-bottom: 1.3vw;
  }
  .box3 .box-title {
    margin-bottom: 2.7vw;
  }
  .box3 .box-subtitle {
    width: 19%;
    left: -2.2%;
    top: -4vw;
  }
  .box3-pic-bg {
    width: 110.3%;
    top: 54.3vw;
  }
  .box3-picarea {
    width: 101.5%;
    margin-bottom: 31.2vw;
  }
  .box3-picarea__item {
    padding-bottom: 5.4vw;
    margin-bottom: 1.5vw;
  }
  .box3-picarea__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .box3-picarea__item:before {
    width: 3vw;
    height: 2.3vw;
    right: 47.5%;
    top: auto;
    bottom: 0;
    background-image: url(../img/box3-pic-arrow-sp.png);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .box3-picarea__item {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
  .box3-content {
    width: 110.3%;
    padding-top: 2.1vw;
    margin-top: -0.2vw;
    background-image: url(../img/box3-bg.png);
  }
  .box3-subtitle {
    width: 91%;
    top: auto;
    margin: 0 auto 2.3vw;
  }
  .tab-area {
    width: 89.6%;
  }
  .tab-area__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.3%;
        -ms-flex: 0 0 46.3%;
            flex: 0 0 46.3%;
  }
  .tab-area__item:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.7%;
        -ms-flex: 0 0 53.7%;
            flex: 0 0 53.7%;
  }
  .tab-contents {
    width: 89.5%;
  }
  .map-area {
    padding: 3.5vw 5.3%;
    margin-bottom: 7.4vw;
  }
  .map-area-inner,
.sort-area__inner {
    padding-bottom: 10vw;
  }
  .map-btn {
    height: 13.2vw;
  }
  .map-btn.map-btn1 {
    left: 50.8%;
    top: 17vw;
  }
  .map-btn.map-btn2 {
    left: 21%;
    top: 47.1vw;
  }
  .map-btn.map-btn3 {
    left: 39.5%;
    top: 70.5vw;
  }
  .map-btn.map-btn4 {
    left: 41%;
    top: 103.8vw;
  }
  .map-btn.map-btn5 {
    left: 8.6%;
    top: 91vw;
  }
  .map-area__title {
    width: 100%;
    margin-bottom: 4.8vw;
  }
  .map-area-list,
.sort-search-area-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7.8vw;
  }
  .sort-search-area-list {
    width: 100%;
  }
  .map-area-list__item,
.sort-search-area-list_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.4%;
        -ms-flex: 0 0 49.4%;
            flex: 0 0 49.4%;
    margin-right: 0;
    padding-bottom: 1.7vw;
  }
  .map-area-list__item dl,
.sort-search-area-list_item dl {
    border: 0.3vw solid #000;
    margin-bottom: 0.7vw;
  }
  .map-area-list__item dl:nth-of-type(2),
.sort-search-area-list_item dl:nth-of-type(2) {
    margin-bottom: 1.7vw;
  }
  .map-area-list__item dt,
.sort-search-area-list_item dt {
    font-size: 2.6vw;
    padding: 0.7vw 0;
  }
  .map-area-list__item dt.sort-search-area-list-type__title,
.sort-search-area-list_item dt.sort-search-area-list-type__title {
    font-size: 2.4vw;
  }
  .map-area-list__item dd,
.sort-search-area-list_item dd {
    font-size: 2.4vw;
    padding: 0.7vw 0;
    white-space: nowrap;
  }
  .map-area-list__item dd span,
.sort-search-area-list_item dd span {
    font-size: 1.8vw;
  }
  .map-area-list__item dd.map-area-list__type, .map-area-list__item dd.sort-search-area-list__type,
.sort-search-area-list_item dd.map-area-list__type,
.sort-search-area-list_item dd.sort-search-area-list__type {
    font-size: 2vw;
  }
  .sort-search-area-list_item {
    padding-right: 0;
  }
  .map-area-list-bg__top,
.map-area-list-bg__bottom {
    width: 101%;
  }
  .map-area-list-bg__inner {
    margin-top: -0.15vw;
    background-size: 101% auto;
  }
  .map-area-list__name,
.sort-search-area-list__name {
    font-size: 4.76vw;
    font-size: 3.4vw;
    letter-spacing: 0;
    margin-bottom: 1.4vw;
  }
  .map-area-list__pic,
.sort-search-area-list__pic {
    margin-bottom: 2.3vw;
  }
  .map-area-list__datearea,
.sort-search-area-list__datearea {
    padding-left: 4.3vw;
    margin-bottom: 0.5vw;
  }
  .map-area-list__datearea::before,
.sort-search-area-list__datearea::before {
    width: 3.7vw;
    height: 3.7vw;
    top: 0;
  }
  .map-area-list-date__info,
.sort-search-area-list-date__info {
    font-size: 2.9vw;
    line-height: 1.5;
  }
  .map-area-list-date__info span,
.sort-search-area-list-date__info span {
    font-size: 1.95vw;
  }
  .map-area-list__address,
.sort-search-area-list__address {
    font-size: 3.1vw;
    padding-left: 4.4vw;
    margin-bottom: 1.4vw;
  }
  .map-area-list__address::before,
.sort-search-area-list__address::before {
    width: 3vw;
    height: 3.9vw;
    left: 0.3vw;
  }
  .map-area-list__btn,
.sort-search-area-list__btn {
    margin-bottom: 0.5vw;
  }
  .map-area-list-bg__bottom {
    margin-top: -0.8vw;
  }
  .sort-null-text {
    font-size: 5.2vw;
    padding: 4vw 0;
  }
  .sort-area {
    padding: 3.8vw 4.6%;
    margin-bottom: 4vw;
  }
  .sort-btn-area__title {
    margin-bottom: 2.6vw;
  }
  .sort-btn-area-title-1 {
    width: 26.9%;
  }
  .sort-btn-area-title-2 {
    width: 31.1%;
    margin-right: 45%;
  }
  .sort-btn-area__btn {
    margin-right: 4.5vw;
    margin-bottom: 2.2vw;
  }
  .sort-btn-area__btn.type4 {
    margin-right: 42.5vw;
  }
  .sort-btn-area-1 {
    margin-bottom: 1.7vw;
  }
  .sort-btn-area-2 .sort-btn-area__btn {
    margin-right: 1.3vw;
    margin-bottom: 2.2vw;
  }
  .sort-btn-area__btn label div {
    font-size: 5.5vw;
  }
  .sort-btn-area__btn label div span {
    font-size: 3vw;
  }
  .sort-btn-area__btn label div:before {
    width: 7.7vw;
    height: 7.7vw;
    margin-right: 1.3vw;
    border: 0.4vw solid #000;
  }
  [value=typeA]:checked ~ [for=const-type-A] div:after,
[value=typeB]:checked ~ [for=const-type-B] div:after,
[value=typeC]:checked ~ [for=const-type-C] div:after,
[value=typeD]:checked ~ [for=const-type-D] div:after,
[value=typeE]:checked ~ [for=const-type-E] div:after {
    width: 7.7vw;
    height: 7.7vw;
    border: 0.4vw solid #E3DEB6;
  }
  [value=condition1]:checked ~ [for=const-condition-1] div:after,
[value=condition2]:checked ~ [for=const-condition-2] div:after,
[value=condition3]:checked ~ [for=const-condition-3] div:after,
[value=condition4]:checked ~ [for=const-condition-4] div:after,
[value=condition5]:checked ~ [for=const-condition-5] div:after,
[value=conditionA]:checked ~ [for=const-condition-A] div:after,
[value=conditionB]:checked ~ [for=const-condition-B] div:after,
[value=conditionC]:checked ~ [for=const-condition-C] div:after,
[value=conditionD]:checked ~ [for=const-condition-D] div:after,
[value=conditionE]:checked ~ [for=const-condition-E] div:after {
    width: 7.7vw;
    height: 7.7vw;
    border: 0.4vw solid #E3DEB6;
  }
  .tab-text {
    font-size: 3.35vw;
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
  }
  .tab-text:last-child {
    padding-bottom: 5.4vw;
  }
  .box4 {
    margin-top: 0;
    margin-bottom: 10.2vw;
  }
  .box4 .box-inner {
    padding-top: 8vw;
    padding-bottom: 29vw;
  }
  .box4 .box-title {
    margin-bottom: 2.3vw;
  }
  .box4-pic-bg {
    width: 110.3%;
  }
  .box4-link-list__item {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-bottom: 1.7vw;
  }
  .box4-link-list__item:last-child {
    margin-bottom: 0;
  }
  .pagetop {
    width: 17.3%;
    padding-bottom: 13vw;
  }
  .modal-close {
    width: 17.7%;
    right: -3.4%;
    top: -3%;
  }
  .modal-info-wrap {
    width: 89%;
    height: 93%;
    border-radius: 3vw;
  }
  .model-info {
    padding: 2.8vw 5.8% 4.5vw;
  }
  .model__makername {
    font-size: 7.9vw;
    font-size: 5.5vw;
    margin-bottom: 1.5vw;
  }
  .model-pic-area {
    width: 100%;
    margin-bottom: 3.1vw;
  }
  .model__images {
    margin-bottom: 2vw;
  }
  .model__condition,
.model__type {
    border: 0.45vw solid #000;
    margin-bottom: 1.2vw;
  }
  .model__type {
    margin-bottom: 2.8vw;
  }
  .model__condition-title,
.model__type-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    font-size: 4vw;
    padding: 0.7vw 0;
    padding: 0;
  }
  .model__condition-info,
.model__type-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 67%;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    font-size: 4.2vw;
    padding: 0.7vw 0;
  }
  .model__condition-info span,
.model__type-info span {
    font-size: 2.8vw;
  }
  .model__visit-dates {
    padding-left: 8.5vw;
    margin-bottom: 1vw;
  }
  .model__visit-dates::before {
    width: 5.4vw;
    height: 6.2vw;
    left: 0.7vw;
    top: 0.5vw;
  }
  .model__visit-date-info {
    font-size: 7.9vw;
    font-size: 5.8vw;
  }
  .model__visit-date-info span {
    font-size: 4.8vw;
    margin-right: 2.2vw;
  }
  .model__address {
    font-size: 4.7vw;
    padding-left: 8.4vw;
    margin-bottom: 1vw;
  }
  .model__address::before {
    width: 5.3vw;
    height: 6.6vw;
    left: 0.9vw;
    top: -0.9vw;
  }
  .model-note {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  .model__parking {
    font-size: 4.7vw;
    padding-left: 8.4vw;
    margin-bottom: 1.4vw;
  }
  .model__parking::before {
    width: 7vw;
    height: 4.5vw;
    top: 1.3vw;
  }
  .model__link {
    width: 100%;
    margin-bottom: 1.7vw;
    padding: 0;
  }
  .model__points {
    padding: 1.9vw 3.3% 3.6vw;
    border-radius: 3vw;
  }
  .model__point__title {
    width: 84%;
    margin: 0 auto 2.2vw;
  }
  .model__point {
    width: 96.7%;
    font-size: 3.5vw;
    line-height: 1.3;
    padding-bottom: 2.5vw;
    margin-bottom: 2.3vw;
    border-bottom: 0.5vw solid #AB9A1F;
  }
  .model-slider__inner {
    margin-bottom: 2vw;
  }
  .slick-next,
.slick-prev {
    width: 10vw !important;
    height: 10vw !important;
  }
}
/*# sourceMappingURL=index.css.map */
