.btn-blk {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

.btn-blk:hover {
  color: #333;
  background: #fcfcfc;
}

.btnStl01:is(.btn-uberEats, .btn-tabelog) {
  position: relative;
  padding-left: 4em;
  padding-right: 3em;
}

.btn-tabelog {
  color: #fff;
  background-color: #f0821f;
  border: 1px solid #f0821f;
}

.btn-tabelog:hover {
  color: #f0821f;
  background-color: #fcfcfc;
}

.btn-uberEats {
  color: #fff;
  background-color: #06c167;
  border: 1px solid #06c167;
}

.btn-uberEats:hover {
  color: #06c167;
  background-color: #fcfcfc;
}

.btnStl01:is(.btn-uberEats, .btn-tabelog) svg {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  fill: currentColor;
}

.btnStl01.btn-tabelog svg {
  left: .75em;
}

.btnStl01:is(.btn-uberEats, .btn-tabelog)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2em;
  z-index: 2;
  margin: 0 -.5em 0 .5em;
  display: block;
  flex-shrink: 0;
  width: .35em;
  height: .35em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color .3s;
}

.shop__tel {
  margin-top: .5em;
}

.detail__content {
  position: relative;
}

.detail__content__copy {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  float: right;
  font-family: "Noto Serif JP";
  font-size: 2em;
  writing-mode: vertical-rl;
}


.detail__wrapper:has(.detail__content__copy) .shopContents {
  padding-right: 5em;
}

@media (max-width:768px) {
  .detail__content__copy {
    font-size: 1.5em;
    margin-left: .6em;
  }

  .detail__wrapper:has(.detail__content__copy) .shopContents {
    padding-right: 4em;
  }
}

.shop__tel a {
  display: block;
  padding: .75em .75em 1em;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.shop__tel p {
  margin-bottom: .35em;
  font-size: .8em;
  line-height: 1.6em;
}

.shop__tel .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25em;
  font-size: 1.5em;
  font-weight: bold;
}

.shop__tel svg {
  flex-shrink: 0;
}

.detail__content__tag {
  display: flex;
  flex-wrap: wrap;
  gap: .75em;
  justify-content: center;
  margin: 0 auto 3.5em;
  font-size: .8em;
  text-align: center;
}

.detail__content__tag>li {
  padding: .5em .75em;
  color: #fff;
  line-height: 1.1em;
  background: #333;
}

.shop__img-thumbnail {
  display: grid;
  gap: .5em;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: .5em;
}

#shop .firstview {
  background-image: url(../img/shop/mv.png?0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.detail__content__kind-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1em;
  margin-bottom: 1em;
  /* font-weight: bold; */
  text-align: center;
}

.detail__content__kind-title span {
  display: inline-block;
}

.detail__content__kind-title .fzS {
  font-size: .8em;
}

.detail__content__kind-title .fzL {
  font-size: 1.2em;
}

.detail__box.detail__right .btnStl01 {
  width: 100%;
  box-sizing: border-box;
}

.shop__title {
  font-size: min(4.4vw, 84px);
  font-weight: 900;
  letter-spacing: 10px;
  padding: 87px 0px;
  text-align: center;
}

.detail__wrapper {
  padding-top: 100px;
}

/* ======================================
DEVELOPMENT
========================================= */
.develop__wrapper {
  background-image: url(../img/shop/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 155px;
}

.develop__wrapper .big__title {
  width: 8%;
  right: 8%;
}

.develop__wrapper .big__title-left {
  top: 4%;
  left: 6.5%;
}

.develop__wrapper .big__title-right {
  /* top: 17%; */
  bottom: 5%;
  right: 6.5%;
}

.develop__map {
  width: 100%;
  max-width: 1250px;
  margin: 10px auto 165px;
  display: flex;
  justify-content: space-between;
}

.develop__map-left {
  width: 45%;
  margin-top: 5%;
}

.develop__map-right {
  width: 45%;
}

.area__content+.area__content {
  margin-top: 150px;
}

.area__title {
  background: #fff;
  border: solid 5px #000;
  text-align: center;
  font-size: 10px;
  font-size: min(2.7vw, 50px);
  letter-spacing: 6px;
  font-weight: 800;
  padding: 32px 0px;
}

.area__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.area__flex .red__button {
  width: 23.5%;
  margin: 0px;
  margin-top: 20px;
}

.area__flex .red__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.area__flex::after {
  content: "";
  display: block;
  width: 23.5%;
  height: 0;
}

.hyogo__area .area__flex .red__button a {
  background-color: #f18700;
  border: solid 4px #f18700;
  padding: 30px 0px;
}

.hyogo__area .area__flex .red__button a:hover {
  background-color: #fff;
  color: #f18700;
}

.osaka__area .area__flex .red__button a {
  background-color: #005bac;
  border: solid 4px #005bac;
  padding: 30px 0px;
}

.osaka__area .area__flex .red__button a:hover {
  background-color: #fff;
  color: #005bac;
}

/* ======================================
DETAILS
========================================= */
.shopInfoLink {
  margin-top: 1.5em;
}

.shopInfoLink dt {
  margin-bottom: .75em;
}

.shopInfoLink ul {
  display: flex;
  gap: .5em 2%;
  flex-wrap: wrap;
}

.shopInfoLink ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border: 2px solid #000;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}

.shopInfoLink ul li a:hover {
  opacity: .8;
}

.shopInfoLink ul li a:not(:has(img)) {
  padding: 1em .75em;
}

.shopInfoLink ul li a img {
  display: block;
  width: 100%;
}

.shopInfoLink ul li a.link_facebook {
  color: #fff;
  background: #3B5998;
}

.detail__content {
  margin-bottom: 150px;
}

.detail__flex {
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  gap: 0 2em;
  grid-template-columns: 48% 1fr;
  margin-bottom: 100px;
}

.detail__box {
  width: 48%;
}

.detail__box.detail__left {
  width: auto;
}

.detail__box.detail__right {
  width: auto;
}

.shop-name {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4em;
  margin-bottom: 35px;
}

.shop-table {
  font-size: 16px;
  line-height: 1.5;
}

.shop-table table {
  width: 100%;
  border-collapse: collapse;
}

.shop-table th {
  text-align: center;
  width: 32%;
}

.shop-table tr>* {
  border: solid 2px;
  padding: 18px 0px;
}

.shopInfoLink ul li a:has(img[src*="tripadvisor"]) {
  padding: .5em .75em;
  background: #00EB5B;
}

.shopInfoLink ul li a:has(img[src*="tripadvisor"]) img {
  width: 160px;
}

/*
.shop-table td:first-child {
  text-align: center;
  width: 32%;
} */

.shop-table td {
  padding-inline: .75em;
}

.shop-text {
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0px 20px;
}

.detail__box.detail__right .red__button {
  margin-top: 1.2em;
}

.detail__box .red__button {
  margin: 0px;
}

.detail__box .red__button a {
  background-color: #036eb8;
  border: solid 4px #036eb8;
  padding: 2px 0px;
}

.detail__box .red__button a:hover {
  background-color: #fff;
  color: #036eb8;
}

.develop__content.all__content {
  position: relative;
  z-index: 1;
}

.shopInfoLinkWrap {
  display: grid;
  gap: 0.75em;
  grid-template-columns: repeat(2, 1fr);
}

.shopInfoLinkWrap>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .35em 1em;
  font-size: 1.4rem;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.detail__box.detail__right .shopInfoLinkWrap .red__button {
  width: 100%;
  margin: 0;
}

.shopInfoLink ul li {
  flex-grow: 1;
}

.shopInfoLink ul li a[href*="maps"][href*="goo"][href*="gl"] {
  padding-left: 2em;
  background: url(../img/shop/icon_googleMap.svg) no-repeat center left .35em / 1.5em;
}

.shopInfoLink ul li a[href*="tabelog"] {
  padding: .2em 1em .2em .75em;
}

.shopInfoLink ul li a[href*="tabelog"] img {
  width: 125px;
  max-width: 100%;
}

.detail__flex h3.shop-name {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

@media (min-width:769px) {

  /* .detail__flex:nth-of-type(even) {
    flex-direction: row-reverse;
  } */
  .detail__flex:has(>.shop-name) {
    grid-template-rows: auto 1fr;
  }

  .shopInfoLink ul li {
    max-width: 49%;
  }

  .detail__flex:has(>.shop-name) .detail__box.detail__left {
    grid-row: 1/3;
  }

  h3.shop-name {
    grid-row: 1;
  }

  .detail__box.detail__right,
  h3.shop-name {
    grid-column: 2;
  }

  .detail__flex:has(>.shop-name) .detail__box.detail__right {
    grid-row: 2;
  }

}

@media (max-width:768px) {
  .detail__wrapper {
    padding-top: 80px;
  }

  .detail__flex {
    grid-template-columns: 100%;
  }

  .detail__box.detail__right {
    margin-top: 2em;
  }

  .develop__wrapper .big__title-right {
    top: auto;
    bottom: 0;
    right: 0;
  }

  .develop__wrapper .big__title-left {
    top: 0;
    left: 0;
  }


  .area__flex .red__button {
    width: 48%;
  }

  .area__flex .red__button a {
    font-size: 1.2rem;
  }

  .area__title {
    font-size: 1.3rem;
  }

  .shop-name {
    font-size: 22px;
  }

  .area__flex {
    margin-top: 10px;
  }

  .area__content+.area__content {
    margin-top: 80px;
  }

  /*
  .detail__flex>* {
    width: 100%;
  } */
}