@charset "UTF-8";


/*.banner img{
	width: 750px;
}*/

@media all and (min-width:681px){
	.banner {
	    width: 750px;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    height: 100%;
	    position: relative;
	}
	/*.banner:hover{
		opacity: 0.7;
	}*/
	.banner .hover_on{
		opacity: 0;
		position: absolute;
		transition: .3s ease;
	}
	.banner:hover .hover_on{
		opacity: 1;
	}
}
@media all and (max-width:680px){
	.banner{
		display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.banner img{
		width: 105%;
	    max-width: initial;
	}
	.sec3 .banner img {
	    width: 111%;
	}
}



/*----- mv -----*/
.mv {
  width: 100%;
  min-width: 1100px;
  position: relative;
  background: url(../img/mv_bg.svg) center center / auto 100% repeat-x;
}
/*.slider{
	width: 100%;
}*/
/*.up_slider {
    position: absolute;
    width: 18vw;
    height: auto;
    z-index: 1;
    right: calc(20% + 50px);
    bottom: 30px;
    max-width: 330px;
    min-width: 200px;
}
.slick-prev {
    left: calc(20% - 10px) !important;
    background: url(../img/arrow_gr_l.svg) center / contain no-repeat !important;
    width: 18px !important;
    height: 38px !important;
    z-index: 5;
    opacity: 1;
    transition: .3s ease;
}

.slick-prev::before, .slick-next::before {
  content: none !important;
}
.slick-next {
    right: calc(20% - 10px) !important;
    background: url(../img/arrow_gr_r.svg) center / contain no-repeat !important;
    width: 18px !important;
    height: 38px !important;
    z-index: 5;
    opacity: 1;
    transition: .3s ease;
}*/

@media all and (min-width:681px){
  /*.slider .slick-slide {
      margin: 0 20px;
      height: 41.7vw;
  }
    .slider .slide1{
        background: url(../img/slider01.jpg) center center / cover no-repeat;
  }
    .slider .slide2{
        background: url(../img/slider02.jpg) center center / cover no-repeat;
  }
    .slider .slide3{
        background: url(../img/slider03.jpg) center center / cover no-repeat;
  }
  .slick-prev:hover {
      opacity: .7;
  }
  .slick-next:hover {
      opacity: .7;
  }*/
}
@media all and (max-width:680px){
  .mv {
      min-width: 100%;
      background: url(../img/mv_bg_sp.svg) center center / 100% auto repeat-y;
  }
  /*.slider .slick-slide {
      margin: 0;
      height: 90vw;
  }
    .slider .slide1{
        background: url(../img/slider01_sp.jpg) center center / cover no-repeat;
  }
    .slider .slide2{
        background: url(../img/slider02_sp.jpg) center center / cover no-repeat;
  }
    .slider .slide3{
        background: url(../img/slider03_sp.jpg) center center / cover no-repeat;
  }
  .slick-prev {
      display: none !important;
  }
  .slick-next {
      display: none !important;
  }
  .up_slider {
      width: 30vw;
      right: 20px;
      bottom: 20px;
      max-width: 250px;
      min-width: 150px;
  }*/
}
@media all and (max-width:370px){}



.inner_ttl{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1b5e20;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width:680px){
  .inner_ttl{
    font-size: 25px;
    margin-bottom: 20px;
  }
}


/*--------------------sec2--------------------*/
.sec2{
  background-color: #fff;
  padding: 90px 0;
}
.sec2 .inner{
  max-width: 980px;
}
.map_embed_wrap {
  width: 100%;
  max-width: 980px;
  margin: 50px auto 0;
  position: relative;
  border: 5px solid #e53935;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f1f8e9;
  /* box-shadow: 0 4px 18px rgba(198, 40, 40, 0.12); */
}
.map_embed_wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.map_embed_link {
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
}
.map_embed_link a {
  color: #c62828;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.map_embed_link a:hover {
  color: #e53935;
}
.sec2_shops_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
  margin-top: 44px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.sec2_btn{
  width: 300px;
  height: auto;
  border: 3px solid #e53935;
  background-color: #fff;
  position: absolute;
  border-radius: 10px;
    & img{
      width: 100%;
      height: auto;
    }
}
.sec2_btn.sec2_btn_card {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.sec2_btn > div{
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.sec2_btn_04{
  top: 50px;
  left: 0px;
}
.sec2_btn_05{
  top: 191px;
  left: 0px;
}
.sec2_btn_03{
  top: 330px;
  left: 0px;
}
.sec2_btn_07{
  top: 470px;
  left: 0px;
}
.sec2_btn_01{
  top: 50px;
  right: 0px;
}
.sec2_btn_02{
  top: 191px;
  right: 0px;
}
.sec2_btn_06{
  top: 469px;
  right: 0px;
}
/*.sec2_btn img{
  width: 100px;
  position: absolute;
}*/
.sec2 {
  & .inner_ttl{
    max-width: 390px;
  }
}
@media all and (min-width:681px){
	.sec2_btn:hover > img{
	  opacity: 0.7;
	}
  .sec2_shops_grid .sec2_btn_card:hover {
    box-shadow: 0 6px 20px rgba(229, 57, 53, 0.18);
    opacity: 1;
  }
  .sec2_shops_grid .sec2_btn_card:hover > img {
    opacity: 0.85;
  }
}
@media all and (max-width:680px){
  .sec2{
    padding: 50px 0;
  }
  .map_embed_wrap {
    margin-top: 30px;
    aspect-ratio: 3.3 / 5;
    max-height: 78vh;
}
  .map_embed_link {
    font-size: 13px;
    margin-top: 12px;
  }
}
@media all and (max-width:370px){	
}

/*--------------------sec3--------------------*/
.sec3{
  padding: 90px 0;
  background: #fdede4;
}
.sec3_sub_txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin-top: 2em;
}
.sec3 {
  & .inner_ttl{
    max-width: 559px;
  }
}

.sec3 .inner_ttl span{
  font-weight: 700;
  }
.sec3_btn{
  display: block;
  position: relative;
  border: 5px solid #e53935;
  background-color: #fff;
  border-radius: 10px;
}
.sec3_btn_thumb {
  display: block;
}
.sec3_btn_thumb picture {
  display: block;
}
.sec3_btn_thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.sec3_ig_btn {
  display: none;
}
.sec3_ig_btn img {
  display: block;
  width: 100%;
  height: auto;
}
.sec3_link{
  width: 640px;
}
@media all and (min-width:681px){
  .sec3 .inner{
    width: 980px;
  }
  .sec3 .inner_wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 20px 40px;
    /* align-items: start; */
}
  .sec3_box{
    width: calc((100% - 40px) / 2);
    min-width: 0;
    padding: 15px;
  }
  .sec3_btn {
    overflow: hidden;
  }
  .sec3_btn_thumb img{
    border-radius: 7px;
  }
  .sec3_btn:hover{
    opacity: 0.7;
  }
  .sec3_link:hover{
    opacity: 0.7;
  }

}
@media all and (max-width:680px){
  .sec3{
    padding: 50px 0 120px;
  }
  .sec3_sub_txt {
    font-size: 16px;
  }
  .sec3 .inner_wrap {
    margin-top: 30px;
    display: grid;
    /* grid-template-columns: 1fr; */
    gap: 20px;
  }
  .sec3 .inner_wrap a {
    width: 100%;
  }
  .sec3_btn {
    overflow: visible;
    /* padding-bottom: clamp(36px, 12vw, 52px); */
    padding: 15px;
  }
  .sec3_btn_thumb img {
    border-radius: 7px;
  }
  .sec3_ig_btn {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 10px;
    width: min(86%, 340px);
    max-width: none;
  }
}
@media all and (max-width:370px){ 
}



/*--------------------sec00--------------------*/

@media all and (min-width:681px){
  
}
@media all and (max-width:680px){
  
}
@media all and (max-width:370px){ 
}

/*--------------------いちご狩りスポット一覧 sec_picking--------------------*/
.sec_picking {
  padding: 72px 0 90px;
  background: #fff;
    & .inner_ttl{
      max-width: 554px;
    }
}
.sec_picking_inner {
  max-width: 980px;
}
.sec_picking_head {
  text-align: center;
}
.sec_picking_ico {
  margin: 0 0 10px;
  line-height: 0;
}
.sec_picking_ico_svg {
  width: 72px;
  height: auto;
  max-width: 100%;
}
.sec_picking_lead {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e65100;
  text-align: center;
}
.sec_picking_ttl {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: #00897b;
  text-align: center;
}
.sec_picking_grid {
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
}
.sec_picking_card {
  margin: 0;
  height: 100%;
}
.sec_picking_card_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 5px solid #e53935;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  color: inherit;
  /* box-shadow: 0 4px 16px rgba(198, 40, 40, 0.1); */
  /* transition: box-shadow 0.25s ease, transform 0.25s ease; */
}
/* .sec_picking_card_link:hover {
  box-shadow: 0 8px 24px rgba(198, 40, 40, 0.18);
  opacity: 1;
} */
.sec_picking_card_img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f1f8e9;
}
.sec_picking_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec_picking_name {
  margin: 0;
  padding: 16px 14px 12px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4.5em;
  display: block;
}
.sec_picking_name_img {
  width: min(100%, 322px);
  height: auto;
}
.sec_picking_more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 14px 16px;
  padding: 12px 40px 12px 20px;
  border-radius: 999px;
  background: #00897b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.sec_picking_more_txt {
  flex: 1;
  text-align: center;
}
.sec_picking_more_ico {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_picking_more_ico svg {
  width: 22px;
  height: 22px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
@media all and (min-width: 681px) {
  .sec_picking_card_link:hover {
    opacity: .7;
  }
}
@media all and (max-width: 680px) {
  .sec_picking {
    padding: 48px 0 60px;
  }
  .sec_picking_lead {
    font-size: 14px;
    padding: 0 4%;
  }
  .sec_picking_grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 28px;
  }
  .sec_picking_name {
    min-height: 0;
  }
}

/*--------------------フッター（LP用・濃い赤ベース）--------------------*/
.footer.footer--ichigo {
  border-top: none;
  background: transparent;
  padding: 0;
}
.footer--ichigo .footer__pagetop {
  background: #009a6b;
  height: 10px;
  position: relative;
}
.footer--ichigo .footer__pagetop_inner {
  position: relative;
  max-width: 1190px;
  height: 0;
}
.footer--ichigo .pagetop_btn {
  position: absolute;
  left: auto;
  right: -50px;
  top: -48px;
  transform: translateX(-50%);
  width: 100px;
  height: 50px;
  border-radius: 50px 50px 0 0;
  background-color: #009a6b;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 18px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); */
}
.footer--ichigo .pagetop_btn span {
  transition: opacity 0.25s ease;
}
.footer--ichigo .footer__body {
  background: #d50000;
  padding: 50px 0 50px;
}
.footer--ichigo .footer__inner {
  width: 1190px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.footer--ichigo .footer__brand {
  width: 100%;
  max-width: 390px;
}
/* .footer--ichigo .footer__mascot {
  margin: 0;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
} */
.footer--ichigo .footer__mascot img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.footer--ichigo .footer__company {
  color: #fff;
  margin-top: 65px;
}
.footer--ichigo .footer__nameRow {
  /* margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap; */
}
.footer--ichigo .footer__mark {
  /* width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  padding: 4px;
  object-fit: contain; */
}
.footer--ichigo .footer__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
.footer--ichigo .footer__addr,
.footer--ichigo .footer__tel {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255,1);
  text-align: center;
}
.footer--ichigo .footer__addr{
  margin-top: 35px;
}
.footer--ichigo .footer__tel {
  margin-top: 10px;
}
.footer--ichigo .footer__sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 16px;
  margin-top: 30px;
  max-width: 420px;
  width: 100%;
}
.footer--ichigo .footer__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 0;
  width: 50%;
  max-width: 200px;
  background: #fff;
  color: #333;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); */
}
.footer--ichigo .footer__pill:hover {
  opacity: .7;
}
.footer--ichigo .footer__pill_ico {
  display: flex;
  flex-shrink: 0;
}
.footer--ichigo .footer__pill_ico img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer--ichigo .footer__pill:nth-child(2) .footer__pill_ico img {
  width: 22px;
}
.footer--ichigo .foot_info.footer__grant {
  margin: 32px 0 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.04em;
}
.footer--ichigo .footer__copyWrap {
  background: #7d0000;
}
.footer--ichigo .footer__copyWrap .copy {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 12px 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
@media all and (min-width: 681px) {
  .footer--ichigo .pagetop_btn:hover span {
    opacity: 0.7;
  }
}
@media all and (max-width: 680px) {
  .footer--ichigo .footer__body {
    padding: 44px 0 22px;
  }
  .footer--ichigo .footer__inner {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
  .footer--ichigo .footer__company {
    margin-top: 40px;
  }
  .footer--ichigo .pagetop_btn {
    top: -46px;
    transform: translateX(-50%);
  }
  .footer--ichigo .footer__addr {
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
  }
  .footer--ichigo .foot_info.footer__grant {
    margin-top: 28px;
  }
  .footer--ichigo .footer__tel {
    margin-top: 0px;
  }

  .footer--ichigo .footer__pill {
    width: 70%;
    max-width: 220px;
  }
}