.lower {
  background-color: #ffe830;
}

main {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main {
    width: 132rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  main {
    width: 67rem;
  }
}

#vol1 {
  background: #fff;
}
@media screen and (min-width: 769px) {
  #vol1 {
    border: 0.4rem solid #000;
    background-image: url(/assets/images/tabisakiannaijo/lower/vol1_bg_pc.svg);
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
@media screen and (max-width: 768px) {
  #vol1 {
    border: 0.4rem solid #000;
    background-image: url(/assets/images/tabisakiannaijo/lower/vol1_bg_sp.svg);
    background-repeat: no-repeat;
    background-position: center 46rem;
  }
}
#vol1 .vol1_inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner {
    width: 100rem;
    padding: 3.3rem 0 20rem;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner {
    width: 58.8rem;
    padding: 3.7rem 0 4rem;
    display: grid;
  }
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner_txt {
    width: 51.8rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner_txt {
    width: 58.8rem;
    order: 2;
    text-align: center;
  }
}
#vol1 .vol1_inner_txt .sub_ttl {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner_txt .sub_ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner_txt .sub_ttl {
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
    text-align: center;
  }
}
#vol1 .vol1_inner_txt .sub_ttl_vol {
  font-family: "Pattaya";
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner_txt .sub_ttl_vol {
    font-size: 2rem;
    margin-right: 1.5rem;
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner_txt .sub_ttl_vol {
    font-size: 2.6rem;
    margin-right: 1.5rem;
    border-bottom: 2px solid #000;
  }
}
#vol1 .vol1_inner_txt .sub_ttl .sub_ttl_number {
  font-family: "Pattaya";
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner_txt .sub_ttl .sub_ttl_number {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner_txt .sub_ttl .sub_ttl_number {
    font-size: 3.6rem;
  }
}
#vol1 .vol1_inner_txt .ttl {
  display: inline;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  letter-spacing: 0.07em;
  background: linear-gradient(transparent 70%, #ffe830 0%);
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner_txt .ttl {
    font-size: 2.8rem;
    line-height: 4.9rem;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner_txt .ttl {
    font-size: 3rem;
    text-align: center;
    line-height: 5.2rem;
  }
}
#vol1 .vol1_inner_txt .lead {
  text-align: justify;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner_txt .lead {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 3.1rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner_txt .lead {
    margin-top: 3rem;
    font-size: 2.8rem;
    line-height: 4.8rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner .vol1_img {
    width: 41.6rem;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner .vol1_img {
    width: 39.6rem;
    margin: 0 auto;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner .vol1_img > img {
    border: 0.4rem solid #000;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner .vol1_img > img {
    border: 0.4rem solid #000;
    border-radius: 50%;
    margin-bottom: 27rem;
  }
}
#vol1 .vol1_inner .vol1_cloud {
  position: absolute;
  animation: cloudX 3s ease-in-out infinite alternate;
}
#vol1 .vol1_inner .vol1_cloud img {
  animation: cloudY 4s ease-in-out infinite alternate;
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner .vol1_cloud_01 {
    top: 21rem;
    left: -12.6rem;
    width: 9.7rem;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner .vol1_cloud_01 {
    top: 12rem;
    left: -1rem;
    width: 9.3rem;
  }
}
#vol1 .vol1_inner .vol1_cloud_02 {
  animation-delay: 1s;
}
#vol1 .vol1_inner .vol1_cloud_02 img {
  animation-delay: 1s;
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner .vol1_cloud_02 {
    top: 7.6rem;
    right: 35.6rem;
    width: 9.3rem;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner .vol1_cloud_02 {
    top: 4.8rem;
    right: -0.4rem;
    width: 11rem;
  }
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner .vol1_cloud_03 {
    top: 33rem;
    right: -7.1rem;
    width: 15.8rem;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner .vol1_cloud_03 {
    top: 30rem;
    right: 3.6rem;
    width: 13.4rem;
  }
}
#vol1 .vol1_inner .vol1_cloud_04 {
  animation-delay: 1.5s;
}
#vol1 .vol1_inner .vol1_cloud_04 img {
  animation-delay: 1.5s;
}
@media screen and (min-width: 769px) {
  #vol1 .vol1_inner .vol1_cloud_04 {
    top: 3.4rem;
    right: -12rem;
    width: 11rem;
  }
}
@media screen and (max-width: 768px) {
  #vol1 .vol1_inner .vol1_cloud_04 {
    display: none;
  }
}

.intro {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .intro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.5rem 0 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    display: grid;
    padding: 7rem 0;
  }
}
.intro .pagelogo {
  position: relative;
}
@media screen and (min-width: 769px) {
  .intro .pagelogo {
    padding-right: 8.5rem;
    margin-right: 8.5rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .pagelogo {
    margin: 0 auto;
    margin-bottom: 5rem;
    padding-bottom: 6rem;
  }
}
.intro .pagelogo::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 769px) {
  .intro .pagelogo::before {
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 0.3rem;
    height: 15.8rem;
    background: url(/assets/images/tabisakiannaijo/lower/intro_border.svg) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .intro .pagelogo::before {
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 48.7rem;
    height: 0.4rem;
    background: url(/assets/images/tabisakiannaijo/lower/intro_border_sp.svg) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .intro .pagelogo > img {
    width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .pagelogo > img {
    width: 38rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .what_txt {
    width: 48.2rem;
    font-size: 1.5rem;
    line-height: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .what_txt {
    width: 58.8rem;
    font-size: 2.8rem;
    line-height: 4.8rem;
    margin: 0 auto;
  }
}
.intro .what_txt .what_ttl {
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .intro .what_txt .what_ttl {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .what_txt .what_ttl {
    font-size: 3.2rem;
    padding-bottom: 1.8rem;
    text-align: center;
  }
}
.intro .what_txt > p {
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .intro .what_txt > p {
    font-size: 1.5rem;
    line-height: 2.9rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .intro .what_txt > p {
    font-size: 2.8rem;
    line-height: 4.3rem;
    letter-spacing: 0.015em;
  }
}

#okayama {
  position: relative;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #okayama {
    width: 125.8rem;
    margin-top: 18.8rem;
    border: 0.4rem solid #000;
  }
}
@media screen and (max-width: 768px) {
  #okayama {
    width: 100vw;
    margin-top: 25.6rem;
    margin-inline: calc(50% - 50vw);
    border-top: 0.4rem solid #000;
  }
}
#okayama .event_cloud {
  position: absolute;
  animation: cloudX 3s ease-in-out infinite alternate;
}
#okayama .event_cloud img {
  animation: cloudY 4s ease-in-out infinite alternate;
}
@media screen and (min-width: 769px) {
  #okayama .event_cloud_01 {
    top: -14.3rem;
    left: 8rem;
    width: 12.8rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_cloud_01 {
    top: -16.3rem;
    left: -0.4rem;
    width: 12.8rem;
  }
}
#okayama .event_cloud_02 {
  animation-delay: 1s;
}
#okayama .event_cloud_02 img {
  animation-delay: 1s;
}
@media screen and (min-width: 769px) {
  #okayama .event_cloud_02 {
    top: -17.3rem;
    right: 3.8rem;
    width: 15.4rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_cloud_02 {
    top: -29.4rem;
    right: 9rem;
    width: 12.4rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .event_cloud_03 {
    top: -2.5rem;
    right: 14rem;
    width: 9rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_cloud_03 {
    top: -11.3rem;
    right: 3rem;
    width: 9rem;
  }
}
#okayama .event {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  #okayama .event {
    width: 72rem;
    margin-top: -21.2rem;
    padding: 7.8rem 0 4.3rem;
    background-image: url(/assets/images/tabisakiannaijo/lower/event_pole.png);
    background-size: 14.6rem auto;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event {
    position: relative;
    width: 58.8rem;
    margin-top: -28rem;
    padding: 8.6rem 0 4.5rem;
    background-image: url(/assets/images/tabisakiannaijo/lower/event_pole_sp.png);
    background-size: 15.2rem auto;
  }
}
#okayama .event_box {
  display: flex;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #okayama .event_box {
    border: 0.4rem solid #000;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box {
    border: 0.4rem solid #000;
    border-radius: 2.6rem;
  }
}
#okayama .event_box .event_icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .event_icon {
    gap: 1.4rem;
    width: 18.5rem;
    background-size: 1.3rem 1.3rem;
    background-image: radial-gradient(circle, rgb(255, 232, 48) 0.26rem, transparent 0.26rem), radial-gradient(circle, rgb(255, 232, 48) 0.26rem, transparent 0.26rem);
    background-position: 0px 0px, 0.7rem 0.7rem;
    border-right: 0.4rem solid #000;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .event_icon {
    width: 13.4rem;
    background-size: 1.3rem 1.3rem;
    background-image: radial-gradient(circle, rgb(255, 232, 48) 0.26rem, transparent 0.26rem), radial-gradient(circle, rgb(255, 232, 48) 0.26rem, transparent 0.26rem);
    background-position: 0px 0px, 0.7rem 0.7rem;
    border-right: 0.4rem solid #000;
    border-top-left-radius: 2.6rem;
    border-bottom-left-radius: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .event_box .event_icon_img {
    width: 9.1rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .event_icon_img {
    width: 7.8rem;
  }
}
#okayama .event_box .event_cont {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .event_cont {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .event_cont {
    padding-top: 4.5rem;
  }
}
#okayama .event_box .event_ttl {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .event_ttl {
    font-size: 2.1rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .event_ttl {
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 1.6rem;
  }
}
#okayama .event_box .event_ttl .blue {
  color: #0050c8;
}
#okayama .event_box .event_ttl .red {
  color: #e5202e;
}
#okayama .event_box .event_lead {
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .event_lead {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .event_lead {
    display: none;
  }
}
#okayama .event_box .period {
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .period {
    width: 42rem;
    padding: 0.35rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .period {
    width: 39.5rem;
    padding: 0.5rem 0;
    font-size: 2.6rem;
  }
}
#okayama .event_box .perid_num_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .perid_num_wrap {
    gap: 4.7rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .perid_num_wrap {
    gap: 3.4rem;
  }
}
#okayama .event_box .perid_num_wrap::before {
  content: "";
  position: absolute;
  background: url(/assets/images/tabisakiannaijo/lower/icon_arrow_blk.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .perid_num_wrap::before {
    top: 48%;
    left: 46.8%;
    width: 2.6rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .perid_num_wrap::before {
    top: 57%;
    left: 51.2%;
    width: 2.4rem;
    height: 1.1rem;
  }
}
#okayama .event_box .perid_num_wrap .perid_num {
  display: flex;
  align-items: center;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .perid_num_wrap .perid_num {
    gap: 0.5rem;
    margin-top: 1rem;
    line-height: 1;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .perid_num_wrap .perid_num {
    gap: 0.5rem;
    margin-top: 1.5rem;
    line-height: 1;
    font-size: 2.6rem;
  }
}
#okayama .event_box .perid_num_wrap .perid_num .txt_l {
  font-family: "Pattaya";
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .perid_num_wrap .perid_num .txt_l {
    line-height: 1;
    font-size: 4.3rem;
    padding-left: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .perid_num_wrap .perid_num .txt_l {
    line-height: 1;
    font-size: 5.8rem;
  }
}
#okayama .event_box .perid_num_wrap .perid_num .txt_blue {
  color: #0050c8;
}
#okayama .event_box .perid_num_wrap .perid_num .txt_red {
  color: #e5202e;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .event_link {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .event_link {
    margin-top: 2.4rem;
  }
}
#okayama .event_box .event_link a {
  display: block;
  position: relative;
  background-color: #e5202e;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .event_link a {
    padding: 1.1rem 5.5rem;
    border-top: 0.4rem solid #000;
    border-bottom-right-radius: 1.6rem;
    line-height: 1;
    font-size: 1.6rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .event_link a {
    padding: 1.5rem 0;
    border-top: 0.4rem solid #000;
    border-bottom-right-radius: 2rem;
    line-height: 1;
    font-size: 2.8rem;
    text-align: center;
  }
}
#okayama .event_box .event_link a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url(/assets/images/tabisakiannaijo/lower/icon_arrow.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #okayama .event_box .event_link a::before {
    right: 2.2rem;
    width: 1.8rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_box .event_link a::before {
    right: 2.5rem;
    width: 2.8rem;
    height: 2.2rem;
  }
}
#okayama .event_box .event_link a:hover {
  background-color: #000;
  color: #fff;
}
#okayama .event_no_box {
  display: flex;
}
#okayama .event_no_box .event_cont {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .event_cont {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .event_cont {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .event_cont_img {
    width: 100%;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .event_cont_img {
    width: 100%;
    padding-bottom: 6rem;
  }
}
#okayama .event_no_box .event_ttl {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .event_ttl {
    font-size: 2.1rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .event_ttl {
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 1.6rem;
  }
}
#okayama .event_no_box .event_ttl .blue {
  color: #0050c8;
}
#okayama .event_no_box .event_ttl .red {
  color: #e5202e;
}
#okayama .event_no_box .event_place {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .event_place {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .event_place {
    font-size: 3rem;
    line-height: 4.5rem;
    padding-top: 3.4rem;
  }
}
#okayama .event_no_box .period {
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .period {
    width: 48rem;
    padding: 0.5rem 0;
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .period {
    width: 48rem;
    padding: 1rem 0;
    font-size: 2.8rem;
  }
}
#okayama .event_no_box .period:first-of-type {
  margin-top: 0;
}
#okayama .event_no_box .perid_num_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .perid_num_wrap {
    gap: 4.7rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .perid_num_wrap {
    gap: 3.4rem;
  }
}
#okayama .event_no_box .perid_num_wrap::before {
  content: "";
  position: absolute;
  background: url(/assets/images/tabisakiannaijo/lower/icon_arrow_blk.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .perid_num_wrap::before {
    top: 56%;
    left: 47.4%;
    width: 2.6rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .perid_num_wrap::before {
    top: 57%;
    left: 51.2%;
    width: 2.4rem;
    height: 1.1rem;
  }
}
#okayama .event_no_box .perid_num_wrap .perid_num {
  display: flex;
  align-items: center;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .perid_num_wrap .perid_num {
    gap: 0.5rem;
    margin-top: 1.8rem;
    line-height: 1;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .perid_num_wrap .perid_num {
    gap: 0.5rem;
    margin-top: 3rem;
    line-height: 0.867em;
    font-size: 3rem;
  }
}
#okayama .event_no_box .perid_num_wrap .perid_num .txt_l {
  font-family: "Pattaya";
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .perid_num_wrap .perid_num .txt_l {
    line-height: 1;
    font-size: 5.6rem;
    padding-left: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .perid_num_wrap .perid_num .txt_l {
    line-height: 1;
    font-size: 8.8rem;
  }
}
#okayama .event_no_box .perid_num_wrap .perid_num .txt_blue {
  color: #0050c8;
}
#okayama .event_no_box .perid_num_wrap .perid_num .txt_red {
  color: #e5202e;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .event_link {
    margin: 4rem auto 0;
    width: 48rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .event_link {
    margin: 7.5rem auto 0;
    width: 48rem;
  }
}
#okayama .event_no_box .event_link a {
  display: block;
  position: relative;
  background-color: #e5202e;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .event_link a {
    padding: 1.9rem 0;
    border: 0.4rem solid #000;
    border-radius: 3.5rem;
    line-height: 1;
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .event_link a {
    padding: 3rem 0;
    border: 0.4rem solid #000;
    border-radius: 5rem;
    line-height: 1;
    font-size: 3rem;
    text-align: center;
  }
}
#okayama .event_no_box .event_link a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url(/assets/images/tabisakiannaijo/lower/icon_arrow.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #okayama .event_no_box .event_link a::before {
    right: 6rem;
    width: 1.8rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .event_no_box .event_link a::before {
    right: 2.5rem;
    width: 2.8rem;
    height: 2.2rem;
  }
}
#okayama .event_no_box .event_link a:hover {
  background-color: #000;
  color: #fff;
}

.index {
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .index {
    width: 110rem;
    border: 0.4rem solid #000;
    border-radius: 2rem;
    margin: 8.6rem auto 5rem;
  }
}
@media screen and (max-width: 768px) {
  .index {
    width: 67rem;
    border: 0.4rem solid #000;
    border-radius: 3rem;
    margin: 5rem auto 4rem;
  }
}
@media screen and (min-width: 769px) {
  .index .index_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.5rem 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .index .index_inner {
    padding: 6.5rem 7.5rem;
  }
}
.index .index_inner .index_ttl {
  position: relative;
  font-family: "Pattaya";
}
@media screen and (min-width: 769px) {
  .index .index_inner .index_ttl {
    padding-left: 11rem;
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .index .index_inner .index_ttl {
    font-size: 5.6rem;
    text-align: center;
    padding: 0 0 3.5rem;
  }
}
.index .index_inner .index_ttl::before {
  content: "";
  position: absolute;
  background: url(/assets/images/tabisakiannaijo/lower/index_icon.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .index .index_inner .index_ttl::before {
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 8.4rem;
    height: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .index .index_inner .index_ttl::before {
    top: -1rem;
    left: -1.8rem;
    width: 8.5rem;
    height: 10.5rem;
  }
}
.index .index_inner .index_ttl > span {
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .index .index_inner .index_ttl > span {
    font-size: 1.8rem;
    padding-left: 1rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .index .index_inner .index_ttl > span {
    display: block;
    font-size: 2.6rem;
    padding-left: 1rem;
  }
}
.index .index_inner .index_nav {
  position: relative;
}
@media screen and (min-width: 769px) {
  .index .index_inner .index_nav {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    gap: 5.6rem;
    padding-left: 6.5rem;
    margin-left: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .index .index_inner .index_nav {
    padding-top: 2.5rem;
  }
}
.index .index_inner .index_nav::before {
  content: "";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .index .index_inner .index_nav::before {
    top: 50%;
    translate: 0 -50%;
    width: 0.2rem;
    height: 13rem;
    background: url(/assets/images/tabisakiannaijo/lower/intro_border.svg) no-repeat 0 0;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .index .index_inner .index_nav::before {
    top: 0;
    width: 100%;
    height: 0.4rem;
    background: url(/assets/images/tabisakiannaijo/lower/intro_border_sp.svg) repeat-x 0 0;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 769px) {
  .index .index_inner .index_nav ul {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 5.6rem;
         column-gap: 5.6rem;
    row-gap: 3rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .index .index_inner .index_nav ul {
    margin: 0 auto;
  }
}
.index .index_inner .index_nav ul li {
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-weight: 500;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .index .index_inner .index_nav ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .index .index_inner .index_nav ul li {
    font-size: 2.8rem;
  }
}
.index .index_inner .index_nav ul li a {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .index .index_inner .index_nav ul li a {
    padding: 2.5rem 0;
  }
}
.index .index_inner .index_nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background: url(/assets/images/tabisakiannaijo/lower/icon_arrow_circle_btm_blk.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .index .index_inner .index_nav ul li a::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .index .index_inner .index_nav ul li a::before {
    width: 4rem;
    height: 4rem;
  }
}
.index .index_inner .index_nav ul li a:hover {
  font-weight: 700;
}
.index .index_inner .index_nav ul li a:hover::before {
  background-image: url(/assets/images/tabisakiannaijo/lower/icon_arrow_circle_btm_wht.svg);
}

@media screen and (min-width: 769px) {
  .okayama_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 110rem;
    margin: 0 auto;
    padding-bottom: 5.5rem;
  }
}

@media screen and (min-width: 769px) {
  article {
    width: 75rem;
  }
}
@media screen and (max-width: 768px) {
  article {
    width: 67rem;
    margin: 0 auto;
  }
}
article .report {
  background: #fffce0;
}
@media screen and (min-width: 769px) {
  article .report {
    padding-bottom: 6rem;
    border-radius: 2rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  article .report {
    padding-bottom: 7rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  article .report + .report {
    margin-top: 4rem;
  }
}
article .report:last-of-type {
  margin-bottom: 0;
}
article .report_ttl {
  position: relative;
  letter-spacing: 0.05em;
  background: #ffe830;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  article .report_ttl {
    font-size: 2.8rem;
    padding: 2rem 0;
    border-radius: 2rem 2rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  article .report_ttl {
    font-size: 3.2rem;
    line-height: 4rem;
    padding: 4rem 0;
    border-radius: 3rem 3rem 0 0;
  }
}
article .report_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
  background-color: #ffe830;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 769px) {
  article .report_ttl::before {
    width: 2.5rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_ttl::before {
    width: 3rem;
    height: 2.8rem;
  }
}
article .report_ttl + .report_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  article .report_ttl + .report_txt {
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_ttl + .report_txt {
    margin-top: 6.5rem;
  }
}
article .report_subttl {
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  article .report_subttl {
    font-size: 2rem;
    line-height: 3.2rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_subttl {
    font-size: 2.8rem;
    line-height: 4.2rem;
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  article .report_subttl .icon {
    width: 9.8rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_subttl .icon {
    width: 14.5rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 769px) {
  article .report_subttl + .report_img {
    margin-top: -5.06rem;
  }
}
@media screen and (min-width: 769px) {
  article .pd_bottom {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  article .pd_bottom {
    padding-bottom: 3rem;
  }
}
article .report_txt {
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-weight: 500;
  text-align: justify;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  article .report_txt {
    font-size: 1.5rem;
    line-height: 2.6rem;
    width: 48rem;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 768px) {
  article .report_txt {
    font-size: 2.8rem;
    line-height: 4.8rem;
    width: 58.8rem;
    letter-spacing: 0.015em;
  }
}
@media screen and (min-width: 769px) {
  article .report_txt > p {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_txt > p {
    padding-bottom: 2.5rem;
  }
}
article .report_txt > p:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  article .report_txt .caption {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_txt .caption {
    font-size: 2.6rem;
    line-height: 4.5rem;
  }
}
article .report_img {
  display: inline;
}
article .report_img > img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  article .report_img > img {
    width: 48rem;
    border-radius: 1rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_img > img {
    width: 58.8rem;
    border-radius: 1.2rem;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  article .report_img .w592 {
    width: 59.2rem;
    margin: 2.5rem auto 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_img .w592 {
    width: 59.2rem;
    margin: 4rem auto 5rem;
  }
}
@media screen and (min-width: 769px) {
  article .report_img .w679 {
    width: 67.9rem;
    margin: 2rem auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_img .w679 {
    width: 63.2rem;
    margin: 3rem auto 4.5rem;
  }
}
article .report_img .logo_yamadamura {
  border-radius: initial;
}
@media screen and (min-width: 769px) {
  article .report_img .logo_yamadamura {
    width: 18.7rem;
    margin: 4rem auto 4rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_img .logo_yamadamura {
    width: 21.6rem;
    margin: 4rem auto 5rem;
  }
}
article .report_img .logo_kichima {
  border-radius: initial;
}
@media screen and (min-width: 769px) {
  article .report_img .logo_kichima {
    width: 33.8rem;
    margin: 4rem auto 4rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_img .logo_kichima {
    width: 40rem;
    margin: 7.5rem auto 8rem;
  }
}
article .report_img .pb {
  border-radius: initial;
}
@media screen and (min-width: 769px) {
  article .report_img .pb {
    width: 60.6rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  article .report_img .pb {
    width: 60.6rem;
    margin-bottom: 3.5rem;
  }
}
#okayama article .event_box {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #okayama article .event_box {
    width: 65rem;
    margin-top: 5.5rem;
    border: 0.3rem solid #000;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box {
    width: 65rem;
    margin-top: 5.5rem;
    border: 0.3rem solid #000;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box {
    width: 58.8rem;
    margin-top: 4rem;
    border: 0.4rem solid #000;
  }
}
@media screen and (min-width: 769px) {
  #okayama article .event_box .event_icon {
    width: 14.2rem;
    border-right: 0.3rem solid #000;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box .event_icon {
    width: 13.4rem;
    border-right: 0.4rem solid #000;
  }
}
@media screen and (min-width: 769px) {
  #okayama article .event_box .event_icon_img {
    width: 7.7rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box .event_icon_img {
    width: 7.8rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama article .event_box .event_ttl {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box .event_ttl {
    font-size: 3rem;
    line-height: 4.7rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama article .event_box .event_lead {
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box .event_lead {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #okayama article .event_box .period {
    width: 43.1rem;
    padding: 0.4rem 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box .period {
    width: 39.4rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama article .event_box .perid_num_wrap::before {
    top: 48%;
    left: 46.8%;
    width: 2.4rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box .perid_num_wrap::before {
    top: 51%;
    left: 51.8%;
    width: 2.4rem;
    height: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama article .event_box .event_link {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box .event_link {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama article .event_box .event_link a {
    border-top: 0.3rem solid #000;
    line-height: 1;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama article .event_box .event_link a {
    border-top: 0.4rem solid #000;
    line-height: 1;
    font-size: 2.8rem;
  }
}
article .good_nav {
  background-color: #ffe830;
}
@media screen and (min-width: 769px) {
  article .good_nav {
    margin-top: 5rem;
    padding: 3rem 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_nav {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  article .good_nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    row-gap: 2rem;
  }
}
article .good_nav_list > li a {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  article .good_nav_list > li a {
    align-items: center;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_nav_list > li a {
    align-items: flex-end;
    gap: 1.2rem;
    padding: 2.5rem;
    border-bottom: 1px solid #fff;
  }
}
article .good_nav_list > li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background: url(/assets/images/tabisakiannaijo/lower/icon_arrow_circle_btm_blk.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  article .good_nav_list > li a::before {
    width: 1.6rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_nav_list > li a::before {
    right: 4.3rem;
    width: 4rem;
    height: 4rem;
  }
}
article .good_nav_list > li .border_none {
  border: none;
}
article .good_nav_list > li .good_nav_num {
  font-family: "Pattaya";
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  article .good_nav_list > li .good_nav_num {
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_nav_list > li .good_nav_num {
    line-height: 1;
    font-size: 2.8rem;
  }
}
article .good_nav_list > li .good_nav_txt {
  font-weight: 700;
  padding-left: 0.15em;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  article .good_nav_list > li .good_nav_txt {
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_nav_list > li .good_nav_txt {
    line-height: 1;
    font-size: 2.8rem;
  }
}
article .good {
  display: grid;
  border-bottom: 1px dotted #000;
}
@media screen and (min-width: 769px) {
  article .good {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
    row-gap: 7rem;
    width: 65rem;
    margin: 5rem auto 6.5rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  article .good {
    grid-template-columns: auto;
    row-gap: 8.5rem;
    width: 58.8rem;
    margin: 7.5rem auto 8rem;
    padding-bottom: 9.5rem;
  }
}
@media screen and (min-width: 769px) {
  article .good_item {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_item {
    width: 58.8rem;
  }
}
article .good_item_img {
  position: relative;
}
article .good_item_num {
  position: absolute;
  top: 0;
  translate: 0 -50%;
  font-family: "Pattaya";
  z-index: 2;
}
@media screen and (min-width: 769px) {
  article .good_item_num {
    left: 2rem;
    line-height: 1;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_item_num {
    left: 50%;
    translate: -50% -50%;
    line-height: 1;
    font-size: 7.3rem;
  }
}
@media screen and (min-width: 769px) {
  article .good_item_num span {
    line-height: 1;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_item_num span {
    line-height: 1;
    font-size: 4.4rem;
  }
}
article .good_item_img_slider {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  article .good_item_img_slider {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_item_img_slider {
    border-radius: 2rem;
  }
}
article .good_dot {
  position: absolute;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  article .good_dot {
    gap: 0.8rem;
    bottom: 0.8rem !important;
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_dot {
    gap: 1.8rem;
    bottom: 3.6rem !important;
    padding-right: 2rem;
  }
}
article .good_dot .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: #ffe830;
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  article .good_dot .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_dot .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
  }
}
article .good_dot .swiper-pagination-bullet-active {
  background-color: #000;
}
article .good_item_desc {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  article .good_item_desc {
    margin-top: 2rem;
    line-height: 1.648em;
    font-size: 1.7rem;
  }
  article .good_item_desc > p {
    line-height: inherit;
    font: inherit;
  }
  article .good_item_desc > p:first-of-type {
    margin-top: -0.323em;
  }
  article .good_item_desc > p:last-of-type {
    margin-bottom: -0.323em;
  }
}
@media screen and (max-width: 768px) {
  article .good_item_desc {
    margin-top: 3rem;
    line-height: 1.572em;
    font-size: 2.8rem;
  }
  article .good_item_desc > p {
    line-height: inherit;
    font: inherit;
  }
  article .good_item_desc > p:first-of-type {
    margin-top: -0.285em;
  }
  article .good_item_desc > p:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media screen and (min-width: 769px) {
  article .good_item_desc .name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  article .good_item_desc .price {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  article .good_item_desc span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_item_desc span {
    font-size: 2.6rem;
  }
}
article .good_item_txt {
  position: relative;
  font-weight: 500;
}
article .good_item_txt:not(:has(.is-active)) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
article .good_item_txt:not(:has(.is-active)) .icon::after {
  rotate: 90deg;
}
@media screen and (min-width: 769px) {
  article .good_item_txt {
    margin-top: 2rem;
    padding-right: 2.5rem;
    line-height: 1.6em;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    text-align: justify;
  }
  article .good_item_txt > p {
    line-height: inherit;
    font: inherit;
  }
  article .good_item_txt > p:first-of-type {
    margin-top: -0.3em;
  }
  article .good_item_txt > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media screen and (max-width: 768px) {
  article .good_item_txt {
    margin-top: 4rem;
    padding-right: 7.5rem;
    line-height: 1.715em;
    font-size: 2.8rem;
    letter-spacing: 0.13em;
    text-align: justify;
  }
  article .good_item_txt > p {
    line-height: inherit;
    font: inherit;
  }
  article .good_item_txt > p:first-of-type {
    margin-top: -0.357em;
  }
  article .good_item_txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
article .good_item_txt .icon {
  position: absolute;
  top: 0;
  right: 0;
  border: solid #000;
  border-radius: 100vmax;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  article .good_item_txt .icon {
    width: 2rem;
    height: 2rem;
    border-width: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_item_txt .icon {
    width: 3.6rem;
    height: 3.6rem;
    border-width: 0.2rem;
  }
}
article .good_item_txt .icon::before, article .good_item_txt .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform-origin: 50% 50%;
  border: solid #000;
}
@media screen and (min-width: 769px) {
  article .good_item_txt .icon::before, article .good_item_txt .icon::after {
    width: 1rem;
    border-width: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_item_txt .icon::before, article .good_item_txt .icon::after {
    width: 2rem;
    border-width: 0.2rem;
  }
}
article .good_item_txt .icon::after {
  rotate: 0;
}
article .good_more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #000;
  background-color: #fff;
  font-family: "Pattaya";
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  article .good_more {
    width: 58.9rem;
    margin: 0 auto;
    padding: 1.5rem;
    border-width: 0.4rem;
    line-height: 1;
    font-size: 5rem;
  }
}
article .good_more.is-open .icon::after {
  rotate: 90deg;
}
article .good_more .icon {
  position: absolute;
  border: solid #000;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  article .good_more .icon {
    top: 50%;
    right: 6rem;
    translate: 0 -50%;
    width: 3.3rem;
    height: 3.3rem;
    border-width: 0.4rem;
  }
}
article .good_more .icon::before, article .good_more .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #000;
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  article .good_more .icon::before {
    width: 3.3rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  article .good_more .icon::after {
    width: 0.4rem;
    height: 3.3rem;
  }
}
article .summary {
  font-weight: 500;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 0.145em;
}
@media screen and (min-width: 769px) {
  article .summary {
    width: 48rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  article .summary {
    width: 58.8rem;
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
article .suggestion_cont + .suggestion_cont {
  position: relative;
}
@media screen and (min-width: 769px) {
  article .suggestion_cont + .suggestion_cont {
    margin-top: 4rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_cont + .suggestion_cont {
    margin-top: 6.5rem;
    padding-top: 3.5rem;
  }
}
article .suggestion_cont + .suggestion_cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/assets/images/tabisakiannaijo/lower/line_dot_horizon.svg) repeat-x 0 0;
}
@media screen and (min-width: 769px) {
  article .suggestion_cont + .suggestion_cont::before {
    width: 65.4rem;
    height: 0.2rem;
    background-size: auto 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_cont + .suggestion_cont::before {
    width: 59.1rem;
    height: 0.4rem;
    background-size: auto 0.4rem;
  }
}
article .suggestion_head {
  display: flex;
}
@media screen and (min-width: 769px) {
  article .suggestion_head {
    align-items: flex-end;
    gap: 3.8rem;
    width: 48rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_head {
    justify-content: center;
    gap: 3.8rem;
    width: 58.8rem;
    margin: 4rem auto 2rem;
  }
}
article .suggestion_head .day {
  position: relative;
  font-family: "Pattaya";
}
@media screen and (min-width: 769px) {
  article .suggestion_head .day {
    line-height: 1;
    font-size: 3.4rem;
  }
  article .suggestion_head .day > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_head .day > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_head .day > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_head .day {
    line-height: 1;
    font-size: 4.8rem;
  }
  article .suggestion_head .day > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_head .day > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_head .day > p:last-of-type {
    margin-bottom: 0em;
  }
}
article .suggestion_head .day::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 100%;
  background-color: #ffe830;
}
@media screen and (min-width: 769px) {
  article .suggestion_head .day::before {
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_head .day::before {
    height: 1.6rem;
  }
}
article .suggestion_head .day span {
  position: relative;
}
@media screen and (min-width: 769px) {
  article .suggestion_head .day span {
    padding: 0 0.5rem;
  }
}
article .suggestion_head .txt {
  font-weight: 500;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 769px) {
  article .suggestion_head .txt {
    margin-top: 1.8rem;
    line-height: 1;
    font-size: 1.4rem;
  }
  article .suggestion_head .txt > h3 {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_head .txt > h3:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_head .txt > h3:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_head_txt {
    margin-top: 1.5rem;
    font-weight: 500;
    line-height: 1;
    font-size: 2.8rem;
    text-align: center;
  }
  article .suggestion_head_txt > h3 {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_head_txt > h3:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_head_txt > h3:last-of-type {
    margin-bottom: 0em;
  }
}
article .suggestion_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  article .suggestion_img {
    width: 48rem;
    margin: 1.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_img {
    width: 58.8rem;
    margin: 2rem auto 0;
  }
}
article .suggestion_nav_area {
  border-top: solid #000;
  border-bottom: solid #000;
  background-color: #ffe830;
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_area {
    margin-top: 6.5rem;
    margin-bottom: 4.5rem;
    border-top-width: 0.2rem;
    border-bottom-width: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_area {
    margin-top: 10rem;
    margin-bottom: 6rem;
  }
}
article .suggestion_nav_area_inr {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_area_inr {
    width: 55.6rem;
    margin: 0 auto;
    padding: 4.3rem 0;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_area_inr {
    width: 60.2rem;
    padding: 6rem 0 6.5rem;
  }
}
article .suggestion_nav_head {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  border: solid #000;
  background-color: #ffe830;
  text-align: center;
  border-radius: 100vmax;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_head {
    width: 23.3rem;
    padding: 0.6rem 0;
    line-height: 1;
    font-size: 1.9rem;
    border-width: 0.2rem;
  }
  article .suggestion_nav_head > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_head > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_nav_head > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 40rem;
    padding: 1rem 0;
    line-height: 1;
    font-size: 3.3rem;
  }
  article .suggestion_nav_head > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_head > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_nav_head > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_head .day {
    font-family: "Pattaya";
    line-height: 1;
    font-size: 2.2rem;
  }
  article .suggestion_nav_head .day > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_head .day > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_nav_head .day > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_head .day {
    font-family: "Pattaya";
    line-height: 1;
    font-size: 4.2rem;
  }
  article .suggestion_nav_head .day > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_head .day > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_nav_head .day > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_head .txt {
    font-weight: 700;
    line-height: 1;
    font-size: 1.4rem;
  }
  article .suggestion_nav_head .txt > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_head .txt > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_nav_head .txt > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_head .txt {
    font-weight: 700;
    line-height: 1;
    font-size: 2.8rem;
  }
  article .suggestion_nav_head .txt > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_head .txt > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_nav_head .txt > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_list {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_list {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_list + .suggestion_nav_list {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_list + .suggestion_nav_list {
    margin-top: 4rem;
  }
}
article .suggestion_nav_list_time {
  position: relative;
  font-family: "Pattaya";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_list_time {
    width: 3em;
    line-height: 1;
    font-size: 1.5rem;
  }
  article .suggestion_nav_list_time > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_list_time > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_nav_list_time > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_list_time {
    line-height: 1;
    font-size: 3.5rem;
  }
  article .suggestion_nav_list_time > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_list_time > p:first-of-type {
    margin-top: 0em;
  }
  article .suggestion_nav_list_time > p:last-of-type {
    margin-bottom: 0em;
  }
}
article .suggestion_nav_list_time::before {
  content: "";
  position: absolute;
  background: url(/assets/images/tabisakiannaijo/lower/suggestion_nav_list_time.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_list_time::before {
    left: -0.4rem;
    bottom: -0.7rem;
    width: 4.1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_list_time::before {
    left: -0.4rem;
    bottom: -1.5rem;
    width: 8.3rem;
    height: 2rem;
  }
}
article .suggestion_nav_list_txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_list_txt {
    font-weight: 700;
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  article .suggestion_nav_list_txt > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_list_txt > p:first-of-type {
    margin-top: -0.428em;
  }
  article .suggestion_nav_list_txt > p:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_list_txt {
    font-weight: 500;
    line-height: 1.572em;
    font-size: 2.8rem;
    text-align: justify;
  }
  article .suggestion_nav_list_txt > p {
    line-height: inherit;
    font: inherit;
  }
  article .suggestion_nav_list_txt > p:first-of-type {
    margin-top: -0.285em;
  }
  article .suggestion_nav_list_txt > p:last-of-type {
    margin-bottom: -0.285em;
  }
}
article .suggestion_nav_list_txt .caption {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  article .suggestion_nav_list_txt .caption {
    line-height: 1.334em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  article .suggestion_nav_list_txt .caption {
    line-height: 1.52em;
    font-size: 2.5rem;
    text-align: justify;
  }
}
@media screen and (min-width: 769px) {
  article .spot_slide {
    margin-top: 4rem;
    padding-bottom: 6.8rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  article .spot_slide {
    margin-top: 7rem;
    padding-bottom: 12.5rem;
    padding-left: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  article .spot_slider {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  article .spot_slider {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 769px) {
  article .spot_slider_item {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  article .spot_slider_item {
    padding: 0 1.8rem;
  }
}
article .time {
  position: relative;
  width: 3em;
  font-family: "Pattaya";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  article .time {
    line-height: 1;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  article .time > p {
    line-height: inherit;
    font: inherit;
  }
  article .time > p:first-of-type {
    margin-top: 0em;
  }
  article .time > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  article .time {
    line-height: 1;
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
  article .time > p {
    line-height: inherit;
    font: inherit;
  }
  article .time > p:first-of-type {
    margin-top: 0em;
  }
  article .time > p:last-of-type {
    margin-bottom: 0em;
  }
}
article .time::before {
  content: "";
  position: absolute;
  background: url(/assets/images/tabisakiannaijo/lower/suggestion_nav_list_time_yellow.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  article .time::before {
    left: -0.4rem;
    bottom: -0.7rem;
    width: 4.1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  article .time::before {
    left: -0.4rem;
    bottom: -1.2rem;
    width: 8.3rem;
    height: 2rem;
  }
}
article .spot_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  article .spot_img {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  article .spot_img {
    border-radius: 1.8rem;
  }
}
article .border_y {
  border: 3px solid #ffe830;
}
article .spot_image_dot {
  position: absolute;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 769px) {
  article .spot_image_dot {
    gap: 0.9rem;
    bottom: 1rem !important;
    padding-right: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  article .spot_image_dot {
    gap: 1.5rem;
    bottom: 1.7rem !important;
    padding-right: 1.8rem;
  }
}
article .spot_image_dot .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: #fff;
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  article .spot_image_dot .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    border: solid 1px #000;
  }
}
@media screen and (max-width: 768px) {
  article .spot_image_dot .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    border: solid 0.2rem #000;
  }
}
article .spot_image_dot .swiper-pagination-bullet-active {
  background-color: #ffe830;
}
@media screen and (min-width: 769px) {
  article .spot_image_dot .swiper-pagination-bullet-active {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  article .spot_image_dot .swiper-pagination-bullet-active {
    width: 1.8rem;
    height: 1.8rem;
  }
}
article .spot_head {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  article .spot_head {
    margin-top: 1.5rem;
    line-height: 1.667em;
    font-size: 1.8rem;
  }
  article .spot_head > p {
    line-height: inherit;
    font: inherit;
  }
  article .spot_head > p:first-of-type {
    margin-top: -0.333em;
  }
  article .spot_head > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (max-width: 768px) {
  article .spot_head {
    margin-top: 2.5rem;
    line-height: 1.7em;
    font-size: 3rem;
  }
  article .spot_head > p {
    line-height: inherit;
    font: inherit;
  }
  article .spot_head > p:first-of-type {
    margin-top: -0.35em;
  }
  article .spot_head > p:last-of-type {
    margin-bottom: -0.35em;
  }
}
article .spot_head a {
  color: #0050c8;
  text-decoration: underline;
}
article .spot_txt {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  article .spot_txt {
    margin-top: 2rem;
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  article .spot_txt > p {
    line-height: inherit;
    font: inherit;
  }
  article .spot_txt > p:first-of-type {
    margin-top: -0.357em;
  }
  article .spot_txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  article .spot_txt {
    margin-top: 3rem;
    line-height: 1.643em;
    font-size: 2.8rem;
  }
  article .spot_txt > p {
    line-height: inherit;
    font: inherit;
  }
  article .spot_txt > p:first-of-type {
    margin-top: -0.321em;
  }
  article .spot_txt > p:last-of-type {
    margin-bottom: -0.321em;
  }
}
article .spot_txt a {
  color: #0050c8;
  text-decoration: underline;
}
article .spot_place {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  article .spot_place {
    margin-top: auto;
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  article .spot_place > p {
    line-height: inherit;
    font: inherit;
  }
  article .spot_place > p:first-of-type {
    margin-top: -0.357em;
  }
  article .spot_place > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  article .spot_place {
    line-height: 1.536em;
    font-size: 2.8rem;
  }
  article .spot_place > p {
    line-height: inherit;
    font: inherit;
  }
  article .spot_place > p:first-of-type {
    margin-top: -0.267em;
  }
  article .spot_place > p:last-of-type {
    margin-bottom: -0.267em;
  }
}
article .spot_link {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  article .spot_link {
    margin-top: 1rem;
    line-height: 1;
    font-size: 1.4rem;
  }
  article .spot_link > a {
    line-height: inherit;
    font: inherit;
  }
  article .spot_link > a:first-of-type {
    margin-top: 0em;
  }
  article .spot_link > a:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  article .spot_link {
    margin-top: 2.5rem;
    line-height: 1;
    font-size: 2.8rem;
  }
  article .spot_link > a {
    line-height: inherit;
    font: inherit;
  }
  article .spot_link > a:first-of-type {
    margin-top: 0em;
  }
  article .spot_link > a:last-of-type {
    margin-bottom: 0em;
  }
}
article .spot_link a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  article .spot_link a {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  article .spot_link a {
    gap: 0.8rem;
  }
}
article .spot_link a::after {
  content: ">";
  margin-top: -0.05em;
}
article .spot_link a:hover {
  color: #0050c8;
}
article .spot_link a:hover span {
  text-decoration: underline;
}
article .spot_link a:hover::after {
  font-weight: 700;
}
article .spot_slider_button_wrap {
  position: absolute;
  bottom: 0;
  display: flex;
}
@media screen and (min-width: 769px) {
  article .spot_slider_button_wrap {
    justify-content: flex-end;
    right: 5rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  article .spot_slider_button_wrap {
    justify-content: center;
    left: 50%;
    translate: -50% 0;
    gap: 8.5rem;
  }
}
article .spot_slider_button {
  background: url(/assets/images/tabisakiannaijo//lower/spot_slider_button.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  article .spot_slider_button {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  article .spot_slider_button {
    cursor: pointer;
    width: 6rem;
    height: 6rem;
  }
}
article .spot_slider_button:hover {
  background-image: url(/assets/images/tabisakiannaijo/lower/spot_slider_button_hover.svg);
}
article .spot_slider_button-prev {
  scale: -1 1;
}

@media screen and (min-width: 769px) {
  .sidenav {
    position: sticky;
    top: 2rem;
    right: 0;
    width: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .sidenav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 769px) {
  .sidenav .sidenav_index {
    width: 33rem;
    border: 0.3rem solid #000;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_index {
    border-top: 0.4rem solid #000;
  }
}
.sidenav .sidenav_index .sidenav_ttl {
  background: #0050c8;
  text-align: center;
  color: #fff;
  font-family: "Pattaya";
}
@media screen and (min-width: 769px) {
  .sidenav .sidenav_index .sidenav_ttl {
    position: relative;
    font-size: 2.4rem;
    border-radius: 1.6rem 1.6rem 0 0;
    padding: 0.7rem 0;
    border-bottom: 0.3rem solid #000;
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_index .sidenav_ttl {
    position: relative;
    font-size: 5.2rem;
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .sidenav .sidenav_index .sidenav_ttl::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 2.8rem;
    width: 3.4rem;
    height: 4rem;
    background: url(/assets/images/tabisakiannaijo/lower/index_ribbon.svg) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_index .sidenav_ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.2rem;
    translate: 0 -50%;
    transform-origin: 50% 50%;
    transition: 0.5s;
    rotate: -90deg;
    width: 3.3rem;
    height: 3.1rem;
    background: url(/assets/images/tabisakiannaijo/lower/icon_arrow.svg) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_index .sidenav_ttl.is-open::before {
    rotate: -270deg;
  }
}
@media screen and (min-width: 769px) {
  .sidenav .sidenav_index ul {
    width: 26rem;
    margin: 1.6rem auto 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_index ul {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    display: block;
    border-top: solid #000 0.4rem;
    background-color: rgba(255, 232, 48, 0.9);
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_index ul.is-open {
    padding-top: 6.5rem;
    padding-bottom: 8rem;
  }
}
.sidenav .sidenav_index ul li {
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-weight: 500;
  list-style: none;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .sidenav .sidenav_index ul li {
    font-size: 1.5rem;
    line-height: 2.6rem;
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_index ul li {
    font-size: 2.8rem;
    line-height: 4.5rem;
  }
}
.sidenav .sidenav_index ul li a {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_index ul li a {
    padding: 2.5rem 8rem;
  }
}
.sidenav .sidenav_index ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background: url(/assets/images/tabisakiannaijo/lower/icon_arrow_circle_btm_blk.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .sidenav .sidenav_index ul li a::before {
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_index ul li a::before {
    right: 7rem;
    width: 4rem;
    height: 4rem;
  }
}
.sidenav .sidenav_index ul li a:hover {
  color: #0050c8;
}
.sidenav .sidenav_index ul li a:hover::after {
  background-image: url(/assets/images/tabisakiannaijo/lower/icon_arrow_circle_btm_blue.svg);
}
.sidenav .sidenav_index ul li:last-of-type {
  padding-bottom: 0;
}
#okayama .sidenav .event_box {
  display: block;
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box {
    margin-top: 1.2rem;
    border: 0.3rem solid #000;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .sidenav .event_box {
    border: 0.4rem solid #000;
    border-radius: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .event_icon {
    width: 100%;
    height: 7.6rem;
    background-size: 1.3rem 1.3rem;
    background-image: radial-gradient(circle, rgb(255, 232, 48) 0.26rem, transparent 0.26rem), radial-gradient(circle, rgb(255, 232, 48) 0.26rem, transparent 0.26rem);
    background-position: 0px 0px, 0.7rem 0.7rem;
    border-right: 0;
    border-bottom: 0.3rem solid #000;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .event_icon_img {
    width: 10rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .event_cont {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .event_ttl {
    line-height: 1.5em;
    font-size: 2rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .sidenav .event_box .event_ttl {
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .period {
    width: 26.4rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #okayama .sidenav .event_box .period {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .perid_num_wrap {
    gap: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .perid_num_wrap::before {
    width: 1.6rem;
    height: 0.7rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .perid_num_wrap .perid_num {
    gap: 0.4rem;
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .perid_num_wrap .perid_num .txt_l {
    line-height: 1;
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .event_link {
    width: 20rem;
    margin: 0.8rem auto 0;
  }
}
#okayama .sidenav .event_box .event_link a {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .event_link a {
    padding: 1rem 0;
    border: 0.2rem solid #000;
    border-radius: 100vmax;
    line-height: 1;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #okayama .sidenav .event_box .event_link a::before {
    width: 1.5rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .sidenav .sidenav_share {
    width: 33rem;
    margin-top: 1.2rem;
    border: 0.3rem solid #000;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_share {
    border-top: 0.3rem solid #000;
  }
}
.sidenav .sidenav_share .sidenav_ttl {
  background: #00a269;
  text-align: center;
  color: #fff;
  font-family: "Pattaya";
}
@media screen and (min-width: 769px) {
  .sidenav .sidenav_share .sidenav_ttl {
    position: relative;
    font-size: 2.4rem;
    border-radius: 1.6rem 1.6rem 0 0;
    padding: 0.7rem 0;
    border-bottom: 0.3rem solid #000;
  }
}
@media screen and (max-width: 768px) {
  .sidenav .sidenav_share .sidenav_ttl {
    font-size: 5.2rem;
    padding: 2.5rem 0;
    border-bottom: 0.3rem solid #000;
  }
}
@media screen and (min-width: 769px) {
  .sidenav .sidenav_share_cont {
    display: flex;
    justify-content: center;
    gap: 4.7rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .sidenav .share_icon {
    width: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .sidenav .share_icon:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .sidenav .copy_icon {
    width: 6rem;
    height: 4rem;
    cursor: pointer;
    background: url(/assets/images/tabisakiannaijo/lower/icon_copy.svg) no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
  }
}
.sidenav .copy_icon:hover {
  background-image: url(/assets/images/tabisakiannaijo/lower/icon_copy_bk.svg);
}

.sidenav_komelogo {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sidenav_komelogo {
    width: 23.6rem;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 8rem;
    margin-bottom: 10.4rem;
  }
}/*# sourceMappingURL=lower.css.map */