@charset "utf-8";

/* CSS Document */
:root{
  --content-color-base: #000;
  --content-color-blue: #0e56c2;
  --content-color-sky: #1a8ec9;
  --content-color-khaki: #7c6c3b;
  --content-color-t_blue: rgba(14 86 194 / 0.8);
  --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));
  --content-hover-speed: 0.3s;
  --content-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  --content-arrow-down: url(/cmn/icon/icon_arrow_down_white.svg);
  --content-arrow-right: url(/cmn/icon/icon_arrow_right_white.svg);
  --content-border_s: 1px solid;
  --content-border_m: 2px solid;
}

.nopc{
  display: none
}
.main{
  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 / var(--bg-width-pc);
  position: relative;
}
.title__logo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.copyarea{
  width: 100%;
  background: url("../img/pattern01.png") repeat;
  padding: 16px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bodycopy{
  width: var(--content-width);
  margin: auto;
  text-align: center;
  color: #FFF;
}
.bodycopy>span{
  display: block;
  font-size: 16px;
  font-weight: bold
}
.nav__wrapper{
  background: var(--content-color-blue);
}
.nav__list{
  width: var(--content-width);
  display: flex;
  margin: auto
}
.nav__list>li{
  width: calc(100% / 3);
  border-right: var(--content-border_s) #FFF;
}
.nav__list>li:first-child{
  border-left: var(--content-border_s) #FFF;
}
.nav__list>li>a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 16px 0 24px;
}
.nav__list>li>a::after{
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto
}
.nav__list>li>a:hover{
  background: var(--content-color-sky)
}

/***** メインコンテンツ *****/
.main__content{
  background: #fdf9e1;
}
.content__wrapper{
  width: 100%;
  padding: 60px 0;
}
.head-title{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin-bottom: 16px;
}
.head-title .main__title{
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: var(--content-color-sky);
}
.head-title .sub__title{
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: var(--content-color-khaki);
}
.head-title::before,
.head-title::after{
  content: "";
  background: var(--bg-img-setting);
  width: 200px;
  height: 80px;
  display: block
}
.head-title::before{
  background-image: url("../img/pc_ttlBgimg_left.png");
}
.head-title::after{
  background-image: url("../img/pc_ttlBgimg_right.png");
}

.sub-title{
  font-size: 24px;
  font-weight:  bold;
  color: var(--content-color-sky);
  text-align: center;
  margin: 20px auto 8px;
}
.catchcopy{
  font-size: 20px;
  font-weight: bold;
  color: var(--content-color-blue);
}
.leadcopy{
  margin-bottom: 16px;
}

/*** .content__wrapper.product ***/
.content__wrapper.product .inner+.inner{
  margin-top: 60px;
}
.product-list.card-style>li .product-list__item .item-photo__wrapper .item-txt__port{
  background: var(--content-color-t_blue)
}
.more__link{
  width: 468px;
  margin: 24px auto 0;
}
.more__link>a{
  display: block;
  background: var(--content-color-blue);
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 16px;
  position: relative
}
.more__link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
.more__link>a:hover{
  background: var(--content-color-sky);
}

/*** .content__wrapper.info ***/
.content__wrapper.info{
  background: #f6f1d0
}
.item__box+.item__box{
  margin-top: 30px;
}
.item__title{
  display: flex;
  align-items: center;
  column-gap: 16px;
  font-size: 20px;
  font-weight: bold;
  color: var(--content-color-blue)
}
.item__title>span{
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  background: var(--content-color-blue);
  padding: 0 4px;
}
.season__list.is-none{
  display: none
}
.season__list.is-dsp{
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.season__list>li{
  width: calc((100% - (16px * 3)) / 4);
}
.season__img{
  position: relative;
  margin-bottom: 8px;
}
.img__caption{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #FFF;
  padding: 4px;
  background: var(--content-color-t_blue);
}
.season__txt{
  font-size: 12px;
}

/*** .content__wrapper.flower ***/
.spot__list{
  display: flex;
  gap: 16px;
}
.spot__list>li{
  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-sky);
}
.spot__season{
  font-size: 13px;
  color: var(--content-color-blue)
}
.spot__link{
  margin-top: 8px;
}
.spot__link>a{
  display: block;
  background: var(--content-color-blue);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  position: relative
}
.spot__link>a::after{
  content: "";
  background: var(--content-arrow-right) var(--bg-img-setting);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto
}
.spot__link>a:hover{
  background: var(--content-color-sky);
}