@charset "utf-8";
/*==============================================================

 ■ aclist

===============================================================*/
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (SP)
==============================================================*/
.kv__bg {
  position: absolute;
  left: 0vw;
  top: 13.33333vw;
}
.shopnav {
  padding-top: 7.73333vw;
}
.shopnav nav {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.shopnav nav h3,
.shopnav nav a {
  display: block;
  width: 50%;
  height: 9.33333vw;
  line-height: 8.8vw;
  font-size: 4.26667vw;
  color: #d0d0d0;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
}
.shopnav nav h3.selected,
.shopnav nav a.selected {
  color: #333;
  border-bottom: 0.26667vw solid #333333;
}
.shopnav nav .shopnav__buy {
  width: 50%;
}
.shopnav nav .shopnav__eat {
  width: 50%;
}
.shopmain {
  margin-top: 6.13333vw;
  padding-bottom: 2.66667vw;
}
.shopmain.eat {
  display: none;
}
.shopmain__anchor {
  position: relative;
}
.shopmain__anchor:after {
  content: '';
  width: 5.333vw;
  height: 5.333vw;
  background-image: url("../img/shop/sp_shop_pulldown.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 2.66667vw;
  top: 1.33333vw;
}
.shopmain__anchor:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shopmain__anchor__list {
  position: relative;
  text-align: center;
  width: 100%;
  height: 9.33333vw;
  border: none;
  border-bottom: 0.26667vw solid #c1c1c1;
  cursor: pointer;
  font-size: 4.26667vw;
  font-weight: bold;
  background-color: white;
}
.shopmain__anchor__list option {
  font-size: 3.73333vw;
  font-weight: bold;
}
.shopmain__anchor__list__detail {
  width: 100%;
  height: 100%;
}
.shopmain__anchor__list__detail a {
  display: block;
  width: 100%;
  height: 100%;
}
.shopmain__content {
  position: relative;
}
.shopmain__content .shopdirect {
  position: absolute;
  top: -20vw;
}
.shopmain__direct {
  margin-top: 8vw;
}
.shopmain__direct__title {
  font-size: 6.93333vw;
  font-weight: bold;
}
.shopmain__direct__list {
  margin-top: 8.8vw;
}
.shopmain__direct__list li {
  padding-bottom: 10.66667vw;
  margin-bottom: 8vw;
  border-bottom: 0.26667vw solid #c1c1c1;
}
.shopmain__direct__list li:last-child {
  border: none;
  margin-bottom: 0;
}
.shopmain__direct__list li .map {
  height: 46.66667vw;
}
.shopmain__direct__list li .map img {
  width: 89.33333vw;
  height: 46.66667vw;
  object-fit: cover;
}
.shopmain__direct__list li .name {
  font-size: 4.26667vw;
  font-weight: bold;
  margin-top: 5.86667vw;
}
.shopmain__direct__list li .address {
  font-size: 3.46667vw;
  line-height: 150%;
  margin-top: 3.2vw;
}
.shopmain__direct__list li .tel {
  font-size: 3.46667vw;
  line-height: 150%;
  margin-top: 1.6vw;
}
.shopmain__direct__list li .link {
  position: relative;
  display: block;
  width: 76vw;
  height: 13.33333vw;
  border-radius: 13.33333vw;
  line-height: 12.66667vw;
  background-color: black;
  color: white;
  font-size: 3.46667vw;
  font-weight: bold;
  text-align: center;
  transition: all 300ms 0s ease;
  margin: 7.2vw auto 0;
}
.shopmain__direct__list li .link:after {
  content: '';
  display: block;
  width: 4.8vw;
  height: 4.4vw;
  background-image: url("../img/sp_icon_newwin_w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 7.46667vw;
  top: 4.26667vw;
}
.shopmain__direct__list li .link:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shopmain__rel {
  margin-top: 8.66667vw;
}
.shopmain__rel__title {
  font-size: 6.93333vw;
  font-weight: bold;
}
.shopmain__rel__comment {
  font-size: 2.66667vw;
  margin-top: 1.86667vw;
  margin-bottom: 6.66667vw;
}
.shopmain__rel__areatitle {
  font-size: 5.33333vw;
  font-weight: bold;
  height: 13.33333vw;
  line-height: 13.33333vw;
  border-bottom: 0.26667vw solid #333;
}
.shopmain__rel__container {
  padding-bottom: 11.73333vw;
}
.shopmain__rel__list__detail {
  padding: 6.4vw 0 8vw;
  border-bottom: 0.26667vw solid #333;
}
.shopmain__rel__list__detail__title {
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 150%;
}
.shopmain__rel__list__detail__address {
  font-size: 3.46667vw;
  line-height: 150%;
  margin-top: 3.46667vw;
}
.shopmain__rel__list__detail__tel {
  font-size: 3.46667vw;
  line-height: 150%;
  margin-top: 3.46667vw;
}
.shopmain__rel__list__detail__link {
  position: relative;
  display: block;
  width: 36vw;
  height: 8vw;
  line-height: 7.46667vw;
  font-size: 3.46667vw;
  font-weight: bold;
  border-bottom: 1px solid #333;
  vertical-align: middle;
  margin-top: 7.2vw;
}
.shopmain__rel__list__detail__link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4.8vw;
  height: 4.4vw;
  background-image: url("../img/sp_icon_newwin_b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 1.33333vw;
}
.shopmain__rel__list__detail__link:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.otherlink__container {
  position: relative;
  width: 100%;
  height: 135.73333vw;
  border: 0.26667vw solid #b2b2b2;
  margin: 0 auto;
  padding-top: 8vw;
}
.otherlink__img {
  width: 66.667vw;
  height: 66.667vw;
  background-image: url("../img/shop/sp_shop_linkimg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.otherlink__img a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.otherlink__txt {
  padding: 3.46667vw 4vw 0;
}
.otherlink__txt__title {
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 150%;
}
.otherlink__txt__read {
  font-size: 3.46667vw;
  margin-top: 2.66667vw;
}
.otherlink__txt__link {
  display: block;
  position: relative;
  width: 40vw;
  text-align: center;
  font-size: 3.46667vw;
  color: #333;
  margin: 5.33333vw auto 0;
}
.otherlink__txt__link p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2vw;
}
.otherlink__txt__link .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 11.733vw;
  height: 11.733vw;
  background-image: url("../img/top/sp_btn_ar.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.otherlink__txt__link .arrow a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
