/* 共通
-------------------------------------*/
section {
  margin-bottom: 60px;
}

#content-wrap {
  padding-bottom: 70px;
}

#content-wrap .inner {
  overflow: hidden;
}

#content-wrap .inner>h2 {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin-bottom: 20px;
  font-family: var(--font-oswald);
  font-style: normal;
  font-optical-sizing: auto;
}

#content-wrap .inner>h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 90vw;
  height: 1px;
  margin: auto 0;
  background-color: var(--base-color);
}

#content-wrap .inner>h2 span {
  padding-right: 20px;
  background-color: #FFF;
}

/* hero
-------------------------------------*/
#hero {
  margin-bottom: 15px;
}

#hero figure {
  line-height: 0;
  border-bottom: solid 5px var(--base-color);
}


/* item-gallery
-------------------------------------*/
#item-gallery .title-wrap {
  position: relative;
  margin-bottom: 20px;
  border-bottom: solid 5px var(--base-theme-color);
}

#item-gallery .title-wrap figure {
  line-height: 0;
}

#item-gallery .title-wrap figure img {
  width: 100%;
}

#item-gallery .title-wrap h2 {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  color: var(--base-theme-color);
  font-family: var(--font-oswald);
  font-size: 27px;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1;
  letter-spacing: 4px;
}

#item-gallery .inner>p {
  margin-bottom: 20px;
  color: var(--base-theme-color);
  font-weight: 600;
  text-align: center;
}

#item-gallery ul {
  margin: 0 -10px;
}

#item-gallery ul li {
  width: calc((100% - 60px) / 3);
  margin: 0 10px 20px;
  text-align: center;
}

#item-gallery ul li figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 0;
  min-height: 120px;
}

#item-gallery ul li figure img {
  max-height: 120px;
}

#item-gallery .street-view {
  padding: 25px 10px 5px;
  background-color: #F8F4F2;
}

#item-gallery .street-view h3 {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
}

#item-gallery .street-view ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#item-gallery .street-view ul li {
  width: fit-content;
  text-align: center;
}

#item-gallery .street-view ul li a {
  display: flex;
  align-items: center;
  padding: 5px 18px;
  background-color: var(--base-theme-color);
  color: #FFF;
  font-weight: 600;
  border-radius: 30px;
}

#item-gallery .street-view ul li a img {
  margin-right: 5px;
}

/* info
-------------------------------------*/
#info {
  padding: 30px 0 20px;
  background-color: #F8F4F2;
}

#info .inner>h2 {
  margin-bottom: 0;
}

#info .inner>h2 span {
  background-color: #F8F4F2;
}

#info .info-list {
  margin-bottom: 15px;
}

#info .button {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
}

#info .button a {
  display: block;
  padding: 3px;
  font-family: var(--font-oswald);
  font-style: normal;
  font-optical-sizing: auto;
  background-color: var(--base-theme-color);
  color: #FFF;
  font-size: 14px;
  border-radius: 50px;
  line-height: 1.6;
}

/* service
-------------------------------------*/
#service .title-wrap {
  align-items: center;
  margin-bottom: 15px;
  background-color: var(--base-color-brown);
}

#service h3 {
  font-size: 15px;
}

#service .title-wrap h3 {
  width: calc(100% - 183px);
  color: #FFF;
  text-align: center;
}

#service .title-wrap figure {
  width: 183px;
  line-height: 0;
}

#service ul.price li {
  position: relative;
  padding-left: 15px;
}

#service ul.price li:before {
  content: "□";
  position: absolute;
  left: 0;
}

#service ul.price li.single:before {
  content: "■";
}

#service ul.price li dl {
  display: flex;
}

#service ul.price li dl dt {
  width: 120px;
}

#service ul.price li dl dd {
  width: calc(100% - 120px);
}

#service ul.price li.single dl dt {
  width: 60px;
}

#service ul.price li.single dl dd {
  width: calc(100% - 60px);
}

#service .payment {
  margin-top: 35px;
}

#service .payment h3 {
  margin-bottom: 10px;
  background-color: var(--base-color-brown);
  color: #FFF;
  text-align: center;
}

#service .payment h4 {
  padding: 1px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #F8F4F2;
}

#service .payment ul {
  align-items: center;
  margin-bottom: 20px;
}

#service .payment ul li {
  margin-bottom: 10px;
  margin-right: 12px;
}

#service .payment ul.qr li {
  width: 110px;
  margin-right: 0;
}

#service .payment ul.e-money li {
  margin-right: 10px;
}

#service .payment>p {
  margin-bottom: 20px;
}

/* shop-info
-------------------------------------*/

#shop-info .shop-content {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: solid 1px #bbb;
}

#shop-info .shop-content:last-of-type {
  border: none;
}

#shop-info .shop-content .title-wrap {
  align-items: center;
  padding-right: 18px;
  margin-bottom: 25px;
  background-color: var(--base-theme-color);
}

#shop-info .shop-content .title-wrap.single {
  padding: 20px;
}

#shop-info .shop-content .title-wrap .text-wrap {
  width: calc(100% - 150px);
  color: #FFF;
  text-align: center;
}

#shop-info .shop-content .title-wrap.single .text-wrap {
  width: 100%
}

#shop-info .shop-content .title-wrap .text-wrap h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

#shop-info .shop-content .title-wrap .text-wrap h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

#shop-info .shop-content .title-wrap .text-wrap p {
  font-family: var(--font-oswald);
  line-height: 1.4;
}

#shop-info .shop-content .title-wrap .img-wrap {
  width: 150px;
  line-height: 0;
}

#shop-info .shop-content .shop-detail {
  margin-bottom: 25px;
}

#shop-info .shop-content .shop-detail h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

#shop-info .shop-content .shop-detail h4 {
  width: fit-content;
  padding: 0 25px;
  margin-bottom: 12px;
  font-weight: 500;
  border: solid 1px var(--base-color);
  border-radius: 50px;
}

#shop-info .shop-content .shop-detail dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

#shop-info .shop-content .shop-detail dl dt {
  width: 65px;
}

#shop-info .shop-content .shop-detail dl dd {
  width: calc(100% - 65px);
}

#shop-info .shop-content .shop-detail dl dd p {
  font-size: 10px;
}

#shop-info .shop-content .shop-detail p.parking {
  position: relative;
  padding-left: 32px;
  margin-top: 5px;
}

#shop-info .shop-content .shop-detail p.parking:before {
  content: "P";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background-color: #0071BC;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}

#shop-info .shop-content .street-view h5 {
  width: fit-content;
  padding: 0 12px;
  margin-bottom: 10px;
  background-color: var(--base-theme-color);
  color: #FFF;
  font-family: var(--font-oswald);
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  line-height: 1.6;
}

#shop-info .shop-content .street-view p {
  font-weight: 600;
}

#shop-info .shop-content .street-view figure {
  margin: 10px 0 15px;
}

#shop-info .shop-content .street-view>iframe {
  width: 100%;
  height: 150px;
  margin-top: 5px;
  margin-bottom: 20px;
}

#shop-info .shop-content .street-view .gmap iframe {
  width: 100%;
  height: 210px;
}