html, body, h1, h2, h3, h4, p, dt, dl, dd {
  margin: 0;
  padding: 0;
}

.jp {
  font-family: var(--font_jp_txt);
  font-weight: 400;
}

a {
  text-decoration: none;
  color: var(--color3);
  width: 100%;
  height: 100%;
}

body {
  background-color: var(--color2);
  color: var(--color3);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: top;
}

.sp_none {
  display: none;
}

:root {
  --font_en_ttl: trajan-pro-3, serif;
  --font_en_txt: adobe-garamond-pro, serif;
  --font_jp_txt: "A1mincho", "source-han-serif-japanese", serif;
  --font_jp_ttl: "A1mincho", "source-han-serif-japanese", serif;
  --color1: #ffffff;
  --color2: #F3F3F0;
  --color3: #353231;
  --color4: #EBEBEB;
  --color5: #414040;
  --color6: #767677;
  --grade: linear-gradient(-90deg, #fccd00 0%, #f1942e 22.3%, #ea6b2d 46.63%, #ea652d 79.19%, #ea6f2f 86.73%, #e9612e 100%);
}

/* header */
header {
  width: 100%;
  height: 80px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}

.header_area {
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.header_logo {
  width: 180px;
}

.header_logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_li_sp li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.openbtn1 {
  position: relative;
  width: 1px;
  right: 0;
  height: 15px;
}

.openbtn1 span {
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  background-color: var(--color3);
}

.nav_li_sp p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* /header */

/* hum */

/* hum */


#g-nav-list .g-nav_txt,
#g-nav-list .g-nav_txt,
#g-nav-list .g-nav_txt,
#g-nav-list .g-nav_txt,
#g-nav-list .g-nav_txt {
  font-family: var(--font_en_ttl) !important;
}

.openbtn1 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  width: 48px;
  height: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #292929;
  width: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.openbtn1 span:nth-of-type(1) {
  top: 0px;
}

.openbtn1 span:nth-of-type(2) {
  top: 50%;
}

.openbtn1 span:nth-of-type(3) {
  top: 100%;
}

.openbtn1.active span:nth-of-type(1) {
  top: 0px;
  left: 0%;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
  background-color: #767677;
}

.openbtn1.active span:nth-of-type(2) {
  display: none;
}

.openbtn1.active span:nth-of-type(3) {
  top: 12px;
  left: 0%;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
  background-color: #767677;
}

#g-nav.panelactive .ham_nav {
  display: block;
  height: auto;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

#g-nav.panelactive {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;

}

.ham_nav {
  display: none;
}

#g-nav ul {
  padding: 0;
  text-align: left;
}

#g-nav.panelactive ul li {
  text-align: left;
}

#g-nav-list {
  height: 100vh;
  overflow-y: scroll;
  background-color: var(--color2);
}

#g-nav-list {
  display: none;
}

.panelactive #g-nav-list {
  display: block;
}

.panelactive {
  animation-name: gnavAnime;
  animation-duration: 0.3s;
  /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnavAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.g-nav_logo {
  width: 220px;
  margin: 0 auto;
}

.g-nav_left {
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
}

.g-nav_li_top li {
  width: 95%;
  position: relative;
  font-size: 14px;
}

.g-nav_li_top li a {

  margin-left: 2.5%;
  width: 97.5%;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}


.g-nav_li_top li::after, .g-nav_li_center li::after, .g-nav_li_bottom li::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
}

.g-nav_li_center, .g-nav_li_bottom {
  width: 97.5%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 5%;
}

.g-nav_li_center li a, .g-nav_li_bottom li a {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.g-nav_li_center li {
  position: relative;
  width: 45%;
  font-size: 14px;
}

.g-nav_li_center li::after {

  top: 45%;
}

.g-nav_li_bottom li::after {
  top: 45%;
}

.g-nav_li_bottom li {
  position: relative;
  width: 45%;
  font-size: 14px;
}

.g-nav_border {
  width: 100%;
  height: 1px;
  background-color: #767677;
  margin-top: 10px;
}

.g-nav_right {
  width: 85%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.g-nav_right ul {
  margin-bottom: 5px;
}

.g-nav_right ul li a {
  margin-left: 2.5%;
  width: 97.5%;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.g-nav_language_txt {
  margin-right: 10px;
}

.g-nav_language {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-top: 5%;
  column-gap: 5px;
}

.g-nav_language a {
  width: fit-content;
}

.g-nav_language .g-nav_language_txt {
  font-family: var(--font_en_ttl);
}

/* //hum */

/* nav SP */
.nav_sp {
  position: fixed;
  z-index: 5;
  background-color: var(--color2);
  bottom: 0;
  width: 100%;
  padding-top: 5px;
}

.nav_area {
  width: 90%;
  max-width: 500px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav_li_sp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  column-gap: 15px;
}

.nav_img {
  width: 25px;
}

.nav_li_sp p {
  width: 100%;
  text-align: center;
  font-family: var(--font_en_txt);
  font-size: 10px;
  line-height: 125%;
  margin-top: 8px;
  font-family: var(--font_en_ttl);
}

.nav_li_sp a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: var(--font_en_ttl);
}

.nav_li_sp .line {
  margin-top: 2px;
}

.g-nav_right {}

/* footer */

footer {
  background-color: var(--color3);
}

footer li, footer a, .footer_note, .footer_copy {
  color: var(--color2);
}

#footer_en li, #footer_en a, #footer_en .footer_note, #footer_en .footer_copy {
  font-family: var(--font_en_ttl);
}

#footer_jp li, #footer_jp a {
  font-family: var(--font_en_ttl);
}

.footer_area {
  width: 85%;
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.footer_logo {
  width: 200px;
  margin: 0 auto;
}

.booking_area {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.app_btn {
  width: 100%;
  height: 48px;
  text-align: center;
  background-color: var(--color5);


}

.app_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.footer_nav_li_top {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.footer_nav_li_top li {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color6);

}

.footer_nav_li_top li a {
  font-size: 12px;
}

.footer_nav_li_top a {
  display: inline-block;
  width: 100%;
}

.nav_li_bottom_top, .nav_li_bottom_center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  border-bottom: 1px solid var(--color6);
}

.nav_li_bottom_top li, .nav_li_bottom_center li {
  font-size: 10px;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
}

.nav_li_bottom_top li:nth-child(1), .nav_li_bottom_center li:not(:last-child), .nav_lang li:nth-child(1) {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}

.nav_li_bottom_top li:nth-child(1)::before, .nav_li_bottom_center li:not(:last-child)::before, .nav_lang li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: var(--color6);
}

.nav_li_bottom_bottom {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color6);
  margin-top: 20px;
  display: flex;
  column-gap: 40px;
  font-size: 11px;
}

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

.footer_note {
  font-size: 10px;
  margin-top: 20px;
}

.footer_copy {
  margin-top: 20px;
  font-size: 10px;
}

/* section_ttl_ */

.section_ttl_area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}

.section_ttl {
  position: relative;
  font-family: var(--font_en_ttl);
  font-weight: 600;
  font-size: min(4.347vw, 20px);
  letter-spacing: 0.16em;
  width: fit-content;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--color2);
  margin-left: 15px;
}

.event_txt.jp h3 {
  font-weight: 500;
}

.section_grade_bg {
  position: absolute;
  background: var(--grade);
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
}

/* pagination */

#pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  font-size: 18px;
  font-family: var(--font_en_ttl);
}

.page-button {
  font-size: 14px;
  padding: 4px 9px;
  border: 1px solid var(--color3);
}

#pagination .active {
  background-color: var(--color3);
  color: #fff;
  opacity: 1;
}

/* backbtn */
.backbtn {
  width: 220px;
  height: 40px;
  margin: 0 auto;
  margin-top: 60px;
}

.backbtn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color1);
  border: 1px solid var(--color4);
  font-size: 12px;
}

@media screen and (max-width: 350px) {
  .header_logo {
    width: 48.3vw;
  }

  .openbtn1 {
    width: 35px;
    height: 16px;
  }

  .nav_img {
    width: 6.038vw;
  }

  .openbtn1 span {
    height: 0.38vw;
  }

  .nav_area {
    height: 19.3236vw;
  }

  .footer_logo {
    width: 50.3vw;
  }

  .app_btn {
    height: 14.59vw;
  }

  .app_btn a {
    font-size: 4.3vw;
  }

  .footer_nav_li_top li a {
    font-size: 3.5vw;
  }

  .booking_area {
    margin-top: 9.6vw;
    row-gap: 4.8vw;
  }

  .footer_nav_li_top {
    column-gap: 4.83vw;
    margin-top: 7.246vw;
    row-gap: 4.83vw;
  }

  .footer_area {
    margin-top: 14.49vw;
    padding-top: 14.49vw;
  }

  .nav_li_bottom_top li, .nav_li_bottom_center li {
    font-size: 2.657vw;
  }

  .nav_li_bottom_top, .nav_li_bottom_center {
    margin-top: 4.830vw;
  }

  .footer_nav_li_top li {
    padding-bottom: 1.9vw;
  }

  .nav_li_bottom_bottom {
    font-size: 2.657vw;
    column-gap: 9.66vw;
  }

  .footer_note {
    font-size: 2.41vw;
    margin-top: 9.66vw;
  }

  .footer_copy {
    font-size: 2.41vw;
    margin-top: 9.66vw;
  }
}

@media screen and (min-width: 768px) {
  .booking_area {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 40px;
  }

  .g-nav_logo {
    width: 250px;
  }

  .g-nav_left {
    margin-top: 60px;
  }

  .g-nav_li_top li, .g-nav_li_center li, .g-nav_li_bottom li {
    font-size: 16px;
  }

  .g-nav_right {
    font-size: 14px;
  }

  .g-nav_li_top li a, .g-nav_li_center li a, .g-nav_li_bottom li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .app_btn {
    width: 100%;
  }

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

  .footer_note {
    margin-top: 40px;
  }

  .footer_copy {
    margin-top: 40px;
  }

  .footer_area {
    padding-bottom: 120px;
  }

  .backbtn {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }

  .backbtn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    border: 1px solid var(--color4);
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .sp_none {
    display: block;
  }

  .pc_none {
    display: none;
  }

  /* header */
  header {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: var(--color4);
  }

  .nav_li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .header_nav {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
  }

  .header_area {
    justify-content: space-between;
  }

  .nav_li li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    font-size: 12px;
  }

  .nav_li li:not(:last-child) {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
  }

  .nav_li li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background-color: var(--color6);
  }

  .nav_img {
    width: 20px;
  }

  .header_nav {
    right: 60px;
  }

  .openbtn1 {
    width: 30px;
    right: 0;
    height: 20px;
    margin-top: 0;
  }

  .openbtn1 span {
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    background-color: var(--color3);
  }

  .openbtn1 span:nth-child(1) {
    top: 0;
  }

  .openbtn1 span:nth-child(2) {
    top: 50%;
  }

  .openbtn1 span:nth-child(3) {
    bottom: 0;
  }

  .g-nav_wrap {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    align-items: baseline;
    margin-top: 60px;
  }

  .g-nav_left {
    width: 60%;
    margin: 0;
  }

  .g-nav_right {
    width: 35%;
  }

  .g-nav_right ul li a {
    margin-left: 2.5%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .g-nav_language {
    margin-left: 2.5%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #g-nav-list {
    max-width: 1260px;
    margin-left: auto;
    position: relative;
    z-index: 999;
  }

  .panelactive {
    background-color: #35323170;
    cursor: pointer;
  }

  .panelactive #g-nav-list {
    animation-name: gnavAnimePc;

    animation-duration: 0.4s;
    /* ゆっくり目で上質感を演出 */
    animation-timing-function: cubic-bezier(0.19, 1, 0.5, 1);
    /* 高級感のある滑らかなイーズアウト */
  }

  @keyframes gnavAnimePc {
    0% {
      opacity: 0;
      transform: translateX(50%);
    }

    100% {
      opacity: 1;
    }
  }

  .nav_sp {
    display: none;
  }

  .footer_area {
    max-width: 1280px;
    padding-top: 80px;
    margin-top: 80px;
    padding-bottom: 40px;
  }

  .booking_area {
    width: 60%;
    max-width: 660px;
    margin-top: 0;
    margin-right: 0;
  }

  .footer_nav_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--color6);
  }

  .app_btn {}

  .footer_logo {
    margin: 0;
    width: 250px;
  }

  .footer_nav_li_top {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .nav_li_bottom_center {
    display: none;
  }

  .nav_li_bottom_top li:not(:last-child), .nav_li_bottom_center li:not(:last-child), .nav_lang li:not(:last-child) {
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
  }

  .nav_li_bottom_top li:not(:last-child)::before, .nav_li_bottom_center li:not(:last-child)::before, .nav_lang li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background-color: var(--color6);
  }

  .footer_nav_li_bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .footer_nav_li_bottom li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 4;
  }

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

  .footer_txt {
    margin-top: 20px;
  }

  .footer_copy, .footer_note {
    margin-top: 0;
  }
}

/*footer */
@media screen and (min-width: 1360px) {

  /*footer */
  .footer_nav_li_top li a {
    font-size: 14px;
  }

  .app_btn a {
    font-size: 14px;
  }

  .nav_li_bottom_top li, .nav_li_bottom_center li {
    font-size: 12px;
  }

  .nav_li_bottom_top li:not(:last-child), .nav_li_bottom_center li:not(:last-child), .nav_lang li:not(:last-child) {
    padding-right: 24px;
    margin-right: 24px;
  }

  .nav_li_bottom_bottom {
    font-size: 14px;
  }

  .footer_nav_li_top {
    margin-top: 40px;
  }

  .footer_nav_li_top li {
    padding-bottom: 12px;
  }

  .footer_txt {
    margin-top: 40px;
  }

  .footer_note {
    font-size: 12px;
  }

  .footer_copy {
    font-size: 12px;
  }

  /*footer */
}