.main-cont {
  padding-bottom: 0;
}
#contents {
  margin-top: 0 !important;
  position: relative;
  padding: 0 0 50px;
  word-wrap: break-word;
  text-align: left;
  margin: 10px auto 14px;
  color: #333;
  width: auto !important;
  margin-bottom: 0px !important;
  background-color: #fff7ea;
}

.title h2 {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 20px 9px;
  width: 960px;
  background: #f4a20e;
  font-size: 20px;
  color: #fff;
  border-radius: 8px 8px 0 0 / 8px 8px 0 0;
  font-weight: 700;
}
.title h2 span {
  display: inline-block;
  padding: 0 0 0 6px;
  font-size: 14px;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 25px 30px;
  width: 960px;
  background: #fff;
  border-radius: 0 0 8px 8px / 0 0 8px 8px;
}

.main {
  box-sizing: border-box;
  float: left;
  width: 590px;
}
.tabs li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  border-right: 1px solid #eacfbb;
  text-align: center;
}
.tabs .on {
  font-weight: bold;
}
#contents a {
  display: block;
  color: #333;
}
.tabs .on a {
  opacity: 1;
}
.tabs a {
  box-sizing: border-box;
  padding: 19px 0 18px;
  opacity: 0.5;
}
.tabs .tab02 span {
  background: url(/assets/images/shop/icon_shop.png) no-repeat left;
  background-size: 24px 24px;
}
.tabs span {
  display: inline-block;
  padding: 0 0 0 28px;
  min-height: 24px;
  line-height: 24px;
}
.tabs li:last-child {
  border-right: none;
}
.tabs .tab01 span {
  background: url(/assets/images/shop/icon_place.png) no-repeat left;
  background-size: 24px 24px;
}
.tabs:after {
  content: "";
  display: block;
  clear: both;
  box-sizing: border-box;
}

.shop-tabs {
  padding: 18px 20px;
  border-top: 1px solid #eacfbb;
}

.shop-tabs ul {
  margin: 0 auto;
  text-align: center;
}

.shop-tabs ul li {
  box-sizing: border-box;
  float: left;
  width: 32%;
  border-right: 1px solid #eacfbb;
}

.shop-tabs a {
  box-sizing: border-box;
  padding: 6px 40px;
  opacity: 0.5;
}

.shop-tabs .on {
  font-weight: bold;
}
.shop-tabs .on a {
  opacity: 1;
}
.shop-tabs ul li:last-child {
  width: 36%;
  border-right: none;
}

.shop-tabs ul:after {
  content: "";
  display: block;
  clear: both;
}

.search-area {
  box-sizing: border-box;
  padding: 0 10px;
}

.search-area fieldset {
  border: 0;
  padding: 0;
}

.search-area .search {
  box-sizing: border-box;
  position: relative;
  top: 0;
  right: 0;
  padding-right: 50px;
}

.search-area input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 10px 12px;
  border: 1px solid #604c3f;
  border-right: none;
  border-radius: 2px 0 0 2px;
  background: none rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 1.4;
}

.search-area .btn-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 42px;
  background: #604c3f;
  border-radius: 0 2px 2px 0;
}

.option-area {
  display: none;
}

#open-toggle {
  display: none;
}

.sub {
  box-sizing: border-box;
  float: right;
  width: 290px;
  background: #f9f1db;
}

#search-header {
  padding: 12px 8px 10px;
}

#search-header h2 {
  font-size: 13px;
  font-weight: bold;
}

#search-header .close {
  display: none;
}

.search-nav {
  padding: 0 8px;
  background: #f9f1db;
}

#search-wrapper .facility {
  padding: 12px 0;
  border-top: 1px solid #eacfbb;
}

#search-wrapper h3 {
  padding: 0 2px 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

#search-wrapper .block {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2px 0 4px;
}
#search-wrapper .facility .item:nth-child(2n + 1) {
  clear: left;
}
#search-wrapper .facility .item {
  box-sizing: border-box;
  display: table;
  float: left;
  padding: 2px;
  width: 50%;
  font-size: 11px;
  line-height: 1.4;
}

#search-wrapper .block input[type="checkbox"] {
  display: none;
}

#search-wrapper .facility .block label {
  padding: 4px;
  background: #fff;
}

#search-wrapper .block label {
  position: relative;
  display: block;
  padding: 3px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}

#search-wrapper .facility .item .icon {
  box-sizing: border-box;
  width: 32px;
  background: #f4a20e;
  border-radius: 3px;
}

#search-wrapper .facility .item span {
  display: table-cell;
  vertical-align: middle;
}

#search-wrapper .facility .item .name {
  padding: 0 0 0 6px;
}

#search-wrapper .facility .item span {
  display: table-cell;
  vertical-align: middle;
}

#search-wrapper .block:after {
  content: "";
  display: block;
  clear: both;
}

#search-footer {
  padding: 0 8px 14px;
}

#search-footer .btn-submit {
  box-sizing: border-box;
  float: left;
  padding: 0 3px;
  width: 60%;
  text-align: center;
  display: none;
}

#search-footer input[type="submit"],
#search-footer input[type="button"],
#search-footer input[type="reset"] {
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  border-radius: 2px;
  background: #604c3f;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

#search-footer .btn-reset {
  box-sizing: border-box;
  float: left;
  padding: 0 3px;
  width: 100%;
  text-align: center;
}

#search-footer input[type="reset"] {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ac9c92;
  color: #604c3f;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

/* ------------
here
--------------*/

.btn-map {
  border-top: 1px solid #eacfbb;
  border-bottom: 1px solid #eacfbb;
  text-align: center;
}
.btn-map a {
  margin: 0 auto;
  padding: 20px 0;
  font-weight: bold;
}

.btn-map a span {
  display: inline-block;
  padding: 0 0 0 30px;
  min-height: 24px;
  background: url(/assets/images/shop/icon_map.png) no-repeat left;
  background-size: 24px 24px;
  line-height: 24px;
}

.result-txt {
  padding: 30px 20px 15px;
  font-size: 13px;
}

.result-txt strong {
  margin: 0 2px;
  font-weight: bold;
}

.result-txt:after {
  content: "";
  display: block;
  clear: both;
}
.result-txt .result {
  padding: 0 0 5px;
}
.btn-back {
  display: none;
}

.lists {
  padding: 0 0 40px;
  clear: both;
}

.lists ul {
  border-top: 1px solid #eacfbb;
}

.lists li {
  border-bottom: 1px solid #eacfbb;
}

.lists li a {
  position: relative;
  padding: 23px 20px 23px 110px;
}

.lists li .shop {
  display: table;
  padding: 0 0 8px;
}

.lists li .shop .icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: table-cell;
  padding: 0 14px 0 0;
  vertical-align: middle;
}

.lists li .shop .icon img {
  width: 68px;
  border: 1px solid #e7e0db;
  border-radius: 2px;
}

.lists li .shop h2 {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
  color: #991f00;
  font-weight: normal;
}

.lists li dt {
  float: left;
  font-weight: 400;
}

.lists li dd {
  overflow: hidden;
}

.lists li .tel {
  display: none;
}

.lists li .facility {
  padding-top: 8px;
}

.lists li .option {
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 4px 0 0;
  padding: 3px 5px 2px;
  background: #dc874c;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1.3;
  color: #fff;
}

.lists li .facility:after {
  content: "";
  display: block;
  clear: both;
}

#station .lists li a {
  padding: 20px 20px;
}

.lists li .station {
  display: inline;
  font-weight: normal;
  color: #991f00;
}

.lists li .route {
  display: inline;
  margin: 0 0 0 10px;
}

/* ----------
map
-----------*/

#map {
  margin-bottom: 100px;
}
#contents {
  padding: 0 0 60px;
  word-wrap: break-word;
  text-align: left;
}
#map .container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: 100%;
}
#map .title {
  height: 54px;
  padding: 0;
  background: #f4a20e;
  border-bottom: 1px solid #dfe5e9;
}
#map .title h2 {
  box-sizing: border-box;
  padding: 13px 20px;
  width: auto;
  font-size: 18px;
}
#fs-map {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

#fs-map__inner_wrap {
  position: relative;
  height: 100%;
  z-index: 1;
}

#map .main_wrap {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 20px;
  height: 100%;
  padding: 20px 0 28px;
}

#map .main {
  box-sizing: border-box;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#map .tabs {
  display: none;
}

#map .btn-map {
  display: none;
}

#map .option-area {
  display: none;
}

#search_result {
  height: 100%;
}
#map .result-txt {
  padding: 10px 13px 8px;
  font-size: 12px;
}

#map .result-txt strong {
  margin: 0 2px;
  font-weight: bold;
}
#map .btn-back {
  width: 100%;
}

#map .btn-back {
  display: block;
  border-top: 1px solid #dfe5e9;
}

#map .btn-back a {
  display: block;
  padding: 15px 0;
  text-align: center;
  background: url(/assets/images/shop/btn_back.png) no-repeat left;
  background-size: 44px 24px;
  font-size: 13px;
  font-weight: bold;
}
#fs-map .btn-back {
  top: 10px !important;
  bottom: auto !important;
  right: 10px !important;
  left: auto !important;
}

#map .lists {
  overflow-y: scroll;
  font-size: 12px;
  height: 100%;
}
#map .lists ul {
  border-top: 1px solid #dfe5e9;
}

#map .lists li:last-child {
  border-bottom: none;
}
#map .lists li a {
  position: relative;
  padding: 14px 13px;
}
#map .lists li .shop,
.marker-detail .shop {
  display: table;
  padding: 0 0 8px;
}
#map .lists li .shop .icon,
.marker-detail .icon {
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: middle;
  position: static;
}

#map .lists li .shop .icon img,
.marker-detail img {
  width: 44px;
  border: 1px solid #dfe5e9;
  border-radius: 2px;
}

#map .lists li .shop h2,
.marker-detail h2 {
  display: table-cell;
  font-size: 13px;
  vertical-align: middle;
  color: #000;
}
#index .lists li .address {
  display: none;
}
#map .sub_wrap {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 20px;
  height: calc(100% - 90px);
  padding: 20px 0 28px;
}
#map #open-toggle {
  display: block;
}
#map #open-toggle {
  position: absolute;
  top: -48px;
  right: 5px;
  box-sizing: border-box;
  width: 174px;
  height: 40px;
  background: #dc874c;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#map #open-toggle span {
  display: inline-block;
  margin: 8px 0 0;
  padding: 0 0 0 28px;
  min-height: 24px;
  background: url(/assets/images/shop/icon_option.png) no-repeat left;
  background-size: 24px 24px;
  line-height: 24px;
}
#map .open-nav .sub {
  display: block;
}
#map .sub {
  box-sizing: border-box;
  float: none;
  position: relative;
  top: 0;
  right: 0;
  width: 310px;
  background: #eeecdf;
  display: none;
  height: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#map #search-header {
  display: none;
}

#search-wrapper .facility .block input[type="checkbox"]:checked + label {
  padding: 2px;
  border: 2px solid #c8161d;
}
#search-footer input[type="reset"] {
  background: #fff;
  border: 1px solid #999;
  color: #dc874c;
}

#search-footer input[type="reset"] {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-cont {
    background-color: #fff7ea;
  }

  #contents {
    padding: 0 0 10px;
    background: none;
  }
  .container {
    padding: 0;
    width: auto;
    border-radius: 0;
  }
  .title {
    padding: 0;
  }
  .title h2 {
    padding: 10px 15px 9px;
    width: auto;
    font-size: 16px;
    border-radius: 0;
  }
  .main {
    float: none;
    width: auto;
    margin-bottom: 160px;
  }
  .shop-tabs {
    padding: 12px 5px;
  }
  .shop-tabs a {
    padding: 10px 0;
  }
  .search-area {
    padding: 0 15px 12px;
  }
  .search-area .search {
    padding-right: 52px;
  }
  .search-area input[type="text"] {
    font-size: 13px;
  }
  .search-area .btn-submit {
    width: 52px;
  }
  .option-area {
    display: block;
    padding: 0 15px 8px;
    text-align: center;
  }
  .option-area a {
    box-sizing: border-box;
    padding: 11px 5px 11px 0;
    background: #604c3f;
    color: #fff !important;
    border-radius: 2px;
    cursor: pointer;
  }
  .option-area span {
    display: inline-block;
    padding: 0 0 0 28px;
    min-height: 24px;
    background: url(/assets/images/shop/icon_option.png) no-repeat left;
    background-size: 24px 24px;
    line-height: 24px;
  }
  .sub {
    float: none;
    width: auto;
  }
  #search-header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    height: 76px;
    background: #604c3f;
    z-index: 20000;
    display: none;
  }
  #search-header h2 {
    padding: 0px 15px;
    line-height: 76px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #search-header .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    height: 76px;
    background: url(/assets/images/shop/btn_close.png) no-repeat center;
    background-size: 38px 38px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .search-nav {
    position: fixed;
    top: 0;
    padding: 0;
    overflow: hidden;
    z-index: 2;
  }
  .search-nav {
    top: 0 !important;
    display: none;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #search-wrapper {
    padding: 60px 0 80px;
    background: #f9f1db;
  }
  #search-wrapper .facility {
    padding: 35px 0 12px;
    border-top: none;
  }
  #search-wrapper h3 {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 400px;
    padding: 0 15px 6px;
    font-size: 14px;
  }
  #search-wrapper .block {
    max-width: 400px;
    padding: 4px 11px 6px;
  }
  #search-wrapper .block label {
    position: relative;
    display: block;
    padding: 8px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
  }
  #search-wrapper .facility .block label {
    padding: 11px 4px 9px;
    background: #fff;
  }
  #search-wrapper .facility .item:nth-child(2n + 1) {
    clear: none;
  }
  #search-wrapper .facility .item {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 4px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }
  #search-wrapper .facility .item .icon {
    width: 42px;
    overflow: hidden;
  }
  #search-wrapper .facility .item .name {
    padding: 8px 0 0;
  }
  #search-wrapper .facility .item span {
    display: block;
    margin: 0 auto;
  }
  #search-wrapper .facility .block input[type="checkbox"]:checked + label {
    padding: 9px 2px 7px;
    border: 2px solid #991f00;
  }
  #search-footer .btn-submit {
    padding: 5px;
    width: 65%;
    display: block;
  }
  #search-footer {
    /* box-sizing: border-box; */
    position: fixed;
    bottom: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eacfbb;
    z-index: 20000;
    display: none;
  }
  #search-footer input[type="submit"],
  #search-footer input[type="button"],
  #search-footer input[type="reset"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    border-radius: 2px;
    background: #604c3f;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }
  #search-footer input[type="submit"],
  #search-footer input[type="button"],
  #search-footer input[type="reset"] {
    height: 44px;
  }
  #search-footer .btn-reset {
    padding: 5px;
    width: 35%;
  }
  #search-footer input[type="reset"] {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ac9c92;
    color: #604c3f;
  }

  /* map */
  #map {
    margin-bottom: 100px;
  }
  #map .title {
    display: none;
  }

  #map .main_wrap {
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    width: 100%;
  }
  #map .main {
    top: auto;
    left: auto;
    width: auto;
    background: none;
    box-shadow: none;
    position: static !important;
  }
  #map .tabs {
    display: none;
  }
  #map .btn-map {
    display: none;
  }
  #map #contents {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  #map #contents a {
    display: block;
    color: #333;
  }
  #map .option-area {
    display: block !important;
    padding: 0;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #map .option-area a {
    box-sizing: border-box;
    padding: 11px 5px 11px 0;
    background: #dc874c;
    color: #fff !important;
    border-radius: 2px;
    cursor: pointer;
  }
  #map #contents a {
    display: block;
    color: #333;
  }
  #map #search_result {
    position: relative;
  }
  #map .result-txt {
    display: none;
  }
  #map #fs-map .btn-back {
    top: 10px !important;
    bottom: auto !important;
    right: 10px !important;
    left: auto !important;
  }
  #map .btn-back {
    position: absolute;
    top: 10px;
    left: 10px;
    border-top: none;
    z-index: 10;
    width: auto;
  }
  #map .btn-back {
    display: block;
    border-top: 1px solid #dfe5e9;
  }
  #map .btn-back a {
    padding: 11px 0 11px 11px;
    width: 114px;
    background: url(/assets/images/shop/btn_back.png) no-repeat left #fff;
    background-size: 32px 18px;
    font-size: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
  #map .lists {
    display: none;
  }
  #map .lists ul {
    border-top: 1px solid #dfe5e9;
  }
  #map .lists li:last-child {
    border-bottom: none;
  }
  #map .lists li a {
    position: relative;
    padding: 14px 13px;
  }
  #map .sub_wrap {
    position: static !important;
  }
  #map .sub {
    position: static !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
  }
  #map #open-toggle {
    display: none;
  }
  #map #search-header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    height: 54px;
    background: #fff;
    border-bottom: 1px solid #cec6a7;
    z-index: 20000;
    display: none;
  }
  #map #search-header {
    z-index: 20001;
  }
  #map #search-header h2 {
    padding: 16px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: unset;
    color: #000;
  }
  #map #search-header .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background: url(/assets/images/shop/btn_close.png) no-repeat center;
    background-size: 38px 38px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  #map .search-nav {
    z-index: 20000 !important;
    height: 100% !important;
    max-height: none !important;
    position: fixed;
    top: 0;
    padding: 0;
    overflow: hidden;
    z-index: 2;
    background-color: unset;
  }

  #map #search-wrapper .facility {
    padding: 20px 0 12px;
    border-top: 1px solid #cec6a7;
  }
  #map #search-wrapper .facility .item {
    display: block;
  }
  #map #search-wrapper .facility .block label {
    height: 100%;
  }
}

/* =========================================================
shop detail
========================================================= */
/*------------------------------------------
detail
------------------------------------------*/
@media (max-width: 768px) {
  #detail {
    background-color: #fff;
    padding-bottom: 48px;
  }
  .shop-detail-block {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .shop-detail-block {
    margin: 48px auto 0;
  }
}
@media (min-width: 769px) {
  .shop-detail-block .detail-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto calc((50vw - 80px) * 0.66) auto;
    grid-gap: 0 40px;
    grid-template-areas: "name name" "detail image" "detail map";
  }
}
@media (min-width: 1360px) {
  .shop-detail-block .detail-block {
    grid-template-rows: auto 368px;
  }
}
.shop-detail-block .detail-block + .cmn-btn01 {
  margin: 48px auto 0;
  max-width: 395px;
}

.shop-detail-block .name {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: 700;
}

@media (min-width: 769px) {
  .shop-detail-block .name {
    margin: 0 0 32px;
    grid-area: name;
  }
}
@media (max-width: 768px) {
  .shop-detail-block .img {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .shop-detail-block .img {
    grid-area: image;
  }
}
.shop-detail-block .detail {
  border-top: 1px solid #000;
}

@media (max-width: 768px) {
  .shop-detail-block .detail {
    margin: 16px auto 0;
  }
}
@media (min-width: 769px) {
  .shop-detail-block .detail {
    grid-area: detail;
  }
}
.shop-detail-block .detail .bundle {
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
  line-height: 1.4285714286;
}

@media (max-width: 768px) {
  .shop-detail-block .detail .bundle {
    padding: 10px 0;
  }
}
@media (min-width: 769px) {
  .shop-detail-block .detail .bundle {
    padding: 20px 0;
  }
}
@media (min-width: 1075px) {
  .shop-detail-block .detail .bundle {
    display: flex;
    align-items: center;
  }
}
.shop-detail-block .detail .item {
  color: #8e8e8e;
}

@media (min-width: 1075px) {
  .shop-detail-block .detail .item {
    width: 145px;
  }
}
.shop-detail-block .detail .txt {
  margin: 6px auto 0;
}

@media (min-width: 1075px) {
  .shop-detail-block .detail .txt {
    margin: 0;
    flex: 1;
  }
}
.shop-detail-block .detail .business-hours > * {
  display: flex;
  align-items: center;
}

.shop-detail-block .detail .business-hours .day {
  width: 52px;
  font-weight: 400;
}

.shop-detail-block .detail .business-hours .hours {
  flex: 1;
  font-size: 20px;
}

.shop-detail-block .detail .ico-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 50px);
  grid-gap: 8px;
}

.shop-detail-block .detail .ico-list.service li {
  border-radius: 4px;
  background: #e50012;
  overflow: hidden;
}

.shop-detail-block .detail .bundle.type02 {
  border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
  .shop-detail-block .detail .bundle.type02 {
    padding: 16px 0;
  }
}
.shop-detail-block .detail .bundle.type02 .item {
  font-size: 16px;
}

@media (max-width: 768px) {
  .shop-detail-block .map {
    margin: 48px auto 0;
  }
}
@media (min-width: 769px) {
  .shop-detail-block .map {
    grid-area: map;
    padding: 24px 0 0;
  }
}
@media (max-width: 768px) {
  .shop-detail-block .map .gmap {
    height: 280px;
  }
}
@media (min-width: 769px) {
  .shop-detail-block .map .gmap {
    height: 467px;
  }
}
.shop-detail-block .map .gmap iframe {
  width: 100%;
  height: 100%;
}

.shop-detail-block .map .link {
  margin: 16px auto 0;
  text-align: center;
}

.shop-detail-block .map .link a {
  color: #e50012;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.shop-detail-block .map .link a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  background: url(../images/common/ico_external02.svg) no-repeat center/contain;
  vertical-align: bottom;
}

/*------------------------------------------
campaign
------------------------------------------*/
@media (max-width: 768px) {
  .shop-campaign-block {
    margin: 64px auto 0;
  }
}
@media (min-width: 769px) {
  .shop-campaign-block {
    margin: 80px auto 0;
  }
}
.shop-campaign-block .cmn-btn01 {
  max-width: 395px;
  margin: 24px auto 0;
}

@media (max-width: 768px) {
  .campaign-list {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .campaign-list {
    margin: 32px auto 0;
  }
}
.campaign-list .cmn-card01 {
  margin: 0 auto 24px;
}

.campaign-list .cmn-card01:last-child {
  margin-bottom: 0;
}
