@charset "UTF-8";

svg,
img,
embed,
object,
iframe {
  max-width: 100%;
}
body {
  font-family: "Corporate Logo Rounded ver3", sans-serif;
}
.u-pc {
  display: inherit;
}
.u-sp {
  display: none;
}
.p-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-mv-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
  background-color: #c8c8c8;
}
.img-basic {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
h2.h2 {
  text-align: center;
  margin-bottom: 64px;
}
/* アクセス */
/* ============================================ */

.access-port {
  position: relative;
  padding-top: 160px;
  padding-bottom: 80px;
}
.shop {
  display: flex;
  gap: 40px;
  align-items: center;
}
.right-shop ul {
  display: flex;
}
.shop .right-shop li.pink {
  background: #ff1493;
  padding: 16px 0;
}
.shop .right-shop li img {
  height: 16px;
}
.left-shop {
  width: 70%;
}
.map {
  margin-bottom: 200px;
}
/* スタッフ */
/* ============================================ */

#staff {
  background: #f8f1ef;
  padding: 80px 0 200px 0;
  position: relative;
}
ul.staff-list {
  display: flex;
  gap: 40px;
  justify-content: center;
}
ul.staff-list li.staff img {
  max-height: 340px;
  width: auto;
}
.stuff-ab1 {
  position: absolute;
  bottom: 0;
}
.stuff-ab2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* SNS*/
/* ============================================ */

#sns {
  padding: 200px 0;
}
.w960 {
  max-width: 960px;
  margin: 0 auto;
}
ul.sns {
  display: flex;
  gap: 24px;
}
ul.sns li.sns-list {
  flex: 1;
}
.line-pc {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.renewal {
  background: #f8f1ef;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 80px;
}
.renewal p {
  margin-bottom: 24px;
}
.last-center {
  text-align: center;
}
/* フッター*/
/* ============================================ */

.p-copyright {
  background: #ff1493;
  text-align: center;
  color: #fff;
  padding: 10px;
}
/* 模様*/
/* ============================================ */

.total-inner {
  position: relative;
}
.total-inner::before {
  content: "";
  background-image: url(../img/pc-moyouleft.png);
  background-size: 190px;
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.access-moyou {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}

/* 模様*/
/* ============================================ */

.fix {
  bottom: 2%;
  position: fixed;
  right: 2%;
  z-index: 998;
  transition: all 0.3s ease;
  opacity: 1;
}

.line-button-fixed {
  display: block;
  position: relative;
  width: 354px;
  height: 171px;
}

.line-button-fixed__speechbubble {
  z-index: 1000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.line-button__button {
  z-index: 999;
  position: absolute;
  bottom: 0;
  right: 0;
}

.line-button-fixed__close-circle {
  z-index: 1001;
  position: absolute;
  top: -8px;
  right: -8px;
}

.line-button-fixed__main {
  display: block;
}

.deleted {
  visibility: hidden;
  opacity: 0;
}
.right-shop a {
  display: block;
}
.right-shop {
  width: 48%;
}
.right-shop .pc-point {
  position: relative;
}
.accessfix-a {
  position: absolute;
  top: 58%;
  width: 30%;
  z-index: 1;
  height: 22%;
  left: 28%;
}
/* ============================================ */
/* ============================================ */
/* メディアクエリ*/
/* ============================================ */
@media screen and (max-width: 1200px) {
  .p-section-inner {
    padding: 0 4%;
  }
  .stuff-ab1 {
    max-width: 20%;
  }
  .stuff-ab2 {
    max-width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .right-shop {
    width: 100%;
  }
  .p-footer-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-basic {
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 98;
  }
  .left-shop {
    width: 100%;
  }
  .shop {
    display: block;
    align-items: center;
  }
  ul.sns {
    display: block;
  }
  ul.staff-list {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  ul.staff-list li.staff {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .stuff-ab {
    display: none;
  }
  h2.h2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  #staff {
    padding: 23% 0;
  }
  .map {
    margin-bottom: 23%;
  }
  #sns {
    padding: 23% 0;
  }
  #access {
    padding-top: 23%;
  }
  li.sns-list {
    width: 81%;
    margin: 16px auto;
    text-align: center;
  }
  .total-inner::before {
    content: "";
    background-image: url(../img/pc-moyouleft.png);
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
  }
  .left-shop {
    margin-bottom: 8%;
  }
  li:nth-last-child(2).staff {
    padding: 10% 0;
  }
  .pc-point {
    display: none;
  }
  .line-sp {
    text-align: center;
    width: 100%;
  }
  .line-sp img {
    width: 100%;
  }
  .relative {
    position: relative;
  }
  .accessfix-a {
    position: absolute;
    top: 45%;
    width: 50%;
    z-index: 1;
    height: 56%;
    left: 0;
  }
  .right-shop .sp-point {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .right-shop {
    width: 48%;
  }
  .sp-point {
    display: none;
  }
}
@media screen and (max-width: 428px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: inherit;
  }
  .p-section-inner {
    padding: 0 24px;
  }
  h2.h2 img {
    height: 66px;
  }
  .total-inner::before {
    height: 38vh;
  }
  .renewal {
    padding: 40px 0;
  }
  .fix {
    right: 12px;
    bottom: 12px;
  }
  .line-button-fixed {
    width: 292px;
    height: 116px;
  }
  .line-button-fixed__speechbubble {
    width: 110px;
    height: 84px;
  }
  /* .line-button-fixed__button {
    width: 260px;
    height: 60px;
  } */
  .line-button-fixed__main {
    width: 260px;
    height: 60px;
  }
}
