@charset "utf-8";

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
body {
  font-family: "YakuHanMP", "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #191919;
  -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	line-height: 1.8;
	letter-spacing: .07em;
	font-weight: 400;
  padding-top: 160px;
}
.gothic {
  font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
a {
  text-decoration: none;
  color: #191919;
  transition: ease-in-out .2s;
}
a:hover {
  opacity: .6;
}
li {
  list-style: none;
}
.contents {
  width: 94%;
  max-width: 1116px;
  margin: 0 auto;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.category {
  display: flex;
  font-size: 14px;
  gap: 7px;
  flex-wrap: wrap;
}
.category li a {
  transition: ease-in-out .2s;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 2em;
  padding: 3.4884px 11.628px;
  font-size: 11.628px;
  line-height: 1.4;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.category li a:hover {
  border: 1px solid #F39800;
  background-color: #F39800;
  color: #fff;
  opacity: 1;
}
.single-wrapper .category li a {
  line-height: 1.8;
}
.sp_on {
  display: none;
}

/* パンクず */
.breadcrumb ul {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  gap: 6px 19px;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li::before, .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -13px;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 7px;
}
.breadcrumb ul li::before {
  transform: rotate(-37deg);
}
.breadcrumb ul li::after {
  transform: rotate(37deg);
}
.breadcrumb ul li:first-child::before, .breadcrumb ul li:first-child::after {
  display: none;
}
.breadcrumb ul li:last-child {
  color: #F39800;
}

@media(max-width: 768px) {
  body {
    padding-top: 115px;
  }
  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
}

/* pagenavi */
.wp-pagenavi {
  text-align: center;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.wp-pagenavi span {
  font-size: 20px;
}
.wp-pagenavi span.current {
  color: #F39800;
}
.wp-pagenavi a.page {
  font-size: 20px;
}
.wp-pagenavi .nextpostslink {
  color: rgba(0, 0, 0, 0);
  background-image: url(../img/page_next.png);
  background-position: center;
  background-size: 8px;
}
.wp-pagenavi .last {
  color: rgba(0, 0, 0, 0);
  background-image: url(../img/page_last.png);
  background-position: center;
  background-size: 12px;
  width: 12px;
}
.wp-pagenavi .previouspostslink {
  color: rgba(0, 0, 0, 0);
  background-image: url(../img/page_prev.png);
  background-position: center;
  background-size: 8px;
}
.wp-pagenavi .first {
  color: rgba(0, 0, 0, 0);
  background-image: url(../img/page_first.png);
  background-position: center;
  background-size: 12px;
  width: 12px;
}

@media (max-width: 768px) {
  .wp-pagenavi {
    gap: 15px;
  }
  .wp-pagenavi span {
    font-size: 16px;
  }
  .wp-pagenavi a.page {
    font-size: 16px;
  }
}

/* header */
.pc_header_contents {
  width: 100%;
  padding: 2em 50px;
  margin: 0 auto 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pc_header_contents.active {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.01);
  background: rgba(255, 255, 255, .95);
}
.header_left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header_ttl h1 {
  letter-spacing: 0.3em;
  font-size: 24px;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  line-height: 1.0;
}
.header_ttl h1 img {
  width: 115px;
}
.header_ttl h1 img.ticket_logo {
  width: 85px;
}
.header_ttl .gothic {
  font-size: 12px;
  color: #000;
  text-align: center;
}
.header_gnav {
  display: flex;
  gap: 26px;
}
.header_gnav li {
  position: relative;
}
.header_gnav li::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: -13px;
  background-color: #191919;
}
.header_gnav li:last-child::before {
  display: none;
}
.header_gnav li a {
  font-size: 15px;
}
.sns_icon_list {
  display: flex;
  gap: 18px;
}
.sns_icon_list img {
  width: 28px;
}

/* sp-menu */
.zdo_drawer_nav_wrapper .menu_inner_search {
  padding: 80px 20px 0;
}
.menu_inner_search .searchform {
  padding: 9px 8px 9px 49px;
}
.menu_inner_search .searchform .searchfield {
  width: 162px;
}
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  color: #333;
}
.zdo_drawer_menu a:hover {
  text-decoration: none !important;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 34px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  text-align: center;
  outline: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 34px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(45deg);
  position: relative;
  right: -1px;
  top: 0px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-45deg);
  position: relative;
  top: 6px;
  right: 1px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 3px;
  margin: 6px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 7px;
}
.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}
.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  color: #333;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 30px 24px 30px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 14px;
  border-bottom: dotted 1px #ccc;
}
/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #333;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #000;
}
.zdo_drawer_nav li a.to-hp {
  background-image: url("../img/new_window.png");
  background-position: 100px;
  background-size: 14px;
}

/* アコーディオン */
.child2 {
  display: none;
}
.demo a {
  display: block;
}
.menu {
  display: block;
  position: relative;
}
ul.child2 li {
  margin-bottom: 0;
  border-bottom: solid 1px #888;
  padding: 10px 8px;
  background: #000;
}
ul.child2 li:last-child {
  border-bottom: none !important;
}
button.active {
  color: #000 !important;
}
.zdo_drawer_button.active .zdo_drawer_bar1, .zdo_drawer_button.active .zdo_drawer_bar3 {
  background: #000 !important;
}
.accordionlist dt {
  display: block;
  border-top: 1px solid #DFDFDF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordionlist dt:first-child {
  border-top: none !important;
}
.accordionlist dt .title {
  padding: 13px 0;
  float: left;
  width: 80%;
}
.accordionlist dt:hover {
  cursor: pointer;
}
.accordionlist dd {
  display: none;
  padding: 10px 15px 20px;
  border-top: 1px solid #777;
  background: #F5F3F0;
}
.accordionlist dd:last-child {
  border-bottom: 1px solid #777;
}
.accordion_icon, .accordion_icon span {
  display: inline-block;
  transition: all .1s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 17%;
  height: 40px;
  float: right;
  margin-right: 2%;
}
.accordion_icon span {
  position: absolute;
  left: 10px;
  width: 50%;
  height: 2px;
  background-color: #333;
}
.accordion_icon span:nth-of-type(1) {
  top: 25px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
  top: 25px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#accordion1 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
#accordion1 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#accordion2 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
#accordion2 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#accordion3 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
#accordion3 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#accordion4 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
#accordion4 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.accordionlist dd p {
  border-bottom: solid 1px #777;
}
.accordionlist dd p:last-child {
  border-bottom: none;
}

/* cleatfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.inner_bg {
  background: #efefef !important;
}
.inner_ttl {
  padding-left: 8px;
}
.nav_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.accordionlist .accordionlist {
  background: #ccc;
}
.accordionlist dd .accordionlist dd {
  width: 100% !important;
  padding: 0;
}
.zdo_drawer_menu .sns_icon {
  padding: 0 24px;
}
.zdo_drawer_menu .sns_icon_list {
  gap: 14px;
}
.zdo_drawer_menu .sns_icon_list img {
  width: 30px;
}
@media(max-width: 768px) {
  .pc_header_contents {
    padding: .8em 20px;
  }
}

/* top */
.top_ttl h1 {
  text-align: center;
  letter-spacing: 0.26em;
  font-size: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.0;
  gap: 10px;
  margin-bottom: 10px;
}
.top_ttl h1 img {
  width: clamp(165px, 35vw, 185px);
}
.top_ttl p {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #000;
  margin: 4px auto 0;
  font-weight: normal;
  margin-bottom: 8em;
  text-align: center;
}
.fv {
  display: flex;
  justify-content: space-between;
}
.fv_left {
  width: 64%;
  position: relative;
}
.fv_left .pickup_txt {
  position: absolute;
  font-size: 18px;
  color: #fff;
  background-color: #F39800;
  z-index: 100;
  padding: 12px 16px;
  letter-spacing: 0.2em;
  top: 20px;
  left: -18px;
}
.fv_left h2 {
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.4;
  margin: 20px 0 10px;
}
.fv_left img {
  aspect-ratio: 36 / 25;
  transition: transform 0.3s ease;
  width: 100%;
  display: block;
}
.fv_left .swiper-slide:hover img {
  transform: scale(1.1);
}
.fv_left p {
  /* line-height: 1.75; */
}
.fv_left .category {
  margin-top: 14px;
}
.fv_left .swiper-slide {
  overflow: hidden;
  position: relative;
}
.fv_left .swiper-pagination {
  position: static;
  margin-top: 8px;
}
.fv_left .swiper-pagination-bullet {
  background-color: #F39800;
  opacity: 30%;
  width: 10px;
  height: 10px;
  margin: 0 7px !important;
}
.fv_left .swiper-pagination-bullet-active {
  opacity: 100%;
}
.fv_right {
  width: 30%;
}
.fv_right a {
  display: block;
  overflow: hidden;
  position: relative;
}
.fv_right img {
  aspect-ratio: 36 / 25;
  transition: transform 0.3s ease;
  display: block;
}
.fv_right a:hover img {
  transform: scale(1.1);
}
.fv_right h2 {
  font-size: 1.2em;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-top: 10px;
}
.fv_right .category {
  margin-top: 13px;
}
.fv_right_top {
  margin-bottom: 30px;
}
.top_search {
  margin-top: 90px;
  background-color: #EADECA;
  padding: 55px;
  margin-bottom: 150px;
}
.top_search h2 {
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
.search_box {
  width: 100%;
  max-width: 593px;
  background-color: #fff;
  border: 1px solid #9D9D9D;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.search_box::before {
  position: absolute;
  width: 19px;
  height: 24px;
  content: "";
  background-image: url(../img/search_icon.png);
  background-size: 100%;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}
.search_categoryList {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.search_categoryList li a {
  border: 1px solid #191717;
  border-radius: 50px;
  padding: 3px 13px;
  background-color: #fff;
  font-size: 14px;
  transition: ease-in-out 0.2s;
  display: block;
}
.search_categoryList li a:hover {
  background-color: #F39800;
  border: 1px solid #F39800;
  color: #fff;
  opacity: 1;
}
.top_search_sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 52px;
}
.top_search_sns li {
  width: 37px;
}
.top_concept_txtBox {
  max-width: 772px;
  margin: 0 auto;
}
.top_concept .concept_ttl {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin: 30px 0;
}
.top_concept .concept_txt {
  font-size: clamp(0.85em, 3vw, 0.95em);
  /* letter-spacing: 0.2em;
  line-height: 2; */
  margin-bottom: 50px;
}
.top_gallery {
  display: grid;
  grid-template-columns: repeat(4, 24.7%);
  justify-content: space-between;
  gap: 4px 0px;
  margin-bottom: 130px;
}
.know h2 {
  text-align: center;
  position: relative;
  width: 380px;
  letter-spacing: 0.2em;
  margin: 0 auto 60px;
}
.know h2::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F39800;
  top: 12px;
  left: 6px;
}
.know h2::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F39800;
  top: 12px;
  right: 6px;
}
.know_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 32.5%);
  gap: 50px 1.25%;
  justify-content: start;
}
.know_list li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.know_list img {
  aspect-ratio: 36 / 25;
  transition: transform 0.3s ease;
  display: block;
}
.know_list li a:hover img {
  transform: scale(1.1);
}
.know_list .category {
  margin: 2em 0 .3em 0;
}
.know_list h3 {
  font-size: 1.2em;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 1em;
}
.know_list p {
  font-size: .85em;
  line-height: 1.4;
}
.more_btn {
  text-align: center;
  letter-spacing: .2em;
  margin-top: 75px;
}
.more_btn a {
  border: 2px solid #F39800;
  display: inline-block;
  line-height: 1.4;
  padding: 1em 2.5em;
  border-radius: 3em;
  color: #F39800;
  background: white;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
  transition: .3s ease;
  text-decoration: none !important;
  font-family: YakuHanJP, 'Noto Sans JP', YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.more_btn a:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.18);
  color: black;
  background: #eadeca;
  border: 2px solid #eadeca;
}

/* footer */
.bnr_special {
  max-width: 621px;
  margin: 138px auto;
}
.footer_logo {
  display: block;
  margin: 150px auto;
  text-align: center;
}
.footer_logo > a >img {
  width: 150px;
}
.footer_logo .more_btn {
  margin-top: 30px;
}

footer .footer_link {
  margin-top: 50px;
}
footer .footer_link a {
  text-decoration: underline;
  background-image: url(../img/new_window.png);
  background-position: right 75%;
  background-size: 14px;
  padding-right: 25px;
}


@media (max-width: 960px) {
  .fv_left .pickup_txt {
    left: -13px;
  }
  .fv {
    flex-direction: column;
  }
  .fv_left {
    width: 100%;
    margin-bottom: 50px;
  }
  .fv_right {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .fv_right_top {
    width: 48%;
  }
  .fv_right_bottom {
    width: 48%;
  }
  .know_list {
    grid-template-columns: repeat(auto-fit, 48%);
  }
  .top_gallery {
    grid-template-columns: repeat(auto-fit, 33%);
  }
}
@media(max-width: 820px) {
  .top_concept .concept_txt br.br-off {
    display: none;
  }
}
@media (max-width: 768px) {
  header .contents {
    margin: 25px auto 55px;
  }
  .fv_left .pickup_txt {
    font-size: 16px;
    padding: 5px 10px;
    left: -12px;
  }
  .sns_icon_list {
    justify-content: flex-end;
    margin-bottom: 0;
    gap: 0 10px;
  }
  .footer_logo {
    margin-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .sp_on {
    display: block;
  }
  .category li a {
    font-size: .745em;
  }
  .top_gallery {
    grid-template-columns: repeat(auto-fit, 48%);
    gap: 14px 0;
    margin-bottom: 80px;
  }
  .top_gallery img {
    aspect-ratio: 1 /1;
    object-fit: cover;
  }
  .top_concept .concept_ttl {
    font-size: 1.4em;
  }
  .top_concept .concept_txt {
    font-size: .85em;
  }
  .fv_left h2 {
    font-size: 1.2em;
  }
  .fv_left p {
    font-size: .85em;
  }
  .fv_right h2 {
    font-size: 1.02em;
  }
  .know h2 {
    font-size: 19px;
    width: 290px;
    margin: 0 auto 30px;
  }
  .know h2::after {
    top: 10px;
    width: 8px;
    height: 8px;
  }
  .know h2::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
  .know_list h3 {
    font-size: 1.02em;
  }
  .top_concept .concept_ttl {
    margin: 80px 0 30px;
  }
  .top_search.contents {
    width: 100%;
  }
  .top_search {
    padding: 55px 20px;
  }
  .search_categoryList {
    gap: 20px;
    justify-content: flex-start;
  }
  .know_list {
    grid-template-columns: repeat(auto-fit, 100%);
  }
  .bnr_special {
    margin: 100px auto;
  }
}

/* category */
.category_ttl h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.2em;
}
.category_pege_list {
  margin-top: 82px;
  margin-bottom: 61px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px 30px;
}
.category_pege_list li a {
  border: 1px solid #191717;
  border-radius: 50px;
  padding: 3px 13px;
  background-color: #fff;
  font-size: 14px;
  display: block;
}
.category_pege_list li a:hover {
  background-color: #F39800;
  border: 1px solid #F39800;
  color: #fff;
  opacity: 1;
}
.category_pege_list li.category_active a {
  background-color: #F39800;
  border: 1px solid #F39800;
  color: #fff;
}
@media(max-width: 480px) {
  .category_pege_list {
    gap: 20px;
    justify-content: flex-start;
  }
}

/* single */
.article_ttl {
  margin-top: 62px;
}
.article_ttl h1 {
  font-size: clamp(1.53em, 4vw, 1.9em);
  line-height: 1.4;
  margin: 1rem 0 1em;
  letter-spacing: .1em;
}
.article_detail p {
  margin-bottom: 2.09em;
  font-size: clamp(0.85em, 3vw, 0.95em);
}
.article_detail figure {
  margin-bottom: 2.85em;
  margin-top: 2.85em;
}
.article_detail .wp-block-columns {
  margin-bottom: 2.85em;
}
.article_detail .wp-block-columns figure {
  margin-bottom: 0;
}
.single-wrapper {
  max-width: 768px;
  margin: 0 auto;
}
.article_detail h2 {
  padding: 16px 22px;
  font-size: 22px;
  line-height: 1.5;
  margin: 40px 0;
  letter-spacing: 0.2em;
  border-left: 1px solid #F39800;
  background-color: #F5F3F0;
}
.article_detail h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 40px 0;
  letter-spacing: 0.2em;
}
.article_detail .wp-block-quote {
  background-color: #F5F3F0;
  padding: 40px;
  margin-bottom: 40px;
}
.article_detail .wp-block-quote p {
  margin-bottom: 0;
}
.article_detail .wp-block-quote cite {
  font-size: 12px;
  text-decoration: underline;
}

/* search */
.searchform {
  padding: 9px 8px 9px 54px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
}
.searchform .searchsubmit {
  font-size: 12px;
  padding: 3px 6px;
  background-color: #EADECA;
  border: 1px solid #9D9D9D;
  text-align: center;
  width: 41px;
  color: #191919;
}
.searchform .searchfield {
  width: 90%;
}
.search_results {
  margin-bottom: 60px;
}

/* 404 */
.txt404 {
  text-align: center;
}

/*------------------------------------------------------------
	ご紹介チケットについて
------------------------------------------------------------*/
#ticket #pankuzu {
  margin-bottom: 62px;
}
/* ご紹介チケットについて */
#ticket #ticket_about .ticket_about-ttl {
  margin: 0 auto 45px;
  width: fit-content;
  background-color: #F39800;
  padding: 15px 50px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 50%, 100% 100%, 0 100%, calc(0% + 20px) 50%);
}
#ticket #ticket_about .ticket_about-ttl h2 {
  line-height: 1.0;
  font-size: clamp(20px, 6vw, 30px);
  color: #fff;
  letter-spacing: 3px;
}
#ticket #ticket_about .ticket_about-content {
  background-color: #F6F6EE;
}
#ticket #ticket_about .ticket_about-inner {
  max-width: 865px;
  width: 90%;
  margin: 0 auto;
  padding: 85px 0;
  text-align: center;
}
#ticket #ticket_about .ticket_about-inner > h3 {
  color: #F39800;
  font-size: clamp(18px, 4vw, 25px);
  margin-bottom: 60px;
  position: relative;
  display: flex;
  justify-content: center;
}
#ticket #ticket_about .ticket_about-inner > h3 span {
  border-bottom: 1px solid #F39800;
  padding-bottom: 5px;
}
#ticket #ticket_about .ticket_about-inner > h3 span::before {
  content: "";
  background: url(../img/arrow_icon_01.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translate(-50%, 100%);
}
#ticket #ticket_about .ticket_about-inner > img {
  max-width: 700px;
  margin: 0 auto;
}
#ticket #ticket_about .ticket_about-box {
  background-color: #fff;
  padding: 60px 20px;
  color: #333333;
  background-image: linear-gradient(45deg, #F39800 30px, transparent 0), linear-gradient(-45deg, #F39800 30px, transparent 0), linear-gradient(135deg, #F39800 30px, transparent 0), linear-gradient(-135deg, #F39800 30px, transparent 0);
  background-size: calc(100% - 15px) calc(100% - 15px);
  background-position: center;
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 60px;
  justify-content: center;
  align-items: center;
}
#ticket #ticket_about .ticket_about-box .img {
  max-width: 218px;
}
#ticket #ticket_about .ticket_about-box .txt p {
  margin-bottom: 15px;
  font-size: clamp(0.85em, 3vw, 0.95em);
}
#ticket #ticket_about .ticket_about-box .txt h3 {
  font-size: clamp(22px, 4vw, 25px);
  font-weight: 600;
  color: #F39800;
}
#ticket #ticket_about .ticket_about-box .txt h3 span {
  border-bottom: 2px solid #F39800;
  padding-bottom: 5px;
}

#ticket #ticket_about .ticket_about-banner {
  background-color: #F6F6EE;
  padding: 40px 20px;
  text-align: center;
  color: #F39800;
  position: relative;
  margin-bottom: 60px;
}
#ticket #ticket_about .ticket_about-banner::after {
  content: "";
  background-color: #F6F6EE;
  width: 50px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#ticket #ticket_about .ticket_about-banner p {
  font-size: clamp(16px, 4vw, 18px);
}
#ticket #ticket_about .ticket_about-banner h3 {
  font-size: clamp(22px, 4vw, 25px);
}
#ticket #ticket_about .ticket_about-banner h3 span {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  height: auto;
  display: inline-block;
}
#ticket #ticket_about .ticket_about-banner h3 span::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translate(-50%, 0);
  background-color: #F39800;
  border-radius: 50%;
}

@media screen and (max-width:768px) {
  #ticket #pankuzu {
    margin-bottom: 50px;
  }
  #ticket #ticket_about .ticket_about-inner {
    padding: 50px 0;
  }
  #ticket #ticket_about .ticket_about-box {
    grid-template-columns: 1fr;
    gap: 25px;
    justify-items: center;
    padding: 60px 30px;
  }
  #ticket #ticket_about .ticket_about-box .img {
    max-width: 100%;
  }
  #ticket #ticket_about .ticket_about-box .txt p {
    text-align: left;
  }
}
@media screen and (max-width:470px) {
  #ticket #ticket_about .ticket_about-ttl {
    width: 90%;
    padding: 15px 20px;
  }
}


/* リンクボタン */
#ticket .ticket_btn {
  text-align: center;
  margin: 90px 0 80px;
}
#ticket .ticket_btn .ticket_btn-ttl {
  font-size: clamp(20px, 4vw, 25px);
  color: #F39800;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}
#ticket .ticket_btn .ticket_btn-ttl::before {
  content: "";
  width: 20px;
  height: 31px;
  background: url(../img/btn_icon_02.svg) no-repeat center;
  background-size: contain;
  display: block;
}
#ticket .ticket_btn .ticket_btn-ttl::after {
  content: "";
  width: 20px;
  height: 31px;
  background: url(../img/btn_icon_03.svg) no-repeat center;
  background-size: contain;
  display: block;
}
#ticket .ticket_btn button {
  background-color: #F39800;
  border-radius: 50vh;
  color: #fff;
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  font-size: clamp(18px, 4vw, 20px);
  margin: 30px auto 0;
  max-width: 358px;
  width: 100%;
}
#ticket .ticket_btn button:hover {
  opacity: 0.7;
}
#ticket .ticket_btn button span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
#ticket .ticket_btn button span img {
  width: 37px;
}
#ticket .ticket_btn button span p {
  font-size: clamp(9px, 2vw, 11px);
  line-height: 1.0;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',"Noto Sans JP", sans-serif;
}
#ticket .ticket_btn a {
  border-radius: 50vh;
  display: block;
  padding: 23.5px 25px;
  font-size: clamp(18px, 4vw, 20px);
  max-width: 358px;
  width: 100%;
  position: relative;
}
#ticket .ticket_btn a.link_btn {
  background-color: #fff;
  border: 1px solid #F39800;
  color: #F39800;
  font-weight: 600;
  margin: 10px auto 0;
}
#ticket .ticket_btn a.hp_btn {
  background-color: #F39800;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}
#ticket .ticket_btn a.hp_btn::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg) skew(-10deg, -10deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 17px;
  height: 17px;
}
#ticket .ticket_btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width:430px) {
  #ticket .ticket_btn button {
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #ticket .ticket_btn button {
    max-width: 100%;
  }
  #ticket .ticket_btn a {
    max-width: 100%;
    padding: 22px;
  }
}

/* プレゼント */
#ticket #ticket_present .ticket_present-item {
  background-color: #F6F6EE;
}
#ticket #ticket_present .ticket_present-item.item02 {
  background-color: #F8F8F8;
}
#ticket #ticket_present .ticket_present-inner {
  max-width: 865px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
#ticket #ticket_present .ticket_present-ttl h3 {
  text-align: center;
  color: #335F1A;
  font-size: clamp(16px, 4vw, 22px);
  position: relative;
  z-index: 0;
}
#ticket #ticket_present .item02 .ticket_present-ttl h3 {
  color: #745E38;
}
#ticket #ticket_present .item02 .ticket_present-ttl h3::before {
  border-top: 2px solid #745E38;
}
#ticket #ticket_present .ticket_present-ttl h3 span {
  font-size: clamp(26px, 4vw, 32px);
}
#ticket #ticket_present .ticket_present-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 25px;
  width: fit-content;
  margin: 0 auto 50px;
}
#ticket #ticket_present .ticket_present-price > img {
  max-width: 130px;
  width: 100%;
}
#ticket #ticket_present .ticket_present-price h2 {
  font-size: clamp(14px, 4vw, 20px);
  color: #62834C;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: flex-end;
  line-height: 1.4;
}
#ticket #ticket_present .item02 .ticket_present-price h2 {
  color: #745E38;
}
#ticket #ticket_present .ticket_present-price h2 img {
  max-width: clamp(200px, 45vw, 350px);
  width: 100%;
  margin-bottom: -10px;
}
#ticket #ticket_present .ticket_present-box {
  background-color: #FFFFFF;
  padding: 50px 45px;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 45px;
  margin-top: 40px;
}
#ticket #ticket_present .ticket_present-box_txt {
  color: #335F1A;
}
#ticket #ticket_present .item02 .ticket_present-box_txt {
  color: #745E38;
}
#ticket #ticket_present .ticket_present-box_txt h4 {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.0;
}
#ticket #ticket_present .ticket_present-box_txt h4::after {
  content: "";
  width: 30px;
  border-top: 1.5px solid #335F1A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#ticket #ticket_present .item02 .ticket_present-box_txt h4::after {
  border-top: 1.5px solid #745E38;
}
#ticket #ticket_present .ticket_present-box_txt p {
  font-size: clamp(0.85em, 3vw, 0.95em);
}

#ticket #ticket_present .ticket_present-and {
  text-align: center;
  padding: 35px 0;
}
#ticket #ticket_present .ticket_present-and p {
  font-size: 50px;
  color: #4A7127;
}

@media screen and (max-width:896px) {
  #ticket #ticket_present .ticket_present-box {
    display: flex;
    flex-direction: column-reverse;
  }
  #ticket #ticket_present .ticket_present-ttl h3 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  #ticket #ticket_present .ticket_present-inner {
    padding: 50px 0;
  }
  #ticket #ticket_present .ticket_present-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  #ticket #ticket_present .ticket_present-ttl img {
    max-width: clamp(77px, 16vw, 90px);
  }
  #ticket #ticket_present .ticket_present-ttl h3 {
    text-align: left;
  }
  #ticket #ticket_present .ticket_present-price {
    display: block;
    margin-bottom: 30px;
  }
  #ticket #ticket_present .ticket_present-price h2 {
    gap: 5px;
  }
  #ticket #ticket_present .ticket_present-price h2 img {
    margin-bottom: -4px;
  }
}
@media screen and (max-width:430px) {
  #ticket #ticket_present .ticket_present-ttl {
    align-items: flex-start;
  }
  #ticket #ticket_present .ticket_present-box {
    padding: 35px 20px;
  }
}

/* 連絡事項 */
#ticket #ticket_notice .ticket_notice-inner {
  border: 1px solid #62834C;
  max-width: 865px;
  width: 90%;
  margin: 85px auto 0;
  position: relative;
  padding: 65px 80px 50px;
}
#ticket #ticket_notice .ticket_notice-ttl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #62834C;
}
#ticket #ticket_notice .ticket_notice-ttl h3 {
  color: #fff;
  padding: 10px 25px;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 4px;
}
#ticket #ticket_notice .ticket_notice-list ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  color: #335F1A;
  margin-bottom: 5px;
  font-size: clamp(0.85em, 3vw, 0.95em);
}

#ticket.ticket_about #ticket_notice .ticket_notice-inner {
  padding: 65px 45px 50px;
}

@media screen and (max-width:896px) {
  #ticket #ticket_notice .ticket_notice-inner {
    padding: 65px 40px 40px;
    width: 100%;
  }
  #ticket.ticket_about #ticket_notice .ticket_notice-inner {
    padding: 65px 30px 40px;
  }
}
@media screen and (max-width:430px) {
  #ticket #ticket_notice .ticket_notice-inner {
    padding: 65px 20px 30px;
  }
  #ticket.ticket_about #ticket_notice .ticket_notice-inner {
    padding: 65px 20px 30px;
  }
}

/* OBさまより */
#ticket #ticket_voice .ticket_voice-ttl {
  text-align: center;
  margin-bottom: 90px;
}
#ticket #ticket_voice .ticket_voice-ttl h3 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  font-size: clamp(20px, 4vw, 24px);
  width: fit-content;
  margin: 0 auto;
  color: #335F1A;
  line-height: 1.5;
  letter-spacing: 4px;
}
#ticket #ticket_voice .ticket_voice-ttl h3::before, #ticket #ticket_voice .ticket_voice-ttl h3::after {
  content: "●";
  display: block;
  font-size: 15px;
}
#ticket #ticket_voice .ticket_voice-inner {
  max-width: 865px;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}
#ticket #ticket_voice .ticket_voice-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  margin-bottom: 100px;
}
#ticket #ticket_voice .ticket_voice-item:last-child {
  margin-bottom: 0;
}
#ticket #ticket_voice .ticket_voice-left {
  max-width: 280px;
  margin-right: -80px;
  z-index: 1;
}
#ticket #ticket_voice .ticket_voice-right {
  background-color: #F6F6EE;
  color: #335F1A;
  padding: 70px 80px 60px;
  margin: 15px;
  position: relative;
}
#ticket #ticket_voice .ticket_voice-right::before {
  content: "";
  background: url(../img/voice_icon_01.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
  top: -15px;
}
#ticket #ticket_voice .ticket_voice-right::after {
  content: "";
  background: url(../img/voice_icon_02.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
#ticket #ticket_voice .ticket_voice-right h3 {
  font-size: clamp(20px, 4vw, 28px);
  line-height: 1.5;
  margin-bottom: 15px;
}
#ticket #ticket_voice .ticket_voice-right p {
  font-size: clamp(0.85em, 3vw, 0.95em);
}

@media screen and (max-width:896px) {
  #ticket #ticket_voice .ticket_voice-ttl {
    margin-bottom: 50px;
  }
  #ticket #ticket_voice .ticket_voice-inner {
    padding: 30px 0;
  }
  #ticket #ticket_voice .ticket_voice-item {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 50px;
  }
  #ticket #ticket_voice .ticket_voice-left {
    margin-right: 0;
    margin-bottom: -25px;
    width: 70%;
  }
  #ticket #ticket_voice .ticket_voice-right {
    padding: 50px 60px;
  }
}
@media screen and (max-width:500px) {
  #ticket #ticket_voice .ticket_voice-right {
    padding: 40px 30px;
  }
}

/* ご使用方法 */
#ticket #ticket_use .ticket_use-inner {
  max-width: 865px;
  margin: 0 auto;
  padding: 80px 0 90px;
}
#ticket #ticket_use .ticket_use-ttl {
  margin-bottom: 50px;
}
#ticket #ticket_use .ticket_use-ttl h3 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  font-size: clamp(20px, 4vw, 24px);
  width: fit-content;
  margin: 0 auto;
  color: #335F1A;
  line-height: 1.5;
  letter-spacing: 4px;
}
#ticket #ticket_use .ticket_use-ttl h3::before, #ticket #ticket_use .ticket_use-ttl h3::after {
  content: "●";
  display: block;
  font-size: 15px;
}
#ticket #ticket_use .ticket_use-txt {
  text-align: center;
  color: #335F1A;
  margin-bottom: 40px;
}
#ticket #ticket_use .ticket_use-txt p {
  font-size: clamp(0.85em, 3vw, 0.95em);
}
#ticket #ticket_use .ticket_use-txt p span {
  border-bottom: 1px solid #335F1A;
  padding-bottom: 5px;
}
#ticket #ticket_use .ticket_use-box {
  background: repeating-linear-gradient(45deg, #D4D5D5, #D4D5D5 10px, #fff 5px, #fff 15px);
  padding: 20px;
}
#ticket #ticket_use .ticket_use-bg {
  background-color: #E4EDDC;
  padding: 70px 50px;
}
#ticket #ticket_use .ticket_use-bg > h3 {
  text-align: center;
  color: #4A7127;
  font-size: clamp(20px, 4vw, 25px);
  position: relative;
  z-index: 0;
}
#ticket #ticket_use .ticket_use-bg > h3::before {
  content: "";
  border-top: 2px solid #4A7127;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#ticket #ticket_use .ticket_use-bg > h3 span {
  background-color: #E4EDDC;
  padding: 15px 50px;
  display: inline-block;
}
#ticket #ticket_use .ticket_use-bg > p {
  text-align: center;
  margin-bottom: 35px;
  color: #335F1A;
}
#ticket #ticket_use .ticket_use-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 25px;
  width: fit-content;
  margin: 0 auto 50px;
}
#ticket #ticket_use .ticket_use-price > img {
  max-width: 130px;
  width: 100%;
}
#ticket #ticket_use .ticket_use-price h2 {
  font-size: clamp(19px, 4vw, 25px);
  color: #62834C;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: flex-end;
  line-height: 1.4;
}
#ticket #ticket_use .ticket_use-price h2 img {
  max-width: 350px;
  width: 100%;
  margin-bottom: -5px;
}

#ticket #ticket_use .ticket_use-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
#ticket #ticket_use .ticket_use-item {
  background-color: #fff;
  text-align: center;
  padding: 30px;
}
#ticket #ticket_use .ticket_use-item h4 {
  background-color: #62834C;
  border-radius: 50vh;
  color: #fff;
  padding: 9px 0;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.0;
  max-width: 190px;
  width: 100%;
}
#ticket #ticket_use .ticket_use-item h3 {
  font-size: 37px;
  font-weight: 600;
  color: #4A7127;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',"Noto Sans JP", sans-serif;
  display: grid;
  align-content: center;
  height: calc(100% - 34px);
}
#ticket #ticket_use .ticket_use-item p {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 20px auto 0;
  color: #335F1A;
}
#ticket #ticket_use .ticket_use-item p::before, #ticket #ticket_use .ticket_use-item p::after {
  content: "";
  border-left: 1px solid #335F1A;
  height: 15px;
}
#ticket #ticket_use .ticket_use-item p::before {
  transform: rotate(145deg);
}
#ticket #ticket_use .ticket_use-item p::after {
  transform: rotate(35deg);
  
}
#ticket #ticket_use .ticket_use-item img {
  max-width: 135px;
  width: 40%;
}
#ticket #ticket_use .ticket_use-flow ul li h2 {
  border-bottom: 1.5px solid #335F1A;
  margin-bottom: 25px;
  line-height: 1.0;
}
#ticket #ticket_use .ticket_use-flow ul li p {
  font-size: clamp(0.85em, 3vw, 0.95em);  
}
#ticket #ticket_use .ticket_use-flow ul li h2 span {
  font-size: 20px;
  color: #fff;
  background-color: #335F1A;
  padding: 10px 20px;
  display: inline-block;
}
#ticket #ticket_use .ticket_use-flow ul li h3 {
  color: #335F1A;
  font-size: 18px;
  position: relative;
  text-align: center;
  margin: 60px 0 25px;
  display: flex;
  justify-content: center;
}
#ticket #ticket_use .ticket_use-flow ul li h3 span {
  border-bottom: 1.5px solid #335F1A;
  padding-bottom: 10px;
}
#ticket #ticket_use .ticket_use-flow ul li h3 span::before {
  content: "";
  background: url(../img/arrow_icon_02.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 11px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translate(-50%, 100%);
}
#ticket #ticket_use .ticket_use-flow ul li p.t_center {
  text-align: center;
}
#ticket #ticket_use .ticket_use-flow ul li img {
  margin: 50px 0;
}
#ticket #ticket_use .ticket_use-flow ul li .inner img:nth-child(2) {
  width: calc(100% + 2%);
}
#ticket #ticket_use .ticket_use-flow ul li .inner img:last-child {
  max-width: 600px;
  margin: 20px auto 50px;
  display: block;
}

@media screen and (max-width:768px) {
  #ticket #ticket_present .ticket_present-inner {
    padding: 50px 0;
  }
  #ticket #ticket_use .ticket_use-bg > h3 span {
    padding: 15px 30px;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.5;
  }
  #ticket #ticket_use .ticket_use-txt {
    text-align: left;
  }
  #ticket #ticket_use .ticket_use-price {
    grid-template-columns: 1fr;
    gap: 15px;
    justify-items: center;
    margin-bottom: 30px;
  }
  #ticket #ticket_use .ticket_use-price > img {
    max-width: 117px;
  }
  #ticket #ticket_use .ticket_use-price h2 {
    gap: 5px;
  }
  #ticket #ticket_use .ticket_use-list {
    grid-template-columns: 1fr;
  }
  #ticket #ticket_use .ticket_use-item {
    padding: 25px 10px;
  }
}
@media screen and (max-width:430px) {
  #ticket #ticket_use .ticket_use-bg {
    padding: 35px 20px;
  }
  #ticket #ticket_use .ticket_use-bg > h3 span {
    padding: 15px;
  }
}



.success-msg {
  display: none;
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translate(-50%);
  max-width: 300px;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  background-color: #62834C;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}


/*------------------------------------------------------------
	お問合せ
------------------------------------------------------------*/
#contact .contact_ttl {
  text-align: center;
  margin: 30px 0 50px;
}
#contact .contact_ttl h2 {
  text-align: center;
  font-size: clamp(1.7rem, 4vw, 1.9rem);
  letter-spacing: .2em;
  margin-bottom: 1em;
  line-height: 1.4;
}
#contact .contact_item {
  max-width: 768px;
  width: 91.666667%;
  margin: 0 auto;
  font-size: clamp(14px, 4vw, 15px);
}
#contact .contact_item > p {
  margin-bottom: 2.2em;
}
#contact .contact_item > p span.required {
  padding-left: 0;
}
#contact .contact-table th {
  font-weight: normal;
  
}
#contact .contact-table td p {
  margin-bottom: 2.2em;
}
#contact .contact-table td input[type="file"] {
  width: 100%;
  margin-bottom: 1em;
}
#contact .contact-table td input[name="your-postcode"] {
  margin-bottom: 10px;
}
#contact .contact_info {
  margin: 2.2rem 0;
}
#contact .contact_info.info02 {
  font-size: .75rem;
  line-height: 1rem;
}
#contact .contact_info a {
  text-decoration: underline;
}
#contact .contact_item .send {
  text-align: center;
}
#contact .contact_item .send p {
  display: flex;
  flex-direction: column;
  align-items: center
}
#contact .contact_item .send .wpcf7-submit {
  margin-bottom: 1em;
}
#clear01, #clear02, #clear03 {
  display: none;
  margin-bottom: 1em;
  border: 1px solid #F39800;
  padding: 2px 10px;
  color: #F39800;
  border-radius: 5px;
  transition: 0.3s;
}
#clear01:hover, #clear02:hover, #clear03:hover {
  border: 1px solid #F39800;
  color: #fff;
  background-color: #F39800;
}