@charset "UTF-8";
/*::::::::::::::::::::::::::::::::::::::::::::::::
COMMON
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.view-pc {
  display: block;
}

.view-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none;
  }
  .view-sp {
    display: block;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::
HERO
:::::::::::::::::::::::::::::::::::::::::::::::::*/
#hero {
  margin-bottom: 50px;
}

.kv-container {
  text-align: center;
  margin: 20px auto 0;
  padding: 0 6%;
}

#hero h1 {
  max-width: 1200px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px auto 30px;
}

#hero .lead {
  max-width: 1200px;
  text-align: center;
  font-size: 1.125em;
  line-height: 2;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .kv-container {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
  }
  #hero h1 {
    text-align: left;
    padding: 0 5%;
    margin: 25px auto 15px;
  }
  #hero .lead {
    text-align: justify;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    margin-bottom: 30px;
  }
  #hero h1 {
    font-size: 1.375em;
    margin: 25px auto 10px;
  }
  #hero .lead {
    font-size: 1em;
    line-height: 1.5;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::
TAB CONTENT
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.tab-btn-container {
  margin: 50px auto 0;
  padding: 0 6%;
}

.tab-btn-box {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.tab-btn {
  width: 49%;
  padding: 18px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2c8cb4;
  border-radius: 10px 10px 0 0;
  border: 5px solid #2c8cb4;
  position: relative;
}

.tab-btn::after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 10px;
  background: #fff;
  bottom: -5px;
}

.tab-btn.is-active::after {
  display: none;
}

.tab-btn:hover {
  background: #2c8cb4;
  color: #fff;
  cursor: pointer;
}

.tab-btn:hover::after {
  display: none;
}

.tab-btn.is-active {
  background: #2c8cb4;
  color: #fff;
}

.tab-btn-label {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  display: flex;
  align-items: center;
}

.tab-btn-label-set {
  display: flex;
  flex-direction: column;
}

.tab-btn-label-set div {
  padding-top: 3px;
}

.tab-btn-label span {
  font-size: 0.75em;
}

.tab-btn.is-active:hover {
  cursor: auto;
}

.tab-content-container {
  width: 100%;
}

.tab-content-detail {
  width: 100%;
  background: #e9f3f7;
  margin: 0 auto;
  padding: 0 6%;
}

.tab-content-03 {
  display: none;
}

.tab-content-inner {
  max-width: 1200px;
  padding: 60px 0 80px;
  margin: 0 auto;
  text-align: center;
}

.hd02-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hd02-box .hd02 {
  display: inline-block;
  font-size: min(2.35vw, 1.75em);
  font-weight: bold;
  line-height: 1;
  margin: 0 0 8px;
  background: #ffec0d;
}
.hd02-box .hd02:first-child:nth-last-child(1) {
  padding: 15px 12px 10px;
}
.hd02-box .hd02:first-child:nth-last-child(2) {
  padding: 15px 0 10px 12px;
}
.hd02-box .hd02:last-child:nth-child(2) {
  padding: 15px 12px 10px 0;
}

.hd02-lead {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto 0;
}

.hd02-b {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 15px auto 6px;
  background: #2c8cb4;
  padding: 8px 16px;
}

.hd02-b-p {
  font-size: 1.125em;
  font-weight: 600;
}

.period {
  font-size: min(4vw, 1.25em);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: 1em auto 0;
  background: #2c8cb4;
  padding: 7px 12px 7px;
  width: -moz-fit-content;
  width: fit-content;
}

.period-date {
  font-size: min(4vw, 1.25em);
  font-weight: bold;
  margin: 0.25em auto 0;
}

.period-note {
  font-size: min(3vw, 1em);
}

@media screen and (max-width: 1024px) {
  .tab-btn {
    padding: 10px 5px 5px;
  }
  .tab-btn::after {
    height: 8px;
  }
  .tab-btn-label {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .tab-btn-label-set div {
    padding-top: 0;
  }
  .hd02-lead {
    font-size: 1.125em;
  }
  .tab-content-detail {
    width: 100%;
    background: #e9f3f7;
    margin: 0 auto;
    padding: 0 4%;
  }
}
@media screen and (max-width: 980px) {
  .hd02-box {
    flex-direction: column;
    align-content: center;
  }
  .hd02-box .hd02 {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: min(4.25vw, 1.5em);
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 8px;
    background: #ffec0d;
  }
  .hd02-box .hd02:first-child:nth-last-child(1) {
    padding: 6px 8px;
  }
  .hd02-box .hd02:first-child:nth-last-child(2) {
    padding: 6px 8px;
  }
  .hd02-box .hd02:last-child:nth-child(2) {
    padding: 6px 8px;
  }
}
@media screen and (max-width: 767px) {
  .tab-btn {
    border: 4px solid #2c8cb4;
  }
  .tab-btn::after {
    height: 6px;
  }
  .tab-btn-container {
    margin: 60px auto 0;
  }
  .tab-btn-label {
    font-size: 4.5vw;
  }
  .hd02-lead {
    line-height: 1.25;
  }
  .hd02-b-p {
    font-size: 1em;
  }
}
/* TAB BALOON 新登場
------------------------------------- */
.balloon-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -100px;
}

.balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5em 0;
  padding: 10px;
  width: 50%;
  height: auto;
  background: #ed0160;
  border-radius: 10px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ed0160;
}

.balloon p {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .balloon-wrap {
    top: -80px;
  }
  .balloon {
    width: 100%;
    padding: 5px;
  }
  .balloon:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ed0160;
  }
  .balloon p {
    font-size: 4.5vw;
  }
}
/* TAB CONTENT 01  TABLE__PC
------------------------------------- */
.table-ticket {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  margin: 130px 0 20px;
}

.table-ticket th {
  width: 27%;
  vertical-align: middle;
}

.table-ticket td {
  width: 14.5%;
  vertical-align: middle;
}

.table-ticket th.ticket2025 {
  width: 20%;
}

.table-ticket td.yurikamome2025 {
  width: 25%;
}

.table-ticket td.chinema2025 {
  width: 25%;
}

.table-ticket td.oneday2025 {
  width: 25%;
}

.table-ticket thead .cell-title {
  background: #2c8cb4;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #fff;
}

.table-ticket thead .cell-ticket {
  background: #2c8cb4;
  font-size: 1.0625em;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 20px 5px;
  position: relative;
}

.table-ticket thead .cell-ticket:last-child {
  border-right: 1px solid #2c8cb4;
}

.table-ticket thead .cell-ticket.yurikamome2025 {
  background: #ed0160;
}

.table-ticket thead .cell-ticket.yurikamome2025:last-child {
  border-right: 1px solid #ed0160;
}

.table-ticket thead .cell-goriyou {
  height: 35px;
  background: #000;
  font-size: 0.875em;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 4px 10px 0;
  position: relative;
}

.table-ticket thead .cell-goriyou::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background: #2c8cb4;
  top: -1px;
  right: 0;
  clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%);
}

.table-ticket thead .cell-copy {
  height: 35px;
  font-size: 0.875em;
  font-weight: 600;
  color: #2c8cb4;
  background: #fefbe4;
  border-right: #2c8cb4 1px solid;
  padding: 4px 10px 0;
  position: relative;
}

.table-ticket tbody tr:nth-child(even) {
  background: #ecf6f7;
}

.table-ticket thead .cell-ticket.twodays::after {
  content: url(../images/45off.svg);
  position: absolute;
  width: 100px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.table-ticket thead .cell-ticket.photo::after {
  content: url(../images/52off.svg);
  position: absolute;
  width: 100px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.table-ticket thead .cell-ticket.otegaru::after {
  content: url(../images/49off.svg);
  position: absolute;
  width: 100px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.table-ticket thead .cell-ticket.chinema::after {
  content: url(../images/42off.svg);
  position: absolute;
  width: 100px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.table-ticket thead .cell-ticket.active::after {
  content: url(../images/49off.svg);
  position: absolute;
  width: 100px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.table-ticket thead .cell-ticket.chinema2025::after {
  content: url(../images/43off.svg);
  position: absolute;
  width: 100px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.table-ticket thead .cell-ticket.oneday2025::after {
  content: url(../images/53off.svg);
  position: absolute;
  width: 100px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.table-ticket thead .cell-ticket.yurikamome2025::after {
  content: url(../images/50off.svg);
  position: absolute;
  width: 100px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.gentei {
  display: block;
  background: #ffec0d;
  color: #000;
  padding: 2px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 3px;
}

.table-ticket tbody th {
  border-left: #2c8cb4 1px solid;
  border-right: #2c8cb4 1px solid;
  font-size: 1.0625em;
  text-align: left;
  line-height: 1.25;
  padding: 15px 20px;
}

.table-ticket tbody th .new {
  position: relative;
}

.table-ticket tbody th .new:after {
  position: absolute;
  display: inline-block;
  background: #ed0160;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  content: "NEW!";
  padding: 5px 5px 2px;
  border-radius: 3px;
  margin-left: 6px;
}

.table-ticket tbody th .font-s {
  font-size: 0.777777em;
  font-weight: normal;
}

.table-ticket tbody td {
  border-right: #2c8cb4 1px solid;
  font-size: 3em;
  font-weight: bold;
}

.table-ticket tbody td.yurikamome2025 {
  background: #ffe6f0;
}

.table-ticket tfoot th {
  text-align: left;
  padding: 20px;
}

.table-ticket tfoot .cell-price {
  background: #2c8cb4;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-right: #fff 1px solid;
  border-left: 1px solid #2c8cb4;
}

.table-ticket tfoot .cell-price:last-child {
  border-right: #2c8cb4 1px solid;
}

.table-ticket tfoot .cell-price.yurikamome2025 {
  background: #ed0160;
}

.table-ticket tfoot .cell-price.yurikamome2025:last-child {
  border-right: #ed0160 1px solid;
}

.table-ticket tfoot td.cell-price {
  position: relative;
}

.table-ticket tfoot td.cell-price::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid #2c8cb4;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.table-ticket tfoot td.cell-price.yurikamome2025::after {
  border-top: 10px solid #ed0160;
}

.table-ticket tfoot .cell-saleprice {
  background: #fefbe4;
  font-size: 1.375em;
  line-height: 1;
  font-weight: bold;
  border: #2c8cb4 1px solid;
  padding: 40px 20px 30px;
}

.table-ticket tfoot .cell-saleprice.yurikamome2025 {
  border-top: #ed0160 1px solid;
}

.table-ticket tfoot .cell-saleprice span {
  font-size: 0.818181em;
}

.btn-link-pc a {
  display: block;
  max-width: 900px;
  background: #ed0160;
  border-radius: 10px;
  box-shadow: 0px 6px 4px -2px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px;
  margin: 40px auto 80px;
  transition: 0.3s;
}

.btn-link-pc a:hover {
  opacity: 1;
  background: #fb8141;
}

.table-ticket-caption {
  text-align: left;
  margin: 0 auto;
}

.hd03 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2;
}

.lst-dot {
  margin-bottom: 32px;
  padding-left: 1em;
}

.lst-dot li {
  text-indent: -1em;
  line-height: 2;
}

.lst-dot li:before {
  content: "・";
}

@media screen and (max-width: 1024px) {
  .tab-btn-container {
    padding: 0 4%;
  }
  .tab-content-inner {
    padding: 60px 4% 80px;
  }
  .table-ticket thead .cell-title {
    width: auto;
    font-size: 1em;
    border-left: 1px solid #2c8cb4;
  }
  .table-ticket thead .cell-ticket {
    font-size: 0.875em;
  }
  .table-ticket thead .cell-goriyou {
    font-size: 0.75em;
    text-align: left;
    padding: 4px 2% 0;
    border-left: 1px solid #000;
  }
  .table-ticket tbody th {
    font-size: 0.875em;
    padding: 15px 1%;
  }
  .table-ticket tbody th span {
    font-size: 0.875em;
  }
  .table-ticket thead .cell-ticket.twodays::after,
  .table-ticket thead .cell-ticket.photo::after,
  .table-ticket thead .cell-ticket.otegaru::after,
  .table-ticket thead .cell-ticket.chinema::after,
  .table-ticket thead .cell-ticket.active::after,
  .table-ticket thead .cell-ticket.chinema2025::after,
  .table-ticket thead .cell-ticket.oneday2025::after,
  .table-ticket thead .cell-ticket.yurikamome2025::after {
    width: 80px;
    top: -80px;
  }
  .table-ticket tfoot .cell-price {
    font-size: 0.875em;
  }
  .table-ticket tfoot .cell-saleprice {
    font-size: 1.125em;
  }
  .btn-link-pc a {
    max-width: 80%;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1024px) {
  .tab-content-inner {
    padding: 40px 0;
  }
  .table-ticket-caption {
    font-size: 0.875em;
  }
  .hd03 {
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .lst-dot {
    margin-bottom: 20px;
  }
  .lst-dot li {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .gentei {
    font-size: 0.75em;
  }
}
/* TAB CONTENT 01  TABLE__SP
------------------------------------- */
.table-ticket-sp {
  width: 100%;
  margin: 30px auto 10px;
  border: 1px solid #2c8cb4;
}

.table-ticket-sp tr th {
  background: #2c8cb4;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}

.table-ticket-sp tr th.last-th {
  border-bottom: 1px solid #2c8cb4;
}

.table-ticket-sp tr td {
  background: #fff;
  vertical-align: middle;
  font-size: 1.25em;
  text-align: left;
  padding: 0 5px 0 5%;
  border-bottom: 1px solid #2c8cb4;
}

.table-ticket-sp.yurikamome2025 {
  border: 1px solid #ed0160;
}

.table-ticket-sp.yurikamome2025 tr th {
  background: #ed0160;
}

.table-ticket-sp.yurikamome2025 tr th.last-th {
  border-bottom: 1px solid #ed0160;
}

.table-ticket-sp.yurikamome2025 tr td {
  border-bottom: 1px solid #ed0160;
}

.table-ticket-sp tr td.first-td {
  border-bottom: none;
}

.table-ticket-sp tbody tr th {
  width: 38%;
  height: 50px;
  font-size: 1.125em;
}

.table-ticket-sp .sp-ticket {
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px;
}

.table-ticket-sp .sp-copy {
  font-size: 0.9875em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.table-ticket-sp tr .th-bold {
  font-weight: bold;
}

.table-ticket-sp tr .sp-saleprice {
  font-size: 1.25em;
  font-weight: bold;
  position: relative;
}

.table-ticket-sp tr .sp-saleprice span {
  font-size: 1.5em;
}

.table-ticket-sp tr .sp-saleprice::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 34%;
  border: 10px solid transparent;
  border-top: 12px solid #2c8cb4;
}

.table-ticket-sp.yurikamome2025 tr .sp-saleprice::after {
  border-top: 12px solid #ed0160;
}

.table-ticket-sp tbody .sp-off {
  width: 30%;
  padding: 5px 3%;
}

.table-ticket-sp tbody .sp-off img {
  width: 100%;
  max-width: 120px;
}

@media screen and (max-width: 600px) {
  .table-ticket-sp .sp-ticket {
    font-size: 5vw;
  }
  .table-ticket-sp tbody tr th {
    font-size: 4vw;
  }
  .table-ticket-sp tr td {
    font-size: 4vw;
  }
  .table-ticket-sp tr .sp-saleprice {
    font-size: 4.5vw;
  }
  .table-ticket-sp tr .sp-saleprice span {
    font-size: 5vw;
  }
}
.accordion-sp {
  margin-bottom: 15px;
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.4);
}

.details-summary {
  position: relative;
  display: block;
  padding: 14px 20px;
  color: #0a4b98;
  font-size: 1.125em;
  text-align: left;
  background-color: #fff;
}

.details-summary .btn {
  position: absolute;
  top: 37%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}

.details-summary .btn::before,
.details-summary .btn::after {
  content: "";
  background-color: #0a4b98;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  transform-origin: center center;
}

.details-summary .btn::before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.details-summary.is-active .btn {
  transform: rotate(-180deg);
}

.details-summary.is-active .btn::before {
  content: none;
}

.details-content {
  padding: 4px 16px 10px;
  background: #fff;
}

.accordion-sp-lst {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.accordion-sp-lst li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}

.accordion-sp-lst li::before {
  content: "";
  width: 2px;
  height: 82%;
  background: #2c8cb4;
  position: absolute;
  top: 3px;
  left: 0;
}

.accordion-sp-lst-store {
  text-align: left;
  font-weight: bold;
}

.accordion-sp-lst-store.new {
  position: relative;
}

.accordion-sp-lst-store.new::after {
  position: absolute;
  display: inline-block;
  background: #ed0160;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  content: "NEW!";
  padding: 5px 5px 3px;
  border-radius: 3px;
  margin-left: 4px;
  top: 2px;
}

.accordion-sp-lst-ticket {
  text-align: left;
  font-size: 0.875em;
}

.btn-link-sp a {
  display: block;
  width: 100%;
  background: #2c8cb4;
  border-radius: 10px;
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  padding: 17px 5px;
  margin: 0 auto 60px;
}

.btn-link-sp.yurikamome2025 a {
  background: #ed0160;
}

/* TAB CONTENT 02
------------------------------------- */
.shisetsu-link {
  padding: 0;
  margin: 20px auto 0;
}

.lst-shisetsu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px 32px;
}

.lst-shisetsu li a {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
  position: relative;
}

.lst-shisetsu li a:hover {
  text-decoration: none;
  color: #003de2;
  opacity: 1;
}

.lst-shisetsu li a::before {
  content: url(../images/icon-anchorlink.svg);
  vertical-align: middle;
  margin-right: 6px;
}

.lst-shisetsu li a.new::after {
  position: absolute;
  display: inline-block;
  background: #ed0160;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  content: "NEW!";
  padding: 5px 5px 3px;
  border-radius: 3px;
  margin-left: 3px;
  top: 1px;
}

.shisetsu-container {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  margin-top: 50px;
}

.shisetsu-container h2 {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}

.shisetsu-container h2.new::after {
  position: absolute;
  display: inline-block;
  background: #ed0160;
  color: #fff;
  font-size: 0.55em;
  font-weight: bold;
  line-height: 1.25;
  content: "NEW!";
  padding: 5px 5px 3px;
  border-radius: 5px;
  margin-left: 10px;
  top: 2px;
}

.shisetsu-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.shisetsu-box-img {
  width: 46%;
  max-width: 600px;
  height: 65%;
  margin-right: 2%;
}

.shisetsu-box-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.shisetsu-box-txt {
  width: 52%;
  max-width: 690px;
  text-align: left;
}

.shisetsu-box-txt .shisetsu-lead {
  font-size: 1.125em;
  margin-bottom: 20px;
}

.shisetsu-box-txt .shisetsu-name {
  font-weight: bold;
  margin-bottom: 8px;
}

.shisetsu-box-txt .shisetsu-name::before {
  content: "■";
}

.shisetsu-box-txt .shisetsu-overview li {
  margin-bottom: 8px;
}

.shisetsu-box-txt .shisetsu-overview li span {
  font-weight: bold;
}

.shisetsu-box-txt .shisetsu-overview .blank-link {
  color: #0a4b98;
  text-decoration: underline;
}

.shisetsu-box-txt .shisetsu-overview .blank-link::after {
  content: url(../images/icon-blanklink.svg);
  margin-left: 5px;
}

.shisetsu-ticket {
  margin-bottom: 20px;
}

.shisetsu-ticket .shisetsu-ticket-hd {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
}

.shisetsu-ticket .shisetsu-ticket-hd span {
  font-weight: normal;
}

.shisetsu-ticket .shisetsu-ticket-lst {
  display: flex;
  flex-wrap: wrap;
}

.shisetsu-ticket .shisetsu-ticket-lst li {
  width: 19%;
  min-height: 60px;
  background: #2c8cb4;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 5px;
  margin-right: 12px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shisetsu-ticket .shisetsu-ticket-lst li.yurikamome2025 {
  background: #ed0160;
}

.shisetsu-ticket .shisetsu-ticket-lst li:nth-child(5),
.shisetsu-ticket .shisetsu-ticket-lst li:last-child {
  margin-right: 0;
}

.shisetsu-ticket .shisetsu-ticket-lst li::after {
  position: absolute;
  content: "";
  background: url(../images/ticket-dogear.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  top: 0;
  right: 0;
}

.shisetsu-service {
  width: 100%;
  border: 1px solid #707070;
  font-size: 1em;
  padding: 15px 5px;
}

.shisetsu-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33.3333333333%;
}

.shisetsu-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #e3e3e3;
}

@media screen and (max-width: 1280px) {
  .lst-shisetsu li a {
    font-size: 1em;
  }
  .shisetsu-ticket .shisetsu-ticket-lst li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875em;
    line-height: 1.25;
  }
  .shisetsu-ticket .shisetsu-ticket-lst li::after {
    width: 12px;
    height: 14px;
    top: 0;
    right: 0;
  }
  .shisetsu-ticket .shisetsu-ticket-lst {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .shisetsu-ticket .shisetsu-ticket-lst li {
    width: 32%;
    font-size: 1em;
    padding: 10px 2px;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .shisetsu-ticket .shisetsu-ticket-lst li:nth-child(3),
  .shisetsu-ticket .shisetsu-ticket-lst li:nth-child(6) {
    margin-right: 0;
  }
  .shisetsu-ticket .shisetsu-ticket-lst li:nth-child(5) {
    margin-right: 2%;
  }
  .shisetsu-map {
    padding-top: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .shisetsu-container h2 {
    font-size: 1.5em;
  }
  .shisetsu-box {
    flex-direction: column;
    text-align: center;
  }
  .shisetsu-box-img {
    width: 100%;
    max-width: initial;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .shisetsu-box-img img {
    width: 100%;
    max-width: 660px;
  }
  .shisetsu-box-txt {
    width: 100%;
    max-width: initial;
  }
  .shisetsu-box-txt .shisetsu-lead {
    font-size: 0.9375em;
    text-align: justify;
  }
  .shisetsu-box-txt .shisetsu-name {
    font-size: 0.875em;
    margin-bottom: 5px;
  }
  .shisetsu-box-txt .shisetsu-overview li {
    font-size: 0.875em;
    margin-bottom: 5px;
  }
  .shisetsu-ticket .shisetsu-ticket-hd {
    font-size: 1em;
  }
  .shisetsu-ticket .shisetsu-ticket-lst li {
    font-size: 0.875em;
  }
  .shisetsu-service {
    font-size: 1em;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 600px) {
  .shisetsu-link {
    padding: 0;
  }
  .shisetsu-link li {
    font-size: 0.9375em;
  }
  .lst-shisetsu {
    gap: 18px 25px;
  }
  .shisetsu-container {
    padding: 20px 4%;
  }
  .shisetsu-container h2 {
    font-size: 1.375em;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .shisetsu-service {
    font-size: 0.875em;
    padding: 10px 5px;
  }
  .lst-shisetsu {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px 45px;
  }
  .shisetsu-ticket {
    margin-bottom: 15px;
  }
  .shisetsu-ticket .shisetsu-ticket-lst {
    justify-content: space-between;
  }
  .shisetsu-ticket .shisetsu-ticket-lst li {
    width: 49%;
    font-size: 3vw;
    padding: 16px 2px 14px;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .shisetsu-map {
    padding-top: 100%;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::
使い方
:::::::::::::::::::::::::::::::::::::::::::::::::*/
#note {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.note-container {
  padding: 0 6%;
  margin: 80px auto 100px;
}

.notehd02 {
  max-width: 1200px;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}

.note-lst {
  max-width: 1200px;
  margin: 0 auto 60px;
}

.note-lst li {
  font-size: 1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.note-lst li::before {
  content: "・";
  margin-left: -1em;
}

.inquiry-box {
  max-width: 1200px;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 50px 10px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.inquiry-box .howhd02 {
  position: absolute;
  top: -20px;
  background: #fff;
  padding: 0 20px;
}

.inquiry-lst li {
  margin-bottom: 20px;
}

.inquiry-lst li:last-child {
  margin-bottom: 0;
}

.inquiry-lst li .howhd03 {
  font-weight: bold;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.inquiry-lst li .how-txt {
  margin-left: 1em;
}

.inquiry-lst li .how-txt a {
  color: #003de2;
  text-decoration: underline;
}

.inquiry-lst li .how-txt a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .notehd02 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .note-lst li {
    font-size: 0.875em;
  }
  .inquiry-lst li .how-txt {
    font-size: 0.875em;
  }
  .inquiry-lst li .howhd03 {
    font-size: 0.875em;
    margin-bottom: 0;
  }
  .inquiry-box .howhd02 {
    top: -15px;
  }
  .inquiry-lst li .how-txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .how-container {
    margin: 40px auto 60px;
  }
  .inquiry-box {
    align-items: flex-start;
    border: none;
    padding: 0;
  }
  .inquiry-box .howhd02 {
    position: static;
    top: 0;
    padding: 0;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::
2025.01追加
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.table-ticket-note {
  max-width: 1200px;
  margin: 0 auto;
}

.table-ticket-note li {
  font-size: 1em;
  text-align: left;
  padding-left: 1em;
  margin-bottom: 5px;
}

.table-ticket-note li::before {
  content: "※";
  margin-left: -1em;
}

.yurikamome-hd03 {
  font-size: 1.25em;
  font-weight: 600;
}

.yurikamome-ov {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.yurikamome-ov-txt {
  width: 70%;
}

.yurikamome-ov-pic {
  width: 25%;
}

.yurikamome-ov-pic img {
  width: 100%;
  height: auto;
  transform: rotate(-5deg);
}

.yurikamome-ov-txt-station {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.yurikamome-ov-txt-station-box {
  width: 49%;
  border: 1px solid #000;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.yurikamome-ov-txt-station-box-title {
  text-align: center;
}

.yurikamome-ov-txt-station-box-title span {
  font-size: 1.125em;
  font-weight: 600;
}

.yurikamome-ov-txt-station-box-lst {
  margin-top: 4px;
}

.yurikamome-ov-hp {
  text-indent: 1em;
}

.yurikamome-ov-hp .blank-link {
  color: #0a4b98;
  text-decoration: underline;
}

.yurikamome-ov-hp .blank-link::after {
  content: url(../images/icon-blanklink.svg);
  margin-left: 5px;
}

.yurikamome-ov-kome {
  margin-top: 10px;
}

.yurimkamome-map {
  margin-top: 10px;
}

.yurimkamome-map-ttl {
  font-size: 1.125em;
  font-weight: 600;
}

.yurikamome-map-box-station {
  margin-top: 5px;
}

.yurikamome-map-box-station span {
  font-weight: 600;
}

.yurikamome-map-box-pic {
  margin-bottom: 20px;
}

.yurikamome-map-box-pic img {
  border-radius: 20px;
}

.yurikamome-map-mark-txt {
  text-indent: -1em;
  padding-left: 1em;
}

.yurikamome-map-mark-pic {
  margin-top: 4px;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .table-ticket-note {
    font-size: 0.875em;
  }
  .table-ticket-note li {
    margin-bottom: 10px;
  }
  .yurikamome-ov {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .yurikamome-ov-txt {
    width: 100%;
  }
  .yurikamome-ov-pic {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .yurikamome-ov-pic img {
    width: 50%;
  }
  .yurikamome-ov-txt-station {
    flex-direction: column;
  }
  .yurikamome-ov-txt-station-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .yurikamome-ov-txt-station-box:last-child {
    margin-bottom: 0;
  }
  .yurikamome-map-box-pic img {
    border-radius: 10px;
  }
}
#how {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.how-container {
  margin: 80px auto 0;
}

.howhd02 {
  max-width: 1200px;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}

.how-lst {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto 10px;
}

.how-lst li {
  font-size: 1.125em;
  font-weight: bold;
  padding-left: 1em;
}

.how-lst li::before {
  content: "・";
  margin-left: -1em;
}

.kome-lst {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto 60px;
}

.kome-lst li {
  font-size: 1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.kome-lst li::before {
  content: "※";
  margin-left: -1em;
}

.kome-lst li dl {
  display: table;
  width: 100%;
  text-align: left;
}

.kome-lst li dl dt {
  display: table-cell;
  width: 16em;
}

.kome-lst li dl dd {
  display: table-cell;
}

.kome-lst li dl.dl-yurikamome2025 dt {
  width: 14em;
}

@media screen and (max-width: 1024px) {
  .howhd02 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .how-lst li {
    font-size: 0.875em;
  }
  .kome-lst li {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .how-container {
    margin: 40px auto 60px;
  }
  .kome-lst li dl {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
  }
  .kome-lst li dl dt {
    display: block;
    width: auto;
  }
  .kome-lst li dl dd {
    display: block;
  }
  .kome-lst li dl.dl-yurikamome2025 dt {
    width: auto;
  }
}
/* 2025.03 追加 ------- */
.table-ticket-important-box {
  background: #fff;
  padding: 30px 1em;
  margin-bottom: 40px;
  border-radius: 10px;
  border: 4px solid #2c8cb4;
}

.table-ticket-important-box-hd03 {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 2;
  color: #ed0160;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-ticket-important-box-hd03:before,
.table-ticket-important-box-hd03:after {
  content: "";
  height: 3px;
  width: 2.4em;
  background-color: #ed0160;
  margin-bottom: 2px;
}

.table-ticket-important-box-hd03:before {
  margin-right: 10px;
}

.table-ticket-important-box-hd03:after {
  margin-left: 10px;
}

.table-ticket-important-box-txt {
  font-size: 1.125em;
  font-weight: 600;
  color: #ed0160;
}

@media screen and (max-width: 767px) {
  .table-ticket-important-box-hd03 {
    font-size: 1.125em;
  }
  .table-ticket-important-box-txt {
    font-size: 1em;
    text-align: left;
  }
  .table-ticket-important-box-hd03:before,
  .table-ticket-important-box-hd03:after {
    content: "";
    height: 1px;
    width: 2em;
    margin-bottom: 1px;
  }
}/*# sourceMappingURL=style202507.css.map */