@charset "utf-8";
/* CSS Information =========================================
   pages.css
========================================================= */

/* =========================================================
   pages.css
========================================================= */
/* index ===================================================
   template
   common
   home
   lower-page
   nyuenryo
   waribikiken
   bbq
   bbq_booking
   asobisetubi
   event
   itemlist
   faq
   access

========================================================= */

/* template
----------------------------------------------- */

@media (max-width: 767px) {
}
@media (min-width: 768px) {
}

/* common
----------------------------------------------- */

.slick-arrow {
  display: none !important;
}

.sec-lv-2 > .inner-sec {
  position: relative;
  padding-bottom: 4em;
}

.sec-lv-2 > .inner-sec::before {
  content: '';
  display: block;
  background-image: url(../img/common/page_head_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.sec-lv-2 > .inner-sec::after {
  content: '';
  display: block;
  background-image: url(../img/common/page_head_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.heading-2 {
  font-size: 2em;
  padding-top: 2em;
  text-align: center;
  margin-bottom: 2em;
}

.heading-2::before {
  content: '';
  display: block;
  background-image: url(../img/common/page_head.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  width: 56px;
  height: 56px;
}

.moji-dai {
  font-size: 1.125em;
}

.c-chairo {
  color: #865d07;
}

.c-midori {
  color: #4d8039;
}

.c-murasaki {
  color: #804c80;
}

.btn > a,
._submit input[type="button"],
._submit input[type="submit"] {
  background-image: url(../img/common/bokashi.png);
  background-color:rgba(128,75,141,0.9);
  background-blend-mode:soft-light;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 1.25em;
  margin: 2em auto 0;
  text-align: center;
  transition: .5s;
}

.btn > a::after {
  content: '▶︎';
  padding-left: 1em;
}

.btn > a:hover,
._submit input[type="button"]:hover,
._submit input[type="submit"]:hover {
  background-color: #4d8039;
  color: #ffff72;
}

.sec-attention .inner-sec_contents {
  margin: auto;
  width: auto;
  max-width: 752px;
}

.sec-attention .inner-sec_contents > .title {
  font-size: 1.5em;
  text-align: center;
  position: relative;
}

.sec-attention .inner-sec_contents > .title::after {
  content: '';
  background-color: #804b8d;
  display: block;
  margin: 8px auto;
  width: 10vw;
  max-width: 80px;
  height: 4px;
}

.sec-attention .attention-list > li {
  position: relative;
  margin: 4em 0 0;
}

.sec-attention .attention-list > li .number {
  border: solid 1px #333;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  position: absolute;
  width: 32px;
  height: 32px;
}

.sec-attention .attention-list > li .title {
  font-size: 1.5em;
  line-height: 32px;
  text-align: center;
}

.sec-attention .attention-list > li .title::after {
  content: '';
  background-color: #333;
  display: block;
  margin: -1px auto 0;
  width: calc(100% - 32px);
  height: 1px;
}

.sec-attention .detail {
  padding-top: 1em;
  padding-left: 2em;
}

.sec-attention .detail > li {
  list-style: disc;
  line-height: 2;
}

.sec-attention .covid19 {
  background-color: #d2ddf2;
  margin-top: 2em;
  padding: 2em 0.5em;
}

.sec-attention .covid19-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sec-attention .covid19-list > li {
  margin-bottom: 1em;
}

.sec-attention .covid19 .message {
  color: #213d7c;
  font-size: 1.5em;
  text-align: center;
}

@media (max-width: 767px) {

  .heading-2 {
    padding-top: 1em;
    margin-bottom: 1em;
  }

  .sec-lv-2 > .inner-sec::before {
      top: -16px;
      left: 0;
    width: 112px;
    height: 40px;
  }

  .sec-lv-2 > .inner-sec::after {
      top: -16px;
      right: 0;
    width: 112px;
    height: 40px;
  }

  .heading-2::before {
    width: 32px;
    height: 32px;
  }

  .btn > a,
  ._submit input[type="button"],
  ._submit input[type="submit"] {
    line-height: 48px;
    width: 240px;
  }

  .sec-attention .covid19-list > li {
    width: 45%;
  }

}

@media (min-width: 768px) {

  .sec-lv-2 > .inner-sec::before {
      top: -24px;
      left: 0;
    width: 224px;
    height: 80px;
  }

  .sec-lv-2 > .inner-sec::after {
      top: -24px;
      right: 0;
    width: 224px;
    height: 80px;
  }

  .heading-2::before {
    width: 56px;
    height: 56px;
  }

  .btn > a,
  ._submit input[type="button"],
  ._submit input[type="submit"] {
    line-height: 64px;
    width: 400px;
  }

  .sec-attention .covid19-list > li {
    width: 30%;
  }

  .spbr {
    display: none;
  }

}

/* home
----------------------------------------------- */

.sec-home .slider {
  position: relative;
}

.sec-home .heading-1 {
  position: absolute;
    top: 0;
    left: 16px;
}

.sec-home .sec-news {
  background-color: #e4e1d1;
}

.sec-home .sec-news .news-list > li {
  border-bottom: dotted 1px #979797;
  padding: 1em 0;
}

.sec-home .sec-news .news-list .yymmdd,
.sec-home .sec-news .news-list .title {
  color: #914c80;
}

.sec-home .sec-news .news-list .title {
  font-size: 1.25em;
}

.sec-home .sec-about {
  background-image: url(../img/common/vineyard.jpg);
  background-color:rgba(255,255,255,0.85);
  background-blend-mode:lighten;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-home .about-list > li > a .title {
  display: flex;
    align-items: center;
    justify-content: space-between;
  font-size: 1.5em;
  line-height: 1.25;
  text-align: center;
  padding: 0 0.25em;
}

.sec-home .about-list > li > a .title::before {
  content: '';
  display: block;
  background-image: url(../img/home/about-list_l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
}

.sec-home .about-list > li > a .title::after {
  content: '';
  display: block;
  background-image: url(../img/home/about-list_r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
}

.sec-home .about-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sec-home .about-list > li {
  margin-bottom: 4em;
  width: 304px;
}

.sec-home .about-list > li > a {
  transition: .5s;
}

.sec-home .about-list > li > a:hover {
  color: #903380;
}

.sec-home .about-list > li .image {
  border-radius: 40px 0 40px 0;
  margin: 1em 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.sec-home .about-list > li .image > img {
  transition: .5s;
}

.sec-home .about-list > li > a:hover .image > img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: .5s;
}

.sec-home .sec-grapes {
  background-color: #e4e1d1;
}

.sec-home .sec-grapes .suzuen .image {
  margin: auto;
  padding: 0 4em 2em;
}

.sec-home .sec-grapes .suzuen {
  text-align: center;
}

.sec-home .sec-grapes .grapes {
  background-image: url(../img/home/grapes-backimg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  padding: 0 1em 1em;
}

.sec-home .sec-grapes .grapes::before {
  content: '';
  display: block;
  background-image: url(../img/home/pin-l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
    top: -8px;
    left: 0;
  width: 32px;
  height: 32px;
  z-index: 2;
}

.sec-home .sec-grapes .grapes::after {
  content: '';
  display: block;
  background-image: url(../img/home/pin-r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
    top: -8px;
    right: 0;
  width: 32px;
  height: 32px;
  z-index: 2;
}

.sec-home .sec-grapes .grapes > .title {
  color: #865d07;
  font-size: 1.25em;
  padding: 1em;
}

.sec-home .sec-grapes .grapes .grape-list > li {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  margin-bottom: 2em;
}

.sec-home .sec-grapes .grapes .grape-list > li > .image,
.sec-home .sec-grapes .grapes .grape-list > li > .text {
  width: 48%;
}

.sec-home .sec-grapes .grapes .grape-list > li img {
  border: solid 1px #865d07;
}

.sec-home .sec-grapes .grapes .grape-list > li .name {
  font-size: 1.25em;
}

.sec-home .sec-grapes .grapes .message::after {
  content: '';
  display: block;
  background-image: url(../img/home/message-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 1em 0;
  width: 100%;
  height: 80px;
}

.sec-home .sec-grapes .grapes .caution {
  font-size: 11px;
}

.sec-home .sec-sns {
  background-color: #ece4f5;
}

.sec-home .sec-sns .heading-2 span::before {
  content: '';
  background-image: url(../img/common/Instagram_Glyph_Gradient_RGB.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
  position: relative;
    top: 6px;
  width: 1em;
  height: 1em;
}

.sec-home .sec-sns .insta-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec-home .sec-sns .insta-list > li {
  width: 22vw;
  max-width: 254px;
}

.sec-home .sec-sns .btn {
  margin: auto;
  max-width: 320px;
}

.sec-home .sec-sns .insta-list > li > a > img {
  object-fit: cover;
  transition: .5s;
  width: 22vw;
    max-width: 254px;
  height: 22vw;
    max-height: 254px;
}

.sec-home .sec-sns .insta-list > li > a:hover > img {
  opacity: 0.7;
}

@media (max-width: 767px) {

  .sec-home .slider .slick-slide {
    width: 320px;
  }

  .sec-home .heading-1 > img {
    margin-top: 48px;
    width: auto;
    height: 128px;
  }

  .sec-home .sec-grapes .suzuen {
    margin-bottom: 4em;
  }

}

@media (min-width: 768px) {

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .sec-home .slider .slick-slide {
    width: 640px;
  }

  .sec-home .heading-1 > img {
    margin-top: 96px;
    width: auto;
    height: 320px;
  }

  .sec-home .sec-news > .inner-sec {
    display: flex;
      flex-wrap: wrap;
  }

  .sec-home .sec-news .inner-sec > .heading-2 {
    width: 240px;
  }

  .sec-home .sec-news .inner-sec > .inner-sec_contents {
    padding-top: 6em;
    width: calc(100% - 240px);
  }

  .sec-home .sec-news .heading-2::after {
    content: '';
    display: block;
    background-image: url(../img/home/news-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 16px auto 0;
    width: 176px;
    height: 176px;
  }

  .sec-home .sec-news .news-list > li {
    display: flex;
      flex-wrap: wrap;
  }

  .sec-news .news-list .yymmdd {
    width: 12em;
  }

  .sec-news .news-list .text {
    width: calc(100% - 13em);
  }

  .sec-home .sec-grapes .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
  }

  .sec-home .sec-grapes .inner-sec_contents .suzuen {
    width: 50%;
    max-width: calc(100% - 432px);
  }

  .sec-home .sec-grapes .inner-sec_contents .budougari {
    width: 50%;
    max-width: 432px;
  }

  .sec-home .sec-grapes .suzuen {
    display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .sec-home .sec-grapes .suzuen .text::after {
    content: '';
    display: block;
    background-image: url(../img/home/suzuengrapes-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    width: 46vw;
    height: 40vw;
    max-width: 320px;
    max-height: 272px;
  }

}


/* lower-page
----------------------------------------------- */

.lower-page .sec-lv-1 .heading-1 {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {

  .lower-page .sec-lv-1 .heading-1 {
    padding-top: 52px;
    height: 160px;
  }

}
@media (min-width: 768px) {

  .lower-page .sec-lv-1 .heading-1 {
    padding-top: 144px;
    height: 320px;
  }

}


/* nyuenryo
----------------------------------------------- */

.nyuenryo .heading-1 {
  background-image: url(../img/nyuenryo/top.jpg);
}

.nyuenryo .sec-price {
  background-color: #e4e1d1;
}

.nyuenryo .season-type {
  background-color: #fff;
  padding: 2em 1em;
  text-align: center;
}

.nyuenryo .season-type .season {
  color: #4d8039;
  font-size: 1.5em;
}

.nyuenryo .season-type .grape-type {
  display: block;
  padding: 2em 0;
  width: 40%;
  height: auto;
}

.nyuenryo .season-type .grape-type > span {
  display: block;
  padding-top: 1em;
}

.nyuenryo .season-type .grape-type .gyo-2 {
  font-size: 0.75em;
  margin-bottom: -1em;
}

.nyuenryo .grape {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.nyuenryo table {
  width: 100%;
}

.nyuenryo table,
.nyuenryo th,
.nyuenryo td {
  border: solid 1px #333;
  padding: 8px 0;
}

.nyuenryo th,
.nyuenryo td {
  vertical-align: middle;
  padding: 4px;
  width: 10%;
}

.nyuenryo td {
  padding: 16px 4px;
}

.nyuenryo table .sec {
  opacity: 0;
}

.nyuenryo table .group {
  background-color: #f1e0aa;
}

.nyuenryo table .group.kaigo {
  background-color: #d5f0f7;
}

.nyuenryo .price-atention > li::before {
  content: '※';
  margin-right: 4px;
}

.nyuenryo .grapeimage {
  padding-bottom: 8em;
}

.nyuenryo .sec-discount {
  background-color: #e6deef;
}

@media (max-width: 767px) {

  .nyuenryo .season-type {
    margin: 0 auto 4em;
    width: auto;
      max-width: 320px;
  }

  .nyuenryo .price-atention {
    margin-left: auto;
    margin-right: auto;
    width: 24em;
  }

  .nyuenryo .grapeimage > img {
    width: 100%;
    height: auto;
  }

  .nyuenryo td {
    font-size: 1.25em;
  }

}

@media (min-width: 768px) {

  .nyuenryo .sec-price .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .nyuenryo .sec-price .season-type {
    width: 30%;
  }

  .nyuenryo .price-atention {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    padding-top: 2em;
  }

  .nyuenryo .price-atention > li {
    width: 32%;
  }

  .nyuenryo .sec-discount .price-atention > li {
    width: 48%;
  }

  .nyuenryo .grapeimage {
    display: flex;
      flex-wrap: wrap;
  }

  .nyuenryo .grapeimage > img {
    width: 50%;
    height: auto;
  }

  .nyuenryo .btn {
    margin: auto;
  }

}

/* waribikiken
----------------------------------------------- */

.waribikiken .heading-1 {
  background-image: url(../img/waribikiken/top.jpg);
}

.waribikiken .sec-price {
  background-color: #e4e1d1;
}

.waribikiken .season-type {
  background-color: #fff;
  padding: 2em 1em;
  text-align: center;
}

.waribikiken .season-type .season {
  color: #4d8039;
  font-size: 1.5em;
}

.waribikiken .season-type .grape-type {
  display: block;
  padding: 2em 0;
  width: 40%;
  height: auto;
}

.waribikiken .season-type .grape-type .gyo-2 {
  font-size: 0.75em;
  margin-bottom: -1em;
}

.waribikiken .season-type .grape-type > span {
  display: block;
  padding-top: 1em;
}

.waribikiken .grape {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.waribikiken table {
  width: 100%;
}

.waribikiken table,
.waribikiken th,
.waribikiken td {
  border: solid 1px #333;
  padding: 8px 0;
}

.waribikiken th,
.waribikiken td {
  width: 33%;
}

.waribikiken table .sec {
  opacity: 0;
}

.waribikiken table .waribikikakaku {
  color: red;
}

.waribikiken .price-atention > li::before {
  content: '※';
  margin-right: 4px;
}

.waribikiken .sec-waribikiken {
  text-align: center;
}

.waribikiken .sec-waribikiken .image {
  margin: 2em auto;
}

@media (max-width: 767px) {

  .waribikiken .season-type {
    margin: 0 auto 4em;
    width: auto;
      max-width: 320px;
  }

  .waribikiken .price-atention {
    margin-left: auto;
    margin-right: auto;
    width: 24em;
  }

  .waribikiken .btn > a::after {
    display: none;
  }

}

@media (min-width: 768px) {

  .waribikiken .sec-price .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .waribikiken .sec-price .season-type {
    width: 30%;
  }

  .waribikiken .price-atention {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    padding-top: 2em;
  }

  .waribikiken .price-atention > li {
    width: 32%;
  }

  .waribikiken .grapeimage {
    display: flex;
      flex-wrap: wrap;
  }

  .waribikiken .sec-waribikiken .image > img {
    width: 60%;
    max-width: 640px;
  }

  .waribikiken .btn {
    margin: auto;
  }

}

/* bbq
----------------------------------------------- */

.bbq .heading-1 {
  background-image: url(../img/bbq/top.jpg);
}

.bbq .sec-price {
  background-color: #e4e1d1;
}

.bbq .sec-aboutbbq .image > img {
  border-radius: 8px;
}

.bbq .sec-aboutbbq .text {
  padding: 1em;
}

.bbq .sec-price .plan {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 2em;
  margin-bottom: 2em;
}

.bbq .sec-price .main-area p {
  margin-bottom: 2em;
}

.bbq .sec-price .main-area p:last-child {
  margin-bottom: 0;
}

.bbq .sec-price .main-area .title,
.bbq .sec-price .main-area .price {
  color: #4d8039;
  font-weight: bold;
}

.bbq .sec-price .main-area .main {
  display: block;
  font-size: 1.5em;
  text-align: center;
}

.bbq .sec-price .main-area .sub {
  display: block;
  text-align: center;
}

.bbq .sec-price .main-area .atention {
  background-color: #f00;
  border-radius: 4px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  padding: 4px 1em;
}

.bbq .sec-price .main-area .size {
  text-align: left;
}

.bbq .sec-price .image-area .text {
  margin-top: 1em;
  text-align: center;
}

.bbq .sec-price .image-area ._atention > ul {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
  margin-top: 1em;
}

.bbq .sec-price .image-area ._atention > ul > li {
  margin-bottom: 0.5em;
}

.bbq .sec-price .image-area ._atention > ul > li > strong {
  color: #f00;
}

@media (max-width: 767px) {

  .bbq .sec-price .main-area {
    margin-bottom: 2em;
  }

}

@media (min-width: 768px) {

  .bbq .sec-aboutbbq .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .bbq .sec-aboutbbq .image,
  .bbq .sec-aboutbbq .text {
    width: 50%;
  }

  .bbq .sec-price .plan {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }

  .bbq .sec-price .main-area {
    width: 40%;
    max-width: 400px;
  }

  .bbq .sec-price .image-area {
    width: 60%;
    max-width: 600px;
  }

  .bbq .btn > a::after {
    content: 'へお電話';
  }

  .bbq .sec-price .btn > a::after {
    display: none;
  }

}

/* bbq_booking
----------------------------------------------- */

.bbq_booking .heading-1 {
  background-image: url(../img/bbq/top.jpg);
}

.bbq_booking .sec-booking_request ._description {
  margin-bottom: 1.5em;
}

.bbq_booking .sec-booking_request ._form ._fields > ._definitions_list > dl > dd {
  margin-bottom: 1.5em;
}

.bbq_booking .sec-booking_request ._form ._note {
  margin-bottom: 1.5em;
}

.bbq_booking .sec-booking_request ._form ._confirm {
  margin-bottom: 1.5em;
}

.sec-booking_request dl {
  margin-bottom: 2em;
}

.sec-booking_request dt {
  color: #8b008b; 
  display: flex;
    align-items: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.sec-booking_request dl dt > small {
  background-color: #ff69b4;
  border-radius: 4px;
  color: #fff;
  font-size: 0.75em;
  padding: 2px;
  margin-left: 0.5em;
}

.sec-booking_request .definitions-1 > dl > dt::before {
  content: '▶';
  color: #ff69b4;
  margin-right: 8px;
  font-size: 0.8em;
}

.sec-booking_request .definitions-2 > dl dt {
  margin-right: 0.5em;
}

.sec-booking_request .definitions-2 > dl dd {
  margin-right: 2em;
}

.sec-booking_request dd {
  margin-bottom: 25px;
}

.sec-booking_request select {
  appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
}

.sec-booking_request input[type="text"],
.sec-booking_request input[type="email"],
.sec-booking_request input[type="tel"],
.sec-booking_request input[type="number"],
.sec-booking_request select,
.sec-booking_request textarea {
  border: 1px solid #ffb6c1;
  border-radius: 8px;
  font-size: 1em;
  color: #555;
  background-color: #fffafa;
  padding: 0.75em;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.sec-booking_request input[type="text"],
.sec-booking_request input[type="email"],
.sec-booking_request input[type="tel"],
.sec-booking_request textarea {
  width: calc(100% - 32px);
}

.sec-booking_request input[type="number"] {
  width: 6em;
}

.sec-booking_request select {
  width: 12em;
}

.sec-booking_request ._participants_list input[type="number"] {
  width: 4em;
}

.sec-booking_request input[type="text"]:focus,
.sec-booking_request input[type="email"]:focus,
.sec-booking_request input[type="tel"]:focus,
.sec-booking_request input[type="number"]:focus,
.sec-booking_request select:focus,
.sec-booking_request textarea:focus {
  border-color: #ff69b4;
  box-shadow: 0 0 8px rgba(255, 105, 180, 0.4);
  outline: none;
}

.sec-booking_request textarea {
  resize: vertical;
  min-height: 120px;
}

.sec-booking_request input::placeholder,
.sec-booking_request textarea::placeholder {
  color: #c0c0c0;
  font-style: italic;
}

.sec-booking_request ._participants_list ul {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17em, 1fr));
    gap: 1em;
}

.sec-booking_request ._participants_list ul > li {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 17em;
}

.sec-booking_request ._participants_list ul > li > label {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 15em;
}

.sec-booking_request ._participants_list > p {
  margin-bottom: 1em;
}

.sec-booking_request ._participants_list > p > a {
  border-bottom: solid 1px #8b008b;
  color: #8b008b;
  padding-bottom: 2px;
}

.sec-booking_request ._ingredients_list ul {
  display: flex;
    flex-wrap: wrap;
}

.sec-booking_request ._ingredients_list ul > li {
  line-height: 1.2;
  width: 40%;
}

.sec-booking_request ._ingredients_list ul > li > label span {
  font-size: 0.875em;
}

.sec-booking_request .required {
  color: #dc143c;
  font-size: 0.9em;
  margin-left: 5px;
  font-weight: normal;
}

.sec-booking_request ._confirm {
  text-align: center;
}

.sec-booking_request ._confirm input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  accent-color: #ff69b4;
}


@media (max-width: 767px) {
  .sec-booking_request .definitions-2 > dl {
    display: grid;
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 16px;
      grid-row-gap: 16px;
  }

}

@media (min-width: 768px) {
  .sec-booking_request .definitions-2 > dl {
    display: grid;
      grid-template-rows: repeat(4, 1fr);
      grid-column-gap: 16px;
      grid-row-gap: 16px;
  }

  .sec-booking_request {
    margin-left: auto;
    margin-right: auto;
    width: 765px;
  }

}

/* asobisetubi
----------------------------------------------- */

.asobisetubi .heading-1 {
  background-image: url(../img/asobisetubi/top.jpg);
}

.asobisetubi .title {
  color: #4d8039;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 1em;
}

.asobisetubi .title .name {
  font-size: 1.5em;
}

.asobisetubi .title span > span {
  display: block;
  font-weight: bold;
  text-align: center;
}

.asobisetubi .title::before,
.asobisetubi .title::after {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 3em;
  height: 3em;
}

.asobisetubi .title::before {
  background-image: url(../img/asobisetubi/title_l.png);
}

.asobisetubi .title::after {
  background-image: url(../img/asobisetubi/title_r.png);
}

.asobisetubi .sec-setubi {
  background-color: #e4e1d1;
}

.asobisetubi .sec-setubi .content {
  background-color: rgba(255, 255, 255, 0.8);
}

.asobisetubi .main small {
  display: block;
  margin-top: 1em;
}

@media (max-width: 767px) {

  .asobisetubi .content {
    padding: 1em;
    margin-bottom: 2em;
  }

  .asobisetubi .content .main {
    margin-bottom: 1em;
  }

  .asobisetubi .sec-lv-2 .inner-sec_contents {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
      max-width: 464px;
  }

  .asobisetubi .content .image {
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
      max-width: 432px;
    height: 54vw;
      max-height: 288px;
  }

  .asobisetubi .content .image > img {
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    width: 100%;
      max-width: 432px;
    height: 54vw;
      max-height: 288px;
  }


}

@media (min-width: 768px) {

  .asobisetubi .content {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    margin-bottom: 2em;
    padding: 1em;
  }

  .asobisetubi .content .main {
    padding-right: 1em;
    width: calc(48% - 2em);
      max-width: 552px;
  }

  .asobisetubi .content .image {
    border-radius: 8px;
    width: 50vw;
      max-width: 432px;
    height: 28.125vw;
      max-height: 288px;
  }

  .asobisetubi .content .image > img {
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    width: 50vw;
      max-width: 432px;
    height: 28.125vw;
      max-height: 288px;
  }

}

/* event
----------------------------------------------- */

.event .heading-1 {
  background-image: url(../img/event/top.jpg);
}

.event .sec-event .price {
  color: #4d8039;
  font-size: 1.25em;
  font-weight: bold;
  margin-top: -1em;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.event .sec-event .text {
  margin: 2em 0;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.event .sec-event .phot {
  display: flex;
    flex-wrap: wrap;
}

.event .sec-event .sec-sakana > .inner-sec,
.event .sec-event .sec-imo > .inner-sec {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
    max-width: 100%;
}

.event .sec-event .sec-sakana {
  background-color: #e4e1d1;
}

.event .sec-event .sec-imo {
  background-color: #e1d9ea;
}

@media (max-width: 767px) {

  .event .phot > li {
    width: 50%;
  }

}

@media (min-width: 768px) {

  .event .phot > li {
    width: 25%;
  }

}

/* itemlist
----------------------------------------------- */

.itemlist .heading-1 {
  background-image: url(../img/itemlist/top.jpg);
}

.itemlist .sec-grape {
  background-color: #e4e1d1;
}

.itemlist .sec-kako {
  background-color: #e1d9ea;
}

.itemlist .sec-lv-2 .inner-sec_contents {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.itemlist .sec-lv-2 .item {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 1em;
  padding: 1em;
  text-align: center;
}

.itemlist .sec-lv-2 .season {
  background-color: #853380;
  color: #fff;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  padding: 4px 8px;
}

.itemlist .sec-lv-2 .item-name {
  color: #853380;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.5em 0;
}

.itemlist .sec-lv-2 .item dl {
  display: flex;
    flex-wrap: wrap;
  text-align: left;
}

.itemlist .sec-lv-2 .item dl > dt {
  padding-top: 8px;
  width: 5em;
}

.itemlist .sec-lv-2 .item dl > dd {
  padding-top: 8px;
  width: calc(100% - 5em);
}

.itemlist .sec-lv-2 .stars {
  color: #ffba2e;
}

.itemlist .sec-lv-2 .item .text {
  text-align: left;
}


@media (max-width: 767px) {

  .itemlist .sec-lv-2 .item {
    width: calc(272px + 2em);
  }

  .itemlist .sec-lv-2 .item .image > img {
    object-fit: cover;
    width: 272px;
    height: 234px;
  }

  .itemlist .sec-lv-2 .item dl {
    font-size: 1.25em;
  }
  
}

@media (min-width: 768px) {

  .itemlist .sec-lv-2 .item {
    width: calc(304px + 2em);
  }

  .itemlist .sec-lv-2 .item .image > img {
    object-fit: cover;
    width: 304px;
    height: 234px;
  }

  .itemlist  .btn > a::after {
    content: 'へお電話';
  }

}

/* faq
----------------------------------------------- */

.faq .heading-1 {
  background-image: url(../img/faq/top.jpg);
}

.faq .sec-faqlist .faq-list {
  margin: auto;
  width: 100%;
    max-width: 800px;
}

.faq .sec-faqlist .faq-list > li {
  margin-bottom: 4em;
}

.faq .sec-faqlist .faq-list > li .q::before {
  content: 'Q.';
  color: #4d8039;
  font-size: 1.25em;
  padding-right: 8px;
}

.faq .sec-faqlist .faq-list > li .a::before {
  content: 'A.';
  color: #845980;
  font-size: 2em;
  padding-right: 8px;
}

.faq .sec-faqlist .faq-list > li .q {
  background-color: rgba(222, 219, 203, 1.0);
  border-radius: 8px 8px 0 0;
  font-size: 1.5em;
}

.faq .sec-faqlist .faq-list > li .a {
  background-color: rgba(222, 219, 203, 0.3);
  border-radius: 0 0 8px 8px;
}

@media (max-width: 767px) {

  .faq .sec-faqlist .faq-list > li .q {
    padding: 4px 8px 8px;
  }

  .faq .sec-faqlist .faq-list > li .a {
    padding: 4px 8px 16px;
  }
}

@media (min-width: 768px) {

  .faq .sec-faqlist .faq-list > li .q {
    padding: 4px 16px 8px;
  }

  .faq .sec-faqlist .faq-list > li .a {
    padding: 4px 16px 16px;
  }
}


/* access
----------------------------------------------- */

.access .heading-1 {
  background-image: url(../img/access/top.jpg);
}

.access .sec-car {
  background-color: #e4e1d1;
}

.access .sec-map {
  background-color: #e1d9ea;
}

.access .sec-car .g-map iframe {
  width: 100%;
  height: 352px;
}

.access .sec-car .detail dt::before {
  content: '';
  background-image: url(../img/common/page_head.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.access .sec-car .detail dd {
  margin-bottom: 1em;
  margin-left: 1em;
}


@media (max-width: 767px) {

  .access .sec-car .detail dl {
    margin-top: 1em;
  }

}

@media (min-width: 768px) {

  .access .sec-car .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }

  .access .sec-car .g-map,
  .access .sec-car .detail {
    width: 50%;
  }

  .access .sec-car .detail {
    padding-left: 1em;
  }

  .access  .btn > a::after {
    content: 'へお電話';
  }

}












/* end of file */