@charset "UTF-8";
html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: "toppan-bunkyu-mincho-pr6n", sans-serif;
  line-height: 1.8;
  color: #58222f;
  background: #f7efe4;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #faecda, #fffaf2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#faecda), to(#fffaf2));
  background: -webkit-linear-gradient(left, #faecda, #fffaf2);
  background: linear-gradient(to right, #faecda, #fffaf2);
}

body:after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./img/bg-pattern-01.png") 0 0 repeat;
  display: block;
  content: "";
}

body.js-no_scroll {
  overflow: hidden;
}

body.js-no_scroll:before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

body :focus {
  outline: none;
}

main {
  min-height: 1px;
  padding-top: 120px;
}

@media (max-width: 767px) {
  main {
    padding: 80px 4% 0 !important;
  }
}

section {
  margin-bottom: 80px;
}

section.container {
  padding: 0;
}

section.container.section-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  background: white;
  -webkit-box-shadow: 0 0 4px 0 #d5c4ad;
          box-shadow: 0 0 4px 0 #d5c4ad;
}

@media (max-width: 767px) {
  section.container.section-twitter {
    display: block;
    padding: 32px 20px;
  }
}

section.container.section-twitter .inner {
  width: 50%;
}

@media (max-width: 767px) {
  section.container.section-twitter .inner {
    overflow: hidden;
    width: 100%;
    max-height: 240px;
  }
}

section.container.section-twitter iframe {
  display: block !important;
}

section.container.section-twitter .border-twitter {
  border: 4px solid #f8efe3;
}

section.container.section-hanyo, section.container.section-covid {
  padding: 40px;
  background: white;
  -webkit-box-shadow: 0 0 4px 0 #d5c4ad;
          box-shadow: 0 0 4px 0 #d5c4ad;
}

@media (max-width: 767px) {
  section.container.section-hanyo, section.container.section-covid {
    display: block;
    padding: 32px 20px;
  }
}

.content-header {
  position: relative;
  margin: 0 auto 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .content-header {
    margin: 0 auto 20px;
    padding: 0 8px 32px 8px;
  }
}

.movie {
  width: 90%;
  max-width: 784px;
  margin: 40px auto 0;
}

.movie video {
  max-width: 100%;
}

.tab-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 320px;
  margin-bottom: 80px;
  padding-bottom: 20px;
  background: white;
  -webkit-box-shadow: 0 0 4px 0 #d5c4ad;
          box-shadow: 0 0 4px 0 #d5c4ad;
}

@media (max-width: 767px) {
  .tab-pane {
    padding: 20px 0;
  }
}

.tab-pane.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pc-none {
  display: none;
}

@media (max-width: 991px) {
  .pc-none {
    display: inline-block;
  }
}

.sp-none {
  display: inline-block;
}

@media (max-width: 991px) {
  .sp-none {
    display: none;
  }
}

mark {
  font-weight: bold;
  color: #ac1d38;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #fff776), color-stop(90%, #fff776), color-stop(90%, transparent), to(transparent));
  background: -webkit-linear-gradient(transparent 68%, #fff776 68%, #fff776 90%, transparent 90%, transparent 100%);
  background: linear-gradient(transparent 68%, #fff776 68%, #fff776 90%, transparent 90%, transparent 100%);
}

.color-red {
  color: #ac1d38;
}

header {
  position: relative;
  padding: 8px;
  color: #ffffff;
  background: url("./img/bg-wood-dark.jpg") center 0 repeat #58222f;
  background-size: cover;
  -webkit-box-shadow: 0 -4px 8px 8px #000000;
          box-shadow: 0 -4px 8px 8px #000000;
}

header img {
  display: block;
  margin: 0 auto;
}

nav.navbar {
  background: url("./img/bg-wood-dark.jpg") center 0 repeat #1e0d05;
  background-size: 100%;
  -webkit-box-shadow: 0 -4px 8px 8px #342c22;
          box-shadow: 0 -4px 8px 8px #342c22;
}

nav.navbar .container {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  nav.navbar .container {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-nav {
  width: 100%;
  margin: 0;
}

.navbar-nav .nav-item {
  margin-bottom: 0;
  padding: 0;
}

.navbar-nav .nav-item::before {
  content: none;
}

.navbar-nav .nav-item a {
  letter-spacing: 1px;
  font-family: "ten-mincho-text", serif;
  font-size: 17px;
  line-height: 1.4;
  color: #ffffff;
}

.navbar-nav .nav-item a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .navbar-nav {
    background: #1e0d05;
    -webkit-box-shadow: 0 2px 10px -10px rgba(0, 0, 0, 0.7) inset;
            box-shadow: 0 2px 10px -10px rgba(0, 0, 0, 0.7) inset;
  }
  .navbar-nav .nav-item:not(:last-child) {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

nav .navbar-toggler {
  padding: 0.3rem 0.75rem 0.3rem;
  outline: none;
}

nav .navbar-toggler .navbar-toggler-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #ffffff;
}

nav .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
  content: "\f0c9";
  font-size: 32px;
}

nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  content: "\f00d";
  font-size: 24px;
}

nav .navbar-brand {
  width: 220px;
  margin-right: 3rem;
}

@media (max-width: 767px) {
  nav .navbar-brand {
    width: 50%;
    max-width: 120px;
    margin: 8px 1rem 8px 0.5rem;
  }
}

footer {
  margin-top: auto;
  padding: 8px 0 8px;
  color: #ffffff;
  background: url("./img/bg-wood-dark.jpg") center 0 repeat #58222f;
  background-size: cover;
  -webkit-box-shadow: 0 4px 8px 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 8px 8px rgba(0, 0, 0, 0.6);
}

footer .link-pageup {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  text-decoration: none;
  font-size: 40px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #ac1d38;
}

@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    font-size: 32px;
  }
}

footer .link-pageup:hover {
  color: #ffffff;
}

@media (max-width: 575px) {
  footer .link-pageup:hover {
    opacity: 1;
  }
}

footer .link-pageup .fas {
  position: relative;
  top: -4px;
}

@media (max-width: 991px) {
  footer .link-pageup .fas {
    top: -2px;
  }
}

footer small {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

@media (max-width: 575px) {
  footer small {
    font-size: 10px;
  }
}

/*
.list-anchor {
  display: flex;
  justify-content: center;
  list-style-type: none;
  @media (max-width: 575px) {
    margin: 0;
  }
}
.list-anchor > li {
  margin: 12px;
  &:before {
    content: none;
  }
}
.list-anchor a {
  text-decoration: underline;
  font-size: 16px;
  @media (max-width: 575px) {
    font-size: 14px;
  }
}
*/
figure {
  position: relative;
  background-color: #ffffff;
}

figure[class*="img-sample"]:after,
figure .lyt-slider .lyt-slider-item:after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  content: "SAMPLE";
  font-size: 40px;
}

.modal-body figure[class*="img-sample"]:after {
  font-size: 80px;
}

@media (max-width: 400px) {
  .modal-body figure[class*="img-sample"]:after {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  figure[class*="img-sample"]:after,
  figure .lyt-slider .lyt-slider-item:after {
    font-size: 28px;
  }
}

figure.img-sample-01 {
  color: rgba(255, 255, 255, 0.7);
}

figure.img-sample-01 .slick-arrow {
  color: rgba(255, 255, 255, 0.7);
}

figure.img-sample-02 {
  color: rgba(0, 0, 0, 0.5);
}

figure.img-sample-02 .slick-arrow {
  color: rgba(0, 0, 0, 0.5);
}

figure > img {
  display: block;
  margin: 0 auto;
}

.img-copyright {
  margin-bottom: 0;
  font-size: 12px;
  color: #333333;
  line-height: 1.2;
  text-align: right;
  text-shadow: 0 1px 1px #ffffff, 1px 0 1px #ffffff, 0 -1px 1px #ffffff, -1px 0 1px #ffffff, -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
}

@media (max-width: 575px) {
  .img-copyright {
    font-size: 10px;
  }
}

.modal-body .img-copyright {
  z-index: 2;
}

@media (max-width: 575px) {
  .modal-body .img-copyright {
    font-size: 12px;
  }
}

.list-product {
  padding: 0;
  list-style-type: none;
}

.list-product li:before {
  content: none;
}

.list-product .list-product-item {
  border: #d7ccbb 1px solid;
  background: rgba(255, 255, 255, 0.8);
}

.list-product figure figcaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  color: #ffffff;
  background-color: #333333;
}

.list-product figure .lyt-slider {
  z-index: 2;
  margin-bottom: 3em;
}

.list-product figure .lyt-slider .lyt-slider-item {
  position: relative;
  min-height: 300px;
  background-color: #ffffff;
}

.list-product figure .lyt-slider img {
  max-height: 300px;
}

.list-product figure .slick-arrow {
  position: absolute;
  z-index: 10;
  top: calc(50% - 1em);
  font-size: 24px;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.list-product figure .slick-arrow svg {
  color: #333333;
}

.list-product figure .slick-arrow.slick-prev {
  left: -24px;
}

.list-product figure .slick-arrow.slick-next {
  right: -24px;
}

.list-product figure .slick-dots {
  display: none;
}

.list-product figure button + .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.list-product figure button + .slick-dots > li {
  width: 24px;
  height: 24px;
}

.list-product figure button + .slick-dots > li.slick-active:before {
  color: #333333;
}

.list-product figure button + .slick-dots > li:before {
  display: block;
  width: 24px;
  content: "●";
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #aaaaaa;
}

.list-product figure button + .slick-dots button {
  margin-left: -1em;
  opacity: 0;
  font-size: 0;
}

.list-product .label-tag > span {
  padding: 4px;
  font-size: 14px;
  border: 1px solid #58222f;
}

.list-product .hdg {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .list-product .hdg {
    font-size: 12px;
    line-height: 1.5;
  }
}

.list-product .text-price {
  font-size: 16px;
  font-weight: bold;
}

.list-product .link-category {
  margin-bottom: 12px;
  font-size: 14px;
}

.list-product .link-category a {
  display: inline-block;
  margin-right: 8px;
  text-decoration: underline;
}

.list-product .btn {
  font-size: 1rem;
  color: #ffffff;
  border-radius: 8px;
  background-color: #ac1d38;
}

.list-product .modal-header {
  border-bottom: none;
}

.list-product .modal-body {
  border: #d7ccbb 1px solid;
  background: url(./img/bg-wood-light-02.jpg) center center repeat;
  background-size: 100% auto;
}

.modal-header .close {
  opacity: 1;
  font-size: 16px;
  color: #ac1d38;
}

.modal-title.hdg {
  font-size: 16px;
}

#anchor-note {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.8);
}

#anchor-note ul {
  margin: 0;
}

#anchor-note li {
  margin-bottom: 6px;
}

#anchor-note p {
  margin-top: 1rem;
}

.lyt-taxonomy figure {
  background: none;
}

.container.content-ticket {
  margin: 80px auto;
  padding: 0 60px;
  background: white;
  -webkit-box-shadow: 0 0 4px 0 #d5c4ad;
          box-shadow: 0 0 4px 0 #d5c4ad;
}

@media (max-width: 575px) {
  .container.content-ticket {
    padding: 0 20px;
  }
}

.container.content-ticket .tab-pane {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.container.content-ticket figure {
  background: none;
}

.container.content-ticket a {
  text-decoration: underline;
  color: #1061bb;
}

.container.content-ticket a:hover {
  text-decoration: none;
}

.container.content-ticket .info-ticket {
  position: relative;
  padding: 30px;
  border-top: 1px solid #58222f;
  border-bottom: 1px solid #58222f;
}

@media (max-width: 575px) {
  .container.content-ticket .info-ticket {
    margin-bottom: 60px;
    padding: 20px 0 10px;
  }
}

.container.content-ticket .info-ticket::before, .container.content-ticket .info-ticket::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #58222f;
}

.container.content-ticket .info-ticket::before {
  top: -5px;
}

.container.content-ticket .info-ticket::after {
  bottom: -5px;
}

.about-ticket p {
  margin-bottom: 1rem;
}

.about-ticket p,
.about-ticket ul {
  padding-left: 1rem;
}

.about-ticket span {
  padding-right: 1rem;
}

@media (max-width: 575px) {
  .about-ticket span {
    display: block;
  }
}

.container.content-highlight {
  padding: 60px;
  background: white;
  -webkit-box-shadow: 0 0 4px 0 #d5c4ad;
          box-shadow: 0 0 4px 0 #d5c4ad;
}

@media (max-width: 575px) {
  .container.content-highlight {
    padding: 40px 20px;
  }
}

.container.content-highlight section {
  margin-bottom: 80px;
}

.container.content-highlight figure {
  background: none;
}

.container.content-highlight p,
.container.content-highlight .lead {
  font-size: 18px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-bottom: 20px;
  line-height: 1.4;
}

h1 {
  text-align: center;
  font-family: "ten-mincho-text", serif;
  color: #ac1d38;
}

h1 .title {
  display: block;
  margin-top: 40px;
  font-size: 32px;
}

@media (max-width: 575px) {
  h1 .title {
    font-size: 5vw;
  }
}

h1 img {
  -webkit-backface-visibility: hidden;
}

h2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 28px;
  color: #ac1d38;
}

@media (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h2 img {
  -webkit-backface-visibility: hidden;
}

.section-twitter h2 {
  font-size: 28px;
}

@media (max-width: 575px) {
  .section-twitter h2 {
    font-size: 22px;
  }
}

#benefits h2 {
  letter-spacing: 0;
}

#anchor-note h3 {
  margin: 20px 0 16px;
  padding: 6px 0.5rem;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(88, 34, 47, 0.7);
}

#anchor-note h4 {
  position: relative;
  margin: 16px 0 10px 5px;
  padding-left: 0.5rem;
  font-size: 14px;
  font-weight: bold;
  border-left: 3px solid #58222f;
}

.content-ticket h2 {
  font-weight: bold;
}

.content-ticket h3 {
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #58222f;
}

.content-ticket h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.content-highlight h2 {
  font-weight: bold;
}

.content-highlight h3 {
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #58222f;
}

.content-highlight h3::before {
  margin-right: 5px;
  content: "\f030";
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .content-highlight h3::before {
    display: block;
  }
}

.content-highlight .about-ticket h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.txt-coming-soon {
  padding: 30px 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "ten-mincho-text", serif;
  font-size: 32px;
  color: #58222f;
}

@media (max-width: 767px) {
  .txt-coming-soon {
    font-size: 20px;
    line-height: 1.6;
  }
}

.txt-close {
  font-size: 12px;
}

@media (max-width: 767px) {
  .txt-close {
    font-size: 10px;
  }
}

.textbox-center {
  text-align: center;
}

.textbox-center * {
  display: inline-block;
  text-align: left;
}

@-moz-document url-prefix() {
  /* ここに書く */
  .txt-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

img {
  max-width: 100%;
  height: auto;
}

img.img-main {
  display: block;
  margin: 0 auto 40px;
}

.section-hanyo figure {
  background: none;
}

ul {
  margin: 20px 0;
  padding-left: 0;
  list-style-type: none;
  overflow-wrap: break-word;
}

ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.2em;
}

ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  font-size: 15px;
  font-weight: bold;
  color: #58222f;
}

ul.list-note li {
  margin-bottom: 0;
  line-height: 1.5;
}

ul.list-note li::before {
  top: 0;
  content: "※";
  font-size: 16px;
  color: #ac1d38;
}

ul.list-normal {
  margin: 0;
}

ul.list-normal li {
  margin-bottom: 0;
  padding-left: 0.5rem;
  line-height: 1.5;
}

@media (max-width: 575px) {
  ul.list-normal li {
    margin-bottom: 8px;
  }
}

ul.list-normal li::before {
  content: none;
}

.nav-tabs {
  padding: 0 10px;
  border-bottom: none;
}

@media (max-width: 575px) {
  .nav-tabs {
    padding: 0 6px;
  }
}

.nav-tabs .nav-item {
  width: 25%;
  padding-left: 1px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .nav-tabs .nav-item {
    width: 50%;
  }
}

.nav-tabs .nav-item:before {
  content: none;
}

.nav-tabs .nav-item .icon-new {
  position: absolute !important;
  top: -20px;
  left: 6px;
  z-index: 1;
}

@media (max-width: 575px) {
  .nav-tabs .nav-item .icon-new {
    width: 60px;
    top: -14px;
  }
}

.nav-tabs .nav-link {
  position: relative;
  top: -1px;
  height: 100%;
  padding: 14px 0;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  border: none;
  border-radius: 8px 8px 0 0;
  background-image: url("./img/bg-wood-natural.jpg");
}

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: 12px 4px;
    font-size: 14px;
  }
}

.nav-tabs .nav-link:before {
  position: relative;
  left: -8px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

@media (max-width: 767px) {
  .nav-tabs .nav-link:before {
    left: -3px;
  }
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  opacity: 1;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  background: url("./img/bg-wood-dark.jpg") center bottom no-repeat;
}

.nav-tabs .nav-link.active:before {
  content: "\f0d7";
}

.tab-content + .nav-tabs {
  margin-top: 0;
}

.tab-content + .nav-tabs .nav-link {
  border-radius: 0 0 8px 8px;
}

.content-ticket .nav-tabs {
  position: relative;
  top: -45px;
  left: -12px;
}

@media (max-width: 991px) {
  .content-ticket .nav-tabs {
    top: -51px;
  }
}

@media (max-width: 767px) {
  .content-ticket .nav-tabs {
    top: -47px;
    left: 0;
  }
}

.content-ticket .nav-tabs .nav-item {
  width: 30%;
}

@media (max-width: 991px) {
  .content-ticket .nav-tabs .nav-item {
    width: 50%;
  }
}

.content-ticket .nav-tabs .nav-item .nav-link {
  padding: 15px;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .content-ticket .nav-tabs .nav-item .nav-link {
    padding: 10px 0;
  }
}

.content-ticket .nav-tabs .nav-item .nav-link .txt-close {
  font-size: 14px;
}

@media (max-width: 767px) {
  .content-ticket .nav-tabs .nav-item .nav-link .txt-close {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .content-ticket .nav-tabs .nav-item .nav-link:before {
    left: -1px;
  }
}

.content-ticket .bottom-tab .icon-new {
  top: 34px;
}

@media (max-width: 575px) {
  .content-ticket .bottom-tab .icon-new {
    top: 40px;
  }
}

.content-ticket .tab-pane li {
  line-height: 1.5;
}

.content-ticket .nav-tabs.bottom-tab {
  position: relative;
  top: 47px;
}

@media (max-width: 991px) {
  .content-ticket .nav-tabs.bottom-tab {
    top: 52px;
  }
}

@media (max-width: 767px) {
  .content-ticket .nav-tabs.bottom-tab {
    top: 48px;
  }
}

.content-ticket .nav-tabs.bottom-tab .nav-link.active:before {
  content: "\f0d8";
}

ul.listbox-center {
  display: inline-block;
}

ul.listbox-center li {
  text-align: left;
}

.news-about li {
  font-size: 14px;
  line-height: 1.5;
}

.news-about ul.list-note li::before {
  font-size: 14px;
}

table {
  width: 100%;
}

table thead,
table tbody {
  width: 100%;
}

@media (max-width: 767px) {
  table th,
  table td {
    display: block;
    width: 100%;
  }
}

.tab-pane > .tbl-info thead th {
  padding: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "ten-mincho-text", serif;
  font-size: 32px;
  font-weight: normal;
  color: #ac1d38;
}

@media (max-width: 767px) {
  .tab-pane > .tbl-info thead th {
    font-size: 28px;
    padding: 10px 20px;
  }
}

.tab-pane > .tbl-info tbody th,
.tab-pane > .tbl-info tbody td {
  padding: 20px 12px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .tab-pane > .tbl-info tbody th,
  .tab-pane > .tbl-info tbody td {
    padding: 6px 12px 0px;
  }
}

.tab-pane > .tbl-info tbody th {
  text-align: right;
  color: #ac1d38;
}

@media (max-width: 767px) {
  .tab-pane > .tbl-info tbody th {
    text-align: left;
  }
}

#tab-about-03 .tbl-info th {
  width: 20%;
}

@media (max-width: 767px) {
  #tab-about-03 .tbl-info th {
    width: 100%;
  }
}

#tab-about-03 .tbl-info td {
  width: 80%;
}

@media (max-width: 767px) {
  #tab-about-03 .tbl-info td {
    width: 100%;
  }
}

.tbl-ticket {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .tbl-ticket {
    width: 100%;
  }
}

.tbl-ticket th,
.tbl-ticket td {
  vertical-align: top;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .tbl-ticket td {
    padding-bottom: 10px;
  }
}

.tbl-ticket th {
  width: 3rem;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .tbl-ticket th {
    width: 100%;
    padding-bottom: 0;
  }
}

.ttl-about {
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "ten-mincho-text", serif;
  font-size: 32px;
  font-weight: normal;
  color: #ac1d38;
}

@media (max-width: 767px) {
  .ttl-about {
    padding: 10px 20px;
  }
}

.news-about {
  max-width: 840px;
  margin: 0 auto 20px;
  padding: 30px;
}

@media (max-width: 575px) {
  .news-about {
    padding: 20px;
  }
}

.news-about a {
  text-decoration: underline;
  color: #1061bb;
}

.news-about a:hover {
  text-decoration: none;
  opacity: 1;
  color: #1061bb;
}

a {
  color: #58222f;
}

a:hover {
  opacity: 0.8;
  color: #ac1d38;
}

.section-hanyo a {
  text-decoration: underline;
  color: #1061bb;
}

.section-hanyo a:hover {
  text-decoration: none;
  opacity: 1;
  color: #1061bb;
}

.content-ticket .info-ticket a {
  text-decoration: underline;
}

.content-ticket .info-ticket a:hover {
  text-decoration: none;
}

.content-ticket .tab-pane a {
  text-decoration: underline;
  color: #1061bb;
}

.content-ticket .tab-pane a:hover {
  text-decoration: none;
  opacity: 1;
  color: #1061bb;
}
