@charset "utf-8";

/*
  File Name   : shop.css
*/


/* PC Layout ******************************************************************************************* */


/* Common
============================================================ */

section > div {
  width: 100%;
  padding: 0;
}

.space-box2 {
  padding: 0 50px;
  box-sizing: border-box;
}

.space-box3 {
  padding: 0 20px;
  box-sizing: border-box;
}

body#shop.shop.list .space-box {
  padding: 0 10px;
  box-sizing: border-box;
}

#side .space-box2 {
  padding: 0 3px;
}

#shop.index #titleArea {
  margin-bottom: 20px;
}

.btn_01 {
  float: right;
}

.btn_01 a {
  display: block;
  width: 250px;
  padding: 10px 10px 10px 20px;
  border-radius: 4px;
  background: #78876e;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.btn_01 a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  opacity: .7;
}

.btn_01 a.style-02:before {
  right: -210px;
}


/*.Index
============================================================ */

body#shop.index .firstBtn {
  width: 100%;
  height: 50px;
  position: relative;
}

body#shop.index .firstBtn .searchBtn {
  position: absolute;
  top: 0;
  right: 0;
}

body#shop.index .firstBtn .searchBtn a:hover {
  text-decoration: none;
}

body#shop.index .title_02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border-bottom: solid 1px #78876e;
  padding-bottom: 13px;
  margin-bottom: 40px;
}

body#shop.index .map {
  width: 394px;
  float: left;
  padding-top: 25px;
  padding-left: 40px;
}

body#shop.index .shopArea {
  width: 430px;
  float: right;
  margin-right: 20px;
}

body#shop.index .area_01 {
  margin: 0 0 56px;
}

body#shop.index .area_02 li a:hover {
  text-decoration: none;
}


/* .shopArea */

body#shop.index .shopArea dl {
  width: 430px;
  float: left;
  margin-right: 30px;
}

body#shop.index.list .shopArea dl {
  width: 430px;
}

body#shop.index .shopArea dt {
  background: #78876e;
  padding: 5px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  float: left;
  width: 90px;
  height: 50px;
  box-sizing: border-box;
  padding-top: 13px;
}

body#shop.index .shopArea dt.h30 {
  height: 30px;
  padding-top: 3px;
}

body#shop.index .shopArea dd {
  background: none;
  padding: 5px 15px 0;
  box-sizing: border-box;
  padding-left: 100px;
  padding-top: 13px;
  line-height: 1.6;
}

body#shop.index .shopArea dd li {
  float: left;
  color: #bebebb;
  position: relative;
}

body#shop.index .shopArea dd li:after,
body#shop.index .shopArea #area1 dd:last-child li:nth-child(5):after {
  content: "｜";
  color: #4c7285;
}

body#shop.index .shopArea #area1 dd:last-child li:nth-child(5):after {
  display: none;
}

body#shop.index .shopArea #area1 dd li:last-child:after {
  display: none;
}

body#shop.index .shopArea #area1 dd li:nth-child(5):after {
  display: none;
}

body#shop.index .shopArea dd li a {
  color: #68775e;
  text-decoration: underline;
}

body#shop.index .shopArea dd li a:hover {
  text-decoration: none;
}


/* End .shopArea */

#tab-02 .area_01 li {
  float: left;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

#tab-02 .area_01 li:nth-child(4n) {
  margin-right: 0;
}

#tab-02 .area_01 li a {
  display: block;
  padding: 10px;
  width: 220px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #67775e;
  background: #EBE9E0;
  border-radius: 4px;
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#tab-02 .area_01 li a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  opacity: .7;
}

#tab-02 .area_01 li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 10px;
  background: url(../img/shop/btn_arrow.png) 0 0 no-repeat;
  background-size: 11px 6px;
  width: 11px;
  height: 6px;
}

body#shop.index #tab-02 .area_01 {
  margin: 0 0 10px;
}

#tab-02 .area_01 li.current a {
  background: #78876e;
  color: #fff;
}

#tab-02 .area_01 li.current a:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 10px;
  background: url(../img/shop/btn_arrow_wh.png) 0 0 no-repeat;
  background-size: 11px 6px;
  width: 11px;
  height: 6px;
}

body#shop.index .area_02 {
  padding: 0 20px;
}

body#shop.index .area_02 li {
  width: 290px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #f5f4ef;
}

body#shop.index .area_02 li a {
  display: block;
  width: 100%;
  height: 100%;
}

body#shop.index .area_02 li:nth-child(3n) {
  margin-right: 0;
}

body#shop.index .area_02 li img {
  border: solid 3px #f5f4ef;
  border-bottom: none;
  box-sizing: border-box;
  width: 100%;
}

body#shop.index .area_02 li dl {
  background: #f5f4ef;
}

body#shop.index .area_02 li dt {
  text-align: center;
  font-weight: bold;
  padding-top: 13px;
}

body#shop.index .area_02 li dd {
  padding: 5px 15px;
}


/* .shopList */

body#shop.index .shopList li {
  border: solid 5px #ebe9e0;
  background: #fff;
  padding: 15px 20px 10px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}

body#shop.index .shopList li:last-child {
  margin-bottom: 50px;
}

body#shop.index.list .shopList li {
  border: solid 5px #ebe9e0;
  background: #fff;
  padding: 15px 20px 60px;
  box-sizing: border-box;
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
  position: relative;
}

body#shop.index .shopList li .btnArea {
  position: absolute;
  bottom: 15px;
  right: 30px;
  width: 245px;
}

body#shop.index .shopList li .btnArea ul {
  margin-bottom: 15px;
}

body#shop.index .shopList li .btnArea li,
body#shop.index .shopList li .btnArea li img {
  border: none;
  padding: 0;
  margin: 0 0 0;
  max-width: 245px;
}

body#shop.index .shopList li .btnArea li {
  margin-bottom: 1px;
}

body#shop.index .shopList li .btnArea .btn_01 {
  width: 245px;
  margin-top: 20px;
}

body#shop.index .shopList .genre_list {
  margin-bottom: 20px;
}

body#shop.index .shopList .genre_list li {
  border: none;
  padding: 0;
  width: auto;
  float: left;
  margin-bottom: 0;
  margin-right: 2px;
  width: 140px;
}

body#shop.index .shopList .genre_list li img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

body#shop.index .shopList li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

body#shop.index .shopList li h3 img {
  width: 96px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

body#shop.index .shopList li table {
  margin-bottom: 11px;
}

body#shop.index .shopList li table tr {
  border-bottom: solid 5px #fff;
}

body#shop.index .shopList li table th,
body#shop.index .shopList li table td {
  padding: 2px;
}

body#shop.index .shopList li table th {
  background: #ebe9e0;
  text-align: center;
  width: 96px;
  box-sizing: border-box;
}

body#shop.index .shopList li table td {
  width: 480px;
  padding: 2px 5px 2px 10px;
}


/* End .shopList */

body#shop.index .shopList li table td a {
  clear: both;
}


/* Tabs
------------------------------------------------------------ */


/***** ▼tab▼ *****/

ul#tab {
  zoom: 1;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 0 0;
}

ul#tab:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

ul#tab li {
  float: left;
  text-align: center;
  margin-left: 5px;
  z-index: 300;
  position: relative;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul#tab li:first-child {
  margin-left: 0;
}

ul#tab li a {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 50px;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  color: #68775e;
  background: #ebe9e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  border-radius: 4px 4px 0 0;
}

ul#tab li a:hover {
  background: #eee;
  color: #333;
}

ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
  background: #68775e;
  color: #fff;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}

ul#tab li.active a {
  height: 50px;
  text-align: center;
  position: relative;
}

ul#tab li.active {
  border-bottom: none;
}

ul#tab li.active a:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  top: 10px;
  left: 15px;
}

ul#tab li a:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #68775e;
  position: absolute;
  top: 0px;
  left: 15px;
}

@media all and (-ms-high-contrast: none) {
  ul#tab li a:after {
    top: 23px;
    /* IE10 */
  }
}

@media all and (-ms-high-contrast: none) {
  ul#tab li.active a:after {
    top: 30px;
    /* IE10 */
  }
}

#detail {
  clear: both;
  overflow: hidden;
  background: #FFF;
  width: 100%;
  height: auto;
  padding: 30px 0 0;
  margin-top: -1px;
  z-index: 200;
  border-top: solid 5px #68775e;
}

.tabbox {
  display: none;
}

#tab-01,
#tab-02,
#tab-03 {
  padding: 0 30px;
}

#tab-03 {
  padding: 0 10px;
}


/***** ▲tab▲ *****/


/* Shop
============================================================ */

body#shop.shop .shopLogo {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 20px;
}
  body#shop.shop .shopLogo.lavare img {
    width: 320px;
    height: auto;
  }
  body#shop.shop .shopLogo.aromashake img {
    width: 180px;
    height: auto;
  }
  body#shop.shop .shopLogo.aromacafe img {
    width: 270px;
    height: auto;
  }
  body#shop.shop .shopLogo.handmadeguild img {
    width: 254px;
    height: auto;
  }
  body#shop.shop .shopLogo.nutritiouslifeshop img {
    width: 250px;
    height: auto;
  }
body#shop.shop .title_02 {
  background: #78876e;
  padding: 15px 0 11px;
  width: 100%;
  font-size: 23px;
  line-height: 1;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}

body#shop.shop .title_02_be {
  background: #ebe9e0;
  padding: 15px 10px 11px;
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #444;
  box-sizing: border-box;
  margin-bottom: 10px;
}

body#shop.shop.list .title_02 {
  margin-bottom: 20px;
}

body#shop.shop .catchText {
  margin-bottom: 26px;
}

body#shop.shop .text_01 {
  padding: 0 30px;
  margin-bottom: 36px;
  margin-top: 20px;
  box-sizing: border-box;
}


/* .shopList */

body#shop.shop .shopList li {
  border: solid 5px #ebe9e0;
  padding: 15px 20px 60px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}

body#shop.shop .shopList li:last-child {
  margin-bottom: 50px;
}

body#shop.shop.list .shopList li {
  border: solid 5px #ebe9e0;
  padding: 15px 20px 60px;
  box-sizing: border-box;
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
  position: relative;
}

body#shop.shop .shopList li .btn_01 {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

body#shop.shop .shopList .genre_list {
  margin-bottom: 20px;
}

body#shop.shop .shopList .genre_list li {
  border: none;
  padding: 0;
  width: auto;
  float: left;
  margin-bottom: 0;
  margin-right: 2px;
}

body#shop.shop .shopList .genre_list li img{
  height: 25px;
}

body#shop.shop .shopList li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

body#shop.shop .shopList li h3 img {
  width: 96px;
  height: 19px;
  margin-right: 10px;
  vertical-align: middle;
}

body#shop.shop .shopList li table {
  margin-bottom: 11px;
}

body#shop.shop .shopList li table tr {
  border-bottom: solid 5px #fff;
}

body#shop.shop .shopList li table th,
body#shop.shop .shopList li table td {
  padding: 2px;
}

body#shop.shop .shopList li table th {
  background: #ebe9e0;
  text-align: center;
  width: 96px;
  box-sizing: border-box;
}

body#shop.shop .shopList li table td {
  padding: 2px 5px 2px 10px;
}


/* End .shopList */

body#shop.shop .title_03 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #78876e;
  margin: 0 30px 25px;
  padding-bottom: 5px;
}

body#shop.shop.list .title_03 {
  margin-bottom: 10px;
}


/* .shopArea */

body#shop.shop .shopArea {
  width: 940px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

body#shop.shop .shopArea dl {
  width: 280px;
  float: left;
  margin-right: 30px;
}

body#shop.shop.list .shopArea dl {
  width: 270px;
}

body#shop.shop .shopArea dl#area3 {
  margin-right: 0;
}

body#shop.shop .shopArea dt {
  background: #78876e url(../img/common/toggle_icon_close.png) 95% 50% no-repeat;
  background-size: 15px;
  padding: 5px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: pointer;
}

body#shop.shop .shopArea dt.close {
  background: #78876e url(../img/common/toggle_icon_open.png) 95% 50% no-repeat;
  background-size: 15px;
  border-radius: 4px 4px 4px 4px;
}

body#shop.shop .shopArea dd {
  background: #f5f4ef;
  padding: 5px 15px;
  box-sizing: border-box;
}

body#shop.shop .shopArea dd li {
  float: left;
  color: #bebebb;
  position: relative;
}

body#shop.shop .shopArea dd li:after,
body#shop.shop .shopArea #area1 dd:last-child li:nth-child(8):after {
  content: "｜";
  color: #4c7285;
}

body#shop.shop .shopArea dd li:last-child:after,
body#shop.shop .shopArea dd li:nth-child(4n):after,
body#shop.shop .shopArea #area1 dd:last-child li:nth-child(7):after {
  content: "";
}

body#shop.shop .shopArea dd li a {
  color: #68775e;
  text-decoration: underline;
}

body#shop.shop .shopArea dd li a:hover {
  text-decoration: none;
}

body#shop.shop .shopArea dt.searchBtn {
  background: none;
  border-radius: 0;
  padding: 0;
}

.searchBtn a {
  width: 280px;
  display: block;
  background: #ebe9e0;
  color: #78876e;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding: 18px 10px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.searchBtn a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  opacity: .7;
}

.searchBtn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 15px;
  width: 13px;
  height: 21px;
  background: url(../img/shop/search_icon.png) 0 0 no-repeat;
  background-size: 13px 21px;
}

.searchBtn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 15px;
  width: 7px;
  height: 12px;
  background: url(../img/common/arr_rh_gr_big.png) 0 0 no-repeat;
  background-size: 7px 12px;
}


/* End .shopArea */

body#shop.shop .recommendedArea {
  width: 900px;
  margin: 0 auto 20px;
}

body#shop.shop .recommendedArea li {
  width: 280px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

body#shop.shop .recommendedArea li:nth-child(3n) {
  margin-right: 0;
}

body#shop.shop .recommendedArea li .inner {
  background: #f5f4ef;
  padding: 10px;
  box-sizing: border-box;
}

body#shop.shop .recommendedArea li .inner h4 {
  font-weight: bold;
}


/* Detail
============================================================ */

body.detail .spaceBox {
  padding: 0 20px;
}

body.detail .topArea {
  position: relative;
}

body.detail .topArea h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}

body.detail .topArea .btnBox {
  position: absolute;
  top: 0;
  right: 0;
}

body.detail .topArea .btnBox .btn_01 {
  float: left;
  margin-right: 10px !important;
}

body.detail .topArea .btnBox {
  position: relative;
  top: -85px;
}

body.detail .topArea .btnBox .btn_01:first-child {
  position: absolute;
  right: 260px;
}

body.detail .topArea .btnBox .btn_01:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

body.detail .topArea .btnBox .btn_01 a {
  line-height: 1.4;
  padding: 5px 0;
  padding-right: 20px;
  position: relative;
}

body.detail .topArea .btnBox .btn_01 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  background: url(../img/common/arrow_b.png) 0 0 no-repeat;
  background-size: 11px 6px;
  width: 11px;
  height: 6px;
}

body.detail .categoryBox {
  background: #ebe9e0;
  padding: 5px;
  margin-bottom: 20px;
}

body.detail .categoryBox li {
  float: left;
  margin-right: 2px;
  width: 140px;
}

body.detail .categoryBox li img {
  display: block;
  width: 100%;
  height: auto;
}

body.detail .imgLayout .img {
  width: 420px;
  float: left;
}

body.detail .table_01 {
  width: 560px;
  float: right;
}

body#shop.detail table {
  margin-bottom: 11px;
}

body#shop.detail table tr {
  border-bottom: solid 5px #fff;
}

body#shop.detail table th,
body#shop.detail table td {
  padding: 2px;
}

body#shop.detail table th {
  background: #ebe9e0;
  text-align: center;
  width: 96px;
  box-sizing: border-box;
}

body#shop.detail table td {
  padding: 2px 5px 2px 10px;
}

body#shop.detail table td a {
  color: #66775e;
  text-decoration: underline;
  background: url(../img/common/arrow_g.png) 3px 50% no-repeat;
  background-size: 5px 7px;
}

body#shop.detail table td a:hover {
  text-decoration: none;
}

body#shop.detail .infoBox .title_04 {
  background: #78876e;
  padding: 6px 20px 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

body#shop.detail .infoBox {
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

body#shop.detail .infoBox img {
  float: right;
  margin: 0 0 30px 30px;
}

body#shop.detail .title_03 {
  border-bottom: 1px solid #78876e;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding-bottom: 5px;
}

body#shop.detail .bottomArea h4 {
  margin-bottom: 20px;
}

body#shop.detail .bottomArea .text_01 {
  margin-bottom: 20px;
  padding: 0 20px;
}

body#shop.detail .bottomArea li {
  width: 440px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

body#shop.detail .bottomArea li:nth-child(2n) {
  width: 440px;
  float: left;
  margin-right: 0;
}

body#shop.detail .bottomArea ul {
  padding: 0 20px;
  width: 900px;
}

body#shop.detail .bottomArea li h5 {
  background: #78876e;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

body#shop.detail .bottomArea li p {
  margin: 15px 0;
  padding: 0 20px;
}

body#shop.detail .bottomArea li.color-be-bg {
  background: #f7f7ee;
  padding: 20px 15px;
  box-sizing: border-box;
}

body#shop.detail .bottomArea li.color-be-bg .bold {
  font-weight: bold;
  margin-bottom: 20px;
}

body#shop.detail .bottomArea li:nth-child(4) p {
}

body#shop.detail .bottomArea li:nth-child(4) .bold {
}
body#shop.detail .bottomArea h5+.pg {
  margin-top: 15px;
}
body#shop.detail .bottomArea .pg {
  padding: 0 20px;
}

body#shop.detail .bottomArea .btn_01 a {
  padding: 18px 0;
  background: #78876e url(../img/common/arr_rh_wh.png) 94% 50% no-repeat;
  background-size: 6px 11px;
  font-size: 16px;
}

body#shop.detail .bottomArea .btn_01 {
  margin-right: 80px;
}

body#shop.detail .bottomArea {
  width: 940px;
  margin-bottom: 60px;
}

body#shop.detail .map {
  margin: 20px 0 40px;
}

body#shop.detail .map.tab {
  margin-bottom: 0;
}

.btnApp {
  background: #ebe9e0 none repeat scroll 0 0;
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  display: none;
  float: right;
  height: 50px;
  margin-right: 0;
  text-align: right;
  width: 170px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.btnApp:before, .btnApp:after {
  content: " ";
  display: table;
}
.btnApp:after {
  clear: both;
}
.btnApp:before, .btnApp:after {
  content: " ";
  display: table;
}
.btnApp a:before {
  background: rgba(0, 0, 0, 0) url("../img/shop/app_icon.png") no-repeat scroll 0 50% / 25px auto;
  content: "";
  display: block;
  height: 25px;
  left: 10px;
  position: absolute;
  padding-right: 10px;
  margin-left: 0;
  top: 12px;
  width: 25px;
  vertical-align: middle;
}
.btnApp a {
  box-sizing: border-box;
  color: #78876e;
  display: inline-block;
  font-size: 16px;
  padding: 0 20px 15px 40px;
  position: relative;
  padding-top: 18px;
  width: 170px;
  vertical-align: middle;
  line-height: 1;
}

.btnApp.tab {
  display: block;
}

body#shop.index .title_03 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #6b92a3;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

body#shop.index.list .title_03 {
  margin-bottom: 5px;
}


/* .shopArea */

body#shop.index .shopArea_02 dl {
  width: 280px;
  float: left;
  margin-right: 30px;
}

body#shop.index.list .shopArea_02_02 dl {
  width: 270px;
}

body#shop.index .shopArea_02 dl#area3 {
  margin-right: 0;
}

body#shop.index .shopArea_02 dt {
  background: #78876e url(../img/common/toggle_icon_close.png) 95% 50% no-repeat;
  background-size: 15px;
  padding: 5px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: pointer;
}

body#shop.index .shopArea_02 dt.close {
  background: #78876e url(../img/common/toggle_icon_open.png) 95% 50% no-repeat;
  background-size: 15px;
  border-radius: 4px 4px 4px 4px;
}

body#shop.index .shopArea_02 dd {
  background: #f5f4ef;
  padding: 5px 15px;
  box-sizing: border-box;
}

body#shop.index .shopArea_02 dd li {
  float: left;
  color: #bebebb;
  position: relative;
}

body#shop.index .shopArea_02 dd li:after,
body#shop.index .shopArea_02 #area1 dd:last-child li:nth-child(8):after {
  content: "｜";
  color: #4c7285;
}

body#shop.index .shopArea_02 dd li:last-child:after,
body#shop.index .shopArea_02 dd li:nth-child(4n):after,
body#shop.index .shopArea_02 #area1 dd:last-child li:nth-child(7):after {
  content: "";
}

body#shop.index .shopArea_02 dd li a {
  color: #68775e;
  text-decoration: underline;
}

body#shop.index .shopArea_02 dd li a:hover {
  text-decoration: none;
}


/* End .shopArea */

.title_02_gr {
  background: #78876e;
  padding: 5px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 28px;
}

body.list .space-box {
  padding: 0 10px;
  box-sizing: border-box;
}

body.list .space-box .space-box {
  padding: 0 5px;
  box-sizing: border-box;
}

body.list #main .title_02 {
  margin-bottom: 10px;
}

.btnSearch {
  margin-bottom: 20px;
}

.btnSearch a {
  position: relative;
  padding: 22px 20px 18px;
  line-height: 1;
  color: #78876e;
  text-align: center;
  background: #ebe9e0;
  display: block;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.btnSearch a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  opacity: .7;
}

.btnSearch a:before {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  left: 20px;
  background: url(../img/shop/search_icon.png) 0 50% no-repeat;
  background-size: 14px 22px;
  width: 14px;
  height: 22px;
}

.btnSearch a:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  background: url(../img/common/arr_rh_gr_big.png) 0 50% no-repeat;
  background-size: 6px 11px;
  width: 6px;
  height: 11px;
}

.mg {
  margin-bottom: 20px;
}

.space-box.mg {
  vertical-align: middle;
}

.space-box.mg img {
  vertical-align: middle;
  padding-right: 10px;
}

body#shop.list .title_03 {
  border-bottom: 1px solid #78876e;
}

.mainMap {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}

body#shop.index.list .shopList li {
  position: relative;
}

body#shop.index.list .shopList li .textKm {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #444;
  color: #fff;
  width: 180px;
  height: 40px;
  box-sizing: border-box;
  line-height: 1;
  padding-top: 15px;
  padding-left: 10px;
}

body#shop.index.list .shopList li .textKm:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #444444 transparent transparent;
}

body#shop.index.list .shopList li .textKm span {
  padding-right: 10px;
  height: 40px;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}

body#shop.list .btn_more_02 {
  margin-top: 10px;
}

body#shop.list .btn_more_02 p {
  width: 100%;
  background: #ebe9e0;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  color: #78876e;
  padding: 15px 13px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
}

body#shop.list .btn_more_02 p a {
  width: 100%;
  display: block;
  padding: 8px 10px;
  color: #78876e;
  font-size: 16px;
}

body#shop.list .btn_more_02 p:before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 20px;
  background: url(../img/shop/btn_more.png) 0 0 no-repeat;
  background-size: 23px 27px;
  width: 23px;
  height: 27px;
}

body#shop.list .shopList li {
  padding: 15px 20px 20px !important;
}

body#shop.list .shopList li li {
  padding: 0 0 0 !important;
}

body#shop table tr td a{
  padding-left: 0 !important;
  text-decoration: none !important;
  color: #444 !important;
  background: none !important;
}

body#shop table tr td.link a{
  text-align: left;
  padding-left: 16px !important;
  color: #66775e !important;
  text-decoration: underline !important;
  background: url(../img/common/arrow_g.png) 3px 50% no-repeat!important;
  background-position: top 9px left 3px !important;
  background-size: 5px 7px !important;
}


/* SP Layout ******************************************************************************************* */

@media screen and (max-width: 640px) {
  section {
    padding: 0;
  }

  #shop.index #titleArea {
    border-bottom-width: 0;
  }
  #shop.index.list #titleArea {
    border-bottom-width: 4px;
    margin-bottom: 0px;
  }

  /* Index SP
  ============================================================ */
  body#shop.index #titleArea .title_01 img {
    height: auto;
    padding-left: 10px;
    width: 96px;
  }
  body#shop.index .shopArea dl {
    width: 100% !important;
  }
  body#shop.index .shopArea dt {
    background: #78876e url(../img/common/toggle_icon_open.png) 95% 50% no-repeat;
    background-size: 15px;
    padding: 12px 5px 10px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
    float: none;
    width: 100%;
  }
  body#shop.index .shopArea dt.h30 {
    height: auto;
    padding-top: 12px;
  }
  body#shop.index .shopArea dt.close {
    background: #78876e url(../img/common/toggle_icon_close.png) 95% 50% no-repeat;
    background-size: 15px;
    border-radius: 4px 4px 0 0;
  }
  body#shop.index .shopArea dd {
    background: #f5f4ef;
    padding: 5px 15px;
    box-sizing: border-box;
    display: none;
  }
  body#shop.index .shopArea dd li {
    width: 32% !important;
    text-align: center;
    margin: 1em 0;
  }
  .catchText {
    padding: 0 10px;
    margin-bottom: 10px !important;
  }
  body#shop.index .shopArea dd li:after,
  body#shop.index .shopArea #area1 dd:last-child li:nth-child(7):after,
  body#shop.index .shopArea dd li:nth-child(4n):after,
  body#shop.index .shopArea #area1 dd:last-child li:nth-child(8):after,
  body#shop.index .shopArea #area1 dd li:nth-child(5):after {
    content: "｜";
    color: #4c7285;
    position: absolute;
    top: 0;
    right: -8px;
    display: block;
  }
  body#shop.index .shopArea dd li:after,
  body#shop.index .shopArea #area1 dd:last-child li:nth-child(5):after {
    content: "｜";
    color: #4c7285;
  }
  body#shop.index .shopArea #area1 dd li:nth-child(3n):after,
  body#shop.index .shopArea #area1 dd li:nth-child(6):after,
  body#shop.index .shopArea #area1 dd li:last-child:after {
    display: none;
  }
  body#shop.index .shopArea #area1 dd:last-child li:nth-child(3n):after {
    display: none;
  }
  body#shop.index .shopArea dd li:last-child:after {
    content: "";
  }
  body#shop.index .area_02 {
    padding: 0 10px;
  }
  body#shop.index .area_02 li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    background: #fff;
  }
  body#shop.index .area_02 li:nth-child(3n) {
    margin-right: 0;
  }
  body#shop.index .area_02 li img {
    border: solid 3px #f5f4ef;
    border-bottom: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  body#shop.index .area_02 li dl {
    background: #f5f4ef;
  }
  body#shop.index .area_02 li dt {
    text-align: center;
    font-weight: bold;
    padding-top: 13px;
  }
  body#shop.index .area_02 li dd {
    padding: 5px 15px;
  }
  body#shop.index .area_02 li .fax{display: block;}
  body#shop.index .firstBtn {
    margin-bottom: 20px;
  }
  body#shop.index .firstBtn .searchBtn {
    position: static;
    right: 0;
    top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  body#shop.index .map {
    float: none;
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }
  body#shop.index .map img {
    width: 100%;
    height: auto;
  }
  body#shop.index .shopArea {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  body#shop.index .shopArea dt.h30 {
    height: auto;
    padding-top: auto;
  }
  body#shop.index .shopArea dt {
    height: auto;
  }
  #tab-01,
  #tab-02,
  #tab-03 {
    padding: 0 10px;
  }
  body#shop.index .area_02 {
    padding: 0 0;
  }
  body#shop.index .shopArea dd {
    background: #f5f4ef none repeat scroll 0 0;
    box-sizing: border-box;
    display: none;
    padding: 10px 15px;
  }
  body#shop.index .title_02 {
    border-bottom: 1px solid #78876e;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 13px;
  }
  body#shop.index .shopList li h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  body#shop.index.list .shopList.lineup > li {
    border: solid 5px #ebe9e0;
    background: #fff;
    padding: 50px 20px 60px;
    box-sizing: border-box;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
  }
  body#shop.index.list .contentList .shopList li h3{
    margin-top: 30px;
  }

  body#shop.index .shopList li .btnArea {
    bottom: 15px;
    position: static;
    right: 0;
    width: 100%;
  }
  body#shop.index .shopList li .btnArea li {
    max-width: none;
    padding: 0 10px;
  }
  body#shop.index .shopList li .btnArea li img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  body#shop.index .shopList li .btnArea .btn_01 {
    margin-top: 20px;
    width: 100%;
  }
  body#shop.index .shopList li .btnArea .btn_01 a {
    width: 100%;
    display: block;
  }
  .btn_01 a {
    background: #78876e none repeat scroll 0 0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 10px 10px 10px 20px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .btn_01 a.style-02::before {
    right: -260px;
  }
  /* Shop SP
  ============================================================ */
  body#shop.shop #titleArea {
    margin-bottom: 15px;
  }
  body#shop.shop .space-box {
    padding: 0 10px;
    box-sizing: border-box;
  }
  body#shop.shop .space-box2 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  body#shop.shop #title_area {
    border-bottom: 4px solid #ebe9e0;
    margin-bottom: 0;
    padding: 10px 0 22px;
  }
  body#shop .title_01 img,
  body#shop.shop .title_01 img {
    width: 38px !important;
    height: auto;
    padding-left: 10px;
  }
  body#shop.shop #title_area .title_01 {
    width: 100%;
    margin: 0 auto;
  }
  body#shop.shop .title_03 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #78876e;
    margin-bottom: 5px;
    margin-top: 20px;
    padding-bottom: 5px;
  }
  body#shop.shop .shopLogo.lavare img {
    width: 203px;
    height: 18px;
  }
  body#shop.shop .shopLogo.aromashake img {
    width: 110px;
    height: 50px;
  }
  body#shop.shop .shopLogo.aromacafe img {
    width: 190px;
    height: 27px;
  }
  body#shop.shop .shopLogo.handmadeguild img {
    width: 188px;
    height: 40px;
  }
  body#shop.shop .shopLogo.nutritiouslifeshop img {
    width: auto;
    height: 50px;
  }
  body#shop.shop .shopLogo {
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: center;
  }
  body#shop.shop .img {
    padding: 0 10px 5px;
    box-sizing: border-box;
  }
  body#shop.shop .img img {
    width: 100%;
    height: auto;
  }
  body#shop.shop .text_01 {
    box-sizing: border-box;
    margin-bottom: 18px;
    margin-top: 10px;
    padding: 0 10px;
  }
  body#shop.shop .title_03 {
    border-bottom: 1px solid #78876e;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 10px 15px;
    padding-bottom: 5px;
  }
  body#shop.shop .title_02_be {
    background: #ebe9e0 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #444;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding: 15px 10px 11px;
    text-align: center;
    width: 100%;
  }
  body#shop.shop .shopList .genre_list {
    margin-bottom: 10px;
  }
  body#shop.shop .shopList .genre_list li {
    border: medium none;
    float: left;
    margin-right: 2px;
    padding: 0 !important;
    width: 49.5% !important;
    margin-bottom: 1%;
  }
  body#shop.shop .shopList .genre_list li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  body#shop.shop .shopList .genre_list li img {
    width: 100%;
    height: auto;
  }
  body#shop.shop .shopList li {
    padding: 10px 10px 10px !important;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
  }
  body#shop.shop .shopList li .btn_01 {
    position: static;
  }
  body#shop.shop .btn_01 {
    float: none;
  }
  body#shop.shop .btn_01 a {
    width: 100%;
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }
  body#shop.shop .btn_01 a:hover {
    text-decoration: none;
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: .7;
    opacity: .7;
  }
  body#shop.shop .btn_01 a.style-02:before {
    right: 0;
    left: 90%;
  }
  body#shop.shop .shopArea dl {
    width: 100% !important;
  }
  body#shop.shop .shopArea dt {
    background: #78876e url(../img/common/toggle_icon_open.png) 95% 50% no-repeat;
    background-size: 15px;
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
  }
  body#shop.shop .shopArea dt.close {
    background: #78876e url(../img/common/toggle_icon_close.png) 95% 50% no-repeat;
    background-size: 15px;
    border-radius: 4px 4px 0 0;
  }
  body#shop.shop .shopArea dd {
    background: #f5f4ef;
    padding: 5px 15px;
    box-sizing: border-box;
    display: none;
  }
  body#shop.shop .shopArea dd li {
    width: 32% !important;
    text-align: center;
  }
  body#shop.shop .catchText {
    padding: 0 10px;
    margin-bottom: 10px !important;
  }
  body#shop.shop .shopArea dd li:after,
  body#shop.shop .shopArea #area1 dd:last-child li:nth-child(7):after,
  body#shop.shop .shopArea dd li:nth-child(4n):after,
  body#shop.shop .shopArea #area1 dd:last-child li:nth-child(8):after {
    content: "｜";
    color: #4c7285;
    position: absolute;
    top: 0;
    right: -8px;
    display: block;
  }
  body#shop.shop .shopArea #area1 dd:last-child li:nth-child(3n):after {
    display: none;
  }
  body#shop.shop .shopArea dd li:last-child:after {
    content: "";
  }
  body#shop.shop .shopArea {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  body#shop.shop .space-box3 {
    box-sizing: border-box;
    padding: 0 10px;
  }
  body#shop.shop .shopArea dl {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .searchBtn a {
    background: #ebe9e0 none repeat scroll 0 0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #78876e;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .recommendedArea {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body#shop.shop .recommendedArea {
    width: 100%;
  }
  body#shop.shop .recommendedArea li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  body#shop.shop .recommendedArea li:nth-child(3n) {
    margin-right: 0;
  }
  body#shop.shop .recommendedArea li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  body#shop.shop .recommendedArea li img {
    width: 100%;
    height: auto;
  }
  body#shop.shop .recommendedArea li .inner {
    background: #f5f4ef;
    padding: 10px;
    box-sizing: border-box;
  }
  body#shop.shop .recommendedArea li .inner h4 {
    font-weight: bold;
  }
  #tab-02 .area_01 li {
    box-sizing: border-box;
    float: left;
    width: 49%;
    margin-bottom: 2%;
    margin-right: 1%;
  }
  #tab-02 .area_01 li a {
    background: #ebe9e0 none repeat scroll 0 0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #67775e;
    display: block;
    font-size: 18px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }
  #tab-02 .area_01 li.current a {
    font-size: 18px !important;
  }
  #tab-02 .area_01 li a:hover {
    text-decoration: none;
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: .7;
    opacity: .7;
  }
  #tab-02 .area_01 li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  #tab-02 .area_01 li:nth-child(4n) {
    margin-right: 0;
  }
  body#shop.index #titleArea .title_01 img {
    height: auto;
    padding-left: 10px;
    width: 96px !important;
  }
  body#shop.index.list #titleArea .title_01 img {
    height: auto;
    padding-left: 10px;
    width: 38px !important;
  }
  /* Tabs SP
  ------------------------------------------------------------ */
  /***** ▼tab▼ *****/
  ul#tab {
    zoom: 1;
    list-style: none;
    margin: 0 auto;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
    width: 100%;
  }
  ul#tab:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
  }
  ul#tab li {
    float: left;
    width: 33%;
    text-align: center;
    margin-left: 0.5%;
    z-index: 300;
    position: relative;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul#tab li:first-child {
    margin-left: 0;
  }
  ul#tab li a {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 45px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    color: #68775e;
    background: #ebe9e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 13px;
    border-radius: 4px 4px 0 0;
  }
  ul#tab li a:hover {
    background: #eee;
    color: #333;
  }
  ul#tab li.active,
  ul#tab li.active a,
  ul#tab li.active a:hover {
    background: #68775e;
    color: #fff;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
  }
  ul#tab li.active a {
    height: 45px;
    text-align: center;
    position: relative;
  }
  ul#tab li.active {
    border-bottom: none;
  }
  ul#tab li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: 8px;
    left: 7px;
  }
  ul#tab li a:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #68775e;
    position: absolute;
    top: 0px;
    left: 7px;
  }
  #detail {
    clear: both;
    overflow: hidden;
    background: #FFF;
    width: 100%;
    height: auto;
    padding: 15px 0 0;
    margin-top: -1px;
    z-index: 200;
    border-top: solid 5px #68775e;
  }
  .tabbox {
    display: none;
  }
  #tab-01,
  #tab-02,
  #tab-03 {
    padding: 0 10px;
  }
  /***** ▲tab▲ *****/
  /* Detail
  ============================================================ */
  body.detail .spaceBox {
    padding: 0 10px;
    box-sizing: border-box;
  }
  body.detail .spaceBox .truncate_more.active{
    display: inline !important;
  }
  body.detail .topArea {
    position: relative;
    padding: 0 0;
  }
  body.detail .topArea h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px 10px;
  }
  body.detail .topArea .btnBox {
    position: static;
    top: 0;
    right: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body.detail .topArea .btnBox .btn_01 {
    float: none;
    margin-right: 0px !important;
  }
  body.detail .topArea .btnBox {
    position: static;
    margin-bottom: 10px;
  }
  body.detail .topArea .btnBox .btn_01:first-child {
    position: static;
    margin-bottom: 10px;
  }
  body.detail .topArea .btnBox .btn_01:last-child {
    position: static;
  }
  body.detail .topArea .btnBox .btn_01 a {
    line-height: 1.4;
    padding: 5px 0;
    padding-right: 20px;
    position: relative;
  }
  body.detail .topArea .btnBox .btn_01 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 20px;
    background: url(../img/common/arrow_b.png) 0 0 no-repeat;
    background-size: 11px 6px;
    width: 11px;
    height: 6px;
  }
  body.detail .categoryBox {
    background: #ebe9e0;
    padding: 5px 10px 3px;
    margin-bottom: 0;
  }
  body.detail .categoryBox li {
    float: left;
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 2px;
  }
  body.detail .categoryBox li:nth-child(2n) {
    margin-right: 0;
  }
  body.detail .categoryBox li img {
    width: 100%;
    height: auto;
  }
  body.detail .imgLayout {
    padding: 0 10px;
  }
  body.detail .imgLayout .img {
    width: 100%;
    float: none;
    padding: 10px 0 !important;
  }
  body.detail .imgLayout .img img {
    width: 100%;
    height: auto;
  }
  body.detail .table_01 {
    width: 100%;
    float: none;
  }
  body#shop.detail table {
    margin-bottom: 11px;
  }
  body#shop.detail table tr {
    border-bottom: solid 5px #fff;
  }
  body#shop.detail table th,
  body#shop.detail table td {
    padding: 2px;
  }
  body#shop.detail table th {
    background: #ebe9e0;
    text-align: center;
    width: 96px;
    box-sizing: border-box;
  }
  body#shop.detail table td {
    padding: 2px 5px 2px 10px;
  }
  body#shop.detail table td a {
    color: #66775e;
    text-decoration: underline;
    background: url(../img/common/arrow_g.png) 3px 10px no-repeat;
    background-size: 5px 7px;
  }
  body#shop.detail table td a:hover {
    text-decoration: none;
  }
  body#shop.detail table tr:nth-child(3) td a {
    background: none;
    color: #444;
    text-decoration: none;
  }
  body#shop.detail table tr:nth-child(3) td a:before {
    display: none;
  }
  body#shop.detail .infoBox .title_04 {
    background: #78876e;
    padding: 6px 20px 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
  }
  body#shop.detail .infoBox {
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  body#shop.detail .infoBox img {
    float: right;
    margin: 0 0 10px 10px;
    width: 50%;
    height: auto;
  }
  body#shop.detail .title_03 {
    border-bottom: 1px solid #78876e;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
    padding-bottom: 5px;
  }
  body#shop.detail .bottomArea h4 {
    margin-bottom: 20px;
  }
  body#shop.detail .bottomArea h4 img {
    width: 100%;
    height: auto;
  }
  body#shop.detail .bottomArea .text_01 {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  body#shop.detail .bottomArea li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  body#shop.detail .bottomArea li:nth-child(2n) {
    width: 100%;
    float: none;
  }
  body#shop.detail .bottomArea ul {
    padding: 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  body#shop.detail .bottomArea li h5 {
    background: #78876e;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
  }
  body#shop.detail .bottomArea li p {
    margin: 15px 0;
    padding: 0 10px;
  }
  body#shop.detail .bottomArea li:nth-child(4) {
    background: #f7f7ee;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  body#shop.detail .bottomArea li.color-be-bg p {
    margin: 0;
  }
  body#shop.detail .bottomArea li:nth-child(4) p {
  }
  body#shop.detail .bottomArea li:nth-child(4) .bold {
  }
  body#shop.detail .bottomArea .pg {
    padding: 0 10px;
  }
  body#shop.detail .bottomArea .btn_01 a {
    padding: 18px 0;
    background: #78876e url(../img/common/arr_rh_wh.png) 94% 50% no-repeat;
    background-size: 6px 11px;
    font-size: 16px;
  }
  body#shop.detail .bottomArea .btn_01 {
    margin-right: 0;
    padding: 0 10px !important;
  }
  body#shop.detail .bottomArea .btn_01 a {
    width: 100%;
  }
  body#shop.detail .bottomArea {
	width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  body#shop.detail .map {
    margin: 0 0 0;
    padding: 0 10px;
  }
  body#shop.detail .map .wrap {
    padding: 10px;
    background: #ebe9e0;
  }
  #map_custmomize {
    height: 275px !important;
  }
  .label {
    padding-left: 10px;
  }
  .btnApp {
    display: block;
  }

  #map_custmomize {
    height: 275px !important;
  }
  .btnSearch.sp {
    margin-top: 10px;
  }
  body#shop.index .shopArea_02 dl {
    width: 100% !important;
  }
  body#shop.index .shopArea_02 dt {
    background: #78876e url(../img/common/toggle_icon_open.png) 95% 50% no-repeat;
    background-size: 15px;
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
  }
  body#shop.index .shopArea_02 dt.close {
    background: #78876e url(../img/common/toggle_icon_close.png) 95% 50% no-repeat;
    background-size: 15px;
    border-radius: 4px 4px 0 0;
  }
  body#shop.index .shopArea_02 dd {
    background: #f5f4ef;
    padding: 5px 15px;
    box-sizing: border-box;
    display: none;
  }
  body#shop.index .shopArea_02 dd li {
    width: 32% !important;
    text-align: center;
    margin: 1em 0;
  }
  .catchText {
    padding: 0 10px;
    margin-bottom: 10px !important;
  }
  body#shop.index .shopArea_02 dd li:after,
  body#shop.index .shopArea_02 #area1 dd:last-child li:nth-child(7):after,
  body#shop.index .shopArea_02 dd li:nth-child(4n):after,
  body#shop.index .shopArea_02 #area1 dd:last-child li:nth-child(8):after {
    content: "｜";
    color: #4c7285;
    position: absolute;
    top: 0;
    right: -8px;
    display: block;
  }
  body#shop.index .shopArea_02 dd li:nth-child(3n):after,
  body#shop.index .shopArea_02 dd li:nth-child(6):after,
  body#shop.index .shopArea_02 dd li:last-child:after {
    display: none;
  }
  body#shop.index .shopArea_02 dd:last-child li:nth-child(3n):after {
    display: none;
  }
  body#shop.index .shopArea_02 dd li:last-child:after {
    content: "";
  }
  body#shop.index .shopArea_02 dd li:last-child:after {
    content: "";
  }
  body#shop.index .btn_01 {
    float: none;
  }
  body#shop.index .style-02:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 7px;
    right: -90%;
    transform: rotate(45deg);
    width: 7px;
  }
  body#shop.index .shopList .genre_list li {
    border: medium none;
    float: left;
    margin-bottom: 1px;
    margin-right: 2%;
    padding: 0;
    width: 49%;
  }
  body#shop.index .shopList .genre_list li:nth-child(2n) {
    margin-right: 0;
  }
  body#shop.index .shopList .genre_list li img {
    width: 100%;
    height: auto;
  }
  body#shop.list .title_03 {
    border-bottom: 1px solid #78876e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .space-box.mg span {
    display: block;
  }
  body#shop.list .shopList li {
    padding: 15px 10px 10px !important;
    width: 130px;
  }
  body#shop.list .shopList li li {
    padding: 0 0 0 !important;
  }
  body#shop.list .shopList .btn_more_02 {
    margin-bottom: 40px;
  }
  .clearboth {
    text-decoration: underline;
    color: #66775e;
    padding-top: 10px;
  }
  table tr:last-child td a {
    background: rgba(0, 0, 0, 0) url("/img/common/arrow_gr.png") no-repeat scroll 0 10px / 5px 7px !important;
    color: #67775E !important;
    padding-left: 14px !important;
    text-decoration: underline !important;
  }
  body#shop.index .shopList li table tr:nth-child(3) td a {
    display: inline;
    line-height: 1;
    height: 1em;
  }
}
