@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;700&display=swap');

:root{
  --content-color-base: #4c4c4c;
  --content-color-red: #ff3f3f;
  --content-color-pink: #ff99b1;
  --content-color-gray: #b3b3b3;
  --content-color-d_gray: #4d4d4d;
  --content-color-l_gray: #aaaaaa;
  --content-color-l_pink: #ffebeb;
  --content-color-beige: #f2eceb;
  --bg-img-setting: no-repeat center center / contain;
  --bg-cover-setting: no-repeat center top / cover;
  --bg-width-pc: max(100%, 1920px);
  --content-width: min((710vw / 7.5), 992px);
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --font-base: "Zen Old Mincho", serif;
  --font-sans: "Noto Sans JP", sans-serif;
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --content-hover-speed: 0.3s;
  --content-shadow: 0 0 4px 2px rgba(0 0 0 / 20%);
  --content-arrow-right: url(../img/btn_arrow.png);
  --content-arrow-down_on: url(../img/nav_arrow_on.png);
  --content-arrow-down_off: url(../img/nav_arrow_off.png);
  --content-arrow-down_white :url(../img/aco_arrow.png);
  --content-border_s: 1px solid;
  --content-border_m: 2px solid;
  --content-border_l: 4px solid;
}

.nopc{
  display: none
}
.main{
  font-family: var(--font-base);
  font-size: var(--content-font-size);
  font-weight: 700;
  color: var(--content-color-base);
  position: relative;
}
.main *{
  box-sizing: border-box;
}
a{
  transition: var(--content-hover-speed);
}
.inner{
  width: var(--content-width);
  margin: auto;
}

/*** トップMV・ナビ ***/
.title__wraper{
  width: 100%;
  height: 647px;
  background: url("../img/mvpc.jpg") var(--bg-cover-setting);
  position: relative;
}
.main-title>img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.nav__wrapper{
  margin-top: -86px;
  margin-bottom: 120px;
  position: relative;
  z-index: 30
}
.nav__list{
  width: var(--content-width);
  margin: auto;
  display: flex;
}
.nav__list>li{
  width: calc(100% / 4);
  border-left: var(--content-border_s) var(--content-color-base);
}
.nav__list>li:last-child{
  border-right: var(--content-border_s) var(--content-color-base);
}
.nav__list>li>a{
  display: block;
  padding: 16px 0 40px;
  font-size: 20px;
  color: var(--content-color-base);
  text-align: center;
  position: relative
}
.nav__list>li>a::after{
  content: "";
  background: var(--bg-img-setting);
  background-image: var(--content-arrow-down_off);
  width: 15px;
  height: 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  margin: auto;
}
.nav__list>li>a:hover{
  color: var(--content-color-red);
}
.nav__list>li>a:hover::after{
 background-image: var(--content-arrow-down_on); 
}

/*** 下層MV・ナビ ***/
.lower-title__wraper{
  width: 100%;
  height: 328px;
  background: url("../img/mvpc_sub.jpg") var(--bg-cover-setting);
  position: relative;
}
.lower-title__wraper .main-title>img{
  width: 285px;
  height: 285px;
}
.lower-nav__wrapper{
  margin: 20px auto 120px;
}
.nav__inner{
  width: var(--content-width);
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.nav__inner .nav__list{
  width: calc(100% - 115px);
  margin-right: 11px;
}
.nav__inner .nav__list>li{
  width: calc(100% / 6);
}
.nav__inner .nav__list>li>a{
  padding: 16px 0;
  font-size: 18px;
}
.nav__inner .nav__list>li>a.current{
  background: var(--content-color-l_pink);
  color: var(--content-color-red);
}
.nav__inner .nav__list>li>a::after{
  content: none
}
.display_selected{
  width: 115px;
  height: 60px;
  background: var(--content-color-red);
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  border-radius: 6px;
  line-height: 60px;
  position: relative;
}
.display_selected::after{
  content: "";
  background: var(--content-arrow-down_white) var(--bg-img-setting);
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8px;
  margin: auto;
}
.dep-select-zone{
  display: none;
  width: 115px;
  border: var(--content-border_s) var(--content-color-red);
  margin-top: 10px;
  background: #FFF;
  position: absolute;
  z-index: 30;
}
.dep-select-zone::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  margin: auto;
  border: 10px solid transparent;
  border-bottom: 10px solid #ff3f3f;
}
.dep-select li{
  cursor: default;
  padding: 2px 10px;
  text-align: center;
}
.dep-select li:hover,
.dep-select li.selected{
  color: #ff3f3f;
  background: #ffe6e6;
}
.close-button{
  display: none
}

/*** main-container配下 ***/
.content__wrapper{
  padding-bottom: 60px;
  position: relative;
  overflow: hidden
}
.content__wrapper.left::before{
  content: "";
  background: url("../img/bg_sakura_lft.gif") no-repeat left top / contain;
  width: calc((100% - 992px) / 2);
  height: 380px;
  position: absolute;
  top: 0;
  left: 0;  
}
.content__wrapper.right::before{
  content: "";
  background: url("../img/bg_sakura_ryt.gif") no-repeat right top / contain;
  width: calc((100% - 992px) / 2);
  height: 380px;
  position: absolute;
  top: 0;
  right: 0;
}
.head-title{
  margin-bottom: 20px;
  font-size: 44px;
  text-align: center
}
.head-title>span{
  color: var(--content-color-red);
}
.sub-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.sub-title::before,
.sub-title::after{
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: var(--content-color-red);
  flex-grow: 1;
}
.sub-title>span{
  font-size: 28px;
  color: var(--content-color-red);
  text-align: center;
}
.note__txt{
  font-size: 12px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

/*** .sakura__list ***/
.spot__content{
  position: relative
}
.spot__content:nth-child(odd)::before{
  content: "";
  background: url("../img/bg_sakura_lft.gif") no-repeat left top / contain;
  width: 464px;
  height: 380px;
  position: absolute;
  top: 0;
  left: -464px;
}
.spot__content:nth-child(even)::after{
  content: "";
  background: url("../img/bg_sakura_ryt.gif") no-repeat left top / contain;
  width: 464px;
  height: 380px;
  position: absolute;
  top: 0;
  right: -464px;
}

.spot__content+.spot__content{
  margin-top: 50px
}
.sakura__list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sakura__list.best{
  margin-bottom: 50px;
}
.sakura__list>li{
  width: calc((100% - (20px * 2)) / 3);
  display: flex;
  flex-direction: column;
}
.sakura__list .double{
  width: calc((100% - 20px) / 2);
}
.sakura__img{
  background: url("../img/bg_photo.gif") repeat;
  width: 100%;
  height: 220px;
  padding: 8px;
  margin-bottom: 16px;
}
.sakura__list .double .sakura__img{
  height: 300px;
}
.sakura__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
.sakura__item{
  flex-grow: 1
}
.sakura__name{
  font-size: 28px;
  margin-bottom: 10px;
}
.sakura__name>small{
  font-size: 60%;
}
.sakura__copy{
  font-size: 16px;
  color: var(--content-color-red);
}
.sakura__list .double .sakura__copy{
  font-size: 20px;
}
.sakura__copyright{
  display: block;
  font-size: 12px;
  margin: 8px auto;
}
.sakura__link>a{
  display: block;
  background: var(--content-color-base);
  font-size: 14px;
  color: #FFF;
  text-align: center;
  padding: 12px;
  position: relative;
}
.sakura__list .double .sakura__link>a{
  font-size: 16px;
}
.sakura__link>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-right);
  width: 9px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto
}
.sakura__link>a:hover{
  background: var(--content-color-pink);
}

/*** 下層用 ***/
.spot__content .sakura__list>li .sakura__item{
  display: flex;
  flex-direction: column;
}
.spot__content .sakura__list>li .sakura__item .sakura__txt{
  flex-grow: 1
}
.sakura__data{
  background: var(--content-color-beige);
  padding: 8px;
}
.sakura__data *{
  font-family: var(--font-sans);
  font-weight: 400;
}
.sakura__data>li>span{
  display: inline-block;
  color: var(--content-color-red);
  padding-right: 0.5em
}
/***　ページクローズのためdisplay:noneに変更*/
.link__list{
  display: none;
  gap: 6px;
  margin-top: 24px;
}
.link__list>li{
  width: calc((100% - (6px * 2)) / 3);
}
.link__list>li.is-hide{
  display: none
}
.link__list>li>a{
  display: block;
  background: var(--content-color-d_gray);
  padding: 4px 0;
  color: #FFF;
  text-align: center;
  position: relative;
  line-height: calc(18 / 14)
}
.link__list>li>a:hover{
  background: var(--content-color-pink)
}
.link__list>li>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 7px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}

/*** エリアから探す ***/
.select__wrapper{
  padding-bottom: 80px;
  margin-bottom: 50px;
  position: relative;
}
.area__select>li{  
  position: absolute;
}
.select__spk{
  right: 190px;
  bottom: 100px;
}
.select__tyo{
  right: 400px;
  top: 60px;
}
.select__kix{
  left: 290px;
  top: 130px;
}
.select__ngo{
  left: 360px;
  bottom: 40px;
}
.select__hij{
  left: 140px;
  bottom: 70px;
}
.select__fuk{
  left: 70px;
  top: 80px;
}
.area__select>li>a{
  display: block;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  position: relative;
  background: var(--content-color-base);
  line-height: 48px;
  padding: 0 40px;
}
.area__select>li>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-right);
  width: 9px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.area__select>li>a:hover{
  background: var(--content-color-pink);
}

.tab__list{
  display: flex;
  gap: 8px;
  margin-bottom: 36px;
}
.tab__list>li{
  width: calc((100% - (8px * 7)) / 8);
  border: var(--content-border_s) var(--content-color-base);
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}
.tab__list>li.nav_on,
.tab__list>li:hover{
  color: var(--content-color-red);
  border-color: var(--content-color-red);
  background: var(--content-color-l_pink);
  position: relative
}
.tab__list>li.nav_on::after{
  content: "";
  background: var(--content-color-red);
  width: 16px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -12px;
  margin: auto;
}

/*** 商品掲載部分 ***/
.product__wrapper{
  background: url("../img/bg_cal.gif") repeat;
  padding: 48px 0
}
.area00{
  display: none
}
.product-list *{
  font-family: var(--font-sans)
}
.product-list.card-style>li .product-list__item .item-photo__wrapper .item-txt__port{
  background: rgba(255 63 63 / 80%)
}
.more-link{
  margin: 20px auto;
  width: 486px;
}
.more-link>a{
  display: block;
  background: var(--content-color-d_gray);
  padding: 10px 0;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  position: relative;
}
.more-link>a:hover{
  background: var(--content-color-pink)
}
.more-link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

/*** 見頃カレンダー ***/
.season-table{
  background: url("../img/bg_cal.gif") repeat;
  padding: 8px 8px 3px;
  margin-bottom: 5px;
}
.season-table *{
  font-family: var(--font-sans);
  font-weight: 700;
}
.season-table__upper{
  display: flex;
}
.spacebox{
  background: url("../img/bg_cal.gif") repeat;
  width: 195px;
  margin-right: 5px;
}
.month-cell{
  width: calc((100% - 200px - 10px) / 3);
  margin-right: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.month-cell:last-child{
  margin-right: 0
}
.month-cell dt{
  width: 100%;
  background: var(--content-color-l_gray);
  color: #FFF;
  text-align: center;
  line-height: 30px;
  margin-bottom: 5px
}
.month-cell dd{
  width: calc((100% - 6px) / 3);
  background: #FFF;
  text-align: center;
  line-height: 30px;
}
.season-table__main{
  margin-top: 5px;
}
.season-spot{
  display: flex;
}
.season-spot dt{
  width: 195px;
  flex-shrink: 0;
  background: #FFF;
  font-size: 16px;
  color: var(--content-color-red);
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  margin-bottom: 5px
}
.season-spot dd{
  width: calc((100% - 24px) / 9);
  flex-grow: 0;
  background: rgba(255 255 255 / 80%);
  margin-right: 5px;
  margin-bottom: 5px;
}
.season-spot dd:last-child{
  margin-right: 0;
}
.season-spot dd.best{
  background: #ff99b1;
  position: relative
}
.season-spot dd.best::after{
  content: "";
  background: url("../img/ico_migoro.png") var(--bg-img-setting);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*** 桜の種類 ***/
.sakura__kind{
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.sakura__kind>li{
  width: calc((100% - (20px * 2)) / 3);
  padding-top: 230px;
  background: no-repeat center top / contain;
}
.sakura__kind>li.yoshino{
  background-image: url("../img/photo_someiyoshino.png")
}
.sakura__kind>li.shidare{
  background-image: url("../img/photo_shidarezakura.png")
}
.sakura__kind>li.yae{
  background-image: url("../img/photo_yaezakura.png")
}
.kind__name{
  font-size: 28px;
}
.kind__copy{
  font-size: 16px;
  color: var(--content-color-red)
}
.kind__spot{
  margin-top: 16px;
  background: var(--content-color-beige);
  padding: 10px;
  font-family: var(--font-sans);
  font-weight: 400;
}
.kind__spot>span::before{
  content: "有名スポット";
  color: var(--content-color-red);
  display: inline-block;
  padding-right: 1.0em;
}

/*** FAQ ***/
.faq__wrapper{
  margin-bottom: 50px;
}
.faq__item:not(:last-child){
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: var(--content-border_s) var(--content-color-gray);
}
.faq__que{
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;  
}
.faq__que::before{
  content: "Q.";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 24px;
  color: var(--content-color-red);
}
.faq__ans{
  padding-left: 40px;
  position: relative;
}
.faq__ans::before{
  content: "A.";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 24px;
}

/* 記事コンテンツ */
.post__list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.post__list>li{
  width: calc((100% - (16px * 3)) / 4);
}
.post__list>li>a{
  display: block
}
.post__list>li>a:hover{
  opacity: 0.7
}
.post__title{
  font-size: 16px;
  color: var(--content-color-red);
  margin-top: 8px;
}

.sakura-close-txt{
  background: #FFF;
  font-size: 18px;
  text-align: center;
  margin: 20px auto 50px;
  padding: 20px;
  border: 1px solid
}