@charset "UTF-8";

:root {
  --inner-width: 1280;
  --inner-sp-width: 750;
}

html,
body {
  position: relative;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  line-height: 1;
}

a {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

li {
  line-height: 1;
}

.block {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.title {
  height: 0;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  background: no-repeat center center/contain;
}

/* レスポンシブ用 */
.pc {
  display: block;
}

.sp {
  display: none;
}

/* 768pxまで */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}


/******* header *******/
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 45px 20px 50px;
  background-color: #e9e7e6;
}

.header-logo {
  width: 21.8%;
  max-width: 280px;
}

.header-main {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.header-menu {
  display: flex;
  align-items: center;
}

.header-item._top {
  width: 14.5%;
  max-width: 84px;
}

.header-item._system {
  width: 11.9%;
  max-width: 68px;
}

.header-item._schedule {
  width: 16%;
  max-width: 92px;
}

.header-item._menu {
  width: 8.7%;
  max-width: 49px;
}

.header-item._access {
  width: 12.1%;
  max-width: 69px;
}

.header-menu > li + li {
  margin-left: 50px;
}

.header-menu > li > a {
  display: block;
}

.header-menu > li > a > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-sns {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.header-sns > li {
  max-width: 30px;
}

.header-sns > li > a {
  display: block;
}

.header-sns > li + li {
  margin-left: 20px;
}

.header-sns > li > a > img {
  vertical-align: middle;
}

.header-hamburger,
.nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 20px 28px;
  }

  .header-logo {
    width: 49.3%;
    max-width: 185px;
  }

  .header-menu,
  .header-sns {
    display: none;
  }

  .header-hamburger {
    display: block;
    width: 7.4%;
    max-width: 28px;
  }

  .nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #e9e7e6;
    transition: ease 0.4s;
    transform: translateX(100%);
  }

  .nav-close {
    position: absolute;
    top: 20px;
    right: 28px;
    width: 7.4%;
    max-width: 28px;
  }

  .nav-logo {
    width: 68%;
    margin: 0 auto 60px;
  }

  .nav ul > li {
    text-align: center;
  }

  .nav ul > li + li {
    margin-top: 30px;
  }

  .nav ul > li > a {
    display: block;
    height: 24px;
  }

  .nav ul > li > a > img {
    width: auto;
    height: 100%;
  }

  /* ハンバーガーメニュークリック後のスタイル */
  .nav._active {
    transform: translateX(0);
  }
}

/******* top *******/
.top {
  width: 100%;
  background-color: #e9e7e6;
}

.top-contents {
  padding-bottom: 3%;
}

.top-mv {
  position: relative;
  width: 100%;
}

.top-img {
  position: relative;
  width: 86%;
  padding-top: 53%;
  margin-left: auto;
  overflow: hidden;
}

.top-img img {
  position: absolute;
  top: 0;
  right: 0;
}

.top-title {
  position: absolute;
  bottom: 62.6%;
  left: 7.8%;
  width: 66.8%;
}

.top-concept {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .top-contents {
    padding-bottom: 7.5%;
  }

  .top-img {
    width: 80%;
    padding-top: 121.8%;
  }

  .top-img img {
    right: auto;
    left: 0;
    width: auto;
    max-width: none;
    height: 100%;
  }

  .top-title {
    bottom: 38%;
    left: 10.8%;
    width: 65.4%;
  }

  .top-concept {
    margin-top: 14%;
  }
}

/******* concept *******/
.concept {
  text-align: center;
}

.concept-title {
  margin: 0 auto 4%;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.concept-title span {
  font-size: 2.4rem;
}

.concept-text {
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .concept {
    text-align: left;
  }

  .concept-title {
    width: 82.4%;
    margin: 0 auto 8%;
    font-size: 6.93vw;
    line-height: 1.57;
  }

  .concept-title span {
    font-size: 5.33vw;
  }

  .concept-text {
    width: 82.4%;
    margin: 0 auto;
    font-size: 3.2vw;
    font-feature-settings: "palt";
  }
}

/******* news *******/
.news {
  width: 100%;
  background-color: #e9e7e6;
}

.news-contents {
  padding: 3% 0 7%;
}

.news-title {
  width: calc(106 / var(--inner-width) * 100%);
  padding-top: calc(61 / var(--inner-width) * 100%);
  margin: 0 auto 2.3%;
  background-image: url("../img/pc/title_news.png");
}

.news-box {
  width: 45.8%;
  margin: 0 auto;
  background-color: #fff;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 3.8% 9.4%;
  font-size: 1.5rem;
}

.news-item + .news-item {
  border-top: solid 2px #e9e7e6;
}

.news-date {
  flex: 1;
  text-align: center;
}

.news-text {
  width: 76%;
  margin-left: 6.5%;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .news-contents {
    padding: 7.5% 0 11.6%;
  }

  .news-title {
    width: calc(160 / var(--inner-sp-width) * 100%);
    padding-top: calc(92 / var(--inner-sp-width) * 100%);
    margin: 0 auto 7.4%;
    background-image: url("../img/sp/title_news.png");
  }

  .news-box {
    width: 82.4%;
    margin: 0 auto;
  }

  .news-item {
    padding: 6.7% 8.7%;
  }

  .news-date {
    font-size: 1.3rem;
    text-align: left;
  }

  .news-text {
    width: 62%;
    margin-left: 10%;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}



/******* system *******/
.system {
  width: 100%;
}

.system-contents {
  padding: 7% 0 9.3%;
}

.system-title {
  width: calc(143 / var(--inner-width) * 100%);
  padding-top: calc(63 / var(--inner-width) * 100%);
  margin: 0 auto 2.6%;
  background-image: url("../img/pc/title_system.png");
}

.system-box {
  position: relative;
  width: 44.5%;
  padding-top: 44.5%;
  margin: 0 auto 5.4%;
  background-color: #e9e7e6;
}

.system-img {
  position: absolute;
  top: 7.8%;
  left: 50%;
  display: block;
  width: 147%;
  max-width: none;
  transform: translateX(-50%);
}

.system-time {
  position: absolute;
  bottom: 7.6%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}

.system-time h3 {
  margin-bottom: 2.2%;
  font-size: 1.41vw;
}

.system-time span {
  font-size: 2.11vw;
  font-weight: 500;
  line-height: 1.7;
}

.system-table {
  margin: 0 auto 5.4%;
}

@media screen and (min-width: 1280px) {
  .system-time h3 {
    font-size: 1.8rem;
  }

  .system-time span {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 768px) {
  .system-contents {
    padding: 12% 0 18%;
  }

  .system-title {
    width: calc(214 / var(--inner-sp-width) * 100%);
    padding-top: calc(94 / var(--inner-sp-width) * 100%);
    margin: 0 auto 6.2%;
    background-image: url("../img/sp/title_system.png");
  }

  .system-box {
    width: 82.4%;
    padding-top: 89.4%;
    margin: 0 auto 20%;
  }

  .system-img {
    top: 6.7%;
    width: 121%;
  }

  .system-time {
    bottom: 9%;
    width: 100%;
    text-align: center;
  }

  .system-time h3 {
    margin-bottom: 4.2%;
    font-size: 1.3rem;
  }

  .system-time span {
    font-size: 1.9rem;
  }

  .system-table {
    margin: 0 auto 20%;
  }
}


/******* table *******/
.table {
  width: 65.2%;
  overflow: hidden;
  border: solid 5px #a49a89;
  border-radius: 34px;
}

.table-head {
  padding: 5.3% 0 5.2%;
  text-align: center;
}

.table-title {
  font-size: 1.96vw;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.table-text {
  margin-top: 3.5%;
  font-size: 1.33vw;
}

.table-body {
  padding: 5% 6.5% 5.9%;
  color: #fff;
  background-color: #a49a89;
}

@media screen and (min-width: 1280px) {
  .table-title {
    font-size: 2.5rem;
  }

  .table-text {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .table {
    width: 82.4%;
    border: solid 3px #a49a89;
    border-radius: 22px;
  }

  .table-head {
    padding: 11.1% 10% 10%;
    text-align: center;
  }

  .table-title {
    font-size: 2.1rem;
  }

  .table-text {
    margin-top: 10.5%;
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }

  .table-body {
    padding: 11.6% 0 14.5%;
    color: #fff;
    background-color: #a49a89;
  }
}

/******* price *******/
.price + .price {
  margin-top: 4.8%;
}

.price-course {
  display: flex;
}

.price-box {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  margin-right: 2.7%;
  font-size: 1.71vw;
  letter-spacing: 0.2em;
  border: solid 1px #fff;
}

.price-box span {
  margin-left: 10px;
  font-size: 0.93vw;
  letter-spacing: 0;
}

.price-text {
  display: flex;
  flex: 1;
  align-items: baseline;
  font-size: 1.71vw;
  letter-spacing: 0.1em;
}

.price-text span {
  margin-left: 3%;
  font-size: 2.97vw;
  font-weight: 500;
}

.price-note {
  margin-top: 2%;
  font-size: 1.33vw;
}

@media screen and (min-width: 1280px) {
  .price-box {
    font-size: 2.2rem;
    ;
  }

  .price-box span {
    font-size: 1.2rem;
  }

  .price-text {
    font-size: 2.2rem;
  }

  .price-text span {
    font-size: 3.8rem;
  }

  .price-note {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .price + .price {
    margin-top: 12.1%;
  }

  .price-course {
    flex-direction: column;
  }

  .price-box {
    padding: 8px 12px;
    margin: 0 auto;
    margin-bottom: 7.2%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .price-box span {
    margin-left: 8px;
    font-size: 1rem;
  }

  .price-text {
    justify-content: center;
    margin-bottom: 7.2%;
    font-size: 2.2rem;
  }

  .price-text span {
    font-size: 3rem;
  }

  .price-note {
    margin-top: 2.5%;
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: center;
  }
}

/******* rental *******/
.rental {
  width: 65.2%;
  margin: 0 auto;
}

.rental-lead {
  margin-bottom: 4%;
  font-size: 1.33vw;
  line-height: 1.7;
  text-align: center;
}

.rental-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}

.rental-name {
  width: 36%;
  padding: 8px;
  font-size: 1.56vw;
  font-weight: 500;
  color: #a49a89;
  text-align: center;
  border-bottom: solid 2px #a49a89;
}

.rental-detail {
  margin-top: 16px;
}

.rental-price {
  display: flex;
  align-items: center;
  font-size: 2.97vw;
  font-weight: 500;
  text-align: center;
  text-align: left;
}

.rental-price span {
  display: inline-block;
  width: 80px;
  height: 30px;
  margin-right: 12px;
  font-size: 1.09vw;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #a49a89;
  border-radius: 15px;
}

.rental-price + .rental-price {
  margin-top: 16px;
}

.rental-time {
  margin-left: 4px;
  font-size: 1.33vw;
  line-height: 1.2;
}

.rental-item {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

.rental-item dt {
  display: block;
  width: 100%;
  padding: 8px;
  margin-bottom: 8px;
  font-size: 1.56vw;
  font-weight: 500;
  color: #a49a89;
  text-align: center;
  border-bottom: solid 2px #a49a89;
}

.rental-item dd {
  width: 50%;
  margin: 8px 0;
  font-size: 1.25vw;
}

.rental-item dd span {
  display: inline-block;
  width: 160px;
  height: 30px;
  margin-right: 8px;
  font-size: 1.09vw;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #a49a89;
  border-radius: 15px;
}

.rental-note {
  margin: 8px auto 0;
  font-size: 1.25vw;
}

.rental-contact {
  margin: 10% auto 0;
  font-size: 1.25vw;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .rental-lead {
    font-size: 1.7rem;
  }

  .rental-name {
    font-size: 2rem;
  }

  .rental-price {
    font-size: 3.8rem;
  }

  .rental-item dt {
    font-size: 2rem;
  }

  .rental-item dd {
    font-size: 1.6rem;
  }

  .rental-item dd span {
    font-size: 1.4rem;
  }

  .rental-note {
    font-size: 1.6rem;
  }

  .rental-contact {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .rental {
    width: 82.4%;
  }

  .rental-lead {
    margin-bottom: 6%;
    font-size: 1.6rem;
    text-align: center;
  }

  .rental-info {
    width: 100%;
  }

  .rental-name {
    width: 100%;
    padding: 8px;
    margin-bottom: 4px;
    font-size: 1.6rem;
  }

  .rental-detail {
    margin-top: 6px;
  }

  .rental-price {
    font-size: 2.2rem;
  }

  .rental-time {
    font-size: 1.4rem;
  }

  .rental-price span {
    width: 65px;
    height: 28px;
    font-size: 1.2rem;
    line-height: 28px;
    border-radius: 14px;
  }

  .rental-item {
    flex-flow: column nowrap;
    width: 100%;
  }

  .rental-item dt {
    padding: 8px;
    margin-bottom: 4px;
    font-size: 1.6rem;
  }

  .rental-item dd {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 6px 0;
    font-size: 1.4rem;
  }

  .rental-item dd span {
    display: block;
    width: 130px;
    height: 28px;
    font-size: 1.2rem;
    line-height: 28px;
    border-radius: 14px;
  }

  .rental-note {
    padding-left: 1em;
    margin: 4px auto 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-indent: -1em;
  }

  .rental-contact {
    margin: 24px auto 0;
    font-size: 1.4rem;
  }
}

/******* menu *******/
.menu {
  width: 100%;
  background-color: #e9e7e6;
}

.menu-contents {
  padding: 8.2% 0 8.5%;
}

.menu-title {
  width: calc(104 / var(--inner-width) * 100%);
  padding-top: calc(62 / var(--inner-width) * 100%);
  margin: 0 auto 6.25%;
  background-image: url("../img/pc/title_menu.png");
}

.menu-img {
  width: 100%;
  margin: 0 auto;
}

.menu-img img {
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .menu-contents {
    padding: 12% 0 20%;
  }

  .menu-title {
    width: calc(156 / var(--inner-sp-width) * 100%);
    padding-top: calc(94 / var(--inner-sp-width) * 100%);
    margin: 0 auto 12%;
    background-image: url("../img/sp/title_menu.png");
  }

  .menu-img {
    width: 80%;
  }
}

/******* schedule *******/
.schedule {
  width: 100%;
  background-color: #f5f4f4;
}

.schedule-contents {
  padding: 7.5% 0 6.8%;
}

.schedule-title {
  width: calc(192 / var(--inner-width) * 100%);
  padding-top: calc(61 / var(--inner-width) * 100%);
  margin: 0 auto 5%;
  background-image: url("../img/pc/title_schedule.png");
}

.schedule-item {
  width: 65.2%;
  margin: 0 auto;
}

.schedule-item iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .schedule-contents {
    padding: 15.6% 0 12.4%;
  }

  .schedule-title {
    width: calc(296 / var(--inner-sp-width) * 100%);
    padding-top: calc(94 / var(--inner-sp-width) * 100%);
    margin: 0 auto 11.4%;
    background-image: url("../img/sp/title_schedule.png");
  }

  .schedule-item {
    width: 83.2%;
  }

  .schedule-item iframe {
    height: 400px;
  }
}

/******* collaboration *******/
.collaboration {
  width: 100%;
  background-color: #e9e7e6;
}

.collaboration-contents {
  padding: 7.5% 0;
}

.collaboration-title {
  width: calc(328 / var(--inner-width) * 100%);
  padding-top: calc(61 / var(--inner-width) * 100%);
  margin: 0 auto 5%;
  background-image: url("../img/pc/title_collabo.png");
}

.collaboration-img {
  width: 65.2%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .collaboration-contents {
    padding: 15.6% 0;
  }

  .collaboration-title {
    width: calc(506 / var(--inner-sp-width) * 100%);
    padding-top: calc(94 / var(--inner-sp-width) * 100%);
    margin: 0 auto 11.4%;
    background-image: url("../img/sp/title_collabo.png");
  }

  .collaboration-img {
    width: 90%;
  }
}



/******* events *******/
.events {
  width: 100%;
}

.events-contents {
  padding: 7% 0 9.3%;
}

.events-title {
  width: calc(143 / var(--inner-width) * 100%);
  padding-top: calc(62 / var(--inner-width) * 100%);
  margin: 0 auto 2.6%;
  background-image: url("../img/pc/title_events.png");
}

.events-img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .events-contents {
    padding: 12% 0 18%;
  }

  .events-title {
    width: calc(214 / var(--inner-sp-width) * 100%);
    padding-top: calc(94 / var(--inner-sp-width) * 100%);
    margin: 0 auto 6.2%;
    background-image: url("../img/sp/title_events.png");
  }

  .events-img {
    width: 80%;
  }

  .events-img img {
    margin: 0 4px;
  }
}


/******* interior *******/
.interior {
  width: 100%;
  background-color: #e9e7e6;
}

.interior-contents {
  padding: 8.2% 0 8.5%;
}

.interior-title {
  width: calc(187 / var(--inner-width) * 100%);
  padding-top: calc(61 / var(--inner-width) * 100%);
  margin: 0 auto 5%;
  background-image: url("../img/pc/title_interior.png");
}

.interior-img {
  width: 100%;
  margin: 0 auto;
}

.interior-img img {
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .interior-contents {
    padding: 12% 0 20%;
  }

  .interior-title {
    width: calc(286 / var(--inner-sp-width) * 100%);
    padding-top: calc(94 / var(--inner-sp-width) * 100%);
    margin: 0 auto 11.4%;
    background-image: url("../img/sp/title_interior.png");
  }

  .interior-img {
    width: 80%;
  }
}

/******* postergirl *******/
.postergirl {
  width: 100%;
}

.postergirl-wrap {
  display: flex;
  align-items: center;
}

.postergirl-img {
  width: 55.8%;
}

.postergirl-description {
  width: 30.3%;
  margin-top: 3%;
  margin-left: 4.7%;
}

.postergirl-title {
  width: 100%;
  padding-top: 28%;
  margin-bottom: 7.7%;
  background-image: url("../img/pc/title_postergirl.png");
}

.postergirl-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.postergirl-profile dt {
  width: 30%;
  height: 32px;
  margin-bottom: 3%;
  font-size: 1.01vw;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #a49a89;
  border-radius: 16px;
}

.postergirl-profile dd {
  width: 65%;
  margin-bottom: 3%;
  margin-left: 5%;
  font-size: 1.48vw;
}

.postergirl-name {
  margin-top: 4.7%;
  font-size: 1.09vw;
  font-feature-settings: "palt";
  line-height: 1.92;
}

.postergirl-name p {
  margin-bottom: 4%;
  font-size: 1.32vw;
  line-height: 1.92;
}

@media screen and (min-width: 1280px) {
  .postergirl-profile dt {
    font-size: 1.3rem;
  }

  .postergirl-profile dd {
    font-size: 1.9rem;
  }

  .postergirl-name {
    font-size: 1.4rem;
  }

  .postergirl-name p {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .postergirl-contents {
    padding: 15.6% 0 0;
  }

  .postergirl-wrap {
    flex-direction: column-reverse;
  }

  .postergirl-img {
    width: 100%;
    margin-top: 6%;
  }

  .postergirl-description {
    width: 77.8%;
    margin: 0 auto;
  }

  .postergirl-title{
    width: 100%;
    padding-top: 28.2%;
    background-image: url("../img/sp/title_postergirl.png");
  }

  .postergirl-profile dt {
    height: 24px;
    font-size: 1rem;
    line-height: 24px;
    border-radius: 12px;
  }

  .postergirl-profile dd {
    font-size: 1.4rem;
  }

  .postergirl-name {
    font-size: 1rem;
  }

  .postergirl-name p {
    font-size: 1.3rem;
  }
}

/******* access *******/
.access {
  width: 100%;
  background-color: #f5f4f4;
}

.access-contents {
  padding: 7.1% 0 8.5%;
}

.access-title {
  width: calc(145 / var(--inner-width) * 100%);
  padding-top: calc(62 / var(--inner-width) * 100%);
  margin: 0 auto 5.3%;
  background-image: url("../img/pc/title_access.png");
}

.access-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.access-map {
  width: 38%;
}

.access-map iframe {
  width: 100%;
}

.access-description {
  margin-left: 4.8%;
}

.access-way {
  font-size: 2rem;
}

.access-text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.87;
}

.access-text + .access-way {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .access-contents {
    padding: 14% 0 16%;
  }

  .access-title {
    width: calc(218 / var(--inner-sp-width) * 100%);
    padding-top: calc(94 / var(--inner-sp-width) * 100%);
    margin: 0 auto 13%;
    background-image: url("../img/sp/title_access.png");
  }

  .access-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .access-map {
    width: 82.2%;
    margin: 0 auto;
  }

  .access-map iframe {
    width: 100%;
    height: 225px;
  }

  .access-description {
    width: 82.2%;
    margin: 28px auto 0;
  }

  .access-way {
    font-size: 1.7rem;
  }

  .access-text {
    margin-top: 22px;
    font-size: 1.4rem;
  }

  .access-text + .access-way {
    margin-top: 42px;
  }
}

/******* shopinfo *******/
.shopinfo {
  width: 100%;
  text-align: center;
  background-color: #a49a89;
}

.shopinfo-contents {
  padding: 7.3% 0 1.8%;
}

.shopinfo-title {
  width: calc(371 / var(--inner-width) * 100%);
  padding-top: calc(62 / var(--inner-width) * 100%);
  margin: 0 auto 3.1%;
  background-image: url("../img/pc/title_info.png");
}

.shopinfo-logo {
  width: 36%;
  margin: 0 auto 5%;
}

.shopinfo-info {
  display: inline-block;
}

.shopinfo-info li {
  display: flex;
  align-items: center;
  font-size: 1.32vw;
  color: #fff;
}

.shopinfo-info li + li {
  margin-top: 1.2em;
}

.shopinfo-info img {
  width: 1.6em;
  margin-right: 1.4em;
}

@media screen and (min-width: 1280px) {
  .shopinfo-info li {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .shopinfo-contents {
    padding: 14% 0 5.4%;
  }

  .shopinfo-title {
    width: calc(392 / var(--inner-sp-width) * 100%);
    padding-top: calc(166 / var(--inner-sp-width) * 100%);
    margin: 0 auto 8.4%;
    background-image: url("../img/sp/title_info.png");
 
  }

  .shopinfo-logo {
    width: 72.2%;
    margin: 0 auto 13.6%;
  }

  .shopinfo-info li {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: left;
  }

  .shopinfo-info li + li {
    margin-top: 21px;
  }

  .shopinfo-info img {
    width: 22.5px;
    margin-right: 12px;
  }
}

/******* sns *******/
.sns {
  width: 100%;
  background-color: #a49a89;
}

.sns-contents {
  padding: 1.8% 0 7.3%;
}

.sns-title {
  width: calc(51 / var(--inner-width) * 100%);
  padding-top: calc(19 / var(--inner-width) * 100%);
  margin: 0 auto 2.7%;
  background-image: url("../img/pc/title_sns.png");
}

.sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-link li {
  width: 3.1%;
}

.sns-link li a {
  display: block;
}

.sns-link li + li {
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  .sns-contents {
    padding: 5.4% 0 17.6%;
  }

  .sns-title {
    width: calc(90 / var(--inner-sp-width) * 100%);
    padding-top: calc(34 / var(--inner-sp-width) * 100%);
    margin: 0 auto 7.2%;
    background-image: url("../img/sp/title_sns.png");
  }

  .sns-link li {
    width: 9%;
  }

  .sns-link li + li {
    margin-left: 15%;
  }
}

/******* modal *******/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
}

.modal-bg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgb(30 30 30 / 90%);
}

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 600px;
  max-height: 90vh;
  padding: 40px;
  overflow-y: auto;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  display: block;
  width: 36px;
  height: 1px;
  content: "";
  background: #000;
}

.modal-close::before {
  transform: rotate(-45deg);
}

.modal-close::after {
  transform: rotate(45deg);
}

.js-modal-open {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-wrapper {
    width: 90%;
    padding: 32px 16px;
  }

  .modal-close {
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
  }

  .modal-close::before,
  .modal-close::after {
    display: block;
    width: 24px;
    height: 1px;
    content: "";
    background: #000;
  }
}