@charset "UTF-8";
/*グランドオープン*/
.grand_open {
  display: block;
  background-color: #eee;
  padding: 5px 0;
  width: 180px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
/*タイトル ========================================================================*/
#main .ttl_main.shoplist h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_shoplist.jpg) no-repeat center center / cover;
}
#main .inner_box {
  position: relative;
}
#main .caption {
  display: inline-block;
  border: solid 1px #000;
  padding: 20px 5%;
  position: absolute;
  top: 200px;
  left: 10%;
  z-index: 1;
}
#main .caption::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  content: "\f25a";
  font-size: 20px;
}
#main .map_box {
  width: 95%;
  height: auto;
  margin: 30px auto;
  position: relative;
}
#main .map img {
  width: 100%;
  z-index: 5px;
}
#main ul.area {
  padding: 0;
  list-style: none;
}
#main ul.area li a {
  width: 150px;
  display: block;
  border: solid 1px #ccc;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  background-color: #f9f9f9;
}
#main ul.area li a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  content: "\f041";
  margin-right: 5px;
  font-size: 20px;
}
#main ul.area li.hokkaido a::before {
  color: #d5b7b7;
}
#main ul.area li.tohoku a::before {
  color: #d3b6d2;
}
#main ul.area li.kanto a::before {
  color: #b8b6d3;
}
#main ul.area li.chubu a::before {
  color: #b6d1d4;
}
#main ul.area li.kinki a::before {
  color: #b6d2b8;
}
#main ul.area li.chugoku_shikoku a::before {
  color: #d3d4b7;
}
#main ul.area li.kyushu_okinawa a::before {
  color: #d5c8b7;
}
#main ul.area li a:hover {
  border: solid 1px #ccc;
  background-color: #000;
  color: #fff;
}
#main ul.area li.current a {
  border: solid 1px #ccc;
  background-color: #000;
  color: #fff;
}
#main ul.area li.hokkaido {
  position: absolute;
  top: 8%;
  right: 34%;
}
#main ul.area li.tohoku {
  position: absolute;
  top: 42%;
  right: 13%;
}
#main ul.area li.kanto {
  position: absolute;
  top: 60%;
  right: 18%;
}
#main ul.area li.chubu {
  position: absolute;
  top: 46%;
  left: 35%;
}
#main ul.area li.kinki {
  position: absolute;
  bottom: 40%;
  left: 25%;
}
#main ul.area li.chugoku_shikoku {
  position: absolute;
  bottom: 33%;
  left: 5%;
}
#main ul.area li.kyushu_okinawa {
  position: absolute;
  bottom: 10%;
  left: 18%;
}
#hokkaido, #tohoku, #kanto, #chubu, #kinki, #chugoku_shikoku, #kyushu_okinawa {
  padding-top: 100px;
  margin-top: -100px;
}
#main .box h2 {
  background-color: #000;
  padding: 7px 2%;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: -10px;
}
#main .box h2::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  content: "\f041";
  margin-right: 5px;
}
#main .box ul {
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
#main .box ul li {
  width: 98%;
  padding: 20px 1% 10px;
  border-bottom: solid 1px #ccc;
}
#main .box ul li .link a {
  display: inline-block;
  text-decoration: none;
  background-color: #d3c6b6;
  border: solid 1px #ccc;
  padding: 0 10px;
  margin-top: 5px;
  font-size: 13px;
}
#main .box h3 {
  margin: 0;
  font-weight: normal;
}
#main .box_shop h2 {
  background-color: #000;
  padding: 10px 2%;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
#main .box_shop.sinndepot h2 span {
  font-size: 14px;
}
#main .box_shop.sinndepot h2 a {
  color: #fff;
}
#main .box_shop.sinndepot h2.sp {
  display: none;
}
#main .box_shop.sinndepot ul {
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
#main .box_shop.sinndepot ul li {
  width: 98%;
  padding: 20px 1% 10px;
  border-bottom: solid 1px #ccc;
  position: relative;
}
#main .box_shop.sinndepot ul li p {
  width: 80%;
}
#main .box_shop.sinndepot ul li:first-child figure {
  width: 20%;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 2%;
}
#main .box_shop.sinndepot ul li figure {
  width: 20%;
  margin: 0;
  position: absolute;
  top: 30px;
  right: 2%;
}
#main .box_shop.sinndepot ul li figure img {
  width: auto;
  height: 65px;
  vertical-align: bottom;
}
#main .box_shop.sinndepot ul li a {
  word-break: break-all;
}
#main .box_shop.sinndepot h3 {
  margin: 0;
}
#main .box_shop.sinndepot h3 .url {
  margin-left: 20px;
  font-weight: normal;
  font-size: 14px;
}
#main .txt {
  margin-bottom: 30px;
}
#main .hotta {
  width: 90%;
  border: solid 1px #000;
  padding: 20px 5% 10px;
}
#main .hotta h4 {
  margin: 0;
}
@media screen and (min-width:700px) and (max-width:1050px) {
  #main .inner_box {
    position: relative;
  }
  #main .caption {
    display: inline-block;
    border: solid 1px #000;
    padding: 15px 3%;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 1;
  }
  #main .caption::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    content: "\f25a";
    font-size: 20px;
  }
  #main .map_box {
    width: 600px;
    height: auto;
    margin: 30px auto;
    position: relative;
  }
  #main .map img {
    width: 100%;
  }
  #main ul.area {
    padding: 0;
    list-style: none;
  }
  #main ul.area li a {
    width: 150px;
    display: block;
    border: solid 1px #ccc;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
    background-color: rgba(249, 249, 249, 0.5);
  }
  #main ul.area li a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    content: "\f041";
    margin-right: 5px;
    font-size: 20px;
  }
  #main ul.area li.hokkaido a::before {
    color: #d5b7b7;
  }
  #main ul.area li.tohoku a::before {
    color: #d3b6d2;
  }
  #main ul.area li.kanto a::before {
    color: #b8b6d3;
  }
  #main ul.area li.chubu a::before {
    color: #b6d1d4;
  }
  #main ul.area li.kinki a::before {
    color: #b6d2b8;
  }
  #main ul.area li.chugoku_shikoku a::before {
    color: #d3d4b7;
  }
  #main ul.area li.kyushu_okinawa a::before {
    color: #d5c8b7;
  }
  #main ul.area li a:hover {
    border: solid 1px #ccc;
    background-color: #000;
    color: #fff;
  }
  #main ul.area li.current a {
    border: solid 1px #ccc;
    background-color: #000;
    color: #fff;
  }
  #main ul.area li.hokkaido {
    position: absolute;
    top: 5%;
    right: 35%;
  }
  #main ul.area li.tohoku {
    position: absolute;
    top: 42%;
    right: 4%;
  }
  #main ul.area li.kanto {
    position: absolute;
    top: 58%;
    right: 9%;
  }
  #main ul.area li.chubu {
    position: absolute;
    top: 43%;
    left: 26%;
  }
  #main ul.area li.kinki {
    position: absolute;
    bottom: 40%;
    left: 16%;
  }
  #main ul.area li.chugoku_shikoku {
    position: absolute;
    bottom: 30%;
    left: 0;
  }
  #main ul.area li.kyushu_okinawa {
    position: absolute;
    bottom: 7%;
    left: 15%;
  }
  #hokkaido, #tohoku, #kanto, #chubu, #kinki, #chugoku_shikoku, #kyushu_okinawa {
    padding-top: 30px;
    margin-top: -30px;
  }
  #main .box h2 {
    background-color: #000;
    padding: 7px 3%;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: -10px;
  }
  #main .box h2::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    content: "\f041";
    margin-right: 5px;
  }
  #main .box ul {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
  }
  #main .box ul li {
    width: 98%;
    padding: 20px 1% 10px;
    border-bottom: solid 1px #ccc;
  }
  #main .box ul li .link a {
    margin-top: 10px;
  }
  #main .box h3 {
    margin: 0;
    font-weight: normal;
  }
  #main .box_shop h2 {
    background-color: #000;
    padding: 7px 3%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
  }
  #main .box_shop.sinndepot h2 span.pc {
    display: none;
  }
  #main .box_shop.sinndepot h2.sp {
    display: block;
    background-color: #aaa;
    color: #000;
    font-size: 15px;
    margin-top: -14px;
    margin-bottom: -10px;
  }
  #main .box_shop.sinndepot ul {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
  }
  #main .box_shop.sinndepot ul li {
    width: 98%;
    padding: 20px 1% 10px;
    border-bottom: solid 1px #ccc;
  }
  #main .box_shop.sinndepot ul li p {
    width: 100%;
  }
  #main .box_shop.sinndepot ul li figure {
    display: none;
  }
  #main .box_shop.sinndepot h3 {
    margin: 0;
  }
  #main .box_shop.sinndepot h3 .url {
    margin-left: 20px;
    font-weight: normal;
    font-size: 14px;
  }
  #main .txt {
    margin-bottom: 30px;
  }
  #main .hotta {
    width: 90%;
    border: solid 1px #000;
    padding: 20px 5% 10px;
  }
  #main .hotta h4 {
    margin: 0;
  }
}
@media screen and (max-width:700px) {
  #main .inner_box {
    position: static;
  }
  #main .caption {
    width: 250px;
    display: block;
    border: solid 1px #000;
    padding: 10px 0;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
  }
  #main .caption::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    content: "\f25a";
    font-size: 18px;
  }
  #main .map_box {
    width: 100%;
    height: auto;
    margin: 100px auto 10px;
    position: relative;
  }
  #main .map img {
    width: 100%;
  }
  #main ul.area {
    padding: 0;
    list-style: none;
  }
  #main ul.area li a {
    width: 130px;
    display: block;
    border: solid 1px #ccc;
    padding: 8px 0;
    text-decoration: none;
    text-align: center;
    background-color: rgba(249, 249, 249, 0.5);
  }
  #main ul.area li a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    content: "\f041";
    margin-right: 5px;
    font-size: 18px;
  }
  #main ul.area li.hokkaido a::before {
    color: #d5b7b7;
  }
  #main ul.area li.tohoku a::before {
    color: #d3b6d2;
  }
  #main ul.area li.kanto a::before {
    color: #b8b6d3;
  }
  #main ul.area li.chubu a::before {
    color: #b6d1d4;
  }
  #main ul.area li.kinki a::before {
    color: #b6d2b8;
  }
  #main ul.area li.chugoku_shikoku a::before {
    color: #d3d4b7;
  }
  #main ul.area li.kyushu_okinawa a::before {
    color: #d5c8b7;
  }
  #main ul.area li a:hover {
    border: solid 1px #ccc;
    background-color: #000;
    color: #fff;
  }
  #main ul.area li.current a {
    border: solid 1px #ccc;
    background-color: #000;
    color: #fff;
  }
  #main ul.area li.hokkaido {
    position: absolute;
    top: 5%;
    right: 35%;
  }
  #main ul.area li.tohoku {
    position: absolute;
    top: 30%;
    right: 0;
  }
  #main ul.area li.kanto {
    position: absolute;
    top: 60%;
    right: 0;
  }
  #main ul.area li.chubu {
    position: absolute;
    top: 36%;
    left: 15%;
  }
  #main ul.area li.kinki {
    position: absolute;
    bottom: 35%;
    left: 5%;
  }
  #main ul.area li.chugoku_shikoku {
    position: absolute;
    bottom: 20%;
    left: 0;
  }
  #main ul.area li.kyushu_okinawa {
    position: absolute;
    bottom: 5%;
    left: auto;
    right: 5%;
  }
  #hokkaido, #tohoku, #kanto, #chubu, #kinki, #chugoku_shikoku, #kyushu_okinawa {
    padding-top: 20px;
    margin-top: -20px;
  }
  #main .box h2 {
    background-color: #000;
    padding: 7px 3%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: -10px;
  }
  #main .box h2::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    content: "\f041";
    margin-right: 5px;
  }
  #main .box ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
  }
  #main .box ul li {
    width: 98%;
    padding: 20px 1% 10px;
    border-bottom: solid 1px #ccc;
  }
  #main .box ul li .link a {
    margin-top: 10px;
  }
  #main .box h3 {
    margin: 0;
    font-weight: normal;
  }
  #main .box span {
    display: block;
  }
  #main .box_shop h2 {
    background-color: #000;
    padding: 7px 3%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
  }
  #main .box_shop.sinndepot h2 span.pc {
    display: none;
  }
  #main .box_shop.sinndepot h2.sp {
    display: block;
    background-color: #aaa;
    color: #000;
    font-size: 15px;
    margin-top: -14px;
    margin-bottom: -10px;
  }
  #main .box_shop.sinndepot ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
  }
  #main .box_shop.sinndepot ul li {
    width: 98%;
    padding: 20px 1% 10px;
    border-bottom: solid 1px #ccc;
  }
  #main .box_shop.sinndepot ul li p {
    width: 100%;
  }
  #main .box_shop.sinndepot ul li figure {
    display: none;
  }
  #main .box_shop.sinndepot h3 {
    margin: 0;
  }
  #main .box_shop.sinndepot h3 .url {
    display: block;
    margin: 5px auto;
    font-weight: normal;
    font-size: 14px;
  }
  #main .box_shop.sinndepot ul li .block {
    display: block;
  }
  #main .txt {
    margin-bottom: 20px;
  }
  #main .hotta {
    width: 90%;
    border: solid 1px #000;
    padding: 20px 5% 10px;
  }
  #main .hotta h4 {
    margin-bottom: -10px;
  }
}