/*   
Theme Name: hachimanju202510
*/
@charset "UTF-8";

/* Repeatable Patterns
----------------------------------------------------*/
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}


body {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    color: #333;
    background: #fff;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* print setting */
@media print {
    html {
        font-size: 38%;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}

.all_container {
    overflow: hidden;
}

html.is-scroll-prevent {
    height: 100%;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-out;
}

a:hover,
a:focus {
    color: #85B23E;
    text-decoration: none;
}

a img,
a svg {
    transition: 0.3s ease-out;
}

::-moz-selection {
    background: #85B23E;
    color: #333;
    text-shadow: none;
}

::selection {
    background: #85B23E;
    color: #333;
    text-shadow: none;
}

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

figure {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
}

p {
    margin: 0;
}

.en {
    font-family: "EB Garamond", serif;
    font-weight: 400;
}

.display_none{
    display: none;
}

img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

svg {
    fill: currentcolor;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    transition: 0.3s ease-out;
    cursor: pointer;
    color: #333;
    border: none;
}

.is-hidden {
    display: none;
}

.wrapper {
    width: calc(1266 / 1366 * 100%);
    max-width: 1266px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*アニメーション*/

.zoom {
    overflow: hidden;
    width: 100%;
    display: block;
}

.zoom img {
    transition: transform .3s ease-in;
}

a:hover .zoom img {
    transform: scale(1.08);
}

/*テキスト*/
.section_heading {
    font-size: 2.8rem;
    margin: 0;
    padding-bottom: 5rem;
}

.text_01{
    font-size: 1.8rem;
    line-height: 1.9;
    text-align: justify;
}

.text_01 p + p{
    margin-top: 2.8rem;
}

.text_02{
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: justify;
}

.text_02 p + p{
    margin-top: 2rem;
}

/*リンク*/
.link_button {
    width: 26rem;
    height: 6.2rem;
    font-size: 2rem;
    font-weight: 700;
    margin: auto;
    color: #fff;
    background: #85B23E;
    justify-content: center;
    align-items: center;
    border-radius: 50vmax;
    position: relative;
}

.link_button:hover {
    background: #64911d;
    color: #fff;
    text-decoration: none;
}

.link_button::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.link_arrow {
    font-size: 1.6rem;
    padding-left: 1.8rem;
    position: relative;
    display: block;
    width: fit-content;
    font-weight: 600;
}

.link_arrow::before {
    position: absolute;
    content: "";
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
}

.link_arrow:hover {
    color: #85B23E;
    text-decoration: none;
}

/* ----- ヘッダー ----- */

.header_inner {
    padding-top: 3.6rem;
    padding-bottom: 3.2rem;
    align-items: center;
}

.main_logo {
    width: calc(156 / 1166 * 100%);
    margin: 0;
}

.header_nav {
    width: calc(1010 / 1166 * 100%);
    font-weight: 600;
}

.sub_nav {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.8rem;
}

.sub_nav_list {
    width: calc(100% - 16rem);
    padding-right: 3.7%;
    font-size: 1.4rem;
    justify-content: flex-end;
    align-items: center;
}

.sub_nav_item + .sub_nav_item {
    margin-left: 3.2%;
}

.member_nav_list {
    width: 16rem;
    font-size: 1.4rem;
    justify-content: flex-end;
    align-items: center;
}

.member_nav_item + .member_nav_item {
    border-left: 1px solid #c1beb6;
    padding-left: 8%;
    margin-left: 8%
}

.main_nav {
    justify-content: flex-end;
    align-items: center;
}

.main_nav_list {
    width: calc(100% - 16rem);
    font-size: 1.7rem;
    justify-content: flex-end;
    align-items: center;
}

.main_nav_item {
    padding: 1.6rem 0;
}

.main_nav_item {
    margin-right: 4%;
}

/*マウスオーバーで表示するサブメニュー*/

.item_has_child {
    position: relative;
    cursor: pointer;
    padding-right: 1.2rem;
}

.item_has_child::after {
    border-left: 1px solid;
    border-top: 1px solid;
    width: 5px !important;
    height: 5px !important;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(225deg);
}

.header_child_list {
    position: absolute;
    top: 100%;
    left: -10%;
    background: #FAF6EC;
    border-radius: 0 0 5px 5px;
    width: 20rem;
    z-index: 1;
}

.header_child_item {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.header_child_item a {
    font-size: 1.5rem;
    line-height: 1.3;
    width: 100%;
    padding: .6rem 0;
    display: block;
    opacity: 0;
}

.item_has_child:hover .header_child_item {
    overflow: visible;
    display: inline-block;
    height: auto;
}

.item_has_child:hover .header_child_list {
    padding: 1.6rem 1.6rem;
}

.item_has_child:hover .header_child_item a {
    opacity: 1;
}

/**/

.header_cart_button {
    width: 16rem;
    height: 4.3rem;
    background: #85B23E;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50vmax;
}

.header_cart_button:hover {
    background: #64911D;
    color: #fff;
    text-decoration: none;
}

.header_cart_button_text {
    font-size: 1.6rem;
}

/* ----- 商品を探す ----- */


#footer_category {
    margin-top: 10rem;
}

.main_category_inner {
    background: #FAF6EC;
    border-radius: 5px;
    padding-top: 8rem;
    padding-bottom: 9rem;
    padding-left: 8rem;
    padding-right: 8rem;
}

.main_category_heading {
    width: 17rem;
    margin: 0 auto 5.2rem;
}

.main_category_container .search_form {
    width: 47rem;
    padding: 0 2rem;
    margin: auto;
}

.main_category_container .search_input {
    font-size: 1.8rem;
    height: 5.4rem;
}

.main_category_container .search_submit {
    width: 2.4rem;
    right: 2rem;
}

.tab_menu {
    margin-top: 6rem;
}

.tab_menu_list {
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid #c1beb6;
}

.tab_menu_item {
    position: relative;
    width: 17rem;
    padding: 1.8rem 1rem;
    margin: 0 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #c1beb6;
    border-right: 1px solid #c1beb6;
    border-top: 1px solid #c1beb6;
}

.tab_menu_item:not(.is-active):hover {
    background: #FAEFD4;
}

.tab_menu_item.is-active {
    pointer-events: none;
}

.tab_menu_item.is-active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #FAF6EC;
    z-index: 1;
}

.tab_container {
    padding-top: 6rem;
}

.tab_item {
    display: none;
}

.tab_item.is-active {
    display: block;
}

.tab_heading {
    font-size: 1.9rem;
    margin-bottom: 3.6rem;
}

.tab_heading span {
    font-size: 2.4rem;
}

.tab_cat_link {
    display: block;
    position: relative;
}

.tab_cat_img {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.tab_cat_img img {
    overflow: hidden;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.tab_cat_img::after {
    position: absolute;
    content: "";
    background: #000;
    opacity: .35;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.tab_cat_body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
}

.tab_cat_name {
    letter-spacing: .08rem;
}

.tab_item_main .tab_cat_list {
    margin: 0 -2.2%;
}

.tab_item_main .tab_cat_item {
    width: calc(100% / 3);
    padding: 0 2.2% 2.8rem;
}

.tab_item_main .tab_cat_name {
    font-size: 2.8rem;
    padding-bottom: 1.2rem;
}

.tab_item_main .tab_cat_text {
    font-size: 1.5rem;
}

.tab_item_main + .tab_item_sub {
    margin-top: 4rem;
}

.tab_item_sub .tab_cat_list {
    margin: 0 -1.4%;
}

.tab_item_sub .tab_cat_item {
    width: calc(100% / 4);
    padding: 0 1.4% 2rem;
}

.tab_item_sub .tab_cat_name {
    margin-top: -.2rem;
    font-size: 2.4rem;
}

.tab_all_link,
.top_chaho_link {
    margin-top: 6rem;
    border: 1px solid #333;
    background: transparent;
    color: #333;
}

.tab_all_link:hover,
.top_chaho_link:hover {
    border-color: #64911d;
    color: #fff;
    background: #64911d;
}

/* ----- パンくず ----- */

.breadcrumb {
    margin-bottom: 3.2rem;
    font-size: 1.3rem;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    color: #666666;
}

.breadcrumb > span {
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb > span + span {
    padding-left: 1.6rem;
    margin-left: 0.6rem;
}

.breadcrumb > span + span::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.breadcrumb > span a {
    display: inline-block;
    word-wrap: break-word;
}

.breadcrumb > span a:hover {
    text-decoration: underline;
}



/* ----- フッター ----- */

.main_footer {
    margin-top: 14rem;
    padding-bottom: 6rem;
}

.footer_inner {
    border-top: #c1beb6 1px solid;
    border-bottom: #c1beb6 1px solid;
    padding: 4.4rem 3%;
}

.footer_guide {
    width: 50%;
}

.footer_guide_heading img,
.footer_contact_heading img {
    width: auto;
    height: 2.4rem;
}

.footer_guide_heading {
    margin-bottom: 3.6rem;
}

.footer_guide_main {
    width: 56%;
}

.footer_guide_price_main {
    font-size: 1.6rem;
    line-height: .3;
    font-weight: 700;
}

.footer_guide_price_main .souryo {
    font-size: 110%;
}

.footer_guide_price_main .price,
.footer_guide_price_main .yen {
    color: #85b23e;
}

.footer_guide_price_main .price {
    font-size: 340%;
    font-weight: 500;
}

.footer_guide_price_main .tax {
    padding-left: .2rem;
    font-weight: 600;
}

.footer_guide_price_sub {
    font-size: 1.6rem;
    line-height: 1.65;
    margin-top: 2.4rem;
}

.footer_guide_price_sub span {
    font-weight: 700;
}

.footer_guide_links {
    width: 44%;
}

.footer_list_item {
    line-height: 1.3;
}

.footer_list_item + .footer_list_item {
    margin-top: 1.4rem;
}

.footer_list_item a {
    font-size: 1.6rem;
    padding-left: 1.8rem;
    font-weight: 600;
    position: relative;
    display: block;
    width: fit-content;
}

.footer_list_item a::before {
    position: absolute;
    content: "";
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}

.footer_contact {
    width: 50%;
    padding-left: 4%;
    border-left: #c1beb6 1px solid;
}

.footer_contact_heading {
    margin-bottom: 2rem;
}

.footer_contact_text {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2.6rem;
}

.footer_contact_links {
    width: 38%;
}

.footer_main {
    margin-top: 7rem;
    margin-bottom: 4.4rem;
    justify-content: space-between;
}

.footer_logo {
    width: 20%;
    padding-right: 5%;
}

.footer_nav {
    width: 40%;
    justify-content: space-between;
}

.footer_nav_heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.footer_nav_cat .footer_list_item a {
    font-size: 1.5rem;
}

.footer_chaho {
    width: 20%;
}

.footer_sns {
    align-items: center;
    margin-bottom: 3.6rem;
}

.footer_sns_link + .footer_sns_link {
    margin-left: 2.8rem;
}

.footer_sns_link {
    font-size: 1.6rem;
    font-weight: 600;
    align-items: center;
}

.footer_sns_link svg {
    margin-right: .8rem;
}

.footer_bottom_inner {
    align-items: center;
}

.footer_sub_nav {
    width: 70%;
}

.footer_sub_item {
    font-size: 1.5rem;
}

.footer_sub_item + .footer_sub_item {
    margin-left: 3.4%;
}

.footer_copyright {
    width: 30%;
    text-align: right;
    font-size: 1.5rem;
}

.gt_float_switcher{
    font-size: 15px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang{
    padding: 6px 6px !important;
}

.gt_float_switcher img{
    width: 27px !important;
}

/* メインコンテンツ
----------------------------------------------------*/

.main_container {
    padding-top: 1rem;
}

.page_heading {
    font-size: 3rem;
    letter-spacing: .1rem;
    padding-bottom: 6rem;
}


/* 下層ページ
----------------------------------------------------*/

/* --- 固定ページ --- */

.page_main_header{
    margin-bottom: 10rem;
}

.page_main_heading{
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 5rem;
}

.page_main_slider,
.page_main_img{
    margin-bottom: 10rem;
}
.page_main_slider img,
.page_main_img img{
    border-radius: 5px;
    aspect-ratio: 1166 / 535;
    object-fit: cover;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 2.4rem;
    left: 0;
    right: 0;
}

.dots-wrap li {
    width: .8rem;
    height: .8rem;
    margin: 0 .5rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    opacity: .8;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: transparent;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.page_sub_wrapper{
    width: calc(700 / 1166 * 100%);
    min-width: 70rem;
    margin: auto;
}

.page_main_container section + section{
    margin-top: 12rem;
}

.page_main_container h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 4.8rem;
}

.post_body * + * {
    margin-top: 2.8rem;
}

.post_body figure{
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
}

.post_body h2:first-child{
    margin-top: 0;
}

.blog_post_body h2{
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 6rem;
    margin-bottom: 3.6rem;
}

.post_body h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-top: 6rem;
}

.post_body a {
    text-decoration: underline;
    word-break: break-all;
}

.post_body img{
    border-radius: 5px;
}

.post_body hr.wp-block-separator{
    border-top: #c1beb6 1px solid;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.wp-block-image :where(figcaption){
    margin-top: 1.4rem !important;
    color: #666;
    font-size: 82%;
}

.is-type-video iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

ol.wp-block-list{
    list-style-type: decimal;
    margin-left: 2.6rem;
}

ul.wp-block-list{
    list-style-type: circle;
    margin-left: 2.6rem;
}

ol.wp-block-list li,
ul.wp-block-list li{
    margin-top: 1rem;
}

.wp-block-button__link{
    width: 26rem !important;
    height: 6.2rem !important;
    font-size: 2rem;
    font-weight: 700;
    margin: auto;
    color: #333 !important;
    background: transparent !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-width: 1px !important;
    border-radius: 50vmax;
    position: relative;
    text-decoration: none !important;
}

.wp-block-button__link:hover {
    border-color: #64911d;
    color: #fff !important;
    background: #64911d !important;
}

.wp-block-button__link::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.blog_post_body{
    font-size: 1.6rem;
    line-height: 1.85;
    text-align: justify;
}


/*八万寿茶園について*/

.video_container{
    margin-top: 4.8rem;
    margin-bottom: 7.2rem;
}

.video_container iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.item_detail {
    position: relative;
    margin-bottom: 4rem !important;
}

.item_detail_inner {
    height: 50rem;
    overflow: hidden;
}

.show_more {
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    font-size: 1.9rem;
    font-weight: 700;
    width: 100%;
    height: 12rem;
    padding-top: 10rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 1) 100%);
    cursor: pointer;
    z-index: 1;
}

.show_more span {
    position: relative;
}

.show_more span::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -1.4rem;
    margin: auto;
    border-top: solid 1px #85B23E;
    border-right: solid 1px #85B23E;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
}

.promise_container{
    background: #FAF6EC;
    border-radius: 5px;
    width: 120%;
    padding: 1.4rem 10% 7rem;
    margin-left: -10%;
}

.promise_heading{
    font-size: 2.7rem !important;
    text-align: center;
    margin-bottom: 6rem;
}

.promise_heading span{
    display: block;
    font-size: 1.8rem;
    padding-bottom: .8rem;
}

.promise_item{
    position: relative;
}

.promise_item + .promise_item{
    margin-top: 3.6rem;
}

.promise_number{
    position: absolute;
    top: -2.6rem;
    left: 0;
    color: #85b23e;
    font-size: 4.3rem;
    font-weight: 600;
}

.promise_body{
    padding-left: 4rem;
}

.promise_item_title{
    font-size: 2.2rem;
    line-height: 1.4;
    padding-bottom: 1rem;
}

.promise_item_text{
    margin-top: 0;
}

.about_section_img-1,
.about_section_img-2{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}

.about_section_img-1{
    margin-left: calc(50% - 50vw);
}

.about_section_img-2{
    margin-right: calc(50% - 50vw);
}

.about_section_img-1 img{
    border-radius: 0 5px 5px 0;
}

.about_section_img-2 img{
    border-radius: 5px 0 0 5px;
}

.about_history .wp-block-columns + .wp-block-columns{
    margin-top: 7.2rem;
}

.about_history .wp-block-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_history_img{
    padding-left: 4.2%;
}

.about_history .wp-block-columns:nth-of-type(even) .about_history_img{
    padding-left: 0;
    padding-right: 4.2%;
}

.about_history_img figure{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.about_history p{
    font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}

.about_history p + p{
    margin-top: 2rem;
}


/*実店舗のご案内*/

.shop_detail{
    background: #FAF6EC;
    border-radius: 5px;
    padding: 7.2rem 9%;
    justify-content: space-between;
    align-items: center;
    margin-top: 10rem;
}

.shop_detail_map{
    width: 40%;
}

.shop_detail_map iframe{
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.shop_detail_body{
    width: 50%;
    margin-top: 0;
}

.shop_detail_body_inner + .shop_detail_body_inner{
    margin-top: 4rem;
}

.shop_detail_heading{
    margin-top: 0 !important;
}

.shop_detail_text{
    margin-top: 2rem;
}

.shop_detail_text_sub{
    font-size: 1.4rem;
}

.shop_detail_text + .shop_detail_text_sub{
    margin-top: 1rem;
}

.shop_detail_text + .shop_detail_text{
    margin-top: 1rem;
}

.shop_menu{
    width: 80%;
    margin: 8rem auto 10rem;
}

.shop_menu h3{
    margin-top: 3.6rem;
}

.shop_tour{
    background: #FAF6EC;
    border-radius: 5px;
    padding: 4rem 6% 8rem;
}

.shop_tour img{
    aspect-ratio: 5 / 2;
    object-fit: cover;
    object-position: bottom;
}

.shop_tour h2{
    margin-top: 7rem;
}

.shop_tour a{
    margin: 2rem auto 0;
}


/* --- ブログ --- */


.blog_list{
    margin: 0 -2%;
}

.blog_item {
    width: calc(100% / 3);
    padding: 0 2% 5rem;
}

.blog_item_img{
    border-radius: 5px;
}

.blog_item_img img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.blog_item_title {
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 1.4rem;
}

.blog_item_sub{
    margin-top: 2.4rem;
}

.blog_item_date {
    font-size: 1.5rem;
    color: #666666;
}

.blog_item_cat{
    font-size: 1.5rem;
    color: #85B23E;
    margin-left: 1.2rem;
}

.blog_item_text{
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: justify;
}

.blog_post_header{
    margin-bottom: 4.8rem;
}

.blog_post_title{
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.blog_post_date{
    font-size: 1.6rem;
    color: #666666;
}

.blog_post_container{
    margin-top: 5rem;
    margin-bottom: 12rem;
}

.blog_post_footer{
    margin-top: 8rem;
}

.blog_item_tag{
    font-size: 1.6rem;
    line-height: 1.75;
    color: #85B23E;
    margin-right: 1.2rem;
}

.related_post_container{
    border-top: #c1beb6 1px solid;
    padding-top: 10rem;
}

.related_post_heading{
    font-size: 2.5rem;
    margin-bottom: 4.8rem;
}

.blog_link_all{
    margin-top: 4rem;
}

/*ページャー（WP-PageNavi）*/

.wp-pagenavi {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 2rem;
    margin: 0 .8rem;
    color: #333333;
    padding: 0 .8rem .8rem;
}

.wp-pagenavi a:hover{
    color: #85b23e;
}

.wp-pagenavi span.current {
    border-bottom: 1px solid #333333;
}

.wp-pagenavi span.extend {
    padding-left: 0;
    padding-right: 0;
}

.wp-pagenavi .previouspostslink{
    margin-right: 1.4rem;
}

.wp-pagenavi .nextpostslink{
    margin-left: 1.4rem;
}

/* --- 404 --- */

.error_intro_container{
    margin: 10rem 0;
}

.error_intro_title {
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
}

.no_article_text{
    font-size: 1.8rem;
    line-height: 1.5;
}

/*----------------------------------------------------

PCのみ

----------------------------------------------------*/

@media screen and (min-width: 768px) {
    .display_sp {
        display: none !important;
    }
}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/

@media screen and (max-width: 767px) {

    .display_pc {
        display: none !important;
    }

    .wrapper {
        width: 100%;
        min-width: 0;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    /*テキスト*/
    .section_heading {
        font-size: 2.2rem;
        padding-bottom: 3.6rem;
    }

    .text_01{
        font-size: 1.5rem;
    }

    .text_01 p + p{
        margin-top: 2rem;
    }

    .text_02{
        font-size: 1.4rem;
    }

    .text_02 p + p{
        margin-top: 1.4rem;
    }

    /*リンク*/
    .link_button {
        width: 21.6rem;
        height: 5.5rem;
        font-size: 1.7rem;
    }

    .link_button::after {
        width: 7px;
        height: 7px;
    }

    .link_arrow {
        font-size: 1.6rem;
        padding-left: 1.5rem;
    }

    .link_arrow::before {
        width: 6px;
        height: 6px;
    }


    /* ----- ヘッダー ----- */

    .header_inner {
        padding-top: 1.2rem;
        padding-bottom: 1rem;
        justify-content: space-between;
        padding-right: 8rem;
    }

    .main_logo {
        width: 9rem;
    }

    .sp_cart_button {
        position: relative;
        width: 3.5rem;
        text-align: center;
        margin-top: .3rem;
    }

    .sp_cart_button svg {
        width: 2.8rem;
        height: 2.3rem;
    }

    .sp_cart_button_text {
        font-size: 1.1rem;
        font-weight: 700;
        padding-top: .5rem;
        letter-spacing: -0.03rem;
    }


    /*ドロワー*/
    .drawer_hamburger {
        position: fixed;
        top: 0;
        right: 0;
        width: 7rem;
        height: 7rem;
        z-index: 999;
        padding: 2.4rem 1.2rem 1.2rem;
        background: #85B23E;
    }

    .drawer_hamburger_icon,
    .drawer_hamburger_icon:after,
    .drawer_hamburger_icon:before {
        transition: all .3s cubic-bezier(.19, 1, .22, 1);
    }

    .drawer_hamburger_icon {
        position: relative;
        display: block;
        width: 55% !important;
        height: 1px;
        margin: 0 auto;
        background-color: #fff;
    }

    .drawer_hamburger_icon:after,
    .drawer_hamburger_icon:before {
        position: absolute;
        content: " ";
        height: 1px;
        width: 100% !important;
        background-color: #fff;
        left: 0;
        right: 0;
        margin: auto;
    }

    .drawer_hamburger_icon:before {
        top: -.85rem !important;
    }

    .drawer_hamburger_icon:after {
        top: .85rem !important;
    }

    .is-opened .drawer_hamburger_icon {
        background-color: transparent;
    }

    .is-opened .drawer_hamburger_icon:before,
    .is-opened .drawer_hamburger_icon:after {
        width: 120% !important;
        top: 0 !important;
        left: -10%;
    }

    .is-opened .drawer_hamburger_icon:before {
        transform: rotate(30deg);
    }

    .is-opened .drawer_hamburger_icon:after {
        transform: rotate(-30deg);
    }

    .drawer_hamburger_text {
        font-size: 1.1rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -0.1rem;
        display: block;
        position: relative;
        margin-top: 1.7rem;
    }

    .drawer_hamburger_text::after {
        position: relative;
        content: "メニュー";
        display: block;
    }

    .is-opened .drawer_hamburger_text::after {
        content: "閉じる";
    }

    .drawer_container {
        background: #FAF6EC;
        align-items: center;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        overflow-y: scroll;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        max-height: 100%;
        transition: right .3s ease-in-out;
        -webkit-overflow-scrolling: touch;
    }

    .is-opened .drawer_container {
        right: 0;
        transition: right .3s ease-in-out;
    }

    .drawer_inner {
        min-height: 100vh;
        min-height: 100dvh;
        padding: 3rem 12% 6rem;
    }

    .member_nav_list {
        width: 100%;
        font-size: 1.4rem;
        justify-content: flex-start;
        margin-bottom: 4.8rem
    }

    .member_nav_item + .member_nav_item {
        padding-left: 1.4rem;
        margin-left: 1.4rem;
    }

    .hs_btn {
        cursor: pointer;
    }

    .hs_content {
        display: none;
        padding-bottom: 2rem;
    }

    .sidebar_heading {
        position: relative;
        font-size: 1.6rem;
        border-bottom: none;
        margin-bottom: 0;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        font-weight: 600;
    }
    
    .category_heading{
        font-size: 1.6rem;
    }

    .category_heading span {
        font-size: 1.7rem;
    }

    .sidebar_heading::before,
    .sidebar_heading::after {
        display: block;
        content: '';
        background-color: #c1beb6;
        position: absolute;
        width: 1.1rem;
        height: 1px;
        top: 0;
        bottom: 0;
        right: .8rem;
        margin: auto;
        transition: 0.3s ease-out;
        opacity: 1;
    }

    .sidebar_heading::after {
        transform: rotate(90deg);
    }

    .sidebar_heading.open::after {
        opacity: 0;
    }

    .drawer_nav_list + .drawer_nav_list {
        margin-top: 3.2rem;
    }

    .drawer_nav_item {
        border-bottom: #c1beb6 1px solid;
    }

    .drawer_nav_item a {
        font-size: 1.7rem;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        display: block;
        position: relative;
        font-weight: 600;
    }

    .drawer_nav_item a::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: 1.2rem;
        margin: auto;
        border-top: solid 1px #c1beb6;
        border-right: solid 1px #c1beb6;
        width: 0.7rem;
        height: 0.7rem;
        transform: rotate(45deg);
    }

    .sidebar_list_heading {
        margin: 0;
    }

    .sidebar_list_heading a {
        font-size: 1.7rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sidebar_list_item {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sidebar_list_item a {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .category_list_item a {
        padding-left: 2rem;
        font-size: 1.6rem;
        padding-top: .8rem;
        padding-bottom: .8rem;
    }

    .category_list_item {
        padding: 0;
    }

    .category_list_item a {
        font-weight: 500;
    }

    /* ----- パンくず ----- */

    .breadcrumb {
        margin-bottom: 2.4rem;
        font-size: 1.2rem;
    }

    .breadcrumb > span + span {
        padding-left: 1.2rem;
        margin-left: 0.4rem;
    }

    .breadcrumb > span + span::before {
        width: 4px;
        height: 4px;
    }

    /* ----- フッター ----- */

    .main_footer {
        margin-top: 8rem;
        padding-bottom: 4.4rem;
    }

    .footer_inner {
        border: #c1beb6 1px solid;
        border-radius: 5px;
        padding: 5rem 10%;
    }

    .footer_guide {
        width: 100%;
    }

    .footer_guide_heading {
        margin-bottom: 3.6rem;
    }

    .footer_guide_main {
        width: 100%;
    }

    .footer_guide_price_sub {
        font-size: 1.5rem;
        line-height: 1.65;
        margin-top: 2rem;
    }

    .footer_guide_links {
        width: 100%;
        margin-top: 2.8rem;
    }

    .footer_list_item + .footer_list_item {
        margin-top: 1.2rem;
    }

    .footer_list_item a {
        font-size: 1.6rem;
        padding-left: 2rem;
    }

    .footer_list_item a::before {
        width: 6px;
        height: 6px;
    }

    .footer_contact {
        width: 100%;
        padding-left: 0;
        border-top: #c1beb6 1px solid;
        border-left: none;
        margin-top: 4rem;
        padding-top: 4.6rem;
    }

    .footer_contact_heading {
        margin-bottom: 2.8rem;
    }

    .footer_contact_text {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 2.4rem;
    }

    .footer_contact_links {
        width: 100%;
    }

    .footer_main {
        margin-top: 6rem;
        margin-bottom: 4.8rem;
        align-items: center;
        flex-direction: column;
    }

    .footer_logo {
        width: 15.4rem;
        padding-right: 0;
        margin-bottom: 3.4rem;
    }

    .footer_chaho {
        width: 20rem;
    }

    .footer_sns {
        justify-content: center;
        margin-bottom: 5rem;
    }

    .footer_sns_link + .footer_sns_link {
        margin-left: 2.6rem;
    }

    .footer_sns_link {
        font-size: 1.6rem;
    }

    .footer_sns_link svg {
        margin-right: .8rem;
    }

    .footer_sub_nav {
        width: 100%;
    }

    .footer_sub_list {
        justify-content: center;
    }

    .footer_sub_item {
        font-size: 1.3rem;
        padding-bottom: 1.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .footer_sub_item + .footer_sub_item {
        margin-left: 1rem;
    }

    .footer_copyright {
        width: 100%;
        text-align: center;
        font-size: 1.3rem;
        margin-top: 4rem;
    }


    /* メインコンテンツ
    ----------------------------------------------------*/

    .main_container {
        padding-top: 1.8rem;
    }

    .page_heading {
        font-size: 2.6rem;
        padding-bottom: 4rem;
    }

    /* 下層ページ
    ----------------------------------------------------*/

    /* --- 固定ページ --- */

    .page_main_header{
        margin-bottom: 6rem;
    }

    .page_main_heading{
        font-size: 2.4rem;
        margin-bottom: 3.6rem;
    }

    .page_main_slider,
    .page_main_img{
        margin: 0 calc(50% - 50vw) 6rem;
    }

    .page_main_slider img,
    .page_main_img img{
        border-radius: 0;
        aspect-ratio: 1166 / 700;
        object-fit: cover;
    }

    .dots-wrap {
        bottom: 1.6rem;
    }

    .dots-wrap li {
        width: .7rem;
        height: .7rem;
        margin: 0 .4rem;
    }

    .page_sub_wrapper{
        width: 100%;
        min-width: 0;
    }

    .page_main_container section + section{
        margin-top: 8rem;
    }

    .page_main_container h2 {
        font-size: 2.2rem;
        margin-bottom: 3.6rem;
    }

    .post_body * + * {
        margin-top: 2.4rem;
    }

    .post_body figure{
        margin-top: 3.6rem;
        margin-bottom: 3.6rem;
    }
    
    .blog_post_body h2{
        font-size: 2rem;
        margin-top: 3.6rem;
        margin-bottom: 3rem;
    }

    .post_body h3 {
        font-size: 1.8rem;
        margin-top: 3.6rem;
    }

    .post_body hr.wp-block-separator{
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .wp-block-image :where(figcaption){
        margin-top: 1rem !important;
    }

    ol.wp-block-list{
        margin-left: 2rem;
    }

    ul.wp-block-list{
        margin-left: 2rem;
    }

    .wp-block-button__link{
        width: 21.6rem !important;
        height: 5.5rem !important;
        font-size: 1.7rem;
    }

    .wp-block-button__link::after {
        width: 7px;
        height: 7px;
    }

    .blog_post_body{
        font-size: 1.4rem;
    }



    /*八万寿茶園について*/
    .video_container{
        margin-top: 4.8rem !important;
        margin-bottom: 8rem;
    }

    .item_detail {
        margin-bottom: 3rem !important;
    }

    .item_detail_inner {
        height: 28rem;
    }

    .show_more {
        font-size: 1.7rem;
        height: 10rem;
        padding-top: 8rem;
    }

    .show_more span::after {
        right: -1.2rem;
        width: 6px;
        height: 6px;
    }

    .promise_container{
        width: 100%;
        padding: 1.4rem 2.8rem 5rem;
        margin-left: 0;
    }

    .promise_heading{
        font-size: 2.4rem !important;
        margin-bottom: 4rem;
    }

    .promise_heading span{
        font-size: 1.5rem;
    }

    .promise_item + .promise_item{
        margin-top: 3.2rem;
    }

    .promise_number{
        left: -.8rem;
        top: -1.8rem;
        font-size: 3.2rem;
    }

    .promise_body{
        padding-left: 2rem;
    }

    .promise_item_title{
        font-size: 1.7rem;
        padding-bottom: .6rem;
    }

    .promise_item_text{
        margin-top: .4rem;
    }

    .about_section_img-1,
    .about_section_img-2{
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .about_section_img-1 img,
    .about_section_img-2 img{
        aspect-ratio: 5 / 3;
        object-fit: cover;
    }

    .about_history .wp-block-columns + .wp-block-columns{
        margin-top: 5.2rem;
    }

    .about_history_img{
        padding-left: 0;
    }

    .about_history .wp-block-columns:nth-of-type(even){
        flex-direction: column-reverse;
    }

    .about_history .wp-block-columns:nth-of-type(even) .about_history_img{
        padding-left: 0;
        padding-right: 0;
    }

    .about_history_img figure{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .about_history p{
        font-size: 1.5rem;
    }

    .about_history p + p{
        margin-top: 2.4rem;
    }


    /*実店舗のご案内*/

    .shop_detail{
        padding: 4rem 2.8rem 5rem;
        margin-top: 6rem;
    }

    .shop_detail_map{
        width: 100%;
    }

    .shop_detail_map iframe{
        aspect-ratio: 3 / 2;
    }

    .shop_detail_body{
        width: 100%;
        margin-top: 4rem;
    }

    .shop_detail_body_inner + .shop_detail_body_inner{
        margin-top: 3.2rem;
    }

    .shop_detail_text{
        margin-top: 1.7rem;
    }

    .shop_detail_text_sub{
        font-size: 1.3rem;
    }

    .shop_detail_text + .shop_detail_text_sub{
        margin-top: 1.2rem;
    }

    .shop_detail_text + .shop_detail_text{
        margin-top: 1.2rem;
    }

    .shop_menu{
        width: 100%;
        margin: 6rem auto 6rem;
    }

    .shop_menu h3{
        margin-top: 2.8rem;
    }

    .shop_menu figure{
        margin-top: 1rem;
    }

    .shop_tour{
        padding: .4rem 2.8rem 4rem;
    }

    .shop_tour img{
        aspect-ratio: 5 / 3;
    }

    .shop_tour h2{
        margin-top: 5rem;
    }

    .shop_tour a{
        margin: 1.4rem auto 0;
    }


    /* --- ブログ --- */


    .blog_list{
        margin: 0 ;
    }

    .blog_item {
        width: 100%;
        padding: 0 0 3.6rem;
    }

    .blog_item_title {
        font-size: 1.8rem;
        margin-top: 1.2rem;
    }

    .blog_item_sub{
        margin-top: 2.2rem;
    }

    .blog_item_date {
        font-size: 1.3rem;
    }

    .blog_item_cat{
        font-size: 1.3rem;
        margin-left: .8rem;
    }

    .blog_item_text{
        margin-top: 1.6rem;
    }

    .blog_post_header{
        margin-bottom: 4rem;
    }

    .blog_post_title{
        font-size: 2.2rem;
        margin-bottom: 1.8rem;
    }

    .blog_post_date{
        font-size: 1.4rem;
    }

    .blog_post_container{
        margin-top: 0;
        margin-bottom: 8rem;
    }
    
    .blog_item_tag{
        font-size: 1.4rem;
        margin-right: 1rem;
    }

    .related_post_container{
        padding-top: 6rem;
    }

    .related_post_heading{
        font-size: 2.3rem;
        margin-bottom: 4rem;
    }

    .blog_link_all{
        margin-top: 2.8rem;
    }

    /*ページャー（WP-PageNavi）*/

    .wp-pagenavi {
        margin-top: 3rem;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 1.8rem;
        margin: 0 .7rem;
        padding: 0 .8rem .6rem;
    }

    .wp-pagenavi .previouspostslink{
        margin-right: .8rem;
    }

    .wp-pagenavi .nextpostslink{
        margin-left: .8rem;
    }

    /* --- 404 --- */

    .error_intro_container{
        margin: 8rem 0;
    }

    .error_intro_title {
        font-size: 2.6rem;
    }
    
    .no_article_text{
        font-size: 1.6rem;
    }

}

@media print,
    screen and (max-width: 320px) {
        html {
            font-size: 56%;
        }
}
