/* CSS Document */
main {
  background-image: url(../images/mainbg-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}


  /* メイン */
  .fv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    aspect-ratio: 1920 / 1000 ;
    background-repeat: no-repeat;
    background-image: url(../images/fv-img.jpg);
    background-size: cover;
  }
  
  .fv__title {
    font-size: 3rem;
    margin: 0 auto;
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400;
    font-style: normal;
    
    max-width: 1200px;
    width: 100%;
    text-align: left;
    line-height: 1.6;
  }

  @media screen and (max-width: 768px) {
    .fv {
      background-image: url(../images/fv-img-sp.jpg);
      aspect-ratio: 375 / 650;
    }
    
    .fv__title {
      font-size: 1.75rem;
      padding-left: 20px;
      padding-right: 20px;  
    }   
  }


/* second view */
  .second__view {
    background-color: rgba(212, 205, 176, 0.5); 
}

  .second__view--inner {
    padding: 60px 0;
  }
  
  .second__view--title {
    font-weight: 600;
    margin: 20px;
    font-size: 1.5rem;
    text-align: center;
  }
  
  .second__view--text {
    line-height: 1.625rem;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
  }

  @media (max-width: 768px) {
    .second__view--inner {
      padding: 16px 0 36px;
    }

    .second__view--title {
      font-size: 1rem;
    }

    .second__view--text {
      font-size: 0.875rem;
      max-width: 372px;
    }

    .second__view--text span {
      display: none;
    }
  }


 /* Feature */
  .feature {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .feature__cards {
    display: grid;
    gap: 40px 32px;
    grid-template-columns: repeat(3,1fr);
  }
    
  .feature__img {   
    aspect-ratio: 360 / 280;
    object-fit: cover;
    width: 100%;
  }
  
  .feature__content {
    padding: 12px 16px;
  }
  
  .feature__text {
    margin-top: 8px;
    text-align: center;
    max-width: 1200px;
  }

  @media screen and (max-width: 768px) {
    .feature__cards {
      grid-template-columns: 1fr;
      padding: 0 20px;
      gap: 0;
    }

    .feature__img {
      aspect-ratio: 336 / 220;
    }

    .feature__content {
      padding: 16px 0;
    }

    .feature__text {
      font-size: 0.875rem;
      margin-top: 0;
    }
  }

/* pickup */
.pickup__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.pickup__img {
  width: 46%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}

.pickup__content {
  width: 46%;
}

.pickup__text--title {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.pickup__text {
  margin-bottom: 20px;
  line-height: 1.8;
}

.pickup__cta {
  display: inline-flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #024074;
  color: #F2EDCD;
  text-decoration: none;
  width: 340px;
}

.pickup__cta-img {
  margin-right: 8px;
  width: 36px;
}

.pickup__wrapper.reverse {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pickup__wrapper {
    gap: 0;
  }

  .pickup__wrapper, .pickup__wrapper.reverse {
    flex-direction: column;
    text-align: left;
    padding: 0 20px 30px;
  }

  .pickup__img {
    width: 100%;
    margin-bottom: 0;
  }

  .pickup__content, .pickup__wrapper.reverse {
    width: 100%;
  }

  .pickup__text--title {
    font-size: 1rem;
    margin: 10px 0;
  }

  .pickup__text {
    font-size: 0.875rem;
    br {
      display: none;
    }
  }

  .pickup__cta {
    width: 100%;
    justify-content: center;
    padding: 8px 0;
  }
}


/* goods */
.goods {
  max-width: 1200px;
  margin: 0 auto;
}
.goods__cards{
  display: grid;
  gap: 40px 32px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.goods__img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  max-width: 100%;
}

.goods__content {
  padding: 15px 30px 0;
}

.goods__category {
  font-size: 1.6rem;
  color: #333;
}

.goods__text {
  margin-top: 8px;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #333;
}

.goods__cta--button {
  display: inline-flex;
  align-items: center;
  padding: 14px 70px;
  background-color: #024074;
  color: #F2EDCD;
  text-decoration: none;
  width: 100%;
}

.goods__cta--button img {
  margin-right: 20px;
  width: 42px;
}

@media screen and (min-width: 768px) {
  .slider__arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .goods__category {
    font-size: 1.125rem;
  }

  .goods__cards {
    gap: 0;
  }

  .goods__text {
    font-size: 0.875rem;
  }

  .goods__img {
    padding: 0 20px;
  }  

  .goods__wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .goods__cards {
    display: flex;
    transition: transform 2s ease;
    width: calc(100% * 1);
  }

  .goods__item {
    list-style: none;
    min-width: 100%;
    box-sizing: border-box;
  }

  .slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #f5f5f5;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .slider__arrow--left {
    left: 10px;
  }
  
  .slider__arrow--right {
    right: 10px;
  }
  
  .slider__arrow:hover {
    background-color: rgb(0/ 0/ 0/ 0.8);
  }
}

/* Q and A */
.cp__qa03 .cp__actab {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}

.cp__qa03 .cp__actab input {
  display: none;
}

.cp__qa03 .cp__actab label {
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-bottom: 1px solid #333;
  max-width: 1200px;
  margin: 0 auto;
}

.cp__qa03 .cp__actab label::before {
  content: 'Q';
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
}

.cp__qa03 .cp__actab label:hover {
  transition: all 0.3s;
}

/* --＋アイコン */
.cp__qa03 .cp__actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.7em;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}

.cp__qa03 .cp__actab .cp__actab--content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
  max-width: 1200px;
  margin: 0 auto;
}
.cp__qa03 .cp__actab .cp__actab--content::before {
  position: absolute;
  content: 'A';
  font-family: serif;
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
}
.cp__qa03 .cp__actab .cp__actab--content p {
  margin: 1em 1em 1em 0;
  line-height: 1.8;
}

.cp__qa03 .cp__actab input:checked ~ .cp__actab--content {
  max-height: 40em;
  border: 10px 0;
}

.cp__qa03 .cp__actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}

.cp__qa03 .cp__actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

@media (max-width: 768px) {
  .qanda {
    margin: 0 40px;
  }

  .cp__qa03 .cp__actab label {
    font-size: 0.875rem;
  }

  .cp__qa03 .cp__actab .cp__actab--content p {
    font-size: 0.875rem;
    br {
      display: none;
    }
  }

  .cp__qa03 .cp__actab label::after {
    padding-left: 20px;
  }
  
}


/* shop information */
.shop__wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
  gap: 20px;
}

.shop--info {
  width: 100%;
  padding-right: 30px;
  flex-basis: 52%;
  box-sizing: border-box;
}

.shop--info__group {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.shop--info__group + .shop--info__group {
  margin-top: 20px;
}

.shop--info__item {
  font-size: 1rem;
  min-width: 20%;
  max-width: 100%;
  display: block;
  text-align: left;
}

.shop--info__description {
  font-size: 16px;
  margin-left: 0px;
}

.map__wrapper {
  flex-grow: 1;
  max-width: 46%;
  box-sizing: border-box;
}

iframe {
  width: 100%;
  height: 100%;
}


@media (max-width: 768px) {
  .shop__wrapper {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .shop--info {
    flex-basis: 100%;
    padding: 0 2.5rem;
  }

  .shop--info__group {
    display: block;
    margin-bottom: 20px;
  }

  .shop--info__item, .shop--info__description {
    font-size: 0.875rem;
    display: block;
    width: 100%;
    text-align: left;
  }

  .shop--info__item {
    font-weight: 600;
    margin-bottom: 5px;
  }

  .shop--info__description {
    font-weight: normal;
    margin-left: 0;
  }

  .map__wrapper {
    max-width: 100%;
    margin-top: 20px;
  }
}

.inner {
  margin-top: 120px;
}

.title {
 font-size: 2rem;
 padding-bottom: 30px;
 text-align: center;
}

.title span {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;   
}

@media screen and (max-width: 768px) {
 .inner {
  margin-top: 60px;
 }

 .title {
  font-size: 1.125rem;
 }

 .title span {
  font-size: 1.125rem;
 }
}