﻿@charset "UTF-8";

/* ショップインフォ */
#shopinfo .innr3 {
  position: relative;
}
.bg_grass01 {
  position: absolute;
	top: -8.5em;
	left: 12%;
}
.shopinfo_page .page_link_btn{
	margin-bottom: 100px;
}
.shopinfo_page .page_link_btn ul{
	text-align: center;
}
.shopinfo_page .page_link_btn li{
	width: 18.8%;
	display: inline-block;
	border: 1px solid #ccc;
	margin-right: 1%;
}

.shopinfo_page .page_link_btn li:last-child{
	margin-right: 0;
}

.shopinfo_page .page_link_btn li a{
	display: block;
	padding: 20px 0 30px;
	position: relative;
	color: #333;
	font-weight: bold;
	font-size: 1.2rem;
	text-decoration: none;
}
.shopinfo_page .page_link_btn li a:hover {
	opacity: .5;
	transition: .5s;
	/* background: #333;
	color: #fff; */
}

.shopinfo_page .page_link_btn li a:after{
content: '';
position: absolute;
  bottom: 10px;
  left: 54%;
  text-align: center;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  margin-left: -12px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}











.shopinfo_page .page_link_btn li p{
	text-align: center;
}

.shopinfo_page h3{
	font-size: 2.6rem;
	border-bottom: 3px solid #333;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.shopinfo_page h4{
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.shopinfo_page .shopinfo_list .box01{
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
	margin-bottom: 50px;
  position: relative;  
}

  .shopinfo_page .shopinfo_list .box01 .top_box{
    position: relative;
    margin-bottom: 60px;
  }

.shopinfo_page .shopinfo_list .shopinfo_img{
	width: 27%;
  /*width: 21.5%;*/
}

.shopinfo_page .shopinfo_list .shopinfo_img img{
	width: 100%;
}

.shopinfo_page .shopinfo_list .shopinfo_text{
	width: 70%;
}

.shopinfo_page .shopinfo_list .shopinfo_text p:nth-of-type(1){
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.7;
}

.shopinfo_page .shopinfo_list .shopinfo_text .pl30{
  padding-left: 30px;
}

.shop_all a:after {
    content: ">";
    display: block;
    position: absolute;
    top: 22%;
    right: 6%;
}

/* ネットショップ */
#netshop01 h5{
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

#netshop01 h5::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-top: solid 2px #333;
  position: absolute;
  top: 45%;
  left: 0;
}








#netshop01 .net01 .shop_all,
#netshop01 .net01 .shop_yho,
#netshop01 .net01 .shop_rkt {
    bottom: 30px;
    right: 0;
}
#netshop01 .net02 .shop_all,
#netshop01 .net02 .shop_yho,
#netshop01 .net02 .shop_rkt {
    bottom: 50px;
    right: 200px;
}
#netshop01 .net02 .shop_rkt {
		bottom: 50px;
		right: 0;
}
#netshop01 .net02 .shop_yho a,
#netshop01 .net02 .shop_rkt a{
	background: #7d0000;
	padding: 10px 50px;
}

#netshop01 .net02 .shop_yho a:hover,
#netshop01 .net02 .shop_rkt a:hover{
	background: #fff;
	color: #000;
	transition: 0.5s;
	border: 1px solid #333;
}
/*
.box01.net01 .clearfix{
	margin-bottom: 5vw;
}*/
.box01.net01 .clearfix.last{
	margin-bottom: 9vw;
}
.real_store {
	position: absolute;
	bottom: 8px;
	right: 20px;
	text-align: right;
}
.real_store a{
	color: #333;
	display: block;
	line-height: 3;
}

.real_store a:after {
    content: ">";
    display: block;
    position: absolute;
		top: 0%;
    right: -15%;
}


/*共通*/

.shop_breed{
  background: #eeeeee;
  padding: 5px 0;
}

.shop_breed li{
  display: inline-block;
  font-size: 0.875rem;  
}

.shop_breed li a{
  color: #000;
  text-decoration: underline;
}

.shop_breed li a::after{
  content: ">";
  display: inline-block;
  margin-left: 3px;
}

.shop_breed li a:hover{
  text-decoration: none; 
}

.cap01{
  text-align: right;
  margin-top: 30px;
}

.cap02{
  margin-top: 10px;
  font-size: 0.875rem;
}

.cap03{
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.375rem;
}

.main_text{
  font-size: 1.375rem;
  margin-bottom: 30px;
  line-height: 1.8;
}

.h4_tit01{
  font-size: 1.5rem;
}

.h4_tit01 span{
  color: #a10000;
  font-size: 1.5rem;
}

.h4_tit02{
  background: #eeeeee;
  text-align: center;
  font-size: 1.75rem;
  padding: 10px 0;
  margin-bottom: 60px;
}

#shop_gmarche .h4_tit01,
#shop_bonrepas .h4_tit01{
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.shop_detail .sub_main_img{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.shop_detail .sub_main_img img{
  width: 100%;
}

.shop_detail .page_link{
  background: #000;
  padding: 10px 0;
  margin-bottom: 40px;
}

.shop_detail .page_link ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.shop_detail .page_link li a{
  color: #fff;
  font-size: 1.25rem;
  margin-right: 50px;
  position: relative;
}

.shop_detail .page_link li a::before{
  content: "";
  display: inline-block;
  background: url(../img/common/arrow01.png)no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
}

.shop_detail .page_link li.arrow02 a::before{
  content: "";
  display: inline-block;
  background: url(../img/common/arrow02.png)no-repeat;
  background-size: cover;
  width: 8px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: -1em;
  top: 0;
}

.shop_detail .page_link li.page_rec_btn a::after{
  content: "";
  display: inline-block;
  background: url(../img/common/blank_ico.png)no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  right: -2.5em;
  top: 0;
}

.shop_detail .page_link02{
  margin: 0 auto 100px;
  text-align: center;
  width: 84%;
}

.shop_detail .page_link03{
  margin: 0 auto 100px;
  text-align: center;
  width: 70%;
}

.shop_detail .page_link02 li{
  width: 20%;
}

.shop_detail .page_link03 li{
  width: 30%;
}

.shop_detail .page_link02 li a,
.shop_detail .page_link03 li a{
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 10px 40px;
  text-align: center;
}

.shop_detail .page_link02 li a::before,
.shop_detail .page_link03 li a::before{
  content: "";
  display: inline-block;
  background: url(../img/common/arrow03.png)no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px; 
}

.shop_detail h3{
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 60px;
  line-height: 1.6; 
}

.shop_detail h3::after{
  content: "";
  display: block;
  background: #000;
  width: 70px;
  height: 8px;
  margin: 20px auto 0;
}

.shop_detail .common_detail01 .box_common:nth-child(1),
.shop_detail .common_detail01 .box_common:nth-child(2){
  margin-bottom: 20px;
}

.shop_detail .common_detail01 .box_common{
  border: 1px solid #969318;
  padding: 25px;
  width: 48.5%;
}

.shop_detail .common_detail01 .box_common dt,
.shop_detail .common_detail01 .box_common li:last-child{
  float: left;
  width: 23%;
  text-align: center;
}

.shop_detail .common_detail01 .box_common li:last-child img {
  width: 100%;
}

.shop_detail .common_detail01 .box_common dd,
.shop_detail .common_detail01 .box_common li:first-child{
  float: right;
  width: 71%;  
}

.shop_detail .common_detail01 .box_common dl{
  margin-bottom: 20px;
}

.shop_detail .common_detail01 .box_common dt{
  background: #969318;
  color: #fff;
  padding: 3px 0;
  text-align: center;
  font-weight: normal;
}

.shop_detail .common_detail01 .box_common dt span{
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 3px;
}

.shop_detail .common_detail01 .box_common dd{
  color: #958b27;
  font-size: 1.25rem;
  font-weight: bold;
}

.shop_detail .common_detail02 .box_inr_a li{
  width: 29.5%;
}
.shop_detail .common_detail02 .box_inr_a li img{
  width: 100%;
}

.shop_detail .common_detail02 .box_inr_a li p{
  margin-bottom: 10px;
}

.shop_detail .common_detail02 .box_inr_a li dt{
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.shop_rec_box .rec_box_l{
  width: 47%;
}

.shop_rec_box .rec_box_l li{
  font-weight:bold;
  margin-bottom: 10px;
  font-size: 1.375rem;
}

.shop_rec_box .rec_box_l li:last-child{
  margin-bottom: 0;
}

.shop_rec_box .rec_box_r{
  width: 49%;
}

.shop_rec_box .rec_box_r li{
  width: 49%;
}
.shop_rec_box .rec_box_r li img{
  width: 100%;
}

.shop_rec_box .rec_contact li:first-child{
  margin-bottom: 10px;
}

.shop_rec_box .rec_contact li:last-child a{
  display: inline-block;
  background: #000;
  padding: 12px 30px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  border: 1px solid #000;
}

.shop_rec_box .rec_contact li:last-child a:after {
    content: ">";
    display: block;
    position: absolute;
    top: 25%;
    right: 5%;
}

.shop_rec_box .rec_contact li:last-child a:hover{
  background: none;
  color: #000;
  transition: 0.4s;
  text-decoration: none;
}




/*TOKUOKAGNZA*/

#shop_tokuoka .box_common .box_tag{
  background: #eeeeee;
  display: inline-block;
  font-size: 1.25rem;
  padding: 3px 15px;
  margin-bottom: 10px;
}

#shop_tokuoka .tokuoka_box02 h4{
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 40px;
}

.box_inr{
  padding-left: 35px; 
}

#shop_tokuoka .pont01,
#shop_tokuoka .pont02{
  margin-bottom: 60px;
}

#shop_tokuoka .tokuoka_box02 .dsp_spb p{
  width: 66.1%;
}
#shop_tokuoka .tokuoka_box02 .dsp_spb p img{
  width: 100%;
}

#shop_tokuoka .tokuoka_box02 .dsp_spb ul{
  width: 32.7%;
}
#shop_tokuoka .tokuoka_box02 .dsp_spb ul li img{
  width: 100%;
}

#shop_tokuoka .tokuoka_box03 .box03_01{
  margin-bottom: 80px;
}

#shop_tokuoka .tokuoka_box03 .box03_01 dl{
  width: 71.5%;
}

#shop_tokuoka .tokuoka_box03 .box03_01 dt{
  font-size: 1.2rem;
  margin-bottom: 20px;
}

#shop_tokuoka .tokuoka_box03 .box03_01 p{
  width: 21.5%;
}

#shop_tokuoka .tokuoka_box03 .box03_01 p img{
  width: 100%;
}

#shop_tokuoka .tokuoka_box03 .box03_02{
  border: 1px solid #958b27;
  padding: 60px;
}

#shop_tokuoka .tokuoka_box03 .box03_02 .box_l_wrap,
#shop_tokuoka .tokuoka_box03 .box03_02 .box_r_wrap{
  width: 47%;
}

#shop_tokuoka .tokuoka_box03 .box03_02 dt,
#shop_tokuoka .tokuoka_box03 .box03_02 dd{
  font-size: 1.02rem;
}

#shop_tokuoka .tokuoka_box03 .box03_02 dt{
  width: 86%;
  letter-spacing: -1px;
}

#shop_tokuoka .tokuoka_box03 .box03_02 dd{
  width: 12%;
  text-align: right;
}

#shop_tokuoka .tokuoka_box03 .box03_02 .box_common{
  margin-top: 75px;
}

#shop_tokuoka .tokuoka_box03 .box03_02 .box_l_wrap .box_common:nth-of-type(1),
#shop_tokuoka .tokuoka_box03 .box03_02 .box_r_wrap .box_common:nth-of-type(1){
  margin-top: 0;
}

#shop_tokuoka .tokuoka_box03 .box03_02 h4{
  color: #958b27;
  border-bottom: 1px solid #958b27;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

#shop_tokuoka .tokuoka_box03 .box03_02 dl{
  margin-top: 10px;
}
#shop_tokuoka .tokuoka_box03 .box03_02 dl:nth-of-type(1){
  margin-top: 0;
}

#shop_tokuoka .tokuoka_box03 .box03_02 dt{
  font-weight: normal;
}

#shop_tokuoka .tokuoka_box04 .box04_01{
  margin-bottom: 40px;
}

#shop_tokuoka .tokuoka_box04 .box04_01 p{
  width: 37.6%;
}

#shop_tokuoka .tokuoka_box04 .box04_01 p img{
  width: 100%;
}

#shop_tokuoka .tokuoka_box04 .box04_01 ul{
  width: 59.4%;
}

#shop_tokuoka .tokuoka_box04 .box04_01 li{
  text-indent: -18px;
  padding-left: 18px;
  margin-bottom: 5px;
}

#shop_tokuoka .tokuoka_box04 .box04_01 li:last-child{
  margin-bottom: 0;
}

#shop_tokuoka .tokuoka_box04 .box04_01 span{
  color: #958b27;
  margin-right: 3px;
  font-size: 0.875rem;
}

#shop_tokuoka .tokuoka_box05 .box_l{
  width: 50%;
}

#shop_tokuoka .tokuoka_box05 .box_l dl{
  margin-top: 30px;
}

#shop_tokuoka .tokuoka_box05 .box_l dl:nth-of-type(1){
  margin-top: 0;
}

#shop_tokuoka .tokuoka_box05 .box_l dt{
  width: 18%;
}
#shop_tokuoka .tokuoka_box05 .box_l dd{
  width: 80%;
}

#shop_tokuoka .tokuoka_box05 .box_l dd .g_map a{
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 17px;
    color: #000;
    margin-top: 15px;
}

#shop_tokuoka .tokuoka_box05 .box_l dd .g_map a:hover{
    text-decoration: none;
    background: #222;
    color: #fff;
    transition: 0.4s;
}

#shop_tokuoka .tokuoka_box05 .box_l dd.ac_add li{
  margin-bottom: 20px;
}

#shop_tokuoka .tokuoka_box05 .box_r{
    position: relative;
    width: 48%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 41.25%;    /* padding-topでもOK */
    overflow: hidden;
}
 
#shop_tokuoka .tokuoka_box05 .box_r iframe,
#shop_tokuoka .tokuoka_box05 .box_r object,
#shop_tokuoka .tokuoka_box05 .box_l embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_text02{
  margin-bottom: 30px;
  font-size: 1.2rem;
}



/*GRANDMARCHE*/

#shop_gmarche .g_marche_box01 .box_1>div li:first-child,
#shop_gmarche .g_marche_box01 .box_4 .box_inr>div{
  width: 60.3%;
}

#shop_gmarche .g_marche_box01 .box_1>div li:last-child,
#shop_gmarche .g_marche_box01 .box_4 .box_inr p{
  width: 34.7%;
}

#shop_gmarche .g_marche_box01 .box_1>div li:last-child img,
#shop_gmarche .g_marche_box01 .box_4 .box_inr p img{
  width: 100%;
}

#shop_gmarche .g_marche_box01 .box_2 li{
  width: 22.1%;
}

#shop_gmarche .g_marche_box01 .box_2 li img{
  width: 100%;
}

#shop_gmarche .g_marche_box01 .box_2 li p{
  margin-bottom: 5px;
}

#shop_gmarche .g_marche_box01 .box_2 li:nth-child(-n+4){
  margin-bottom: 20px;
}

#shop_gmarche .g_marche_box01 .box_4 .box_inr li:last-child{
  background: #f8efef;
  padding: 25px 40px;
}

#shop_gmarche .g_marche_box01 .box_4 .box_inr li:last-child dt{
  font-weight: normal;
  font-size: 1.125rem;  
}
#shop_gmarche .g_marche_box01 .box_4 .box_inr li:last-child dd span{
  font-size: 2.625rem;
}

#shop_gmarche .g_marche_box01 .box_common{
  margin-bottom: 85px;
}

#shop_gmarche .g_marche_box01 .box_1 li,
#shop_gmarche .sub_text18{
  font-size: 1.2rem;
}

#shop_gmarche .g_marche_box01 .box_4 .box_inr div li:first-child{
  margin-bottom: 20px;
}

#shop_gmarche .g_marche_box01 .box_4 .box_inr div li:last-child{
  align-items: center;
}

#shop_gmarche .g_marche_box01 .box_4 .box_inr div li:last-child p{
  width: 9.5%;
}

#shop_gmarche .g_marche_box01 .box_4 .box_inr div li:last-child p img{
  width: 100%;
}

#shop_gmarche .g_marche_box01 .box_4 .box_inr div li:last-child dl{
  width: 84%;
}

#shop_gmarche .sub_text18{
  margin-bottom: 60px;
}

#shop_gmarche h5{
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.crs_shop{
  margin-bottom: 10px;
}

.crs_shop dt,
.crs_shop dd{
  display: inline-block;
}
.crs_shop dt{
  font-weight: normal;
}





/*キャンペーン*/

#camp_gmarche .box_common{
  margin-bottom: 60px;
}
 
#camp_gmarche h4{
  font-size: 2.125rem;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.line_box p.read{
  font-size: 1.1rem;
  margin-bottom: 30px;
}

#camp_gmarche .gevent_box02 .box01{
  margin-bottom: 60px;
}



#camp_gmarche .event_box01 .text_box_i{
  width: 70%;
}

#camp_gmarche .event_box01 .text_box_n{
  width: 100%;
}

#camp_gmarche .event_box01 .img_box{
  width: 25%;
}

#camp_gmarche .event_box01 .img_box img{
  width: 100%;
}





#camp_gmarche .gevent_box02 .box01 .sns_more{
  float: right;
}

#camp_gmarche .gevent_box02 .box01 .sns_more a{
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 30px;
  color: #000;
  margin-top: 30px;
}
#camp_gmarche .gevent_box02 .box01 .sns_more a:hover{
  text-decoration:none;
  background: #000;
  color: #fff;
  transition: 0.4s;
}


#camp_gmarche .gevent_box02 .inst_box,
#camp_gmarche .gevent_box02 .fb_box{
  width: 48%;
}


#camp_gmarche #instafeed li{
  width: 31.33333%;
  margin-bottom: 15px;
  float: left;
  margin-right: 3%;
}

#camp_gmarche #instafeed li:nth-of-type(3n){
  margin-right: 0;
}

#camp_gmarche #instafeed li:nth-child(n+7){
  margin-bottom: 0;
}

#camp_gmarche #instafeed li img{
  width: 100%;
}


.line_box dl{
  width: 25%;
  margin-bottom: 40px;
}

.line_box dt{
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.line_box .l_tit{
  font-size: 2.125rem !important;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: normal !important;
    color: #000 !important;
}


/*GRANDMARCHE店舗一覧*/

.shop_detail h5,
#shop_super h4{
  color: #958b27;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}




#shop_super h4.h4_tit01{
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: 1.6;
  color: #000;
  font-weight: normal;
}








.shop_detail .shop_common{
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.shop_detail .shop_dt .shop_text{
  width: 46%;
}

/* .shop_detail .list_05 .shop_dt .shop_text{
  width: 100%;
} */

.shop_detail .shop_dt .shop_text dl{
  margin-bottom: 25px;
}

.shop_detail .shop_dt .shop_text dt,
.shop_detail .shop_dt .shop_text dd{
  display: inline-block;
  vertical-align: top;
}

.shop_detail .shop_dt .shop_text dt{
  width: 22%;
}

.shop_detail .shop_dt .shop_text dd{
  width: 76%;
}

/* .shop_detail .list_05 .shop_dt .shop_text dt{
  width: 10%;
} */
/*
.shop_detail .list_05 .shop_dt .shop_text dd{
  width: 86%;
}*/

.shop_detail .shop_dt .shop_text dd.shop_add li:first-child{
  margin-bottom: 10px;
}

.shop_detail .shop_dt .shop_text dd.shop_add li:last-child a{
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 17px;
  color: #000;
}

.shop_detail .shop_dt .shop_text dd.shop_add li:last-child a:hover{
  text-decoration: none;
  background: #222;
  color: #fff;
  transition: 0.4s;
}

.shop_detail .shop_dt .img_box{
  width: 50%;
}
.shop_detail .shop_dt .img_box img{
  width: 100%;
}

.shop_detail .shop_dt .img_box li{
  width: 48.5%;
}


/*Bonrepas*/

#shop_bonrepas .b_repas_box02 .text_box{
  width: 63.5%;
}

#shop_bonrepas .b_repas_box02 .text_box p{
  padding-left: 20px;
}

#shoplist_bpares .b_repas_box02 h5{
  border-left: 6px solid #bfbfbf;
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 30px;
}

#shop_bonrepas .b_repas_box02 h5{
  border-left: 6px solid #bfbfbf;
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 30px;
  color: #000;
}

#shop_bonrepas .b_repas_box02 .box05 h5{
  border-left: none;
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 30px;
  color: #000;
}

#shop_bonrepas .b_repas_box02 .box_child{
  margin-bottom: 40px;
}

#shop_bonrepas .b_repas_box02 .img_box{
  width: 29.5%;
}

#shop_bonrepas .b_repas_box02 .img_box img{
  width: 100%;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01{
  background: #fafaf0;
  border: 1px solid  #d1c0a5;
  padding: 20px;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .tit{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.3rem;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .tit::before{
  content: "";
  display: inline-block;
  background: url(../img/shopinfo/bonrepas/ilu01.png) no-repeat;
  background-size: cover;
  width: 34px;
  height: 57px;
  vertical-align: middle;
  margin-right: 20px;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .img_box{
  width: 26.4%;
}
#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .img_box img{
  width: 100%;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .right_area{
  width: 70.6%;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .right_area {
  width: 70.6%;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap>li:last-child p{
  margin-bottom: 20px;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .right_area li .name_area{
  margin-bottom: 20px;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .right_area li .name_area dt,
#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .right_area li .name_area dd{
  font-weight: normal;
  text-align: right;
}


#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .child{
  align-items: center;
  margin-top: 30px;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .child li{
  width: 45.5%;
}


#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li{
  float: left;
  width: 48%;
}



#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li dt,
#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li dd{
  display: inline-block;
  font-size: 1.3125rem;
  text-align: left;
  font-weight: normal;
}

#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li:nth-of-type(1) dt,
#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li:nth-of-type(3) dt{
  width: 32%;
  text-align: left !important;  
}

#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li:nth-of-type(2) dt,
#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li:nth-of-type(4) dt{
  width: 45%;
  text-align: left !important;  
}




#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .child li img{
  width: 100%;
}

.s_contact_btn03 a{
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.4rem;
  border: 1px solid #000;
  position: relative;
  background: #000;
}

.s_contact_btn03 a::after{
  content: ">";
  display: block;
  position: absolute;
  top: 18%;
  right: 7%;
}
.s_contact_btn03 a:hover{
  text-decoration: none;
  background: none;
  color: #000;
  transition: 0.4s; 
}

#shop_bonrepas .b_repas_box02 .box03 .inr_box01 p{
  border-left: 6px solid #bfbfbf;
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 30px;
  color: #000;
}
#shop_bonrepas .b_repas_box02 .box03 .box_common{
  margin-bottom: 10px;
}

#shop_bonrepas .b_repas_box02 .box03 .voice_box{
  background: #faf3f5;
  padding: 25px;
}

#shop_bonrepas .b_repas_box02 .box03 .voice_box ul{
  align-items: center;
}

#shop_bonrepas .b_repas_box02 .box03 .voice_box li:first-child{
  width: 8%;
}
#shop_bonrepas .b_repas_box02 .box03 .voice_box li:last-child{
  width: 88%;
}
 
#shop_bonrepas .b_repas_box02 .box03 .voice_box dt{
  font-weight: normal;
  margin-bottom: 10px;
}

#shop_bonrepas .b_repas_box02 .box03 .voice_box dd{
  font-weight: bold;
}

.cap_contact{
  align-items: center;
  margin-top: 30px;
}
.cap_contact li:first-child{
  width: 70%;
  font-weight: bold;
  font-size: 1.375rem;
}
.cap_contact li:last-child{
  width: 28%;
}

.shop_list_text li{
  width: 32%;
}

.shop_list_text dt{
  color: #958b27;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

.shop_list_text dd{
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.05rem;
  text-indent: -14px;
  padding-left: 14px;
}

.shop_list_text dd a:hover{
  color: #000;
}

.shop_list_text dd span{
  font-size: 0.875rem;
}

#shop_super .box_sub_text{
  font-size: 1.125rem;
  border-bottom: 1px solid #000;
  padding-bottom:  30px;
  margin-bottom: 30px;
}

#shop_super .b_super_box li{
  width: 31%;
}

#shop_super .b_super_box li img{
  width: 100%;
}




@media screen and (max-width: 1000px){

.shopinfo_page .page_link_btn li .btn_img{
	width: 90%;
	margin: 0 auto;
}

.shopinfo_page .page_link_btn li .btn_img img{
	width: 100%;
}

.shop_detail h3{
  font-size: 3vw;
}


#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li{
  width: 100%;
}

#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li:nth-of-type(1) dt,
#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li:nth-of-type(2) dt,
#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li:nth-of-type(3) dt,
#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li:nth-of-type(4) dt{
  width: auto;
}






}


@media screen and (max-width: 768px){
	.bg_grass01 {
    top: -2em;
    left: 7%;
}

.shopinfo_page h3{
	font-size: 1.8rem;
	margin-bottom: 10vw;
}

.shopinfo_page .page_link_btn{
	margin: 0 auto;
	text-align: center;
}

.shopinfo_page .page_link_btn ul{
	margin-bottom: 8vw;
}

.shopinfo_page .page_link_btn li{
	width: 30%;
	margin-bottom: 5%;
}

.shopinfo_page .page_link_btn li p{
	font-size: 0.7rem;
    white-space: nowrap;
}

.shopinfo_page .shopinfo_list .shopinfo_img{
	width: 60%;
	float: none;
	margin: 0 auto 4vw;
}

.shopinfo_page .shopinfo_list .shopinfo_text{
	float: none;
	width: 100%;
}

.shopinfo_page .shopinfo_list .shop_all,
.shopinfo_page .shopinfo_list .shop_yho,
.shopinfo_page .shopinfo_list .shop_rkt{
	position: static;
	text-align: center;
	margin-top: 3vw;
}

.shopinfo_page .shopinfo_list .shop_all a,
.shopinfo_page .shopinfo_list .shop_yho a,
.shopinfo_page .shopinfo_list .shop_rkt a{
	width: 90%;
	text-align: center;
	position: relative;
}
.shopinfo_page .shopinfo_list .shopinfo_text p:nth-of-type(1) {
    margin-bottom: 20px;
}

/* ネットショップ */
.real_store {
	position: static;
  text-align: center;
  margin-top: 3vw;
}
.real_store a{
	position: relative;
}
.real_store a:after {
    content: ">";
    display: block;
    position: absolute;
    top: 0%;
    right: 23%;
}
.box01.net01 .clearfix{
	margin-bottom: 30px;
}
.box01.net01 .clearfix.last{
	margin-bottom: 30px;
}


/*共通*/
.shop_breed .innr4{
  width: 94% !important;
}

.main_text{
  font-size: 1.2rem;
}

.sub_text02{
  font-size: 1.1rem;
}

.h4_tit01,
.h4_tit01 span{
  font-size: 1.3rem !important;
}

.h4_tit01{
/*  text-indent: -20px;
  margin-left: 20px;*/
  margin-bottom: 4vw !important;
}

.h4_tit02{
  font-size: 1.2rem;
  margin-bottom: 8vw;
}

.box_inr{
  padding-left: 0;
}

.shop_detail h3{
  font-size: 1.5rem;
  margin-bottom: 7vw;
}

.shop_detail .page_link li{
  width: 50%;
}

.shop_detail .page_link li a{
  font-size: 3.2vw;
  margin-right: 0;
}

.shop_detail .shop_dt .shop_text,
.shop_detail .shop_dt .img_box{
  width: 100%;
}

.shop_detail .shop_dt .shop_text dt,
.shop_detail .shop_dt .shop_text dd,
.shop_detail .list_05 .shop_dt .shop_text dt,
.shop_detail .list_05 .shop_dt .shop_text dd{
  width: 100%;
  display: block;
}

.shop_detail .shop_dt .shop_text dt{
  margin-bottom: 1vw;
}

#shop_gmarche .sub_text18{
  margin-bottom: 6vw
}

.shop_detail .page_link02,
.shop_detail .page_link03{
  width: 100%;
  margin-bottom: 6vw;
}

.shop_detail .page_link02 li,
.shop_detail .page_link03 li{
  width: 100%;
  margin-bottom: 3vw;
}

.shop_detail .page_link02 li:last-child,
.shop_detail .page_link03 li:last-child{
  margin-bottom: 0;
}

.shop_list_text li{
  width: 100%;
}

.shop_list_text li dl{
  margin-bottom: 3vw;
}

.shop_rec_box .rec_box_l,
.shop_rec_box .rec_box_r{
  width: 100%;
  margin-bottom: 4vw;  
}

.shop_rec_box .rec_box_l li{
  font-size: 1.1rem;
}

.shop_rec_box .rec_contact li:last-child a{
  width: 100%;
}

.shop_detail .common_detail01 .box_common dt,
.shop_detail .common_detail01 .box_common dd{
  width: 100%;
}

.shop_detail .common_detail01 .box_common dt{
  margin-bottom: 3vw;
}

.shop_detail .common_detail01 .box_common li:first-child{
  width: 100%;
  float: none;
  margin-bottom: 3vw; 
}

.shop_detail .common_detail01 .box_common li:last-child{
  width: 30%;
  margin: 0 auto;
  float: none;
}

.cap03{
  font-size: 1.2rem;
}

.shop_detail .shop_dt .shop_text dd.shop_add li:last-child a{
  width: 100%;
  text-align: center;
}

.line_box .l_tit,
#camp_gmarche h4{
  font-size: 1.2rem !important;
}

.line_box dl{
  width: 48%;
  margin-bottom: 20px ;
}

.tel{
  text-decoration: underline;
}


/*徳岡銀座*/

#shop_tokuoka .tokuoka_box02 .dsp_spb p,
#shop_tokuoka .tokuoka_box02 .dsp_spb ul{
  width: 100%;
}

#shop_tokuoka .tokuoka_box02 .dsp_spb p{
  margin-bottom: 1vw;
}

#shop_tokuoka .tokuoka_box02 .dsp_spb ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

#shop_tokuoka .tokuoka_box02 .dsp_spb li{
  width: 49.5%;
}

#shop_tokuoka .tokuoka_box03 .box03_01 dl{
  margin-bottom: 2vw;
}

#shop_tokuoka .tokuoka_box03 .box03_01 dl,
#shop_tokuoka .tokuoka_box03 .box03_01 p{
  width: 100%;
}

#shop_tokuoka .tokuoka_box03 .box03_02{
  padding: 6vw;
}

#shop_tokuoka .tokuoka_box03 .box03_02 .box_l_wrap,
#shop_tokuoka .tokuoka_box03 .box03_02 .box_r_wrap{
  width: 100%;
}

#shop_tokuoka .tokuoka_box03 .box03_02 .box_common{
  margin-top: 4vw;
}

#shop_tokuoka .tokuoka_box03 .box03_02 dt,
#shop_tokuoka .tokuoka_box03 .box03_02 dd{
  width: 100%;
  display: block;
}

#shop_tokuoka .tokuoka_box04 .box04_01 p{
  width: 80%;
  text-align: center;
  margin: 0 auto 3vw;
}

#shop_tokuoka .tokuoka_box04 .box04_01 ul{
  width: 100%;
}

.shop_detail .common_detail01 .box_common{
  width: 100%;
}

#shop_tokuoka .tokuoka_box05 .box_l,
#shop_tokuoka .tokuoka_box05 .box_r{
  width: 100%;
}

#shop_tokuoka .tokuoka_box05 .box_l{
  margin-bottom: 4vw;
}

#shop_tokuoka .tokuoka_box05 .box_l dt,
#shop_tokuoka .tokuoka_box05 .box_l dd{
  width: 100%;
  display: block;
}

#shop_tokuoka .tokuoka_box05 .box_l dd .g_map a{
  width: 100%;
  text-align: center;
}


/*マルシェ*/
#shop_gmarche .g_marche_box01 .box_1>div li:first-child,
#shop_gmarche .g_marche_box01 .box_1>div li:last-child{
  width: 100%
}

#shop_gmarche .g_marche_box01 .box_1>div li:first-child{
  margin-bottom: 4vw;
}

#shop_gmarche .g_marche_box01 .box_2 li{
  width: 48%;
  margin-bottom: 2vw;
}

#shop_gmarche .g_marche_box01 .box_2 li:nth-child(n+7){
  margin-bottom: 0;
}

#shop_gmarche .g_marche_box01 .box_common{
  margin-bottom: 8vw;
}

.shop_detail .common_detail02 .box_inr_a li{
  width: 100%;
  margin-bottom: 6vw;
}

#shop_gmarche .g_marche_box01 .box_4 .box_inr>div,
#shop_gmarche .g_marche_box01 .box_4 .box_inr p{
  width: 100%;
}


#camp_gmarche .event_box01 .text_box_i{
  width: 100%;
}

#camp_gmarche .event_box01 .img_box{
  width: 100%;
  margin-top: 3vw;
}

#shop_gmarche .g_marche_box01 .box_4 .box_inr>div{
  margin-bottom: 6vw;
}

#camp_gmarche .gevent_box02 .inst_box,
#camp_gmarche .gevent_box02 .fb_box{
  width: 100%;
}


/*ボンレパス*/
#shop_bonrepas .b_repas_box02 .text_box,
#shop_bonrepas .b_repas_box02 .img_box,
#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap>li:first-child,
#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap>li:last-child,
#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .child li,
#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .child li:last-child,
.cap_contact li:first-child,
.cap_contact li:last-child,
#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .img_box,
#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .right_area{
  width: 100%;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap .img_box{
  margin-bottom: 4vw;
}

#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li dt,
#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li dd{
  font-size: 1.3rem;
}

#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li{
  margin-bottom: 2vw;
}
#shop_bonrepas .b_repas_box02 .box02 .shop_list_box li:last-child{
  margin-bottom: 0;
}






#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .child li:first-child{
  width: 60%;
  margin: 0 auto 4vw;
}

#shop_bonrepas .b_repas_box02 .text_box,
#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .wrap>li:first-child,
.cap_contact li:first-child{
  margin-bottom: 4vw;
}

.cap_contact li:first-child{
  font-size: 1.1rem;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .tit {
    font-size: 1.2rem;
    text-indent: -26px;
    margin-left: 26px;
}

#shop_bonrepas .b_repas_box02 .box02 .inr_box01 .tit::before {
    content: "";
    display: inline-block;
    background: url(../img/shopinfo/bonrepas/ilu01.png) no-repeat;
    background-size: cover;
    width: 3vw;
    height: 4.8vw;
    vertical-align: middle;
    margin-right: 7px;
}

#shop_bonrepas .b_repas_box02 .box03 .voice_box li:last-child{
  width: 100%;
}

#shop_bonrepas .b_repas_box02 .box03 .voice_box li:first-child{
  width: 40%;
  margin: 0 auto 4vw;
}


/*業務スーパー*/
#shop_super .b_super_box li{
  width: 100%;
  margin-bottom: 4vw;
}

#shop_super .b_super_box li:last-child{
  margin-bottom: 0;
}

.shop_detail h5, #shop_super h4{
  margin-bottom: 4vw;
}

.shop_detail h5{
  font-size: 1.3rem;
}




}
