@charset "UTF-8";
/*=============================================*/
/*.setting*/
/*=============================================*/
article,aside,aside,canvas,details,figcaption,figure,footer,header,header,hgroup,menu,nav,section,summary {
    display: block;
}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
li {
    list-style: none;
}
a,
a:link {
    text-decoration: none;
    color: #000;
}
a:visited {
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    height: auto;
}
select::-ms-expand {
    display: none;
}
input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
    display: none;
}
i {
    font-style: normal;
}

/*=============================================*/
/* common*/
/*=============================================*/
html {
    font-size: 62.5%;
}
body {
    margin: auto;
    width: auto;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a,b,dd,dt,li,p,span,td,th {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sp_only {
    display: none !important;
}
@media screen and (max-width:768px) {
    .sp_only {
        display: block !important;
    }
    .pc_only {
        display: none !important;
    }
}
.center {
    margin: auto;
    text-align: center;
    line-height: 180%;
}
.main_width {
    width: 100%;
    max-width: 1040px;
    margin: auto;
}

/*=============================================*/
/* layout   */
/*=============================================*/
/************************/
/*  Base layout        */
/************************/
.content_block {
    overflow: hidden;
    width: 100%;
    max-width: 1040px;
    margin: auto;
}
.content_block .main_contents {
    width: 72.15%;
    float: right;
    margin-left: 2.85%;
}
.sidebar_left {
    width: 25%;
    float: left;
}
.fs-l-pageMain {
    max-width: 750px;
    width: 100%;
    float: right;
}
.fs-l-main {
    padding: 0px;
    max-width: 1040px;
    display: block;
    overflow: hidden;
}



/************************/
/*  Btn       */
/************************/
.black_btn {
    background: #8B785A; /* Old browsers */
    padding: 2px;
    text-align: center;
}
.black_btn a {
    display: block;
    /* border: 1px solid #fff; */
    font-size: 1.8rem;
    padding: 12px 0;
    color: #fff;
}



/************************/
/*  Header        */
/************************/
.head_top {
    background-color: #fff;
    border-top: none;
    overflow: hidden;
}
.head_top .desc_txt {
    display: inline-block;
    padding: 9px 0;
    font-size: 1.2rem;
}
.head_top .sab_list {
    display: inline-block;
    float: right;
    padding: 7px 0;
}
.head_top .sab_list li {
    display: inline-block;
}
.head_top .sab_list li a {
    position: relative;
    display: block;
    padding: 0 12px 0 1.7em;
    margin-right: 10px;
    border-right: 1px solid #c5c5c5;
    font-size: 1.3rem;
    line-height: 1.1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.head_top .sab_list li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.head_top .sab_list li a:before {
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    content: '';
    margin: auto;
}

.head_top .sab_list li.mypage a:before {
    width: 17px;
    height: 17px;
    background: url(../img/common/ico-mypage.svg) no-repeat;
    background-size: contain;
}
.head_top .sab_list li.user a:before {
    width: 17px;
    height: 17px;
    background: url(../img/common/ico-user.svg) no-repeat;
    background-size: contain;
}
.head_top .sab_list li.delivery a:before {
    width: 17px;
    height: 17px;
    background: url(../img/common/ico-delivery.png) no-repeat;
    background-size: contain;
}


.head_main {
    height: 128px;
    padding: 12px 0;
    background: url(../img/common/bg-header-pattern.jpg) repeat-x;
    overflow: hidden;
    box-sizing: border-box;
}
.head_main .main_width {
    position: relative;
}
.head_main .main_width:after {
    position: absolute;
    right: -100px;
    top: -12px;
    content: '';
    width: 808px;
    height: 128px;
    background: url(../img/common/bg-headr-ornament.png) no-repeat;
    background-size: 100%;
    z-index: 0;
    content: none;
}
.head_main .logo {
    float: left;
    margin-top: 3px;
}

@media screen and (max-width: 767px){
    .head_main .logo {
        margin-top: 0;
    }
}
.head_main .contact {
    position: relative;
    float: right;
    padding-top: 18px;
    z-index: 1;
}
.head_main .contact li {
    display: inline-block;
    margin-right: 6px;
}
.head_main .contact li:last-child {
    margin-right: 0;
}


/************************/
/*  Mina Visual        */
/************************/
.main_visual_block {
    position: relative;
    height: 535px;
    padding: 35px 0;
    background: url(../img/top/mv-bg.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}
.main_visual_block:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 19px;
    background: url(../img/top/mv-white-top.png) center repeat-x;
    z-index: 2;
}
.main_visual_block:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 13px;
    background: url(../img/top/mv-white-bottom.png) center repeat-x;
    z-index: 2;
}
.main_visual_block .txt {
    position: relative;
    z-index: 2;
}
.main_visual_block .meet_img {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
}
.main_visual_block .meet_img img {
    max-width: none;
}



/************************/
/*  TOP NEWS        */
/************************/
.top-news_block {
    margin: 30px 0;
}
.top-news_block .main_width {
    border: 2px solid #97ABA9;
    /* padding: 2px; */
    /* background: url(../img/common/pattern-check.png) repeat; */
    overflow: hidden;
}
.top-news_block .inner {
    position: relative;
    padding: 4px 50px 4px 4px;
    /* background-color: #f2f2f2; */
    overflow: hidden;
}
.ttl_zone {
    width: 10%;
    float: left;
}
.top-news_block h2 {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    padding: 1.1rem 0.5em;
    font-size: 2.4rem;
    line-height: 1.2;
    box-sizing: border-box;
}
.top-news_block dl {
    width: 88%;
    float: right;
    padding: 11px 20px;
    box-sizing: border-box;
}
.top-news_block dl dt {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    text-align: center;
}
.top-news_block dl dd {
    padding-left: 6em;
    /* min-height: 8em; */
}
.top-news_block dl dd .date {
    display: block;
    padding-top: 0.3em;
    margin-bottom: 1em;
    font-weight: bold;
}
.top-news_block dl dd .date:after {
    content: ':';
    margin-left: 1em;
}
.top-news_block dl dd p {
    line-height: 1.6;
}


/************************/
/*  Top Contents        */
/************************/
.top_bnr_list li {
    margin-bottom: 30px;
}
.top_bnr_list li img {
    vertical-align: bottom;
}

.main_ttl {
    margin-bottom: 20px;
    background: url(../img/common/bg-main-ttl.png) no-repeat;
    background-size: cover;
    padding: 1px 0;
}
.main_ttl span {
    display: block;
    padding: 12px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 2.4rem;
    /* color: #fff; */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.column_3_product li {
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
}
.column_3_product li:nth-child(3n) {
    margin-right: 0;
}
.column_3_product li img {
    border: 1px solid #c1c0c0;
    vertical-align: bottom;
    box-sizing: border-box;
}
.column_3_product li .t_category {
    margin-bottom: 10px;
    background-color: #f0ebda;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 0;
}
.column_3_product li .t_name {
    margin-bottom: 0.3em;
    font-weight: bold;
    line-height: 1.4;
}
.column_3_product li .t_price {
    font-weight: bold;
    color: #961c1d;
}


.long_bnr_block {
    margin-bottom: 40px;
}
.long_bnr_block img {
    vertical-align: bottom;
}


.ranking_block {
    margin-bottom: 25px;
    overflow: hidden;
}
.ranking_block li {
    position: relative;
    width: 49%;
    float: left;
    margin: 0 2% 12px 0;
}
.ranking_block li:nth-child(2n),
.ranking_block li:first-child {
    width: 49%;
}
.ranking_block li:nth-child(2n) {
    margin-right: 0;
}
/*
.ranking_block li:nth-child(5) {
    margin-right: 0;
}

.ranking_block  li a span {
    position: absolute;
    left: 5px;
    top: 20px;
    padding-left: 70px;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2.6rem;
    text-shadow:0px 0px 9px #000000;
}
.ranking_block  li a span:before {
    position: absolute;
    left: 0;
    top: -10px;
    content: '';
    width: 60px;
    height: 60px;
}
.ranking_block  li:first-child a span:before {
    background: url(../img/top/rank-no1-pc.png) no-repeat;
    background-size: 100%;
}
.ranking_block  li:nth-child(2) a span:before {
    background: url(../img/top/rank-no2-pc.png) no-repeat;
    background-size: 100%;
}
.ranking_block  li:nth-child(3) a span:before {
    background: url(../img/top/rank-no3.png) no-repeat;
    background-size: 100%;
}
.ranking_block  li:nth-child(4) a span:before {
    background: url(../img/top/rank-no4.png) no-repeat;
    background-size: 100%;
}
.ranking_block  li:nth-child(5) a span:before {
    background: url(../img/top/rank-no5.png) no-repeat;
    background-size: 100%;
}
*/

.shop_info_block {
    margin-bottom: 40px;
    background: url(../img/common/info-shop-img.png),linear-gradient(0deg, #FCF7F1 -0.08%, #CFC2B1 100.03%);
    background-size: cover;
    overflow: hidden;
}
.shop_info_block .right {
    width: 46.5%;
    float: right;
    padding: 15px 20px 25px 0;
    box-sizing: border-box;
    text-align: right;
}
.shop_info_block .left {
    width: 50%;
    float: left;
}
.shop_info_block .left img {
    display: none;
}

.shop_info_block .shop_logo {
    margin-bottom: 13px;
}
.shop_info_block .tel {
    margin-bottom: 13px;
}


/************************/
/*  Side Bar        */
/************************/
.ttl_red_ornament {
    background: url(../img/common/bg-ttl-red-pattern-pc.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1.8rem;
    padding: 11px 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.8em;
}

.flower_ttl {
    position: relative;
    margin-bottom: 1px;
    padding: 0.5em 0 0.5em 50px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.8rem;
}
/* .flower_ttl:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: url(../img/common/pattern-check.png) repeat-x;
} */
.flower_ttl:before {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    content: '';
    width: 25px;
    height: 22px;
    margin: auto;
    background: url(../img/common/ico-hisi.svg) no-repeat;
    background-size: 100%;
}

.select_list {
    /* background: url(../img/common/bg_beige.jpg) repeat; */
    padding: 12px;
    /* border: 2px solid #eae6d0; */
}
.select_list li {
    position: relative;
    background-color: #fff;
    margin: 0 0 20px;
}
.select_list li:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.select_list li:last-child {
    margin-bottom: 0;
}
.select_list li:last-child:after {
    content: none;
}
.select_list li a {
    display: block;
}
.select_list li span,
.select_list li b {
    display: table-cell;
    vertical-align: middle;
}
.select_list li b {
    width: 70px;
    height: auto;
    padding-right: 18px;
}
.select_list li span {
    position: relative;
    padding: 5px 5px 5px 25px;
    text-align: left;
    color: #000;
}
.select_list li img {
    width: 70px;
    vertical-align: bottom;
}
.select_list li span:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/common/ico-arrow.png) no-repeat;
    background-size: 100%;
    margin: auto;
}

.txt_link_list_block {
    margin-bottom: 35px;
    padding: 12px;
    /* background: url(../img/common/bg_beige.jpg) repeat;
    border: 2px solid #eae6d0; */
}
.txt_link_list_block ul {
    /* padding: 5px;
    background-color: #fff;
    border: 1px solid #e1dece; */
}
.txt_link_list_block ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.txt_link_list_block ul li:first-child {
    padding-top: 10px;
}
.txt_link_list_block ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
}
.txt_link_list_block ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.txt_link_list_block ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/common/ico-arrow.png) no-repeat;
    background-size: 100%;
    margin: auto;
}


.shop_guide_block {
    margin-bottom: 35px;
    padding: 12px;
    /* background: url(../img/common/bg_beige.jpg) repeat;
    border: 2px solid #eae6d0; */
}
.shop_guide_block img {
    margin-bottom: 10px;
}
.shop_guide_block .black_btn {
    margin-bottom: 14px;
    /* max-width: 232px; */
}
.shop_guide_block p {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #8e8e8e;
}
.shop_guide_block .time {
    padding: 10px 5px 10px 20px;
    /* border: 1px solid #e1dece; */
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
}
.shop_guide_block .time .red {
    display: block;
    color: #bb3224;
}

/************************/
/*  Footer        */
/************************/
.footer_block {
    text-align: center;
    background-color: #231815;
}
.footer_block,
.footer_block a {
    color: #fff;
}

.footer_block .foot_nav {
    margin-bottom: 25px;
    padding: 50px 0 30px;
    /* background: url(../img/common/foot-bg-img.png) right top no-repeat; */
}
.footer_block .foot_nav li {
    display: inline-block;
    margin-right: 4em;
}
.footer_block .foot_nav li a {
    display: block;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.foot_guide_block b {
    display: block;
    margin-bottom: 1.2em;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.foot_guide_block ul li {
    display: inline-block;
}
.foot_guide_block ul li a {
    font-size: 1.3rem;
}
.foot_guide_block ul li:after {
    content: '|';
    margin: 0 5px;
    color: #fff;
}
.foot_guide_block ul li:last-child:after {
    content: none;
}
.copyright {
    padding: 130px 0 20px;
    color: #fff;
    font-size: 1.3rem;
}

.back_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    width: 45px;
    height: 45px;
}

/*=============================================*/
/* Page*/
/*=============================================*/
/************************/
/*  Page Common        */
/************************/
.page_ttl_block {
    background: linear-gradient(90deg, #EFECE8 0%, #FFF 100%);
    /* background: url(../img/page/bg-page-ttl.jpg) no-repeat right center; */
    background-size: cover;
}
.page_ttl_block h2 {
    padding: 2.3em 0;
    font-size: 3.8rem;
}
.breadcrumb {
    padding: 30px 0;
}
.breadcrumb li {
    display: inline-block;
    font-size: 1.5rem;
}
.breadcrumb li a {
    font-size: 1.5rem;
}
.breadcrumb li:after {
    content: '>';
    margin: 0 0.2em;
}
.breadcrumb li:last-child:after {
    content: none;
}

.bo_bo_ttl {
    position: relative;
    margin-bottom: 48px;
    font-size: 2.6rem;
    font-weight: 900;
    padding-left: 28px;
    border-left: 5px solid #AD7D42;
}
.bo_bo_ttl:after {
    position: absolute;
    left: 3px;
    bottom: 0;
    top: 0;
    content: '';
    width: 2px;
    background: #AD7D42;
}

/************************/
/*  Page layout        */
/************************/
.pa_main_v_block {
    margin-bottom: 40px;
}
.pa_main_v_block img {
    vertical-align: bottom;
}

.page_block {
    margin-bottom: 50px;
}
.red_txt  {
    display: block;
    margin-bottom: 1.2em;
    font-size: 1.7rem;
    color: #a02121;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    line-height: 1.4;
}
.left_img,
.right_img {
    overflow: hidden;
    margin-bottom: 25px;
}
.right_img .img {
    width: 40%;
    float: right;
    margin-left: 3%;
}
.left_img .img {
    width: 40%;
    float: left;
    margin-right: 3%;
}

.left_img .txt,
.right_img .txt {
    overflow: auto;
}
.left_img .txt p,
.right_img .txt p {
    line-height: 1.5;
    margin-bottom: 0.8em;
}

/**************************/
/*  牛玉のお肉が美味しい理由*/
/**************************/
.arrow_flow_list li {
    position: relative;
    margin-bottom: 72px;
    text-align: center;
}
.arrow_flow_list li:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    content: '';
    width: 26px;
    height: 52px;
    margin: auto;
    background: url(../img/page/reason/arrow-bottom.png) no-repeat;
    background-size: 100%;
}
.arrow_flow_list li:last-child:after {
    content: none;
}
.arrow_flow_list li.half {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.arrow_flow_list li.half:nth-child(2) {
    margin-right: 0;
}

.arrow_flow_list li p {
    font-size: 3.2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.2;
    color: #fff;
}
.arrow_flow_list li p small {
    display: block;
    font-size: 2.0rem;
}

.arrow_flow_list li.bg_red {
    padding: 20px 0;
    background-color: #a10f0f;
    border: 2px solid #ab2005;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    box-sizing: border-box;
}
.arrow_flow_list li.bg_gray {
    clear: both;
    padding: 20px 0;
    background-color: #4b4b4b;
    border: 2px solid #4b4b4b;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    box-sizing: border-box;
}
.arrow_flow_list li.bg_white {
    background-color: #b18247;
    padding: 2px;
}
.arrow_flow_list li.bg_white .inner {
    padding: 20px 0;
    background-color: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: inset 0 0 0 2px #b18247;
    -moz-box-shadow: inset 0 0 0 2px #b18247;
    box-shadow: inset 0 0 0 2px #b18247;
    box-sizing: border-box;
}
.arrow_flow_list li.ico span {
    display: block;
    font-size: 2.4rem;
}

/**************************/
/*  最高級の大和牛･山形牛    */
/**************************/
.beige_notice_txt {
    margin: -0.5em 0 0;
    font-size: 1.4rem;
    color: #daa534;
}
.beige_notice_txt span {
    display: inline-block;
    margin: 0 3px;
    padding: 5px 10px;
    background-color: #daa534;
    color: #fff;
    font-size: 1.4rem;
}

.red_b_ttl {
    position: relative;
    margin-bottom: 20px;
}
.red_b_ttl span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    background-color: #fff;
    font-size: 1.8rem;
    z-index: 1;
}
.red_b_ttl:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #a02121;
}
.red_b_ttl span b {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 5px;
    background-color: #a02121;
    font-size: 1.5em;
    color: #fff;
    font-weight: normal;
    vertical-align: sub;
}

/**************************/
/*  実店舗のご案内    */
/**************************/
.shop_access p > a i {
    margin: 0 5px;
}
.shop_access p > a {
    text-decoration: underline;
}
.shop_access p > a:hover {
    text-decoration: none;
}
.shop_access .tel {
    margin-bottom: 20px;
}
.shop_access .tel p {
    margin-bottom: 0;
    font-size: 2.7rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.2;
}
.shop_access .tel p a {
    font-size: 1em;
}
.shop_access .tel i {
    margin-right: 3px;
}
.shop_access .tel span {
    font-size: 1.4rem;
}

.access_info .red_obi {
    display: inline-block;
    padding: 3px 5px;
    background-color: #a02121;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.access_info b {
    display: block;
    margin-bottom: 0.8em;
}
.access_info ul {
    margin-bottom: 15px;
}
.access_info ul li {
    margin-bottom: 0.3em;
    text-indent: -1em;
    padding-left: 1em;
}
.access_info ul li:before  {
    content: '●';
    margin-right: 3px;
    color: #8ba3ab;
}
.g_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.g_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.company_table {
    width: 100%;
    margin-bottom: 60px;
}
.company_table th {
    width: 30%;
    padding: 15px 0;
    border-bottom: 3px solid #8c8c8c;
}
.company_table td {
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
}


.shop_info_list {
    font-size: 0;
}
.shop_info_list li {
    display: inline-block;
    width: 32%;
    margin: 0 2% 25px 0;
    vertical-align: top;
}
.shop_info_list li:nth-child(3n) {
    margin-right: 0;
}
.shop_info_list li p {
    margin-top: 0.5em;
    font-size: 1.4rem;
}


/*=============================================*/
/*media query（SP）*/
/*=============================================*/
@media screen and (max-width: 768px) {
    /*=============================================*/
    /* common*/
    /*=============================================*/
    .main_width {
        width: 96%;
        margin: auto;
    }

    /*=============================================*/
    /* layout   */
    /*=============================================*/
    /************************/
    /*  Base layout        */
    /************************/
    .content_block .main_contents {
        width: 100%;
        float: none;
        margin: 0 0 50px 0;
    }
    .content_block .sidebar_left {
        width: 96%;
        float: none;
        margin: auto;
    }
    .sidebar_left {
        width: 96%;
        float: none;
        margin: auto;
        clear: both;
    }
    .fs-l-main {
        width: 100%;
        float: none;
        margin: 0 0 50px 0;
    }
    .fs-l-pageMain {
        width: 96%;
        float: none;
        margin: 0 auto;
    }




    /************************/
    /*  Header        */
    /************************/
    .head_top {
        display: none;
    }
    .head_main {
        height: auto;
        padding: 10px 0;
        /* background-color: #fadedb; */
        background: url(../img/common/bg-header-pattern.jpg) repeat-x center;
        /* background-image: none; */
    }
    .head_main .main_width {
        position: relative;
    }
    .head_main .main_width:after {
        content: none;
    }
    .head_main .logo {
        width: 20%;
        max-width: 120px;
    }
    .head_main .contact {
        display: none;
    }
    .head_main .desc_txt.sp_only {
        clear: both;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .head_main .desc_txt.sp_only span {
        /* color: #e45254; */
        font-size: 1.4rem;
    }

    /************************/
    /*  Mina Visual        */
    /************************/
    .main_visual_block {
        height: auto;
        padding: 0;
        background: none;
    }
    .main_visual_block:after,
    .main_visual_block:before {
        content: none;
    }
    .main_visual_block.sp_only img {
        vertical-align: bottom;
    }
    /************************/
    /*  TOP NEWS        */
    /************************/
    .top-news_block .inner {
        padding: 0 0;
    }
    .ttl_zone {
        width: 100%;
        float: none;
    }
    .top-news_block h2 {
        position: static;
        width: 100%;
        height: auto;
        padding: 10px 0.5em;
    }
    .top-news_block dl {
        width: 100%;
        float: none;
        padding: 15px 10px;
    }
    .top-news_block dl dt {
        margin-right: 1em;
    }
    .top-news_block dl dd {
        padding-left: 0;
        min-height: auto;
    }
    .top-news_block dl dd .date:after {
        content: none;
    }
    .top-news_block dl dd p {
        margin-top: 0.3em;
    }

    /************************/
    /*  Top Contents        */
    /************************/
    .column_3_product li {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
    .column_3_product li img {
        width: 100%;
    }
    .long_bnr_block {
        margin-bottom: 30px;
    }

    .ranking_block li {
        width: 100%;
        float: none;
        margin: 0 0 12px 0;
    }
    .ranking_block li:nth-child(2n),
    .ranking_block li:first-child {
        width: 100%;
    }
    .ranking_block  li a span {
        font-size: 3.0rem;
    }
    .ranking_block  li:first-child a span:before {
        background: url(../img/top/rank-no1.png) no-repeat;
        background-size: 100%;
    }
    .ranking_block  li:nth-child(2) a span:before {
        background: url(../img/top/rank-no2.png) no-repeat;
        background-size: 100%;
    }


    .shop_info_block {
        margin-bottom: 30px;
        background: linear-gradient(0deg, #FCF7F1 -0.08%, #CFC2B1 100.03%);
        background-size: cover;
    }
    .shop_info_block .right {
        width: 100%;
        float: none;
        padding: 15px 20px 25px 20px;
        text-align: center;
    }
    .shop_info_block .left {
        width: 100%;
        float: none;
    }
    .shop_info_block .left img {
        display: block;
    }
    .shop_info_block .shop_logo {
        margin-bottom: 10px;
    }
    .shop_info_block .tel {
        margin-bottom: 10px;
    }

    /************************/
    /*  Footer        */
    /************************/
    .footer_block {
        padding: 0 2%;
        background: #060606;
        text-align: center;
    }

    .footer_block .foot_nav {
        padding: 20px 0 20px;
        background: none;
        text-align: left;
    }
    .footer_block .foot_nav li {
        display: block;
        margin: 0 2em 0.8em 0;
    }
    .copyright {
        padding: 60px 0 10px;
    }


    /*=============================================*/
    /* Page*/
    /*=============================================*/
    /************************/
    /*  Page Common        */
    /************************/
    .page_ttl_block {
        background: linear-gradient(90deg, #EFECE8 0%, #FFF 100%);
    }
    .page_ttl_block h2 {
        font-size: 2.5rem;
    }
    .breadcrumb {
        padding: 15px 0;
    }
    .breadcrumb li {
        font-size: 1.3rem;
    }
    .breadcrumb li a {
        font-size: 1.3rem;
    }

    .bo_bo_ttl {
        font-size: 2.3rem;
    }

    /************************/
    /*  Page layout        */
    /************************/
    .pa_main_v_block {
        margin-bottom: 30px;
    }

    .page_block {
        width: 96%;
        margin: 0 auto 40px;
    }
    .red_txt  {
        display: block;
        margin-bottom: 1.2em;
        font-size: 1.7rem;
        color: #a02121;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: normal;
        line-height: 1.4;
    }
    .left_img,
    .right_img {
        overflow: hidden;
        margin-bottom: 25px;
    }
    .left_img .img,
    .right_img .img {
        width: 80%;
        float: none;
        margin: 0 auto 15px;
        text-align: center;
    }

    .left_img .txt p,
    .right_img .txt p {
        font-size: 1.4rem;
    }

    /**************************/
    /*  牛玉のお肉が美味しい理由*/
    /**************************/
    .arrow_flow_list li p {
        font-size: 2.3rem;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        line-height: 1.2;
        color: #fff;
    }
    .arrow_flow_list li p small {
        display: block;
        font-size: 1.4rem;
    }

    .arrow_flow_list li.ico span {
        display: block;
        font-size: 1.8rem;
    }


    /**************************/
    /*  最高級の大和牛･山形牛    */
    /**************************/

    .red_b_ttl {
        margin-bottom: 15px;
    }
    .red_b_ttl span {
        font-size: 1.6rem;
    }


    /**************************/
    /*  実店舗のご案内    */
    /**************************/

    .company_table {
        margin-bottom: 30px;
    }
    .company_table td,
    .company_table th {
        font-size: 1.4rem;
    }

    .shop_info_list li {
        width: 47.5%;
        margin: 0 5% 15px 0;
    }
    .shop_info_list li:nth-child(3n) {
        margin-right: 5%;
    }
    .shop_info_list li:nth-child(2n) {
        margin-right: 0;
    }
    .shop_info_list li p {
        font-size: 1.3rem;
    }
    .shop_access .tel p {
        font-size: 2.3rem;
    }
}



/*=============================================*/
/* Global Nav*/
/*=============================================*/
/******************************/
/*  (PC)Global Nav        */
/******************************/
.pc_main_nav_block {
    background: linear-gradient(90deg, #D7CFC4 0%, #D0C1B1 50%, #D7CFC4 100%);
/*    overflow-x: hidden; */
}
.main_nav_list {
    position: relative;
    width: 100%;
    display: table;
}
/* .main_nav_list:before {
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    content: '';
    width: 79px;
    height: 23px;
    margin: auto;
    background: url(../img/common/nav-ornament-left.png) no-repeat;
}
.main_nav_list:after {
    position: absolute;
    right: -80px;
    top: 0;
    bottom: 0;
    content: '';
    width: 79px;
    height: 23px;
    margin: auto;
    background: url(../img/common/nav-ornament-right.png) no-repeat;
} */

.main_nav_list > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.main_nav_list > li > a span,
.main_nav_list > li > a {
    display: block;
    color: #000000;
    font-size: 1.6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.main_nav_list > li > a {
    padding: 17px 25px;
    height: 56px;
}
.main_nav_list > li:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 1px;
    height: 30px;
    margin: auto;
    background-color: #97ABA9;
}
.main_nav_list > li.cart_link {
    background: #8B785A;
}
.main_nav_list > li > a:hover {
    background: #7D6743;
    color: #ffffff;
}
.main_nav_list > li.cart_link span,
.main_nav_list > li.cart_link a {
    color: #000;
}
.main_nav_list > li.cart_link .fs-p-headerNavigation__viewCartButton__label {
    position: relative;
    padding-left: 28px;
    color: #FFF;
}
.main_nav_list > li.cart_link .fs-p-headerNavigation__viewCartButton__label:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 22px;
    height: 22px;
    margin: auto;
    background: url(../img/common/nav-ico-cart.svg) no-repeat;
    background-size: contain;
}
.main_nav_list > li.cart_link .fs-p-cartItemNumber {
    background: #ab0505;
    color: #fff;
    font-size: 1.4rem;
    top: -11px;
    right: -7px;
    padding: 5px 10px;
    line-height: 100%;
    color: #fff;
}

.main_nav_list > li.drop_down {
    background: url(../img/common/nav-ico-arrow.svg) no-repeat center 85%;
}
.pc_main_nav_block .sab_nav {
    display: none;
    position: absolute;
    left: 0;
    width: 200%;
    margin-top: 10px;
    background-color: #fff;
    opacity: 0.9;
    z-index: 10;
}
.pc_main_nav_block .sab_nav li {
    border-bottom: 1px solid #cccccc;
}
.pc_main_nav_block .sab_nav li:last-child {
    border-bottom: 0;
}
.pc_main_nav_block .sab_nav li a {
    display: block;
    padding: 10px 0;
}
.pc_main_nav_block .sab_nav li a:hover {
    background-color: #EEE6DC;
}

/*=============================================*/
/*media query（Tablet）*/
/*=============================================*/
@media screen and (max-width: 1034px) {
    .main_nav_list::after,
    .main_nav_list::before {
        content: none;
    }
}
/******************************/
/*  (SP)Global Nav        */
/******************************/
@media screen and (max-width: 768px) {
    .pc_main_nav_block {
        display: none;
    }
}


/*=============================================*/
/* Sp Nav*/
/*=============================================*/
/******************************/
/*  (PC)Sp Nav        */
/******************************/
.sp_g_nav {
    display: none;
}

/******************************/
/*  (Sp)Sp Nav        */
/******************************/
@media screen and (max-width: 768px) {
    .sp_main_nav_box {
        position: absolute;
        right: 0;
        top: 0;
        width: 80%;
        height: 50px;
    }
    .nav_sp_list {
        float: right;
    }
    .nav_sp_list li {
        position: relative;
        display: block;
        float: left;
        width: 50px;
        height: 50px;
        /* border-right: 1px solid #fff; */
        /* background-color: #a27917; */
        text-align: center;
    }
    .nav_sp_list li:last-child {
        border-right: 0;
    }
    .nav_sp_list li a {
        display: block;
    }
    .nav_sp_list li i {
        display: block;
        line-height: 50px;
    }
    .nav_sp_list li img {
        /* width: 55%; */
        height: auto;
        vertical-align: middle;
    }
    .nav_sp_list li.user img {
        /* width: 40%; */
    }
    .nav_sp_list li.menu {
        position: relative;
        background-color: none;
    }
    .nav_sp_list li.cart {
        position: relative;
    }
    .fs-p-cartItemNumber {
        background: #ab0505;
    }
    .fixed {
/*      position: fixed; */
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .sp_menu_trigger,
    .sp_menu_trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        cursor: pointer;
    }
    .sp_menu_trigger {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 40px;
        height: 40px;
        margin: auto;
        z-index: 9999;
    }
    .sp_menu_trigger span {
        position: absolute;
        background: #97682F;
        width: 26px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .sp_menu_trigger span:nth-of-type(1) {
        top: 13px;
    }
    .sp_menu_trigger span:nth-of-type(2) {
        top: 0;
        bottom: 0;
    }
    .sp_menu_trigger span:nth-of-type(3) {
        bottom: 13px;
    }
    .sp_menu_trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
    .sp_menu_trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .sp_menu_trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }
    .sp_g_nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #000;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        z-index: 9998;
        overflow-y: scroll;
    }
    .sp_main_nav {
        width: 96%;
        margin: 0 auto 15px;
        padding: 60px 0 0;
        border-top: 1px solid #ccc;
    }
    .sp_main_nav > ul > li {
        border-bottom: 1px solid #ccc;
    }
    .sp_main_nav li a {
        position: relative;
        display: block;
        text-decoration: none;
        padding: 0.8em  1em 1em 1em;
        font-size: 1.4rem;
        color: #fff;
    }
    .sp_main_nav .sp_sab li a:before,
    .sp_main_nav > ul > li > a:before {
        position: absolute;
        content: '';
        right: 19px;
        top: 0;
        bottom: 0;
        width: 8px;
        height: 12px;
        content: '';
        margin: auto;
        background: url(../img/common/menu-ico-arrowr.png) no-repeat;
        background-size: auto;
        background-size: 100%;
    }
    .sp_main_nav .sp_sab {
        border-top: 1px solid #ccc;
    }
    .sp_main_nav .sp_sab li {
        padding-left: 1.5em;
        border-top: 1px solid #ccc;
    }
    .sp_main_nav .sp_sab li:first-child {
        border-top: none;
    }

    .sp_menu_trigger:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 1.0rem;
    }
    .sp_contact_box {
        display: block;
        width: 96%;
        margin: 0 auto 10px;
        padding: 14px 20px 12px 30px;
        background: url(../img/common/ico-mail.png)no-repeat 20px center, #16489f;
        border-radius: 15px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
    }
    .sp_contact_box a {
        color: #fff;
    }
    .sp_g_nav .bottom_nav_list {
        width: 96%;
        margin: auto;
        padding-bottom: 50px;
    }
    .sp_g_nav .bottom_nav_list li {
        margin-bottom: 10px;
    }
    .sp_g_nav .bottom_nav_list li a {
        display: block;
        padding: 10px 0;
        border: 1px solid #ccc;
        text-align: center;
    }

}


/*=============================================*/
/*.layout調整*/
/*=============================================*/

.fs-l-main {
    max-width: 1040px;
}

.fs-l-sideArea + .fs-l-pageMain {
    max-width: 750px;
    float: none;
    width: 96%;
    margin: 0 auto 80px;
}

.fs-l-sideArea {
    max-width: 260px;
}

.fs-l-header {
    padding-top: 0;
}

/******************************/
/*  パンくず        */
/******************************/
.fs-c-breadcrumb {
    font-size: 1.2rem;
    max-width: 1040px;
    margin: 20px auto auto;
}
.fs-c-breadcrumb li a,
.fs-c-breadcrumb li {
    font-size: 1.2rem;
    color: #000;
}
.fs-c-breadcrumb li a {
    text-decoration: underline;
}

/******************************/
/* 商品グループ        */
/******************************/
#fs_Top .recommend_list{
    margin-bottom: 50px;
}

#fs_ProductCategory.fs-body-category-net .fs-c-productList,#fs_ProductCategory.fs-body-category-otoku .fs-c-productList{
    margin-top: 40px;
}

.fs-c-productList {
    margin: 0 0 80px;
}

.fs-c-productList .main_ttl{
    padding: 5px 0;
    margin-bottom: 0;
}

.fs-c-productList .main_ttl span{
    padding: 20px 30px;
}

.fs-c-productList .recommend_list{
    background-color: #fef5e8;
    background: url(../img/common/bg_recommend_list.png) no-repeat 50% 50%;
    background-size: cover;
    padding: 20px 0 28px;
    margin-bottom: 50px;
}

.fs-c-productList__controller {
    background-color: #fbe4e3;
    padding: 0 12px;
}

.fs-c-sortItems__label {
    border: 1px solid #000;
    background-color: #fff;
}

.fs-c-sortItems{
    align-items: center;
}

@media screen and (max-width: 767px){
    .fs-c-sortItems{
        flex-wrap: wrap;
        border: none;
    }
    .fs-c-sortItems__label {
        width: 100%;
        margin-bottom: 1em;
    }
    .fs-c-sortItems__list{
        border: none;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.fs-c-sortItems__list__item__label{
    text-decoration: underline !important;
}

.fs-c-sortItems__list__item__label:hover{
    text-decoration: none !important;
}

.fs-c-sortItems__list__item.is-active {
    background: #bb3224;
}

.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label{
    text-decoration: none !important;
}

.fs-c-sortItems__list__item.is-active span {
    color: #fff;
}

.fs-c-productList__list {
    display: block;
    font-size: 0;
}
.fs-c-productList__list__item.fs-c-productListItem {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
    border-bottom: 0;
}
.fs-c-productList__list__item.fs-c-productListItem:nth-child(3n) {
    margin-right: 0;
}
.fs-c-button--primary,
.fs-c-button--addToCart--list.fs-c-button--plain {
    background: #8D3043;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    font-weight: bold;
}
.fs-c-button--primary {
    padding: 10px;
}
.fs-c-button--plain:hover {
    opacity: 0.8;
    text-decoration: none;
}
.fs-c-productName__name {
    color: #000;
    font-weight: bold;
    min-height: 2.5em;
}

.fs-c-price__value {
    color: #961c1d;
    font-weight: bold;
}
.fs-c-price__currencyMark {
    color: #961c1d;
}
.fs-c-productPrice__addon__label,
.fs-c-productPrice__addon {
    font-size: 1.6rem;
    color: #961c1d;
}

.fs-c-productName__copy {
    background-color: #f6d1be;
    display: block;
    text-align: center;
    margin: -10px 0 10px;
    padding: 5px 0;
    color: #000;
    font-size: 1.6rem;
}

.fs-c-button--viewProductDetail.fs-c-button--plain {
    display: block;
    background: #8B785A;
    color: #fff;
    padding: 5px 15px;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-weight: bold;
}
.fs-c-button--viewProductDetail.fs-c-button--plain:before {
    content: none;
}

/******************************/
/* 商品グループ（SP）        */
/******************************/
@media screen and (max-width: 768px) {
    .fs-c-productList__list__item.fs-c-productListItem {
        width: 47.5%;
        margin-right: 5%;
    }
    .fs-c-productList__list__item.fs-c-productListItem:nth-child(3n) {
        margin-right: 5%;
    }
    .fs-c-productList__list__item.fs-c-productListItem:nth-child(2n) {
        margin-right: 0;
    }

}

/******************************/
/* 商品アイコン        */
/******************************/
#fs_ProductDetails .item_icon_description .icon_name{
    font-size: 1.4rem;
}

#fs_ProductDetails .fs-c-productMark__label{
    font-size: 1.4rem;
}

.fs-c-productMark__mark,
.item_icon_description .icon_name{
    padding: 0.5em;
    border-radius: 5px;
}

.fs-c-productMark__mark{
    margin-right: 4px;
    margin:0 4px 4px 0;
}

.item_icon_description .icon_name{
    font-size: 1.2rem;
}

.fs-c-productMark__label{
    font-size: 1.2rem;
}
/* 冷蔵 */
.fs-c-productMark__item .cold,
.item_icon_description .icon_name.cold{
    background: #CFF1FF;
}
/* 冷凍 */
.fs-c-productMark__item .frozen,
.item_icon_description .icon_name.frozen{
    background: #EFEFEF;
}
/* 常温 */
.fs-c-productMark__item .normal,
.item_icon_description .icon_name.normal{
    background: #F9DDC2;
}
/* ギフト */
.fs-c-productMark__item .gift,
.item_icon_description .icon_name.gift{
    background: #FFE1DA;
}
/* のし可 */
.fs-c-productMark__item .packaging,
.item_icon_description .icon_name.packaging{
    background: #E8E2BA;
}
/* のし不可 */
.fs-c-productMark__item .no-packaging,
.item_icon_description .icon_name.no-packaging{
    background: #E4D5C3;
}
/* 日付指定不可 */
.fs-c-productMark__item .date,
.item_icon_description .icon_name.date{
    background: #b3d465;
}
/* トレー */
.fs-c-productMark__item .tray,
.item_icon_description .icon_name.tray{
    background: #F2E5D0;
}
/* おすすめ商品 */
.fs-c-productMark__item .recommend,
.item_icon_description .icon_name.recommend{
    background: #FAD8F0;
}
/* 数量セット販売 */
.fs-c-productMark__item .set,
.item_icon_description .icon_name.set{
    background: #e5f2d0;
}

/******************************/
/* 商品アイコン説明        */
/******************************/
.item_icon_description{
    border: 1px solid #8C8C8C;
    padding: 2em 3em;
    border-radius: 3px;
    margin: 4em 0 5.7em !important;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px){
    .item_icon_description{
        padding: 2em 1em;
    }
}

.item_icon_description .icon_description_title{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1em;
    font-weight: 900;
    padding-bottom: 0.4em;
}

.item_icon_description .icon_list{
    display: inline-block;
    width: 46%;
}

@media screen and (max-width:767px){
    .item_icon_description .icon_list{
        display: inline-block;
        width: 100%;
    }
}

.item_icon_description .icon_list:first-of-type{
    margin-right: 7%;
}

@media screen and (max-width: 767px){
    .item_icon_description .icon_list:first-of-type{
        margin-right: 0;
    }
}

.item_icon_description .icon_item{
    width: 100%;
    margin-bottom: 1em;
}

.item_icon_description .icon_name{
    padding: 0.5em;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-right: 1.7em;
}

.item_icon_description .icon_name:after{
    content: '・・・';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -1.5em;
    transform: translateY(-50%);
    letter-spacing: -0.5em;
    color: #3c3c3c;
}

.item_icon_description .icon_description{
    display: inline-block;
}

.item_icon_description .icon_note{
    margin-top: 0.5em;
}

.item_icon_description .icon_note:before{
    content: '※';
}

/******************************/
/* 商品詳細        */
/******************************/

.product_name_ttl {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 0.4em;
    font-size: 2.6rem;
    font-weight: bold;
}
.product_name_ttl:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 6px;
    background: url(../img/common/ttl-border.jpg);
}
.fs-c-productNameHeading__copy,
.fs-c-productNameHeading__name {
    display: none;
}

.fs-p-productDescription.fs-p-productDescription--full {
    border-top: 1px solid #ccc;
    padding: 10px 0 30px;
    font-size: 1.6rem;
    line-height: 1.6;
}

.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
    background-color: #eee;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: 1px solid #aaa;
    padding: 5px 0;
    border-radius: 0;
}
.fs-c-productOption__name,
.fs-c-productSelection__name {
    background: none;
    font-size: 1.6rem;
    padding: 1em 4px 2px;
}



/*=============================================*/
/* 商品詳細備考部分*/
/*=============================================*/
/******************************/
/*  (PC)商品詳細備考部分        */
/******************************/
.product_remarks {
    margin-bottom: 50px !important;
}
.pink_center_ttl {
    position: relative;
    margin-bottom: 20px;
    padding: 8px 0;
    background-color: #f9ddd6;
    text-align: center;
}
.pink_center_ttl span {
    position: relative;
    display: inline-block;
    padding:  0 0.5em;
    font-size: 2.0rem;
    background-color: #f9ddd6;
    z-index: 1;
}
.pink_center_ttl:after,
.pink_center_ttl:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 10em;
    height: 2px;
    margin: auto;
    background-color: #daa534;
}
.pink_center_ttl:before {
    left: 0;
}
.pink_center_ttl:after {
    right: 0;
}
.product_remarks .num_2_list {
    padding: 0 20px;
    overflow: hidden;
}
.product_remarks .num_2_list li {
    width: 47.5%;
    float: left;
    margin: 0 5% 25px 0;
}
.product_remarks .num_2_list li:nth-child(2n) {
    margin-right: 0;
}
.product_remarks .num_2_list li p {
    font-size: 1.6rem;
}
.product_remarks .btn_list {
    overflow: hidden;
}
.product_remarks .btn_list li {
    width: 49%;
    float: left;
    margin: 0 2% 20px 0;
}
.product_remarks .btn_list li:nth-child(2n) {
    margin-right: 0;
}
.product_info_table {
    width: 100%;
}
.product_info_table tr {
    border-top: 1px solid #ccc;
}
.product_info_table th {
    width: 7em;
    padding: 5px 0;
    font-weight: bold;
    text-align: left;
}
.product_info_table td {
    padding: 5px 0;
    font-weight: bold;
}
.fs-c-productPrices.fs-c-productPrices--productDetail {
    margin: 10px 0;
}
/* 選べる数量 */
.varist1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 13px;
}
.varist1 li {
    flex: 1;
  border: 1px solid #660911;
  border-radius: 5px;
  text-align: center;
}
.varist1 li:hover {
    opacity: 0.6;
    transition: 0.5s;
}
.varist1 li span {
    display: block;
}
.varist1 li span:not(:first-child) {
    margin-top: 10px;
}
.varist1 li a {
  font-weight: 900;
  color: #660911;
  display: block;
  padding: 10px 1px;
}
.varist1 li a.active {
    background: #660911;
  color: #ffffff;
}

.varist1 .varbox3 a:hover{
    text-decoration: none;
}

/* 数量選べるパターン　左端 */
/* .fs-body-product-5412 .varist1 .varbox1,【進物用・自宅用】ヒレステーキ 2枚
.fs-body-product-5312 .varist1 .varbox1,【進物用・自宅用】サーロインステーキ 2枚
.fs-body-product-5093 .varist1 .varbox1,【進物用・自宅用】すき焼用　ロース 300g
.fs-body-product-5113 .varist1 .varbox1,【進物用・自宅用】すき焼用　もも・又は肩肉 300g
.fs-body-product-8633 .varist1 .varbox1,【自宅用】焼肉用切落し 300g
.fs-body-product-5973 .varist1 .varbox1,【自宅用】上切落し 300g
.fs-body-product-5001 .varist1 .varbox1
{
  background: #660911;
}
.fs-body-product-5412 .varist1 .varbox1 a,【進物用・自宅用】ヒレステーキ 2枚
.fs-body-product-5312 .varist1 .varbox1 a,【進物用・自宅用】サーロインステーキ 2枚
.fs-body-product-5093 .varist1 .varbox1 a,【進物用・自宅用】すき焼用　ロース 400g
.fs-body-product-5113 .varist1 .varbox1 a,【進物用・自宅用】すき焼用　もも・又は肩肉 400g
.fs-body-product-8633 .varist1 .varbox1 a,【自宅用】焼肉用切落し 400g
.fs-body-product-5973 .varist1 .varbox1 a【自宅用】上切落し 400g
{
  color: #fff;
}

数量選べるパターン　中央
.fs-body-product-5413 .varist1 .varbox2,【進物用・自宅用】ヒレステーキ 3枚
.fs-body-product-5313 .varist1 .varbox2,【進物用・自宅用】サーロインステーキ 3枚
.fs-body-product-5095 .varist1 .varbox2,【進物用・自宅用】すき焼用　ロース 500g
.fs-body-product-5115 .varist1 .varbox2,【進物用・自宅用】すき焼用　もも・又は肩肉 500g
.fs-body-product-8635 .varist1 .varbox2,【自宅用】焼肉用切落し 500g
.fs-body-product-5975 .varist1 .varbox2【自宅用】上切落し 500g
{
  background: #660911;
}
.fs-body-product-5413 .varist1 .varbox2 a,【進物用・自宅用】ヒレステーキ 3枚
.fs-body-product-5313 .varist1 .varbox2 a,【進物用・自宅用】サーロインステーキ 3枚
.fs-body-product-5095 .varist1 .varbox2 a,【進物用・自宅用】すき焼用　ロース 500g
.fs-body-product-5115 .varist1 .varbox2 a,【進物用・自宅用】すき焼用　もも・又は肩肉 500g
.fs-body-product-8635 .varist1 .varbox2 a,【自宅用】焼肉用切落し 500g
.fs-body-product-5975 .varist1 .varbox2 a【自宅用】上切落し 500g
{
  color: #fff;
}

数量選べるパターン　右端
.fs-body-product-5414 .varist1 .varbox3,【進物用・自宅用】ヒレステーキ 4枚
.fs-body-product-5314 .varist1 .varbox3,【進物用・自宅用】サーロインステーキ 4枚
.fs-body-product-5090 .varist1 .varbox3,【進物用・自宅用】すき焼用　ロース 1kg
.fs-body-product-5110 .varist1 .varbox3,【進物用・自宅用】すき焼用　もも・又は肩肉 1kg
.fs-body-product-8630 .varist1 .varbox3,【自宅用】焼肉用切落し 1kg
.fs-body-product-5970 .varist1 .varbox3【自宅用】上切落し 1kg
{
  background: #660911;
}
.fs-body-product-5414 .varist1 .varbox3 a,【進物用・自宅用】ヒレステーキ 4枚
.fs-body-product-5314 .varist1 .varbox3 a,【進物用・自宅用】サーロインステーキ 4枚
.fs-body-product-5090 .varist1 .varbox3 a,【進物用・自宅用】すき焼用　ロース 1kg
.fs-body-product-5110 .varist1 .varbox3 a,【進物用・自宅用】すき焼用　もも・又は肩肉 1kg
.fs-body-product-8630 .varist1 .varbox3 a,【自宅用】焼肉用切落し 1kg
.fs-body-product-5970 .varist1 .varbox3 a【自宅用】上切落し 1kg
{
  color: #fff;
} */




/******************************/
/*  (PS)商品詳細備考部分        */
/******************************/
@media screen and (max-width: 768px) {
    .pink_center_ttl span {
        font-size: 1.8rem;
    }
    .pink_center_ttl:after,
    .pink_center_ttl:before {
        width: 5em;
    }
    .product_remarks .num_2_list {
        padding: 0 0;
    }
    .product_remarks .num_2_list li p {
        font-size: 1.4rem;
    }
    .product_remarks .btn_list li {
        width: 80%;
        max-width: 370px;
        text-align: center;
        float: none;
        margin: 0 auto 30px auto;
    }
    .product_remarks .btn_list li:nth-child(2n) {
        margin-right: auto;
    }
}

.product_mini_ttl {
    border-top: 1px solid #ccc;
    display: block;
    margin-top: 10px;
    padding-top: 5px;
}


/*=============================================*/
/* ご利用ガイド*/
/*=============================================*/
/******************************/
/*  (PC)ご利用ガイド        */
/******************************/
.page_guide_block .block {
    margin-bottom: 60px;
}

.page_guide_block .bo_txt {
    display: block;
    margin-bottom: 0.7em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.8rem;
}

.bo_l_ttl {
    position: relative;
    margin: 1em 0 1em;
    border-left: 5px solid #edcbca;
    padding: 2px 0.5em;
    font-size: 2.0rem;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.2;
    box-sizing: border-box;
}
.bo_l_ttl:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #8c8c8c;
}
.page_guide_block p {
    margin-bottom: 1em;
    line-height: 1.6;
}
.page_guide_block .mb60 {
    margin-bottom: 60px;
}
.page_guide_block p a {
    text-decoration: underline;
    color: #477e2d;
}
.ico_txt {
    position: relative;
    margin-bottom: 40px;
    padding-left: 65px;
}
.ico_txt b {
    display: block;
    margin-bottom: 0.3em;
    color: #8a1616;
    font-size: 1.8rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ico_txt:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 56px;
    height: 56px;
    margin: auto;
    background: url(../img/page/guide/ico-truck.png) no-repeat;
    background-size: 100%;
}
.ico_txt.gift:before {
    background: url(../img/page/guide/ico-gift.png) no-repeat;
    background-size: 100%;
}

.page_guide_block .area_list {
    overflow: hidden;
}
.page_guide_block .area_list li {
    width: 48%;
    float: left;
    margin: 0 4% 15px 0;
    border: 1px solid #7d7d7d;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}
.page_guide_block .area_list li:nth-child(2n) {
    margin-right: 0;
}
.page_guide_block .area_list li p {
    margin-bottom: 0;
    padding: 5px 0;
    background-color: #7d7d7d;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 1.8rem;
}
.page_guide_block .area_list li p small {
    display: block;
    font-size: 0.7em;
}
.page_guide_block .area_list li p.row1 {
    padding: 0.8em 0 ;
}
.page_guide_block .area_list li span {
    display: block;
    padding: 0.5em 0;
    font-size: 1.8rem;
    font-weight: bold;
}
.caution_box_black {
    margin: 40px 0 30px;
    border: 4px solid #000;
}
.caution_box_black .ttl {
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 1.8rem;
    padding: 5px 5px 5px 50px;
}
.caution_box_black .ttl:before {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    content: '';
    width: 24px;
    height: 22px;
    margin: auto;
    background: url(../img/page/guide/ico-caution.png) no-repeat;
    background-size: 100%;
}
.caution_box_black .inner {
    padding: 0 15px;
}
.caution_box_black .big_txt {
    margin-bottom: 0.3em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.8rem;
}
.caution_box_black .big_txt b {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #8a1616;
    font-size: 1.8rem;
}
.caution_box_black .bo_d_b {
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #000;
    font-weight: bold;
}
.center_calendar_btn {
    text-align: center;
}
.center_calendar_btn .black_btn {
    display: inline-block;
    min-width: 370px;
}
.center_calendar_btn a {
    position: relative;
    padding-left: 20px;
    border: 0;
}
.center_calendar_btn a:before {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    content: '';
    width: 24px;
    height: 25px;
    margin: auto;
    background: url(../img/page/guide/ico-calendar.png) no-repeat;
}

.page_guide_block .area_map {
    margin-bottom: 20px;
    text-align: center;
}
.page_guide_block #delivery p span{
    color: #E1848C;
}
.page_guide_block .graf_list {
    margin: 10px 0 20px;
    overflow: hidden;
}
.page_guide_block .graf_list li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
}
.page_guide_block .graf_list li:nth-child(5n) {
    margin-right: 0;
}
.page_guide_block .konpo_img {
    text-align: center;
}
.message_card_box {
    position: relative;
    margin: 30px 0;
    padding: 25px 35px;
    border: 1px dashed #962f2f;
}
.message_card_box:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 154px;
    height: 141px;
    background: url(../img/page/guide/img-card.png) no-repeat;
    background-size: 100%;
}
.message_card_box b {
    display: inline-block;
    margin-bottom: 0.7em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #8a1616;
    color: #8a1616;
}
.message_card_box p {
    margin-bottom: 0;
}
.page_guide_block .konpou_column3 {
    overflow: hidden;
}
.page_guide_block .konpou_column3 li {
    width: 33.3%;
    float: left;
}
.page_guide_block .konpou_column3 li img {
    width: 100%;
}
.page_guide_block .konpou_column4 {
	overflow: hidden;
	margin-bottom: 60px;
}
.page_guide_block .konpou_column4 li {
    width: 25%;
    float: left;
}
.page_guide_block .konpou_column4 li img {
    width: 100%;
}
/******************************/
/*  (SP)ご利用ガイド        */
/******************************/
@media screen and (max-width: 768px) {
    .page_guide_block .area_list li {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .page_guide_block .area_list li p.row1 {
        padding: 5px 0 ;
    }
    .caution_box_black .inner {
        padding: 0 10px;
    }
    .center_calendar_btn {
        text-align: center;
    }
    .center_calendar_btn .black_btn {
        min-width: 90%;
    }
    .page_guide_block .graf_list {
        margin: 10px 0 20px;
        overflow: hidden;
    }
    .page_guide_block .graf_list li {
        width: 30%;
        float: left;
        margin: 0 5% 10px 0;
        margin-right: 5%;
        text-align: center;
    }
    .page_guide_block .graf_list li:nth-child(5n) {
        margin-right: 5%;
    }
    .page_guide_block .graf_list li:nth-child(3n) {
        margin-right: 0;
    }
    .message_card_box {
        padding: 20px 110px 20px 15px ;
    }
    .message_card_box:after {
        width: 100px;
        height: 92px;
    }
    .page_guide_block .konpou_column3 {
        width: 90%;
        margin: auto;
    }
    .page_guide_block .konpou_column3 p {
      font-size: clamp(1.1rem, 3.3vw, 1.6rem);
    }
    .page_guide_block .konpou_column3 li {
        width: 50%;
    }
    .page_guide_block .konpou_column3 li img {
        vertical-align: bottom;
    }
    .page_guide_block .konpou_column4 {
        width: 90%;
        margin: auto auto 40px auto;
    }
    .page_guide_block .konpou_column4 li {
        width: 50%;
    }
    .page_guide_block .konpou_column4 li img {
        vertical-align: bottom;
    }
}


/*=============================================*/
/* サイドバー　検索フォーム*/
/*=============================================*/
/******************************/
/*（PC） サイドバー　検索フォーム*/
/******************************/
.side_search_box {
    padding: 8px;
    border-left: 2px solid #8B795A;
    border-right: 2px solid #8B795A;
    border-bottom: 2px solid #8B795A;
}
.side_search_box .search_table {
    width: 100%;
}

.side_search_box .search_table td,
.side_search_box .search_table th {
    padding-bottom: 5px;
}
.side_search_box .search_table th {
    font-size: 1.0rem;
    text-align: center;
    width: 6em;
}
.side_search_box .search_table td .mini_size {
    width: 39%;
}
.side_search_btn button {
    background-color: #8B785A;
    border: 0;
    width: 100%;
    border-radius: 0;
    padding: 1em 1.6em 0.8em;
}
.side_search_box .search_table td input {
    font-size: 1.4rem;
}
.side_search_box .search_table td select {
    background: url(../img/common/select-arrow.png) no-repeat 95% center;
    text-align: center;
    padding: 4px 8px;
    font-size: 1.3rem;
}

.form_frame.sp_only,
.form_frame.pc_only {
    position:relative;
    width:100%;
    height:0;
    padding-top: 121%;
}
.form_frame.sp_only iframe,
.form_frame.pc_only iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.form_frame.sp_only {
    padding-top: 330%;
}

/*=============================================*/
/* Contact Page  */
/*=============================================*/
/******************************/
/*  (PC)Contact Page       */
/******************************/
.page_contact_block {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.page_contact_block .notice {
    margin-bottom: 1em;
    font-size: 1.6rem;
    color: #9b0918;
}
.page_contact_block .contact_table {
    width: 100%;
    margin-bottom: 50px;
}
.page_contact_block .contact_table th {
    width: 10em;
    text-align: left;
    padding: 20px 0;
}
.page_contact_block .contact_table td {
    padding: 20px 0;
}
.page_contact_block .contact_table textarea,
.page_contact_block .contact_table input[type="tel"],
.page_contact_block .contact_table input[type="email"],
.page_contact_block .contact_table input[type="text"] {
    width: 100%;
    padding: 15px 5px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
}
.page_contact_block .contact_table input.mini_size {
    width: 25%;
    margin: 0 0.3em;
}
.page_contact_block .contact_table input.mini_size:first-child {
    margin-left: 0;
}
.page_contact_block .submit_btn {
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.page_contact_block .submit_btn input {
    margin: auto;
    padding: 15px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

/******************************/
/*  (Sp)Contact Page        */
/******************************/
@media screen and (max-width: 768px) {
    .page_contact_block {
        margin-bottom: 100px;
    }
    .page_contact_block .notice {
        font-size: 1.4rem;
    }
    .page_contact_block .contact_table th {
        width: 5em;
        padding: 15px 1em 15px 0;
    }
    .page_contact_block .contact_table td {
        padding: 15px 0;
    }
    .page_contact_block .contact_table textarea,
    .page_contact_block .contact_table input[type="tel"],
    .page_contact_block .contact_table input[type="email"],
    .page_contact_block .contact_table input[type="text"] {
        padding: 10px 5px;
        font-size: 1.4rem;
    }
    .page_contact_block .contact_table input.mini_size {
        width: 24%;
    }
    .page_contact_block .submit_btn input {
        font-size: 1.4rem;
    }
}


/*=============================================*/
/* Guide 熨斗追加  */
/*=============================================*/
/******************************/
/*  (PC)Guide 熨斗追加     */
/******************************/
.noshi_block .left_img {
    margin-bottom: 25px;
    overflow: hidden;
}
.noshi_block .left_img img {
    width: 50%;
    float: left;
    margin-right: 2%;
    vertical-align: bottom;
    border: 2px solid #e6e6e6;
}
.noshi_block .red_txt_ttl {
    display: block;
    margin-bottom: 0.3em;
    font-size: 1.8rem;
    color: #a02121;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.noshi_block .left_img .txt p {
    margin-bottom: 1.5em;
}

.noshi_3_list {
    margin-bottom: 35px;
    overflow: hidden;
}
.noshi_3_list li {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.noshi_3_list li:nth-child(3n) {
    margin-right: 0;
}
.noshi_3_list li img {
    border-top: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    vertical-align: bottom;
}
.noshi_3_list li p {
    margin-bottom: 0.5em;
    padding: 0.3em 0;
    background-color: #daa535;
    border-bottom: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}
#packaging .bg_gray,
.noshi_block .bg_gray {
    margin-bottom: 60px;
    padding: 25px;
    background-color: #f1f1f0;
}
#packaging .bg_gray p,
.noshi_block .bg_gray p {
    margin-bottom: 0;
}

.bo_center_red {
    position: relative;
    margin-bottom: 10px;
}
.bo_center_red:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #a02121;
}
.bo_center_red span {
    position: relative;
    padding: 0 0.5em 0 0;
    background-color: #fff;
    font-size: 1.8rem;
    color: #a02121;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    z-index: 1;
}
.noshi_2_list {
    margin-bottom: 60px;
    overflow: hidden;
}
.noshi_2_list li {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.noshi_2_list li:nth-child(2n) {
    margin-right: 0;
}
.noshi_2_list li img {
    border: 2px solid #e6e6e6;
    vertical-align: bottom;
}
.noshi_sample_box {
    margin: -30px 0 60px;
    padding: 30px;
    background-color: #f0ebdd;
    overflow: hidden;
}
.noshi_sample_box img {
    float: right;
}
.noshi_sample_box b {
    display: block;
    font-size: 1.8rem;
}

.noshi_2_list .band {
    margin-bottom: 0.3em;
    padding: 0.3em 0;
    background-color: #daa535;
    border-bottom: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

.page_guide_block .black_btn a {
    color: #fff;
    text-decoration: none;
}

/******************************/
/*  (SP)Guide 熨斗追加     */
/******************************/
@media screen and (max-width: 768px) {
    .noshi_block p {
        font-size: 1.4rem;
    }
    .noshi_block .left_img {
        margin-bottom: 0;
    }
    .noshi_block .left_img img {
        display: block;
        width: 80%;
        float: none;
        margin: 0 auto 10px;;
    }
    .noshi_block .red_txt_ttl {
        font-size: 1.7rem;
    }

    .noshi_3_list {
        margin-bottom: 25px;
    }
    .noshi_3_list li {
        width: 48%;
        margin: 0 4% 15px 0;
        margin-right: 4%;
    }
    .noshi_3_list li:nth-child(3n) {
        margin-right: 4%;
    }
    .noshi_3_list li:nth-child(2n) {
        margin-right: 0;
    }
    .noshi_3_list li img {
        width: 100%;
        box-sizing: border-box;
    }
    .noshi_3_list li span {
        font-size: 1.4rem;
    }

    .noshi_block .bg_gray {
        margin-bottom: 40px;
        padding: 15px;
    }

    .bo_center_red span {
        font-size: 1.7rem;
    }
    .noshi_2_list {
        margin-bottom: 40px;
    }
    .noshi_2_list li img {
        box-sizing: border-box;
    }
    .noshi_sample_box {
        margin: -20px 0 40px;
        padding: 15px;
    }
    .noshi_sample_box img {
        max-width: 45%;
        margin-left: 5%;
        float: right;
    }
    .noshi_sample_box b {
        font-size: 1.7rem;
    }
}

/******************************/
/*  (PC)サイドカレンダー     */
/******************************/

.cal_wrapper {
    max-width: 800px;
    min-width: 260px;
    margin: 2.0833% auto 30px;
    padding: 12px;
    /* background: url(../img/common/bg_beige.jpg) repeat;
    border: 2px solid #eae6d0; */
}
.googlecal {
    position: relative;
    padding-bottom: 130%;
    height: 0;
    overflow: hidden;
}
.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100% !important;
    height: 100% !important; */
    width: 130% !important;
    height: 130% !important;
    transform: scale(0.77);
    transform-origin: left top;
}
.select_list,
.search_block {
    margin-bottom: 35px;
}


/******************************/
/*  (SP)サイドカレンダー     */
/******************************/
@media screen and (max-width: 768px) {
    .googlecal {
        padding-bottom: 75%;
    }
}

/***********************************/
/*  (PC)カートページレイアウト調整     */
/***********************************/

.main_full .fs-l-pageMain {
    max-width: 100%;
}

.fs-c-wishlistProduct {
    margin-top: 50px;
}
.fs-c-wishlistProduct__header {
    margin-bottom: 1em;
}
.fs-c-button--continueShopping.fs-c-button--standard {
    background: #8D3043;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    font-weight: bold;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--change a span,
.fs-c-buttonContainer.fs-c-buttonContainer--memberRegister a span,
.fs-c-cartPayment__button a span {
    color: #fff;
}

.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action span {
    font-size: 1.4rem;
    color: #961c1d;
}
.fs-c-registeredUsers__title.fs-c-subSection__title,
.fs-p-announcement__title {
    position: relative;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    font-size: 2.6rem;
}
.fs-c-registeredUsers__title.fs-c-subSection__title:after,
.fs-p-announcement__title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 6px;
    background: url(../img/page/ttl-bottom.jpg) repeat-x;
}
.fs-c-checkout-preview__title,
.fs-c-checkout-multiDestination__subtitle,
.fs-c-checkout-orderInfo__title.fs-c-checkout-preview__title,
.fs-c-checkout-communicationInfo__title.fs-c-checkout-preview__title,
.fs-c-checkout-paymentInfo__title.fs-c-checkout-preview__title,
.fs-c-checkout-deliveryInfo__title.fs-c-checkout-preview__title,
.fs-c-checkout-buyerInfo__title.fs-c-checkout-preview__title,
.fs-c-newUsers__title.fs-c-subSection__title,
.fs-c-wishlistProduct__title{
    position: relative;
    margin: 1em 0 1em;
    padding: 2px 0.5em;
    border-left: 5px solid #edcbca;
    border-bottom: 0;
    font-size: 2.0rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.2;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
}
.fs-c-checkout-orderInfo__title.fs-c-checkout-preview__title,
.fs-c-checkout-communicationInfo__title.fs-c-checkout-preview__title,
.fs-c-checkout-paymentInfo__title.fs-c-checkout-preview__title,
.fs-c-checkout-deliveryInfo__title.fs-c-checkout-preview__title,
.fs-c-checkout-buyerInfo__title.fs-c-checkout-preview__title {
    margin-top: 0;
}
.fs-c-checkout-multiDestination__subtitle:after,
.fs-c-checkout-orderInfo__title.fs-c-checkout-preview__title:after,
.fs-c-checkout-communicationInfo__title.fs-c-checkout-preview__title:after,
.fs-c-checkout-paymentInfo__title.fs-c-checkout-preview__title:after,
.fs-c-checkout-deliveryInfo__title.fs-c-checkout-preview__title:after,
.fs-c-checkout-buyerInfo__title.fs-c-checkout-preview__title:after,
.fs-c-newUsers__title.fs-c-subSection__title:after,
.fs-c-wishlistProduct__title:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #8c8c8c;
}

.fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--back {
    float: right;
}
.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a {
    padding: 0.5em 3em;
    background-color: #646464;
    color: #fff;
}
.fs-c-inputInformation {
    padding: 20px 15px 50px;
    background: url(../img/common/bg_beige.jpg) repeat;
}
.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field {
     background: none;
}
.fs-c-buttonContainer fs-c-buttonContainer--back a,
.fs-c-returnedSpecialContract__link a,
.fs-c-inputInformation__link.fs-c-textLinkContainer a {
    color: #961c1d;
}
.fs-c-button--standard {
    background-color: #961c1d;
    color: #fff;
    border: 1px solid #961c1d;
}

.fs-c-button--secondary {
    background-color: #333;
    box-shadow: none;
}
.fs-c-button--standard:hover,
.fs-c-button--standard:visited,
.fs-c-button--standard:active {
    color: #fff;
}
.fs-c-button--secondary span {
    color: #fff;
}

th.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--product {
    width: 55%;
}


.fs-c-checkout-multiDestination__info {
    margin-bottom: 50px;
}

.fs-c-checkout-multiDestination__info__list li,
.fs-c-checkout-customerInfo li {
    margin-bottom: 0.5em;
}


.fs-c-checkout-multiDestination__title {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.8rem;
    padding: 10px 4px;
}

.fs-c-list li {
    margin-bottom: 0.5em;
}

.fs-c-inputInformation__field.fs-c-inputInformation__field--display .fs-c-inputTable td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
}
.fs-c-inputInformation__field.fs-c-inputInformation__field--display .fs-c-inputTable th {
    font-size: 1.5rem;
    padding-bottom: 0.3em;
    font-weight: bold;
}


section.fs-c-checkoutSuccess.fs-c-subSection p {
    line-height: 1.8;
    margin-bottom: 1em;
}
section.fs-c-checkoutSuccess.fs-c-subSection h2 {
    font-size: 3.0rem;
    margin: 0 0 0.5em;
}


h2.fs-c-modal__title {
    font-size: 2.0rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: normal;
}

a.fs-c-checkout-delivery__ylink {
    text-decoration: underline;
    color: #477e2d;
}

.order_total_note p {
    padding: 10px 5px;
    font-weight: 700;
}

.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel span {
    color: #fff;
}

.fs-c-productQuantityAndWishlist__quantity:before {
    content: "購入数";
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.fs-c-productPrice__main{
    color: #961c1d;
}

.fs-p-scrollingCartButton__button{
    background: #8D3043;
}
.vol_comment{
    font-weight: 700;
    color: #8D3043;
}