@charset "UTF-8";

/* =============================================================
  en.css
 =============================================================== */
#arena {
  z-index: 25;
  max-width: 516px;
  width: 26.87%;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
}

#english {
  background: #d7ebf0;
  padding: 50px 0 95px;
  position: relative;
}

.english__block {
  background: var(--white);
  border-radius: 20px;
  padding: 90px 60px 80px;
}

#english .about-contents__mm {
  margin-bottom: 90px;
}

#english .about-contents__mm h3 {
  margin-bottom: 65px;
  text-align: center;
}

#english .about-contents__mm h3 img {
  margin: 0 auto;
  max-width: 470px;
}

#english .about-contents__mm h3 span {
  color: var(--navy);
  font-size: 3.6rem;
  font-family: var(--font-zenmaru);
  font-weight: 300;
  display: block;
  padding-top: 20px;
}

#english .about__img {
  margin-bottom: 25px;
}

#english .about__img img {
  width: 100%;
}

#english .about__text {
  line-height: 1.8;
  margin-bottom: 30px;
}

#english .about-contents__detail h4 {
  font-size: 3rem;
  font-family: var(--font-zenmaru);
  margin-bottom: 5px;
}

#english .about-contents__detail ul {
  margin-bottom: 30px;
}

#english .text-link {
  text-decoration: underline;
}

#english .tab {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}

#english .tab__item {
  border: 2px solid var(--navy);
  border-radius: 100vmax;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 500;
  padding: 7px 0;
  transition: all 0.5s;
  width: 49%;
}

#english .tab__item:hover,
#english .tab__item.active {
  background: var(--navy);
  border: 2px solid var(--navy);
  color: var(--white);
}

#english .panel__item {
  display: none;
  width: 100%;
}

#english .panel__item.active {
  display: block;
  animation: panel-show 0.9s ease-in-out forwards;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Access
---------------------------------------------------------------- */
#english .access__title {
  font-size: 3.4rem;
  font-family: var(--font-montserrat);
  gap: 20px;
}

#english .access__box {
  margin-bottom: 40px;
}

#english .access__wrap__box ul li {
  margin-bottom: 0;
}

#english .access__wrap__box ul li span {
  font-weight: 700;
}

/* Food & Drink
---------------------------------------------------------------- */
#english .panel__item section {
  position: relative;
}

#english .panel__item section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  max-width: 870px;
  height: 5px;
  background: var(--navy);
  z-index: 1;
}

#english .shop-contents {
  padding: 65px 0 20px;
}

#english .shop-contents::before {
  border-width: 98px 251px 0 0;
}

#english .shop-contents__lead {
  gap: 4.2%;
  padding-left: 4.5%;
}

#english .shop-contents__place {
  left: 15px;
  width: 130px;
  gap: 10px;
  height: 55px;
  flex-direction: row;
  justify-content: flex-start;
}

#english .shop-contents__list {
  gap: 0 20px;
}

#english .shop-contents__list__title {
  width: 135px;
}

#english .shop-contents__list__text {
  width: calc(100% - 155px);
}

#english .shop-contents__detail .button a {
  margin: 0 0 45px;
}

#english #blue-bell .location__img02 p {
  text-align: left;
}

#english #foodies-stand .shop-contents__list__title {
  width: 220px;
}

#english #foodies-stand .shop-contents__list__text {
  width: calc(100% - 240px);
}

#english .swiper-order .swiper-order__title {
  font-weight: 700;
}

#english #club38 .shop-contents__location p span {
  font-weight: 700;
}

#english #club38 .shop-contents__location p {
  text-indent: -0.5em;
  padding-left: 0.5em;
  line-height: 1.8;
  margin-bottom: 5px;
}

#english #club38 .shop-contents__location p:last-of-type {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  #english .about-contents__mm h3 span {
    font-size: 3.6rem;
  }

  #english .access__wrap__box ul {
    min-height: 275px;
  }
}

@media screen and (max-width: 768px) {
  #arena {
    max-width: 180px;
    width: 48%;
    bottom: -5px;
  }

  #english {
    padding: 30px 0 60px;
  }

  .english__block {
    border-radius: 10px;
    padding: 45px 20px;
    margin-bottom: 40px;
  }

  #english .about-contents__mm {
    margin-bottom: 50px;
  }

  #english .about-contents__mm h3 {
    margin-bottom: 30px;
  }

  #english .about-contents__mm h3 img {
    max-width: 245px;
  }

  #english .about-contents__mm h3 span {
    font-size: 1.9rem;
    padding-top: 10px;
  }

  #english .about__img {
    margin-bottom: 15px;
  }

  #english .about__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  #english .about-contents__detail h4 {
    font-size: 2.2rem;
  }

  #english .about-contents__detail ul li {
    font-size: 1.4rem;
    text-indent: -0.3em;
    padding-left: 0.4em;
  }

  #english .tab {
    gap: 5px;
    margin-bottom: 40px;
  }

  #english .tab__item {
    font-size: 1.6rem;
    padding: 4px 0;
  }

  #english .access__title {
    font-size: 2.2rem;
    gap: 10px;
    margin-bottom: 15px;
  }

  #english .access__text {
    margin-bottom: 20px;
  }

  #english .access__map {
    margin-bottom: 20px;
  }

  #english .location .access__box ul li {
    text-indent: -1em;
    padding-left: 1em;
  }

  #english .access__wrap__box ul {
    min-height: auto;
    margin-bottom: 15px;
  }

  #english .access__wrap__box ul li span {
    font-size: 1.4rem;
    display: inline-block;
  }

  #english .access__movie:last-of-type {
    margin-bottom: 0;
  }

  #english .airplane .access__box {
    margin-bottom: 0;
  }

  #english .airplane .access__title {
    font-size: 2.1rem;
    gap: 7px;
  }

  #english .panel__item section::before {
    height: 3px;
  }

  #english .shop-contents::before {
    border-width: 56px 143px 0 0;
    border-radius: 10px 0 0 0;
  }

  #english .shop-contents__place {
    font-size: 1.2rem;
    left: 8px;
    width: 80px;
    gap: 5px;
    height: 30px;
  }

  #english .shop-contents__place span {
    font-size: 1.6rem;
  }

  #english .shop-contents {
    padding: 40px 0 5px;
    overflow: visible;
  }

  #english .shop-contents p {
    font-size: 1.4rem;
  }

  #english .shop-contents__lead {
    gap: 20px;
    padding-left: 0;
  }

  #english .shop-contents__text {
    line-height: 1.6;
  }

  #english .shop-contents__list {
    gap: 0;
    flex-direction: column;
  }

  #english .shop-contents__list__title {
    font-size: 1.4rem;
    width: 100%;
  }

  #english .shop-contents__list__text {
    font-size: 1.37rem;
    padding-left: 0.7em;
    width: 100%;
  }

  #english .shop-contents__detail .button a {
    margin: 0 0 15px;
  }

  #english .shop-contents__memo {
    font-size: 1.2rem;
  }

  #english #foodies-stand .shop-contents__list__text {
    width: 100%;
  }

  #english .swiper-order .swiper-order__title {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 374px) {
  #english .about-contents__mm h3 span {
    font-size: 1.7rem;
  }

  #english .access__movie p {
    font-size: 1.3rem;
  }

  #english .airplane .access__title {
    font-size: 1.65rem;
  }
}
