/*
Theme Name: rihaku
Theme URI: http://rihaku.com/
Author: rihaku
Author URI: http://rihaku.com/
Description: The 2019 theme for WordPress by rihaku
Version: 1.0
*/

/**
 *  Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    font-size: 70%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    margin-top: 0 !important;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #111;
    color: #ddd;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

hr {
    opacity: 0.4;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

fieldset {
    min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    hyphens: none;
    quotes: none;
}

a img {
    border: 0;
}

img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

p img {
    width: auto;
}

.nomal {
    font-weight: normal;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/* =======================================
 * Typography
 ======================================= */
body,
button,
input,
select,
textarea {
    font-family: 'NotoSansCJKjp', 'Helvetica Neue', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, 'Noto Sans JP', 'Meiryo', 'メイリオ', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

.mincyo {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* =======================================
 * Elements
 ======================================= */
a {
    text-decoration: none;
    color: #ddd;
    transition: 0.2s linear;
}

/*リストレイアウト*/
ol {
    list-style-type: square;
    list-style-position: inside;
}

ul {
    list-style-type: none;
    overflow: hidden;
}

/*テーブルレイアウト*/
table {
    width: 100%;
    max-width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

/* =======================================
 * common
 ======================================= */
.mb4 {margin-bottom: 4px;}
.mb8 {margin-bottom: 8px;}
.mb12 {margin-bottom: 12px;}
.mb16 {margin-bottom: 16px;}
.mb24 {margin-bottom: 24px;}
.mb32 {margin-bottom: 32px;}
.mb40 {margin-bottom: 40px;}
.mb64 {margin-bottom: 64px;}
.mb80 {margin-bottom: 80px;}

.aright {
    text-align: right;
}

.acenter {
    text-align: center;
}

.bold {
    font-weight: 600;
}

.notes {
    font-size: 1rem;
    margin: 0 4px;
}

.small {
    font-size: 1.2rem;
}

.x_small {
    font-size: 1rem;
}

.large {
    font-size: 1.8rem;
}

.no_pc {
    display: none;
}

.no_sp {
    display: block;
}

.no_wrap {
    white-space: nowrap;
}

.link {
    color: #3C3E75;
}

.link_ddd {
    color: #ddd;
}

.link_ddd:before {
    color: #ddd;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-right: 4px;
    margin-left: 4px;
}

.notice {
    font-size: 12px;
}

.badge {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 8px;
    background: #3C3E75;
    border-radius: 4px;
    margin-bottom: 8px;
}

.btn_wrapper {
    margin-bottom: 8px;
}

.btn_wrapper.in_the_text {
    margin-bottom: 4px;
}

.btn {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 8px;
    background: #3C3E75;
    border-radius: 12px;
}

.btn i {
    margin-left: 4px;
}

.page_link {
    font-size: 15px;
}

.page_link a {
    color: #3C3E75;
    margin-bottom: 8px;
}

.page_link:after {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-right: 8px;
}

.text_link_lists a:before {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-right: 8px;
}

.blog_info .page_link:after {
    content: ' \f105';
}

.red {
    color: #d9333f;
}

.blue {
    color: #007bbb;
}

.caution, .marks {
    color: #998054;
}

.anchor {
    display: block;
    margin-top: -175px;
    padding-top: 175px;
}

.title_block {
    border-left: 6px solid #3C3E75;
    padding-left: 6px;
    margin-bottom: 8px;
}

.flex {
    display: flex;
    justify-content: space-between;
}
.flex.wrapped_banner {
    justify-content: space-around;
    margin: 0 -8px 40px;
}
.flex.wrapped_banner div {
    padding: 8px;
}
.flex.wrapped_banner div a {
    display: block;
    transition: 0.2s linear;
}
.flex.wrapped_banner div a:hover img {
    display: block;
    opacity: 0.9;
}


.feature_content {
    padding: 16px;
    border: 1px solid;
    margin-bottom: 64px;
}

a.page_link:after {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-left: 4px;
}

.nowrap {
    white-space: nowrap;
}


/* =======================================
 * pankuzu
 ======================================= */
.breadcrumbs {
    clear: both;
    width: 100%;
    zoom: 1;
}

.breadcrumbs:after {
    content: "";
    display: block;
    clear: both;
}

.breadcrumbs .section-wrapper {
    padding: 6px 8px 8px !important;
    margin-bottom: 0;
}

.breadcrumbs a {
    white-space: nowrap;
    float: left;
}

.breadcrumbs a:after {
    content: "\e917";
    font-family: "icomoon";
    display: inline-block;
}

.breadcrumbs a:last-child:after {
    display: none;
}

/* =======================================
 * read more
 ======================================= */
.read-more:after,
.c a:after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-right: 12px;
}

/* =======================================
 * To Top
 ======================================= */
#pageTop {
    background-color: #fff;
    opacity: 0.9;
    border-radius: 4px;
    position: fixed;
    bottom: 74px;
    right: 16px;
    z-index: 999;
}

#pageTop a {
    display: block;
    width: 45px;
    padding: 10px 0;
    color: #3C3E75;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

#pageTop:hover {
    text-decoration: none;
    opacity: 1;
}

/* =======================================
 * Header
 ======================================= */
#header {
    opacity: 1;
    top: 0px;
    background: #3C3E75;
}

.site-header {
    width: 100%;
}

.site-description {
    font-size: 1.1rem;
    background: #f2f2f2;
    padding: 0 16px;
    color: #222;
    letter-spacing: 2px;
}

.site-branding .container {
    margin: 0 auto;
}

.site-branding .container .inner-wrapper {
    text-align: center;
    position: relative;
}

.site-branding .site-title {
    padding: 12px 0;
    overflow: hidden;
}

.site-branding .site-title a {
    color: #fff;
}

.site-branding .site-title .name {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 3px;
    line-height: 1.2;
}

.site-branding .site-title .en {
    font-size: 9px;
    letter-spacing: 1px;
    display: block;
}

.site-branding .site-title .custom-logo-img {
    width: 153px;
}

.site-branding .header-p-nav {
    position: absolute;
    top: 15px;
    right: 15px;
}

.site-branding .header-p-nav dt {
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border: 1px solid #fff;
}

.site-branding .header-p-nav dd {
    display: none;
}

.site-branding .header-p-nav dt:hover dd {
    display: block;
}

.site-branding .sp-search-btn {
    display: none;
}

.site-branding:after {
    content: "";
    display: block;
}

.l_header .sticky {
    top: 0;
    position: fixed;
    z-index: 100;
}

.site-header {
    background: #3C3E75;
    /*opacity: 0.9;*/
}

.site-header .menu-global-container {
    background: #f2f2f2;
}

.main-navigation .container ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-navigation .menu-item {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 1px;
}

.main-navigation .menu-item a {
    color: #222;
    padding: 12px 16px;
    display: block;
    transition: 0.3s;
}

.main-navigation .menu-item a:hover {
    color: #3C3E75;
}

.menu-item-986 {/*Englishページへの入り口*/
    display: none;
}

#menu-global li a:after {
    display: none;
}

.common-img img {
    width: 100%;
}

header.fixed .container {
    height: 5rem;
}

header.fixed {
    position: fixed;
    top: -150px;
    z-index: 7;
    background: hsla(0, 0%, 100%, .96);
    border-bottom: 1px solid #ebebe6;
}

#header {
    color: #fff;
}

#header .container h1 {
    line-height: 3;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 0;
}

#header .container .home_brand {
    width: 200px;
    text-align: center;
    line-height: 1.2;
    padding: 0;
    margin: 0 auto;
}

#header .container .home_brand .text_logo {
    width: 170px;
}


/* =======================================
 * title
 ======================================= */
.title_small {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.title {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    font-size: 2rem;
    line-height: 1.4;
    color: #ddd;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.title.blog {
    /*border-left: 4px solid #3C3E75;*/
    padding-left: 8px;
    margin-bottom: 8px;
}

.title.center {
    text-align: center;
}

.title.pages {
    text-align: center;
}

.title_border {
    display: flex;
    height: 2px;
    overflow: hidden;
    margin-top: 8px;
}

.title_border .left, .title_border .right {
    flex-basis: 47%;
    background: transparent;
}

.title_border .middle {
    flex-basis: 6%;
    background: #fff;
}

.title.border_bottom {
    font-weight: 600;
    padding-bottom: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.sub_title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-feature-settings: "palt";
    font-weight: 600;
    margin-bottom: 12px;
}

.block_title {
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    font-weight: 600;
    margin-bottom: 8px;
}

.title_bg_green {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    background: #75AF41;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    font-weight: 600;
    padding: 8px 12px;
    margin-bottom: 16px;
}


@media (max-width: 768px) {
    .title {
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .title.pages {
        text-align: left;
        border-bottom: 1px solid;
        padding-bottom: 8px;
    }

    .title.pages .title_border {
        display: none;
    }

    .special_contents_lists .title_border .left,
    .special_contents_lists .title_border .right {
        flex-basis: 36%;
    }

    .special_contents_lists .title_border .middle {
        flex-basis: 28%;
    }

    .sub_title {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
}

/* =======================================
 * Posts & Contents
 ======================================= */
.content_wrapper {
    width: 85%;
    max-width: 1280px;
    margin: 0 auto 24px;
    box-sizing: border-box;
}

.content_wrapper.about_us img {
    width: 100%;
}

.content_wrapper .inner_wrapper {
    max-width: 880px;
    margin: 0 auto 40px;
}

@media (max-width: 1000px) {
    .content_wrapper {
        width: 95%;
    }
}
@media (max-width: 850px) {
    .content_wrapper {
        width: 100%;
    }
}

.page-container {
    margin-top: 95px;
    padding-top: 24px;
}

.page-container.home {
    padding-top: 11px;
}

.container {
    margin: 0 auto;
    overflow: hidden;
}

.flex-container {
    display: flex;
}

.flex-container div:first-child {
    margin-right: 8px;
}

.flex-container div:last-child {
    margin-left: 8px;
}

.post {
    margin-bottom: 16px;
}

.post-header {
    padding: 8px 0 0;
}

.post-header.single {
    padding: 0;
}

.post-header .title {
    font-size: 1.6rem;
    background: transparent;
    color: #222;
    padding: 8px;
    border-radius: 0;
}

.post-meta {
    text-align: right;
    padding: 0 8px;
    margin-bottom: 8px;
}

.post-meta a {
    color: #3C3E75;
}

.post-content {
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    border-radius: 2px;
}

.post-content.blog {
    color: #eee;
    background: #222;
    padding: 24px;
    min-height: 390px;
    border-radius: 4px;
}

.post-content.blog p {
    margin-bottom: 24px;
}

.post-content.blog a {
    text-decoration: underline;
}

#menu-categories {
    display: none;
}

.post-content.blog iframe {
    width: 100%;
    color: #222;
    background: #fff;
}

.post-content iframe {
    width: 100%;
    color: #eee;
    background: #222;
}

.about_us .post-content {
    padding: 0;
    background: transparent;
}

.post-category {
    text-align: center;
    padding: 8px 16px;
    color: #ddd;
    letter-spacing: 3px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
}

.post-category .category_title {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.post-category a {
    color: #ddd;
}

.post-content .content_none {
    padding: 16px 8px;
    background: #fafafa;
    border: 1px dashed #ccc;
}

.post-image {
    float: left;
    width: 120px;
}

.post-body {
    margin-left: 120px;
}

img.key_v {
    width: 100%;
}

.inner_cts_box {
    padding: 8px;
    overflow: hidden;
}

.text_wrapper {
    margin-bottom: 32px;
}

.img_wrapper {
    margin-bottom: 24px;
}

.img_wrapper.auto img {
    width: auto;
    height: auto;
}

.img_wrapper.bit_small {
    text-align: center;
}

.img_wrapper.bit_small img {
    width: 70%;
}

.bgcolor_wrapper {
    background: #f2f2f2;
    padding: 16px;
    border-radius: 4px;
}

.flex-container .inner_items {
    flex: 1;
    vertical-align: top;
    margin: 4px;
}

.flex-container .inner_items.text_box {
    flex: 3;
    vertical-align: top;
    padding: 0;
}

.flex-container .inner_items.img_box {
    padding: 0 16px;
}

.flex-container .inner_items.img_box img {
    width: 100%;
    height: auto;
    margin: 0;
}

.inner_items .flex-container .inner_items.img_box {
    flex: 2;
    vertical-align: top;
    padding: 0;
}

.case_list {
    margin-bottom: 16px;
}

.case_list dt {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
}

.case_list dd {
    margin-bottom: 16px;
}

table.basic {
    border: 1px solid #bcbcbc;
    margin-bottom: 24px;
}

table.basic th {
    padding: 8px;
    text-align: left;
    border: 1px solid #bcbcbc;
    vertical-align: middle;
}

table.basic td {
    padding: 10px 8px 8px;
    border: 1px solid #bcbcbc;
    vertical-align: middle;
}

.border_wrapper {
    padding: 16px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    margin-bottom: 32px;
}

.map_wrapper iframe {
    width: 100%;
}

.see_all_link {
    font-size: 1.3rem;
    text-align: right;
    margin-bottom: 16px;
}

.see_all_link a {
    color: #595CAF;
}

.see_all_link a:after {
    color: #595CAF;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-right: 12px;
}


/*試飲販売情報*/
.tasting_wrapper {
    color: #222;
    width: 80%;
    padding: 16px;
    border-radius: 2px;;
    margin:0 auto;
    background: #fff;
}

.tasting_wrapper .title {
    color: #222;
    margin-bottom: 10px;
}

.tasting_wrapper hr {
    border-top: 2px dotted #555;
    border-bottom: 0;
    opacity: 0.6;
    margin-bottom: 24px;
}

.tasting_wrapper a {
    color: #393C95;
    font-weight: 600;
}

.tasting_wrapper a:after {
    color: #393C95;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-left: 4px;
}

.tasting_wrapper .text_wrapper {
    padding-bottom: 16px;
    border-bottom: 1px solid #777;
    margin-bottom: 4px;
}


/*ページ内リンク用のナビゲーション*/
.internal_link_nav {
    margin-bottom: 32px;
}

.internal_link_nav li {
    font-size: 14px;
    text-align: center;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.internal_link_nav li:nth-child(3n) {
    margin-right: 0;
}

.internal_link_nav li a {
    padding: 12px 4px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    display: block;
    transition: 0.3s;
}

.internal_link_nav li a:hover {
    background: #d2d2d2;
    color: #222;
}

dl.detail_desc {
    margin-bottom: 32px;
}

dl.detail_desc dd {
    margin-bottom: 16px;
}

.internal_link {
    display: block;
    margin-top: -120px;
    padding-top: 120px;
}


/* =======================================
 * 記事一覧（article_list）
 ======================================= */
.list_contents .item .inner_content_wrapper {
    display: flex;
}

.list_contents .item .inner_content_wrapper .img_wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
    overflow: hidden;
    margin-right: 16px;
    border-radius: 4px;
}

.list_contents .item .inner_content_wrapper .text_wrapper {
    position: relative;
    flex: 2;
    margin-bottom: 0;
}

.list_contents .item .inner_content_wrapper .text_wrapper .post-date {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* =======================================
 * 商品一覧ページ
 ======================================= */
.title.product {
    font-weight: 600;
    padding-bottom: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.title.product .small {
    font-weight: normal;
    font-size: 12px;
}

.sub_title.product {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}


/* =======================================
 * カテゴリメニュー
 ======================================= */
.category_menu {
    display: none;
}

.products_list li {
    float: left;
    width: 31.333%;
    margin: 0 1%;
}

.products_list:after {
    content: "";
    display: block;
}

.products_list .item_name_container {
    overflow: hidden;
    width: 100%;
    height: 45px;
    margin-bottom: 4px;
}

.products_list .item_name {
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 1.4;
}

.products_list .item_name .small {
    display: none;
}


/* =======================================
 * 商品詳細ページ
 ======================================= */
.item_container {
    display: flex;
}

.item_container a:after {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-left: 4px;
}

.item_container .notice {
    padding: 0 4px;
}

.item_container .notice:before {
    content: "※ ";
}

.item_container .first_block,
.item_container .second_block {
    width: 100%;
    min-width: 280px;
}

.item_container .first_block .fade {
    max-width: 360px;
}

.item_container .second_block {
    margin-left: 2%;

}

.item_detail_container {
    color: #222;
    background: #eee;
    padding: 16px;
    border-radius: 16px;
    box-sizing: border-box;
}

.item_detail_container .basic {
    color: #222;
    table-layout: fixed;
    margin-bottom: 8px;
}

.item_detail_container .basic th {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    padding: 4px 8px;
    box-sizing: border-box;
}

.item_detail_container .basic th span {
    display: block;
    font-size: 10px;
}

.item_detail_container .basic td {
    text-align: center;
}

.item_price_list, .item_ingredient_list {
    font-size: 14px;
    border-top: 1px solid;
    margin-bottom: 16px;
}

.item_price_list tr, .item_ingredient_list tr {
    border-bottom: 1px solid;
}

.item_price_list th {
    padding: 8px;
    box-sizing: border-box;
}

.item_ingredient_list th {
    padding: 8px 0;
    box-sizing: border-box;
}

.item_price_list td, .item_ingredient_list td {
    text-align: right;
    padding: 8px;
    box-sizing: border-box;
}


/* =======================================
 * レシピページ
 ======================================= */
.recipe_lists h3 {
    font-size: 1.5rem;
    padding-bottom: 8px;
    margin-bottom: 16px;
    background-image: linear-gradient(to right, #ccc, #ccc 4px, transparent 1px, transparent 4px);
    background-size: 8px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}

.recipe_lists .desc.flex {
    display: flex;
    justify-content: inherit;
    margin-bottom: 16px;
}

.recipe_lists .desc .img_wrapper {
    margin-right: 16px;
}

.recipe_lists .desc .img_wrapper img {
    height: 150px;
    width: auto;
}

.recipe_lists .link .ico {
    width: 24px;
}

.recipe_lists dd {
    margin-bottom: 40px;
}


/* =======================================
 * お問い合わせ・注文フォーム
 ======================================= */
div.wpcf7 {
    width: 65%;
    margin: 0 auto 24px!important ;
    color: #222;
    background: #ddd;
    padding: 24px !important;
}

.wpcf7-form .accordion {
    cursor: pointer;
    padding: 10px;

    color: #ddd;
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-feature-settings: "palt";
    font-weight: 600;
    background: #3C3E75;
}

.wpcf7-form .accordion:after {
    color: #ddd;
    font-family: "Font Awesome 5 Free";
    content: ' \f078';
    font-weight: 900;
    float: right;
}

.wpcf7-form .toggle_box {
    display: none;
}

.wpcf7-form a {
    color: #222;
}

.wpcf7-form a i {
    font-size: 10px;
    color: #3C3E75;
}

.wpcf7-form p {
    margin-bottom: 16px;
}

span.wpcf7-not-valid-tip {
    font-size: 0.8em!important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #3C3E75 !important;
}

.wpcf7-form .flex div:first-child {
    margin-right: 8px;
}

.wpcf7-form hr {
    margin-top: 16px;
}

.wpcf7-form .notice {
    font-size: 11px;
    color: #3C3E75;
    font-weight: 600;
}
.wpcf7-form .subject input {
    background: #ddd;
    padding: 0;
}

.wpcf7-form .subject_box {
    margin-bottom: 24px;
}

.wpcf7-form .short_box {
    width: 60%;
    margin-bottom: 12px;
}

.wpcf7-form .min_short_box {
    width: 30%;
    margin-bottom: 12px;
}

.wpcf7-form .full_box {
    margin-bottom: 12px;
}

.wpcf7-form select {
    width: 100%;
    color: #222;
    height: 30px;
    background-color: #fff;
    border: none;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    color: #222;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 4px;
}

.wpcf7-form-control-wrap textarea {
    height: 5em !important;
}

.wpcf7-form-control.wpcf7c-btn-confirm,
.wpcf7-form-control.wpcf7-submit {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ddd;
    border: none;
    width: 120px;
    padding: 4px 0;
    background: #3C3E75;
}

.wpcf7-form-control.wpcf7c-btn-back {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #3C3E75;
    border: none;
    width: 120px;
    padding: 4px 0;
    background: #fff;
    margin-right: 8px;
}


/* =======================================
 * リストページ
 ======================================= */
.list_contents .item {
    padding: 16px 0;
    overflow: hidden;
    border-bottom: 1px dashed #555;
}

.list_contents .item:last-child {
    margin-bottom: 16px;
}

.list_contents .item .read-more {
    position: relative;
    color: #ccc;
    margin-bottom: 8px;
}

.list_contents .item .read-more:after,
.list_contents .item .read-more a:after {
    color: #595CAF;
}


/* =======================================
 * トップページ
 ======================================= */
/*最新情報*/
.update_info {
    padding: 0 10px;
}

.update_info .content {
    float: left;
    width: 82%;
    margin-right: 1%;
    padding: 4px 0;
    box-sizing: border-box;
}

.update_info .content .date {
    font-size: 12px;
}

.update_info .see_all_btn {
    float: right;
    width: 17%;
    max-width: 55px;
    text-align: center;
    line-height: 1.8;
}

.update_info .see_all_btn a {
    color: #ddd;
    font-size: 10px;
    padding: 8px 4px;
    border: 1px solid #f2f2f2;
    display: block;
    height: 52px;
}

@media (max-width: 768px) {
    .update_info {
        padding: 0;
    }

    .update_info .content {
        width: 78%;
        margin: 0 2%;
    }

    .update_info .see_all_btn {
        width: 17%;
        margin-right: 1%;
    }
}


/* =======================================
 * トップページ フィーチャーコンテンツ
 ======================================= */
.special_contents_lists {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-bottom: 80px;
}

@media (max-width:768px) {
    .special_contents_lists {
        grid-template-columns: repeat(2,1fr);
    }
}

.special_contents_lists li a {
    display: block;
    transition-property: all;
    transition: 0.3s linear;
    position: relative;
}

.special_contents_lists li a:hover {
    opacity: 0.8;
}

.special_contents_lists li .layer {
    background: rgba(0,0,0,0.6);
    position: absolute;
    display: block;
    width: 86%;
    height: 86%;
    left: 7%;
    top: 7%;
    padding: 32% 0;
    text-align: center;
}

.special_contents_lists .title_border {
    height: 3px;
}

.special_contents_lists .title_border .left,
.special_contents_lists .title_border .right {
    flex-basis: 36%;
}

.special_contents_lists .title_border .middle {
    flex-basis: 28%;
}


/* =======================================
 * トップページ　リンクバナー
 ======================================= */
.link_banner_wrapper {
    display: flex;
    padding: 0 8px;
    justify-content: center;
    margin-bottom: 40px;
}
.link_banner_wrapper .items img {
    width: auto;
    height: 120px;
}
.banner_wrapper img {
    margin: 0 auto;
    max-width: 500px;
}
@media (max-width:768px) {

}

/* =======================================
 * カルーセル
 ======================================= */
.slider {
    margin: 0 auto;
    width: 100%;
}

.slider img {
    height: auto;
    width: 100%;
}

.slick-dotted.slick-slider {
    margin-bottom: 24px;
}

.slick-prev:before,
.slick-next:before {
    color: #222;
}


/* =======================================
 * 李白の酒を買うページ
 ======================================= */
.btn_wrapper.center {
    margin: 0 auto 32px;
}
.btn_wrapper.shipping .btn,
.btn_wrapper.order .btn {
    text-align: center;
    padding: 6px 12px;
    display: block;
    border-radius: 20px;
    margin-top: 8px;
}
.btn_wrapper.order {
    width: 160px;
}
.btn_wrapper.shipping {
    width: 240px;
}


/* =======================================
 * 人気投票 WP POLL
 ======================================= */
.wp-polls .Buttons {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 1px;
    padding: 4px 8px;
    border: none !important;
    border-radius: 4px;
}

.wp-polls .Buttons.vote {
    color: #fff;
    background-color: #3C3E75;
}

.wp-polls .Buttons.result {
    color: #3C3E75;
    background-color: #eee;
}

table.poll_table {
    width: 100%;
    border: 1px solid #d2d2d2;
    margin: 0 auto 24px;
}

.poll_table td {
    padding: 8px;
    border: 1px dotted #d2d2d2;
    vertical-align: middle;
}

.poll_table th.narrow {
    width: 8%;
}

.poll_table th.graph {
    width: 40%;
}

.poll_table th {
    text-align: center;
    border: 1px solid #d2d2d2;
    padding: 8px;
    vertical-align: middle;
}

.poll_result {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 24px;
}


/* =======================================
 * スマホ用ナビ
 ======================================= */
nav .home_mid_nav, .bottom_fixed_nav {
    display: none;
}


/* =======================================
 * Access
 ======================================= */
.access_info_wrapper {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.access_info_wrapper .map_wrapper {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 24px;
}

.access_info {
    overflow: hidden;
    margin-bottom: 32px;
}

.access_info dt {
    font-weight: 600;
    border-left: 4px solid #3C3E75;
    padding-left: 8px;
    margin-bottom: 8px;
}

.access_info dd {
    margin-bottom: 12px;
}

.access_root dd {
    max-width: 550px;
}

.container.col2 .content_wrapper {
    display: flex;
}

.container.col2 #posts {
    width: 75%;
    padding: 0 24px;
    box-sizing: border-box;
}

/* =======================================
 * tab
 ======================================= */
ul.tab {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.tab li {
    color: #efefef;
    float: left;
    margin: 0 -1px 0 0;
    padding: 10px 20px;
    border: 1px solid #efefef;
    cursor: pointer;
    list-style: none;
    transition: .3s;
}

.tab li.last {
    margin-right: 0;
}

.tab li.active {
    color: #222;
    background: #efefef;
    cursor: auto;
}

.area .contents {
    display: none;
    padding: 24px 5%;
}

.area .contents.show {
    display: block;
}

.search_site .flex .img_wrapper {
    max-width: 150px;
    margin-right: 16px;
}

.homepage {
    color: #ddd;
    letter-spacing: 1px;
    background-color: #3C3E75;
    border-radius: 2px;
    margin-left: 4px;
    padding: 1px 2px 0px 4px;
}

.prefecture_list {
    margin-bottom: 32px;
}

.prefecture_list li {
    text-align: center;
    width: 10%;
    float: left;
}

.prefecture_list li a {
    color: #222222;
    display: block;
    padding: 16px 8px;
    background: #ddd;
    border: 1px solid #1E1E1E;
    transition: 0.2s linear;
}

.prefecture_list li a:hover {
    color: #ddd;
    background: #3C3E75;
}

table.store_list {
    width: 100%;
    border: 1px solid #d2d2d2;
    margin: 0 auto 24px;
}

.store_list th {
    text-align: center;
    border: 1px solid #d2d2d2;
    padding: 8px;
    vertical-align: middle;
}

.store_list th:first-child,
.store_list th:last-child {
    width: 30%;
}

.store_list td {
    padding: 8px;
    border: 1px dotted #d2d2d2;
    vertical-align: middle;
}


/* =======================================
 * リンク集
 ======================================= */
.link_list {
    margin-bottom: 40px;
}

.link_list dt {
    font-size: 16px;
    font-weight: 600;
}

.link_list dd {
    border-bottom: 1px dotted #d2d2d2;
    padding: 0 0 8px;
    margin-bottom: 16px;
}

.link_list a:before {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-right: 8px;
}

@media (max-width: 768px) {

}


/* =======================================
 *  Side Menu
 ======================================= */
#sidebar {
    color: #222;
    box-sizing: border-box;
    width: 25%;
}

#sidebar .search label.screen-reader-text {
    display: none !important;
}

#sidebar .search input {
    width: 100%;
    color: #222;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}

#sidebar #searchsubmit {
    width: auto;
    border: none;
    font-size: 1rem;
    color: #fff;
    background: #3C3E75;
    float: right;
}

#sidebar #searchsubmit::after {
    float: none;
    content: "";
    display: block;
}

#sidebar .category_block h2 {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #222;
    margin-bottom: 16px;
}

#sidebar .category_block {
    background: rgba(255,255,255,0.77);
    padding: 16px 20px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 24px;
}

#sidebar dl {
    margin-bottom: 16px;
}

#sidebar dl > dt {
    font-weight: 600;
    letter-spacing: 1px;
}

#sidebar dl > dd {
    margin-bottom: 24px;
}

#sidebar dl > dd a {
    color: #222;
    padding: 4px 0;
    display: block;
}

#sidebar dl > dd a:before {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    /*content: ' \f105';*/
    font-weight: 900;
    margin-right: 8px;
}

#sidebar dl > dt div {
    border: 1px solid #FFF;
    border-radius: 4px;
    padding: 2px 4px;
    box-sizing: border-box;
}

#sidebar .insta_wrapper {
    margin-bottom: 24px;
}

#sidebar .insta_wrapper img {
    width: 188px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    #sidebar {
        display: none;
    }
}

/* =======================================
 *  Pagination
 ======================================= */
.navigation {
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 16px;
    position: relative;
    padding: 10px 0;
}

.prev a, .next a {
    color: #ddd;
    font-size: 14px;
}

.prev {
    float: left;
    width: 120px;
}

.next {
    float: right;
    width: 120px;
    text-align: right;
}

.prev a:before {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    content: '\f104';
    font-weight: 900;
    margin-right: 8px;
}

.next a:after {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 8px;
}

.pagination ul {
    text-align: center;
    margin: 16px auto;
    overflow: visible;
}

.pagination ul li {
    display: inline-block;
    padding: 0 8px;

    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
}

.pagination ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    line-height: 32px;
    font-weight: 700;
    background: #fff;
    box-shadow: 4px 4px 8px 0 rgba(150, 150, 150, 0.2);
    box-sizing: border-box;
}

.pagination ul li a:hover,
.pagination ul li a:active {
    background: #ebe0d7;
    color: #ac755a !important;
}

.pagination ul li a:hover,
.pagination ul li a:active {
    background: #ebe0d7;
    color: #ac755a !important;
    border-color: #ebe0d7;
}

.pagination ul li.disabled {
    visibility: hidden;
    opacity: 0;

}

.pagination ul li.active a {
    background: #efefef;
    color: #999;
    cursor: default;
}

.pagination ul li.active a:hover,
.pagination ul li.active a:active {
    background: #efefef;
    color: #999 !important;
    border-color: #999;
}

.page-numbers {
    padding: 4px 8px;
}

.page-numbers.current,
.page-numbers.current:hover {
    color: #222;
    padding: 4px 8px;
    background: #ccc;
    border-radius: 14px;
}

.page-numbers:hover {
    color: #fff;
    padding: 4px 8px;
    background: #3C3E75;
    border-radius: 14px;
}


/* =======================================
 *  ウィジェット
 ======================================= */
.widget h3 {
    font-weight: bold;
    padding-bottom: 8px;
}

.widget li {
    line-height: 1.8;
}


/* =======================================
 *  送料･お支払い･発送についてページ
 ======================================= */
.shipping_container {
    color: #ddd;
    padding: 32px 0;
}
.shipping_container .flex {
    display: flex;
    justify-content: space-between;
}
.shipping_container .shipping {
    width: 70%;
    margin-right: 5%;
    padding-top: 32px;
}
.shipping_container .payment {
    padding-top: 32px;
}
.shipping_container .link_banner_wrapper {
    justify-content: inherit;
    padding: 0;
}
.shipping_container .link_banner_wrapper img {
    max-width: 300px;
}
.shipping_container table {
    width: 100%;
    background: #f8f8f8;
    color: #222;
    margin-bottom: 16px;
}
.shipping_container table .header {
    background: #3C3E75;
    color: #ddd;
}
.shipping_container table tr {
    border-bottom: 1px solid #222;
}
.shipping_container table th {
    background: #ddd;
}
.shipping_container table th,
.shipping_container table td {
    padding: 12px;
    text-align: center;
    border-right: 1px solid #222;
}
@media (max-width: 768px) {
    .shipping_container {
        padding: 0 0 32px;
    }
    .shipping_container .flex {
        display: block;
    }
    .shipping_container .sub_title {
        padding-bottom: 6px;
    }
    .shipping_container table {
        font-size: 12px;
    }
    .shipping_container table .ex td {
        font-size: 10px;
    }
    .shipping_container table .header,
    .shipping_container table th {
        font-size: 11px;
    }
    .shipping_container table th,
    .shipping_container table td {
        padding: 8px;
    }
    .shipping_container .shipping {
        width: 100%;
        padding-top: 16px;
    }
    .shipping_container .payment {
        padding-top: 0;
    }
}


/* =======================================
 *  snsコンテナー
 ======================================= */
.sns_container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}


/* =======================================
 *  フッター
 ======================================= */
#footer .category_nav {
    background: #222;
}

#footer .category_nav .inner_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 24px 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    line-height: 1.6;
}

#footer .toggle_box {
    display: block;
}

#footer .category_nav .inner_wrapper dl {
    margin-bottom: 24px;
}

#footer .category_nav .inner_wrapper dl:last-child {
    margin-bottom: 0;
}

#footer .category_nav .inner_wrapper dl dt {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

#footer .category_nav .inner_wrapper dl dd ul li a {
    display: block;
    padding: 4px 0;
}

#footer .category_nav .inner_wrapper a:before {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-right: 12px;
}

#footer .footer_cts_wrapper {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 24px 24px 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

#footer .footer_cts_wrapper .left_col {
    display: flex;
    justify-content: flex-start;
}

#footer .footer_cts_wrapper .company_name {
    line-height: 1.4;
    margin-bottom: 16px;
}

#footer .footer_cts_wrapper .company_name .text_logo {
    width: 170px;
}

#footer .footer_cts_wrapper .company_name .en {
    font-size: 9px;
    letter-spacing: 1px;
}

#footer .footer_cts_wrapper .img_wrapper {
    padding: 0 24px;
    margin-bottom: 0;
}

#footer .footer_cts_wrapper .img_wrapper .logo {
    width: 120px;
    height: auto;
}

#footer .footer_cts_wrapper .right_col.img_wrapper,
#footer .footer_cts_wrapper .right_col.img_wrapper a {
    display: block;
    border: none;
}

#footer .footer_cts_wrapper .right_col.img_wrapper img {
    margin-bottom: 8px;
}

#footer .footer_cts_wrapper .right_col.img_wrapper .small {
    font-size: 8px;
    text-align: left;
}

#footer .footer_cts_wrapper .text_wrapper {
    padding-top: 10px;
    text-align: left;
    margin-bottom: 0;
}

#footer .footer_nav {
    width: 80%;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    margin: 0 auto;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#footer .footer_nav a {
    color: #ddd;
}

#footer .footer_nav a:before {
    color: #3C3E75;
    font-family: "Font Awesome 5 Free";
    content: ' \f105';
    font-weight: 900;
    margin-right: 12px;
}

#footer .address {
    font-size: 13px;
    margin-bottom: 8px;
}

#footer .caution {
    font-size: 12px;
    font-feature-settings: "palt";
}

@media (max-width: 768px) {
    #footer .footer_cts_wrapper {
        display: block;
        width: 90%;
        padding: 16px 0;
    }

    #footer .footer_cts_wrapper .img_wrapper .logo {
        width: 70px;
        height: auto;
        margin-right: -18px;
    }

    #footer .footer_cts_wrapper .text_wrapper {
        padding-top: 0;
        text-align: center;
        margin-bottom: 0;
    }

    #footer .footer_cts_wrapper .img_wrapper {
        margin-bottom: 0;
    }
}

.sns_container li {
    margin: 0 4px;
}

.sns_container li.message {
    width: auto;
    font-size: 12px;
}

.sns_container li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    border: 3.2px solid;
    border-radius: 50%;
}
.sns_container li .insta {
    border: none;
    font-size: 32px;
    height: auto;
}

@media (max-width:768px) {
    #footer .footer_cts_wrapper {
        display: block;
    }

    #footer .footer_cts_wrapper .left_col {
        margin-bottom: 24px;
    }

    #footer .footer_cts_wrapper .right_col.img_wrapper {
        border-top: 1px solid #ddd;
        border-bottom: 1px dotted #ddd;
        padding: 10px 0;
    }

    #footer .footer_cts_wrapper .right_col.img_wrapper a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #footer .footer_cts_wrapper .right_col.img_wrapper img {
        width: 80px;
        margin-right: 16px;
        margin-bottom: 0;
    }
}


/* =======================================
 *  コピーライト
 ======================================= */
.copy-area {
    text-align: center;
    font-size: 12px;
    color: #ddd;
    letter-spacing: 1px;
    padding: 8px 0;
}

.copy-area a {
    color: #ddd;
}


/* =======================================
 *  「繋げ 乾杯動画」のLP
 ======================================= */
.tsunage_bg_img {
    width: 100%;
    background: url(http://www.rihaku.co.jp/wp-content/uploads/tunage_bg_img-1024x1024-1.png)no-repeat 0 center;
    background-size: cover;
    color: #222;
    text-align: left;
    padding: 90px 64px;
}

.tsunage_bg_img .title.pages {
    color: #222;
    margin-bottom: 64px;
}

.tsunage_content_wrapper .youtube_wrapper {
    width: 60%;
    margin: 64px auto 40px;
}

.tsunage_content_wrapper .img_wrapper {
    margin-bottom: 40px;
}

@media (max-width: 850px) {
    .tsunage_bg_img {
        padding: 40px 12px;
    }

    .tsunage_bg_img .title.pages {
        color: #222;
        margin-bottom: 32px;
    }

    .tsunage_content_wrapper .youtube_wrapper {
        width: 100%;
        margin: 40px auto 24px;
    }
}


/* =======================================
 *  レスポンシブ
 ======================================= */
@media (max-width: 850px) {
    .flex {
        display: block;
    }

    /*試飲販売情報*/
    .tasting_wrapper {
        width: 98%;
    }

    .tasting_wrapper .text_wrapper .term {
        display: block;
    }

    .wpcf7-form .short_box {
        width: 100%;
    }
}

@media (max-width: 768px) {

    /**
     * 基本の共通部分
     */
    body {
        font-size: 15px;
    }

    .no_pc {
        display: block;
    }

    .no_sp {
        display: none;
    }

    caption, th, td {
        vertical-align: middle;
    }

    /**
     * スティッキーヘッダー
     */
    .site-description {
        text-align: center;
    }

    .site-content {
        display: block !important;
    }

    .site-branding .site-title {
        padding: 12px 0 8px;
        box-sizing: border-box;
    }

    .site-branding .site-title .en {
        line-height: 1.6;
    }

    .title.blog {
        font-size: 1.6rem;
    }

    .title_small {
        letter-spacing: 0;
    }

    .flex-container {
        display: block;
        overflow: hidden;
    }

    .flex-container .inner_items {
        width: 100%;
        margin: 8px 0;
    }

    .flex-container .inner_items.text_box {
        padding: 0;
    }

    .flex-container .inner_items.img_box {
        padding: 8px 0;
    }

    .header-p-nav {
        display: none;
    }

    /**
     * ハンバーガーメニュー
     */
    .menu-trigger-wrapper {
        display: block;
        width: 24px;
        height: 23px;
        position: absolute;
        top: 18px;
        left: 18px;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 24px;
        height: 20px;
    }

    .menu-trigger span {
        position: absolute;
        right: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 4px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    /*ハンバーガーメニュークリック時のアイコンのエフェクト*/
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }

    /*ハンバーガーメニュークリック時のメニュードロワー*/
    .l_nav.menu ul {
        width: 100%;
        background: #ffffff;
        font-size: 1.1rem;
        display: none;

        /* アニメーションの指定 */
        animation: fadeIn 300ms ease 0s 1 normal;
        -webkit-animation: fadeIn 300ms ease 0s 1 normal;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .l_nav.menu .open {
        display: block;
    }

    .l_nav.menu .close {
        display: none;
    }

    .main-navigation {
        background: transparent;
    }

    #menu-global li a:after {
        display: block;
        float: right;
        color: #595CAF;
        font-family: "Font Awesome 5 Free";
        content: ' \f105';
        font-weight: 900;
    }

    .menu-item-986 {/*Englishページへの入り口*/
        display: block;
    }

    .l_nav.menu ul li {
        width: 100%;
        font-size: 1.3rem;
        display: block;
        border: none;
        border-bottom: 1px solid #333;
    }

    .l_nav.menu ul li:last-child {
        border-bottom: none;
    }

    .l_nav.menu ul li a {
        color: #222;
        font-size: 16px;
        text-align: left;
        padding: 16px;
    }

    .l_nav.menu ul li a:hover {
        background: transparent;
    }

    .l_nav.menu ul li.info {
        padding: 12px 16px;
    }

    .main-navigation .container ul {
        padding: 0;
    }

    .img_wrapper.bit_small img {
        width: 100%;
    }

    /**
    * スライダー
    */
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }

    /**
    *　李白についてページのナビ
    */
    .internal_link_nav {
        margin-bottom: 16px;
    }

    .internal_link_nav li {
        font-size: 12px;
    }

    /**
     * contents
     */
    .page-container {
        margin-top: 57px;
        padding-top: 0px;
    }

    .page-container.home {
        padding-top: 0;
    }

    .container.col2 .content_wrapper {
        display: block;
    }

    .container.col2 #posts {
        width: 100%;
        padding: 0;
    }

    .content_wrapper {
        width: 90%;
        margin: 0 auto;
        padding: 12px 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .content_wrapper.about_us,
    .content_wrapper.recipe {
        max-width: 92%;
        margin: 0 auto;
    }

    .recipe_lists dd {
        margin-bottom: 0;
    }

    .bgcolor_wrapper p {
        margin-bottom: 4px;
    }

    .internal_link_nav li a {
        padding: 12px 0;
    }

    .internal_link {
        margin-top: -70px;
        padding-top: 70px;
    }

    .access_info_wrapper .map_wrapper {
        width: 100%;
        float: none;
    }

    /**
     * 投稿記事
     */
    .post-meta {
        margin-bottom: 8px;
    }


    /**
     * 蔵元ニュースのメニュー
     */
    #menu-categories {
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
    }

    #menu-categories li {
        margin: 0 4px 8px;
    }

    #menu-categories li a {
        padding: 4px 12px;
        display: block;
        background: #3C3E75;
        border-radius:2px;
    }

    /**
     * 記事一覧（article_list）
     */
    .item a .inner_content_wrapper {
        display: flex;
    }

    .item a .inner_content_wrapper .text_wrapper {
        position: relative;
    }

    .item a .inner_content_wrapper .text_wrapper .post-date {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .post-content iframe {
        max-width: 100%!important;
        height: auto;
    }


    /**
     * 商品詳細ページ
     */
    .item_container {
        display: block;
    }

    .item_container .first_block,
    .item_container .second_block {
        margin: 0;
    }
    .item_price_list {
        margin-bottom: 24px;
    }


    /**
     * 李白を買える店ページ
     */
    .search_site .contents,
    .area .contents {
        padding: 24px 0;
    }

    .tab li {
        padding: 10px 5px;
        line-height: 1.4;
        flex: 1;
        text-align: center;
    }

    .tab li:first-child {
        flex: 2;
    }

    .search_site .contents .flex .img_wrapper {
        width: 30%;
        margin-right: 0;
    }

    .prefecture_list li {
        width: 25%;
    }

    .store_list th:last-child {
        width: 35%;
    }

    /**
     * お問い合わせ・注文フォーム
     */
    .contact_container {
        padding: 24px 16px;
    }

    div.wpcf7 {
        width: 100%;
        padding: 24px 16px !important;
    }

    .wpcf7-form .short_box {
        width: 100%;
    }

    .wpcf7-form .min_short_box {
        width: 40%;
    }

    .wpcf7-form table.basic,
    .wpcf7-form table.basic th,
    .wpcf7-form table.basic td {
        border: 1px solid #454545;
    }

    .wpcf7-form table th {
        line-height: 1.2;
        text-align: center;
    }

    .wpcf7-form .radio_table td {
        padding: 8px;
    }

    .wpcf7-form .radio_table span.wpcf7-list-item {
        margin: 0 0 0 0.5em !important;
    }

    .flex-container div:last-child {
        margin-left: 0;
    }

    /**
     * サイドナビ
     */
    #sidebar {
        width: 100%;
    }

    #sidebar_products {
        display: none;
    }

    /**
     * bottom fixed nav
     */
    nav .bottom_fixed_nav {
        background: #eee;
        padding: 6px 16px 14px;
        overflow: hidden;
        position: fixed;
        z-index: 10;
        bottom: 0;
        width: 100%;

        display: flex;
        justify-content: space-around;
    }

    nav .bottom_fixed_nav li {
        width: 60px;
        font-size: 20px;
        text-align: center;
        line-height: 1.4;
    }

    nav .bottom_fixed_nav li a {
        color: #495057;
        display: block;
    }

    nav .bottom_fixed_nav li span {
        font-size: 11px;
        display: block;
    }

    /**
     * home(top)
     */
    .update_info .see_all_btn {
        border: 1px solid #f2f2f2;
    }

    .update_info .see_all_btn a {
        padding: 8px 4px;
        border: none;
    }

    .slider {
        width: 100%;
    }


    /**
     * 商品一覧ページ
     */
    /*カテゴリメニュー*/
    .category_menu {
        display: block;
        margin-bottom: 24px;
    }

    .category_menu .accordion {
        cursor: pointer;
        padding: 10px;

        color: #ddd;
        font-size: 1.4rem;
        letter-spacing: 2px;
        font-feature-settings: "palt";
        font-weight: 600;
        background: #3C3E75;
    }

    .category_menu .accordion:after {
        color: #ddd;
        font-family: "Font Awesome 5 Free";
        content: ' \f078';
        font-weight: 900;
        float: right;
    }

    .category_menu .toggle_box {
        display: none;
        padding: 16px 0;
        background: rgba(255, 255, 255, 0.05);
    }

    .category_menu .inner {
        display: flex;
    }

    .category_menu .inner ul {
        padding: 8px;
        flex: 1;
    }

    .category_menu .inner li {
        padding: 4px;
    }

    .category_menu li.block_title {
        line-height: 1;
        font-size: 14px;
        border-left: 4px solid;
        padding: 2px 2px 2px 8px!important;
    }

    /*商品一覧*/
    .products_list li {
        float: left;
        width: 48.5%;
        margin: 0%;
    }

    .products_list li:nth-child(odd) {
        margin-right: 3%;
    }

    .products_list .item_name_container {
        height: 40px;
        margin-bottom: 4px;
    }

    .products_list .item_name {
        font-size: 1.4rem;
    }

    /**
     * Footer
     */
    #footer {
        padding-bottom: 65px;
    }

    #footer .footer_cts_wrapper {
        width: 90%;
        padding: 16px 0 0;
    }

    #footer .footer_cts_wrapper .img_wrapper {
        padding: 0;
    }

    #footer .category_nav .inner_wrapper {
        display: block;
        width: 96%;
        padding: 24px 8px;
    }

    #footer .footer_nav {
        width: 90%;
        display: block;
        font-size: 14px;
        padding: 10px;
        border-top: 1px solid #ddd;
    }

    #footer .footer_nav li {
        width: 50%;
        float: left;
    }
    #footer .footer_nav ul:after {
        clear: both;
    }

    #footer .category_nav .inner_wrapper dl dt:after {

    }

    #footer .toggle_box {
        display: none;
    }

    /*アコーディオンの開閉時*/
    .accordion_icon,
    .accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: relative;
        width: 30px;
        height: 20px;
        float: right;
        margin-right: -5px;
    }
    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #ddd;
        border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 8px;
        transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 8px;
        transform: rotate(90deg);
    }
    /*＋、－切り替え*/
    .accordion_icon.active span:nth-of-type(1) {
        display:none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 8px;
        transform: rotate(180deg);
    }
}

@media (max-width: 320px) {

    /**
     * common
     */
    .internal_link_nav li {
        font-size: 10px;
    }

    .flex3 {
        flex: 3;
    }

    .flex2 {
        flex: 2;
    }
    /*トップページ*/
    .update_info .see_all_btn a {
        padding: 8px 0;
    }
    .special_contents_lists .contents_title {
        font-size: 14px;
    }

    /**
     * 李白を買える店ページ
     */
    .tab li {
        padding: 6px;
    }
}