@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* CSS Document */
:root{
  --content-color-base: #333;
  --content-color-pink: #ff458b;
  --content-color-l_pink: #ff7faf;
  --content-color-purple: #ba0e4b;
  --content-color-orange: #ff6600;
  --content-color-t_white: rgba(255 255 255 / 80%);
  --bg-img-setting: no-repeat center center / contain;
  --bg-width-pc: max(100%, 1920px);
  --content-width: min((710vw / 7.5), 992px);
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --font-sans: "Noto Sans JP", sans-serif;
  --content-hover-speed: 0.3s;
  --content-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  --content-arrow-down: url(../img/menu_arrow.png);
  --content-arrow-right: url(../img/button_arrow.png);
  --content-border_s: 1px solid;
  --content-border_dot: 2px dotted;
}

.nopc{
  display: none
}
.main{
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  font-weight: 400;
  position: relative;
  color: var(--content-color-base)
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
a{
  transition: var(--content-hover-speed);
}
.note__txt{
  display: block;
  font-size: 12px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

/***** タイトル・ナビ *****/
.title__wrapper{
  width: 100%;
  height: 560px;
  background: url("../img/pc_ttl_bg.jpg") no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__titlebox{
  width: 820px;
  background: var(--content-color-t_white);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  margin: auto
}
.event__period{
  background: var(--content-color-pink);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 10px 0;
  margin: 16px auto;  
}
.catchcopy{
  font-size: 16px;
  font-weight: bold;
}
.nav__wrapper{
  background: var(--content-color-pink);
}
.nav__list{
  width: var(--content-width);
  display: flex;
  margin: auto
}
.nav__list>li{
  width: calc(100% / 3);
  border-right: var(--content-border_s) var(--content-color-t_white);
  flex-grow: 1
}
.nav__list>li:first-child{
  border-left: var(--content-border_s) var(--content-color-t_white)
}
.nav__list>li>a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 8px 0 24px;
}
.nav__list>li>a::after{
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: 14px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto
}
.nav__list>li>a:hover{
  background: var(--content-color-l_pink)
}

/***** メインコンテンツ *****/
.main__content{
  background: #fdf9e1;
}
.content__wrapper{
  width: 100%;
  padding: 60px 0;
}
.head-title{
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.head-title::before,
.head-title::after{
  content: "";
  background: var(--bg-img-setting);
  width: 65px;
  height: 74px;
  display: block;
}
.head-title::before{
  background-image: url("../img/ttlBgimg_lft.png");
}
.head-title::after{
  background-image: url("../img/ttlBgimg_ryt.png");
}
.head-title .title__txt{
  font-size: 36px;
  font-weight: bold;
  color: var(--content-color-pink);
}

/*** .content__wrapper.product ***/
.content__wrapper.product .inner+.inner{
  margin-top: 60px;
}
.sub-title{
  font-size: 20px;
  font-weight: bold;
  color: var(--content-color-purple);
}
.leadcopy{
  margin-bottom: 10px;  
}
.product-list.card-style>li .product-list__item .item-photo__wrapper .item-txt__port{
  background: rgba(242 60 89 / 80%)
}
.more__link{
  width: 600px;
  margin: 24px auto 0
}
.more__link>a{
  display: block;
  background: var(--content-color-orange);
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  position: relative
}
.more__link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 11px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto
}
.more__link>a:hover{
  opacity: .8
}

/*** .content__wrapper.info ***/
.content__wrapper.info{
  background: #f6f1d0
}
.title__sub{
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: var(--content-color-base)
}
.fes__period{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fes__map{
  margin-bottom: 24px;
}
.fes__list{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.fes__list>li{
  width: 100%;
}
.fes__midashi{
  font-size: 24px;
  font-weight: bold;
  color: var(--content-color-purple);
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: center
}
.fes__midashi::before{
  content: "";
  background: var(--bg-img-setting);
  display: block;
}
.fes__midashi.season::before{
  background-image: url("../img/ico_sakura.png");
  width: 28px;
  height: 27px;
}
.fes__midashi.access::before{
  background-image: url("../img/ico_access.png");
  width: 22px;
  height: 27px;
}
.fes__midashi.light::before{
  background-image: url("../img/ico_kira.png");
  width: 30px;
  height: 25px;
}
.fes__access:empty,
.fes__notice:empty{
  display: none
}
.is-train,
.is-car{
  display: flex;
  gap: 16px;
}
.is-train{
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: var(--content-border_dot)
}
.fes__access{
  flex: 1;
}
.is-train::before,
.is-car::before{
  content: "";
  background: var(--bg-img-setting);
  display: block;
  width: 50px;
}
.is-train::before{
  background-image: url("../img/ico_train.png");
  height: 50px;
}
.is-car::before{
  background-image: url("../img/ico_car.png");
  height: 39px;
}
.access__midashi{
  font-size: 16px;
  font-weight: bold;
  color: var(--content-color-pink);
}

/*** .content__wrapper.flower ***/
.content__wrapper.flower{
  background: #fff4f8
}
.spot__list{
  display: flex;
  gap: 16px;
}
.spot__list>li{
  width: calc((100% - (16px * 3)) / 4);
  background: #FFF;
  box-shadow: var(--content-shadow);
}
.spot__img{
  width: 100%;
  height: 170px;
}
.spot__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.spot__item{
  padding: 10px;
}
.spot__name{
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-pink);
  line-height: 1.2
}
.spot__season{
  font-size: 12px;
  color: var(--content-color-purple)
}
.spot__link{
  margin-top: 8px;
}
.spot__link>a{
  display: block;
  background: var(--content-color-pink);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  position: relative
}
.spot__link>a:not(.no__link)::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 11px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto
}
.spot__link>a:hover{
  background: var(--content-color-l_pink);
}
.spot__link>a.no__link{
  background: var(--content-color-base);
  pointer-events: none;
}

.close-txt{
  border: var(--content-border_s);
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  color: var(--content-color-purple);
  margin: 0 auto 40px;
}