/*!
Theme Name: otowa-seinikuten
Theme URI: http://otowa-seinikuten.co.jp/
Author: 音羽精肉店
Description: Description
Version: 1.0.0
Text Domain: otowa-seinikuten
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html,body{
     height:100%;
}
html {
    font-size: 62.5%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
a{
	color: #3d3d3d;
	transition: .4s;
}
a:hover{
	opacity: 0.8;
}
p {
　　　overflow-wrap: break-word;
　　　word-wrap: break-word;
}

/******************************************
Basic
*******************************************/
body {
    width:100%;
    font-family: 'Noto Sans JP', sans-serif;
    margin:0;
    padding:0;
    color:#3d3d3d;
    line-height:1.7;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 1.6rem;
	background:#ffffff;
}
.fon_mon{
    font-family: 'Montserrat', sans-serif;
}
.fon_shipp{
	font-family: 'Shippori Mincho', serif;
}
.fon_serif{
	font-family: 'Noto Serif JP', serif;
}
.contents {
    width: 1140px;
    margin: 0px auto;
}
img {
    max-width: 100%;
    height: auto;
	display: block;
}
.sp_hidden{
	display: block;	
	}
.pc_hidden{
	display: none;	
	}
.sp_hidden_b{
	display: block;	
	}
.pc_hidden_b{
	display: none;	
	}
.pa_tb_60{
	padding:60px 0px;
}
table{
	width: 100%;
}
iframe { vertical-align: bottom; }

/*****ボタン*****/
.btn_wrap{
    margin: 25px 0px;
}
.main_btn_wrap{
	text-align: center;
}
.main_btn {
    background: url(images/btn_bk.jpg);
    color: #ffffff;
    font-size: 1.6rem;
    display: flex;
    padding: 12px 20px;
    text-decoration: none;
    transition: .4s;
    position: relative;
    width: 80%;
    align-items: center;
    border-radius: 50px;
    font-weight: bold;
    justify-content: center;
    margin: 30px auto;
}
.main_btn:hoer{
    opacity: 0.8;
}
.main_btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 600;
    margin-right: 15px;
    font-size: 1.6rem;
    color: #ffffff;
    right: 0;
    position: absolute;
    margin-top: 2px;
}
.arrow_btn_wrap{
	text-align: center;
}
.arrow_btn{
    color: #9a0010;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_btn:after {
    content: '';
    display: inline-block;
    /* width: 50px; */
    /* height: 50px; */
    background-image: url(images/line_arrow.png);
    background-size: contain;
    vertical-align: middle;
    width: 55px;
    height: 12px;
    margin-left: 5px;
}

/*****タイトル*****/
.main_title_wrap {
    text-align: center;
    margin-bottom: 30px;
}
.main_title .en_tit{
    display: block;
    color: #9a0010;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.main_title .jp_tit {
    font-size: 3.4rem;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: #9a0010;
    font-weight: 600;
}
.intro_text p{
	font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
	text-align: center;
    margin-bottom: 20px;
}
.pankuzu {
    padding: 5px 0px;
    font-size: 1.4rem;
    color: #9a0010;
    margin-bottom: 60px;
}

.pa_tb80{
	padding: 80px 0px;
}

/***************************************************

header 

****************************************************/
header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 1px 1px 4px #cccccc;
}
header .slogo{
	display: none;
}
#global-nav ul {
    list-style: none;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    right: 0;
    font-size: 1rem;
    text-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#global-nav ul li {
    padding: 0px 0px 0px 25px;
    position: relative;
}
#global-nav ul .last_child {
    padding: 10px 0px 10px 26px;
}
#global-nav ul li i{
font-size: 22px;
    margin-bottom: 10px;
}
#global-nav ul li a {
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
#global-nav ul li a:hover {
  color: #9a0010;
}
#header .pc_slogo {
    margin-top: -22px;
    height: auto;
    opacity: 1;
    padding: 36px 0px 0px 0px;
    text-align: center;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
nav #global-nav .header_otoiawase .tel {
    transition: all 0.3s ease-in-out 0s;
}
.menuwrap{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.menuwrap ul .stit{
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
#global-nav ul li ul.sub-menu{
    display: none;
}
#global-nav ul li:hover ul.sub-menu {
    display: block;
    height: auto;
    position: absolute;
    background-color: #000000;
    padding: 5px 0px 14px;
    margin-left: -5px;
    width: 170px;
}
#global-nav ul li:hover ul.sub-menu li{
    padding: 0 10px;
}
#global-nav ul li:hover ul.sub-menu li a {
    color: #ffffff;
    font-size: 1.5rem;
    border-bottom: dashed 1px;
    padding: 10px 15px;
    font-weight: normal;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
top: 19px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #9a0010;
    left: 0;
    border-radius: 3px;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    justify-content: end;
    position: relative;
    height: 100px;
    align-items: center;
}
#global-nav .header_menu ul .current-menu-item a{
	color: #9a0010;
}
.header_box1 {
    position: absolute;
    left: 0;
    padding-left: 10px;
}
.header_box2 {
    text-align: right;
    padding: 5px 0px 5px 10px;
    display: flex;
    align-items: center;
}
.header_box2 .header_sns_icon{
    display: flex;
    margin: 0 10px;
}
.header_box2 .header_sns_icon a{
    margin: 0 5px;
}
.header_box2 .header_contact_btn{
    display: flex;
    background: #9a0010;
    color: #ffffff;
    height: 100px;
    align-items: center;
    padding: 30px;
    font-weight: bold;
    margin-left: 20px;
}
#header.is-fixed #global-nav {
    height: 80px;
}
#header.is-fixed .header_box1 img {
    width: 210px;
}
#header.is-fixed .header_box2 .header_menu {
    margin-top: 0px;
}
#header.is-fixed #global-nav ul li a {
    font-size: 1.5rem;
}
#header.is-fixed .header_box2 .header_contact_btn {
    height: 80px;
}

/***************************************************

TOPページ 

****************************************************/
#home .main_slide_wrap{
    margin-top: 100px;
}
#home .pankuzu,#home #page_header_wrap{
	display: none;
}
#home .entry-header{
	display: none;
}
.map_area iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .4s;
}
.map_area iframe:hover{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
#home .intro{
    margin-bottom: 30px;
}
#home .intro_bottom_textbox {
    text-align: center;
    margin: 30px 0px 40px;
}
.top_news_wrap .contents_inner{
    background: #ffffff;
    padding: 30px 60px;
    margin-top: -60px;
    position: relative;
}
.top_news_wrap .flexbox{
    display: flex;
    align-items: center;
}
.top_news_wrap .flexbox .title_wrap .title {
    color: #9a0010;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    border-right: solid 1px;
    padding-right: 20px;
}
.top_news_wrap .flexbox .rightbox{
    padding: 0 20px;
}
.top_news_wrap .flexbox .rightbox .title{
    margin-left: 10px;
}
.top_news_wrap .top_news_btn_wrap{
    text-align: right;
}
.top_news_wrap .top_news_btn_wrap a {
    color: #9a0010;
    display: flex;
    align-items: center;
    justify-content: end;
}
.top_news_wrap .top_news_btn_wrap a:after {
    content: '';
    display: inline-block;
    /* width: 50px; */
    /* height: 50px; */
    background-image: url(images/line_arrow.png);
    background-size: contain;
    vertical-align: middle;
    width: 55px;
    height: 12px;
    margin-left: 5px;
}
#home .menu_order_wrap{
    padding-bottom: 120px;
}
#home .menu_order_wrap .main_btn{
    margin: 30px auto 10px;
}
#home .menu_order_wrap .intro_text{
    margin-bottom: 40px;
}
#home .history_wrap {
    background: url(images/bk01.jpg);
    position: relative;
}
#home .history_wrap .history_meat01 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -60px;
    margin-left: 40px;
    width: 300px;
}
#home .history_wrap .history_meat02 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 40px;
    margin-bottom: -100px;
    width: 300px;
}
#home .shop_wrap{
    margin: 120px 0px;
}
#home .shop_wrap .flexbox{
    display: flex;
}
#home .shop_wrap .flexbox .leftbox{
    width: 65%;
	display: flex;
	position: relative;
}
#home .shop_wrap .flexbox .leftbox .red_line_wrap {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 70px;
}
#home .shop_wrap .flexbox .leftbox .bk_blackbox{
    width: 80px;
    background: url(images/btn_bk.jpg);
}
#home .shop_wrap .flexbox .leftbox .contents_box{
    padding: 40px;
	flex:1
}
#home .shop_wrap .flexbox .leftbox .main_title{
    text-align: left;
}
#home .shop_wrap .flexbox .leftbox .intro_text p{
    text-align: left;
    margin-bottom: 20px;
}
#home .shop_wrap .flexbox .leftbox .intro_bottom_textbox p{
    text-align: left;	
}
#home .shop_wrap .flexbox .leftbox .arrow_btn{
    justify-content: end;
}
#home .shop_wrap .flexbox .rightbox {
    width: 65%;
    background: url(images/home_shop02.jpg);
    background-size: cover;
}
#home .choice_cooking_wrap .flexbox{
    display: flex;
}
#home .choice_cooking_wrap .flexbox .inner_box{
    width: 50%;
}
#home .choice_cooking_wrap .flexbox .inner_box .title {
    background: url(images/btn_bk.jpg);
    display: block;
    text-align: center;
}

#home .choice_cooking_wrap .flexbox .inner_box .title h4 {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 2.1rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
#home .choice_cooking_wrap .flexbox .inner_box .title h4::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 600;
    font-size: 1.6rem;
    color: #ffffff;
    position: absolute;
    right: 0;
    margin-right: -10px;
    margin-top: 6px;
}
.map_before_contact_area {
    /*background: url(images/contact_bk.jpg);*/
    background: url(images/meat_bk01.jpg);
    padding: 60px 0px;
    background-size: cover;
    background-position: center center;
}
.map_before_contact_area .wh_bk{
    background: rgba(255,255,255,0.85);
    padding: 50px;
}
.map_before_contact_area .tel_number .number {
    font-size: 3.6rem;
    color: #9a0010;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}
#contact .map_before_contact_area .tel_number .number {
    margin-bottom: 20px;
}
#contact .map_before_contact_area .main_btn_wrap {
    display: none;
}
.map_before_contact_area .tel_number .number:before {
    content: '';
    display: inline-block;
    background-image: url(images/tel_icon.png);
    background-size: contain;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-top: -5px;
}
.map_before_contact_area .main_btn{
    margin-top: 0px;
}

/***************************************************

下層ページ 

****************************************************/
#page_header_wrap {
    margin-top: 100px;
}
.page_header {
    height: 270px;
    background: url(images/page_header_bk04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
}
#page_header_wrap .page_header h2{
    font-family: 'Shippori Mincho', serif;
    font-size: 4rem;
}

/*******会社概要********/
#shop_info,#gallery,#access{
    padding-top: 120px;
    margin-top: -120px;	
}
.table01{
	margin-bottom: 60px;
}
.table01 table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table01 table th {
    padding: 20px 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    width: 300px;
}
.table01 table td {
    padding: 20px 10px;
    text-align: left;
}
.table01 table tr:nth-child(odd) {
    background-color: #f5f3ef;
}
.gallery_wrap{
    margin-bottom: 50px;
}
.gallery_wrap ul{
    display: flex;
    justify-content: center;
}
.gallery_wrap ul li{
    width: 31%;
	margin: 0px 1% 30px;
}
#shop .gallery_wrap ul li {
    width: 48%;
    margin: 0px 1% 30px;
}
.access_wrap{
    margin-bottom: 60px;
}
.access_wrap .flexbox{
    display: flex;
    justify-content: space-between;
}
.access_wrap .flexbox .leftbox{
    width: 48%;
}
.access_wrap .flexbox .rightbox{
    width: 48%;
}
.access_wrap .flexbox .rightbox ul li{
    padding: 10px 0px;
    border-bottom: dashed 1px #cccccc;
}
.access_wrap .flexbox .rightbox ul li.title{
    font-size: 1.8rem;
	font-weight: bold;
}

/*******こだわりと歴史********/
.about_wrap{
    padding-bottom: 80px;
}
.history_wrap{
    background: url(images/bk01.jpg);
    position: relative;
    padding: 80px;
}

/*******お肉について********/
#choice,#cooking{
    padding-top: 120px;
    margin-top: -120px;
}
.choice_wrap{
    padding-bottom: 80px;
}
.choice_wrap .box01 .textbox{
    width: 50%;
	padding: 40px;
}
.choice_wrap .box01 .textbox h4{
    font-family: 'Shippori Mincho', serif;
    font-size: 2.8rem;
    border-bottom: solid 1px;
	font-weight: bold;
}
.choice_wrap .flexbox{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.choice_wrap .flexbox .meatbox{
    width: 31%;
}
.choice_wrap .box01{
    display: flex;
    align-items: center;
}
.choice_wrap .box01 .imagebox{
    width: 50%;
}
.choice_wrap .flexbox .meatbox h4.title{
    font-family: 'Shippori Mincho', serif;
    font-size: 2.6rem;
    border-bottom: solid 1px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.cooking_wrap .flexbox{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.cooking_wrap .flexbox .box01 {
    width: 31%;
    margin-bottom: 40px;
}
.cooking_wrap .flexbox .box01 .imagebox {
    width: 100%;
}
.cooking_wrap .flexbox .box01 .textbox {
    width: 100%;
}
.cooking_wrap .flexbox .box01 .textbox h4{
    font-size: 2.1rem;
    text-align: center;
    margin: 10px 0px;
	font-weight: bold;
}
.menu_gallery_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.menu_gallery_wrap img{
    width: 25%;
}

/*******404エラーページ********/
#errorpage .white_box {
    background: #ffffff;
    padding: 60px 60px;
    border-bottom: solid 3px #005ea9;
}
#errorpage .white_box h3 {
font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center
}
#errorpage .white_box .textbox {
    margin:40px 0px;
	text-align: center;
}
#errorpage .white_box .btnwrap {
	text-align: center;
}

/*******サイトマップ********/
#sitemap ul.sitemap_menu_list li {
    border-bottom: dashed 1px #cccccc;
    padding: 15px 10px;
}
#sitemap ul.sitemap_menu_list li .inner_list {
    padding: 10px 20px 0;
}
#sitemap ul.sitemap_menu_list li .inner_list li{
    border-bottom: none;
	padding:5px;
}
#sitemap ul.sitemap_menu_list li a:hover{
    color: #005ea9;
}
#sitemap ul.sitemap_menu_list li a i{
    margin-right: 10px;
    color: #005ea9;
}

/*******こだわり/歴史********/
.kodawari_item_wrap .kodawari_item{
    display: flex;
    align-items: center;
}
.kodawari_item_wrap .kodawari_item .imagebox{
    width: 50%;
}
.kodawari_item_wrap .kodawari_item .textbox{
    width: 50%;
	padding: 40px 5%;
	position: relative;
}
.kodawari_item_wrap .kodawari_item .textbox .title {
    font-size: 2.6rem;
    font-family: 'Shippori Mincho', serif;
    display: block;
    font-weight: 600;
    margin-bottom: 25px;
    border-left: solid 2px;
    padding-left: 20px;
}
.kodawari_item_wrap .kodawari_item .textbox .en_kodawari {
    font-size: 4rem;
    margin-bottom: 56px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    margin-left: -30px;
}
.time_line_wrap .timeline {
  list-style: none;
}
.time_line_wrap .time_line_wrap .timeline > li {
  margin-bottom: 60px;
}
.time_line_wrap .timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.time_line_wrap .timeline-date {
  width: 110px;
  float: left;
}
.time_line_wrap .timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}
.time_line_wrap{
	margin:40px 0px 0px 5%;
}
/* for Desktop */
@media ( min-width : 680px ){
.time_line_wrap .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
.time_line_wrap .timeline-date {
        width: 150px;
        float: left;
        /* margin-top: 20px; */
        padding-right: 20px;
  }
.time_line_wrap .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    padding-bottom: 30px;
}
.time_line_wrap .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #9a0010;
    position: absolute;
    left: 146px;
    top: 10px;
    border-radius: 100%;
  }
}

/*******ご注文フォーム********/
.how_to_order_wrap .top_infomation_box{
    background: #f5f3ef;
    padding: 40px;
    margin-bottom: 50px;
}
.how_to_order_wrap .top_infomation_box ul{
    margin-top: 20px;
}

/*******お問い合わせフォーム********/
.form_wrap{
    margin-bottom: 60px;
}
.contact_form_wrap .top_infomation_box{
    background: #f5f3ef;
    padding: 40px;
    margin-bottom: 50px;
}
.form_content .contact_table01 tr:first-child th {
    border-top: none!important;
}
.form_content .contact_table01 th {
    padding: 20px 15px 20px 15px;
    border: none;
    border-bottom: dashed 1px #cccccc;
    text-align: left;
    width: 32%!important;
    background: #fff;
    vertical-align: middle;
    font-weight: bold;
}
.form_content .contact_table01 td {
    padding: 20px 15px 20px 15px;
    border: none;
    border-bottom: dashed 1px #cccccc;
    text-align: left;
    width: 68%!important;
}
.must {
    font-size: 1.4rem;
    color: #ff635f;
    margin-left: 20px;
}
.form_content .contact_table01 .text1, .form_content .contact_table01 .text2, .form_content .contact_table01 .text3 {
    font-size: 1.6rem;
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 12px;
}
.contact_table01 .margin_bottom10{
    margin-bottom: 10px;
}
#about_order .form_title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 40px;
    border-bottom: solid 1px;
    padding-bottom: 15px;
    border-top: solid 1px;
    padding-top: 15px;
}
#about_order .form_title02 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 40px;
	margin-top: 40px;
    padding-bottom: 15px;
    border-top: solid 1px;
    padding-top: 15px;
	border-bottom: solid 1px;
}
.form_content .contact_table01 .maisu{
    font-size: 1.6rem;
    width: 100px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 12px;
}
.form_content .contact_table01 .glam{
    font-size: 1.6rem;
    width: 280px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 12px;
}
.form_content .contact_table01 .text_zip {
    border: solid 1px #cccccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.6rem;
}
.pre_submit {
    background: url(images/btn_bk.jpg);
    color: #ffffff;
    font-size: 1.6rem;
    display: flex;
    padding: 12px 20px;
    text-decoration: none;
    transition: .4s;
    position: relative;
    width: 260px;
    align-items: center;
    border-radius: 50px;
    font-weight: bold;
    justify-content: center;
    margin: 30px auto;
}

/***************************************************

新着情報一覧 

****************************************************/
.page_header h2 a{
    color: #ffffff;
}
#news_archive ul li {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 15px;
    margin-bottom: 40px;
    display: flex;
    background-image: linear-gradient(-45deg, #9a0010 15px, transparent 0);
}
#news_archive ul li .image_wrap{
    width: 30%;
}
#news_archive ul li .image_wrap .image{
    position: relative;
}
#news_archive ul li .ichiran_img {
    height: 210px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
#news_archive ul li .category_wrap {
    top: 0;
    position: absolute;
    right: 0px;
}
#news_archive ul li .category_wrap ul li {
    width: auto;
    margin: 0px 0;
    background: #0964a4;
    font-size: 1.3rem;
    padding: 2px 15px;
    box-shadow: none;
}
#news_archive ul li .category_wrap ul li a{
    color: #ffffff;
}
#news_archive ul li .textcont_wrap{
    width: 70%;
    padding-left: 40px;
}
#news_archive ul li .textcont_wrap .title{
    border-bottom: solid 1px #9a0010;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#news_archive ul li .textcont_wrap .title a{
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: #9a0010;
    font-size: 1.8rem;
    font-weight: bold;
}
#news_archive ul li .news_day {
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 10px;
}
.pagenavi{
    text-align: center;
    margin-top: 40px;
}
.wp-pagenavi {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
}
.wp-pagenavi a.nextpostslink {
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    display: inline-block;
    color: #a67f2f;
    border: none;
    line-height: 28px;
    font-size: 1.4rem;
}
.wp-pagenavi span.pages {
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    display: inline-block;
    color: #a67f2f;
    border: none;
    line-height: 28px;
    font-size: 1.4rem;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #a67f2f;
    width: 34px;
    height: 34px;
    display: flex;
    color: #ffffff;
    align-items: center;
    border: 1px solid #a67f2f;
    justify-content: center;
    font-size: 1.4rem;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #a67f2f;
    color: #a67f2f;
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/***************************************************

新着情報詳細 

****************************************************/
#news_single_wrap h3 {
    border-left: solid 3px #9a0010;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: #9a0010;
    font-size: 2.4rem;
    font-weight: bold;
}
#news_single_wrap .post_contents_wrap .contentsbox{
    margin: 30px 0px;
}
.single_bottom_arrowbox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0px;
    background: #f5f5f5;
    padding: 15px;
}
.single_bottom_arrowbox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0px;
    background: #f5f5f5;
    padding: 15px;
}
.single_bottom_arrowbox .before{
    margin-right: 20px;
}
.single_bottom_arrowbox .after{
    margin-left: 20px;
}
.single_bottom_arrowbox .all_info{
    margin: 0 36px;
}
.single_bottom_arrowbox a:hover{
	color: #9a0010;
}

/***************************************************

お肉メニュー一覧 

****************************************************/
#meat_menu_archive .meat_list{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#meat_menu_archive .meat_list .list_btn{
	background: url(images/btn_bk.jpg);
    color: #ffffff;
    font-size: 1.6rem;
    display: flex;
    padding: 12px 20px;
    text-decoration: none;
    transition: .4s;
    position: relative;
    width: 31%;
    align-items: center;
    border-radius: 50px;
    font-weight: bold;
    justify-content: center;
    margin: 0 1% 30px;
}
#meat_menu_archive ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#meat_menu_archive ul:after {
    content: "";
    display: block;
    width: calc(33.3% - 30px);
    height: 0;
}
#meat_menu_archive ul li {
    width: calc(33.3% - 30px);
    position: relative;
    border: unset;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    transition: all .3s ease 0s;
    border-radius: 10px;
    padding: 15px;
	margin-bottom: 30px;
}
#meat_menu_archive ul li .image_wrap img{
    height: 210px;
    object-fit: cover;
}
#meat_menu_archive ul li .title a{
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: #9a0010;
    font-size: 1.8rem;
    font-weight: bold;
}
#meat_menu_archive ul li.image_wrap .image {
    height: 230px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 10px;
}
#meat_menu_archive ul li.image_wrap .image img{
    border-radius: 10px;
}
#meat_menu_archive ul li .text_area{
	text-align: left;
}

/***************************************************

お肉詳細ページ 

****************************************************/
#single_meat_menu_wrap .post_contents_wrap .flexbox{
    display: flex;
    margin-bottom: 40px;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox .image_wrap{
    width: 50%;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox .info_area{
    width: 50%;
	padding-left: 40px;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox .info_area .jp_title{
    font-size: 3.4rem;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: #9a0010;
    font-weight: 600;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox .info_area .en_title {
    font-size: 2.1rem;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: #9a0010;
    line-height: 1;
    margin-bottom: 20px;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox .info_area .price_box{
    border-bottom: solid 1px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 1.8rem;
    font-weight: bold;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox .info_area .meat_info{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    /* text-align: center; */
}
#single_meat_menu_wrap .post_contents_wrap .image_list_wrap{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items:stretch;
	margin-bottom: 40px;
}
#single_meat_menu_wrap .post_contents_wrap .image_list_wrap:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
#single_meat_menu_wrap .post_contents_wrap .image_list_wrap .image_box{
    width: 24%;
}
#single_meat_menu_wrap .post_contents_wrap .image_list_wrap .image_box img{
object-fit: cover;
    height: 100%;
    width: 100%;
}


/***************************************************

footer 

****************************************************/
footer{
    background: url(images/bk01.jpg);
    padding-top: 40px;
}
.line_bnr_wrap{
    width: 80%;
    margin: 0 auto;
}
.footer_flexbox{
    display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
}
.footer_flexbox .leftbox {
    /* width: 50%; */
    margin-right: 0px;
	width:100%;
}
.footer_flexbox .leftbox .footer_logo{
    width: 240px;
    margin: 0 auto 20px;
}
.footer_flexbox .leftbox .bottom_box{
   text-align:center;
}
.footer_flexbox .leftbox .bottom_box .info_box{
    margin-right: 0px;
}
.footer_flexbox .leftbox .bottom_box .info_box .shop_name{
    font-size: 2.1rem;
    font-weight: 500;
}
.footer_flexbox .leftbox .bottom_box .info_box .tel_number{
    color: #9a0010;
    font-size: 2.1rem;
    font-weight: bold;
}
.footer_flexbox .rightbox {
    /* width: 50%; */
	margin-left: 50px;
    display: flex;
    justify-content: flex-end;
}
.footer_flexbox .rightbox .menu_box .b_menu {
    margin-right: 20px;
    margin-bottom: 25px;
}
.footer_flexbox .rightbox .menu_box .b_menu a{
    font-size: 1.6rem;
}
.footer_flexbox .rightbox .menu_box .b_menu a:hover{
	color: #9a0010;
}
.footer_flexbox .rightbox .menu_box .b_menu .arrow_menu a:before {
    content: '';
    display: inline-block;
    /* width: 50px; */
    /* height: 50px; */
    background-image: url(images/menu_arrow.png);
    background-size: contain;
    vertical-align: middle;
    width: 8px;
    height: 11px;
    margin-right: 4px;
}
.footer_flexbox .rightbox .menu_box .b_menu .s_menu{
    padding-left: 20px;
}
.footer_flexbox .rightbox .menu_box .b_menu .s_menu a{
    font-size: 1.5rem;
}
.site-footer-copyright {
    background: #9a0010;
    max-width: 100%!important;
    padding: 5px;
    margin-top: 40px;
}
.site-footer-copyright p {
    color: #ffffff;
    margin: 0;
    font-size: 12px;
    text-align: center;
}
#footer_bottom_fix{
	display: none;
}
.pagetop {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 9999;
}
.pagetop .name{
    color: #9a0010;
}
.pagetop a {
    display: block;
    background: #9a0010;
    border: solid 1px #9a0010;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    filter: alpha(opacity=50);
    width: 44px;
    height: 44px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    line-height: 43px;
}
.entry-footer{
	display: none;
}


/*********************************

レスポンシブ

**********************************/
@media only screen and (max-width:1260px){

}
@media only screen and (max-width:1140px){
.contents{
	max-width: 94%;
	width:94%;
	margin: 0 auto;
}
.header_box1 {
    width: 240px;
}
#global-nav ul li {
    padding: 0px 0px 0px 15px;
}
.header_box2 .header_contact_btn {
    padding: 15px;
}
}
@media only screen and (max-width: 1050px) {
.header_box1 {
    width: 210px;
}
.header_box2 .header_sns_icon {
    display: flex;
    margin: 0 5px;
}
#global-nav ul li a {
    font-size: 15px;
	}
#global-nav ul li {
    padding: 0px 0px 0px 10px;
}
.header_box2 .header_contact_btn {
    padding: 5px;
}
}
@media only screen and (max-width: 960px) {
.sp_hidden_b{
	display: none;	
	}
.pc_hidden_b{
	display: block;	
	}
header {
    height: 60px;
	}
.header_contents{
  display: none;	
}
#global-nav ul li:hover ul.sub-menu {
    display: none;
}
#global-nav ul {
    margin-left: 0px;
}
.menuwrap ul .stit {
    margin-top: 0px;
}
#global-nav ul {
    display: block;
    background: #ffffff;
}
#global-nav ul li {
    float: left;
    padding: 10px 13px;
    text-align: center;
}
#global-nav ul li a {
    display: block;
    padding: 15px 10px 15px;
    border-bottom: dashed 1px #cccccc;
}
#global-nav ul li {
    float: left;
    padding: 10px 10px;
    text-align: center;
}
.pc_slogo{
		display: none;
	}
#header .container {
    width: 100%;
    margin: 0px auto;
}
#header .top-box{
		display:none;
	}
#header .inner {
    width: 100%;
    background: rgba(255,255,255,0.9);
}
#header-fixed .inner {
    width: 100%;
    background: rgba(255,255,255,0.9);
}
#header {
        top: 0;
        position: fixed;
        margin-top: 0;
        z-index: 100000;
		width: 100%;
 }
#mobile-head {
    background: #ffffff;
    width: 100%;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    height: 60px;
    align-items: center;
}
#home .main_image_wrap {
    margin-top: 60px;
}
#global-nav .searchbox {
    margin-top: 15px;
    padding-bottom: 10px;
}
nav.is-fixed #global-nav .searchbox {
    margin-top: 15px;
}
 nav.is-fixed .logo,
    #header .logo {
    display: none;
    }
#header .slogo {
    display: block;
}
#header .slogo a{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
#header .slogo a img{
    height: 40px;
}
.header_box1 {
    display: none;
}
.header_box2 {
    padding: 0px 0px 0px;
	display: block;
}
.header_box2 .numberbox {
    display: none;
	}
.header_box2 .hour{
    display: none;
}
.header_box2 .header_sns_icon {
    display: flex;
    margin: 0 0px;
    background: #ffffff;
    padding: 13px 10px 10px;
    justify-content: center;
}
.header_box2 .header_contact_btn {
    padding: 16px;
    justify-content: center;
    height: auto;
	margin-left:0px;
}
#global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 0px 0px 0px 0px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
#global-nav ul li {
        float: none;
        position: static;
        color:#40A631;
    }
#header #global-nav ul li {
    padding: 0px 6px;
    text-align: center;
    font-size: 14px;
}
#global-nav .header_menu ul li{
    border-right: none;
}
#global-nav ul li a::after{
		display: none;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
#global-nav {
    display: block;
}
#header.is-fixed #global-nav ul li a {
    font-size: 1.6rem;
}
nav.is-fixed #global-nav ul {
    display: block;
    padding-top: 20px;
}
#page_header_wrap {
    margin-top: 60px;
}
.page_header {
    height: 180px;
    background-position: center left;
    padding: 20px;
}
#page_header_wrap .page_header h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 3rem;
text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#home .main_slide_wrap {
    margin-top: 60px;
}
}
@media only screen and (max-width: 760px) {
#footer_bottom_fix {
    display: flex;
    height: 60px;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    justify-content: space-between;
}
#footer_bottom_fix .fixbtn {
    height: 60px;
    justify-content: center;
    align-items: center;
    background: url(images/btn_bk.jpg);
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    width: calc(100% / 2);
    display: block;
    text-align: center;
    padding: 10px 0px;
    line-height: 2;
}
#footer_bottom_fix .fixbtn_border {
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}
#footer_bottom_fix a i{
    display: block;
    font-size: 18px;
}
#footer_bottom_fix a i.fa-line {
    display: block;
    font-size: 21px;
}
#footer_bottom_fix a .text.line {
    display: block;
    font-size: 14px;
    margin-top: -2px;
}
#footer_bottom_fix a .text{
    display: inline-block;
    font-size: 14px;
}
/**
.site-footer-copyright {
    padding-bottom: 60px;
}
**/
.pagetop {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 9999;
}
.pagetop .name {
    color: #9a0010;
    display: none;
}
.kodawari_item_wrap .kodawari_item{
    display: grid;
    align-items: center;
}
.kodawari_item_wrap .kodawari_item .imagebox{
    width: 100%;
	order: 2;
}
.kodawari_item_wrap .kodawari_item .textbox{
    width: 100%;
	padding: 40px 5%;
	position: relative;
	order: 1;
}
.history_wrap {
    background: url(images/bk01.jpg);
    position: relative;
    padding: 30px 0px;
}
.time_line_wrap .timeline-content {
width: 100%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
}
.time_line_wrap .timeline-date {
        width: 100%;
        float: left;
        margin-top: 15px;
        border-left: solid 3px #9a0010;
        padding-left: 10px;
        margin-bottom: 0px;
        font-weight: bold;
}
.time_line_wrap {
    margin: 40px 20px 0px 20px;
}
	.time_line_wrap .timeline-content:before{
		display: none;
	}

}
@media only screen and (max-width: 680px) {
body{
		font-size: 1.4rem;
	}
.main_title_wrap {
    text-align: center;
    margin-bottom: 20px;
}
.sp_hidden{
	display: none;	
	}
.pc_hidden{
	display: block;	
	}
.pa_tb80 {
    padding: 30px 0px;
}
.main_btn {
    width: 100%;
    margin: 0px auto 20px;
}
#home .menu_order_wrap {
    padding-bottom: 0px;
}
.top_news_wrap .contents_inner {
    padding: 15px 0px;
    margin-top: 0px;
}
.top_news_wrap .flexbox {
    display: block;
}
.top_news_wrap .flexbox .title_wrap .title {
    font-size: 2.4rem;
    padding-right: 0px;
    border-right: none;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox {
    display: block;
    margin-bottom: 20px;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox .image_wrap {
    width: 100%;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox .info_area {
    width: 100%;
    padding-left: 0px;
}
#single_meat_menu_wrap .post_contents_wrap .flexbox .info_area .jp_title {
    font-size: 2.4rem;
	}
#single_meat_menu_wrap .post_contents_wrap .flexbox .info_area .en_title {
    font-size: 1.8rem;
	}
#single_meat_menu_wrap .post_contents_wrap .image_list_wrap .image_box {
    width: 48%;
    margin-bottom: 10px;
    height: 160px;
}
#single_meat_menu_wrap .post_contents_wrap .image_list_wrap {
    margin-bottom: 10px;
}
.top_news_wrap .flexbox .rightbox {
    padding: 0 0px;
}
.main_title .jp_tit {
    font-size: 2.2rem;
	}
.intro_text p {
    font-size: 1.6rem;
}
#meat_menu_archive ul {
    display: block;
	}
#meat_menu_archive ul li {
    width: 100%;
    margin-bottom: 30px;
}
#home .menu_order_wrap .main_btn {
    margin: 0px auto 30px;
}
#home .history_wrap .history_meat01 {
    margin-top: -40px;
    margin-left: 0px;
    width: 180px;
}
#home .history_wrap {
    padding-top: 80px;
    margin-top: 60px;
}
#home .history_wrap .history_meat02 {
    margin-right: 0px;
    margin-bottom: -100px;
    width: 180px;
}
#home .history_wrap .intro_bottom_textbox {
    text-align: center;
    margin: 30px 0px 20px;
}
#home .shop_wrap {
    margin: 40px 0px;
}
#home .shop_wrap .flexbox {
    display: block;
}
#home .shop_wrap .flexbox .leftbox {
    width: 100%;
    display: flex;
    position: relative;
}
#home .shop_wrap .flexbox .leftbox .contents_box {
    padding: 10px 15px;
    flex: 1;
}
#home .shop_wrap .flexbox .leftbox .bk_blackbox {
    width: 20px;
	}
#home .shop_wrap .flexbox .leftbox .red_line_wrap {
    display: none;
}
#home .choice_cooking_wrap .flexbox {
    display: block;
}
#home .choice_cooking_wrap .flexbox .inner_box {
    width: 100%;
}
#meat_menu_archive .meat_list {
    display: block;
    margin-bottom: 20px;
}
#meat_menu_archive .meat_list .list_btn {
    margin: 0 1% 20px;
    width: 100%;
}
#meat .box01 {
    display: block;
}
#meat .imagebox {
    width: 100%;
}
#meat .box01 .textbox {
    width: 100%;
    padding: 20px;
}
#meat .box01 .textbox h4 {
    font-size: 2.1rem;
	}
#meat .box02 {
    display:grid;
}
#meat .box02 .textbox {
    width: 100%;
    padding: 20px;
    order: 2;
}
#meat .box02 .textbox h4 {
    font-size: 2.1rem;
	}
#meat .box02 .imagebox {
    width: 100%;
    order: 1;
}
.menu_gallery_wrap img {
    width: 50%;
}
.choice_wrap .flexbox {
    display: block;
    justify-content: space-between;
    margin-top: 0px;
}
.choice_wrap .flexbox .meatbox {
    width: 100%;
	margin-bottom: 20px;
}
.choice_wrap .flexbox .meatbox h4.title {
    font-size: 2.1rem;
	}
.form_content .contact_table01 td {
    padding: 5px 0px 15px 0px;
    width: 100%!important;
    display: block;
}
.form_content .contact_table01 th {
    padding: 10px 0px 0px 0px;
    border-bottom: none;
    width: 100%!important;
    display: block;
}
.contact_form_wrap .top_infomation_box {
    padding: 20px;
    margin-bottom: 30px;
}
.map_before_contact_area .wh_bk {
    background: rgba(255,255,255,0.85);
    padding: 15px;
}
.map_before_contact_area {
    padding: 30px 0px;
	}
.map_before_contact_area .main_btn {
    margin-top: 0px;
    width: 100%;
}
.access_wrap .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.access_wrap .flexbox .leftbox {
    width: 100%;
	order: 2;
}
.access_wrap .flexbox .rightbox {
    width: 100%;
	order: 1;
	margin-bottom: 20px;
}
.map_area iframe{
    border: 0;
    height: 260px;
}
.access_wrap {
    margin-bottom: 20px;
}
#single_meat_menu_wrap .post_contents_wrap .image_list_wrap .image_box img {
   object-fit: cover;
    height: 100%;
}
.how_to_order_wrap .top_infomation_box {
    padding: 10px 20px 20px;
    margin-bottom: 30px;
}
#about_order .form_content .contact_table01 td {
    padding: 5px 0px 15px 0px;
    width: 100%!important;
    border-bottom: none;
}
.form_content .contact_table01 .glam {
    font-size: 1.6rem;
    width: 100%;
	}
#about_order .form_content .contact_table01 tr{
    border-bottom: dashed 1px #cccccc;
}
.cooking_wrap .flexbox {
    display: block;
	}
.cooking_wrap .flexbox .box01 {
    width: 100%;
    margin-bottom: 0px;
}
#meat .box01 .textbox {
    width: 100%;
    padding: 10px;
}
#meat .box01 .textbox h4 {
    font-size: 1.6rem;
    margin: 0;
}
.form_content .contact_table01 .maisu {
    font-size: 1.6rem;
    width: 100%;
	}
.footer_flexbox {
    display: block;
}
.footer_flexbox .leftbox {
    width: 100%;
    margin-right: 0px;
}
.footer_flexbox .leftbox .footer_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.footer_flexbox .leftbox .footer_logo img {
   width: 240px;
}
.footer_flexbox .leftbox .bottom_box {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.footer_flexbox .leftbox .bottom_box .info_box {
    margin-right: 0px;
    margin-bottom: 10px;
}
.footer_flexbox .online_shop_bnr{
    display: inline-block;
}
.footer_flexbox .rightbox {
    width: 100%;
    display: block;
    justify-content: flex-end;
    margin-left: 0;
    text-align: center;
}
.pankuzu {
	margin-bottom: 20px;
}
.footer_flexbox .rightbox .menu_box .b_menu {
    margin-right: 10px;
    margin-bottom: 10px;
}
.line_bnr_wrap{
    width: 100%;
    margin: 0 auto;
}
.table01 table th {
    padding: 20px 10px;
    width: 130px;
}
	}
@media only screen and (max-width: 580px) {
#single_meat_menu_wrap .post_contents_wrap .image_list_wrap .image_box {
    width: 48%;
    margin-bottom: 10px;
    height: 150px;
}
		}
