img {
  width: 100%;
}
#last_year {
  height: auto;
  min-height: 0;
  padding: 0;
}
#past_fec_all,
#past_fec_all2 {
  background: #fff;
  width: 100%;
  padding: 30px 0 0;
}
#past_fec_all ul,
#past_fec_all2 ul {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}
#past_fec_all li,
#past_fec_all2 li {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 10px 20px;
}
#past_fec_all li a,
#past_fec_all2 li a {
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #678f32;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
#past_fec_all li a:hover,
#past_fec_all2 li a:hover {
  color: #678f32;
  background: #fff;
}
main .table--petemo {
  max-width: 700px;
  margin: 0 auto 50px;
}
main .table--petemo th {
  width: 20%;
}
#contact p {
  margin-bottom: 0;
}
.following-link_new {
  z-index: 2;
  position: fixed;
  bottom: 2.4rem;
  right: 3.2rem;
}
#following-link_new i {
  display: none;
}
#following-link_new .following-link__item {
  text-align: center;
}
#following-link_new a {
  flex-direction: column;
  line-height: 1.25;
  display: flex;
}
#following-link_new a span {
  color: #fff;
}
.vc.text-list-item p[data-v-30bc391d] {
  line-height: 2;
  font-size: 1.6rem !important;
}
#acMenu .vc.p--petemo[data-v-4bbb24e5] {
  margin: 1rem auto;
}
.flexBox {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.flexBox div {
  border-radius: 1.6rem;
  width: 44%;
}
.flexBox div img {
  border-radius: 1.6rem;
}
.customBox01 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
.customBox01-child1 {
  width: 30%;
}
.customBox01-child2 {
  width: 70%;
}
.customBox01-child1 img {
  width: 80%;
  margin: 10px auto;
  display: inline-block;
}
.customBox01-child2 ul li {
  width: 100%;
}
.customBox01-child2 dl {
  width: 50%;
}
.customBox01-child2 dl dd span.Cancellation {
  display: inline-block;
  width: 100% !important;
  max-width: 100px !important;
}
#customStyle01 dt {
  width: 20%;
  max-width: 100px;
}
#customStyle01 dt span {
  width: 100%;
}
.customBox01.sb {
  justify-content: space-between;
  margin-top: 30px;
}
.customBox01-child3,
.customBox01-child4 {
  width: 100%;
}
.customBox01-child3 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.customBox01-child3 img {
  width: 48%;
}
.customBox01-child4 {
  flex-wrap: wrap;
  display: flex;
}
.customBox01-child4 div {
  width: 25%;
}
.customBox01-child4 div:nth-of-type(4) img {
  width: auto;
  height: 43%;
}
.link-text {
  word-break: break-all;
}
.hiddenBox {
  opacity: 0;
  background: #000000b3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.hiddenBox.active {
  opacity: 1;
}
.modal-imageBox {
  background: #fff;
  width: 60%;
  max-width: 500px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.closeButton {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  position: fixed;
  top: 10%;
  right: 5%;
}
.closeButton:hover {
  cursor: pointer;
}
.imgThumbnail,
.imgThumbnail-02 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}
.imgThumbnail div,
.imgThumbnail-02 div {
  border: 1px solid #ccc;
  width: 31%;
  max-width: 200px;
  margin: 10px 1%;
  position: relative;
  overflow: hidden;
}
.imgThumbnail div:hover,
.imgThumbnail-02 div:hover {
  cursor: pointer;
}
.imgThumbnail div:before,
.imgThumbnail-02 div:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.imgThumbnail div img,
.imgThumbnail-02 div img {
  object-fit: cover;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.imgThumbnail-02 {
  display: none;
}
.customHr {
  border: none;
  border-top: 2px dotted #ccc;
  width: 95%;
}
.spOnly {
  display: none;
}
@media (max-width: 640px) {
  #past_fec_all li,
  #past_fec_all li2 {
    width: 100%;
    max-width: 100%;
    margin: 10px;
  }
  p.vc.p--petemo[data-v-4bbb24e5] {
    font-size: 1.4rem;
  }
  .flexBox div {
    width: 100%;
    margin: 10px auto;
  }
  .customBox01-child1 {
    order: 2;
    width: 100%;
    display: flex;
  }
  .customBox01-child2 {
    order: 1;
    width: 100%;
  }
  .customBox01-child1 img {
    width: 50%;
  }
  .customBox01-child4 div {
    width: 50%;
    margin: 20px 0;
  }
  .customBox01-child4 div:nth-of-type(4) img {
    width: 93%;
    padding-left: 6%;
  }
  .customBox01-child4 div:nth-of-type(4) img:nth-of-type(2) {
    margin-top: 3vh;
  }
  .modal-imageBox {
    width: 80%;
    max-width: 300px;
  }
  #decoCart {
    display: flex;
  }
  #decoCart .block-4by6__narrow-space,
  #decoCart .block-4by6__wide-space {
    order: 2;
  }
  .imgThumbnail {
    display: none;
  }
  .imgThumbnail-02 {
    display: flex;
  }
  .closeButton {
    color: #000;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 6vh;
    display: flex;
    top: 13%;
    right: 0;
  }
  .customHr {
    width: 100%;
  }
  .vc.text-list-item p[data-v-30bc391d] {
    font-size: 1.4rem !important;
  }
  .spOnly {
    display: inline-block;
  }
  .pcOnly {
    display: none;
  }
  #jumpLink {
    display: block;
  }
  #jumpLink i {
    display: none;
  }
  #jumpLink div {
    margin-left: 0;
  }
  #jumpLink span {
    color: #679328;
    font-weight: 700;
  }
  #jumpLink span[data-v-614e3e91]:after {
    content: "";
    background: #fff;
    border-top: 3px solid #679328;
    border-right: 3px solid #679328;
    width: 13px;
    height: 13px;
    margin-left: 7px;
    display: inline-block;
    position: relative;
    top: -2px;
    transform: rotate(45deg);
  }
}

/* 2026 add to*/

@media (max-width:640px){
  .adjust_H3 span{
    font-size:1.4rem;
  }
}