/* ======================================================
	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
========================================================= */
.wrapper {
  background-color: #0B1C36;
}

section {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  section {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1080px) {
  section {
    padding-bottom: 150px;
  }
}

.contents_inner {
  width: 100%;
  max-width: 100vw;
  margin: 0px auto;
}
@media screen and (min-width: 1080px) {
  .contents_inner {
    max-width: 1100px;
  }
}

#fv {
  position: relative;
  width: 100vw;
  height: calc(100svh - 60px);
  background-image: url(../../img/hikarinomori/fv_bg_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  aspect-ratio: 375/632;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #fv {
    margin-top: 60px;
    height: calc(100vh - 60px);
    background-image: url(../../img/hikarinomori/fv_bg.webp);
    background-position: center;
  }
}
@media screen and (min-width: 1080px) {
  #fv {
    margin-top: 80px;
    background-size: cover;
    height: calc(100vh - 80px);
  }
}
@media screen and (min-width: 1920px) {
  #fv {
    background-image: url(../../img/hikarinomori/fv_bg@2x.webp);
  }
}
@media screen and (min-width: 768px) {
  #fv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.fv_schedule {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 90%;
  aspect-ratio: 648/120;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .fv_schedule {
    bottom: 20px;
    aspect-ratio: 1100/65;
    max-width: 1400px;
  }
}
.fv_schedule img {
  width: 100%;
  height: auto;
}

.fv_logo {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 80%;
  translate: -50% 0;
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  .fv_logo {
    top: 7%;
    width: 60%;
    aspect-ratio: 320/149;
  }
}
@media screen and (min-width: 1080px) {
  .fv_logo {
    width: 32.8947368421cqi;
  }
}
.fv_logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.caption_right {
  font-size: 1.2rem;
  color: #fff;
  background-color: #0B1C36;
  padding-inline: 25px;
  line-height: 1.7;
  padding-block-start: 15px;
}
@media screen and (min-width: 768px) {
  .caption_right {
    text-align: right;
    padding-inline: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .caption_right {
    padding-inline: 60px;
  }
}
.hikarinomori_description {
  max-width: 100vw;
  padding: 50px 5vw 0px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .hikarinomori_description {
    padding: 70px 30px 0px;
  }
}
@media screen and (min-width: 1080px) {
  .hikarinomori_description {
    padding: 100px auto 0px;
  }
}
.hikarinomori_description .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 100vw;
}
@media screen and (min-width: 1080px) {
  .hikarinomori_description .inner {
    max-width: 1100px;
  }
}
.hikarinomori_description .inner .btn_standard {
  display: block;
  margin: 0 auto;
  color: #000;
}
@media screen and (min-width: 1080px) {
  .hikarinomori_description .inner .btn_standard {
    color: #000;
    margin: 0;
  }
}
.hikarinomori_description .inner .btn_standard::after {
  background-color: #fff;
}
@media screen and (min-width: 1080px) {
  .hikarinomori_description .inner .btn_standard::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 1080px) {
  .hikarinomori_description .inner .btn_standard:hover {
    color: #fff;
  }
}
.hikarinomori_description .inner .btn_standard:hover .text::after {
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .hikarinomori_description .inner .btn_standard:hover .text::after {
    border-color: #fff;
    transition: all 0.3s;
  }
}
.hikarinomori_description .inner .btn_standard .text::after {
  border-color: #000;
  transform: rotate(135deg);
  margin-top: -5px;
}
.hikarinomori_description p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  word-wrap: break-word;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .hikarinomori_description p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1080px) {
  .hikarinomori_description p {
    font-size: 2.1rem;
  }
}
.hikarinomori_description p .caption {
  display: block;
  color: #fff;
  font-size: 1.3rem;
}

.piece_info_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  word-wrap: break-word;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .piece_info_text {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1080px) {
  .piece_info_text {
    font-size: 2.1rem;
  }
}

.contents_top {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .contents_top {
    font-size: 2.5rem;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .contents_top {
    font-size: 3rem;
    margin: 25px 0 0;
  }
}

.point_title {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  color: #fff;
  font-weight: 700;
  align-items: baseline;
  padding: 40px 0 0px;
}
@media screen and (min-width: 768px) {
  .point_title {
    gap: 0 20px;
    padding: 50px 0 0px;
  }
}
@media screen and (min-width: 1080px) {
  .point_title {
    gap: 0 30px;
    padding: 60px 0 0;
  }
}
.point_title span {
  position: relative;
  font-size: 3rem;
  font-family: "Poppins", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .point_title span {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .point_title span {
    font-size: 6rem;
  }
}
.point_title span::before {
  content: "Point";
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .point_title span::before {
    top: -105%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .point_title span::before {
    top: -120%;
    font-size: 1.7rem;
  }
}
.point_title span.re_top::before {
  content: "Point";
  position: absolute;
  top: -20%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .point_title span.re_top::before {
    top: -5%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .point_title span.re_top::before {
    top: 0;
    font-size: 1.7rem;
  }
}
.point_title .title {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .point_title .title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .point_title .title {
    font-size: 3.5rem;
  }
}

.section_piece .piece_title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .section_piece .piece_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .section_piece .piece_title {
    font-size: 2.8rem;
  }
}
.section_piece .piece_title span {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .section_piece .piece_title span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .section_piece .piece_title span {
    font-size: 1.8rem;
  }
}
.section_piece .artist_index_item_address {
  margin-top: 0.5em;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section_piece .artist_index_item_address {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .section_piece .artist_index_item_address {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.section_piece .artist_index_item_address span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .section_piece .artist_index_item_address span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .section_piece .artist_index_item_address span {
    font-size: 1.8rem;
  }
}
.section_piece .artist_index_item_address span:before {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(../../img/icon/pin_w.svg);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0.75em;
  margin-top: -9px;
}
.section_piece .piece_image {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section_piece .piece_image {
    flex-direction: row;
    gap: 0 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .section_piece .piece_image {
    gap: 0 40px;
    margin-bottom: 40px;
  }
}
.section_piece .piece_image .space {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section_piece .piece_image .space {
    margin-bottom: 40px;
    display: block;
  }
}
.section_piece .piece_image .img {
  width: 100%;
}
.section_piece .piece_image .img img {
  width: 100%;
}
.section_piece .piece_image .img img.max800 {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.section_piece .piece_image .img .name {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
}
.section_piece .piece_image .img + .img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section_piece .piece_image .img + .img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .section_piece .piece_image .img + .img {
    margin-top: 40px;
  }
}
.section_piece .piece_message p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .section_piece .piece_message p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .section_piece .piece_message p {
    font-size: 2rem;
  }
}
.section_piece .piece_message .inner_cap {
  display: block;
  margin-top: 1em;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section_piece .piece_message .inner_cap {
    display: block;
    margin-bottom: 30px;
    margin-top: 1em;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: left;
    color: #fff;
  }
}
.section_piece .piece_message .inner_cap .position {
  position: relative;
  display: block;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section_piece .piece_message .inner_cap .position {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    color: #fff;
  }
}
.section_piece .piece_message .inner_cap .position:before {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(../../img/icon/pin_w.svg);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0.95em;
  margin-top: -9px;
}
.section_piece + .section_piece {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .section_piece + .section_piece {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1080px) {
  .section_piece + .section_piece {
    margin-top: 100px;
  }
}

.piece_artist_profile {
  margin-top: 40px;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .piece_artist_profile {
    margin-top: 60px;
  }
}
.piece_artist_profile p {
  color: #fff;
}
.piece_artist_profile p span {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .piece_artist_profile p span {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1080px) {
  .piece_artist_profile p span {
    font-size: 1.8rem;
  }
}
.piece_artist_profile p + p {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .piece_artist_profile p + p {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .piece_artist_profile p + p {
    margin-top: 50px;
  }
}
.piece_artist_profile p .link {
  color: #fff;
  transition: 0.3s;
  overflow-wrap: break-word;
  text-decoration: underline;
}
@media screen and (min-width: 1080px) {
  .piece_artist_profile p .link:hover {
    opacity: 0.7;
  }
}

.piece_info {
  border: solid 1px #D3D3D3;
  border-radius: 10px;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  .piece_info {
    padding: 30px 60px;
  }
}
@media screen and (min-width: 1080px) {
  .piece_info {
    padding: 54px 95px;
  }
}
.piece_info .row {
  width: 100%;
}
.piece_info .row dl {
  display: flex;
  flex-direction: column;
  gap: 5px 15px;
}
@media screen and (min-width: 768px) {
  .piece_info .row dl {
    flex-direction: row;
    gap: 0 50px;
  }
}
@media screen and (min-width: 1080px) {
  .piece_info .row dl {
    gap: 0 80px;
  }
}
.piece_info .row dl dt {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .piece_info .row dl dt {
    width: 120px;
    gap: 0 40px;
  }
}
@media screen and (min-width: 1080px) {
  .piece_info .row dl dt {
    font-size: 1.6rem;
    gap: 0 80px;
  }
}
.piece_info .row dl dd {
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .piece_info .row dl dd {
    flex: 1;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .piece_info .row dl dd {
    font-size: 1.6rem;
  }
}
.piece_info .row dl dd strong {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .piece_info .row dl dd strong {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .piece_info .row dl dd strong {
    font-size: 2rem;
  }
}
.piece_info .row dl dd .place {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .piece_info .row dl dd .place {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .piece_info .row dl dd .place {
    margin-bottom: 30px;
  }
}
.piece_info .row dl dd .annotation {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .piece_info .row dl dd .annotation {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .piece_info .row dl dd .annotation {
    font-size: 1.3rem;
  }
}
.piece_info .row + .row {
  margin-top: 20px;
}

.piece_info_row_text {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .piece_info_row_text {
    font-size: 1.6rem;
  }
}
.piece_info_row_text + .piece_info_row_text {
  margin-block-start: 20px;
}
.piece_info_row_text + .piece_info_row_text a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .piece_info_row_text + .piece_info_row_text a:hover {
    opacity: 0.7;
  }
}

.piece_row_text {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  margin-block-start: 5px;
}
@media screen and (min-width: 1080px) {
  .piece_row_text {
    font-size: 2.2rem;
  }
}
.piece_row_text + .row {
  margin-block-start: 20px;
}

.piece_block + .piece_block {
  margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .piece_block + .piece_block {
    margin-block-start: 50px;
  }
}

#point1 .contents_inner {
  border-top: solid 1px #D3D3D3;
}
#point1 .point_title {
  padding: 40px 0 40px;
}
@media screen and (min-width: 768px) {
  #point1 .point_title {
    padding: 50px 0 50px;
  }
}
@media screen and (min-width: 1080px) {
  #point1 .point_title {
    padding: 60px 0 60px;
  }
}
#point1 .piece_message {
  margin-bottom: 0;
}
#point1 .piece_info {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #point1 .piece_info {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  #point1 .piece_info {
    margin-top: 70px;
  }
}

#point2 {
  padding-top: 0;
}
#point2 .point_title {
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #point2 .point_title {
    margin-bottom: 55px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1080px) {
  #point2 .point_title {
    margin-bottom: 75px;
    line-height: 1.6;
  }
}
#point2 .piece_image {
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 0px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #point2 .piece_image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  #point2 .piece_image {
    margin-bottom: 50px;
  }
}
#point2 .piece_image img {
  width: 100%;
}
#point2 .piece_image img.max800 {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
#point2 .piece_image .name {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #point2 .piece_image .name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1080px) {
  #point2 .piece_image .name {
    font-size: 1.3rem;
  }
}
#point2 .piece_message {
  margin-bottom: 0;
}

#point3 {
  padding-top: 0;
}
#point3 .point_title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #point3 .point_title {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1080px) {
  #point3 .point_title {
    margin-bottom: 75px;
  }
}
#point3 .piece_image {
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #point3 .piece_image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  #point3 .piece_image {
    margin-bottom: 50px;
  }
}
#point3 .piece_image img {
  width: 100%;
}
#point3 .piece_image .name {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}
#point3 .piece_info {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  #point3 .piece_info {
    padding: 40px 100px;
  }
}
@media screen and (min-width: 1080px) {
  #point3 .piece_info {
    padding: 50px 150px;
  }
}
#point3 .piece_info dl {
  flex-direction: column;
}
#point3 .piece_info dl dt {
  width: 100%;
  max-width: initial;
}
#point3 .piece_info dl dd {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.06em;
}
#point3 .piece_info dl dd.annotation {
  font-size: 12px;
}

#point4 {
  padding-top: 0;
}
#point4 .contents_inner {
  border-top: solid 1px #D3D3D3;
}
#point4 .point_title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #point4 .point_title {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1080px) {
  #point4 .point_title {
    margin-bottom: 75px;
  }
}
#point4 .piece_image {
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #point4 .piece_image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  #point4 .piece_image {
    margin-bottom: 50px;
  }
}
#point4 .piece_image img {
  width: 100%;
}
#point4 .piece_image .name {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}
#point4 .piece_info {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  #point4 .piece_info {
    padding: 40px 100px;
  }
}
@media screen and (min-width: 1080px) {
  #point4 .piece_info {
    padding: 50px 150px;
  }
}
#point4 .piece_info dl {
  flex-direction: column;
}
#point4 .piece_info dl dt {
  width: 100%;
  max-width: initial;
}
#point4 .piece_info dl dd {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.06em;
}
#point4 .piece_info dl dd.annotation {
  font-size: 12px;
}

#map {
  padding-top: 0;
}
#map .contents_inner {
  border-top: solid 1px #9BABAB;
}
#map .contents_inner .contents_top {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #map .contents_inner .contents_top {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1080px) {
  #map .contents_inner .contents_top {
    margin-bottom: 70px;
  }
}
#map .map {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #map .map {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1080px) {
  #map .map {
    margin-bottom: 30px;
  }
}
#map .map img {
  width: 100%;
}
#map .map_info {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #map .map_info {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1080px) {
  #map .map_info {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#map .map_to {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #map .map_to {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  #map .map_to {
    font-size: 1.8rem;
  }
}
#map .map_to a {
  color: #fff;
  text-decoration: underline 1px #fff;
  text-underline-offset: 5px;
  transition: 0.4s;
}
@media screen and (min-width: 1080px) {
  #map .map_to a:hover {
    opacity: 0.7;
  }
}

#infomation {
  padding-bottom: 0;
  padding-top: 30px;
}
#infomation .contents_inner {
  border-top: solid 1px #9BABAB;
}
#infomation .info_block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #infomation .info_block {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  #infomation .info_block {
    margin-top: 70px;
  }
}
#infomation .info_block .row {
  width: 100%;
}
#infomation .info_block .row dl {
  display: flex;
  gap: 10px 30px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #infomation .info_block .row dl {
    flex-direction: row;
  }
}
#infomation .info_block .row dl dt {
  color: #fff;
  font-weight: 700;
  width: 35%;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  #infomation .info_block .row dl dt {
    max-width: 140px;
  }
}
#infomation .info_block .row dl dd {
  color: #fff;
  flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #infomation .info_block .row dl dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  #infomation .info_block .row dl dd {
    font-size: 1.6rem;
  }
}
#infomation .info_block .row dl dd .num {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #infomation .info_block .row dl dd .num {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1080px) {
  #infomation .info_block .row dl dd .num {
    font-size: 2.6rem;
  }
}
#infomation .info_block .row dl dd .date {
  display: block;
  font-size: 2rem;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #infomation .info_block .row dl dd .date {
    display: inline-block;
    font-size: 2.3rem;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1080px) {
  #infomation .info_block .row dl dd .date {
    font-size: 2.6rem;
    margin-right: 20px;
  }
}
#infomation .info_block .row dl dd .block {
  display: inline-block;
  padding: 0px 5px;
  border: solid 1px #d3d3d3;
  vertical-align: 5px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #infomation .info_block .row dl dd .block {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  #infomation .info_block .row dl dd .block {
    padding: 0px 15px;
  }
}
#infomation .info_block .row dl dd .block + .block {
  margin-left: 10px;
}
#infomation .info_block .row dl dd .block .small_num {
  font-weight: 700;
}
#infomation .info_block .row dl dd .artist {
  font-weight: 500;
  letter-spacing: 0.04em;
}
#infomation .info_block .row dl dd a {
  color: #fff;
  text-decoration: underline 1px #fff;
  text-underline-offset: 5px;
}
@media screen and (min-width: 1080px) {
  #infomation .info_block .row dl dd a {
    transition: 0.4s;
  }
  #infomation .info_block .row dl dd a:hover {
    opacity: 0.7;
  }
}
#infomation .info_block .row + .row {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #infomation .info_block .row + .row {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  #infomation .info_block .row + .row {
    margin-top: 40px;
  }
}
#infomation .annotation {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  color: #fff;
  text-align: right;
}

#charter_bus {
  padding-top: 0;
}
#charter_bus .contents_inner {
  border-top: solid 1px #9BABAB;
}
#charter_bus .contents_top {
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #charter_bus .contents_top {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1080px) {
  #charter_bus .contents_top {
    margin-bottom: 70px;
  }
}
#charter_bus .flex_item {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  #charter_bus .flex_item {
    flex-direction: row;
    gap: 0 30px;
  }
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item {
    gap: 0 95px;
  }
}
#charter_bus .flex_item .img {
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}
#charter_bus .flex_item .img img {
  width: 100%;
}
#charter_bus .flex_item .bus_info {
  width: 100%;
}
#charter_bus .flex_item .bus_info .row {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #charter_bus .flex_item .bus_info .row dl {
    display: flex;
    gap: 0 30px;
  }
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item .bus_info .row dl {
    gap: 0 68px;
  }
}
#charter_bus .flex_item .bus_info .row dl dt {
  width: 31%;
  max-width: 130px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #charter_bus .flex_item .bus_info .row dl dt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item .bus_info .row dl dt {
    font-size: 1.6rem;
  }
}
#charter_bus .flex_item .bus_info .row dl dd {
  flex: 1;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #charter_bus .flex_item .bus_info .row dl dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item .bus_info .row dl dd {
    font-size: 1.6rem;
  }
}
#charter_bus .flex_item .bus_info .row dl dd span {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #charter_bus .flex_item .bus_info .row dl dd span {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item .bus_info .row dl dd span {
    font-size: 2.6rem;
  }
}
#charter_bus .flex_item .bus_info .row dl dd a {
  color: #fff;
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item .bus_info .row dl dd a {
    transition: 0.4s;
  }
  #charter_bus .flex_item .bus_info .row dl dd a:hover {
    opacity: 0.7;
  }
}
#charter_bus .flex_item .bus_info .row + .row {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #charter_bus .flex_item .bus_info .row + .row {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item .bus_info .row + .row {
    margin-top: 40px;
  }
}
#charter_bus .flex_item .bus_info .row .info_text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #charter_bus .flex_item .bus_info .row .info_text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item .bus_info .row .info_text {
    font-size: 2rem;
  }
}
#charter_bus .flex_item .bus_info .row .annotation {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #charter_bus .flex_item .bus_info .row .annotation {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item .bus_info .row .annotation {
    font-size: 1.5rem;
  }
}
#charter_bus .flex_item .bus_info .row .annotation a {
  color: #fff;
  text-decoration: underline 1px #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1080px) {
  #charter_bus .flex_item .bus_info .row .annotation a:hover {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=hikarinomori.css.map */