@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
#experience .main_title {
  color: #897D55;
  margin-bottom: 20px;
}
#experience .anchor_list {
  margin-top: 60px;
  justify-content: center;
  gap: 40px;
}
#experience .anchor_list + .anchor_list {
  margin-top: 40px;
}
#experience .anchor_list div {
  width: calc((100% - 40px)/2);
  border-radius: 10px;
  overflow: hidden;
}
#experience .anchor_list div a {
  height: 150px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  color: var(--mainColor);
  font-size: 28px;
  line-height: 1.6em;
  position: relative;
}
#experience .anchor_list div a .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--mainColor);
  position: absolute;
  right: 30px;
  top: calc(50% - 15px);
}
#experience .anchor_list div a .btn:after {
  content: '';
  width: 12px;
  height: 6px;
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
}
#experience .anchor_list div a.no01 {
  background: url(../p_common/images/experience/anchor_bgi01.png) no-repeat center / cover;
}
#experience .anchor_list div a.no02 {
  background: url(../p_common/images/experience/anchor_bgi02.png) no-repeat center / cover;
}
#experience .anchor_list div a.no03 {
  background: url(../p_common/images/experience/anchor_bgi03.png) no-repeat center / cover;
}
#experience .anchor_list div a.no04 {
  background: url(../p_common/images/experience/anchor_bgi04.png) no-repeat center / cover;
}
#experience .anchor_list div a.no05 {
  background: url(../p_common/images/experience/anchor_bgi05.png) no-repeat center / cover;
}


#season {
  overflow: clip;
}
#season .season_cts {
  position: relative;
  padding-top: 70px;
}
#season .season_cts .bgi {
  width: 500px;
  height: 500px;
  position: absolute;
  right: -100px;
  top: 0;
  z-index: 1;
}
#season .season_cts:nth-child(even) .bgi {
  right: unset;
  left: -100px;
}
#season .season_wrap {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 4%;
  position: relative;
  z-index: 3;
}
#season .season_cts:nth-child(even) .season_wrap {
  flex-direction: row-reverse;
}
#season .season_wrap .img_main {
  width: 57.5%;
  max-width: 690px;
}
#season .season_wrap .cts {
  width: 38.5%;
  max-width: 460px;
}
#season .season_wrap .cts .text_en {
  display: block;
  margin: 0 0 25px;
}
#season .season_wrap .cts .cts_title {
  color: #897D55;
  text-align: left;
  margin-bottom: 25px;
}
#season .season_wrap .cts p {
  font-size: 18px;
  line-height: 2em;
}
#season .wrap {
  padding-bottom: 120px;
}
#season .season_cts + .season_cts {
  margin-top: 150px;
}
#season .season_wrap {
  align-items: flex-end;
}
#season .season_wrap .cts .btn_box {
  margin-top: 20px;
}
#season .season_wrap .cts .btn_box a.btn {
  width: 100%;
  max-width: 100%;
}
#season .season_wrap .cts .img_list {
  margin: 50px 0 0 0;
  gap: 15px;
}
#season .season_wrap .cts .img_list img {
  width: calc((100% - 15px)/2);
}
#season .season_wrap img.main {
  width: 100%!important;
  height: auto;
}

#experience #information {
  background: #F0F0DC;
}
#experience #information .wrap {
  padding: 60px 0 100px;
}
#experience #information .cts_box {
  background: #fff;
  padding: 60px 20px;
}
#experience #information .cts_box + .cts_box {
  margin-top: 60px;
}
#experience #information .cts_box .inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#experience #information .cts_box .cts_title.gold {
  color: #897D55;
}
#experience #information .cts_box .cts_title {
  margin-bottom: 20px;
}
#experience #information .sightseeing {
  justify-content: flex-start;
  gap: 50px;
  margin-top: 40px;
}
#experience #information .sightseeing .in_box {
  width: calc((100% - 50px)/2);
}
#experience #information .youtube .in_box .img,
#experience #information .sightseeing .in_box .img {
  width: 100%;
  text-align: center;
}
#experience #information .youtube .in_box .img img,
#experience #information .sightseeing .in_box .img img {
  width: 100%;
}
#experience #information .sightseeing .in_box h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
}
#experience #information .sightseeing .in_box p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8em;
}
#experience #information .sightseeing .in_box a {
  text-decoration: underline;
}
i.link {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/maihama/p_common/images/icon/link_large.png) no-repeat center / contain;
  margin: 0 0 0 5px;
}
#experience #information .youtube {
  justify-content: flex-start;
  gap: 50px;
  margin-top: 40px;
}
#experience #information .youtube {
  justify-content: flex-start;
  gap: 30px 50px;
  margin-top: 40px;
}
#experience #information .youtube .in_box {
  width: calc((100% - 50px*3)/4);
}
#experience #information .youtube .in_box a {
  text-decoration: none;
  color: var(--mainColor);
}
#experience #information .youtube .in_box h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
}


/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #experience .anchor_list {
    gap: 20px;
  }
  #experience .anchor_list div {
    width: 100%;
    border-radius: 6px;
  }
  #experience .anchor_list div a {
    height: 100px;
    font-size: 20px;
    line-height: 1.6em;
  }
  #experience .anchor_list + .anchor_list {
    margin-top: 20px;
  }
  #season .season_wrap .cts {
    width: 100%;
    max-width: 100%;
  }
  #season .season_cts {
    padding-top: 50px;
  }
  #season .season_cts + .season_cts {
    margin-top: 70px;
  }
  #season .season_cts .bgi {
    width: 90%;
    height: 80%;
    right: -15%;
  }
  #season .season_cts:nth-child(even) .bgi {
    right: unset;
    left: -15%;
  }
  #season .season_wrap .cts p {
    font-size: 14px;
    line-height: 2em;
  }
  #season .season_wrap .cts .img_list {
    margin: 15px 0 0 0;
  }
  #season .season_wrap .cts .cts_title {
    text-align: left;
    margin-bottom: 15px;
  }
  #season .wrap {
    padding-bottom: 70px;
  }
  #season .season_wrap p {
    font-size: 14px;
  }
  #menu .season_cts:nth-child(even) .season_wrap {
    flex-direction: row;
  }
  #experience #information .cts_box {
    padding: 50px 20px;
  }
  #experience #information .cts_box {
    padding: 50px 20px;
  }
  #experience #information .sightseeing {
    gap: 20px;
    margin-top: 30px;
  }
  #experience #information .sightseeing .in_box {
    width: calc((100% - 20px) / 2);
  }
  #experience #information .sightseeing .in_box h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6em;
  }
  #experience #information .sightseeing .in_box p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.8em;
  }
  #experience #information .youtube {
    gap: 20px 20px;
    margin-top: 30px;
  }
  #experience #information .youtube .in_box {
    width: calc((100% - 20px * 1) / 2);
  }
  #experience #information .youtube .in_box h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6em;
  }
  #experience #information .wrap {
    padding: 60px 0;
  }
  #experience #information .cts_box + .cts_box {
    margin-top: 30px;
  }
  .contact_low .btn_wrap a.btn {
    width: 100%;
  }
  #season .season_wrap .cts .btn_box a.btn {
    max-width: 296px;
    text-align: center;
    margin: 0 auto;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}