html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  position: relative;
  min-width: 320px;
  min-height: 400px;
}

img {
  width: 100%;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  color: #cf3939;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

.top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15%;
  min-width: 190px;
}

.flexbox {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item {
  position: relative;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  cursor: pointer;
}

.item-bb {
  background-image: -webkit-image-set(url(../img/image1.png) 1x, url(../img/image1@2x.png) 2x);
  background-image: image-set(url(../img/image1.png) 1x, url(../img/image1@2x.png) 2x);
}

.item-mini {
  background-image: -webkit-image-set(url(../img/image2.png) 1x, url(../img/image2@2x.png) 2x);
  background-image: image-set(url(../img/image2.png) 1x, url(../img/image2@2x.png) 2x);
}

.item:hover {
  opacity: 0.5;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}

.image_wrapper {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
}

.image_wrapper-bb {
  width: 45%;
  min-width: 300px;
}

.image_wrapper-mini {
  width: 20%;
  min-width: 150px;
}

.copyright {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
}

.copyright-childpage {
  color: #000;
}

.mini-contents {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: -webkit-image-set(url(../img/image3.png) 1x, url(../img/image3@2x.png) 2x);
  background-image: image-set(url(../img/image3.png) 1x, url(../img/image3@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mini-logo {
  width: 316px;
  margin-left: 43px;
}

.menu-wrapper {
  position: absolute;
  bottom: 8%;
  width: 100%;
}

.txt {
  color: #fff;
  margin-left: 43px;
  margin-bottom: 55px;
}

.menu {
  position: relative;
  width: 60%;
  min-width: 700px;
  font-size: 1rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, color-stop(8.22%, #ffffff), color-stop(84.5%, rgba(255, 255, 255, 0.42)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 8.22%, rgba(255, 255, 255, 0.42) 84.5%, rgba(255, 255, 255, 0) 100%);
}

.menu::after {
  content: "";
  position: absolute;
  bottom: 17%;
  border-top: 1px solid #cf3939;
  width: 610px;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
  max-height: 88px;
}

.menu ul li {
  padding-right: 16px;
}

.menu.childpage {
  max-width: 1440px;
  padding: 34px;
  position: fixed;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  z-index: 11;
}

.menu.childpage::after {
  content: none;
}

.menu.childpage ul {
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.childpage ul li.active {
  color: #cf3939;
}

.page-title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 64px;
}

.childpage-logo {
  position: absolute;
  top: 50%;
  left: 1.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9%;
  min-width: 155px;
}

.childpage-content {
  padding: 118px 34px 54px;
}

.location-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.map-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 18px;
  padding-left: 32px;
  padding-right: 120px;
}

.map-title::before {
  position: absolute;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/place.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.map-item {
  width: 50%;
  position: relative;
}

.map-item.item1 {
  margin-right: 18px;
}

.map-streetview {
  position: relative;
  width: 100%;
  padding-top: 60.5%;
  margin-bottom: 8px;
}

.map-streetview iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.map-gmap {
  position: relative;
  width: 100%;
  padding-top: 45.5%;
}

.map-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.map-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cf3939;
  padding: 0 10px;
  border: 1px solid #cf3939;
}

.map-button:hover {
  color: #cf3939;
  opacity: 0.5;
}

.map-button::after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/launch.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.map-button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  height: 24px;
}

.event-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.event-title span {
  color: #cf3939;
  padding-right: 16px;
}

.event-title::before {
  content: "";
  position: absolute;
  top: 15%;
  left: -24px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #cf3939;
}

.event-content {
  position: relative;
  padding-left: 42px;
  margin-bottom: 24px;
}

.event-content .image {
  padding-left: 14px;
}

.event-content.txtonly::before {
  height: 186%;
}

.event-content.end::before {
  content: none;
}

.event-content img {
  max-width: 315px;
  margin-bottom: 3px;
}

.event-content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 25px;
  display: block;
  width: 3px;
  height: 109%;
  background-color: #cf3939;
}

.contact-content {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.mail-link {
  display: block;
  margin: 3% 3% 6%;
}

.top-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-btn {
  display: inline-block;
}

.top-btn img {
  width: 140px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  width: 24px;
  height: 22px;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 2;
}

.menu-trigger:focus {
  outline: transparent;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

@media only screen and (max-width: 960px) {
  .map-title {
    padding-right: 8px;
    font-size: 1.1rem;
  }
  .map-button {
    padding: 9px 14px;
    font-size: 1rem;
  }
  .map-button::after {
    right: 8px;
    width: 18px;
    height: 18px;
  }
  .map-button-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 16px;
  }
}

@media only screen and (max-width: 700px) {
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .top-logo {
    width: 25%;
    min-width: 98px;
  }
  .flexbox {
    display: block;
  }
  .item {
    width: 100%;
    height: 50vh;
  }
  .item-bb {
    background-image: -webkit-image-set(url(../img/image1-sp.png) 1x, url(../img/image1-sp@2x.png) 2x);
    background-image: image-set(url(../img/image1-sp.png) 1x, url(../img/image1-sp@2x.png) 2x);
  }
  .item-mini {
    background-image: -webkit-image-set(url(../img/image2-sp.png) 1x, url(../img/image2-sp@2x.png) 2x);
    background-image: image-set(url(../img/image2-sp.png) 1x, url(../img/image2-sp@2x.png) 2x);
  }
  .image_wrapper {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 3% 10%;
  }
  .image_wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
  .image_wrapper-bb {
    width: 65%;
    min-width: 280px;
    background-color: rgba(163, 0, 0, 0.5);
  }
  .image_wrapper-bb::after {
    background-image: url(../img/icons/arrow.png);
  }
  .image_wrapper-mini {
    background-color: rgba(255, 255, 255, 0.6);
    min-width: 170px;
  }
  .image_wrapper-mini::after {
    background-image: url(../img/icons/arrow_right.svg);
  }
  .copyright {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .copyright.mini {
    color: #000;
  }
  .mini-contents {
    background-image: -webkit-image-set(url(../img/image3-sp.png) 1x, url(../img/image3-sp@2x.png) 2x);
    background-image: image-set(url(../img/image3-sp.png) 1x, url(../img/image3-sp@2x.png) 2x);
  }
  .mini-logo {
    width: 76%;
    min-width: auto;
    margin-left: 3%;
  }
  .menu-wrapper {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 100%;
  }
  .menu {
    position: absolute;
    bottom: 5%;
    width: 60%;
    min-width: auto;
    background: none;
  }
  .menu::after {
    content: none;
  }
  .menu ul {
    display: block;
    max-height: none;
    padding-left: 0%;
  }
  .menu ul li {
    position: relative;
    min-width: 233px;
    color: #4e0000;
    padding-right: 0;
    margin-bottom: 4px;
    background: -webkit-gradient(linear, left top, right top, color-stop(8.22%, #ffffff), color-stop(84.5%, rgba(255, 255, 255, 0.42)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #ffffff 8.22%, rgba(255, 255, 255, 0.42) 84.5%, rgba(255, 255, 255, 0) 100%);
  }
  .menu ul li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
  }
  .menu ul li a {
    display: block;
    padding: 7% 60px;
  }
  .menu ul li.year::before {
    background-image: url(../img/icons/today.svg);
  }
  .menu ul li.schedule::before {
    background-image: url(../img/icons/watch.svg);
  }
  .menu ul li.photo::before {
    background-image: url(../img/icons/photo.svg);
  }
  .menu ul li.mail::before {
    background-image: url(../img/icons/phone.svg);
  }
  .menu ul li.place::before {
    background-image: url(../img/icons/place.svg);
  }
  .menu ul li.bbjr::before {
    background-image: url(../img/icons/arrow_right.svg);
  }
  .menu.childpage {
    height: 72px;
    top: 0;
    bottom: auto;
  }
  .menu.childpage ul {
    padding-top: 82px;
    display: none;
  }
  .menu.childpage ul li {
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
  }
  .menu.childpage ul li a {
    padding: 24px 60px;
  }
  .menu.childpage.active {
    height: 100vh;
  }
  .menu.childpage.active ul {
    display: block;
  }
  .childpage-content {
    padding: 142px 10px 54px;
  }
  .location-wrapper {
    display: block;
  }
  .map-item {
    width: 100%;
    margin-bottom: 80px;
  }
  .map-item.item1 {
    margin-right: 0;
  }
  .childpage-logo {
    min-width: 100px;
    top: 10px;
    -webkit-transform: none;
            transform: none;
  }
}
/*# sourceMappingURL=style.css.map */