@charset "utf-8";
/* CSS Document */

/*--------------------------------
共通
--------------------------------*/
html{
  font-size: min(2.666666666666667vw, 16px);
}

body{
	line-height: 1.3;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
}

#main {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: 1s;
  position: relative;
  overflow: clip;
}

#main .image {
  width: 100%;
  height: auto;
}

.main_visual,
.main_section,
.footer{
  /* overflow: hidden; */
}

a img:hover{
  opacity: 0.8;
  transition: .3s;
}

.main_header .image {
  width: 100%;
  height: auto;
}

.main_header{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.header_logo{
  padding: 3%;
  width: 39%;
}

.header_happy{
  border-top: 1px solid #000;
}

/* more_btn
--------------------------------*/
.more_btn {
  text-align: right;
  margin-top: 5%;
}

.more_btn a {
  display: flex;
  flex-wrap: nowrap;
  width: 45%;
  margin-inline-start: auto;
  align-items: center;
  justify-content: flex-end;
}

.more_btn .more_btn_txt {
  color: #fff;
  font-size: 1.6rem;
  margin-inline-end: 7%;
}

#main .more_btn img {
  width: min(6.4vw, 52px);
}

@media (hover: hover) {
  .more_btn a:hover .more_btn_txt{
    text-decoration: underline;
    transition: .3s;
  }
}

.btn-wrapper {
  position: relative;
  z-index: 1;
}

.btn::before {
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #860007;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -10%;
  z-index: -1;
  border-radius: 7px;
}

a.btn-window::before {
  background: #075A0E;
}

.btn-hp::before {
  background: #000;
}

a.btn {
  width: 100%;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  padding-block: 4.2%;
  background: #B5100E;
  border-radius: 7px;
  letter-spacing: 0.1em;
}

a.btn-window {
  background: #117d1a;
}

a.btn::after {
  content: '';
  box-sizing: border-box;
	width: min(6.4vw, 40px);
	height: min(6.4vw, 40px);
  background: url(../img/btn-arrow_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(-90deg);
}

a.btn-window::after {
  content: '';
	width: min(6.4vw, 40px);
	height: min(6.4vw, 40px);
  background: url(../img/btn-arrow_window_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

a.btn-hp::after {
  content: '';
	width: min(6.4vw, 40px);
	height: min(6.4vw, 40px);
  background: url(../img/btn-arrow_hp_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.btn-arrow::after {
  content: '';
  width: min(14px, 1.8667vw);
  height: min(14px, 1.8667vw);
  border: min(14px, 1.8667vw) solid transparent;
  border-left: min(14px, 1.8667vw) solid #fff;
  position: absolute;
  right: 28.5px;
  top: 50%;
  transform: translateY(-50%);
}

.btn.btn-inversion {
  color: #000;
  background-color: #fff;
  padding-inline: 14% 8%;
}

a.btn-hp {
  font-size: 1.4rem;
}

@media (hover: hover) {
  .btn:hover {
    text-decoration: underline;
  }
}

/*--------------------------------
main_visual
--------------------------------*/
.main_visual {
  position: relative;
}

/*--------------------------------
main_section
--------------------------------*/
.main_section_inner{
  position: relative;
}
.main_section_inner .main_section_contents {
  width: 100%;
  margin: 0 auto;
}
.main_title {
  width: 100%;
}
.content_title {
  padding-top: 5%;
}

.page_navi_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4vw, 30px) 1.87%;
  padding-block: 10.6% 16.6%;
  padding-inline: 5.3%;
  background: linear-gradient(-45deg, #847001 0%, #D9CF98 25%, #E2D382 60%, #D4BE47);
}

.page_navi_item {
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.page_navi_item a::before {
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #860007;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -10%;
  z-index: -1;
  border-radius: 3px;
}

.page_navi_item a {
  width: 100%;
  display: inline-block;
  padding-block: 10.9%;
  padding-inline: 6.1% 16%;
  background: #B5100E;
  border-radius: 3px;
}

.page_navi_item a::after {
  content: '';
  box-sizing: border-box;
	width: min(4.26666vw, 22px);
	height: min(4.26666vw, 22px);
  background: url(../img/btn-arrow_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

@media (hover: hover) {
  .page_navi_item a:hover {
    text-decoration: underline;
  }
}


/*--------------------------------
event
--------------------------------*/
.lead {
  background: url(../img/bg-repeat2.png), #117D1A;
  background-size: contain;
  background-repeat: repeat-y;
  position: relative;
  padding: 18.26666% 0 25.26666%;
}

.lead_inner {
  padding-inline: 9.8%;
}

.lead::before {
  content: '';
  width: 100%;
  aspect-ratio: 375 / 54;
  background: url(../img/img-line.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  top: max(calc(-1 * (100vw / 375 * 30)), -57px);
  right: 0;
  left: 0;
  margin-inline: auto;
  z-index: 999;
}

.lead::after {
  content: '';
  width: 100%;
  height: 3.66%;
  background: url(../img/img-line2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}

.lead_inner .lead_text {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 1.6;
}

.lead_inner .lead_text:not(:nth-of-type(1)) {
  margin-top: 10%;
  font-size: 1.2rem;
  line-height: 1.4;
}

#event .main_content{
  background: radial-gradient(closest-side at 50% 50%, #C6000B 0%, #BE212A 100%);
}

.bg-snow {
  background: url(../img/bg-repeat2.png), #117D1A;
  background-size: contain;
  background-repeat: repeat-y;
  position: relative;
}

.illumination_area {
  padding-block: 10%;
  padding-inline: 8%;
}

/* content_slide
--------------------------------*/
.content_slide {
  position: relative;
  z-index: 10;
}

.content_slide:not(:first-child) {
  margin-top: 52px;
}

.content_slide:nth-of-type(n + 3) {
  margin-top: 10%;
}
.content_slide .swiper,
.content_slide .swiper2,
.content_slide .swiper-slide
 {
  overflow: hidden;
  border-radius: 10px;
}

.content_slide .content_slide_title{
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 56px;
  margin-bottom: 4%
}

.content_slide .swiper-pagination-bullets,
.content_slide .swiper-pagination2-bullets {
  position: static;
  margin-top: 3.5%;
  text-align: center;
} 

.content_slide .swiper-pagination-bullet,
.content_slide .swiper-pagination2-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 3% !important;
  background: #fff !important;
  border: 1px solid #fff;
  box-sizing: border-box;
  opacity: 1;
}

.content_slide .swiper-pagination-bullet-active,
.content_slide .swiper-pagination2-bullet-active {
  width: 10px !important;
  height: 10px !important;
  background: #B5100E !important;
}

.content_slide .swiper-pagination-bullet:first-child,
.content_slide .swiper-pagination2-bullet:first-child {
  margin: 0 !important;
}

.illumination-time {
  text-align: center;
  margin-top: 12.69%;
}

.illumination-time_title {
  font-weight: bold;
  font-size: 2.1rem;
  color: #fff;
  margin-block-end: 2%;
}

.illumination-time_time {
  font-weight: bold;
  color: #117D1A;
  background: #fff;
  font-size: 3.2rem;
  border-radius: 3px;
  padding: 2%;
}

.to_access {
  margin-block-start: 10%;
  /* position: relative; */
}

/* content_map
--------------------------------*/
.event_list {
  margin-top: 10.8%;
}

.event_list .content_more_img a img {
  border-radius: 10px;
  overflow: hidden;
}

.event_list .content_more_img:not(:first-child) {
  margin-top: 10.8%;
}

.more-event-btn {
  margin-top: 10.8%;
}

.event_content.content_map {
  padding: 0 8%;
  padding-bottom: 24%;
  position: relative;
}

.event_content.content_map .content_map_title {
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}
.event_content.content_map .content_map_img {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 3%;
}

/* content_more
--------------------------------*/
.event_area_outer {
  padding: 0 8%;
  box-sizing: border-box
}

.event_area_title {
  display: block;
  width: 85%;
  margin-inline: auto;
}

.event_lead {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

.event_content.content_more {
  background:  url(../img/bg-repeat3.png), #002976;
  background-size: 20%, auto;
  background-repeat: repeat, no-repeat;
  position: relative;
  padding-block: 24%;
  margin-top: -3px;
}

.event_content.content_more::before {
  content: '';
  width: 100%;
  aspect-ratio: 375 / 54;
  background: url(../img/img-line.png);
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  background-position: center;
  top: max(calc(-1 * (100vw / 375 * 30)), -57px);
  z-index: 999;
  right: 0;
  left: 0;
  margin-inline: auto;
}

.event_content.content_more::after{
  content: "";
  width: 100%;
  aspect-ratio: 375 / 9;
  background: linear-gradient(-84deg, #847001 0%, #D9CF98 25%, #E2D382 60%, #D4BE47);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: min(calc(100vw / 375 * 45), 72px);
  margin-inline: auto;
}

.event_content.content_more .content_more_btn {
  padding: 12% 11% 8% 4.5%;
}

/*-----------------------
access
-------------------------*/
.access_inner {
  background: url(../img/bg-repeat1.png);
  background-size: contain;
  padding: 18.8% 8% 16%;
}
#access .main_title {
  width: 100%;
  margin-inline: auto;
  position: relative;
}

#access.main_section_contents{
  position: relative;
}


#access.main_section_contents::before {
  content: '';
  width: 100%;
  aspect-ratio: 375 / 54;
  background: url(../img/img-line.png);
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  background-position: center;
  top: max(calc(-1 * (100vw / 375 * 30)), -57px);
  z-index: 999;
  right: 0;
  left: 0;
  margin-inline: auto;
}

#access.main_section_contents::after{
  content: "";
  width: 100%;
  aspect-ratio: 375 / 9;
  background: linear-gradient(-84deg, #847001 0%, #D9CF98 25%, #E2D382 60%, #D4BE47);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: min(calc(100vw / 375 * 45), 72px);
  margin-inline: auto;
}

.access_content {
  margin-top: 13px;
}

.content_more_img_title {
  margin-bottom: 5%;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.content_more_img_title .sub_txt{
  margin-top: 1%;
  font-size: 1.2rem;
  display: block;
}


/* content_more_txt
--------------------------------*/
.access_content .content_more_txt{
  margin-top: 10.8%;
}

.access_content .content_more_txt_title {
  width: 82%;
  margin-bottom: 15px;
  position: relative;
}

.content_more_txt_train{
  padding: 6% 5.7%;
  background: #fff;
  border-radius: 15px;
  z-index: 10;
  position: relative;
}

.train_title {
  display: flex;
  align-items: baseline;
  font-size: 2rem;
  font-weight: bold;
  color: #C6000B;
}

.train_title .list_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(8.26vw ,48px);
  aspect-ratio: 1 / 1;
  font-size: 1.9rem;
  font-weight: bold;
  background: #C6000B;
  color: #fff;
  margin-right: 2%;
  border-radius: 50%;
}

.train_txt {
  font-size: 1.4rem;
  padding: 7px 6px 0;
  line-height: 1.5;
}

.train_txt .train_txt_title{
  color: #117D1A;
  font-weight: bold;
}

.content_train:nth-of-type(n + 2) {
  margin-top: 20px;
}

.content_more_txt_bus{
  padding: 6% 5.7%;
  background: #fff;
  border-radius: 15px;
  z-index: 10;
  position: relative;
}

.bus_title {
  display: flex;
  align-items: baseline;
  font-size: 2rem;
  font-weight: bold;
  color: #C6000B;
}

.bus_title .list_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(8.26vw ,48px);
  aspect-ratio: 1 / 1;
  font-size: 1.9rem;
  font-weight: bold;
  background: #C6000B;
  color: #fff;
  margin-right: 2%;
  border-radius: 50%;
}

.bus_txt {
  font-size: 1.4rem;
  padding: 7px 6px 0;
  line-height: 1.5;
}

.bus_txt .bus_txt_title{
  color: #B5100E;
}

.content_bus:nth-of-type(n + 2) {
  margin-top: 9%;
}

ul.bus_txt_cont:nth-of-type(n + 2) {
  margin-top: 3%;
  padding-top: 3%;
  border-top: 1px solid #399139;
}

.bus_link{
  color: #038CE2;
  text-decoration: underline;
}

.bus_link:hover{
  opacity: 0.8;
  transition: .3s;
  text-decoration: underline;
}

.content_bus_map{
  position: relative;
  margin: 12% auto 0;
  width: 100%;
  height: 0;
  padding-top: 85%;
}

.content_bus_map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.more-access-btn {
  margin-top: 15%;
  padding-bottom: 10.5%;
  position: relative;
  z-index: 0;
}

/*-----------------------
info
-------------------------*/
.info_content-wrapper {
  background: #FFF4F4;
  background-size: 20%, auto;
  background-repeat: repeat, no-repeat;
  position: relative;
  padding-block: 24%;
  margin-top: -3px;
}

#info .main_title {
  position: relative;
  display: block;
  width: 63%;
  margin-inline: auto;
}

.info_content-wrapper::before {
  content: '';
  width: 100%;
  aspect-ratio: 375 / 54;
  background: url(../img/img-line.png);
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  background-position: center;
  top: max(calc(-1 * (100vw / 375 * 30)), -57px);
  z-index: 999;
  right: 0;
  left: 0;
  margin-inline: auto;
}

.info_content-wrapper::after{
  content: "";
  width: 100%;
  aspect-ratio: 375 / 9;
  background: linear-gradient(-84deg, #847001 0%, #D9CF98 25%, #E2D382 60%, #D4BE47);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: min(calc(100vw / 375 * 45), 72px);
  margin-inline: auto;
}


.info_content_img {
  list-style: none;
  text-align: center;
  padding: 4.6% 8%;
}

.info_content_img2 {
  text-align: center;
}

.info_content_img a {
  display: inline-block;
}

.info_content_img img,
.info_content_img2 img {
  border-radius: 10px;
  overflow: hidden;
}

.border-red img {
  border: 1px solid #c7040b;
}

.info_content,
.info_content2  {
  overflow: hidden;
}

.info_content2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #C6130B;
  padding-top: 30px;
  margin: 5% 8% 0;
}

.info_content_img2 {
  list-style: none;
  width: 48%;
  border-radius: 5px;
  overflow: hidden;
}

.info_content_img2:nth-of-type(n + 3) {
  margin-top: 4%;
}

.info_content_img2 a {
  display: inline-block;
}

.swiper3 {
  margin-top: 5%;
}

#info .content_more_btn {
  padding: 8% 11% 0 4.5%;
}

.more-home-link {
  font-size: 3.733%;
  letter-spacing: 0.1;
  line-height: 1.21;
  padding-top: 4px;
  padding-bottom: 9px;
}

.to-hp-text {
  font-size: 2.5rem;
}

.to-hp-text-small {
  /* font-size: 5.33%; */
}

/*-----------------------
footer
-------------------------*/
footer .inner {
  position: relative;
}

footer .inner {
  padding: 0;
  overflow: visible;
}

#footerInfo {
  background: #eee;
  padding: 15px 10px 0;
  color: #333;
}
#footerInfo .infoWrap {
  float: none;
  font-size: 11px;
  padding-bottom: 15px;
}
#footerInfo .address {
  float: none;
  margin-left: 0;
  margin-bottom: 0;
}
#footerInfo .address + p {
  margin-top: 15px;
}
#footerInfo .phoneTxt {
  color: #333;
}

#pagetop {
  display: block;
}

#pagetop .fade {
  background: #888;
}
#pagetop a {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 30px;
  background-color: #000000;
  padding: 3dvb;
  position: relative;
}

#pagetop a::after {
  content: '';
  box-sizing: border-box;
  width: min(6.4vw, 40px);
  height: min(6.4vw, 40px);
  background: url(../img/btn-arrow_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(-180deg);
}

#copyright {
  position: relative;
  margin: 0 -10px;
  text-align: center;
  color: #fff;
  right: 0;
  bottom: 0;
  font-size: 11px;
  background: #333;
  padding: 10px 0;
}

/*-----------------------
Fade in
-------------------------*/
span.fade{
  display: block;
}
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media screen and (min-width: 767px) {
  .lead_inner {
    /* padding: 80px 12.8% 50px; */
  }
}