@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.pcNone {
    display: none;
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* フォントファミリー */
.cmn_h_ico,
.cmn_catname,
.cmn_date,
.cmn_new,
.cmn_maintitle,
.font_hind {
    font-family: 'Hind',"Helvetica Neue","Segoe UI",sans-serif;
    letter-spacing: 0.2rem;
}

.font_notosan {
    font-family: "Noto Sans JP","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Osaka,arial,helvetica,sans-serif;
}


/* main.cssの透過効果打ち消し */
a.opacityNone:hover,
.XXXXX a
{
    opacity: 1.0;
    filter: none; /* 初期値：none */
    -ms-filter: ""; /* 初期値："" */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: none;
}


/* SUBメインタイトル */
.cmn_maintitle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin: 100px 0 0 0;
    background-color: #FFFFFF;
    background-image: url(../img/news_maintitle_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.cmn_maintitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #324219;
}

.cmn_maintitle > * {
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 6px 0 0 50px;
    color: #FFFFFF;
    font-size: 3.2rem;
    line-height: 1.3;
    letter-spacing: 0.4rem;
    font-weight: 700;
    background-image: url(../img/note_maintitle_ico.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
}


/* ボタン */
[class*="cmn_btn_"] {
    text-align: center;
}

[class*="cmn_btn_"] a {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 16px 22px 16px 16px;
    border-radius: 3.0rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: auto;
    text-align: center;
}

.cmn_btn_white_ico a,
.cmn_btn_white a {
    border: 1px solid #8CA096;
    color: #8CA096;
    background-image: url(../img/cmn_ico_arr_r_green.svg);
}

.cmn_btn_green_ico a,
.cmn_btn_green a {
    background-color: #8CA096;
    color: #FFFFFF;
    background-image: url(../img/cmn_ico_arr_r_white.svg);
}

[class*="cmn_btn_"] span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 900;
}

.cmn_btn_white_ico span,
.cmn_btn_green_ico span {
    padding: 0 0 0 31px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
}

.cmn_btn_white_ico span {
    background-image: url(../img/footer_ico_mail.svg);
}

.cmn_btn_green_ico span {
    background-image: url(../img/cmn_ec_ico_cart.svg);
}

/* SUB コンテンツラッパー */
.cmn_wrapper {
    padding: 100px 0;
}

/* SUB 共通BOX */
.cmn_sec {
    margin-top: 100px;
}

.cmn_sec:nth-child(1) {
    margin-top: 0;
}

/* 見出し（大） */
.cmn_h_lg {
    padding-bottom: 20px;
    border-bottom: 1px solid #8CA096;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
}

.cmn_h_lg + * {
    margin-top: 22px;
}


/* 見出し（中） */
.cmn_h_md {
    padding-bottom: 16px;
    border-bottom: 1px solid #8CA096;
    font-size: 2.0rem;
    font-weight: 700;
}

.cmn_h_md + * {
    margin-top: 24px;
}

/* 見出し（小） */
.cmn_h_sm {
    font-size: 1.8rem;
    font-weight: 700;
}

.cmn_h_sm + * {
    margin-top: 12px;
}

/* 見出し（アイコン付き） */
.cmn_h_ico {
    padding: 0 0 4px 0;
    border-bottom: 1px solid #8CA096;
}

.cmn_h_ico > span {
    display: inline-block;
    padding: 4px 0 4px 44px;
    color: #324219;
    font-size: 1.8rem;
    letter-spacing: 0.16rem;
    font-weight: 700;
    background-image: url(../img/news_list_ico_book.svg);
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: auto;
}



/* オンラインストア ページ下部リンク*/
.cmn_ec {
    padding: 46px 0 36px;
    background-color: #324219;
}

.cmn_ec_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 900px;
}

.cmn_ec_inner > figure {
    flex-shrink: 0;
    width: 28%;
    text-align: center;
}

.cmn_ec_inner > figure .sp {
    display: none;
}

.cmn_ec_inner > div {
    flex-shrink: 0;
    width: 66%;
    padding: 2px 0 0 0;
}

.cmn_ec_inner > div p {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
}

.cmn_ec_btn {
    margin: 36px 0 0 0;
}

.cmn_ec_btn a {
    border: 1px solid #ffffff;
    background-image: url(../img/cmn_ico_arr_r_white.svg);
}

.cmn_ec_btn span {
    padding: 0 0 0 34px;
    color: #FFFFFF;
    background-image: url(../img/cmn_ec_ico_cart.svg);
}


/* 投稿日付 */
.cmn_date {
    display: inline-block;
    padding: 3px 0 0 20px;
    color: #8CA096;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    background-image: url(../img//member_ico_clock.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
}

/* NEW */
.cmn_new {
    display: inline-block;
    margin: 0 0 -2px 0;
    color: #CB5245;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: underline;
    vertical-align: middle;
}

/* カテゴリ名ラベル */
.cmn_catname {
    position: relative;
    display: inline-block;
    min-height: 24px;
    padding: 7px 14px 0 12px;
    border-radius: 0.2rem;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
    background-color: #939D25;
    word-break: break-all;
}

.cmn_catname::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(40%, -50%) rotate(45deg);
    transform-origin: center center;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 0.3rem;
    background-color: inherit;
}

/* タグ名ラベル */
[class*="cmn_taglist"] {
    margin: -4px 0 0 0;
}

.cmn_taglist_ico {
    padding: 0 0 0 44px;
    background-image: url(../img/home_note_ico_tag.svg);
    background-repeat: no-repeat;
    background-position: left top 4px;
    background-size: auto;
}

[class*="cmn_taglist"] li {
    display: inline-block;
    margin: 5px 9px 5px 0;
}

[class*="cmn_taglist"] a {
    display: inline-block;
    padding: 5px 14px 6px;
    border-radius: 2.0rem;
    color: #324219;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.1;
    background-color: #F0F5F5;
}

/* インスタグラム矢印ボタン */
.cmn_instagram_btn{
    display: block;
    width: 100%;
    /* padding: 1.1em 1.0em; */
    padding: 1.3em 1.5em;
    border-radius: 3.0em;
    margin: 0.9em auto;
    background-color: #324219;
    color: #FFFFFF;
    font-size: 1.8rem;
    letter-spacing: 0.35rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.item_body .cmn_instagram_btn{
    max-width: 300px;
}
.cmn_instagram_btn > span{
    display: block;
    /* padding: 0.05em 1.6em 0; */
    background-image: url(/img/cmn_ico_arr_r_white.svg);
    background-repeat: no-repeat;
    background-position: right top 45%;
    background-size: 0.9em;
}
@media screen and (max-width: 1000px) {
    .cmn_instagram_btn{
        padding-left: 1.0em;
        padding-right: 1.0em;
    }
}
@media screen and (max-width: 767px) {
    .cmn_instagram_btn{
        max-width: 300px;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}




/* CMSエディタ装飾 */
.cmn_cms_editor {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cmn_cms_editor h2,
.cmn_cms_editor h3,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    display: block;
    padding: 0 0 .3em 0;
    border-color: #8CA096;
    line-height: 1.45;
    margin: .6em 0 .8em;
	letter-spacing: -0.0015625em;
}

.cmn_cms_editor h2 {
    font-size: 2.3rem;
    border-width: 0 0 4px 0;
    border-style: double;
}

.cmn_cms_editor h3 {
    font-size: 2.1rem;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.cmn_cms_editor h4 {
    font-size: 2.0rem;
    border-width: 0 0 1px 0;
    border-style: dashed;
}

.cmn_cms_editor h5 {
    font-size: 1.8rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.cmn_cms_editor h6 {
    font-size: 1.6rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.cmn_cms_editor p {
    padding: 8px 0 10px;
    margin: 0 0 8px 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}

.cmn_cms_editor img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="youtube"] {
    /* display: inline-block;
    width: 100%;
    height: 56.25vw;
    max-height: 506px;
    margin-top: 8px;
    margin-bottom: 8px; */

    display: inline-block;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor strong {
    font-weight: 900;
}

.cmn_cms_editor em {
    font-style: italic;
}

.cmn_cms_editor a {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #CB5245;
    text-decoration: underline;
    word-break: break-all;
}

.cmn_cms_editor a:hover {
    color: #CB5245;
}

.cmn_cms_editor table {
    margin: 0 0 8px 0;
    word-break: break-all;
}

.cmn_cms_editor th,
.cmn_cms_editor td {
    margin: 0 0 8px 0px;
    padding: 6px 10px;
    border: 1px solid #8F8F8F;
}

.cmn_cms_editor ul {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ul li {
    list-style: disc;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor ol {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ol li {
    list-style: decimal;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor blockquote {
    background-color: #F3F3F3;
    margin-inline-start:10px;
    margin-inline-end:10px;
    padding: 15px;
}

/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}

.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}

.cmn_cms_editor .wp-caption {
    border: 1px solid #dddddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px;
}

.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}

.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}






#wrapper {
    overflow: hidden;
}


/* header */
header {
    position: relative;
    z-index: 99;
}

.header_static {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    height: 280px;
    padding: 20px 20px 0;
    background-color: #fff;
}

.header_sns_static {
    display: flex;
}

.header_sns_static li {
    flex-shrink: 0;
}

.header_sns_static .cart {
    display: none;
}

.header_sns_static li + li {
    margin: 0 0 0 20px;
}

.header_sns_static a {
    display: inline-block;
}

[class*="header_telbox_"] {
    color: #324219;
    letter-spacing: 0.02rem;
    font-weight: 700;
    text-align: right;
}

[class*="header_telbox_"] a {
    display: block;
    font-size: 2.0rem;
    pointer-events: auto;
}

/* [class*="header_telbox_"] small {
    display: block;
    margin: -4px 0 0 0;
    font-size: 1.2rem;
} */

[class*="header_telbox_"] dl {
    display: flex;
    font-size: 12px;
    letter-spacing: 0;
}

[class*="header_telbox_"] dl dt {
    flex-shrink: 0;
    /* margin-right: 0.5em; */
    margin-right: 0.1em;
}

[class*="header_telbox_"] dl dd {
    width: 100%;
}

#header_modalmenu_check {
    display: none;
}

.header_logo_static {
    display: block;
    width: 100%;
    margin: -20px 0 0 0;
    text-align: center;
}

[class*="header_gnav_"] {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

[class*="header_gnav_"] ul {
    display: flex;
    justify-content: space-between;
    justify-content: space-evenly;
}

[class*="header_gnav_"] li {
    flex-shrink: 0;
    width: 12%;
    width: 12.5%;
    text-align: center;
}

[class*="header_gnav_"] a {
    display: inline-block;
}

[class*="header_gnav_"] p {
    margin: 8px 0 0 0;
    color: #324219;
    letter-spacing: 0.15rem;
    font-weight: 700;
}

.header_gnav_static {
    margin-top: 30px;
}

.header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}

.header_fixed.js-fix {
    transition: .25s opacity;
    opacity: 0;
    pointer-events: none;
}

.header_fixed.js-fix.js-show {
    opacity: 1;
    pointer-events: all;
}

.header_logo_fixed {
    flex-shrink: 0;
    width: 180px;
    font-size: inherit;
}

.header_logo_fixed a {
    display: block;
    width: 83%;
    max-width: 150px;
    min-width: 108px;
}

.header_logo_fixed img {
    display: inline-block;
    width: 100%;
    max-width: none;
}

.header_telbox_fixed {
    flex-shrink: 0;
    width: 180px;
}

.header_gnav_fixed {
    margin-top: 10px;
}

#header_modalmenu_conts,
[class*="header_modalmenu_open_"] {
    display: none;
}


/* footer */
footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 100px 0 30px;
}

.footer_txtbox {
    flex-shrink: 0;
    width: 30%;
}

.footer_txtbox .shopname span {
    display: block;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 900;
}

.footer_txtbox .shopname small {
    display: block;
    margin: 6px 0 0 0;
    font-size: 1.2rem;
}

.footer_txtbox .shopinfo {
    margin: 26px 0 0 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.footer_txtbox .shopinfo a {
    display: inline-block;
    margin: 5px 0;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}

.footer_txtbox .shopinfo .openday {
    display: block;
    margin-top: 8px;
}

.footer_txtbox .contact {
    margin: 30px 0 0 0;
}

.footer_txtbox .contact a {
    max-width: 250px;
}

.footer_copyright > ul {
    display: none;
    margin: 30px 0 0 0;
}

.footer_txtbox > ul {
    display: flex;
    margin: 30px 0 0 0;
}

.footer_copyright > ul li,
.footer_txtbox > ul li {
    flex-shrink: 0;
}

.footer_copyright > ul li + li,
.footer_txtbox > ul li + li {
    margin: 0 0 0 20px;
}

.footer_copyright > ul a,
.footer_txtbox > ul a {
    display: inline-block;
}

.footer_map {
    position: relative;
    flex-shrink: 0;
    width: 65%;
    height: 350px;
    /* padding: 53% 0 0 0; */
    overflow: hidden;
}

.footer_map > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer_copyright {
    width: 100%;
    margin: 30px 0 0 0;
    color: #8CA096;
    text-align: center;
}

.footer_copyright > p {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    font-weight: 700;
}

.footer_copyright > small {
    display: block;
    margin: 1px 0 0 0;
    font-size: 1.2rem;
}







/* home /////////////////////////////////////////////////////////////////////////////////////////// */
.home_mainslider {
    height: 420px;
    padding: 30px 0;
    background-color: #F0F5F5;
}

.home_mainslider_inner {
    display: none;
}

.home_mainslider_inner.slick-initialized{
    display: block;
}

.home_mainslider_inner,
.home_mainslider_inner .slick-list,
.home_mainslider_inner .slick-track,
.home_mainslider_slide {
    height: 100%;
}

.home_mainslider_inner:focus:not(:focus-visible),
.home_mainslider_inner .slick-list:focus:not(:focus-visible),
.home_mainslider_inner .slick-track:focus:not(:focus-visible),
.home_mainslider_slide:focus:not(:focus-visible) {
    outline: 0;
}

.home_mainslider_slide {
    background-color: #ffffff;
    background-image: url(../img/home_mainslider_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home_mainslider_inner .slick-dots li {
    width: 30px;
    height: 5px;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
}

.home_mainslider_inner .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.home_mainslider_inner .slick-dots li button:before {
    /* font-size: 0; */
    /* line-height: 0; */
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    background-color: #FFFFFF;
    opacity: 1;
}

.home_mainslider_inner .slick-dots li.slick-active button:before {
    background-color: #8CA096;
}

.home_mainslider_slide {
    width: 800px;
    margin: 0 15px;
}

.home_mainslider_txtbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 100%;
    padding: 0 20px;
    margin: 0 0 0 auto;
    background-color: rgb(50, 66, 25,0.7);
}

.home_mainslider_txtbox > p {
    /* width: 72%; */
    width: 80%;
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: 700;
}

.home_mainslider_txtbox > div {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100%;
    max-width: 120px;
}

.home_mainslider_txtbox > div a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #324219;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../img/home_mainslider_ico_arr.svg);
    background-position: right 10px center;
}

.home_mainslider_txtbox > div span {
    font-size: 1.2rem;
}

.home_2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 90px;
    padding-bottom: 90px;
}

.home_mainleft {
    /* width: 60%; */
    width: 64%;
    max-width: 600px;
}

.home_mainleft .home_news {
    display: none;
}

.home_note > h2 {
    color: #324219;
    font-size: 3.2rem;
    text-align: center;
}

.home_note > h2 span {
    display: inline-block;
    padding: 4px 0 4px 56px;
    letter-spacing: 0.5rem;
    background-image: url(../img/header_ico_note.svg);
    background-repeat: no-repeat;
    background-position: left top 8px;
    background-size: auto;
}

.home_note > h2 + * {
    margin: 60px 0 0 0;
}

.home_note_first,
.home_note_normal {
    border-bottom: 1px solid #DCE2DF;
}

.home_note_first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 44px 0;
}

.home_note_first_catname,
.home_note_normal_catname {
    flex-shrink: 0;
    max-width: 90%;
    margin: 0 30px 0 0;
}

.home_note_first_tit {
    width: 100%;
    margin: 24px 0 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    font-weight: 700;
}

.home_note_first_thumb {
    width: 100%;
    margin: 22px 0 0 0;
    text-align: center;
}

.home_note_first_thumb.nothumb {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.home_note_first_thumb a {
    display: block;
}

.home_note_first_thumb img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 600px;
    min-width: 0;
    min-height: 0;
}

.home_note_first_outline {
    width: 100%;
    margin: 26px 0 0 0;
}

.home_note_first_taglist {
    width: 100%;
    margin: 18px 0 0 0;
}



.home_note_normal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0;
}


.home_note_normal_thumb {
    width: 41%;
}

.home_note_normal_thumb a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.home_note_normal_thumb img {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,0);
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
}

.home_note_normal_txtbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 53%;
}

.home_note_normal_tit {
    width: 100%;
    margin: 16px 0 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    font-weight: 700;
}

.home_note_normal_outline {
    width: 100%;
    margin: 14px 0 0 0;
}

.home_note_normal_taglist_pc {
    width: 100%;
    margin: 18px 0 0 0;
}

.home_note_normal_taglist_sp {
    display: none;
}






.home_note_morebtn {
    margin-top: 70px;
}

.home_note_noinfo {
    margin: 30px 0 0 0;
    font-size: 1.5rem;
}

.home_sidebar {
    flex-shrink: 0;
    width: 30%;
    margin: 10px 0 0 4%;
}

.home_news_noinfo {
    margin: 18px 0 0 0;
    font-size: 1.5rem;
}

.home_news_list {
    max-height: 580px;
    padding: 0 10px 0 0;
    border-bottom: 1px solid #DCE2DF;
    margin: 0;
    overflow-y: auto;
}

.home_news_list li {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 18px 0 14px;
    border-bottom: 1px solid #8CA096;
}

.home_news_list li:last-of-type {
    border-bottom: 0;
}

.home_news_list figure {
    flex-shrink: 0;
    /* width: 22%; */
    width: 33%;
    /* min-width: 60px; */
    height: auto;
    margin: 0 20px 0 0;
}

.home_news_list figure a {
    position: relative;
    display: block;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.home_news_list figure img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.home_news_list div {
    width: 100%;
}

.home_news_list div p {
    margin: 4px 0 0 0;
}

.home_news_list div a {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.04rem;
    font-weight: 500;
}

.home_instagram {
    margin: 50px 0 0 0;
}

.home_instagram h2 span {
    padding-top: 6px;
    padding-bottom: 0;
    background-image: url(../img/item_instagram_ico.svg);
    background-position: left center;
}

.home_instagram > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 6px 0 0 0;
}

.home_instagram > ul li {
    width: 48%;
    margin: 4% 0 0 0;
}

.home_instagram > ul a {
    position: relative;
    display: block;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.home_instagram > ul img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.home_caj {
    display: block;
    padding: 14px 26px 20px;
    border: 1px solid #324219;
    margin: 50px 0 0 0;
    text-align: center;
}

.home_caj p {
    margin: 16px 0 0 0;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
}






.home_nav {
    padding: 100px 0;
    background-color: #F0F5F5;
}

.home_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home_nav li {
    width: 30%;
}

.home_nav li:nth-of-type(n+4) {
    margin: 50px 0 0 0;
}

.home_nav a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home_nav figure {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding: 50% 0 0 0;
    overflow: hidden;
}

.home_nav img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 101%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.home_nav p {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 46px 16px;
    background-color: #324219;
    color: #FFFFFF;
    font-size: 2.4rem;
    letter-spacing: 0.35rem;
    font-weight: 700;
    text-align: center;
}

.home_nav span {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
}



/* news /////////////////////////////////////////////////////////////////////////////////////////// */
.news_body .cmn_maintitle {
    background-image: url(../img/news_maintitle_bg.jpg);
}

.news_body .cmn_maintitle h1,
.news_body .cmn_maintitle p {
    background-image: url(../img/news_maintitle_ico.svg);
}

.news_article > h2 {
    margin: 16px 0 0 0;
}

.news_article > div {
    margin: 24px 0 0 0;
}

.news_pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 540px;
    margin: 150px auto 0;
}

.news_pager > div {
    /* width: 28%; */
    width: 31%;
    max-width: 150px;
}

.news_pager .prev a {
    padding: 12px 12px 12px 16px;
    background-position: left 12px center;
    background-image: url(../img/cmn_ico_arr_l_green.svg);
}

.news_pager .next a {
    padding: 12px 16px 12px 12px;
    background-position: right 12px center;
}

.news_pager .back a {
    padding: 17px 0;
    background-image: none;
}

.news_pager .prev span,
.news_pager .next span {
    font-size: 1.2rem;
}



.news_list_wrap {
    margin: 100px 0 0 0;
}

.news_list {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    max-height: 490px;
    padding: 30px 10px 30px 0;
    border-bottom: 1px solid #8CA096;
    margin: 0;
    overflow-y: auto;
}

.news_list li {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    width: 46%;
}

.news_list li:nth-of-type(n+3) {
    margin: 30px 0 0 0;
}

.news_list figure {
    flex-shrink: 0;
    /* width: 22%; */
    width: 100px;
    height: auto;
    margin: 0 20px 0 0;
}

.news_list figure a {
    position: relative;
    display: block;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.news_list figure img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.news_list div {
    width: 100%;
}

.news_list div p {
    margin: 4px 0 0 0;
}

.news_list div a {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.04rem;
    font-weight: 500;
}



/* info /////////////////////////////////////////////////////////////////////////////////////////// */
.info_body .cmn_maintitle {
    background-image: url(../img/info_maintitle_bg.jpg);
}

.info_body .cmn_maintitle h1 {
    background-image: url(../img/info_maintitle_ico.svg);
}

.info_location > p {
    font-size: 1.6rem;
}

.info_location_btn {
    margin: 28px 0 0;
    text-align: left;
}

.info_location_btn span {
    padding: 0 24px 0 0;
    background-image: url(../img/info_location_ico_outerlink.svg);
    background-position: right center;
}

.info_profile > dl {
    margin: 0;
}

.info_profile > dl div {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #DCE2DF;
}

.info_profile > dl dt {
    flex-shrink: 0;
    width: 15%;
    max-width: 150px;
    min-width: 130px;
    padding: 0 30px;
    line-height: 1.5;
    font-weight: 700;
}

.info_profile > dl dd {
    width: 100%;
    padding: 0 30px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.info_access dt {
    margin: 28px 0 0 0;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    font-feature-settings: "palt";
}

.info_access dt:nth-child(1) {
    margin-top: 0;
}

.info_access dd {
    margin: 4px 0 0 0;
}

.info_access > div {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin: 26px 0 0 0;
}

.info_access > div > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.info_parking > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info_parking > div p {
    width: 67%;
    letter-spacing: 0.05rem;
}

.info_parking > div figure {
    flex-shrink: 0;
    width: 30%;
    text-align: center;
}


/* item /////////////////////////////////////////////////////////////////////////////////////////// */
.item_body .cmn_maintitle {
    background-image: url(../img/item_maintitle_bg.jpg);
}

.item_body .cmn_maintitle h1 {
    background-image: url(../img/item_maintitle_ico.svg);
}

.brand_topmsg,
.member_topmsg,
.group_topmsg,
.info_topmsg,
.item_topmsg {
    font-size: 2.4rem;
    font-weight: 700;
}

.brand_topmsg span,
.member_topmsg span,
.group_topmsg span,
.info_topmsg span,
.item_topmsg span {
    display: block;
    margin: 12px 0 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
}

.info_location > ul,
.item_genere > ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 50px 0 0 0;
}

.info_location > ul li,
.item_genere > ul li {
    width: 30%;
}

.info_location > ul a,
.item_genere > ul a {
    display: block;
    text-align: center;
}

.info_location > ul p,
.item_genere > ul p {
    margin: 14px 0 0 0;
    line-height: 1.45;
}

.item_btns {
    display: flex;
    justify-content: center;
    margin: 100px 0 0 0;
}

.item_btns > div {
    width: 100%;
    max-width: 300px;
    margin: 0 5%;
}

.item_instagram {
    margin: 100px 0 0 0;
}

.item_instagram h2 {
    border: 0;
    text-align: center;
}

.item_instagram h2 span {
    padding-top: 6px;
    padding-bottom: 0;
    background-image: url(../img/item_instagram_ico.svg);
    background-position: left center;
}

.item_instagram > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 12px 0 0 0;
}

.item_instagram > ul li {
    width: 16%;
    margin: 8px 0 0 0;
}

.item_instagram > ul a {
    position: relative;
    display: block;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.item_instagram > ul img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}





/* group /////////////////////////////////////////////////////////////////////////////////////////// */
.group_body .cmn_maintitle {
    background-image: url(../img/group_maintitle_bg.jpg);
}

.group_body .cmn_maintitle h1 {
    background-image: url(../img/group_maintitle_ico.svg);
}

.group_photos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0 0 0;
}

.group_photos > li {
    width: 45%;
    text-align: center;
}

.group_about {
    padding: 70px 0 60px;
    margin: 100px 0 0 0;
    background-color: #F0F5F5;
}

.group_about_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.group_about_list > div {
    width: 30%;
}

.group_about_list > div > dt {
    line-height: 1.4;
}

.group_about_list > div > dd {
    line-height: 1.7;
}


.group_intro_list {
    margin: 0;
}

.group_intro_list div {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #DCE2DF;
}

.group_intro_list dt {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 18%;
    max-width: 180px;
    min-width: 150px;
    padding: 0 10px 0 30px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.group_intro_list dd {
    width: 100%;
    padding: 0 20px 0 20px;
    font-size: 1.4rem;
    line-height: 1.5;
}


/* member /////////////////////////////////////////////////////////////////////////////////////////// */
.member_body .cmn_maintitle {
    background-image: url(../img/member_maintitle_bg.jpg);
}

.member_body .cmn_maintitle h1 {
    background-image: url(../img/member_maintitle_ico.svg);
}

.member_info {
    margin: 86px 0 0 0;
}

.member_info > article {
    padding: 50px 0 40px;
    border-top: 1px solid #8CA096;
}

.member_info > article > h2 {
    margin: 10px 0 0 0;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
}

.member_info > article > div {
    margin: 24px 0 0 0;
}

.member_noinfo {
    margin: 100px 0;
    line-height: 1.9;
    text-align: center;
}



/* brand /////////////////////////////////////////////////////////////////////////////////////////// */
.brand_body .cmn_maintitle {
    background-image: url(../img/news_maintitle_bg.jpg);
}

.brand_body .cmn_maintitle h1 {
    background-image: url(../img/brand_maintitle_ico.svg);
}

.brand_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -20px 0 0 0;
}

.brand_list::after {
    content: '';
    display: block;
    width: 30%;
}

.brand_list li {
    width: 30%;
    margin: 50px 0 0 0;
}

.brand_list a {
    display: block;
}

.brand_list a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

/* .brand_list figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 122px;
    margin: 0 auto;
}

.brand_list figure img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
} */

.brand_list figure {
    position: relative;
    width: 60%;
    height: 0;
    padding: 41% 0 0 0;
    margin: 0 auto;
    overflow: hidden;
}

.brand_list figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
}

.brand_list p {
    margin: 26px 0 0 0;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

.brand_list p span {
    display: block;
    margin: 4px 0 0 0;
    font-size: 1.4rem;
    font-weight: 400;
}



/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_body .cmn_maintitle {
    background-image: url(../img/contact_maintitle_bg.jpg);
}

.contact_body .cmn_maintitle h1 {
    background-image: url(../img/contact_maintitle_ico.svg);
}

.contact_outline > p {
    font-size: 1.6rem;
    font-weight: 700;
}

.contact_outline > ul {
    margin: 32px 0 0 0;
}

.contact_outline > ul li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    letter-spacing: 0.04rem;
}

.contact_outline > ul li + li {
    margin: 12px 0 0 0;
}

.contact_outline > ul .spam {
    color: #CB5245;
}

.contact_tel_detail {
    margin: 30px 0 0 0;
    text-align: center;
}

.contact_tel_detail .name {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.2rem;
}

.contact_tel_detail .name span {
    display: block;
    margin: 6px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
}

.contact_tel_detail address {
    display: block;
    margin: 16px 0 0 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.contact_tel_detail a {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
}

.contact_tel_detail .fax {
    margin: 2px 0 0 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.contact_tel_detail small {
    display: block;
    margin: 14px 0 0 0;
    letter-spacing: 0.05rem;
}



.contact_form_list > div + div {
    margin: 16px 0 0 0;
}

.contact_form_list > div dt {
    display: flex;
    align-items: flex-start;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

.contact_form_list > div dt span {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 2px;
    color: #CB5245;
}

.contact_form_list > div dd {
    margin: 2px 0 0 0;
    font-size: 1.6rem;
}

.contact_form_list select,
.contact_form_list input,
.contact_form_list textarea {
    width: 100%;
    border-color: #8CA096;
    box-shadow: none;
}

.contact_form_list select,
.contact_form_list input {
    height: 50px;
}

.contact_form_list #toiawase {
    max-width: 300px;
    color: #8CA096;
}

.contact_form_list #toiawase option[selected] {
    color: #8CA096;
}

.contact_form_list #toiawase option:not([selected]) {
    color: #231815;
}

.contact_form_list #username,
.contact_form_list #tel,
.contact_form_list #fax {
    max-width: 500px;
}

.contact_form_list #zip {
    max-width: 200px;
}

.contact_form_list #mail0 {
    display: inline-block;
}

.contact_form_list #mail1 {
    display: inline-block;
    margin: 10px 0 0 0;
}

.contact_form_list #mail1 ~ span {
    display: block;
    margin: 6px 0 0 0;
    color: #CB5245;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: right;
}

.contact_form_list #addr {
    display: inline-block;
    margin: 10px 0 0 0;
}

.contact_form_list #message {
    width: 100% !important;
    height: 200px !important;
}


.contact_form_note {
    margin: 10px 0 0 0;
    color: #CB5245;
    font-weight: 700;
}

.contact_form_btn {
    margin: 60px 0 0 0;
    text-align: center;
}

/* mfp */
.contact_form_btn button[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    box-shadow: none;

    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 18px 18px;
    border-radius: 3.0rem;
    background-image: url(../img/cmn_ico_arr_r_white.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: auto;
    background-color: #8CA096;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.18rem;
}

div#mfp_overlay {
  color: #231815; /* mfp上書き */
}
/* /end */




/* note /////////////////////////////////////////////////////////////////////////////////////////// */
.note_body .cmn_maintitle {
    background-image: url(../img/note_maintitle_bg.jpg);
}

.note_body .cmn_maintitle h1,
.note_body .cmn_maintitle p {
    background-image: url(../img/note_maintitle_ico.svg);
}

.note_schcond {
    padding: 18px 16px;
    border: 1px solid #8CA096;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.note_schcond span {
    display: inline-block;
    margin: 0 0 0 8px;
}

.note_mainleft > *:nth-child(1) {
    margin: 0;
}

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

.note_arch_list {
    margin: 50px 0 0 0;
}

.note_arch_list > li:nth-of-type(1) {
    padding-top: 0;
}


.note_pager .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 0 -5px;
}

.note_pager .first,
.note_pager .prev,
.note_pager .pager,
.note_pager .next,
.note_pager .last {
    display: block;
    width: 50px;
    height: 50px;
    padding: 1px 0 0 0;
    border: 1px solid #8CA096;
    border-radius: 50%;
    margin: 5px 10px;
    line-height: 50px;
    color: #8CA096;
    background-color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.note_pager a:hover,
.note_pager .current {
    border: 0;
    color: #FFFFFF;
    background-color: #8CA096;
}

.note_pager .prev,
.note_pager .next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.note_pager .prev {
    background-image: url(../img/cmn_ico_arr_l_green.svg);
}

.note_pager .next {
    background-image: url(../img/cmn_ico_arr_r_green.svg);
}

.note_pager .prev:hover {
    background-image: url(../img/cmn_ico_arr_l_white.svg);
}

.note_pager .next:hover {
    background-image: url(../img/cmn_ico_arr_r_white.svg);
}


.note_pager .first,
.note_pager .last,
.note_pager .page_num {
    display: none;
}


.note_sidebar {
    margin: 0;
}

.note_schbox form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.note_schbox input[type="submit"] {
    flex-shrink: 0;
    display: inline-block;
    width: 60px;
    height: 100%;
    padding: 0;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #DCE2DF;
    border-radius: 2.0rem 0 0 2.0rem;
    margin: 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background-color: transparent;
    background-image: url(../img/note_sch_ico_glass.svg);
    background-repeat: no-repeat;
    background-position: left 60% center;
    background-size: 24px;
}

.note_schbox input[name="s"] {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: .6em .6em;
    border-width: 1px 1px 1px 0 ;
    border-style: solid;
    border-color: #DCE2DF;
    border-radius: 0 2.0rem 2.0rem 0;
    margin: 0;
    font-size: 1.4rem;
    box-shadow: none;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.note_schbox input[name="s"]::placeholder {
    color: #8CA096;
}

.note_schbox input[type="hidden"] {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0);
}


.note_rank {
    margin: 50px 0 0 0;
}

.note_rank h2 span {
    background-image: url(../img/note_rank_ico_crown.svg);
    background-position: left top 2px;
}


.note_rank_list {
    margin: 5px 0 0 0;
}

.note_rank_list li {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 23px 0 14px;
    border-bottom: 1px solid #DCE2DF;
}

.note_rank_list figure {
    position: relative;
    flex-shrink: 0;
    width: 33%;
    height: auto;
    margin: 0 20px 0 0;
}

.note_rank_list figure a {
    position: relative;
    display: block;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.note_rank_list figure img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.note_rank_list figure::after {
    content: '';
    position: absolute;
    left: 5px;
    top: -5px;
    display: block;
    /* width: 20%;
    height: 0;
    padding: 30% 0 0 0; */
    width: 20px;
    height: 30px;
    background-image: url(../img/note_rank_ico_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.note_rank_list > li:nth-of-type(1) figure::after {
    background-image: url(../img/note_rank_ico_01.svg);
}

.note_rank_list > li:nth-of-type(2) figure::after {
    background-image: url(../img/note_rank_ico_02.svg);
}

.note_rank_list > li:nth-of-type(3) figure::after {
    background-image: url(../img/note_rank_ico_03.svg);
}

.note_rank_list > li:nth-of-type(4) figure::after {
    background-image: url(../img/note_rank_ico_04.svg);
}

.note_rank_list > li:nth-of-type(5) figure::after {
    background-image: url(../img/note_rank_ico_05.svg);
}

.note_rank_list div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.note_rank_list div p {
    width: 100%;
}

.note_rank_list div a {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.04rem;
    font-weight: 500;
}

.note_rank_list div span {
    margin: 8px 0 -4px 0;
}

.note_catbox_list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}

.note_catbox {
    margin: 70px 0 0 0;
}

.note_catbox h2 span {
    background-image: url(../img/note_catbox_ico_folder.svg);
}


.note_catbox_list li {
    flex-shrink: 0;
    display: inline-block;
    margin: 5px 23px 5px 0;
}





.note_rank_noinfo {
    margin: 18px 0 0 0;
    font-size: 1.5rem;
}

.note_tagbox {
    margin: 70px 0 0 0;
}

.note_tagbox h2 span {
    background-image: url(../img/home_note_ico_tag.svg);
    background-position: left top 2px;
    background-size: 30px;
}

.note_tagbox_list {
    margin-top: 14px;
}



.note_s_infobox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #8CA096;
}

.note_s_catname {
    flex-shrink: 0;
    max-width: 90%;
    margin: 0 30px 0 0;
}

.note_s_tit {
    width: 100%;
    margin: 22px 0 0 0;
    font-size: 2.4rem;
    line-height: 1.35;
    font-weight: 700;
}

.note_s_taglist {
    width: 100%;
    margin: 22px 0 0 0;
}

.note_s_editor {
    margin: 30px 0 0 0;
}

.note_s_rel_goods,
.note_s_rel_article {
    margin: 70px 0 0 0;
}

.note_s_rel_goods h2 span {
    background-image: url(../img/header_ico_store.svg);
    background-position: left top 0;
    background-size: 32px;
}

.note_s_rel_article h2 span {
    background-image: url(../img/header_ico_note.svg);
    background-position: left top;
    background-size: 30px;
}

.note_s_rel_goodslist,
.note_s_rel_articlelist {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}

.note_s_rel_goodslist li,
.note_s_rel_articlelist li {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    width: 46%;
    margin: 15px 0;
}

.note_s_rel_goodslist figure,
.note_s_rel_articlelist figure {
    position: relative;
    flex-shrink: 0;
    width: 33%;
    height: auto;
    margin: 0 20px 0 0;
}

.note_s_rel_goodslist figure a,
.note_s_rel_articlelist figure a {
    position: relative;
    display: block;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.note_s_rel_goodslist figure img,
.note_s_rel_articlelist figure img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.note_s_rel_goodslist div,
.note_s_rel_articlelist div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.note_s_rel_goodslist div p,
.note_s_rel_articlelist div p {
    width: 100%;
}

.note_s_rel_goodslist div p a,
.note_s_rel_articlelist div p a {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.04rem;
    font-weight: 500;
}

.note_s_rel_goodslist div > a {
    display: inline-block;
    padding: 0 20px 0 0;
    color: #8CA096;
    font-size: 1.2rem;
    letter-spacing: 0.08rem;
    background-image: url(../img/cmn_ico_arr_r_green.svg);
    background-repeat: no-repeat;
    background-position: right bottom 7px;
    background-size: 15px;
}

.note_s_rel_goodslist div > a,
.note_s_rel_articlelist div span {
    margin: 8px 0 -4px 0;
}


