/* 画面100%表示用↓ここから */
.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px !important;
  margin: 0 auto;
}

/* 画面100%表示用↓ここまで */

tr,
th,
td,
div,
span,
a,
p {
  color: inherit;
}

/* HardRockCafe
---------------------------------------------------- */
#HardRockCafe {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #CCD7D3;
}

#HardRockCafe * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #333;
  line-height: 1.7;

}

#HardRockCafe img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
  min-width: 0;
}

#HardRockCafe .pc {
  display: block !important;
}

#HardRockCafe .sp {
  display: none !important;
}

#HardRockCafe ol,
#HardRockCafe ul {
  list-style-type: none;
}

#HardRockCafe a {
  outline: none;
  font-size: inherit;
}




/*初期設定CSS*/
#HardRockCafe .header {
  background-color: #080706;
  width: 100%;
  height: 675px;

}


#HardRockCafe .header__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: 675px;
  background-image: url(../img/mainvisual_pc.webp);
  background-repeat: no-repeat no-repeat;
  background-size: calc(min(95vw, 750px)) auto;
  background-position: left bottom;
  position: relative;
}

#HardRockCafe .mainvisual_logo {
  position: absolute;
  top: 30px;
  right: 30px;
  width: min(90%, 430px);
  transform: translateX(0);
}

#HardRockCafe .main-lead {
  width: 100%;
  padding: 3rem 0;
  margin: 0 auto 5rem;
  background: url(../img/lead_bg.webp);
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #ffffff;
}

#HardRockCafe .lead_logo {
  width: min(85%, 500px);
  margin: 0 auto 2rem;

}

#HardRockCafe .main-lead__text {
  color: #ffffff;
  font-size: 1.05rem;
  padding: 0 20px;

}


/*目次*/
#HardRockCafe .index {
  padding: 2.5rem 1rem 1rem;
  width: min(90%, 700px);
  background: #b5c8c1;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}


#HardRockCafe .index__title-memo {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
}

#HardRockCafe .index__ul {
  max-width: 600px;
  margin: 0 auto;
}


#HardRockCafe .index__li {
  padding: .75rem 0;

}

#HardRockCafe .index__li+.index__li {
  border-top: 1px dotted #000;
}

#HardRockCafe .index__a {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
}

#HardRockCafe .index__number {
  font-size: clamp(15px, 1.5vw, 17px);
  margin: 0;
}

#HardRockCafe p.index__title {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.5;
  font-weight: bold;
}

/*ここまで目次*/

#HardRockCafe .main {
  width: 100%;
  padding-bottom: 5rem;
}

#HardRockCafe .article {
  width: min(90%, 900px);
  margin: 0 auto;
}

#HardRockCafe .section {
  margin-top: 4rem;
  padding: 0 16px;
}

#HardRockCafe .section.section__top {
  margin-top: 1rem;
}

#HardRockCafe .section:last-of-type {
  margin-bottom: 3rem;
}

#HardRockCafe .section__title {
  color: #7E143F;
  font-weight: bold;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.5;
  margin-bottom: .5rem;
}

#HardRockCafe .section__title .point {
  height: 22px;
  margin: 0.5rem 0;
}


#HardRockCafe .section__text {
  border-top: 2px dotted #7E143F;
  padding-top: 1rem;
  font-size: clamp(16px, 1.5vw, 17px);
  line-height: 1.5;
}

#HardRockCafe .section.memo {
  background: #fffcf9;
  padding: 2rem 2rem;
  position: relative;
}

#HardRockCafe .section.memo::before {
  content: "";
  display: block;
  height: 100%;
  width: 25px;
  background-image: url(../img/dots.svg);
  background-repeat: no-repeat repeat;
  position: absolute;
  top: 0;
  left: -25px;
  background-size: cover;
  background-position: left top;
}

#HardRockCafe .memo__flexwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}

#HardRockCafe img.memo_number {
  width: 160px;
  margin: 0 0 .25rem;
}


#HardRockCafe .section__title.memo {
  font-size: clamp(25px, 2.5vw, 28px);
  line-height: 1.5;
  margin: .75rem auto;
}

#HardRockCafe .hushtug {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 0rem;
  max-width: 550px;
}

#HardRockCafe .hushtug__img {
  display: inline-block;
  height: 22px;
}




#HardRockCafe .section__img {
  margin: 1rem 0;
}

#HardRockCafe img.eyecatch {
  width: 225px;
}


#HardRockCafe .hrc-accordion-toggle {
  width: 100%;
  background: #CCD7D3;
  color: #0D2E3B;
  border: 2px solid #0D2E3B;
  display: inline-block;
  line-height: 2.5;
  border-radius: 30px;
  margin: 1rem auto 0;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}


/* 開いた時 */
#HardRockCafe .hrc-accordion-toggle.hrc-open {
  background-color: #fffcf9;
  border: 2px solid #8ea69d;
  color: #8ea69d;
}

/* アコーディオン */
#HardRockCafe .hrc-accordion-content {
  overflow: hidden;
  padding: 1rem 0;
  height: 0;
  opacity: 0;
  transition: 0.3s ease;
}

/* 開いた状態 */
#HardRockCafe .hrc-accordion-content.hrc-open {
  padding: 1rem 0;
  height: auto;
  opacity: 1;
}

/* ここまでアコーディオン */




#HardRockCafe .section__img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 2rem;
}

#HardRockCafe .section__img-wrap__img {
  width: calc(100% / 3 - 10px);
}

#HardRockCafe .section__img-wrap__caption {
  text-align: left;
  font-size: 11px;
  line-height: 1.3;
  margin-top: 0.4rem;
  color: #506d76;
}


/* 店長メモ */
#HardRockCafe .tencho-memo {
  position: relative;
  background: #F1E8DB;
  margin: 5rem auto 4rem;
  width: calc(100% - 40px);
}

#HardRockCafe .tencho-memo__title {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 275px;
}

#HardRockCafe .tencho-memo__inner {
  display: flex;
  padding: 3rem 1rem 2rem;
  gap: 1rem;
}

#HardRockCafe .tencho-memo__inner__profile {
  display: flex;
  width: 150px;
  margin: 0 auto;
  flex-shrink: 0;
}

#HardRockCafe .tencho-memo__inner__text {
  background: #ffffff;
  text-align: center;
  padding: 1rem;
  position: relative;
  border-radius: 13px;
  display: flex;
  align-items: center;
}

#HardRockCafe .tencho-memo__inner__text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
  border-left: 0;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}

#HardRockCafe .tencho-memo__inner__text__subtitle {
  font-weight: bold;
  font-size: 15px;
  color: #71330b;
}

#HardRockCafe .tencho-memo__inner__text__maintitle {
  font-weight: bold;
  font-size: clamp(20px, 2vw, 24px);
  margin: 0.5rem 0 0.5rem;
  color: #71330b;
  line-height: 1.3;
}

#HardRockCafe .tencho-memo__inner__text__text {
  font-size: 14px;
  width: min(100%, 475px);
  margin: 0 auto;
}


/* フッター */
#HardRockCafe .footer {
  background: #000000;
  padding: 3rem 0;
}

#HardRockCafe .footer__btn {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  transition: .3s;
}

#HardRockCafe .footer__btn:hover {
  opacity: .7;
}

#HardRockCafe .footer__btn img {
  width: min(90%, 300px);
  margin: 0 auto 1rem;
}

#HardRockCafe .footer__btn__text {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
}



@media screen and (max-width: 767px) {

  /*　左右余白削除　*/
  #fftop_recomDetail section {
    padding: 0;
  }

  #HardRockCafe .sp {
    display: block !important;
  }

  #HardRockCafe .pc {
    display: none !important;
  }

  #g-nav li a {
    font-size: 1.5em;
  }

  /* ↓ここから記述 */
  #HardRockCafe .header__inner {
    background-image: url(../img/mainvisual_sp.webp);
    background-size: calc(min(90vw, 500px)) auto;
  }

  #HardRockCafe .article {
    width: 100%;
  }

  #HardRockCafe .memo__flexwrap {
    display: block;
  }

  #HardRockCafe .section.memo {
    width: calc(100% - 45px);
    padding: 2rem 1rem 2rem 1.25rem;
    margin: 2.5rem 0 0 auto;
  }

  #HardRockCafe .section {
    padding: 0 25px;
  }

  #HardRockCafe img.eyecatch {
    margin-top: 1.5rem;
  }

  #HardRockCafe .section__img-wrap__img {
    width: 100%;
  }

  /* 店長メモ */
  #HardRockCafe .tencho-memo__inner {
    display: block;
    padding: 3rem 0rem 2rem;
  }

  #HardRockCafe .tencho-memo__inner__profile {
    margin: 0 auto 1.5rem;
    width: min(94%, 300px);
  }

  #HardRockCafe .tencho-memo__inner__text::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    top: -33px;
  }

}

#HardRockCafe .hrc-accordion-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .4s ease, opacity .4s ease;
  padding: 1rem 0;
}

#HardRockCafe .hrc-accordion-content.hrc-open {
  max-height: 5000px;
  opacity: 1;
  padding: 1rem 0;
}
