@charset "UTF-8";
/* ----- 共通 -----*/
.wrapper {
  font-size: 1rem;
  color: black;
}

.wrapper_in {
  line-height: 2.1;
  font-weight: 400;
  overflow: hidden;
  width: 100%;
}

.wrapper img {
  width: 100%;
}

.sp_on1200 {
  display: none;
}

.pc_on1200 {
  display: block;
}

.sp_on1100 {
  display: none;
}

.pc_on1100 {
  display: block;
}

.sp_on1000 {
  display: none;
}

.pc_on1000 {
  display: block;
}

.sp_on900 {
  display: none;
}

.pc_on900 {
  display: block;
}

.sp_on767 {
  display: none;
}

.pc_on767 {
  display: block;
}

.sp_on480 {
  display: none;
}

.pc_on480 {
  display: block;
}

.sp_on320 {
  display: none;
}

.pc_on320 {
  display: block;
}

.sp_on768-vi {
  visibility: hidden;
  display: none;
}

.pc_on768-vi {
  visibility: visible;
}

.pc_on480_inline {
  display: inline;
}

.rec_767 {
  display: none;
}

.text_line {
  line-height: 2;
  font-weight: 300;
}

/* ----- MV ----- */
.mv_slide_area {
  position: relative;
  z-index: 100;
}

/* swiperカスタム */
.slide_pagination {
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 0px 80px 0px 10px;
  background-color: white;
  z-index: 10;
  border-radius: 30px 0 0 30px;
  height: 25px;
  display: flex;
  align-items: center;
}

.fruits_mv_toggle-button {
  top: inherit;
  width: inherit;
  height: inherit;
  margin-top: inherit;
  z-index: 10;
  cursor: pointer;
  display: block;
  color: inherit;
}

.fruits_mv_toggle-button {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

.fruits_mv_toggle-button .pause {
  width: 16px;
  height: 18px;
  display: block;
}

.fruits_mv_toggle-button .restart {
  width: 17px;
  height: 15px;
  display: none;
}

.fruits_mv_swiper-pagination {
  height: 25px;
  display: flex;
  align-items: center;
}

.swiper-container-horizontal > .fruits_mv_swiper-pagination {
  bottom: -35px;
  left: auto;
  width: 180px;
  right: 80px;
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.fruits_mv_swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: inherit;
  opacity: 1;
  border: solid 2px black;
}

.fruits_mv_swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: inherit;
  background-color: black;
}

.swiper-container-horizontal > .slide_pagination .fruits_mv_swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}

/* swiperカスタムend */
.mv {
  position: relative;
}

.mv_about {
  width: 100%;
  position: relative;
}

.mv_title {
  width: 100%;
}

.mv_about_box {
  position: relative;
}

.mv_about_box {
  position: relative;
  max-width: 670px;
  margin: 0 auto 0;
}

.mv_about_in {
  position: relative;
  padding: 80px 0 0;
}

.mv_about_titleArea {
  position: relative;
  z-index: 10;
  margin: -6px 0 0;
  z-index: 10;
}

.mv_about_title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}

.mv_main_subTitle {
  letter-spacing: 1px;
  font-size: 1.125rem;
  margin: 65px 0 0;
}

.mv_treatment1 {
  max-width: 375px;
  width: 27%;
  position: absolute;
  top: -25px;
  left: -100px;
  z-index: -1;
}

.mv_treatment2 {
  max-width: 430px;
  width: 31%;
  position: absolute;
  top: 0;
  right: -105px;
  z-index: -1;
}

/* ----- タブボタンエリア -----*/
/*丸が動いてスクロールを促す*/
.circle_animation {
  position: absolute;
  top: 40px;
  left: 50%;
}

.scrolldown2 {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.scrolldown2 span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bbb;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 65px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 70px;
  background: #bbb;
}

/*丸が動いてスクロールを促す*/
/* タブボタン上部 */
.tab_list {
  margin: 100px 0 0;
  padding: 0 15px 0;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.tab_list_in {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

.tab_list_li {
  border-left: solid 1px black;
  display: flex;
  flex-direction: column;
  width: 25%;
}

.tab_list_li:last-of-type {
  border-right: solid 1px black;
}

.tab_item_in {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tab_figure {
  position: relative;
}

.tab_item_title {
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  width: fit-content;
  padding: 0 40px;
  margin: 0 auto 0;
  border-radius: 50px;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  z-index: 30;
}

.tab_list_li:first-of-type .tab_item_title {
  background-color: #d62b6d;
}

.tab_list_li:nth-of-type(2) .tab_item_title {
  background-color: #cc4700;
}

.tab_list_li:nth-of-type(3) .tab_item_title {
  background-color: #3f8025;
}

.tab_list_li:last-of-type .tab_item_title {
  background-color: #9c6917;
}

.tab_item_text_box {
  height: 100%;
  padding: 40px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: relative;
  transition: 0.3s;
  z-index: 20;
}

.tab_item_text {
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  box-sizing: border-box;
  flex-grow: 1;
}

/* ボタンの色アニメーション */
.tab1:hover .tab_item_text_box {
  background-color: #a11e51;
  color: white;
}

.tab2:hover .tab_item_text_box {
  background-color: #9c3600;
  color: white;
}

.tab3:hover .tab_item_text_box {
  background-color: #2a5b16;
  color: white;
}

.tab4:hover .tab_item_text_box {
  background-color: #775114;
  color: white;
}

/* ボタンの色*/
.tab1.is-active .tab_item_text_box {
  background-color: #a11e51;
  color: white;
}

.tab2.is-active .tab_item_text_box {
  background-color: #9c3600;
  color: white;
}

.tab3.is-active .tab_item_text_box {
  background-color: #2a5b16;
  color: white;
}

.tab4.is-active .tab_item_text_box {
  background-color: #775114;
  color: white;
}

/* ボタンの矢印*/
.tab_item {
  position: relative;
  display: block;
  flex-grow: 1;
  transition: 0.3s;
  background-color: white;
}

.tab_item::before {
  content: "";
  background: #000;
  height: calc(tan(50deg) * 25px / 2);
  width: 29px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.tab_item::after {
  content: "";
  background: #fff;
  height: calc(tan(50deg) * 36px / 2);
  width: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
  transition: 0.3s;
}

.tab1.is-active::after {
  background: #a11e51;
}

.tab2.is-active::after {
  background: #9c3600;
}

.tab3.is-active::after {
  background: #2a5b16;
}

.tab4.is-active::after {
  background: #775114;
}

.tab1:hover::after {
  background: #a11e51;
}

.tab2:hover::after {
  background: #9c3600;
}

.tab3:hover::after {
  background: #2a5b16;
}

.tab4:hover::after {
  background: #775114;
}

/* タブボタン下部 */
.tab_list_title_bottom {
  bottom: auto;
  top: -17px;
}

.tab_bottom_in .tab_item_text_box {
  padding: 30px 30px 30px;
}

.tab_bottom_in .tab_item::after {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  top: -14px;
}

.tab_bottom_in .tab_item::before {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  top: -15px;
}

.tab_bottom_in .tab_list {
  margin: 30px 0 0;
}

/* ライン */
.tab_day_line {
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.tab_day_line1 {
  position: relative;
  z-index: 20;
  width: 40px;
  height: 2px;
  background-color: black;
}

.tab_day_line2 {
  position: relative;
  width: calc(100% - 40px);
  height: 2px;
  z-index: 10;
}

.spring .tab_day_line2 {
  background-color: #fc7faf;
}

/* -----コンテンツspring----- */
/* day1 */
.day_main {
  position: relative;
}

.tab_top {
  width: 100%;
  height: 570px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 15px;
  z-index: -1;
}

.spring .tab_top {
  background-image: url(../../images/tab1/tab1_img01.jpg);
}

.tab_introduction_titleImg {
  max-width: 560px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: fit-content;
  z-index: 100;
}

.tab_introduction_top_title {
  padding: 160px 15px 160px;
  position: relative;
}

.tab_introduction_subtitle {
  margin: 0px auto 0;
  font-size: 2rem;
  text-align: center;
  width: fit-content;
  display: block;
}

.line_under {
  border-bottom: solid 1px black;
  padding-bottom: 10px;
}

.tab_introduction_lead {
  margin: 55px auto 0;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.5;
  display: block;
}

.tab_introduction_supplement {
  margin: 45px auto 0;
  text-align: center;
}

.tab_course_box {
  margin: 40px auto 0;
}

.tab_course_box_in {
  width: fit-content;
  padding: 0 20px;
  margin: 0px auto 0;
  display: flex;
  border: solid 1px black;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  font-weight: 500;
}

.tab_course_to {
  width: 20px;
  display: flex;
  height: fit-content;
}

.tab_course_road {
  margin: 20px auto 0;
  display: flex;
  width: 160px;
  justify-content: space-between;
  align-items: center;
}

.tab_course_car {
  width: 50px;
  height: fit-content;
  display: flex;
}

.tab_course_time {
  font-size: 0.875rem;
  line-height: 1;
}

.sp_treatment {
  max-width: 345px;
  width: 25%;
  position: absolute;
  z-index: 10;
}

.tab_treatment1 {
  top: -70px;
  right: -12px;
}

.tab_treatment2 {
  bottom: -70px;
  left: 40px;
}

.tab_day_area {
  border-top: solid 25px #fc7faf;
  position: relative;
}

.tab_bg1 {
  position: relative;
  padding: 180px 15px 180px;
}

.tab_bg_first {
  position: relative;
  padding: 160px 15px 180px;
}

.spring .tab_bg1 {
  background-color: #F9E6EC;
}

.tab_top_bg {
  width: 95%;
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
}

.tab_top_bg1 {
  top: 0;
  left: 0;
}

.tab_day_main {
  position: relative;
  z-index: 10;
  margin: 0px auto 0;
  max-width: 1080px;
}

.tab_day_main_icon {
  width: 95px;
  margin: 0 auto;
}

.tab_day_main_title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 45px auto 0;
  letter-spacing: 1px;
}

.tab_day_main_img {
  margin: 110px 0 0;
}

.tab_day_content {
  max-width: 1080px;
  margin: 110px auto 0;
  position: relative;
}

.tab_day_conten_maTop0 {
  margin: 0px auto 0;
}

.tab_day_content1 {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}

.tab_day_content_in {
  position: relative;
  padding: 70px 0px 0px 40px;
  overflow: hidden;
  max-width: 435px;
  width: 41%;
}

.tab_day_content_title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.tab_day_content_text {
  margin: 30px 30px 0 0;
}

.tab_day_paBottom {
  padding-bottom: 30px;
}

.tab_day_contentImg {
  max-width: 605px;
  width: 56%;
  position: relative;
}

.tab_day_content2 {
  display: flex;
  justify-content: space-between;
}

.tab_day_contentImg2 {
  max-width: 435px;
  width: 41%;
}

.tab_day_content_in2 {
  max-width: 600px;
  width: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px 40px 35px;
}

.flag_box {
  margin: 35px 0 0;
  display: flex;
  gap: 10px;
}

.flag_img {
  width: 24px;
}

.tab_bg2 {
  padding: 180px 15px;
  position: relative;
}

.spring .tab_bg2 {
  background-color: #F6D3DD;
}

.tab_day_content1 {
  max-width: 1080px;
  margin: 0 auto;
}

.tab_reverse {
  flex-direction: row-reverse;
}

.tab_day_flag {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  top: 5px;
}

.tab_day_content1 {
  max-width: 1080px;
  margin: 0 auto;
}

/* day2 */
.tab_top_bg2 {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}

.tab_day_content_ma {
  margin: 110px auto 0;
}

/* タブエリア下部 */
.tab_footer_pa {
  padding: 160px 15px 160px;
}

.day_footer {
  margin: 140px 0 0;
  position: relative;
  z-index: 100;
}

.day_footer_titleArea {
  position: relative;
}

.day_footer_title {
  width: 560px;
  margin: 0 auto;
}

.day_footer_aside {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 5px 0 0;
  text-align: center;
}

.day_footer_course_box {
  display: flex;
  justify-content: space-between;
  width: fit-content;
  margin: 40px auto 0;
  border-bottom: solid 1px black;
  padding: 0 10px;
}

.day_footer_course_box_in {
  display: flex;
  height: fit-content;
  gap: 10px;
  align-items: center;
}

.day_footer_course_box_text {
  display: flex;
  align-items: center;
}

.day_footer_course_box_to {
  width: 21px;
  display: flex;
  height: fit-content;
}

.course_w {
  font-size: 1.125rem;
  font-weight: 500;
}

.course_indent {
  text-indent: 10px;
}

.day_footer_course_box_road {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 0 25px;
}

.day_footer_course_box_car {
  width: 43px;
  display: flex;
  height: fit-content;
}

.day_footer_course_box_time {
  font-size: 0.875rem;
}

.tab_be_link {
  margin: 55px auto 0;
}

.day_footer_be_text {
  font-size: 0.875rem;
  text-align: center;
  margin: 15px 0 0;
}

.sp_bottom_treatment {
  max-width: 320px;
  width: 24%;
  position: absolute;
}

.sp_bottom_treatment1 {
  bottom: 0;
  left: -60px;
  transform: scaleX(-1);
}

.sp_bottom_treatment2 {
  bottom: 0;
  right: -16%;
  transform: scaleX(-1);
}

.day3_bottom_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  mix-blend-mode: multiply;
  z-index: 10;
  pointer-events: none;
}

.uppercase {
  text-transform: uppercase;
}

.font_w500 {
  font-weight: 500;
}

/* お店紹介 */
.tab_shop {
  position: relative;
  padding: 180px 15px;
  overflow: hidden;
}

.tab_shopImg_bg {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px); /* 背景画像の高さを若干長くする */
  background-image: url("../../images/tab1/tab1_bg03.jpg");
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: -1;
}

.tab_shop_title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  text-align: center;
  position: relative;
  margin: 25px auto 0;
}

.tab_shop_icon_top {
  width: 95px;
  margin: 0 auto;
}

.tab_shop_icon_bottom {
  width: 160px;
  margin: 25px auto 0;
}

.tab_shop_area {
  margin: 110px auto 0;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tab_shop_box {
  width: 49.2%;
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.tab_shop_main {
  position: relative;
}

.tab_shop_captipon {
  font-size: 1.5rem;
  font-weight: 500;
  background-color: white;
  padding: 6px 25px 8px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
}

.tab_shop_content {
  background-color: white;
  padding: 0 10px 0px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tab_shop_in {
  max-width: 460px;
  margin: 0 auto 0;
  display: flex;
  gap: 20px;
  flex: 1;
}

.tab_shop_nega {
  margin: -15px auto 0;
  position: relative;
  z-index: 10;
}

.tab_shop_in_img {
  max-width: 220px;
  width: 53%;
}

.tab_shop_info {
  max-width: 220px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.tab_shop_name {
  font-size: 1.4375rem;
  font-weight: 500;
}

.tab_shop_ma {
  margin: 30px 0 0;
}

.tab_shop_in_text {
  line-height: 1.6;
  margin: 10px 0 0;
}

.tab_shop_in2 {
  margin: 70px auto 0;
}

.tab_shop_spot {
  border: 1px solid black;
  border-radius: 50px;
  padding: 8px 20px 10px;
  line-height: 1;
  width: fit-content;
  text-align: center;
}

.tab_shop_in2_text {
  line-height: 1.6;
  margin: 5px 0 0;
}

.tab_shop_in2_img {
  max-width: 210px;
  width: 46%;
}

.tab_be_shop {
  margin: 45px 0 0;
  border-top: solid 1px black;
  width: 100%;
  padding: 40px 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_btn_title {
  width: 100%;
  margin: 50px 0 0;
}

.tab_to_ma {
  margin: 75px auto 0;
}

.tab_to_ma3 {
  margin: 0px auto 0;
}

/* -----コンテンツsummer----- */
.summer .tab_bg1 {
  background-color: #FFE8D3;
}
.summer .tab_bg2 {
  background-color: #FADCC2;
}
.summer .tab_top {
  background-image: url(../../images/tab2/tab2_img01.jpg);
}
.summer .tab_treatment1 {
  top: -80px;
  right: -12px;
  max-width: 245px;
  width: 17%;
}
.summer .tab_treatment2 {
  bottom: -70px;
  left: -40px;
  max-width: 325px;
  width: 23%;
}
.summer .tab_day_area {
  border-top: solid 25px #ff9680;
  position: relative;
}
.summer .tab_top_bg {
  width: 100%;
}
.summer .tab_day_line2 {
  background-color: #ff9680;
}
.summer .tab_day_content_in2 {
  justify-content: flex-start;
  padding: 50px 40px 40px 35px;
}
.summer .tab_day_content_maNpne {
  margin: 0px auto 0;
}
.summer .day_footer {
  margin: 0px 0 0;
  position: relative;
}
.summer .sp_bottom_treatment1 {
  bottom: 170px;
  left: -1.3%;
  max-width: 195px;
  width: 14%;
  transform: scaleX(-1);
}
.summer .sp_bottom_treatment2 {
  bottom: 40px;
  right: -2%;
  transform: scaleX(-1);
  max-width: 300px;
  width: 21%;
}
.summer .tab_shopImg_bg {
  background-image: url("../../images/tab2/tab2_bg01.jpg");
}
.summer .tab_shop_ma {
  margin: 35px 0 15px;
  line-height: 1.5;
}

.be_wBox {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 100;
}

.tab_be_order .main_airport_name {
  order: 1;
}
.tab_be_order .main_airport_image {
  order: 2;
}
.tab_be_order .be_link_btn {
  order: 3;
}

/* ----- タブエリア winter-----*/
.winter .tab_top {
  background-image: url(../../images/tab4/tab4_img01.jpg);
}
.winter .tab_day_area {
  border-top: solid 25px #DEA043;
}
.winter .tab_top_bg1 {
  width: 100%;
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(-1);
}
.winter .tab_top_bg2 {
  width: 100%;
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(1);
}
.winter .tab_bg1 {
  background-color: #F8F5E1;
}
.winter .tab_bg2 {
  background-color: #EFE9BF;
}
.winter .tab_day_line2 {
  background-color: #DEA043;
}
.winter .tab_shopImg_bg {
  background-image: url(../../images/tab4/tab4_bg03.jpg);
}
.winter .sp_bottom_treatment1 {
  bottom: 30px;
  left: -40px;
  transform: scaleX(1);
  max-width: 320px;
  width: 24%;
}
.winter .sp_bottom_treatment2 {
  bottom: 0;
  right: -9%;
  transform: scaleX(1);
  max-width: 380px;
  width: 28%;
}
.winter .tab_shop_in {
  flex: none;
}

.win_treatment1 {
  max-width: 460px;
  width: 35%;
  position: absolute;
  z-index: 10;
  top: -40px;
  right: -140px;
}

.win_treatment2 {
  max-width: 515px;
  width: 40%;
  position: absolute;
  z-index: 10;
  bottom: -80px;
  left: -70px;
}

.winter_box1 {
  margin: -45px auto 0;
  position: relative;
  z-index: 10;
}
.winter_box1 .tab_day_content_in {
  height: fit-content;
  margin: auto 0 0;
  padding: 70px 0 30px 40px;
}
.winter_box1 .tab_day_contentImg_pa {
  padding-right: 40px;
}

/* ----- タブエリア autumn-----*/
.autumn .tab_top {
  background-image: url(../../images/tab3/tab3_img01.jpg);
}
.autumn .sp_treatment {
  max-width: 385px;
  width: 28%;
  position: absolute;
  z-index: 10;
}
.autumn .tab_treatment1 {
  top: -86px;
  right: -103px;
}
.autumn .tab_treatment2 {
  bottom: -70px;
  left: -114px;
}
.autumn .tab_day_area {
  border-top: solid 25px #76A82C;
}
.autumn .tab_top_bg {
  width: 100%;
}
.autumn .tab_bg1 {
  background-color: #EEEEE1;
}
.autumn .tab_bg2 {
  background-color: #DEDEC4;
}
.autumn .tab_day_line2 {
  background-color: #76A82C;
}
.autumn .sp_bottom_treatment1 {
  bottom: -50px;
  left: -80px;
  transform: scaleX(1);
  max-width: 380px;
  width: 24%;
}
.autumn .sp_bottom_treatment2 {
  bottom: -200px;
  right: -6%;
  transform: scaleX(1);
  max-width: 380px;
  width: 24%;
}
.autumn .tab_shopImg_bg {
  background-image: url("../../images/tab3/tab3_bg01.jpg");
}

.autumn_tab_day_contentMa {
  margin: 30px auto 0;
}

.autumnBox1 .tab_day_content_in {
  padding: 70px 0 0px 0px;
  max-width: 505px;
  width: 53%;
}
.autumnBox1 .autumn_tab_day_content_in2 {
  display: block;
  padding: 90px 0px 40px 0px;
}
.autumnBox1 .autumn_tab_day_contentImg1 {
  margin: 50px 0 0;
}
.autumnBox1 .tab_day_content_text2 {
  padding: 0 40px 0 35px;
}
.autumnBox1 .flag_box {
  padding: 0 0 0 35px;
}
.autumnBox1 .tab_day_content_title {
  padding: 0 0 0 40px;
}
.autumnBox1 .tab_day_content_text {
  padding: 0 0 0 40px;
}
.autumnBox1 .tab_day_content2 {
  margin: 30px 0 0;
}
.autumnBox1 .tab_day_contentImg2 {
  max-width: 505px;
  width: 53%;
}
.autumnBox1 .autum_block {
  margin: 65px auto 0;
}
.autumnBox1 .autumn_content_in2 {
  padding: 20px 30px 0px 0px;
}

.autumn .img19 {
  position: absolute;
  bottom: -42%;
  left: -80px;
  max-width: 215px;
  width: 36%;
}

.tab_bg2_paBottom {
  padding: 180px 15px 365px;
}
.tab_bg2_paBottom .tab_day_contentImg {
  height: fit-content;
}

.autumn_day_img {
  display: flex;
  width: 100%;
  background-color: #DEDEC4;
}
.autumn_day_img .autumn_day2Img {
  width: 25%;
}

.autumn_anotherImg {
  margin: 100px 0 0;
}

.flag_box_autumn {
  margin: 20px 0 0;
}
.flag_box_autumn .tab_day_flag {
  font-size: 1rem;
}

.autumn_tab_day_content_in2 {
  padding: 90px 0px 40px 0px;
}
.autumn_tab_day_content_in2 .tab_day_content_text2 {
  padding: 0 40px 0 35px;
}
.autumn_tab_day_content_in2 .flag_box {
  padding: 0 0 0 35px;
}

/* -----画像が重なる箇所----- */
/* 共通右 */
.overlap_common_r {
  height: fit-content;
  position: relative;
  margin: 0 0 150px;
}
.overlap_common_r .overlap_commonImg_r1 {
  max-width: 530px;
  width: 88%;
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}
.overlap_common_r .overlap_commonImg_r2 {
  position: absolute;
  bottom: -43%;
  left: 0px;
  max-width: 275px;
  width: 49%;
  z-index: 10;
}

/* 共通左 */
.overlap_common_l {
  height: fit-content;
  position: relative;
  margin: 0 0 150px;
}
.overlap_common_l .overlap_commonImg_l1 {
  max-width: 530px;
  width: 88%;
  position: relative;
  z-index: 1;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
}
.overlap_common_l .overlap_commonImg_l2 {
  position: absolute;
  bottom: -43%;
  right: 0px;
  max-width: 275px;
  width: 49%;
  z-index: 10;
}

/* サマー */
.overlap_box1 {
  height: fit-content;
  position: relative;
  padding: 0px 0 0 40px;
  max-width: 435px;
  width: 42%;
  margin: 0 0 110px;
}
.overlap_box1 .overlap_img1_1 {
  max-width: 290px;
  width: 82%;
  position: relative;
  z-index: 1;
  text-align: right;
}
.overlap_box1 .overlap_img1_2 {
  position: absolute;
  bottom: -110px;
  right: 0px;
  max-width: 190px;
  width: 45%;
  z-index: 10;
}

.tab_day_contentImg3 {
  max-width: 485px;
  width: 46%;
}

.autumnBox1 .autumn_text2 {
  max-width: 440px;
  padding: 0 0 0 0;
  margin: 0 0 0 auto;
}

.autumn_line {
  display: flex;
  gap: 10px;
  height: fit-content;
}
.autumn_line .autumn_line_img1 {
  width: calc(30% - 5px);
}
.autumn_line .autumn_line_img2 {
  width: calc(70% - 5px);
}

/* -----オータムの画像がイレギュラーな箇所----- */
.four_img_box {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  gap: 10px;
}
.four_img_box img {
  width: calc(50% - 5px);
  height: auto;
}

.four_img2 {
  position: relative;
  top: 100px;
}

.four_img4 {
  position: relative;
  top: 100px;
}

.autumnBox1 .overlap_autumn_l {
  height: fit-content;
  position: relative;
  margin: 50px 0 25%;
  max-width: 485px;
}
.autumnBox1 .overlap_autumn_l .overlap_autumnImg_l1 {
  max-width: 390px;
  width: 88%;
  position: relative;
  z-index: 1;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
}
.autumnBox1 .overlap_autumn_l .overlap_autumnImg_l2 {
  position: absolute;
  bottom: -43%;
  right: 0px;
  max-width: 270px;
  width: 49%;
  z-index: 10;
}

/* -----羽田空港からすぐアクセス----- */
.tokyo_area {
  position: relative;
  padding: 155px 0px 175px;
  background-image: url("../../images/store/store_bg03.png");
  background-size: 410px;
  background-repeat: repeat;
  background-position: left 50%; /* 50px下にオフセット */
}
.tokyo_area::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: white;
  z-index: 0;
}

.tokyo_content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto 0;
  position: relative;
  z-index: 100;
}

.tokyo_content_in {
  max-width: 565px;
  width: 54%;
}

.tokyo_area_main {
  padding: 0 40px;
}

.tokyo_content_title {
  font-size: 2.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0 0;
}

.tokyo_content_text {
  margin: 45px 0 0;
}

.tokyo_contentImg {
  max-width: 480px;
  width: 45%;
  position: relative;
  height: fit-content;
  margin-top: auto;
  right: -100px;
}

.tokyo_shop_area {
  max-width: 1110px;
  margin: 75px auto 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
  padding: 0 15px;
}

.tokyo_shop_box {
  width: 50%;
  border: solid 1px black;
  background-color: white;
  padding: 0 0 40px;
}

.tokyo_shop_box:nth-child(2n) {
  border-left: none;
}

.tokyo_shop_box:nth-child(n+3) {
  border-top: none;
}

.tokyo_shop_main {
  width: 100%;
  padding: 40px 40px 0;
}

.tokyo_shop_ma {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 35px 40px;
  position: relative;
  border-left: solid 4px black;
}

.tokyo_shop_in_text {
  padding: 0px 40px 0;
}

.tokyo_shop_text {
  margin: 100px 0 0;
  text-align: center;
  padding: 0 40px;
}

/* 機内でもフルーツを */
.inside {
  padding: 100px 15px;
  background-color: #eef5ff;
  position: relative;
  overflow: hidden;
}

.inside_title_area {
  display: flex;
  gap: 15px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.inside_icon {
  width: 43px;
}

.inside_title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #00146e;
}

.inside_content {
  margin: 50px auto 0;
  max-width: 1000px;
  position: relative;
  z-index: 100;
}

.inside_area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.inside_box {
  max-width: 485px;
}

.inside_text {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 5px 0 0 auto;
  width: fit-content;
}

.inside_aside {
  text-align: center;
  margin: 30px 0 0;
}

.inside_treatment {
  max-width: 420px;
  width: 29%;
  position: absolute;
  z-index: 0;
}

.inside_treatment1 {
  bottom: -40px;
  left: -70px;
}

.inside_treatment2 {
  bottom: -40px;
  right: -70px;
}

/* -----アニメーション----- */
/* 順番に入る */
.fade_js {
  opacity: 0;
  transform: scale(1.11);
  transition: 0.5s;
  transition-delay: 0s;
}

.fade_js.active {
  opacity: 1;
  transform: scale(1);
}

.fade_js2 {
  opacity: 0;
  transform: scale(1.11);
  transition: 0.5s;
  transition-delay: 0s;
}

.fade_js2.active {
  opacity: 1;
  transform: scale(1);
}

/* 単発で入る */
.fade_in_js {
  opacity: 0;
  transform: scale(1.11);
  transition: 0.5s;
}

.fade_in_js.active {
  opacity: 1;
  transform: scale(1);
}

/* 単発で入る タブの画像*/
.fade_in_js_tab {
  opacity: 0;
  transform: scale(1.11);
  transition: 0.5s;
}

.fade_in_js_tab.active {
  opacity: 1;
  transform: scale(1);
}

/* ラインのアニメーション */
.day_line_js {
  transform: translateX(-100%);
  transition: 1s;
  transition-timing-function: cubic-bezier(0.03, 0.84, 0.14, 0.98);
  transition-delay: 0.5s;
}

.day_line_js.active {
  transform: translateX(0%);
}

/* 背景色のアニメーション */
.tab_top_bgColor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}

.top_bg_js {
  transition: opacity 0.8s;
}

.spring .tab_top_bgColor {
  background-color: rgb(161, 30, 81);
}
.spring .top_bg_js.active {
  opacity: 0;
}

.summer .tab_top_bgColor {
  background-color: rgb(156, 54, 0);
}
.summer .top_bg_js.active {
  opacity: 0;
}

.autumn .tab_top_bgColor {
  background-color: rgb(42, 91, 22);
}
.autumn .top_bg_js.active {
  opacity: 0;
}

.winter .tab_top_bgColor {
  background-color: rgb(119, 81, 20);
}
.winter .top_bg_js.active {
  opacity: 0;
}

/* ===============================
ieのcss  
================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10・11に指定するスタイルを記入 */
}
/* ===============================
Firefoxのcss  
================================*/
@-moz-document url-prefix() {
  /* Firefoxに指定するスタイルを記入 */
  .tab_figure {
    position: relative;
    max-height: 168px;
  }
  .tab_figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
/* ===============================
Chromeのcss  
================================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Chromeに指定するスタイルを記入 */
}
/* ===============================
Safariのcss  
================================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safariに指定するスタイルを記入 */
}
/* ===============================
pcレスポンシブ  
================================*/
@media screen and (max-width: 1200px) {
  .sp_on1200 {
    display: block;
  }
  .pc_on1200 {
    display: none;
  }
  /* タブエリア、スプリング */
  .tokyo_contentImg {
    right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .sp_on1100 {
    display: block;
  }
  .pc_on1100 {
    display: none;
  }
  .winter .sp_bottom_treatment1 {
    bottom: 50px;
    left: -50px;
    transform: scaleX(1);
    max-width: 320px;
    width: 20%;
  }
  .winter .sp_bottom_treatment2 {
    bottom: 40px;
    right: -9%;
    transform: scaleX(1);
    max-width: 380px;
    width: 23%;
  }
  /* 画像の重なる箇所 */
  .overlap_box1 .overlap_img1_2 {
    width: 35%;
  }
}
@media screen and (max-width: 1000px) {
  .sp_on1000 {
    display: block;
  }
  .pc_on1000 {
    display: none;
  }
  .winter_box1 {
    margin: 30px auto 0;
  }
  .autumn .tab_treatment1 {
    right: -43px;
  }
  .autumn .tab_treatment2 {
    left: -74px;
  }
  .autumn .sp_treatment {
    max-width: 385px;
    width: 33%;
  }
  /* 画像重なる箇所 */
  .overlap_box1 {
    padding: 30px 0 0 40px;
  }
  /* 葡萄のパフェ */
  .grape_overlap {
    width: 43%;
  }
}
@media screen and (max-width: 900px) {
  .sp_on900 {
    display: block;
  }
  .pc_on900 {
    display: none;
  }
  /* -----タブエリア、スプリング----- */
  .tab_day_content_text {
    margin: 20px 0 0;
  }
  .flag_box {
    margin: 30px 0 0;
  }
  .tab_day_content_title {
    font-size: 27px;
  }
  .tab_day_main_title {
    font-size: 2.375rem;
  }
  .tab_day_line2 {
    width: calc(100% - 25px);
  }
  /* その他の春のフルーツ体験 */
  .tab_shop_content {
    padding: 0 0px 0px;
  }
  .tab_shop_in {
    max-width: 460px;
    margin: 0 auto 0;
    display: block;
  }
  .tab_shop_nega {
    margin: 25px auto 0;
    position: relative;
    z-index: 10;
    padding: 0 25px;
  }
  .tab_shop_in2 {
    margin: 30px 0 0;
  }
  .tab_shop_in_img {
    max-width: inherit;
    width: 100%;
  }
  .tab_shop_info {
    max-width: inherit;
    width: 100%;
  }
  .tab_shop_in2_img {
    max-width: inherit;
    width: 100%;
    padding: 30px 25px 0;
  }
  .tab_shop_in2 .tab_shop_name {
    padding: 10px 0 10px 25px;
  }
  .tab_shop_ma {
    margin: 10px 0;
  }
  .tab_shop_in2_text {
    padding: 0 25px;
  }
  .tab_shop_spot {
    background-color: white;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .tab_shop_spot::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -300px;
    width: 300px;
    height: 1px;
    background-color: black;
    z-index: -1;
    transform: translateY(-50%);
  }
  .tab_shop_spot::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: auto;
    width: 300px;
    height: 1px;
    background-color: black;
    right: -300px;
    z-index: -1;
    transform: translateY(-50%);
  }
  .tab_day_content_in {
    padding: 70px 0px 0px 40px;
  }
  /* -----羽田空港からすぐアクセス----- */
  .tokyo_content {
    display: flex;
    justify-content: inherit;
    flex-direction: column-reverse;
    padding: 0 25px;
    gap: inherit;
  }
  .tokyo_content_in {
    max-width: 100%;
    width: 100%;
    margin: 30px 0 0;
  }
  .tokyo_contentImg {
    right: auto;
    width: 180px;
    margin: 0 auto 0;
  }
  .tokyo_fruits {
    padding: 0 15px;
  }
  .tokyo_content_title {
    margin: 25px 0 0;
  }
  /* tab summer */
  .be_wBox {
    display: block;
  }
  .be_wBox .tab_be_link:last-of-type {
    margin: 20px auto 0;
  }
  .tab_bg2_paBottom {
    padding: 180px 15px 180px;
  }
  .autumn_content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sp_on767 {
    display: block;
  }
  .pc_on767 {
    display: none;
  }
  .rec_767 {
    display: block;
  }
  .fade_in_js {
    transition-delay: 0s;
  }
  .day_line_js {
    transition-delay: 0.3s;
  }
  /* -----mv----- */
  .mv_treatment1 {
    left: -7%;
  }
  .mv_treatment2 {
    top: -10px;
    right: -4%;
  }
  .mv_about_title {
    font-size: 1.625rem;
  }
  .mv_about_box {
    max-width: inherit;
    width: 100%;
    padding: 0 25px;
  }
  .mv_about_titleArea {
    margin: 2px 0 0;
  }
  /* -----タブエリア ボタン----- */
  .tab_list {
    margin: 50px 0 0;
  }
  .tab_list_in {
    flex-wrap: wrap;
  }
  .tab_list_li {
    flex-direction: column;
    width: 50%;
    border-bottom: solid 1px black;
  }
  .tab_item_text_box {
    padding: 40px 10px 30px;
  }
  .tab_item_text {
    text-align: left;
  }
  .tab_list_li:nth-child(n+3) {
    margin: 20px 0 0;
    border-top: solid 1px black;
    border-bottom: none;
  }
  .tab_list_li:nth-child(2n) {
    border-right: solid 1px black;
  }
  .tab_top {
    height: 300px;
  }
  .tab_introduction_titleImg {
    max-width: 85%;
  }
  .tab_bottom_in .tab_item_text_box {
    padding: 30px 10px 30px;
  }
  /* -----タブエリア スプリング----- */
  .tab_introduction_top_title {
    padding: 100px 40px 100px;
    position: relative;
  }
  .tab_introduction_lead {
    width: 100%;
    font-size: 2.5rem;
  }
  .tab_introduction_supplement {
    margin: 30px auto 0;
  }
  .tab_treatment2 {
    bottom: -70px;
    left: 0px;
  }
  .tab_day_content1 {
    display: flex;
    flex-direction: column;
  }
  .tab_day_content_in {
    padding: 30px 0 0px 0px;
    width: 100%;
    max-width: 100%;
  }
  .tab_bg1 {
    padding: 100px 15px 100px;
  }
  .tab_day_main_title {
    margin: 70px auto 0;
    font-size: 2.5rem;
  }
  .tab_day_main_img {
    margin: 55px 0 0;
  }
  .tab_day_content {
    margin: 35px auto 0;
  }
  .tab_day_content_title {
    font-size: 1.6875rem;
    padding: 0 25px;
  }
  .tab_day_line1 {
    width: 25px;
  }
  .tab_day_content_text {
    margin: 20px 0 0;
    padding: 0 25px;
  }
  .tab_day_contentImg {
    max-width: 100%;
    width: 100%;
    padding: 0 0px;
  }
  .tab_day_contentImg_pa {
    padding: 30px 0px 0;
  }
  .tab_day_content2 {
    flex-direction: column;
    padding: 0 25px;
    margin: 10px 0 0;
  }
  .tab_day_contentImg2 {
    max-width: 100%;
    width: 100%;
  }
  .tab_day_content_in2 {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0px 40px 0px;
  }
  .tab_bg2 {
    padding: 100px 15px;
  }
  .tab_reverse {
    flex-direction: column-reverse;
  }
  .flag_box_pa25 {
    padding: 0 0 0 25px;
  }
  .tab_reverse_none {
    flex-direction: column;
  }
  .tab_day_paBottom {
    padding-bottom: 0px;
  }
  .tab_reverse_res {
    flex-direction: column-reverse;
  }
  .day_footer_course_box {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    border-bottom: none;
    padding: 0;
  }
  .day_footer_course_box_in {
    padding: 0 20px;
    margin: 0px auto 0;
    display: flex;
    border: solid 1px black;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .day_footer_course_box_road {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    margin: 10px auto 0;
  }
  .tab_be_link {
    margin: 40px auto 0;
  }
  .tab_shop {
    padding: 100px 15px;
  }
  .tab_shop_area {
    margin: 90px auto 0;
    display: block;
  }
  .tab_shop_box {
    width: 100%;
  }
  .tab_shop_in {
    max-width: 100%;
    width: 100%;
  }
  .tab_shopImg_bg {
    top: 0px;
  }
  .day_footer_aside {
    margin: 15px 0 0;
    line-height: 1.8;
  }
  /*  羽田空港からすぐアクセス */
  .tokyo_area {
    padding: 100px 0px 100px;
  }
  .tokyo_shop_ma {
    padding: 20px 40px;
  }
  /* 機内でもフルーツを */
  .inside_title_area {
    display: block;
  }
  .inside_area {
    display: block;
  }
  .inside_box {
    max-width: 100%;
    width: 100%;
  }
  .inside_icon {
    width: 43px;
    margin: 0 auto 20px;
  }
  .inside_box:last-of-type {
    margin: 10px 0;
  }
  .inside_aside {
    margin: 30px 0 0;
    padding: 0 40px;
  }
  .inside_treatment1 {
    left: -20px;
  }
  /* -----タブエリア winter----- */
  .winter_box1 .tab_day_content_in {
    padding: 30px 0 0px 0px;
  }
  /* -----タブエリア autumn----- */
  .autumn_tabBg .tab_day_contentImg {
    padding: 0 25px;
  }
  .autumn_img_box {
    margin: 50px 0 0;
  }
  .autumn_anotherImg {
    margin: 150px 0 0;
  }
  .tab_day_content_ma {
    margin: 45px auto 0;
  }
  .autumnBox1 .tab_day_content_in {
    padding: 0px 0 0px 0px;
    max-width: 100%;
    width: 100%;
  }
  .autumnBox1 .tab_day_content_another .tab_day_content_text {
    padding: 20px 0 0px 25px;
  }
  .autumnBox1 .autumn_tab_day_contentImg1 {
    margin: 40px 0 0;
    padding: 0 25px;
  }
  .autumnBox1 .tab_day_contentImg2 {
    max-width: 100%;
    width: 100%;
  }
  .autumnBox1 .autum_block {
    margin: 0px auto 0;
    flex-direction: column-reverse;
    padding: 0 25px;
  }
  .autumnBox1 .tab_day_contentImg_pa {
    padding: 0px 0 0px 0px;
  }
  .autumnBox1 .tab_day_content_text {
    padding: 0 0 0;
    margin: 0;
  }
  .autumnBox1 .flag_box {
    padding: 0 0 0;
  }
  .autumnBox1 .tab_day_content_title {
    padding: 30px 0 0 25px;
  }
  .autumn_day_img {
    flex-wrap: wrap;
  }
  .autumn_day_img .autumn_day2Img {
    width: 50%;
  }
  .tab_day_conten_maTop0 {
    margin: 0px auto 0;
  }
  .autumn .sp_bottom_treatment2 {
    bottom: -60px;
    right: -60px;
  }
  .autumn .sp_bottom_treatment1 {
    bottom: -50px;
    left: -80px;
  }
  .autumnBox1 .overlap_autumn_l {
    height: fit-content;
    position: relative;
    margin: 40px 0 140px;
    max-width: 100%;
  }
  .overlap_autumn_l .overlap_autumnImg_l2 {
    bottom: -140px;
    right: 25px;
    max-width: inherit;
    width: 270px;
    z-index: 10;
  }
  .overlap_autumn_l .overlap_autumnImg_l1 {
    max-width: 100%;
    width: 70%;
    position: relative;
    z-index: 1;
    margin: 0 auto 0 0;
  }
  .tab_day_contentImg3 {
    max-width: 100%;
    width: 100%;
  }
  .autumnBox1 .tab_day_content_text2 {
    padding: 0;
    max-width: 100%;
  }
  /* 共通 */
  .all_flex_reverse {
    flex-direction: column-reverse;
  }
  .tab_day_content2_spPa {
    padding: 0;
  }
  .winter_box1 .tab_day_contentImg_pa {
    padding-right: inherit;
    padding: 30px 25px 0;
  }
  .tab_img_pa767 {
    padding: 30px 25px 0;
  }
  /* -----画像の重なる箇所----- */
  /* 共通右 */
  .overlap_common_r {
    margin: 0 0 160px;
  }
  .overlap_common_r .overlap_commonImg_r2 {
    bottom: -160px;
    width: 275px;
  }
  /* 共通左*/
  .overlap_common_l {
    margin: 0 0 160px;
  }
  .overlap_common_l .overlap_commonImg_l2 {
    width: 275px;
    bottom: -160px;
  }
  /* サマー */
  .overlap_box1 {
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
    margin: 0;
  }
  .overlap_box1 .overlap_img1_1 {
    max-width: inherit;
    width: 56.5%;
    position: relative;
    z-index: 1;
  }
  .overlap_box1 .overlap_img1_2 {
    position: relative;
    bottom: inherit;
    right: inherit;
    max-width: inherit;
    width: 42%;
    z-index: 10;
  }
  /* 葡萄のパフェ */
  .grape_overlap {
    width: 100%;
    margin: 0 auto 90px;
    display: flex;
  }
  .grape_overlap .grape_overlap_img1 {
    width: 87%;
    margin: 0 0 0 auto;
  }
  .grape_overlap .img19 {
    position: absolute;
    bottom: -90px;
    left: 0;
    max-width: 215px;
    width: 200px;
  }
  .autumnBox1 .overlap_autumn_l .overlap_autumnImg_l2 {
    position: absolute;
    bottom: -160px;
    right: 30px;
    max-width: 270px;
    width: 270px;
  }
  .autumnBox1 .overlap_autumn_l .overlap_autumnImg_l1 {
    max-width: inherit;
    width: 88%;
    margin: 0 auto 0 0;
  }
}/*# sourceMappingURL=ja_style.css.map */