/* --------全体的な設定-------- */

.product_more {
  display: none!important;
}

.rhtea-body {
    color: #282828!important;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.gold-button {
  display: inline-block;
  background-color: #bb9a35; /* 画像に近い金色 */
  border: 1px solid #bb9a35; /* 枠線も金色で設定 */
  color: #fff!important;
  font-family: "Zen Old Mincho", serif;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none!important;
  text-align: center;
    width: 30%;
    margin: 20px auto 0;
  transition: background-color 0.2s ease;
}

.gold-button:hover {
  background-color: #fff; /* ホバーで白背景に */
  color: #bb9a35!important; /* 文字色を金に */
}

@media screen and (max-width: 768px) {
  .rhtea-body {
    background-color: #fff;
    }

    .gold-button {
    width: 55%;
    }
}

/* --------ヘッド画像-------- */

@media screen and (max-width: 768px) {
  .hd-area img {
    width: 100%;
    }
}

/* --------告知エリア-------- */

.info-area {
    display: flex;
    justify-content: center;
    width: 1000px;
    height: 350px;
    border: 1px solid #ba9737;
    box-sizing: border-box;
    margin: 30px 0 0 0;
    border-radius: 5px;
    background-image: url(/page/rhtea/img/pc_info_bg.jpg);
    background-size: cover;
    background-position: center;
}

div.info {
    font-family: "Zen Old Mincho", serif;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

div.info span.info-label {
    color: #fff;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    background-color: #ba9737;
}

div.info h2 {
    font-size: 28px !important;
    font-weight: 500;
    margin: 10px 0 0 0!important;
}

small.small-text {
    display: block;
    font-size: 16px;
    color: #ba9737;
    text-align: center;
    margin: 10px 0 0 0!important;
}

@media screen and (max-width: 768px) {
  .info-area {
    width: 95%;
    height: auto;
    margin: 15vw auto 0;
    padding: 10vw 2vw;
    text-align: center;
    flex-direction: column;
    }

    div.info {
    display: contents!important;
    width: fit-content;
    font-size: 1.3rem;
    }

    div.info h2 {
    font-size: 5.7vw !important;
    }

    div.info p {
    font-size: 1rem;
    }

    small.small-text {
    font-size: .8rem;
    }
}

/* --------告知サイト：リードテキスト-------- */

section.read-text {
    font-family: "Zen Old Mincho", serif;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 100px 0 80px 0;
}

section.read-text div.read-text-r {
    width: 650px;
}

section.read-text div.read-text-r .read-text h3 {
    font-size: 24px;
    font-weight: 500;
}

section.read-text div.read-text-r .read-text-img {
  display: flex;
  align-items: center;
  gap: 16px;
}

section.read-text div.read-text-r .read-text-img p {
    width: 410px;
}

section.read-text div.read-text-r .read-text h3 span {
    color: #ba9737;
    font-family: "Zen Old Mincho", serif;
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    section.read-text {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 15vw 0 10vw 0;
    }

    .read-text-l img {
    width: 100%;
    }

    section.read-text div.read-text-r {
    width: 95%;
    font-size: 1.1rem;
    margin: 5vw auto;
}

    section.read-text div.read-text-r .read-text h3 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    }

    section.read-text div.read-text-r .read-text p {
    margin: 6vw 0 0 0;;
    }

    section.read-text div.read-text-r .read-text h3 span {
    color: #ba9737;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
}

    section.read-text div.read-text-r .read-text-img {
    display: flex;
    flex-direction: column;
    margin: 6vw 0 0 0;
    }

    section.read-text div.read-text-r .read-text-img p {
    width: 100%;
    }

}

/* --------本サイト：メニュー-------- */

.menu-wrapper {
    font-family: "Zen Old Mincho", serif;
    border-top: 3px double #254B25;
    border-bottom: 3px double #254B25;
    padding: 10px 0;
    margin: 30px 0 0 0;
    text-align: center;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 90px;
}

.menu li a {
    text-decoration: none;
    color: #282828;
    font-size: 16px;
}

.menu li.current {
  font-size: 16px;
  color: #ba9737;
}

.menu li.current::before {
  content: "\30FB";
  color: #ba9737;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .menu {
    flex-direction: column;
    gap: 15px;
  }

  .menu li a {
    display: block;
    font-size: 16px;
  }
}

/* --------見出し関連-------- */

.sec-hd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

.sec-hd::before,
.sec-hd::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #254B25; /* 線の色 */
    max-width: 200px; /* 線の長さを調整 */
}

.sec-hd h2 {
    margin: 0!important;
    padding: 0 20px;
    font-size: 34px!important;
    color: #254B25;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: italic!important;
    font-weight: 400;
}

/* --------ニュース一覧-------- */

.news-list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

.news-item {
    width: calc(33.333% - 26.666px);
    font-family: "Zen Old Mincho", serif;
    color: #333;
}

.news-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.news-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}

.news-date {
    font-size: 12px;
    font-style: italic;
    color: #254B25;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: italic!important;
    font-weight: 400;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.news-label {
  display: inline-block;
  background-color: #caa536;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
}

.news-title {
    font-size: 20px!important;
    margin: 10px 0 5px!important;
    font-weight: 400!important;
}

.news-text {
    font-size: 14px!important;
    color: #444;
}

@media screen and (max-width: 768px) {
.news-list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

.news-item {
    width: auto;
}

.news-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.news-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}

.news-date {
    font-size: 6vw;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.news-label {
  font-size: 4vw;
}

.news-title {
    font-size: 6vw !important;
}

.news-text {
    font-size: 5vw !important;
}
}

/* --------トピックス一覧-------- */

.topics-sec {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.topics-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.topics-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.topics-img {
  position: relative;
  flex-shrink: 0;
  width: 330px;
}

.topics-img img {
  width: 100%;
  height: auto;
  display: block;
}

.topics-num {
  position: absolute;
    top: -50px;
    left: 15px;
  font-size: 49px;
  font-family: "Playfair Display", serif;
  color: #caa536;
  font-weight: 400;
  opacity: 0.8;
}

.topics-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.topics-content h3 {
  font-size: 24px!important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin: 0 0 10px 0!important;
  color: #0e4d27;
}

.topics-content p {
  font-size: 15px!important;
  font-family: "Zen Old Mincho", serif;
  color: #282828;
  margin-bottom: 15px;
}

.button-wrap {
  text-align: right;
}

@media screen and (max-width: 768px) {
.topics-sec {
  max-width: 100%;
  margin: 60px auto;
  padding: 0 20px;
}

.topics-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.topics-item {
  display: block;
  align-items: flex-start;
  gap: 30px;
}

.topics-img {
  position: relative;
  flex-shrink: 0;
  width: 330px;
}

.topics-img img {
  width: 90Vw;
  height: auto;
  display: block;
}

.topics-num {
  position: absolute;
    top: -50px;
    left: 15px;
  font-size: 49px;
  font-family: "Playfair Display", serif;
  color: #caa536;
  font-weight: 400;
  opacity: 0.8;
}

.topics-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.topics-content h3 {
  font-size: 6vw !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin: 4vw 0 !important;
  color: #0e4d27;
}

.topics-content p {
  font-size: 4.5vw !important;
  font-family: "Zen Old Mincho", serif;
  color: #282828;
  margin-bottom: 15px;
}

.button-wrap {
  text-align: right;
}
}

/* --------商品一覧-------- */

.item-sec {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.item-box {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.item-img {
  position: relative;
  width: 280px;
  flex-shrink: 0;
}

.item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.item-label {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #caa536;
  color: white;
  font-size: 13px;
  padding: 4px 10px;
  font-family: "Zen Old Mincho", serif;
}

.item-content {
  flex: 1;
}

.item-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px!important;
  font-weight: 500;
  color: #282828;
  margin: 0!important;
}

.item-title ruby {
  margin-right: 16px;
}

.item-title rt {
  font-size: 12px;
  color: #777;
  font-weight: normal;
}


.item-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  color: #282828;
  margin-bottom: 20px;
  line-height: 1.8;
}

.item-info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 10px;
}

.item-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  color: #282828;
  line-height: 1.8;
  margin: 0;
  flex: 1;
}

.item-link {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  color: #caa536!important;
  text-decoration: none;
  border-bottom: 1px solid #caa536;
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.item-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #caa536;
  position: absolute;
  bottom: -6px;
  left: 0;
}

@media screen and (max-width: 768px) {
.item-sec {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.item-box {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.item-img {
  position: relative;
  width: 280px;
  flex-shrink: 0;
}

.item-img img {
  width: 90vw;
  height: auto;
  display: block;
}

.item-label {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #caa536;
  color: white;
  font-size: 5vw;
  padding: 4px 10px;
  font-family: "Zen Old Mincho", serif;
}

.item-content {
  flex: 1;
}

.item-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px!important;
  font-weight: 500;
  color: #282828;
  margin: 0!important;
}

.item-title ruby {
  margin-right: 16px;
}

.item-title rt {
  font-size: 12px;
  color: #777;
  font-weight: normal;
}


.item-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.5vw;
  color: #282828;
  margin-bottom: 20px;
  line-height: 1.8;
}

.item-info-row {
  display: flex;
    justify-content: normal;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.item-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.5vw;
  color: #282828;
  line-height: 1.8;
  margin: 0;
  flex: 1;
}

.item-link {
  font-family: "Zen Old Mincho", serif;
  font-size: 4vw;
  color: #caa536!important;
  text-decoration: none;
  border-bottom: 1px solid #caa536;
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.item-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #caa536;
  position: absolute;
  bottom: -6px;
  left: 0;
}
}

/* --------記事ページ-------- */

.rhtea-conte-l,
.rhtea-conte-r,
.rhtea-conte,
.rhtea-topic-conte-img {
    display: flex;
    gap: 40px;
    margin: 60px 0 0 0;
    font-family: "Zen Old Mincho", serif;
}

.rhtea-topic-conte-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 60px 0 0 0;
  font-family: "Zen Old Mincho", serif;

}

.rhtea-conte-txt p {
  font-size: 17px!important;
}

.rhtea-conte-small {
    font-size: 13px!important;
}

.rhtea-conte-note {
    display: flex;
    flex-direction: column;
    font-family: "Zen Old Mincho", serif;
    background-color: #f6fafb;
    color: #394244;
    padding: 45px;
}

.rhtea-conte-note h3 {
    color: #196375;
    font-size: 20px !important;
    font-weight: 400;
}

.rhtea-conte-note p {
    margin: 2% 0 0 0!important;
}

.rhtea-conte-note-img {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 2% 0 0 0!important;
}

.rhtea-conte-note.is-row {
  flex-direction: row;
  gap: 20px;
}

.rhtea-topic-conte-2column {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}

.rhtea-topic-conte-2column .rhtea-topic-conte-txt {
  flex: 0 0 55%;
}

.rhtea-topic-conte-2column .rhtea-topic-conte-img {
  flex: 0 0 40%;
  flex-direction: column;
  gap: 20px;
}

.rhtea-topic-conte-2column .rhtea-conte-img {
  width: 100%;
}

.rhtea-topic-conte-2column .rhtea-conte-img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
.rhtea-conte-r,
.rhtea-conte,
.rhtea-topic-conte-txt,
.rhtea-topic-conte-img {
    flex-direction: column;
    width: 94%;
    gap: 3vw;
    margin: 9vw auto 0;
}

.rhtea-conte-l {
    flex-direction: column-reverse;
    width: 94%;
    gap: 3vw;
    margin: 9vw auto 0;
}

.rhtea-conte-txt {
    font-size: 4.5vw !important;
}

.rhtea-conte-small {
    font-size: 3.5vw!important;
}

.rhtea-conte-img img {
    width: 100%;
}

.rhtea-conte-note {
    font-family: "Zen Old Mincho", serif;
    background-color: #f6fafb;
    color: #394244;
    padding: 5vw;
    margin: 9vw auto;
}

.rhtea-conte-note-img {
    flex-direction: column;
}

.rhtea-conte-note.is-row {
    flex-direction: column-reverse;
  }

  .rhtea-topic-conte-2column {
    gap: 0;
  flex-direction: column;
}

.rhtea-topic-conte-2column .rhtea-topic-conte-img {
  width: 94%;
}


.rhtea-conte-note h3 {
  margin: 1em 0 0 0 !important;
  font-size: 5vw !important;
}
}

/* --------商品詳細ページ-------- */

.rhtea-detail-conte {
    width: 1000px;
    background-image: url(/page/rhtea/img/rhtea_item_detail_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
}

.rhtea-detail-hd {
    display: flex;
    width: 87%;
    margin: 0 auto;
    padding: 90px 0 0 0;
    gap: 30px;
}

.rhtea-detail-name span {
    font-size: 17px;
    color: #254B25;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: italic!important;
    font-weight: 400;
}

.rhtea-detail-name h3 span {
    display: inline-block;
    padding: 0 10px;
    border: solid 1px;
    font-size: 20px !important;
    color: #254B25;
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal!important;
    font-weight: 400;
}

.rhtea-detail-name h3 {
    font-size: 36px!important;
    color: #254B25;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    margin: 15px 0 0 0;
}

.rhtea-detail-name p {
    font-size: 16px!important;
    color: #282828;
    font-family: "Zen Old Mincho", serif;
}

.rhtea-detail-conte-en {
    color: #282828;
    font-size: 16px!important;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.rhtea-detail-conte-l,
.rhtea-detail-conte-img,
.rhtea-detail-conte-en {
    display: flex;
    justify-content: space-between;
    width: 87%;
    gap: 30px;
    margin: 30px auto 0;
}

.rhtea-detail-conte-l,
.rhtea-detail-conte-img {
    color: #282828;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: 400;
}

.detail-button-wrap {
  text-align: center;
  padding: 0px 0 40px 0;
}

.rhtea-detail-conte-img {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 87%;
  gap: 2vw;
  margin: 30px auto 0;
}

.rhtea-conte-img {
  width: calc((100% - 4vw) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rhtea-conte-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
.rhtea-detail-conte {
    width: 100%;
    background-image: url(/page/rhtea/img/sp_rhtea_item_detail_bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fcfbf9;
}

.rhtea-detail-hd {
    display: flex;
    flex-direction: column;
    width: 87%;
    margin: 0 auto;
    padding: 90px 0 0 0;
    gap: 30px;
}

.rhtea-detail-name span {
    font-size: 17px;
    color: #254B25;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: italic!important;
    font-weight: 400;
}

.rhtea-detail-name h3 span {
    display: inline-block;
    padding: 0 10px;
    border: solid 1px;
    font-size: 30px !important;
    color: #254B25;
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal!important;
    font-weight: 400;
}

.rhtea-detail-name h3 {
    font-size: 6vw !important;
    color: #254B25;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}

.rhtea-detail-name p {
    margin: 2vw 0 0 0;
    font-size: 4.5vw!important;
    color: #282828;
    font-family: "Zen Old Mincho", serif;
}

.rhtea-detail-conte-en {
    color: #282828;
    font-size: 16px!important;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.rhtea-detail-conte-l,
.rhtea-detail-conte-img,
.rhtea-detail-conte-en {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 87%;
    gap: 5vw;
    margin: 30px auto 0;
}

.rhtea-conte-img {
  width: 100%;
}

.rhtea-detail-conte-l,
.rhtea-detail-conte-img {
    color: #282828;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}

.detail-button-wrap {
  text-align: center;
}
}