@charset "UTF-8";
/* ======================================================
	hover
========================================================= */
/* =============================================
- btn_standard
================================================ */
.btn_standard:before {
  background-color: #9BABAB;
}

/* ======================================================
	cta
========================================================= */
#cta_block_ticket .cta_block_ticket_link:after {
  background-color: #E0E5E5;
}
#cta_block_ticket .cta_block_ticket_link:hover {
  border-color: #E0E5E5;
}

/* ======================================================
	archive_news
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_news .post_title_text:hover {
    color: #9BABAB;
  }
}

/* ======================================================
	archive_event
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_event_post_link:hover {
    background-color: #E0E5E5;
  }
}

/* =============================================
- pagination
================================================ */
@media screen and (min-width: 1080px) {
  #wrapper .pagination li:not(.current) a:hover {
    background-color: #9BABAB;
    border-color: #9BABAB;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper .pagination li.first a:hover, #wrapper .pagination li.prev a:hover, #wrapper .pagination li.last a:hover, #wrapper .pagination li.next a:hover, #wrapper .pagination li.back a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #9BABAB;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper .pagination .first a:hover, #wrapper .pagination .prev a:hover, #wrapper .pagination .last a:hover, #wrapper .pagination .next a:hover, #wrapper .pagination .back a:hover {
    color: #9BABAB;
  }
}
#wrapper .pagination .first a:hover:before, #wrapper .pagination .prev a:hover:before, #wrapper .pagination .last a:hover:before, #wrapper .pagination .next a:hover:before, #wrapper .pagination .back a:hover:before {
  border-color: #9BABAB;
}

/* ======================================================
	common
========================================================= */
.contents_inner {
  max-width: 1360px;
  margin: 0px auto;
}

/* ======================================================
	passport
========================================================= */
@media screen and (min-width: 1280px) {
  #passport {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.passport_list {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .passport_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 4%;
  }
}
@media screen and (min-width: 1080px) {
  .passport_list {
    gap: 0px 1%;
  }
}
@media screen and (min-width: 1480px) {
  .passport_list {
    gap: 0px 26px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .passport_list .passport_item {
    width: 48%;
  }
}
@media screen and (min-width: 1080px) {
  .passport_list .passport_item {
    width: 24.25%;
  }
}
@media screen and (min-width: 1480px) {
  .passport_list .passport_item {
    width: 320px;
  }
}
.passport_list .passport_item + .passport_item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .passport_list .passport_item + .passport_item {
    margin-top: 0px;
  }
}

.passport_item {
  position: relative;
  padding: 30px 5vw;
  border: 2px solid #D3D3D3;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .passport_item {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1379px) {
  .passport_item {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1480px) {
  .passport_item {
    padding: 35px 25px;
    border-width: 3px;
    border-radius: 10px;
  }
}
.passport_item._osusume {
  border-color: #282828;
  border-width: 3px;
}
@media screen and (min-width: 1480px) {
  .passport_item._osusume {
    border-width: 5px;
  }
}

.passport_item_label {
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1480px) {
  .passport_item_label {
    top: -65px;
  }
}
.passport_item_label span {
  position: relative;
  background-color: #282828;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
  padding: 0.6em 50px;
  border-radius: 60px;
}
@media screen and (min-width: 1480px) {
  .passport_item_label span {
    font-size: 2.1rem;
    padding: 0.7em 60px;
  }
}
.passport_item_label span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #282828 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1480px) {
  .passport_item_label span:after {
    border-width: 8px 7px 0 7px;
  }
}
.passport_item_head {
  padding-bottom: 8px;
  border-bottom: 1px solid #D3D3D3;
}
.passport_item_title {
  text-align: center;
  font-weight: 600;
  font-size: 5.3333333333vw;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .passport_item_title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1480px) {
  .passport_item_title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .passport_item_title:not(._l2) {
    padding: 0.75em 0px;
  }
}
.passport_item_sub {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .passport_item_sub {
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1280px) {
  .passport_item_sub {
    letter-spacing: 0em;
    white-space: nowrap;
    margin: 10px -10px 0px -10px;
  }
}
@media screen and (max-width: 1079px) {
  .passport_item_sub br {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .passport_item_sub br {
    display: none;
  }
}

.passport_item_info {
  margin-top: 30px;
}
@media screen and (min-width: 1080px) and (max-width: 1379px) {
  .passport_item_info {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1280px) {
  .passport_item_info {
    min-height: 200px;
  }
}
@media screen and (min-width: 1380px) {
  .passport_item_info {
    font-size: 1.4rem;
    line-height: 1.6em;
    min-height: 210px;
  }
}
@media screen and (min-width: 1480px) {
  .passport_item_info {
    min-height: 225px;
  }
}
.passport_item_info_row + .passport_item_info_row {
  margin-top: 8px;
}
@media screen and (min-width: 1480px) {
  .passport_item_info_row + .passport_item_info_row {
    margin-top: 10px;
  }
}
.passport_item_info_dl {
  display: flex;
}
.passport_item_info_dl + .passport_item_info_dl {
  margin-top: 3px;
}
@media screen and (min-width: 1480px) {
  .passport_item_info_dl + .passport_item_info_dl {
    margin-top: 5px;
  }
}
.passport_item_info_dl dt, .passport_item_info_dl dd {
  font-weight: 600;
}
.passport_item_info_dl dt {
  width: 80px;
}
@media screen and (min-width: 1080px) and (max-width: 1379px) {
  .passport_item_info_dl dt {
    width: 70px;
  }
}
@media screen and (min-width: 1480px) {
  .passport_item_info_dl dt {
    width: 75px;
  }
}
.passport_item_info_dl dd span {
  font-size: 90%;
  margin-right: -1em;
  display: inline-block;
}
.passport_item_info_notice {
  margin-top: 2px;
  font-size: 1.1rem;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1480px) {
  .passport_item_info_notice {
    margin-top: 0px;
    font-size: 1.2rem;
    line-height: 1.6em;
    letter-spacing: 0.03em;
  }
}

.passport_item_price {
  margin-top: 30px;
}
.passport_item_price + .passport_item_price {
  margin-top: 20px;
}
.passport_item_price_title span {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #282828;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1em;
  padding: 0.5em 0px;
}
@media screen and (min-width: 1080px) {
  .passport_item_price_title span {
    font-size: 1.4rem;
  }
}
.passport_item_price_title + .passport_item_price_dl {
  margin-top: 10px;
}
.passport_item_price_title_bottom {
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
.passport_item_price .price {
  font-weight: 600;
  position: relative;
  font-size: 6.1333333333vw;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .passport_item_price .price {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .passport_item_price .price {
    font-size: 2.3rem;
  }
}
.passport_item_price .price + .price {
  margin-left: 1.5em;
}
@media screen and (min-width: 1080px) and (max-width: 1379px) {
  .passport_item_price .price + .price {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 1480px) {
  .passport_item_price .price + .price {
    margin-left: 20px;
  }
}
.passport_item_price .price span {
  font-size: 70%;
  padding: 0px 0.15em;
}
@media screen and (min-width: 768px) {
  .passport_item_price .price span {
    font-size: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .passport_item_price .price span {
    font-size: 1.8rem;
  }
}
.passport_item_price .price ._fixed {
  position: absolute;
  top: -1.6em;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 60%;
}
@media screen and (min-width: 1280px) {
  .passport_item_price .price ._fixed {
    top: -1.7em;
  }
}
.passport_item_price_dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}
.passport_item_price_dl._fixed {
  padding-top: 1.4em;
}
.passport_item_price_dl dt {
  padding-right: 2em;
}
@media screen and (min-width: 1080px) and (max-width: 1379px) {
  .passport_item_price_dl dt {
    padding-right: 0.8em;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1380px) {
  .passport_item_price_dl dt {
    padding-right: 25px;
  }
}
.passport_item_price_dl dd {
  position: relative;
}
.passport_item_price_dl dd._flex {
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  flex: 1;
}
.passport_item_price_dl._between {
  justify-content: space-between;
}
.passport_item_price_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 92%;
}
@media screen and (min-width: 1080px) and (max-width: 1379px) {
  .passport_item_price_flex {
    max-width: 98%;
  }
}
.passport_item_price_flex .passport_item_price_dl dt {
  padding-right: 15px;
}
@media screen and (min-width: 1380px) {
  .passport_item_price_flex .passport_item_price_dl dt {
    padding-right: 10px;
  }
}
.passport_item_price_note {
  font-size: 1.3rem;
  line-height: 1.6em;
  margin-top: 10px;
}

.passport_list_attention {
  margin-top: 20px;
}
.passport_list_attention_text {
  font-size: 1.3rem;
  line-height: 1.6em;
}

.passport_date {
  padding-top: 40px;
  max-width: 1100px;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .passport_date {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_date {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .passport_date {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .passport_date_item {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  .passport_date_item {
    align-items: center;
  }
}
.passport_date_item + .passport_date_item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .passport_date_item + .passport_date_item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_date_item + .passport_date_item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .passport_date_item dt {
    margin-bottom: 10px;
  }
}
.passport_date_item dt > span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #D3D3D3;
  color: #5A5A5A;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .passport_date_item dt > span {
    padding: 15px 0px;
    width: 200px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_date_item dt > span {
    padding: 20px 0px;
    font-size: 1.6rem;
    width: 250px;
  }
}
.passport_date_item dt > span ._small {
  font-size: 80%;
  font-weight: normal;
  display: block;
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .passport_date_item dd {
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_date_item dd {
    padding-top: 0px;
    padding-left: 35px;
  }
}
.passport_date_item dd .top {
  font-weight: 600;
}
@media screen and (min-width: 1080px) {
  .passport_date_item dd .top {
    margin-bottom: 0.2em;
    font-size: 1.6rem;
  }
}
.passport_date_item dd .top._none {
  margin-bottom: 0px;
}
.passport_date_item dd .bold {
  font-size: 4.2666666667vw;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .passport_date_item dd .bold {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .passport_date_item dd .bold {
    font-size: 1.8rem;
  }
}
.passport_date_item dd .bold span {
  font-size: 120%;
}
@media screen and (min-width: 768px) {
  .passport_date_item dd .bold span {
    font-size: 150%;
  }
}
@media screen and (min-width: 1080px) {
  .passport_date_item dd .bold span {
    font-size: 2.6rem;
    padding: 0px 0.15em;
  }
}
.passport_date_item dd .note {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .passport_date_item dd .note {
    text-align: left;
    line-height: 1.4em;
    margin-top: 8px;
  }
}
.passport_date_item dd .note a {
  color: #282828;
  text-decoration: underline;
}
@media screen and (min-width: 1080px) {
  .passport_date_item_flex {
    display: flex;
  }
}
.passport_date_item_flex_item + .passport_date_item_flex_item {
  margin-top: 10px;
}
@media screen and (min-width: 1080px) {
  .passport_date_item_flex_item + .passport_date_item_flex_item {
    margin-top: 0px;
    margin-left: 40px;
  }
}

.passport_date_attention {
  margin-top: 30px;
}
.passport_date_attention_text {
  text-indent: -1em;
  padding-left: 1em;
}
.passport_date_attention_text + .passport_date_attention_text {
  margin-top: 0.5em;
}

.passport_ticket {
  padding-top: 40px;
  max-width: 1100px;
  margin: 0px auto;
}

.passport_ticket_box_category {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .passport_ticket_box_category {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_ticket_box_category {
    margin-bottom: 20px;
  }
}
.passport_ticket_box_category > span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #D3D3D3;
  color: #5A5A5A;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .passport_ticket_box_category > span {
    padding: 15px 0px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_ticket_box_category > span {
    padding: 18px 0px;
    font-size: 1.6rem;
  }
}
.passport_ticket_box_category > span ._small {
  font-size: 80%;
  font-weight: normal;
  display: block;
  padding-top: 0.5em;
}

.passport_ticket_wrap {
  max-width: 1100px;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .passport_ticket_box {
    width: 48%;
  }
}
@media screen and (min-width: 1080px) {
  .passport_ticket_box {
    width: 435px;
  }
}
.passport_ticket_box + .passport_ticket_box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .passport_ticket_box + .passport_ticket_box {
    margin-top: 0px;
  }
}

.passport_ticket_list {
  display: flex;
  flex-wrap: wrap;
}

.passport_ticket_list_item {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .passport_ticket_list_item {
    width: 32%;
  }
}
@media screen and (min-width: 1080px) {
  .passport_ticket_list_item {
    width: 19%;
  }
}
@media screen and (min-width: 1280px) {
  .passport_ticket_list_item {
    width: 200px;
  }
}
.passport_ticket_list_item_link {
  display: block;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .passport_ticket_list_item_link:hover {
    opacity: 0.6;
  }
}
.passport_ticket_list_item_link._prep {
  pointer-events: none;
}
.passport_ticket_list_item_icon {
  text-align: center;
}
.passport_ticket_list_item_icon img {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .passport_ticket_list_item_icon img {
    max-width: 190px;
  }
}
.passport_ticket_list_item_text {
  text-align: center;
}
.passport_ticket_list_item_text a {
  transition: 0.3s all;
}
@media screen and (min-width: 1080px) {
  .passport_ticket_list_item_text a:hover {
    opacity: 0.7;
  }
}
.passport_ticket_list_item_text span {
  color: #282828;
  display: inline-block;
  position: relative;
  font-size: 3.4666666667vw;
  font-weight: 600;
  text-align: center;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .passport_ticket_list_item_text span {
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .passport_ticket_list_item_text span {
    font-size: 1.2rem;
  }
}
.passport_ticket_list_item_text span:after {
  content: "";
  width: 8px;
  height: 9px;
  background-image: url(../../img/icon/arrow.svg);
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
.passport_ticket_list_item_text.left {
  text-align: left;
}

.passport_ticket_list_notice {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .passport_ticket_list_notice {
    font-size: 1.4rem;
  }
}

.passport_ticket_bottom {
  max-width: 910px;
  margin: 40px auto 0px auto;
}
@media screen and (min-width: 768px) {
  .passport_ticket_bottom {
    margin-top: 60px;
  }
}
.passport_ticket_schedule {
  max-width: 910px;
  margin: 40px auto 0px auto;
  padding: 30px 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .passport_ticket_schedule {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_ticket_schedule {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .passport_ticket_schedule {
    margin-top: 100px;
  }
}
.passport_ticket_schedule_text {
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .passport_ticket_schedule_text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .passport_ticket_schedule_text {
    font-size: 2rem;
  }
}
.passport_ticket_schedule_note {
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .passport_ticket_schedule_note {
    font-size: 1.4rem;
    margin-top: 0.7em;
  }
}

.passport_counter {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .passport_counter {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_counter {
    padding-top: 80px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .passport_counter {
    padding-top: 100px;
  }
}
.passport_counter .text {
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
.passport_counter .counter_row dl {
  display: flex;
  align-items: flex-start;
  gap: 0 15px;
}
@media screen and (min-width: 768px) {
  .passport_counter .counter_row dl {
    gap: 0 30px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_counter .counter_row dl {
    gap: 0 40px;
  }
}
.passport_counter .counter_row dl dt {
  width: 25%;
  padding: 3px 5px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  border: solid 1px #d3d3d3;
}
@media screen and (min-width: 768px) {
  .passport_counter .counter_row dl dt {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .passport_counter .counter_row dl dt {
    padding: 20px 0px;
    max-width: 245px;
  }
}
.passport_counter .counter_row dl dd {
  flex: 1;
  margin: auto 0;
}
.passport_counter .counter_row dl dd .date {
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .passport_counter .counter_row dl dd .date {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .passport_counter .counter_row dl dd .date {
    font-size: 1.8rem;
  }
}
.passport_counter .counter_row dl dd .date span {
  font-size: 1.8rem;
  padding: 0 0.15em;
}
@media screen and (min-width: 768px) {
  .passport_counter .counter_row dl dd .date span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .passport_counter .counter_row dl dd .date span {
    font-size: 2.6rem;
  }
}
.passport_counter .counter_row dl dd .counter_place_row {
  border-bottom: solid 1px #d3d3d3;
}
.passport_counter .counter_row dl dd .counter_place_row:first-child dl dt {
  padding-top: 0;
}
.passport_counter .counter_row dl dd .counter_place_row:first-child dl dt::after {
  margin-top: -8px;
}
.passport_counter .counter_row dl dd .counter_place_row dl {
  display: block;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .passport_counter .counter_row dl dd .counter_place_row dl {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .passport_counter .counter_row dl dd .counter_place_row dl {
    padding-bottom: 25px;
  }
}
.passport_counter .counter_row dl dd .counter_place_row dl dt {
  width: 100%;
  text-align: left;
  border: none;
  padding: 15px 0 0;
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .passport_counter .counter_row dl dd .counter_place_row dl dt {
    padding: 20px 0 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .passport_counter .counter_row dl dd .counter_place_row dl dt {
    padding: 25px 0 0;
    font-size: 1.6rem;
    max-width: none;
  }
  .passport_counter .counter_row dl dd .counter_place_row dl dt:hover {
    cursor: pointer;
  }
}
.passport_counter .counter_row dl dd .counter_place_row dl dt .counter_title {
  position: relative;
  display: inline-block;
}
.passport_counter .counter_row dl dd .counter_place_row dl dt .counter_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  transform: rotate(45deg);
  transition: 0.4s;
}
.passport_counter .counter_row dl dd .counter_place_row dl dt._open .counter_title::after {
  transform: rotate(-135deg);
}
.passport_counter .counter_row dl dd .counter_place_row dl dd {
  width: 100%;
  display: none;
}
.passport_counter .counter_row dl dd .counter_place_row dl dd ul li {
  position: relative;
  width: calc(100% - 0.5em);
  padding-left: 0.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .passport_counter .counter_row dl dd .counter_place_row dl dd ul li {
    font-size: 1.5rem;
  }
}
.passport_counter .counter_row dl dd .counter_place_row dl dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.passport_counter .counter_row dl dd .counter_place_row .place_info {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .passport_counter .counter_row dl dd .counter_place_row .place_info {
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1080px) {
  .passport_counter .counter_row dl dd .counter_place_row .place_info {
    font-size: 1.6rem;
    padding: 25px 0;
  }
}
.passport_counter .counter_row dl dd .counter_place_row .place_info span {
  font-size: 90%;
  padding-left: 0.5em;
  font-weight: 500;
}
.passport_counter .counter_row + .counter_row {
  margin-top: 30px;
}

/*=================================================================================================*/
/*
/*2024 追加コーディング */
/*
/*=================================================================================================*/
/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.passport_ticket_list {
  gap: 50px 3px;
}

section {
  padding: 0;
  margin: 0;
}

.sec_title {
  padding-top: 25px;
  padding-bottom: 50px;
  border-top: 1px solid #D3D3D3;
  font-size: 30px;
  font-weight: bold;
}

.main_width {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/* ttl */
/********************************************/
.headline_title.ver_right_txt {
  display: flex;
}
.headline_title.ver_right_txt .txt {
  display: inline-block;
  margin-top: auto;
  padding-left: 2.5em;
}

.passport_anker_link_btn {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .passport_anker_link_btn {
    padding-top: 100px;
  }
}

.passport_anker_link_btn .flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .passport_anker_link_btn .flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  .passport_anker_link_btn .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.passport_anker_link_btn .btn_standard .text::after {
  right: -6px;
  transform: rotate(135deg);
}
.passport_anker_link_btn .bold {
  padding-left: 0;
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .passport_anker_link_btn .bold {
    padding-left: 0;
    padding-top: 1em;
  }
}
@media screen and (min-width: 1080px) {
  .passport_anker_link_btn .bold {
    padding-left: 2.5em;
    padding-top: 0;
  }
}

.yellow_line_ver02 {
  display: inline;
  background: linear-gradient(transparent 65%, #EED700 0%);
}

.link_color {
  margin-left: 0.5em;
  color: #282828;
  border-bottom: 1px solid #282828;
  transition: all 0.2s ease-in-out;
}
.link_color:hover {
  color: #005034;
  border-color: #005034;
}

.spacer {
  margin-bottom: 20px;
}

/********************************************/
/* パスポートの種類 */
/********************************************/
.passport_genre {
  padding-top: 20px;
  padding-bottom: 100px;
}
.passport_genre .main_width {
  max-width: 1100px;
  margin: auto;
}
.passport_genre .main_width .genre_list li {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 55px;
  border: 3px solid #D3D3D3;
  border-radius: 10px;
}
.passport_genre .main_width .genre_list li:not(:last-child) {
  margin-bottom: 15px;
}
.passport_genre .main_width .genre_list li .left {
  width: 25%;
  margin-right: 5%;
}
.passport_genre .main_width .genre_list li .left .title {
  padding-top: 15px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.passport_genre .main_width .genre_list li .right {
  width: 70%;
}
.passport_genre .main_width .genre_list li .right .top_text {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.passport_genre .main_width .genre_list li .right .top_text .yellow_line {
  line-height: 0.9;
  background: linear-gradient(to right, #EED700 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 100% 0.7em;
}
.passport_genre .main_width .genre_list li .center_text {
  position: relative;
  padding-left: 113px;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.passport_genre .main_width .genre_list li .center_text .tag {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 95px;
  margin-top: 0.2em;
  padding: 2px 0;
  background-color: #01623F;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.passport_genre .main_width .genre_list li .bottom_text {
  padding-top: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

/********************************************/
/* パスポートの組み合わせ方 */
/********************************************/
.passport_combination {
  padding-bottom: 100px;
}
.passport_combination .sub_title {
  display: block;
  margin-bottom: 30px;
  padding: 8px 20px 8px 20px;
  background-color: #01623F;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.passport_combination .flex {
  display: flex;
  flex-wrap: wrap;
}
.passport_combination .flex .item {
  width: 22%;
  margin-right: 4%;
}
.passport_combination .flex .item:last-child {
  margin-right: 0;
}
.passport_combination .flex .item img {
  width: 100%;
}
.passport_combination .combo_method {
  padding-top: 50px;
  padding-bottom: 100px;
}
.passport_combination .combo_method .item {
  padding-bottom: 50px;
}
.passport_combination .combo_method .item:last-child {
  padding-bottom: 0;
}
.passport_combination .combo_method .item .inner_annotation {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.passport_combination .combo_method .item .inner_annotation::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  padding-top: 10px;
}
.passport_combination .combo_method .item .inner_annotation:nth-of-type(2) {
  padding-top: 5px;
}
.passport_combination .combo_method .item .inner_annotation:nth-of-type(2)::before {
  padding-top: 5px;
}
.passport_combination .combo_method .item img {
  width: 100%;
}

.passport_combination img {
  width: 100%;
}
.passport_combination .annotation {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-bottom: 30px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.passport_combination .annotation::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
.passport_combination .annotation:nth-of-type(2) {
  padding-bottom: 10px;
}
.passport_combination .annotation:nth-of-type(3) {
  padding-bottom: 50px;
}
.passport_combination .museum_pass {
  padding-bottom: 100px;
}
.passport_combination .museum_pass .sub_title {
  margin-bottom: 10px;
}
.passport_combination .museum_pass .flex {
  display: flex;
  padding-bottom: 10px;
}
.passport_combination .museum_pass .flex .item {
  width: 22%;
  margin-right: 4%;
}
.passport_combination .museum_pass .flex .item:last-child {
  margin-right: 0;
}
.passport_combination .museum_pass .jump_link {
  text-align: left;
  padding-top: 15px;
}
.passport_combination .museum_pass .jump_link .museum_link {
  font-size: 15px;
  color: #000;
  transition: all 0.5s;
  text-decoration: underline;
}
.passport_combination .museum_pass .jump_link .museum_link:hover {
  opacity: 0.7;
  color: #000;
}
.passport_combination .museum_pass .jump_link .museum_link:visited {
  color: #000;
}
.passport_combination .other_pass .sub_title {
  margin-bottom: 50px;
}
.passport_combination .other_pass .item .inner_annotation {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.passport_combination .genre_list {
  padding-top: 50px;
  padding-bottom: 50px;
}
.passport_combination .genre_list li {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 55px;
  border: 3px solid #D3D3D3;
  border-radius: 10px;
}
.passport_combination .genre_list li:not(:last-child) {
  margin-bottom: 15px;
}
.passport_combination .genre_list li .left {
  width: 25%;
  margin-right: 5%;
}
.passport_combination .genre_list li .left img {
  width: auto;
}
.passport_combination .genre_list li .left .title {
  padding-top: 15px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.passport_combination .genre_list li .right {
  width: 70%;
}
.passport_combination .genre_list li .right .top_text {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.passport_combination .genre_list li .right .top_text .yellow_line {
  line-height: 0.9;
  background: linear-gradient(to right, #EED700 100%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 100% 0.7em;
}
.passport_combination .genre_list li .center_text {
  position: relative;
  padding-left: 113px;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.8;
}
.passport_combination .genre_list li .center_text .tag {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 95px;
  padding: 2px 0;
  background-color: #01623F;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.passport_combination .genre_list li .bottom_text {
  padding-top: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

/********************************************/
/* 料金表 */
/********************************************/
.passport_charge {
  padding-bottom: 100px;
}
.passport_charge .sub_title {
  display: block;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
}
.passport_charge .inner_text {
  display: block;
  padding-bottom: 20px;
  font-size: 13px;
}
.passport_charge .inner_annotation {
  padding-bottom: 50px;
}
.passport_charge .table_container {
  overflow-x: auto;
}
.passport_charge .pass_table {
  width: 1100px;
  margin-bottom: 15px;
  border-top: 1px solid #959595;
  white-space: nowrap;
  border-collapse: collapse;
  line-height: 1.5;
}
.passport_charge .pass_table td,
.passport_charge .pass_table th {
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
  font-size: 13px;
  padding: 0.7em 0.5em;
}
.passport_charge .pass_table td.no_bo_b,
.passport_charge .pass_table th.no_bo_b {
  border-bottom: 0;
}
.passport_charge .pass_table td.no_bo_r,
.passport_charge .pass_table th.no_bo_r {
  border-right: 0;
}
.passport_charge .pass_table td.center,
.passport_charge .pass_table th.center {
  text-align: center;
}
.passport_charge .pass_table th {
  font-weight: bold;
}
.passport_charge .pass_table th {
  vertical-align: middle;
}
.passport_charge .pass_table th .num {
  position: relative;
  top: 0.15em;
  display: inline-block;
  margin-top: 0.2em;
  padding-right: 0.3em;
  font-size: 1.5em;
}
.passport_charge .pass_table .th_width {
  padding: 1.2em 0.5em;
  color: #01623F;
}
.passport_charge .pass_table .th_width .center01 {
  position: relative;
  top: 15px;
  left: -30px;
  display: inline-block;
  color: #01623F;
  font-size: 1.5em;
}
.passport_charge .pass_table .th_width .center02 {
  position: relative;
  top: 15px;
  left: -65px;
  color: #01623F;
  font-size: 1.5em;
}
.passport_charge .pass_table .th_width .center03 {
  position: relative;
  top: 15px;
  left: -65px;
  color: #01623F;
  font-size: 1.5em;
}
.passport_charge .pass_table .th_width .mini {
  font-size: 1rem;
}
.passport_charge .pass_table .wi01 {
  width: 8%;
}
.passport_charge .pass_table .wi02 {
  width: 14%;
}
.passport_charge .pass_table .wi03 {
  width: 26%;
}
.passport_charge .pass_table .wi04 {
  width: 26%;
}
.passport_charge .pass_table .wi05 {
  width: 26%;
}
.passport_charge .pass_table th {
  background-color: #EEF5DC;
}
.passport_charge .pass_table .bg_gray {
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}
.passport_charge .pass_table .bg_white {
  background-color: #fff;
}
.passport_charge .pass_table .bg_l_green {
  background-color: #F6FAEE;
}
.passport_charge .pass_table .price {
  text-align: right;
}
.passport_charge .pass_table .center_mark {
  text-align: center;
  font-size: 16px;
}

.passport_charge .table_no02 {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 50px;
}

.passport_charge .sinle_passport {
  margin-bottom: 0;
}
.passport_charge .table_container.table_num03 {
  overflow: unset;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.passport_charge .term_of_use ul li {
  position: relative;
}
.passport_charge .term_of_use ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.passport_charge .term_of_use ul li:nth-child(1) {
  padding-left: 80px;
}
.passport_charge .term_of_use ul li:nth-child(1)::before {
  content: "①②④⑤：";
  font-weight: bold;
}
.passport_charge .term_of_use ul li:nth-child(2) {
  padding-left: 45px;
}
.passport_charge .term_of_use ul li:nth-child(2)::before {
  content: "③⑥：";
  font-weight: bold;
}

/********************************************/
/* 鑑賞までの流れ */
/********************************************/
.appreciation_flow {
  padding-bottom: 100px;
}
.appreciation_flow .title {
  display: inline-block;
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(to right, #191919 100%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 100% 1.3em;
}
.appreciation_flow p {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2;
}

.appreciation_flow .buy_at_web {
  padding-bottom: 50px;
}
.appreciation_flow .buy_at_web p {
  padding-bottom: 50px;
}
.appreciation_flow .buy_at_web dl {
  display: flex;
}
.appreciation_flow .buy_at_web dl dt {
  width: 10%;
  padding-top: 5px;
  font-size: 15px;
  font-weight: bold;
}
.appreciation_flow .buy_at_web dl dd {
  width: 90%;
  font-size: 15px;
}
.appreciation_flow .buy_at_web dl dd .bold {
  padding-bottom: 0;
  font-weight: bold;
}
.appreciation_flow .buy_at_web dl dd .annotation {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-bottom: 20px;
  font-size: 12px;
}
.appreciation_flow .buy_at_web dl dd .annotation::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.appreciation_flow .buy_at_web dl dd li {
  position: relative;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
.appreciation_flow .buy_at_web dl dd li:last-child {
  padding-bottom: 0;
}
.appreciation_flow .buy_at_web dl dd li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.appreciation_flow .buy_at_web dl dd li:nth-child(1) {
  padding-left: 50px;
}
.appreciation_flow .buy_at_web dl dd li:nth-child(1)::before {
  content: "①②：";
}
.appreciation_flow .buy_at_web dl dd li:nth-child(2) {
  padding-left: 35px;
}
.appreciation_flow .buy_at_web dl dd li:nth-child(2)::before {
  content: "③：";
}
.appreciation_flow .buy_at_web dl dd li:nth-child(3) {
  padding-left: 50px;
}
.appreciation_flow .buy_at_web dl dd li:nth-child(3)::before {
  content: "④⑤：";
}
.appreciation_flow .buy_at_web dl dd li:nth-child(4) {
  padding-left: 35px;
}
.appreciation_flow .buy_at_web dl dd li:nth-child(4)::before {
  content: "⑥：";
}

.appreciation_flow .buy_at_counter {
  padding-bottom: 50px;
}
.appreciation_flow .buy_at_counter p {
  padding-bottom: 10px;
}
.appreciation_flow .buy_at_counter p:nth-of-type(2) {
  padding-bottom: 50px;
}

.appreciation_flow .precautions li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}
.appreciation_flow .precautions li:last-child {
  padding-bottom: 0;
}
.appreciation_flow .precautions li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

/********************************************/
/* 調整 */
/********************************************/
.passport_ticket {
  padding-top: 0;
  padding-bottom: 100px;
}
.passport_ticket .sub_title {
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .passport_ticket .sub_title {
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
  }
}
.passport_ticket .sec_text {
  padding-bottom: 50px;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.passport_ticket .annotation {
  display: block;
  font-size: 15px;
  letter-spacing: 0.04em;
  position: relative;
  display: block;
  padding-top: 20px;
  padding-left: 20px;
}
.passport_ticket .annotation::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  padding-top: 20px;
}

.passport_ticket_list_item_text span {
  font-size: 12px;
}

.passport_counter {
  padding-top: 0;
  padding-bottom: 100px;
}

.same_day_passport {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .same_day_passport {
    padding-bottom: 100px;
  }
}
.same_day_passport .ticket_type {
  margin-bottom: 30px;
}
.same_day_passport .ticket_type dt {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 10px;
}
.same_day_passport .ticket_type dt::before {
  position: absolute;
  content: "・";
  left: -5px;
  width: 5px;
  height: 5px;
}
@media screen and (min-width: 768px) {
  .same_day_passport .ticket_type dt {
    padding-left: 10px;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.same_day_passport .ticket_type dd {
  padding-left: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .same_day_passport .ticket_type dd {
    padding-left: 10px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  section {
    padding: 0;
  }
  .sec_title {
    font-size: 20px;
  }
  /********************************************/
  /* ttl */
  /********************************************/
  .headline_title.ver_right_txt {
    display: block;
  }
  .headline_title.ver_right_txt .txt {
    display: block;
    margin-top: 0.8em;
    padding-left: 0;
  }
  .passport_genre {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .passport_genre .main_width .genre_list li {
    padding: 25px 35px;
    border: 3px solid #D3D3D3;
    border-radius: 10px;
  }
  .passport_genre .main_width .genre_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .passport_genre .main_width .genre_list li .left {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .passport_genre .main_width .genre_list li .left .title {
    padding-top: 0;
    padding-left: 20px;
    font-size: 20px;
  }
  .passport_genre .main_width .genre_list li .right {
    width: 100%;
  }
  .passport_genre .main_width .genre_list li .right .top_text {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .passport_genre .main_width .genre_list li .center_text {
    position: relative;
    padding-left: 113px;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  .passport_genre .main_width .genre_list li .center_text .tag {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 95px;
    padding: 2px 0;
    background-color: #01623F;
    text-align: center;
    color: #fff;
  }
  .passport_genre .main_width .genre_list li .bottom_text {
    padding-top: 10px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .passport_combination .genre_list {
    padding-top: 30px;
  }
  .passport_combination .genre_list li {
    padding: 25px 35px;
    border: 3px solid #D3D3D3;
    border-radius: 10px;
  }
  .passport_combination .genre_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .passport_combination .genre_list li .left {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .passport_combination .genre_list li .left .title {
    padding-top: 0;
    padding-left: 20px;
    font-size: 20px;
  }
  .passport_combination .genre_list li .right {
    width: 100%;
  }
  .passport_combination .genre_list li .right .top_text {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .passport_combination .genre_list li .center_text {
    position: relative;
    padding-left: 113px;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  .passport_combination .genre_list li .center_text .tag {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 95px;
    padding: 2px 0;
    background-color: #01623F;
    text-align: center;
    color: #fff;
  }
  .passport_combination .genre_list li .bottom_text {
    padding-top: 10px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  /********************************************/
  /* パスポートの組み合わせ方 */
  /********************************************/
  .passport_combination {
    padding-bottom: 50px;
  }
  .passport_combination .sub_title {
    font-size: 19px;
  }
  .passport_combination .flex .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .passport_combination .flex .item:nth-child(2n) {
    margin-right: 0;
  }
  .passport_combination .flex .item:last-child {
    margin-right: 0;
  }
  .passport_combination .flex .item img {
    width: 100%;
  }
  .passport_combination .combo_method {
    padding-top: 40px;
  }
  .passport_combination .combo_method .item {
    padding-bottom: 50px;
  }
  .passport_combination .museum_pass .flex .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .passport_combination .museum_pass .flex .item:nth-child(2n) {
    margin-right: 0;
  }
  .passport_combination .museum_pass .flex .item:last-child {
    margin-right: 0;
  }
  .passport_charge {
    padding-bottom: 50px;
  }
  .passport_charge .table_container.table_num03 {
    width: 100%;
    overflow-x: scroll;
  }
  .scroll-hint-icon {
    height: auto;
  }
  .passport_combination .genre_list li .left .item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  /********************************************/
  /* 鑑賞までの流れ */
  /********************************************/
  .appreciation_flow {
    padding-bottom: 50px;
  }
  .appreciation_flow .title {
    font-size: 20px;
  }
  .appreciation_flow .buy_at_web dl {
    flex-wrap: wrap;
  }
  .appreciation_flow .buy_at_web dl dt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .appreciation_flow .buy_at_web dl dd {
    width: 100%;
  }
  .appreciation_flow .buy_at_web dl dd .bold {
    padding-bottom: 20px;
  }
  .appreciation_flow .buy_at_web dl dd li {
    font-size: 14px;
  }
  .appreciation_flow .precautions li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }
  .appreciation_flow .precautions li:last-child {
    padding-bottom: 0;
  }
  .appreciation_flow .precautions li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
  .passport_ticket {
    padding-bottom: 50px;
  }
  .passport_counter {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=passport.css.map */