@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);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.shopnav {
  padding-top: 78px;
}
.shopnav .inner {
  width: 600px;
}
.shopnav nav {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.shopnav nav h3,
.shopnav nav a {
  display: block;
  width: 50%;
  height: 40px;
  line-height: 37px;
  font-size: 16px;
  color: #d0d0d0;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer;
}
.shopnav nav h3.selected,
.shopnav nav a.selected {
  color: #333;
  border-bottom: 2px solid #333333;
  pointer-events: none;
}
.shopnav nav .shopnav__buy {
  width: 50%;
}
.shopnav nav .shopnav__eat {
  width: 50%;
}
.shopmain {
  margin-top: 30px;
  padding-bottom: 20px;
}
.shopmain .inner {
  width: 600px !important;
}
.shopmain.eat {
  display: none;
}
.shopmain__anchor {
  position: relative;
}
.shopmain__anchor:after {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url("../img/shop/pc_shop_pulldown.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 3px;
  pointer-events: none;
}
.shopmain__anchor:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shopmain__anchor__list {
  position: relative;
  width: 100%;
  height: 38px;
  border: none;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: white;
}
.shopmain__anchor__list option {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 38px;
  text-align: left;
}
.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: -120px;
}
.shopmain__direct {
  margin-top: 55px;
}
.shopmain__direct__title {
  font-size: 32px;
  font-weight: bold;
}
.shopmain__direct__list {
  margin-top: 40px;
}
.shopmain__direct__list li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #c1c1c1;
}
.shopmain__direct__list li:last-child {
  border: none;
  margin-bottom: 0;
}
.shopmain__direct__list li .map {
  height: 340px;
}
.shopmain__direct__list li .map img {
  width: 600px;
  height: 340px;
  object-fit: cover;
}
.shopmain__direct__list li .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 32px;
}
.shopmain__direct__list li .address {
  line-height: 150%;
  margin-top: 10px;
}
.shopmain__direct__list li .link {
  position: relative;
  display: block;
  width: 350px;
  height: 60px;
  border-radius: 60px;
  line-height: 58px;
  background-color: black;
  color: white;
  border: 1px solid black;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 300ms 0s ease;
  margin: 33px auto 0;
}
.shopmain__direct__list li .link:after {
  content: '';
  display: block;
  width: 18px;
  height: 17px;
  background-image: url("../img/pc_icon_newwin_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 26px;
  top: 20px;
  transition: all 300ms 0s ease;
}
.shopmain__direct__list li .link:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shopmain__direct__list li .link:hover {
  background-color: white;
  color: black;
}
.shopmain__direct__list li .link:hover:after {
  width: 18px;
  height: 17px;
  background-image: url("../img/pc_icon_newwin_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.shopmain__direct__list li .link:hover:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shopmain__rel {
  margin-top: 65px;
}
.shopmain__rel__title {
  font-size: 32px;
  font-weight: bold;
}
.shopmain__rel__comment {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 50px;
}
.shopmain__rel__areatitle {
  font-size: 24px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
}
.shopmain__rel__container {
  padding-bottom: 88px;
}
.shopmain__rel__list__detail {
  padding: 34px 0 40px;
  border-bottom: 1px solid #333;
}
.shopmain__rel__list__detail__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}
.shopmain__rel__list__detail__address {
  line-height: 150%;
  margin-top: 10px;
}
.shopmain__rel__list__detail__tel {
  line-height: 150%;
  margin-top: 10px;
}
.shopmain__rel__list__detail__link {
  position: relative;
  display: block;
  width: 150px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  vertical-align: middle;
  margin-top: 26px;
}
.shopmain__rel__list__detail__link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  background-image: url("../img/pc_icon_newwin_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 10px;
}
.shopmain__rel__list__detail__link:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.otherlink__container {
  position: relative;
  width: 880px;
  height: 505px;
  border: 1px solid #b2b2b2;
  margin: 0 auto;
}
.otherlink__img {
  display: block;
  width: 383px;
  height: 383px;
  background-image: url("../img/shop/pc_shop_linkimg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 60px;
  top: 60px;
}
.otherlink__txt {
  width: 345px;
  position: absolute;
  left: 480px;
  top: 105px;
}
.otherlink__txt__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}
.otherlink__txt__read {
  font-size: 16px;
  margin-top: 20px;
}
.otherlink__txt__link {
  display: block;
  width: 310px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 25px auto 0;
}
.otherlink__txt__link p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.otherlink__txt__link .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  background-image: url("../img/top/pc_btn_ar.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 300ms 0s ease;
}
.otherlink__txt__link .arrow a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.otherlink__txt__link:hover p {
  opacity: 0.8;
}
.otherlink__txt__link:hover .arrow {
  transform: scale(1.1);
}
