@charset "UTF-8";
.mb-sm, .schedule__title, .schedule__flex-content, .schedule__flex-secend-content, .schedule__flex-secend-content-lg, .festival__item, .festival__description > P, .access-map__items, .entertainment__park > p, .entertainment__title, .entertainment__flex-content, .entertainment__flex-secend-content-lg, .entertainment__izumoan > p, .entertainment__kitchen-car-flex-container > p, .entertainment__kitchen-car-title, .entertainment__kitchen-car-small-title, .entertainment__imgs, .access__access-map > h3 {
  margin-bottom: 20px !important;
}

.mb-md, .anchor-container__timeteble, .schedule__container, .festival__imges, .festival__basic-pray, .festival__description, .access-map__img, .entertainment__container, .access__map, .access__access-map, .access__emergency > p, .access__bus > p, .footer__policy, .logo, .festival__logo {
  margin-bottom: 40px !important;
}

.mb-lg, .festival__subtitle, .festival__pray, .festival__reception, .entertainment__kitchen-car-flex-container {
  margin-bottom: 60px !important;
}

.mb-xl, .anchor-container__time, .schedule__img, .festival, .access-map__list-container, .entertainment, .entertainment__flex-container, .access__img, .access__car-discription, .access__emergency, .access__bus, .access__time-schedule {
  margin-bottom: 80px !important;
}

.font-family, body {
  font-family: "Klee One", cursive, "Noto Sans JP", sans-serif, "Roboto", sans-serif;
}

.footer-item, .footer .footer-menu__item, .footer__site-policy, .footer__privacy-policy {
  font-size: 14px;
  padding: 15px;
  letter-spacing: 3px;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .footer-item, .footer .footer-menu__item, .footer__site-policy, .footer__privacy-policy {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .footer-item, .footer .footer-menu__item, .footer__site-policy, .footer__privacy-policy {
    font-size: 20px;
    padding: 15px 10px;
  }
}

.content-width, .introduction__textarea, .anchor-container, .anchor-container__time, .anchor-container__timeteble, .festival, .festival__texts, .access-map__list-container, .access, .access__access-map, .access__emergency > p, .access__bus > p {
  width: 90%;
}

.content-width-s, .schedule__container, .entertainment__inner {
  width: 80%;
}

.flex, .anchor-container__time, .festival, .footer, .footer .footer-menu, .footer .footer-menu__list, .footer .footer-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.flex-row, .anchor-container__inner, .anchor-container__timeteble, .festival__list, .festival__basic-pray, .entertainment__imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}

.link {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 15px 0px;
}

.texts, .introduction__textarea > p, .schedule__container, .schedule__flex-container, .festival__texts, .festival__reception, .festival__description, .access-map__items, .entertainment__park > p, .entertainment__container, .entertainment__flex-container, .entertainment__izumoan > p, .entertainment__list, .access__emergency > p, .access__bus > p, .box-items, .schedule__flex-h-box-item, .schedule__flex-k-box-item, .schedule__flex-o-box-item, .entertainment__flex-h-box-item, .entertainment__flex-k-box-item, .entertainment__flex-o-box-item, .entertainment__k-box-item {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 24px;
}

.page-title {
  margin-bottom: 40px !important;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .page-title {
    font-size: 30px;
  }
}

.main-title, .introduction__title-container > h1 {
  margin-bottom: 40px !important;
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .main-title, .introduction__title-container > h1 {
    font-size: 30px;
  }
}

.sub-title, .schedule h2, .access-map h2, .entertainment h2, .entertainment__park > h3, .entertainment__izumoan > h3, .entertainment__kitchen-car > h3, .access > h2, .access__emergency > h3, .access__bus > h3, .access__time-schedule > h3 {
  margin-bottom: 20px !important;
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .sub-title, .schedule h2, .access-map h2, .entertainment h2, .entertainment__park > h3, .entertainment__izumoan > h3, .entertainment__kitchen-car > h3, .access > h2, .access__emergency > h3, .access__bus > h3, .access__time-schedule > h3 {
    font-size: 24px;
  }
}

.small-title {
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .small-title {
    font-size: 18px;
  }
}

.month {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  padding: 25px 20px;
  border: 1px solid #000;
}

.logo, .festival__logo {
  margin-top: 90px !important;
  width: 10%;
  height: 10%;
  max-width: 60px;
}
.logo > img, .festival__logo > img {
  width: 100%;
  height: 100%;
}

.discription-texts {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}

.box-items, .schedule__flex-h-box-item, .schedule__flex-k-box-item, .schedule__flex-o-box-item, .entertainment__flex-h-box-item, .entertainment__flex-k-box-item, .entertainment__flex-o-box-item, .entertainment__k-box-item {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  border-radius: 3px;
  color: rgb(237, 237, 237);
  flex-basis: 22%;
  height: 24px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .header {
    height: 100px;
  }
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 80%;
  height: 1px;
  background-color: rgb(156, 156, 156);
}
.header .icon {
  display: block;
  position: absolute;
  width: 50px;
  height: 45px;
  margin-left: 20px;
  top: 16px;
  background-image: url(../../imgs/top-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .header .icon {
    top: 28px;
  }
}
@media screen and (min-width: 960px) {
  .header .icon {
    margin-left: 50px;
  }
}
.header .mobile-menu {
  display: block;
  position: relative;
  width: 38px;
  height: 50px;
  margin: 10px 20px 0 0;
}
.header .mobile-menu .mobile-menu-open {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 8px;
  transition: all 0.4s;
}
.header .mobile-menu .mobile-menu-open:nth-child(2) {
  top: 10px;
}
.header .mobile-menu .mobile-menu-open:nth-child(3) {
  top: 20px;
}
.header .mobile-menu .mobile-menu-explanation {
  display: block;
  text-align: center;
  position: absolute;
  top: 30px;
  font-size: 10px;
  width: 100%;
}
.header .mobile-menu.active .mobile-menu-open:nth-child(1) {
  top: 14px;
  transform: rotate(-135deg);
}
.header .mobile-menu.active .mobile-menu-open:nth-child(2) {
  transform: translateX(50%);
  opacity: 0;
}
.header .mobile-menu.active .mobile-menu-open:nth-child(3) {
  top: 14px;
  transform: rotate(135deg);
}
.header .mobile-menu.active .mobile-menu-explanation {
  transform: translateX(100%);
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .header .mobile-menu {
    display: none;
  }
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(100%);
  transition: transform 0.5s;
  z-index: 10;
  width: 50%;
  height: 70vh;
  background-color: #a8a8a8;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .header-menu {
    padding-right: 30px;
    top: 45px;
    left: 0;
    width: 100%;
    height: auto;
    justify-content: flex-end;
    transform: none;
    transition: none;
    background-color: transparent;
    opacity: 1;
  }
}
.header-menu .header-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 85%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .header-menu .header-menu-list {
    flex-flow: row;
  }
}
.header-menu .header-menu-list .header-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10%;
  padding: 20px 15px;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .header-menu .header-menu-list .header-menu-item {
    font-size: 12px;
    padding: 0;
    color: #171717;
  }
}
@media screen and (min-width: 960px) {
  .header-menu .header-menu-list .header-menu-item {
    font-size: 15px;
  }
}
.header-menu .header-menu-list .header-menu-item > a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #d3cba6;
  left: 20%;
  transform: translateY(5px);
}
@media screen and (min-width: 600px) {
  .header-menu .header-menu-list .header-menu-item > a::before {
    display: none;
  }
}
.header-menu.inview {
  transform: translateX(0);
  box-shadow: -8px 9px 5px 0px rgba(127, 124, 124, 0.6352941176);
  opacity: 1;
  transition: transform 0.5s;
}
@media screen and (min-width: 600px) {
  .header-menu.inview {
    box-shadow: none;
  }
}

main {
  margin-top: 100px !important;
}
@media screen and (min-width: 600px) {
  main {
    margin-top: 150px !important;
  }
}

.footer {
  background-image: url(../../imgs/マスクグループ\ 17.png);
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 20px;
}
.footer .footer-menu {
  width: 60%;
  height: 450px;
}
@media screen and (min-width: 600px) {
  .footer .footer-menu {
    width: 80%;
    height: 300px;
  }
}
.footer .footer-menu__list {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .footer .footer-menu__list {
    flex-flow: row;
    flex-wrap: wrap;
    height: auto;
  }
}
.footer .footer-menu__item {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footer .footer-menu__item {
    flex-basis: 25%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 600px) {
  .footer__policy {
    display: flex;
    justify-content: space-around;
    width: 70%;
    max-width: 400px;
  }
}
@media screen and (min-width: 600px) {
  .footer__site-policy {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .footer__privacy-policy {
    font-size: 16px;
  }
}
.footer .footer-logo {
  margin: 0 auto;
}
.footer .footer-address {
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: center;
  margin-bottom: 50px;
  font-size: 14px;
  color: #fff;
}
.footer small {
  text-align: center;
  line-height: 18px;
  font-size: 6px;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

main {
  margin-top: 80px !important;
  max-width: 785px;
  margin: 0 auto;
  background-color: rgba(251, 246, 246, 0.262745098);
}
@media screen and (min-width: 600px) {
  main {
    margin-top: 100px !important;
    padding: 20px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  }
}

.introduction__title-container {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  height: 50vh;
  background-image: url(../../imgs/new-year28.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduction__title-container > h1 {
  font-family: "Kaisei Tokumin", serif;
  position: absolute;
  background-color: rgba(16, 15, 15, 0.64);
  padding: 10px 10px 10px 15px;
  color: rgb(255, 255, 255);
  top: 12px;
  right: 1px;
  opacity: 0.8;
}
.introduction__textarea {
  text-align: center;
  margin: 0 auto 100px;
}
.introduction__textarea > p {
  line-height: 40px;
}
.introduction__imgs {
  display: grid;
  gap: 5px;
  grid-template-rows: 400px 200px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 600px;
  margin-bottom: 100px;
}
.introduction__imgs > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduction__imgs > img:first-child {
  -o-object-position: right;
     object-position: right;
  grid-column: 1/3;
}

.anchor-container {
  margin: 50px auto;
  max-width: 750px;
}
@media screen and (min-width: 600px) {
  .anchor-container {
    margin-top: 70px;
  }
}
.anchor-container__inner {
  flex-wrap: wrap;
  margin: 0 auto 100px;
}
.anchor-container__content {
  position: relative;
  flex-basis: 33%;
  text-align: center;
  padding: 10px;
}
.anchor-container__content:nth-child(4), .anchor-container__content:nth-child(5), .anchor-container__content:nth-child(6) {
  margin-top: 40px;
}
.anchor-container__content::after {
  position: absolute;
  content: url("../../imgs/fes_undertriangl.svg");
  width: 50px;
  height: 50px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.anchor-container__time {
  padding: 50px 20px;
  border: 1px solid #d3cba6;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 450px;
}
.anchor-container__time > p {
  text-indent: -1rem;
  padding-left: 1rem;
}
.anchor-container__timeteble {
  justify-content: space-around;
  align-items: baseline;
  margin: 0 auto;
}
.anchor-container__timeteble:nth-child(2) .open-close {
  transform: translateX(5px);
}

.schedule__img {
  width: 100%;
  height: 100%;
}
.schedule__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.schedule h2 {
  text-align: center;
  padding-top: 80px;
  margin-top: -80px;
}
.schedule__container {
  margin: 0 auto;
}
.schedule__title {
  position: relative;
}
.schedule__title::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: rgb(156, 156, 156);
  top: 50%;
  left: 56px;
}
.schedule__flex-container {
  line-height: 22px;
}
.schedule__flex-content {
  display: flex;
  gap: 10px;
  justify-content: baseline;
}
.schedule__flex-time-item {
  font-size: 12px;
  flex-basis: 10%;
}
.schedule__flex-time-item > span {
  margin-left: 42px;
}
.schedule__flex-item {
  flex-basis: 60%;
}
@media screen and (min-width: 600px) {
  .schedule__flex-item {
    font-size: 16px;
  }
}
.schedule__flex-items {
  flex-wrap: wrap;
  flex-basis: 60%;
}
.schedule__flex-secend-content {
  display: flex;
  gap: 10px;
  justify-content: baseline;
}
.schedule__flex-secend-content-lg {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.schedule__flex-sub-item {
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .schedule__flex-sub-item {
    font-size: 14px;
  }
}
.schedule__flex-blank {
  flex-basis: 10%;
  padding-left: 42px;
}
.schedule__flex-blank2 {
  flex-basis: 22%;
}
.schedule__flex-h-box-item {
  font-size: 12px;
  background-color: rgba(36, 58, 122, 0.8549019608);
}
.schedule__flex-k-box-item {
  font-size: 12px;
  background-color: #c3aa86;
}
.schedule__flex-o-box-item {
  font-size: 10px;
  letter-spacing: -1px;
  background-color: #539282;
  flex-basis: 22%;
}

.mgr-10 {
  margin-right: 10px;
}

.festival {
  padding-top: 30px;
  margin: -30px auto 0;
}
.festival__logo {
  margin: 0 auto;
}
.festival__subtitle {
  text-align: center;
}
.festival__imges {
  margin: 0 auto;
}
.festival__imges > img {
  width: 100%;
}
.festival__texts {
  margin-bottom: 40px;
  max-width: 750px;
}
.festival__list {
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.festival__item {
  text-align: center;
  font-size: 12px;
  flex-basis: 20%;
}
@media screen and (min-width: 480px) {
  .festival__item {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .festival__item {
    font-size: 16px;
  }
}
.festival__other {
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .festival__other {
    font-size: 14px;
  }
}
.festival__reception-texts {
  margin: 0 auto;
}
.festival__basic-pray {
  margin: 0 auto;
  justify-content: space-around;
  align-items: baseline;
}
.festival__basic-pray-title {
  font-size: 15px;
}
@media screen and (min-width: 480px) {
  .festival__basic-pray-title {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) {
  .festival__basic-pray-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) {
  .festival__basic-pray-title {
    font-size: 20px;
  }
}
.festival__basic-pray-content {
  width: 55%;
}
@media screen and (min-width: 480px) {
  .festival__basic-pray-content {
    width: 50%;
  }
}
.festival__basic-pray-content > p {
  margin-bottom: 10px;
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  .festival__basic-pray-content > p {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) {
  .festival__basic-pray-content > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 480px) {
  .festival__basic-pray-content > p > span {
    margin-right: 3px;
  }
}
@media screen and (min-width: 600px) {
  .festival__basic-pray-content > p > span {
    margin-right: 7px;
  }
}
.festival__basic-pray-content > p:nth-child(2) {
  font-size: 10px;
}
@media screen and (min-width: 480px) {
  .festival__basic-pray-content > p:nth-child(2) {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  .festival__basic-pray-content > p:nth-child(2) {
    font-size: 14px;
  }
}
.festival__description {
  max-width: 750px;
  margin: 0 auto;
  font-size: 12px;
}
.festival__description > P {
  padding-left: 1rem;
  text-indent: -1rem;
}

.access-map {
  padding-top: 80px;
  margin-top: -80px;
}
.access-map h2 {
  text-align: center;
}
.access-map__img {
  width: 100%;
}
.access-map__img > img {
  width: 100%;
  height: 100%;
}
.access-map__list-container {
  margin: 0 auto;
}
.access-map__list-content {
  counter-reset: count 0;
  padding-left: 15px;
}
@media screen and (min-width: 480px) {
  .access-map__list-content {
    padding-left: 80px;
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  .access-map__list-content {
    padding-left: 80px;
    width: 90%;
  }
}
.access-map__items {
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .access-map__items {
    font-size: 20px;
  }
}
.access-map__items > .sub-item {
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .access-map__items > .sub-item {
    font-size: 15px;
  }
}
.access-map__items::before {
  content: counter(count) " ";
  counter-increment: count 1;
  background-color: #9080b9;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 600px) {
  .access-map__items::before {
    height: 28px;
    width: 28px;
    left: -5px;
  }
}

.entertainment {
  padding-top: 80px;
  margin-top: -80px;
}
.entertainment h2 {
  text-align: center;
}
.entertainment__inner {
  max-width: 800px;
  margin: 0 auto;
}
.entertainment__park > h3 {
  padding-left: 30px;
  position: relative;
}
.entertainment__park > h3::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background-image: url(../../imgs/new-year-rabbit01.svg);
  background-repeat: no-repeat;
  left: 1px;
  top: 2px;
}
.entertainment__container {
  margin: 0 auto;
}
.entertainment__title {
  position: relative;
}
.entertainment__title::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: rgb(156, 156, 156);
  top: 50%;
  left: 56px;
}
.entertainment__flex-container {
  line-height: 22px;
}
.entertainment__flex-content {
  display: flex;
  gap: 10px;
  justify-content: baseline;
}
.entertainment__flex-time-item {
  font-size: 12px;
  flex-basis: 10%;
}
.entertainment__flex-time-item > span {
  margin-left: 42px;
}
.entertainment__flex-item {
  flex-basis: 60%;
}
@media screen and (min-width: 600px) {
  .entertainment__flex-item {
    font-size: 16px;
  }
}
.entertainment__flex-items {
  flex-wrap: wrap;
  flex-basis: 60%;
}
.entertainment__flex-secend-content {
  display: flex;
  gap: 10px;
  justify-content: baseline;
}
.entertainment__flex-secend-content-lg {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.entertainment__flex-sub-item {
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .entertainment__flex-sub-item {
    font-size: 14px;
  }
}
.entertainment__flex-blank {
  flex-basis: 10%;
  padding-left: 42px;
}
.entertainment__flex-blank2 {
  flex-basis: 22%;
}
.entertainment__flex-h-box-item {
  font-size: 12px;
  background-color: rgba(36, 58, 122, 0.8549019608);
}
.entertainment__flex-k-box-item {
  font-size: 12px;
  background-color: #c3aa86;
}
.entertainment__flex-o-box-item {
  font-size: 10px;
  letter-spacing: -1px;
  background-color: #539282;
  flex-basis: 22%;
}
.entertainment__izumoan > h3 {
  padding-left: 32px;
  position: relative;
}
.entertainment__izumoan > h3::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background-image: url(../../imgs/new-year-rabbit02.svg);
  background-repeat: no-repeat;
  left: 1px;
  top: 0px;
}
.entertainment__flex-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 480px) {
  .entertainment__flex-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 480px) {
  .entertainment__img {
    width: 55%;
    height: 210px;
  }
}
.entertainment__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.entertainment__img > .menu {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: bottom;
     object-position: bottom;
}
.entertainment__list {
  position: relative;
  padding: 10px 20px;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
@media screen and (min-width: 480px) {
  .entertainment__list {
    width: 45%;
  }
}
@media screen and (min-width: 600px) {
  .entertainment__list {
    width: 45%;
    padding-left: 30px;
  }
}
.entertainment__list::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 2px;
  height: calc(100% + 20px);
  background-color: black;
}
.entertainment__list::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 2px;
  height: calc(100% + 20px);
  background-color: black;
}
.entertainment__list:before {
  left: 10px;
}
.entertainment__list:after {
  right: 10px;
}
.entertainment__list > .item-title {
  font-size: 16px;
  margin: 5px 0 5px;
  text-align: center;
  font-weight: bold;
}
.entertainment__list > .item {
  padding-left: 30px;
}
.entertainment__list > .item:last-child {
  display: flex;
  justify-content: end;
  padding-right: 50px;
}
@media screen and (min-width: 480px) {
  .entertainment__list > .item:last-child {
    padding-right: 10px;
  }
}
@media screen and (min-width: 480px) {
  .entertainment__list > .item {
    padding: 0;
  }
}
.entertainment__kitchen-car {
  margin: 0 atuo;
}
.entertainment__kitchen-car > h3 {
  padding-left: 30px;
  position: relative;
}
.entertainment__kitchen-car > h3::after {
  content: "";
  width: 25px;
  height: 36px;
  position: absolute;
  background-image: url(../../imgs/new-year-rabbit03.svg);
  background-repeat: no-repeat;
  left: 1px;
  top: -8px;
}
.entertainment__kitchen-car-flex-container {
  margin: 0 atuo;
}
.entertainment__kitchen-car-flex-container > p {
  font-size: 15px;
}
.entertainment__kitchen-car-title {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.entertainment__kitchen-car-title > h4 {
  font-size: 14px;
  margin-right: 10px;
  letter-spacing: -1px;
}
.entertainment__kitchen-car-small-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.entertainment__kitchen-car-small-title > .small-title {
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: -1px;
}
@media screen and (min-width: 480px) {
  .entertainment__kitchen-car-small-title > .small-title {
    font-size: 14px;
  }
}
.entertainment__k-box-item {
  border-radius: 5px;
  font-size: 11px;
  background-color: #e297a7;
  margin-right: 10px;
}
.entertainment__time {
  font-size: 15px;
}
.entertainment__time > .small-time {
  font-size: 11px;
}
@media screen and (min-width: 480px) {
  .entertainment__time > .small-time {
    font-size: 15px;
    font-weight: 600;
  }
}
.entertainment__imgs {
  width: 100%;
  height: 160px;
}
.entertainment__imgs > .small {
  width: 39%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entertainment__imgs > img {
  display: inline-block;
  width: 59%;
  height: 100%;
}
.entertainment__imgs > img:first-child {
  margin-right: 5px;
}

.access {
  padding-top: 80px;
  margin: -80px auto 0;
}
.access__img {
  width: 100%;
  margin: 0 auto;
}
.access__img > img {
  width: 100%;
}
.access > h2 {
  text-align: center;
}
.access__map {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 350px;
  background-color: rgb(156, 156, 156);
}
.access__access-map {
  width: 100%;
  margin: 0 auto;
}
.access__access-map > h3 {
  font-size: 15px;
}
.access__access-map > img {
  width: 100%;
}
.access__car-discription {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.access__car-discription > img {
  margin-bottom: 5px;
  width: 100%;
}
.access__emergency {
  margin-top: 80px;
  padding: 20px 10px;
  background: #d8f8f5;
  border-top: solid 10px #41b1a8;
}
.access__emergency > h3 {
  text-align: center;
}
.access__emergency > p {
  margin: 0 auto;
}
.access__bus {
  margin-top: 80px;
}
.access__bus > h3 {
  text-align: center;
}
.access__bus > p {
  margin: 0 auto;
}
.access__bus-discription {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.access__bus-discription > img {
  width: 100%;
}
.access__time-schedule > h3 {
  text-align: center;
}
.access__all-time {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.access__hiroshima-time {
  padding: 10px 20px;
  background-color: rgba(209, 209, 209, 0.568627451);
}
.access__hiroshima-time > h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.access__hiroshima-time .item-container {
  padding: 10px;
}
.access__hiroshima-time .item-container .items {
  padding: 5px;
}
.access__bunshi-time {
  padding: 10px;
  background-color: rgba(120, 184, 168, 0.7098039216);
}
.access__bunshi-time > h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.access__bunshi-time .item-container {
  padding: 10px;
}
.access__bunshi-time .item-container .items {
  padding: 5px;
}/*# sourceMappingURL=new-year.css.map */