@charset "UTF-8";
/* =====
 * / Toppage レイアウト
============================================================================= */
.section-container {
  margin: 0 0 120px;
}
.header-main{
    background: none;
}
/* -----
 * topスライダー
----------------------------------------------------------------------------- */
.main-hero {
  margin-bottom: 0px;
  padding: 110px 0 5px;
}
.main-hero .slide-item {
  vertical-align: bottom;
  overflow: hidden;
}
.main-hero .slide-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.main-hero .slide-item img {
  aspect-ratio: 3 / 2;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transform-origin: center center;
  transition: transform .35s ease;
  will-change: transform;
}
.main-hero .slick-slide {
  outline: none;
}
.main-slide.slick-slider.slick-initialized {
  opacity: 1 !important;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
    padding: 0;
}
.main-slide .slick-list {
  order: 1;
  width: 100%;
  margin-bottom: 25px;
}
.main-slide .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #BCC482;
  font-size: 0;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 2;
}
.main-slide .slick-arrow:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #78952E;
  position: absolute;
  left: 0;
  top: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
}
.main-slide .slick-prev {
  order: 2;
  position: inherit;
}
.main-slide .slick-prev:before {
  transform: rotate(-135deg);
  width: 6px;
  height: 6px;
    left:2px;
}
.main-slide .slick-next {
  order: 5;
  position: inherit;
}
.main-slide .slick-next:before {
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
    right: 2px;
}
.main-slide .slick-dots {
  order: 4;
  margin: 0 30px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.main-slide .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}
.main-slide .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #fff;
  border: 1px solid #BCC482;
  border-radius: 50%;
  transition: background 0.3s;
}
.main-slide .slick-dots li button:focus,.main-slide .slick-dots li.slick-active button:focus {
  border: 1px solid #000;
}
.main-slide .slick-dots li button:hover {
  background: #E0ED96;
}
.main-slide .slick-dots li.slick-active button {
  background: #E0ED96;
  border: 1px solid #E0ED96;
}
.main-hero .slick-pause {
  order: 3;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  border-radius: 50%;
  border: 1px solid #BCC482;
  background-color: #fff;
  z-index: 1;
  font-size: 0;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.main-hero .slick-pause:hover {
  opacity: 0.7;
}
.main-hero .slick-pause::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-hero .slick-pause.is-stop::before {
  border-left: 2px solid #78952E;
  border-right: 2px solid #78952E;
  height: 40%;
  width: 20%;
}
.main-hero .slick-pause.is-play::before {
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #78952E;
  aspect-ratio: 3 / 4;
  height: 43%;
  margin-left: 1px;
}
.main-slide-thumb {
  width: 880px;
  margin: 15px auto 0;
}
.main-slide-thumb .slide-item {
  padding: 0 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media (hover:hover) and (pointer:fine) {
  .main-hero .slide-item a:hover img {transform: scale(1.05);}
}
.main-hero .slide-item a:hover img {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .main-hero .slide-item img {transition: none;}
}


/* -----
 *TOPメイン
----------------------------------------------------------------------------- */
.g-container {
  width: 100%;
  background-image: url(../../resources/images/top/bg-main.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  margin: auto;
  padding: 0px 0 0px;
  margin-top: 0px;
  overflow: hidden;
}
.g-main {
  background-image: url(../../resources/images/top/bg_top.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 0px;
  padding: 85px 0 0px;
  padding-top: 5px;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.g-main .bg-top {
  width: 100%;
  overflow: hidden;
  margin: -120px auto 0;
  padding: 120px 0 5px;
  position: relative;
  background-image: url(../../resources/images/top/bg-illust.png);
  background-size: 2096px auto;
  background-repeat: repeat-y;
  background-position: center top;
}
/* -----
 *営業時間、駐車場、重要なお知らせ
----------------------------------------------------------------------------- */
.information-container {
  max-width: 1320px;
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 48px auto 80px;
  position: relative;
}
.information-container:after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -5%;
  background-image: url(../images/top/illust_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 440px;
  height: 250px;
  z-index: 1;
}
.time-box,
.parking-box, .notice-box {
  width: 100%;
  background: #fefff3;
  border-radius: 15px;
  margin: 0px 0 0;
  padding: 20px 3.5%;
  box-sizing: border-box;
}
.time-box,
.parking-box {
  width: 49.1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3.5%;
}
.notice-box {
  margin-top: 24px;
}
.time-box {
  cursor: pointer;
  transition: all 0.3s;
    border: none;
}
.time-box:hover {
  background: #FFF;
  outline: 2px solid #526910
}
.information-container .time-box .time-box-in {
  letter-spacing: 0.08em;
}
.information-container .time-box .time-box-in {
  width: 100%;
  position: relative;
  padding: 10px 70px 10px 100px;
  text-align: left;
  cursor: pointer;
}
.information-container .time-box .time-box-in:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  background-image: url(../images/common/menu-icon-time.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 70px;
  height: 70px;
  margin: auto;
}
.information-container .time-box .time-box-in:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/button-arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 30px;
  height: 30px;
  margin: auto;
}
/*
.information-container .info-content {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #bcc482;
  padding-bottom: 8px;
}
*/
.information-container .time-box .text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 20px 0 0;
}
.information-container .time-box .text-time {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.information-container .time-box .text-small {
  display: block;
}
.information-container .text-small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 12px;
}
.information-container p.text-small strong {
  color: #c14538;
}

.information-container .parking-box .parking-box-in {
  width: 100%;
  position: relative;
  padding: 0 0 0 94px;
  text-align: left;
}
.information-container .parking-box .parking-box-in:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/icon-parking.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 70px;
  height: 70px;
  margin: auto;
}
.information-container .parking-box .parking-box-in .parking-box-info {
  line-height: 1.5;
  display: flex;
  align-items: center;
  }
.information-container .parking-box-info .title {
  margin: 0 1em 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.information-container .parking-box-info .time {
  margin: 0;
}
.information-container .parking-box-info .text {
  font-size: 14px;
  font-size: .875em;
  margin-top: .5em;
}
.information-container .parking-box-info .text strong {
  color: #c14538;
}
.information-container .parking-box-info .text br {
  display: none;
}
.information-container .parking-box .parking-box-in .parking-status-box {
  display: flex;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #bcc482;
}
.information-container .parking-status-box .parking-status-item {
  display: flex;
  align-items: center;
}
.information-container .parking-status-box .parking-status-item:not(:first-child) {
  margin-left: 24px;
}
.information-container .parking-status-box .parking-status-item .place {
  display: block;
  font-weight: 700;
  white-space: nowrap;
  margin-right: .5em;
  line-height: 1.3;
}
.information-container .parking-status-box .parking-status-item .place br {
  display: none;
}
.information-container .parking-status-box .parking-status-item .status {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 40px;
  background: #26798C;
  border-radius: 4px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  color: #FFF;
}
.information-container .parking-status-box .parking-status-item .status.empty {
  background: #26798C;
}
.information-container .parking-status-box .parking-status-item .status.full {
  background: #c14538;
}

/*-- ▼駐車場稼働後削除ここから --*/
a.parking-box {
  text-decoration: none;
}
a.parking-box:hover {
    background: #FFF;
    outline: 2px solid #526910;
}
.information-container .parking-box .parking-box-in.pre {
  width: 100%;
  padding: 10px 70px 10px 100px;
}
.information-container .parking-box .parking-box-in.pre:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/button-arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 30px;
  height: 30px;
  margin: auto;
}
.information-container .parking-box .parking-box-in.pre .free {
  margin-bottom: 4%;
}
.information-container .parking-box .parking-box-in.pre .free strong {
  color: #c14538;
}
.information-container .parking-box .parking-box-in.pre .free br {
  display: none;
}
.information-container .parking-box .parking-box-in.pre .unit {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  border-top: 1px solid #bcc482;
  margin-top: 0;
  padding-top: 4px;
}
.information-container .parking-box .parking-box-in.pre .unit strong {
  font-size: 28px;
  font-size: 1.75rem;
}
/*-- ▲駐車場稼働後削除ここまで --*/


.notice-box .notice-box-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 10px 0px 10px 100px;
}
.information-container .notice-box .notice-box-in:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/icon-notice.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 70px;
  height: 70px;
  margin: auto;
}
.information-container .notice-box .notice-box-in .title-notice {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 5px 0 0;
}
.information-container .notice-box .notice-box-in .notice-content {
  border-left: 1px solid #bcc482;
  padding-left: 48px;
  width: 82%;
}
.information-container .notice-box .notice-box-in .notice-content .date {
  color: #757575;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 3px;
}
.information-container .notice-box .notice-box-in .notice-content .title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.information-container .notice-box .notice-box-in .notice-content .text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0;
}
.information-container .notice-box .notice-box-in .notice-content .text:last-child {
  margin-bottom: 0;
}
.information-container .notice-box .notice-box-in .notice-content .text + .date {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, .1);
}



/* -----
 *ニュース＆イベント
----------------------------------------------------------------------------- */
.news-container {
  max-width: 1320px;
  width: 92%;
    margin-left: auto;
    margin-right: auto;
  background-image: url(../images/top/illust_04.png);
  background-size: 205px;
  background-repeat: no-repeat;
  background-position: bottom 25px left 17%;
}
.event_contents .post-container  {
  margin: 0;
    padding: 0;
}
.event_contents .post-container .card-post {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  margin-left: 2%;
  padding: 24px;
    list-style: none;
}
.event_contents .post-container .card-post:first-child {
  margin-left: 0;
}
/* -----
 *ショップガイド
----------------------------------------------------------------------------- */
.guide-container {
  max-width: 1320px;
  width: 92%;
  background: #fafce8;
  border-radius: 20px;
  margin: 55px auto;
  padding: 40px 0 20px;
  position: relative;
}
.guide-container:after {
  content: "";
  position: absolute;
  top: -62px;
  bottom: 0;
  right: 0%;
  background-image: url(../images/top/illust_02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center left;
  width: 1290px;
  height: 270px;
  z-index: 0;
}
.guide-container .container-inner {
  width: 92%;
  margin: 40px auto 20px;
}
.guide-container .section-title {
  color: #78952e;
}
.guide-container .section-sub-title {
  color: #687B37;
  padding-bottom: 0px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
  .information-container .parking-box .parking-box-in {
      padding: 0 0 0 102px;
  }
}
@media screen and (max-width: 1280px) {
   .guide-container:after {
  top: -44px;
  width: 980px;
  height: 200px;
  z-index: 0;
}
}
@media screen and (min-width: 768px) {
  /* PC */
  .overlay-post a .date-state {
    display: inline-block;
    padding: 0.25em 0.458em;
    line-height: 1;
    color: #222;
  }
  .main-hero .slick-slide {
    margin: 0 10px;
  }
  .main-slide .slick-arrow:hover {
    opacity: 0.7;
  }
  .event_contents .post-container .card-post:nth-child(n+4) {
    display: none;
  }

  .information-container .parking-status-box .parking-status-item .place br {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* tablet */
    .time-box, .parking-box {
    width: 49.1%;
    padding: 20px 2%;
  }
  .information-container .time-box .time-box-in {
      padding: 0px 40px 0px 64px;
  }
  .information-container .time-box .time-box-in:before {
    width: 48px;
    height: 48px;
  }
  .information-container .time-box .text {
    margin: 0 1em 0 0;
    font-size: clamp(14px, calc(0.78125vw + 8px), 16px);
  }
  .information-container .time-box .text-time {
      font-size: clamp(18px, 2.34375vw, 24px);
  }
  .information-container .text-small {
    font-size: clamp(12px, calc(0.78125vw + 6px), 14px);
  }

  .information-container .parking-box .parking-box-in {
    padding: 0 0 0 calc(16px + 48px);
  }
  .information-container .parking-box .parking-box-in:before {
    width: 48px;
    height: 48px;
  }
  .information-container .parking-box-info .title {
    font-size: 16px;
    font-size: 1rem;
  }
  .information-container .parking-box-info .time {
    font-size: clamp(11px, 3vw, 14px);
  }
  .information-container .parking-box-info .text {
    font-size: clamp(10px, 2vw, 12px);
  }
  .information-container .parking-box .parking-box-in .parking-status-box {
    margin-top: 8px;
    padding-top: 8px;
  }
  .information-container .parking-status-box .parking-status-item:not(:first-child) {
    margin-left: 16px;
  }
  .information-container .parking-status-box .parking-status-item .place {
    font-size: clamp(12px, 2.5vw, 14px);
  }
  .information-container .parking-status-box .parking-status-item .status {
      width: 56px;
      height: 32px;
      border-radius: 4px;
      font-size: 20px;
      font-size: 1.4285714285714rem;
  }

  .information-container .notice-box .notice-box-in:before {
    width: 48px;
    height: 48px;
}
  .notice-box .notice-box-in {
    padding: 0px 0px 0px 64px;
}
.information-container .notice-box .notice-box-in .title-notice {
  font-size: clamp(14px, calc(1.5625vw + 2px), 18px);
}
  .information-container:after {
    bottom: -110px;
    right: -5%;
    width: 30%;
}
.notice-box {
    padding: 20px 2%;
}
  .information-container .notice-box .notice-box-in .notice-content {
    padding-left: 42px;
    width: 76%;
}
  .information-container .notice-box .notice-box-in .notice-content{
    padding-left: 48px;
    width: 76%;
}

}
@media screen and (min-width: 1024px) {
  .information-container .parking-status-box .parking-status-item .place br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide {
    width: 270px;
    margin: 0 5px;
    height: auto;
  }
  .section-container {
    margin-bottom: 65px;
  }
  .g-container {
    width: 100%;
    background-image: url(../../resources/images/top/bg-main.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center top;
    margin: auto;
    padding: 0px 0 0px;
    margin-top: 0px;
    overflow: hidden;
  }
  .g-main {
    background-image: url(../../resources/images/top/bg_top_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 0;
    padding: 85px 0 5px;
    padding-top: 5px;
    position: relative;
    z-index: 0;
  }
  .g-main .bg-top {
    background: none;
    margin: 0;
    padding: 5px 0 0px;
      position: relative;
  }
  .g-main .bg-top:after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 5px;
        left: 0;
        background-image: url(../images/top/illust_06_sp.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 100%;
        aspect-ratio: 5 / 2;
        z-index: 1;
    }

  .bg-illust {
    background-image: url(../../resources/images/top/illust_06_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0px 0 80px;
    margin: 0px auto 0;
  }
  .g-header .header-main {
    background: none;
  }
  .main-hero {
    background: none;
    padding: 60px 0 5px;
  }
  .main-slide .slick-list {
    margin-bottom: 15px;
  }
  .main-slide .slick-dots li {
    margin: 0 5px;
  }
  .main-slide .slick-dots li button {
    width: 9px;
    height: 9px;
  }
  .main-slide .slick-dots {
    margin: 0 20px;
  }
  .main-hero .slick-pause {
    margin-left: 10px;
  }
  .information-container {
    position: relative;
    margin: 0 auto;
    padding-bottom: 80px
  }
  .information-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    background-image: url(../images/top/illust_01_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 65%;
    height: 100px;
    z-index: 1;
  }
  .information-container .time-box {
    display: none;
  }
  .information-container .info-content {
    display: block;
}
  .information-container .notice-box {
    margin-top: 13px;
    padding: 0px;
    border-radius: 10px;
  }
  .information-container .info-content {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .information-container p.text-small {
    display: none;
  }
  .information-container .parking-box {
    width: 100%;
    display: block;
    margin-top: 12px;
    padding: 10px 16px;
    border-radius: 10px;
  }
  .information-container .parking-box .parking-box-in {
    padding: 0 0 0 calc(16px + 40px);
  }
  .information-container .parking-box .parking-box-in:before {
    left: 0%;
    width: 40px;
    height: 40px;
  }
  .information-container .parking-box-info .title {
    font-size: 16px;
    font-size: 1.1428571428571rem;
  }
  .information-container .parking-box-info .time,
  .information-container .parking-box-info .text {
    font-size: 12px;
    font-size: 0.85714285714286em;
  }
  .information-container .parking-box .parking-box-in .parking-status-box {
    margin-top: 8px;
    padding-top: 8px;
  }
  .information-container .parking-status-box .parking-status-item:not(:first-child) {
    margin-left: 12px;
  }
  .information-container .parking-status-box .parking-status-item .place {
    font-size: 12px;
    font-size: 0.85714285714286em;
  }
  .information-container .parking-status-box .parking-status-item .status {
      width: 52px;
      height: 32px;
      border-radius: 4px;
      font-size: 20px;
      font-size: 1.4285714285714rem;
  }

  /*-- ▼駐車場稼働後削除ここから --*/
  .information-container a.parking-box {
    padding: 10px 5%;
  }
  .information-container .parking-box .parking-box-in.pre {
    padding: 10px 48px 10px 20%;
  }
  .information-container .parking-box .parking-box-in.pre .free {
    margin-bottom: 8px;
  }
  .information-container .parking-box .parking-box-in.pre .free strong {
    color: #c14538;
  }
  .information-container .parking-box .parking-box-in.pre .free br {
    display: block;
  }
  .information-container .parking-box .parking-box-in.pre .unit {
    display: none;
  }
  /*-- ▲駐車場稼働後削除ここまで --*/

  .information-container .notice-box .notice-box-in {
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  .information-container .notice-box .notice-box-in:before {
    display: none;
  }
  .information-container .notice-box .notice-box-in .title-notice {
    font-size: 16px;
    font-size: 1.142rem;
    line-height: 1.4;
    margin: 0 16px 0 0;
    position: relative;
    padding: 16px 0 16px calc(16px + 40px + 16px);
    z-index: 10;
  }
  .information-container .notice-box .notice-box-in .title-notice:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    background-image: url(../images/common/icon-notice.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    width: 40px;
    height: 40px;
    margin: auto;
  }
 /* .information-container .notice-box .notice-box-in .title-notice:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    background-image: url(../images/common/btn-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    width: 20px;
    height: 20px;
    margin: auto;
  }
  .information-container .notice-box .notice-box-in .title-notice.-js-open:after {
    content: "";
    background-image: url(../images/common/btn-open.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
  }*/
     .information-container .notice-box .notice-box-in .notice-content {
    border-left: none;
    padding-left: 0px;
    width: 100%;
    opacity: 1;
    height: auto;
    padding: 16px;
    background: #F7F7E2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
     transition: all 0.3s ease-in-out;
  }
  .information-container .notice-box .notice-box-in .notice-content p{
    /*display: none;*/
       display: inline-block;
  }
  /*.information-container .notice-box .notice-box-in .notice-content.-js-open {
    opacity: 1;
    height: auto;
    padding: 20px;
      transition: all 0.3s ease-in-out;
  }
     .information-container .notice-box .notice-box-in .notice-content.-js-open p{
    display: inline-block;
  } */
  .information-container .notice-box .notice-box-in .notice-content .date {
    font-size: 14px;
    font-size: 1rem;
  }
  .information-container .notice-box .notice-box-in .notice-content .title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.4em;
  }
  .information-container .notice-box .notice-box-in .notice-content .text {
    font-size: 14px;
    font-size: 1rem;
  }
  .event_contents .post-container .card-post {
    width: 48%;
    border-radius: 10px;
    margin-left: 4%;
    margin-bottom: 15px;
    padding: 3%;
  }
  .event_contents .post-container .card-post:nth-child(2n+1) {
    margin-left: 0;
  }
   .news-container {
    background: none;
    position: relative;
    padding-bottom: 50px;
  }
  .news-container:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -5%;
    background-image: url(../images/top/illust_02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 30%;
    height: 80px;
    z-index: 0;
  }

   .guide-container {
    border-radius: 10px;
    margin: 0px auto 15px;
    padding: 40px 0 10px;
  }
  .guide-container:after {
    content: "";
    position: absolute;
    top: -22px;
    bottom: 0;
    right: 0%;
    background-image: url(../images/top/illust_03_sp.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 45%;
    height: 150px;
    z-index: 0;
  }
    .guide-container .container-inner {
    width: 92%;
    margin: 0px auto 20px;
  }
  .guide-container .section-sub-title {
    margin-left: 2%;
    padding-bottom: 10px;
  }
  .guide-container .section-sub-title {
    margin-left: 2%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .slick .slick-arrow {
    width: 32px;
    height: 32px;
    margin-top: 11px;
  }
  .slick .slick-next:before {
    width: 6px;
    height: 6px;
  }
  .slick .slick-prev:before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 350px) {
  .information-container .parking-status-box .parking-status-item .status {
      width: 48px;
      height: 32px;
      font-size: 18px;
      font-size: 1.2857142857143rem;
  }
  .information-container .parking-status-box .parking-status-item .place br {
    display: block;
  }
}
/*@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .spa .instagram-container iframe,
    .dept .instagram-container iframe {
        height: 667px;
    }
}
*/
/*@media screen and (max-width: 414px) {
    .post-container.-col3 .overlay-post {
        width: 100%;
    }
    .post-container.-col3 .overlay-post .image {
        max-width: 60%;
        margin: 0 auto;
    }
}*/
