/*デフォルトコード--------------------------*/
html{
  font-size:62.5%;
}
body{
	margin:auto;
	padding:0;
	width:auto;
  font-family: PT Sans Caption,Josefin Sans,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;  -webkit-text-size-adjust: 100%;/*スマホを横にしてもテキスサイズをそのままに*/
  color: #414141;
}

p, span{line-height:140%;}
p, span a{line-height:140%;}

html {overflow-y: scroll;}

li{list-style:none;}

a:link{text-decoration:none;}
a{  color: #414141;}
img {border: 0;}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4,h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td  {
	margin: 0;  padding: 0;
}

header, article, footer, article, aside, time ,nav { display: block; }

/*iphoneのsafari用*/
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

header{
  background: rgba(180,9,18,0.8);
  width: 100%;
  height: 80px;
  z-index: 2;
  position: absolute;
  top:0;
}
.head_content{
  width: 1040px;
  margin: auto;
  position: relative;
}
.logo_space{
  width: 163px;
  height: 147px;
  position: absolute;
  top:0;
  left: 0;
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  z-index: 3;
}
@media screen and (max-width:650px){
header{
  position: static;
  background: #fff;
  height: auto;
}
.head_content{
  width: 96%;
  padding: 0 2%;
}
.logo_space{
  position: static;
  width: 100%;
  text-align: center;
}
}

nav.main_nav_pc ul{
  width: 850px;
  float: right;
  padding-top: 30px;
  overflow: hidden;
}
nav.main_nav_pc ul li{
  font-size: 1.5rem;
  width: 14%;
  float: left;
  text-align: center;
}
nav.main_nav_pc ul li a{
  color: #fff;
}
@media screen and (max-width:650px){
nav.main_nav_pc{
  display: none;
}
}

.slide_text{
  position: absolute;
  top:30%;
  font-size: 3.5rem;
  z-index: 3;
  width: 100%;
  padding: 10px 0;
  background: -moz-linear-gradient(left,  rgba(180,9,18,0.8) 0%, rgba(180,9,18,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(180,9,18,0.8) 0%,rgba(180,9,18,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(180,9,18,0.8) 0%,rgba(180,9,18,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb40912', endColorstr='#00b40912',GradientType=1 ); /* IE6-9 */
}
.slide_text span{
  width: 1040px;
  margin: auto;
  display: block;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width:650px){
.slide_text{
  top :0 ;
  font-size: 1.8rem;
  z-index: 3;
  width: 100%;
  padding: 10px 0;
  background: rgba(180,9,18,0.6);
  text-align: center;
}
.slide_text span{
  width: 92%;
  padding: 0 4%;
}
.swiper-container{
  height: 300px;
}
.swiper-container img{
  height: 100%;
  width: auto;
}
}

/*ベースレイアウト-----*/
.main_width{
  width: 1040px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width:650px){
.main_width{
  width: 96%;
  padding: 0 2%;
}
}

article.beige_Box{
  background-color: #fef9eb;
  padding-top: 35px;
  overflow: hidden;
}
.po_right_top{
  position: absolute;
  right:0;
  top:0;
}
@media screen and (max-width:650px){
.po_right_top{
  top: auto;
  right: 2%;
  margin: auto;
  bottom: -50px;
}
}

.black_obi{
  background-color: #000000;
  color: #fff;
  width: 100%;
}
h2.title{
  width: 1040px;
  margin: auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 70px;
  font-size: 3.0rem;
  letter-spacing: 8px;
}
h2.title span{
  font-size: 1.3rem;
  font-family: PT Sans Caption,Josefin Sans,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  float: right;
  line-height: 70px;
  letter-spacing: 2px;
}
@media screen and (max-width:650px){
h2.title{
  width: 100%;
  text-align: center;
  line-height: 120%;
  padding: 3% 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h2.title span{
  text-align: center;
  display: block;
  float: none;
  line-height: 120%;
}
}
.center{
  text-align: center;
  margin:auto;
}
/*TOP----*/

.top_topics_box{
  position: relative;
}
h2.border_title{
  font-size: 3.0rem;
  border-bottom: 2px solid #b61119;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
ul.top_topics_list{
  margin-bottom: 50px;
}
@media screen and (max-width:650px){
ul.top_topics_list{
  margin-bottom: 80px;
}
}
ul.top_topics_list li{
  font-size: 1.2rem;
  margin-bottom: 15px;
}
ul.top_topics_list li p.day{
  display: inline;
  margin-right: 1rem;
}
ul.top_topics_list li h3{
  display: inline-block;
  font-weight: normal;
}
ul.top_topics_list li h3 a:hover{
  color:#b61119;
  -webkit-transition: all .9s;
	transition: all .9s;
}
ul.top_topics_list li span{
  background-color:#b61119;
  font-size: 1.1rem;
  color: #fff;
  padding: 3px 10px;
}
@media screen and (max-width:650px){
ul.top_topics_list li span{
  display: inline-block;
}
}

.read_more_arrow{
  background-color: #b61119;
  line-height: 37px;
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
}
.read_more_arrow:after{
  position: absolute;
  content: '';
  top:0;
  bottom: 0;
  margin: auto;
  right:10px;
  background: url(../img/icon_arrow.png) no-repeat;
  width: 9px;
  height: 12px;
}
.read_more_arrow a{
  color: #fff;
  display: block;
  padding: 0 50px 0 20px;
}
@media screen and (max-width:650px){
.read_more_arrow a{
  padding: 0 90px 0 20px;
}
}
.read_more_arrow a:hover{
  background-color: #414141;
  -webkit-transition: all .9s;
	transition: all .9s;
}

ul.concept_list{
  overflow: hidden;
  margin-bottom: 100px;
}
ul.concept_list li{
  width: 50%;
  float: left;
  height: 350px;
  color: #fff;
  position: relative;
}
@media screen and (max-width:650px){
ul.concept_list{
  margin-bottom: 50px;
}
ul.concept_list li{
  width: 100%;
  height:auto;
}
}
ul.concept_list li div.right{
  width: 480px;
  float:left;
  margin-left: 40px;
  padding-top: 25px;
}
ul.concept_list li div.left{
  width: 480px;
  float:right;
  margin-right: 40px;
  padding-top: 25px;
}
@media screen and (max-width:650px){
ul.concept_list li div.left,
ul.concept_list li div.right{
  width: 96%;
  float:none;
  margin:auto;
  padding: 5% 2%;
}
}

ul.concept_list li.co_li01{
  background: url(../img/concept_img01.jpg) right center no-repeat;
  background-size:cover;
}
ul.concept_list li.co_li02{
  background: url(../img/concept_img02.jpg) left center no-repeat;
  background-size:cover;
}
ul.concept_list li.co_li03{
  background: url(../img/concept_img03.jpg) right center no-repeat;
  background-size:cover;
}
ul.concept_list li.co_li04{
  background: url(../img/concept_img04.jpg) left center no-repeat;
  background-size:cover;
}
ul.concept_list li.co_li05{
  background: url(../img/concept_img05.jpg) left center no-repeat;
  background-size:cover;
}
ul.concept_list li.co_li06{
  background: url(../img/concept_img06.jpg) left center no-repeat;
  background-size:cover;
}
@media screen and (max-width:650px){
  ul.concept_list li{
    background-position: center center !important;
  }
}
ul.concept_list li h3{
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 110%;
  margin-bottom: 30px;
  height: 90px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
ul.concept_list li h3 span{
  font-size: 0.8em;
}


@media screen and (max-width:650px){
ul.concept_list li h3{
  height: auto;
  font-size: 3.0rem;
  margin-bottom: 20px;
}
}

ul.concept_list li p{
  font-size: 1.6rem;
  margin-bottom: 50px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
ul.concept_list li .po_right_bottom{
  position: absolute;
  right: 40px;
  bottom: 40px;
}
ul.concept_list li .po_left_bottom{
  position: absolute;
  left:40px;
  bottom: 40px;
}
@media screen and (max-width:650px){
ul.concept_list li p{
  font-size: 1.3rem;
  margin-bottom: 20px;
}
ul.concept_list li .po_left_bottom,
ul.concept_list li .po_right_bottom{
  position: static;
  text-align: center;
}
}

.recommeded-menu{
  margin-bottom: 60px;
}
.shop-info .black_obi,
.recommeded-menu .black_obi{
  background-color: rgba(0,0,0,0.8);
}
.recommeded-menu .parallax{
  background-image: url(../img/titile_back_menu.jpg);
  background-position: 50% bottom;
  background-attachment: fixed;
}
.shop-info .parallax{
  background-image: url(../img/titile_back_shop.jpg);
  background-position: 50% bottom;
  background-attachment: fixed;
}
.recommeded-menu .parallax,
.shop-info .parallax{
  margin-bottom: 80px;
}
@media screen and (max-width:650px){
.recommeded-menu .parallax,
.shop-info .parallax{
  margin-bottom: 30px;
}
}

.shop-info .parallax .overlay,
.recommeded-menu .parallax .overlay{
  background: url(../img/stripe-black.png) repeat;
}
.shop-info  .parallax .overlay .content,
.recommeded-menu .parallax .overlay .content{
  width: 1040px;
  margin: auto;
  padding: 60px 0;
}
@media screen and (max-width:650px){
.shop-info  .parallax .overlay .content,
.recommeded-menu .parallax .overlay .content{
  width: 96%;
  padding: 30px 2%;
}
}

.shop-info .parallax .overlay .content ul li,
.recommeded-menu .parallax .overlay .content ul li{
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

ul.recommeded_list{
  overflow: hidden;
}
ul.recommeded_list li{
  width: 22%;
  float: left;
  margin-right: 4%;
  margin-bottom: 50px;
  position: relative;
}
ul.recommeded_list li img{
  width: 100%;
  height: auto;
}
ul.recommeded_list li:nth-child(4n){
  margin-right: 0;
}
@media screen and (max-width:650px){
ul.recommeded_list li{
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 5%;
}
ul.recommeded_list li:nth-child(4n){
  margin-right: auto;
}
ul.recommeded_list li:nth-child(2n){
  margin-right: 0;
}
}

ul.recommeded_list li p{
  position: absolute;
  bottom: 0;
  left:0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: rgba(180,9,18,0.8);
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width:650px){
ul.recommeded_list li p{
  width: 96%;
  padding: 5px 2%;
}
}

ul.recommeded_list li img{
  vertical-align: bottom;
}
ul.recommeded_list li a:hover{
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -webkit-transition: all .9s;
	transition: all .9s;
}

article.shop_list_Box{
  margin-bottom: 100px;
}

h3.border_title{
  font-size: 2.0rem;
  border-bottom: 1px solid #414141;
  margin-bottom: 25px;
}
ul.shop_list{
  overflow: hidden;
  margin-bottom: 30px;
}
ul.shop_list li{
  width: 30%;
  margin-right: 5%;
  float: left;
  margin-bottom: 15px;
  position: relative;
}
ul.shop_list li:nth-child(3n){
  margin-right: 0;
}
@media screen and (max-width:650px){
ul.shop_list li{
  width: 100%;
  margin-right: 0;
  float: none;
  margin-bottom: 15px;
}
ul.shop_list li:nth-child(3n){
  margin-right: 0;
}
}
ul.shop_list li a:hover{
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -webkit-transition: all .9s;
	transition: all .9s;
}
ul.shop_list li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul.shop_list li a div{
  position: absolute;
  bottom: 0;
  padding: 2%;
  width: 96%;
  color: #fff;
  background-color: rgba(180,9,18,0.8);
}
ul.shop_list li a div h4{
  font-size: 1.5rem;
  font-weight: normal;
}
ul.shop_list li a div span{
  font-size: 1.1rem;
}

/*footer----*/
footer{
  background-color: #b61119;
  padding: 80px 0 100px;
  overflow: hidden;
  color: #fff;
  font-size: 1.3rem;
}
footer a{
  color: #fff;
}
.foot_left{
  width: 20%;
  margin-right: 10%;
  float: left;
}
.foot_center{
  width: 30%;
  float: left;
  margin-right: 10%;
  overflow: hidden;
}
.foot_right{
  width: 30%;
  float: right;
}
@media screen and (max-width:650px){
footer{
  padding: 5% 0 8%;
}
.foot_left{
  width: 100%;
  margin-right: 0;
  float: none;
  margin-bottom: 5%;
}
.foot_center{
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 5%;
}
.foot_right{
  width: 100%;
  float: none;
}

}

.foot_left p.shop_name{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.foot_left ul{
  margin: 20px 0;
}
.foot_left ul li{
  margin-bottom: 5px;
}
footer h5{
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.foot_center ul{
  width: 100%;
  overflow: hidden;
}
.foot_center ul li{
  width: 49%;
  float: left;
  margin-bottom: 1rem;
  margin-right: 2%;
}
.foot_center ul li:nth-child(2n){
  margin-right: 0;
}
ul.foot_topics li{
  overflow: hidden;
  margin-bottom: 25px;
}
ul.foot_topics li img{
  float: left;
  margin-right: 10px;
  width: 25%;
  height: auto;
}
ul.foot_topics li h6{
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1.2rem;
}

p.copyright{
  border-top: 13px solid #000;
  line-height: 100px;
  text-align: center;
  font-size: 1.2rem;
}


/*下層ページ（ベース）ーーーーーーーーー*/
.page_title_space{
   height: 300px;
   position: relative;
}
.company{
  background: url(../img/page_main_back_company.jpg) no-repeat center center;
  background-size: cover;
}
.sitemap{
  background: url(../img/page_main_back_sitemap.jpg) no-repeat center center;
  background-size: cover;
}
.pvp{
  background: url(../img/page_main_back_pvp.jpg) no-repeat center center;
  background-size: cover;
}
.contact{
  background: url(../img/page_main_back_contact.jpg) no-repeat center center;
  background-size: cover;
}
.recruit{
  background: url(../img/page_main_back_recruit.jpg) no-repeat center center;
  background-size: cover;
}
.column{
  background: url(../img/page_main_back_column.jpg) no-repeat center center;
  background-size: cover;
}
.notice{
  background: url(../img/page_main_back_notice.jpg) no-repeat center center;
  background-size: cover;
}
.menu{
  background: url(../img/page_main_back_menu.jpg) no-repeat center center;
  background-size: cover;
}
.store{
  background: url(../img/titile_back_shop.jpg) no-repeat center center;
  background-size: cover;
}
.product{
  background: url(../img/titile_back_product.jpg) no-repeat center center;
  background-size: cover;
}
.page_title_space .overlay{
  background: url(../img/stripe-black.png) repeat;
  height: 300px;
}
@media screen and (max-width:650px){
.page_title_space{
   height: 120px;
}
.page_title_space .overlay{
  height: 120px;
}
}
.breadcrumbs,
ul.pankuzu{
  width: 1040px;
  margin: auto;
  text-align: right;
  padding-top: 90px;
}
@media screen and (max-width: 640px) {
.breadcrumbs,
ul.pankuzu{
  display: none;
}
}
ul.pankuzu li{
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
}
.breadcrumbs,
.breadcrumbs a,
ul.pankuzu li a{
  color: #fff;
  font-size: 1.2rem;
}

ul.pankuzu li:after{
  content: '>';
  margin-left: 5px;
  margin-right: 5px;
}
ul.pankuzu li:last-child:after{
  content: none;
}
.page_contents{
  margin: 50px 0;
}


/*会社概要----*/

dl.company_table_second,
dl.company_table {
  border-bottom:1px solid #999797;
  border-left:1px solid #999797;
  border-right:1px solid #999797;
  margin:20px 0 50px 0;
  font-size: 1.4rem;
  background-color:#f0f0f0;
  overflow: hidden;
}

dl.company_table_second dt,
dl.company_table dt {
    float:left;
    clear: left;
    width:25%;
    background-color:#f0f0f0;
    border-top:1px solid #999797;
    padding:10px 0 10px 2%;
}

dl.company_table_second dd,
dl.company_table dd {
    background-color:#ffffff;
    border-top:1px solid #999797;
    border-left:1px solid #999797;
    margin-left:27%;
    padding:12px 20px;
}

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

dl.company_table_second,
dl.company_table {
  margin:20px 0 50px 0;
}
dl.company_table_second dt{
  width: 100%;
  float: none;
}

dl.company_table_second dd{
  width: 100%;
  margin-left:0;
  border-left:none;
  padding:10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
}

.recruit_Box h3{
  text-align: center;
}
.recruit_Box p{
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.recruit_Box h4{
  margin-top: 30px;
  font-size: 1.8rem;
  padding-left: 15px;
  border-left: 5px solid #b61119;
  margin-bottom: 10px;
}

/*Contact----*/
dl.contact_Box{
  padding: 60px 100px 10px;
  font-size: 1.6rem;
}
dl.contact_Box dt{
  color: #b61119;
  width: 290px;
  padding-right: 10px;
  float: left;
  margin-bottom: 20px;
}
dl.contact_Box dd{
  padding-left: 330px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
/*.notice{
  margin: 5% 0 ;
  font-size: 1.2rem;
  padding: 5%;
  text-align: left;
}
*/
dl.contact_Box{
  padding: 3%;
  font-size: 1.5rem;
}
dl.contact_Box dt{
  width: 100%;
  padding-right: 0;
  float: none;
  margin-bottom: 5px;
}
dl.contact_Box dd{
  padding-left:0;
  margin-bottom: 20px;
}
}

dl.contact_Box dd input[type="tel"],
dl.contact_Box dd input[type="email"],
dl.contact_Box dd input[type="text"]{
  border: 2px solid #e4e4e4;
  width: 96%;
  font-size: 1.6rem;
  line-height: 40px;
  padding: 0 2%;
}
dl.contact_Box dd textarea{
  border: 2px solid #e4e4e4;
  width: 96%;
  font-size: 1.6rem;
  padding: 2%;
}
#submit_button{
  width: 200px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #b61119;
  font-size: 1.8rem;
  padding: 0 15px;
  border: none;
  background-image: url(../img/icon_arrow.png);
  background-repeat:  no-repeat;
  background-position : 95% 50%;
}
p.check_text{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}
span.wpcf7-checkbox span{
  margin-right: 5px;
}

/*プライバシー・ポリシー*/
.pvp_Box p{
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.pvp_Box h3{
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.pvp_Box ul li{
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.pvp_Box ul li:before{
  content: '●';
  margin-right: 5px;
}

/*投稿系（コンセプト）----*/

.column_entry{
  text-align: center;

}
.column_entry h3{
  border-bottom: 5px solid #b61119;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 3.0rem;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 130%;
}
.column_entry h4{
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.column_entry .column_content{
  width: 550px;
  margin: auto;
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: left;
}
.column_entry .column_content img{
  max-width: 550px;
  height: auto;
}


@media screen and (max-width: 640px) {
  .column_entry .column_content{
    width: 100%;
  }
  .column_entry h3{
    font-size: 2.4em;
  }
  .column_entry h3 br{
    display: none;
  }
}
.column_entry .column_content p{
  line-height: 180%;
  margin-bottom: 25px;
}
.kanren_Box{
  margin: 50px 0 100px;
  border-bottom: 1px dashed #b61119;
}
.kanren_Box h4{
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px dashed #b61119;
  margin-bottom: 15px;
}
.kanren_Box ul{
  overflow: hidden;
  margin: 0 5%;
}
.kanren_Box ul li{
  width: 20%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5%;
}
.kanren_Box ul li:nth-child(4n){
  margin-right: 0;
}
.kanren_Box ul li img{
  width: 100%;
  height: auto;
}
.kanren_Box ul li h5{
  font-weight: normal;
  font-size: 1.3rem;
}
.kanren_Box ul li a{
  color: #b61119;
}

@media screen and (max-width: 640px) {
.column_entry img{
  width: 90%;
  height: auto;
  margin: 2% 5%;
}
.kanren_Box ul{
  margin: 0 ;
}
.kanren_Box ul li{
  width: 100%;
  margin-right: 0;
  display: block;
  margin-bottom: 3%;
  overflow: hidden;
}
.kanren_Box ul li img{
  width: 30%;
  height: auto;
  float: left;
  margin-right: 3%;
}
}
.kanrn_menu{
  background-color:#f6f6f6;
  padding: 3% 5%;
  margin: 5% 0;
}
.kanrn_menu h4{
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px dashed #b61119;
  margin-bottom: 15px;
}
.kanrn_menu ul{
  overflow: hidden;
}
.kanrn_menu ul li{
  width: 10%;
  float: left;
  margin-right: 5%;
}
.kanrn_menu ul li img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
.kanrn_menu ul li{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 3%;
}
.kanrn_menu ul li:nth-child(3n){
  margin-right: 0;
}
}

/*お知らせ----------*/
#notice_main{
  width: 750px;
  float: left;
  margin-right: 40px;
}
.side_notice{
  width: 250px;
  float: right;
}
@media screen and (max-width: 640px) {
#notice_main{
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 70px;
}
.side_notice{
  width: 100%;
  float: none;
}
}

.notice_entry{
  font-size: 1.4rem;
  margin-bottom: 50px;
}
ul.notice_list li{
  border-bottom: 1px dashed #b61119;
  padding-bottom: 5%;
  margin-bottom: 8%;
  font-size: 1.4rem;
}
.notice_entry .date,
ul.notice_list li .date{
  margin-bottom: 10px;
  background-color:#e8e8e8;
  padding: 3px 5px;
}
.notice_entry img,
ul.notice_list li img{
  max-width: 700px;
  height: auto;
}
.notice_entry .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.notice_entry .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 640px) {
.notice_entry img,
ul.notice_list li img{
  max-width: 100%;
  height: auto;
}
}

.notice_entry h2,
ul.notice_list li h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #b61119;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 130%;
  margin-bottom: 15px;
}
.notice_entry > p,
ul.notice_list li > p{
  margin-bottom: 15px;
  line-height: 180%;
}
.side_navi{
  font-size: 1.4rem;
}
.side_list h5,
.side_navi h5{
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  margin-bottom: 4%;
  color: #b61119;
  border-left: 5px solid #b61119;
  padding-left: 5px;
}
.side_navi ul.cate {
  margin-bottom: 50px;
}
.side_navi ul.cate li{
  margin-bottom: 5%;
}

.side_list ul.post li{
  margin-bottom: 3%;
  border-bottom: 1px dashed #414141;
  padding-bottom: 2%;
}
.tablenav{
  font-size: 1.6rem;
}
.tablenav .page-numbers{
  border: 1px solid #b61119;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}
.tablenav .current{
  border: none;
}

ul.notice_single_paging{
  overflow: hidden;
}
ul.notice_single_paging li{
  float: left;
  width: 45%;
  font-size: 1.2rem;
  background-color:#f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.notice_single_paging li:first-child{
  margin-right: 10%;
}
ul.notice_single_paging li a{
  display: block;
  padding: 3%;
}
ul.notice_single_paging li a:hover{
  color: #fff;
  background-color: #b61119;
  -webkit-transition: all .9s;
	transition: all .9s;
}

/*メニュー------------*/

.menu_navi ul{
  overflow: hidden;
  margin-bottom: 30px;
}
.menu_navi ul li{
  display: inline-block;
  margin-right: 15px;
  background-color: #b61119;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.menu_navi ul li a{
  color: #fff;
  display: block;
  padding: 5px 25px;
}
.menu_navi ul li a:hover{
  background-color: #414141;
  -webkit-transition: all .9s;
	transition: all .9s;
}

.menu_single{
  width: 70%;
  margin: auto;
  overflow: hidden;
  font-size: 1.4rem;
}
.menu_img{
  width: 40%;
  height: auto;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
}

.menu_img img{
  width: 100%;
  height: auto;
}
.menu_info{
  width: 57%;
  float: right;
}
.menu_eat_shop{
  clear: both;
}
@media screen and (max-width: 640px) {
.menu_single{
  width: 100%;
}
.menu_img{
  width: 90%;
  padding: 0 5%;
  float: none;
}
.menu_info{
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
}


.menu_info h2{
  font-size: 2.0rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
  border-bottom: 1px solid #b61119;
}
.menu_info .price{
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}
.caption_box_01{
  border: 1px solid #b61119;
  padding: 2px 5px;
  margin: 10px 0;
  text-align: center;
}
p.caption{
  font-size: 1.2rem;
}
.menu_eat_shop h4{
  font-size: 1.6rem;
  border-bottom: 1px solid #b61119;
  margin-bottom: 10px;
}
.menu_eat_shop ul{
  overflow: hidden;
}
.menu_eat_shop ul li{
  display: inline-block;
  background-color: #ededed;
  margin: 0 10px 10px 0;
  font-size: 1.2rem;
  color: #7e7e7e;
  border-radius: 10px;
}
.menu_eat_shop ul li a{
  display: block;
  padding: 5px 20px;
}
.menu_eat_shop ul li a:hover{
  background-color: #b61119;
  -webkit-transition: all .9s;
	transition: all .9s;
  border-radius: 10px;
}

/*店舗情報---------*/
.store_main{
  overflow: hidden;
}
.store_main .store_text{
  width: 45%;
  float: left;
  margin-right: 5%;
}
.store_text h3 {
    font-size: 1.5em;
    margin-bottom: 0.8em;
}
.store_main .store_table{
  width: 50%;
  float: right;
  margin-top: -20px;
}
@media screen and (max-width:650px){
.store_main .store_text{
  width: 100%;
  float: none;
  margin-right: 0;
}
.store_main .store_table{
  width: 100%;
  float: none;
  margin-top: 0;
}

}

.store_text p{
  font-size: 1.4rem;
  margin-bottom: 20px;
}

ul.menu_pdf{
  overflow: hidden;
  margin-bottom: 20px;
}
ul.menu_pdf li{
  display: inline-block;
  margin-right: 15px;
  font-size: 1.6rem;
  background-color: #b61119;
  margin-bottom: 25px;
}
ul.menu_pdf li a{
  color: #fff;
  padding: 5px 15px;
}

/*Shopページ------------*/
#item_top{
  overflow: hidden;
}
#itempage{
  padding-bottom: 80px;
}
#itempage .itemimg{
 width: 28%;
 float: left;
 display: inline-block;
 margin:0 5% 20px 0;
}
#itempage .item_right{
  width: 67%;
  float: right;
}
@media screen and (max-width:650px){
#itempage .itemimg{
 width: 100%;
 float: none;
 text-align: center;
}
#itempage .itemimg img{
  width: 90%;
  height: auto;
  max-width: 300px;
}
#itempage .item_right{
  width: 100%;
  float: none;
}
}
.item_right h2.item_name{
  border-bottom: 1px solid #b61119;
  font-size: 2.3rem;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
}
@media screen and (max-width:650px){
.item_right h2.item_name{
  line-height: 130%;
}
}

.item_right .item_comment{
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.item_right .item_comment p{
  margin-bottom: 10px;
  line-height: 180%;
}
.item_right .field_custom{
  overflow: hidden;
  border-bottom: 1px solid #b61119;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#itempage .field_custom .field_name{
  font-size: 1.5rem;
  display: inline-block;
  border: 1px solid #b61119;
  padding: 5px 15px;
  float: left;
  margin-right: 10px;
}
#itempage .field_custom .field_price{
  text-align: left;
  font-size: 3.0rem;
  color: #b61119;
  font-weight: bold;
}
#itempage .item_stock{
  background-color: #e3e3e3;
  font-size: 1.4rem;
  padding: 5px;
}
#itempage table.item_option caption{
  font-size: 1.3rem !important;
  color: #b61119;
}
#itempage table.item_option select{
  font-size: 1.4rem;
}

.cart_btn_Box{
  font-size: 1.5rem;
}
.cart_btn_Box input[type="text"]{
  font-size: 1.5rem;
  margin-bottom: 15px !important;
}

.cart_btn_Box .skubutton{
  display: block;
  width: 250px;
  border: none;
  background-color: #b61119;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
}

ul.itemsubimg{
  overflow: hidden;
}

ul.itemsubimg li{
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px !important;
}
@media screen and (max-width:650px){
ul.itemsubimg li{
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
  display: block;
}
ul.itemsubimg li img{
  width: 100%;
  height: auto;
}
ul.itemsubimg li:nth-child(3n){
  margin-right: 0;
}
}
/*商品一覧ページ*/
ul.product_list {
  overflow: hidden;
}
ul.product_list li{
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 3.5%;
  margin-bottom: 5%;
}
ul.product_list li:nth-child(4n){
  margin-right: 0;
}
ul.product_list li a img{
  width: 100%;
  height: auto;
}
ul.product_list li h3{
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
  margin-bottom: 5px;
}
ul.product_list li h3 a{
  color:  #b61119;
}
ul.product_list li .field_price,
ul.product_list li .field_cprice{
 font-size: 1.8rem;
  color:  #b61119;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
ul.product_list li .item_stock{
  display: inline-block;
  background-color: #e3e3e3;
  font-size: 1.3rem;
  text-align: center;
  float: right;
  padding: 2px 8px;
}
@media screen and (max-width:650px){
ul.product_list li{
  display: block;
  width: 47%;
  float: left;
  margin-right: 6%;
  margin-bottom: 7%;
  overflow: hidden;
}
ul.product_list li:nth-child(2n){
  margin-right: 0;
}
ul.product_list li h3{
  text-align: left;
}
}

/*カートページ*/
.catbox .post .entry{
  font-size: 1.4rem;
}


/*************
ニュース内画像
**************/
.notice_entry {
    overflow: hidden;
}
.notice_entry img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.notice_entry img.alignright {
    padding: 4px;
    margin: 0 0 10px 10px;
    display: inline;
}

.notice_entry img.alignleft {
    margin: 0 10px 10px 0;
    display: inline;
}

.notice_entry img.alignright {
    float: right;
}

.notice_entry img.alignleft {
    float: left
}

@media screen and (max-width:650px){
    .notice_entry img.alignleft,
    .notice_entry img.alignright {
        max-width: 48%;
    }
    .notice_entry img.alignright {
        margin-left: 1%;
    }
    .notice_entry img.alignleft {
        margin-right: 1%;
    }
}
