/* =========================================================
  Blue Parrot TOP：CSS
  ・ブレイクポイント：768px
  ・夏季休業案内はシンプルなネイビー系UI
========================================================= */


/* =========================
  0) 共通
========================= */
:root{
  --bp-navy: #3a5c6f;
  --bp-navy-dark: #314f60;
  --bp-blue-light: #eff2f4;
  --bp-blue-soft: #f7f9fa;
  --bp-border: #d8e3e8;
  --bp-text: #424a50;
  --bp-text-light: #59636a;
}

img{
  max-width: 100%;
  height: auto;
}

.visually-hidden{
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}


/* =========================
  1) メインビジュアル
========================= */
.top-img-container{
  box-sizing: border-box;
  position: relative;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

#mainvisual{
  width: 100%;
  height: 580px;
  text-align: center;
}

#mainvisual img{
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.top-img-container .mainlogo{
  width: 100%;
  max-width: 1000px;
}

.only-mobile{
  display: none !important;
}

.only-desktop{
  display: block !important;
}


/* =========================
  2) 夏季休業・配送案内
========================= */
.summer-info{
  box-sizing: border-box;
  width: 100%;
  max-width: 1030px;
  margin: 32px auto 0;
  padding: 0 15px;
}

.summer-info *,
.summer-info *::before,
.summer-info *::after{
  box-sizing: border-box;
}

.summer-info__inner{
  padding: 30px 34px;
  background: #fff;
  border: 1px solid var(--bp-border);
  border-radius: 6px;
}

.summer-info__title{
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  color: var(--bp-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.summer-info__holiday{
  margin-bottom: 25px;
  padding: 20px;
  background: var(--bp-blue-soft);
  border: 1px solid var(--bp-border);
  border-radius: 6px;
  text-align: center;
}

.summer-info__label{
  margin: 0 0 7px;
  color: var(--bp-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.summer-info__date{
  margin: 0;
  color: var(--bp-navy-dark);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.summer-info__text{
  margin: 8px 0 0;
  color: var(--bp-text-light);
  font-size: 14px;
  line-height: 1.8;
}

.summer-info__shipping{
  margin-top: 0;
}

.summer-info__heading{
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--bp-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

.summer-info__deadlines{
  margin: 18px 0 0;
  border-top: 1px solid var(--bp-border);
}

.summer-info__deadline{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 14px 4px;
  border-bottom: 1px solid var(--bp-border);
}

.summer-info__deadline dt{
  width: 42%;
  margin: 0;
  color: var(--bp-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.summer-info__deadline dd{
  width: 58%;
  margin: 0;
  color: var(--bp-navy-dark);
  font-size: 15px;
  line-height: 1.6;
}

.summer-info__deadline dd strong{
  font-weight: 700;
}

.summer-info__after{
  margin-top: 22px;
  padding: 16px 18px;
  background: var(--bp-blue-light);
  border-radius: 6px;
  color: var(--bp-text-light);
  font-size: 14px;
  line-height: 1.8;
}

.summer-info__after p{
  margin: 0;
}

.summer-info__after strong{
  color: var(--bp-navy-dark);
  font-weight: 700;
}

.summer-info__note{
  margin-top: 7px !important;
  font-size: 12px;
}


/* =========================
  3) NEWS
========================= */
.p-line-informaiton{
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}

.p-line-informaiton ul{
  flex: 1;
  font-size: 13px;
}

.p-line-informaiton li{
  margin-bottom: 15px;
}

.p-line-informaiton__ttl{
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}

.p-line-informaiton__ttl::before{
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}


/* =========================
  4) 商品リスト
========================= */
.section-title{
  margin: 30px 10px 5px;
  padding: 0 0 20px;
  font-size: 16px;
}

.c-item-list2{
  display: flex;
  flex-wrap: wrap;
}

.c-item-list2__item{
  position: relative;
  box-sizing: border-box;
  width: 16%;
  margin-bottom: 40px;
  padding: 0 20px 20px;
  word-break: break-all;
  transition: opacity 0.2s;
}

.c-item-list2__item.is-hidden{
  display: none;
}

.c-item-list2__img{
  position: relative;
  margin-bottom: 30px;
}

.c-item-list2__img::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.c-item-list2__img a{
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.c-item-list2__img img{
  display: inline-block;
  position: absolute;
  inset: 0;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  text-align: center;
}

.c-item-list2__ttl{
  display: -webkit-box;
  overflow: hidden;
  color: #000;
  font-size: 0.8em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-item-list2__price{
  margin-top: 15px;
  color: #454545;
  font-size: 15px;
}

.c-item-list2__expl{
  display: -webkit-box;
  overflow: hidden;
  margin-top: 15px;
  font-size: 0.8em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-new-item.u-container{
  padding-bottom: 0;
}


/* =========================
  5) FREE
========================= */
.p-free__body{
  margin-right: 60px;
  margin-left: 60px;
  line-height: 2;
}


/* =========================
  6) 店舗紹介
========================= */
.top-store{
  max-width: 1100px;
  margin: 70px auto;
  padding: 0 20px;
}

.top-store__heading{
  margin-bottom: 1em;
  padding-left: 0;
  border-left: none !important;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.top-store__wrapper{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 30px;
}

.top-store__img{
  width: 45%;
  height: 250px;
  object-fit: cover;
}

.top-store__text{
  width: 55%;
  font-size: 0.95rem;
  line-height: 1.85;
}

.top-store__text p{
  margin-bottom: 0.9em;
}

.top-store__btn{
  display: inline-block;
  padding: 0.65em 1.3em;
  background: var(--bp-blue-light);
  border: 1px solid var(--bp-border);
  border-radius: 8px;
  color: var(--bp-navy);
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.25s;
}

.top-store__btn:hover,
.top-store__btn:focus{
  background: #2f6a8a;
  border-color: #2f6a8a;
  color: #fff;
  text-decoration: none;
}

.top-store__btn:visited{
  color: var(--bp-navy);
}

.top-store__btn:hover:visited{
  color: #fff;
}


/* =========================================================
  スマホ
========================================================= */
@media screen and (max-width: 768px){

  /* メインビジュアル */
  #mainvisual{
    height: 380px;
  }

  #mainvisual img{
    height: 380px;
  }

  .only-desktop{
    display: none !important;
  }

  .only-mobile{
    display: block !important;
  }

  .top-img-container{
    padding-right: 0;
    padding-left: 0;
  }

  .top-img-container .mainlogo{
    position: relative;
    top: 24px;
    width: 68%;
    max-width: 520px;
  }



  /* NEWS */
  .p-line-informaiton{
    display: block;
    margin-top: 55px;
  }

  .p-line-informaiton ul{
    font-size: 12px;
  }

  .p-line-informaiton__ttl{
    margin: 0;
  }

  .p-line-informaiton__ttl::before{
    content: none;
  }


  /* 商品リスト */
  .c-item-list2__item{
    width: 33%;
    margin-bottom: 45px;
    padding: 0 10px 20px;
  }

  .c-item-list2__img{
    text-align: center;
  }


  /* FREE */
  .p-free__body{
    margin-right: 0;
    margin-left: 0;
  }


  /* 店舗紹介 */
  .top-store{
    margin: 56px auto;
    padding: 0 16px;
  }

  .top-store__wrapper{
    flex-direction: column;
    gap: 18px;
  }

  .top-store__img,
  .top-store__text{
    width: 100%;
  }

  .top-store__heading{
    margin-bottom: 0.9em;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .top-store__text{
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .top-store__btn{
    font-size: 0.85rem;
  }

}