
/* top */
#top_vi {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
#top_vi .top_slide {
  width: 100%;
  height: 90vh;
  position: absolute;
}
#top_vi .top_slide article{
  position: absolute;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
}
#top_vi .top_slide article a {
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
}
#top_vi .title {
  text-align: center;
  position: relative;
  z-index: 99;
}
#top_vi .title svg{
  max-width:300px;
  width: 100%;
  height: 50px;
  fill:#fff;
  filter: drop-shadow(0 0 5px rgba(0,0,0,.5));
}
#top_vi .box {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  margin-left: 15px;
}
#top_vi .box h2 {
  font-size: clamp(18px,3vw,26px);
  font-weight: 600;
  color: #27726e;
}
#top_vi .box p {
  font-size: 14px;
  font-weight: 500;
}
.slick-slide {
  margin: 0;
}
.slick-prev {
  left: -18px;
}
.slick-next
{
  right: -18px;
}

.info_box_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 30px);
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  .info_box_wrap {
    flex-direction: column;
  }
  #top_vi .box {
    margin-left: 0;
  }
  .area_cats.white {
    display: none;
  }
  .area_wrap {
    margin-bottom: 10px;
  }
}

/* serach */
section.serach {
  text-align: center;
  padding: 50px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
section.serach h2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 1em;
}
section.serach h2 i {
  color: #27726e;
}
section.serach form {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.serach form .search {
  height: 30px;
  width: 100%;
  max-width: 600px;
  color: #666;
  padding: 0 .5em;
  border-radius: 3px 0 0 3px;
  border: 1px solid #27726e;
}
section.serach .submit-btn {
  background-color: #27726e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

section.serach .submit-btn::before {
  content: "\f002";
  font-family: "Font Awesome 7 Free";
  margin-right: 2px;
}
section.serach ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 2em 1em;
}
section.serach ul li {
  padding: 0 2em;
}
section.serach ul li i {
  color: #27726e;
  font-size:12px;
}

/* top recommnad */
section.recommend {
  background-image: linear-gradient(161deg, #ffffff 20%, #d2fbde 65%, #b9f0cd);
  padding: 0 0 80px 0;
  overflow-x: hidden; /* slick矢印の -18px ではみ出し防止 */
}
section.recommend.dosee {
  background-image: linear-gradient(320deg, #cff3f9, #abe5f0 30%, #d9f4f1 70%, #cef7f0);
}
section.recommend.food {
  background-image: linear-gradient(0deg, #f9f4cf, #f0e9ab 27%, #f4ebd9 74%, #ffffff);
}
section.recommend article{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
}
section.recommend article .picked {
  width: 65%;
  flex-shrink: 0;
  margin-left: 5%;
  margin-bottom: 30px;
}
section.recommend article .picked h3 {
  font-size: 23px;
  line-height: 1.45;
  font-weight: 600;
}
section.recommend article .picked p {
  padding: 0;
}
section.recommend article .picked a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}
section.recommend article .picked a img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
section.recommend article h2 {
  font-size:clamp(34px, 3vw, 50px);
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
  border-bottom: 2px solid #27726e;
  padding-bottom: .4em;
  margin-bottom: .6em;
}

.related-slider {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 15px;
}
.related-slider .related-slider__item {
  margin: 0 8px;
}
.related-slider .related-slider__item a{
  display: block;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}
.js-slick-related .slick-track {
  display: flex !important;
}
/* スライドの高さを自動にして、flexアイテムとして揃える */
.js-slick-related .slick-slide {
  height: auto;
  display: flex;
}
.js-slick-related .slick-slide > div {
  height: 100%;
  display: flex;
}
.related-slider .related-slider__item a h3 {
  font-size:19px;
  font-weight: 600;
  line-height: 1.4;
}
.related-slider .related-slider__item a p {
  font-size:13px;
  text-align: left;
}
.related-slider .related-slider__item img {
  aspect-ratio: 2/2.5;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 10px;
}
.related-slider.it .related-slider__item img {
  aspect-ratio: 3/2;
}

@media (max-width: 768px) {
  section.recommend article {
    flex-direction: column;
  }
  section.recommend article .text {
    padding: 3em 20px 30px;
  }
  section.recommend article .picked {
    width: 100%;
    margin: 10px auto 50px;
  }
}

/* top about */
section.top_about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
section.top_about article {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
section.top_about article .map {
  background-size: contain;
  background-position: center 30px;
  background-repeat: no-repeat;
  width: 42%;
}
section.top_about article .map h2 span {
  font-size: 24px;
  color: #333;
  display: block;
}
section.top_about article .map h2 {
  color: #27726e;
  border-bottom: 2px solid #27726e;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
  padding-bottom: .3em;
}
section.top_about article .text {
  width: 50%;
  flex-shrink: 0;
}
section.top_about article .text p {
  padding-bottom: 2em;
}

@media (max-width: 600px) {
  section.top_about article {
    flex-direction: column;
  }
  section.top_about article .map {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
  }
  section.top_about article .text {
    width: 100%;
  }
}

/* top dosee */
section.recommend .cat_vi{
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  margin-bottom: 40px;
}
section.recommend .cat_vi .catvi_title_wrap {
  border-radius: 12px;
  padding: 8px;
  max-width: 400px;
}
section.recommend .cat_vi .catvi_title {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #fff;
  line-height: 1.4;
}
section.recommend .cat_vi .catvi_title p {
  text-align: center;
}
section.recommend .cat_vi .catvi_title h2{
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
section.recommend.dosee .cat_vi .catvi_title_wrap {
  background-image: linear-gradient(0deg, #93cfff,#68e0cf );
}
section.recommend.food .cat_vi .catvi_title_wrap {
  background-image: linear-gradient(0deg, #ffd093,#f0e79d );
}
@media (max-width: 500px) {
  section.recommend .cat_vi .catvi_title_wrap {
    margin: 0 30px;
  }
  section.recommend .cat_vi .catvi_title h2 {
    font-size:7vw;
  }
  section.recommend .cat_vi .catvi_title p {
    font-size: 12px;
  }
}


/* fav button: スライダーアイテム・picked */
.related-slider__item .slide-img-wrap,
.picked .slide-img-wrap {
  position: relative;
  line-height: 1;
}
.related-slider__item .slide-img-wrap .favorite_button,
.picked .slide-img-wrap .favorite_button {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
}

/* fav button: トップVIスライダー */
#top_vi .box {
  position: relative;
}
#top_vi .favorite_button {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 10;
}

/* sns */
section.sns {
  max-width: 1260px;
  padding: 5em 30px 3em;
  margin: 0 auto;
}

/* youtube */
.yt {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}
.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}