body {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-size: 16px;
  color: #2a2a2a;
}

img {
  vertical-align: middle;
}

header {
  width: 100%;
  position: fixed;
  height: 65px;
  z-index: 99;
  transition: ease 0.3s;
  background: #fff;
  top: 0;
}

main {}

/* main:before {
  content: "";
      display: block;
      background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 80%), url(../img/main-bg.jpg);
      background-size: 267%;
      background-position: right top;
      background-repeat: no-repeat;
      width: 100%;
      position: fixed;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: -1;
} */
.under-h {
  background: #fff;
}

.header-bg {
  background: #fff;
}

.logo-area {
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 3;
}



#nav-circle-bg {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  width: 600px;
  height: 100vh;
  top: 0;
  right: -600px;
  border-radius: 50%;
  transition: transform 0.5s ease;
  transition-delay: .8s;
}

.open #nav-circle-bg {
  transform: matrix(2.7, 0, 0, 2.7, 0, 0);
  transition-delay: 0s;
}

#nav {
  position: fixed;
  height: 100%;
  width: 109.6%;
  top: 5rem;
  right: -100%;
  text-align: center;
}

#nav ul {
  width: 100%;
  list-style: none;
}

#nav li {
  transition: transform .5s ease;
  transition-delay: 0;
  border-bottom:1px solid #d9687485;
}

#nav li:nth-child(1) {
  transition-delay: 0;
}

#nav li:nth-child(2) {
  transition-delay: 0.1s;
}

#nav li:nth-child(3) {
  transition-delay: 0.2s;
}

#nav li:nth-child(4) {
  transition-delay: 0.3s;
}

#nav li:nth-child(5) {
  transition-delay: 0.4s;
}

#nav li:nth-child(6) {
  transition-delay: 0.5s;
}

#nav li:nth-child(7) {
  transition-delay: 0.6s;
}

#nav li:nth-child(8) {
  transition-delay: 0.7s;
}

#nav li:nth-child(9) {
  transition-delay: 0.8s;
}

#nav li:nth-child(10) {
  transition-delay: 0.9s;
}

#nav li:nth-child(11) {
  transition-delay: 1s;
  border-bottom: 0;
}

.open #nav li {
  transform: translateX(-100%);
}

.open #nav li:nth-child(1) {
  transition-delay: 0.3s;
}

.open #nav li:nth-child(2) {
  transition-delay: 0.4s;
}

.open #nav li:nth-child(3) {
  transition-delay: 0.5s;
}

.open #nav li:nth-child(4) {
  transition-delay: 0.6s;
}

.open #nav li:nth-child(5) {
  transition-delay: 0.7s;
}

.open #nav li:nth-child(6) {
  transition-delay: 0.8s;
}

.open #nav li:nth-child(7) {
  transition-delay: 0.9s;
}

.open #nav li:nth-child(8) {
  transition-delay: 1s;
}

.open #nav li:nth-child(9) {
  transition-delay: 1.1s;
}

.open #nav li:nth-child(10) {
  transition-delay: 1.2s;
}

.open #nav li:nth-child(11) {
  transition-delay: 1.3s;
}

#nav p {
  font-size: 0.9rem;
  line-height: 1;
  padding-top: 6px;
  font-weight: 100;
}

.close-btn {
  padding: 0.5rem 0;
  color: #fff;
  font-weight: 600;
}

#nav a {
  width: 100%;
  display: block;
  color: #df5563;
  text-decoration: none;
  padding: 0.65rem 0;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
}

#nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 2;
  background: #fff;
}

#nav-toggle>div {
  position: relative;
}

#nav-toggle span {
  width: 34px;
  height: 1px;
  left: 0;
  display: block;
  background: #e82392;
  position: absolute;
  transition: 0.35s ease-in-out;
  margin: 1rem;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 0.75rem;
}

#nav-toggle span:nth-child(3) {
  top: 1.5rem;
}
/* 
.open #nav-toggle span {
  background: #fff;
} */

#nav-toggle span:nth-of-type(1) {
  top: 0.1rem;
}

#nav-toggle span:nth-of-type(2) {
  top: 1rem;
}

#nav-toggle span:nth-of-type(3) {
  top: 1.9rem;
}

.mainvisual-bg {
  width: 100%;
  /* height: 66vh; */
  padding-top: 100%;
}

.mainvisual-bg:before {
  padding-top: 66vh;
  content: "";
  display: block;
  background: linear-gradient(to top, rgb(255 255 255 / 80%) 0%, rgba(0, 0, 0, 0)), url(../img/mainvisual-sp3.jpg?ver1);
  background-size: 100%;
  background-position: top 4rem left 40%;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 66vh; */
  /* height: -webkit-fill-available; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding-top: 100%;
}

.visual-logo {
  /* background: url("../img/visual-logo.png"); */
  filter: drop-shadow(0px 0px 1px #fff);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* padding-top: 70%; */
  padding-top: calc(9/16*100%);
  margin: 1rem 2rem;
}

.mainvisual {
  /*position: absolute;*/
  top: 0;
  width: 100%;
  padding: 18% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  height: 29rem;
  display: none;
}

.mainvisual p {
  line-height: 1.5;
  font-size: 1rem;
  padding: 2rem 0 1rem;
  /* line-height: 1; */
  text-decoration: none;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
  color: #f55194;
}

.mainvisual ul {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

.mainvisual li {
  margin: 0.5rem 1rem;
}

.mainvisual a {
  color: #f55194;
  font-size: 2rem;

}

.scroll-btn {
  width: 100%;
  height: 14rem;
  line-height: 1;
  /* background: linear-gradient(to top, rgba(244, 78, 147, 0.9) 0%,
  rgba(244, 78, 147, 0.9) 10%,
  rgba(244, 78, 147, 0.6) 70%,
  rgba(244, 78, 147, 0) 100%); */
  padding: 0;
}

.scroll-btn a {
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}

.main-contact {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem;
  background: #e9939c;
  color: #fff;
  height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  margin-top: -5rem;
}

.main-contact ul {
  margin: 0 auto;
  text-align: center;
  /*  display: flex;*/
  justify-content: space-around;
}

.main-contact ul .fa-mobile-alt {
  margin-right: 5px;
}

.main-contact a {
  color: #fff;
  text-decoration: none;
}

.movie-container {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding-top: 2rem;
}

.movie-wrap {
  width: 100%;
  padding-top: calc(9/16*100%);
  position: relative;
}

.movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contents-ttl {
  padding: 2rem 0 1rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
}

.contents-ttl h2 {
  font-size: 3rem;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e9939c;
  font-family: 'Great Vibes', cursive;
}

/* .contents-ttl h2:before {
  background: url("../img/title-l.svg");
  margin-right: 0.25rem;
}
.contents-ttl h2:after {
  background: url("../img/title-r.svg");
  margin-left: 0.25rem;
} */
/* .contents-ttl h2:before,
.contents-ttl h2:after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
} */
.contents-ttl p {
  font-size: 0.75rem;
  color: #ab8600;
}

.pick-wrap {
  width: 100%;
  padding: 0 1rem;
  position: relative;
}

.pick-image a {
  display: block;
  width: 100%;
  background: url("../img/pickup.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66.66% 0;
}

.name-wrap {
  position: absolute;
  left: 2rem;
  bottom: 0.5rem;
  color: #fff;
}

.name-wrap li {
  text-shadow: 2px 2px 5px #2a2a2a;
}

.news-wrap {
  width: 100%;
  padding: 0 1rem 1rem;
}

.news-image01 a {
  background: url("../img/news01.jpg");
}

.news-image02 a {
  background: url("../img/news02.jpg");
}

.news-image01 a,
.news-image02 a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 37.5% 0;
}

.news-text-wrap {
  width: 100%;
  padding: 1rem 1rem 0.475rem;
  background: #fff;
  margin-bottom: 1rem;
}

.news-ttl-top {
  font-weight: 600;
  margin-top: 0.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.news-text-wrap li:first-child {
  font-size: 0.875rem;
}

.news-text-wrap li span {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #e9939c;
  color: #fff;
  margin-right: 1rem;
}

.todays-wrap {
  width: 100%;
  padding: 0 1rem 2rem;
  background: linear-gradient(0deg, rgba(254, 253, 252, 101%) 0%, rgba(254, 253, 252, 0.8) 100%),
    url("../img/todays-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.2;
  text-align: center;
  /* border: solid 3px #fff; */
}

.therapist-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staff-box {
  width: 48%;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.staff-box li {
  padding: 0.5rem 0;
}

.staff-box li.cond {
  background: rgb(227 135 144);
  color: #fff;
  border-radius: 25px;
}

.staff-box li:first-child {
  /*  border-bottom: 1px solid #2a2a2a;*/
}

.staff-box li i {
  padding-right: 0.25rem;
}

/* .staff-image01 a {
  background: url("../img/today1.jpg");
}

.staff-image02 a {
  background: url("../img/today2.jpg");
}

.staff-image03 a {
  background: url("../img/today3.jpg");
}

.staff-image04 a {
  background: url("../img/today4.jpg");
} */

.staff-image01 a,
.staff-image02 a,
.staff-image03 a,
.staff-image04 a {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66.66% 0;
  position: relative;
  text-decoration: none;
  color: #fff;
  border: 2px solid #ffffffb5;
}

.box-inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.box-inner li {
  padding: 0.25rem 0;
}

.box-inner li:first-child {
  border-bottom: 0;
}

.blog-wrap {
  width: 100%;
  padding: 0 1rem;
}

.blog-box {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.blog-box+.blog-box {
  border-top: 1px solid #e9939c;
}

.blog-text {
  width: 66%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}

.clamp-text2 {
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
  text-align: justify;

  position: relative;
  line-height: 1.4;
  margin-top: auto;
}

.clamp-text2:before,
.clamp-text2:after {
  position: absolute;

}

.clamp-text2:before {
  content: "";
  bottom: 0;
  right: 0;
}

.clamp-text2:after {
  content: "";
  width: 100%;
  height: 100%;
}

.clamp-text2 a {
  color: #2a2a2a;
}

.clamp-text3 {
  width: 100%;
  max-height: 2.75rem;
  overflow: hidden;
  text-align: justify;

  position: relative;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 600;
}

.clamp-text3:before,
.clamp-text3:after {
  position: absolute;

}

.clamp-text3:before {
  content: "";
  bottom: 0;
  right: 0;
}

.clamp-text3:after {
  content: "";
  width: 100%;
  height: 100%;
}

.news-sp-none {
  display: none;
}

.blog-image01,
.blog-image02,
.blog-image03 {
  width: 30%;
}

.blog-image01 a {
  background: url("../img/blog01.jpg");
}

.blog-image02 a {
  background: url("../img/blog02.jpg");
}

.blog-image03 a {
  background: url("../img/blog03.jpg");
}

.blog-image01 a,
.blog-image02 a,
.blog-image03 a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66.66% 0;
}

.last-border {
  border-bottom: 0;
}

.link-bnr-wrap {
  width: 100%;
  padding: 0 1rem;
  overflow: hidden;
}

.reserve-bnr,
.qa-bnr,
.recruit-bnr {
  width: 100%;
  padding: 0.5rem;
  margin: 1rem 0;
  text-align: center;
  background: #e9939c;
}

.reserve-bnr a,
.qa-bnr a,
.recruit-bnr a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid #fff;
}

.reserve-bnr a p,
.qa-bnr a p,
.recruit-bnr a p {
  font-size: 0.75rem;
}

.concept-wrap {
  width: 100%;
  padding: 0;
  line-height: 1.2;
}
.concept-wrap p a img {
  width: 100%;
}
.concept-wrap p:nth-child(4) a img {
  width: 100%;
  height: 60px;
}

.concept-wrap.exp p img {
  width: 100%;
}

/*出勤情報はこちら*/
.concept-wrap p:nth-child(4) a img {
  width: 100%;
  max-width: 486px;
}

.concept-bg {
  background-image: url("../img/kazari-tl.svg"),
    url("../img/kazari-tr.svg"),
    url("../img/kazari-br.svg"),
    url("../img/kazari-bl.svg");
  background-position: left 0.5rem top 0.5rem, right 0.5rem top 0.5rem, right 0.5rem bottom 0.5rem, left 0.5rem bottom 0.5rem;
  background-repeat: no-repeat;
  background-size: 10%;
  background-color: #fff;
  text-align: center;
  padding: 2rem 1rem 3rem;
}

.concept-wrap h3 {
  font-size: 2rem;
}

.concept-wrap h3+p {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}

.concept-wrap p {
  line-height: 1.8;
  font-size: 1rem;
}

.schedule-wrap {
  width: 100%;
  padding: 0 1rem;
}

.under-bg:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(254, 253, 252, 0.5) 0%, rgba(254, 253, 252, 0.5) 100%),
    url("../img/main-bg.jpg");
  background-size: cover;
  background-position: center left 40%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.under-main {
  padding-top: 4rem;
  background: transparent;
}

.under-wrap {
  padding: 2rem 0;
  background: #ffffffa1;
}

.weekly-schedule {
  width: 100%;
  padding: 0 1rem 1rem;
}

.weekly-schedule ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.weekly-schedule li {
  text-align: center;
  background: #fff;
}

.weekly-schedule li:first-child {
  width: 100%;
  margin-bottom: 0.25rem;
}

.weekly-schedule li:nth-child(n+2) {
  width: 49%;
  margin: 0.25rem 0;
}

.weekly-schedule li a {
  display: block;
  text-decoration: none;
  color: #2a2a2a;
  padding: 0.5rem 1rem;
  border: 1px solid #ff808e;
}

.weekly-schedule li a.current {
  background: #e9939c;
  color: #fff;
}

.filter-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1rem 1rem;
}

.filter-wrap select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.filter-wrap select {
  font-size: 1rem;
  padding: 0.5rem;
  border: 1px solid #fea7b1;
  width: 68%;
  background-image: url(../img/filter-arrow.svg), linear-gradient(to bottom, #ff808e 0%, #e9939c 100%);
  background-size: 2.625rem 2.625rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.filter-wrap .filter-reset {
  width: 32%;
  text-align: center;
}

.filter-wrap .filter-reset a {
  text-decoration: underline;
  color: #2a2a2a;
}

.filter-inner {
  width: 100%;
  text-align: left;
  border: 1px solid #fdb2ba;
  background: #fff;
  padding: 0.5rem;
  margin-top: 1rem;
  position: relative;
  height: 2.625rem;
}

.filter-inner label {
  margin-right: 1rem;
}

.filter-inner input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.filter-inner input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: #ed8f99;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0;
}

.profile-wrap {
  width: 100%;
  padding: 0 1rem 1rem;
}

.tab-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.tab-label {
  flex: 1;
  color: #fff;
  background: #2a2a2a;
  order: -1;
  font-size: 0.75rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

.tab-content {
  width: 100%;
  height: 100%;
  display: none;
}

.tab-switch:checked+.tab-label {
  background: #b18c3a;
}

.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

.tab-image01 {
  background: url("../img/profile01.jpg");
}

.tab-image02,
.tab-image03 {
  background: url("../img/noimage.jpg");
}

.tab-image01,
.tab-image02,
.tab-image03 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66.66% 0;
}

.shame-btn {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.shame-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #b18c3a;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
}

.shame-btn a i {
  margin-left: 0.5rem;
}

.detail-wrap {
  padding: 0.5rem 0;
}

.staff-name {
  font-size: 1.25rem;
  border-bottom: double #e9939c;
  padding: 0 0 0.5rem;
}

.detail-wrap li {
  border-bottom: 1px dotted #2a2a2a;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

.shop-cmt {
  font-weight: 600;
  border-bottom: double #e9939c;
  padding: 1.5rem 0 0.5rem;
}

.shop-cmt+div {
  text-align: justify;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

.weekly-ttl {
  margin-top: auto;
}

.detail-tbl {
  width: 100%;
  display: flex;
  font-size: 0.875rem;
}

.detail-tbl thead {
  display: block;
  width: 30%;
  background: #b18c3a;
  color: #fff;
}

.detail-tbl tbody {
  display: block;
  width: 70%;
}

.detail-tbl tr {
  display: block;
}

.detail-tbl th {
  font-weight: 400;
}

.detail-tbl tr th,
.detail-tbl tr td {
  display: block;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #b18c3a;
}

.detail-tbl tr th+th,
.detail-tbl tr td+td {
  border-top: none;
}

.sat,
.weekly-schedule .sat a {
  color: #0265b8;
}

.sun,
.weekly-schedule .sun a {
  color: #b71c1c;
}

.ico-area {
  position: absolute;
  top: 3.5rem;
  right: 1.5rem;
}

.ico-newface {
  background: rgba(110, 198, 146, 0.8);
  margin-bottom: 2.5rem;
}

.ico-deli {
  background: rgba(207, 147, 229, 0.8);
  margin-bottom: 2.5rem;
}

.ico-popular {
  background: rgba(237, 100, 147, 0.8);
}

.ico-newface,
.ico-deli,
.ico-popular {
  width: 4rem;
  height: 4rem;
  color: #fff;
  transform: rotate(45deg);
  overflow: hidden;
}

.ico-newface p,
.ico-deli p,
.ico-popular p {
  transform: rotate(-45deg);
  width: 4rem;
  height: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ico-deli p {
  line-height: 1.2;
}

.ico-area li:first-child {
  border-bottom: 0;
}

.schedule-wrap .ico-area {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.schedule-wrap .ico-area li {
  padding: 0;
}

.schedule-wrap .ico-newface,
.schedule-wrap .ico-deli,
.schedule-wrap .ico-popular {
  width: 2rem;
  height: 2rem;
  color: #fff;
  transform: rotate(45deg);
  overflow: hidden
}

.schedule-wrap .ico-newface,
.todays-wrap .ico-newface
 {
  background: rgba(110, 198, 146, 0.8);
  margin-bottom: 1rem;
}

.schedule-wrap .ico-deli,
.todays-wrap .ico-deli {
  background: rgba(207, 147, 229, 0.8);
  margin-bottom: 1rem;
}

.schedule-wrap .ico-popular,
.todays-wrap .ico-popular
 {
  background: rgba(237, 100, 147, 0.8);
}

.schedule-wrap .ico-newface p,
.schedule-wrap .ico-deli p,
.schedule-wrap .ico-popular p {
  transform: rotate(-45deg);
  width: 2rem;
  height: 2rem;
  line-height: 1.2;
  text-align: center;
  font-size: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-caution {
  width: 100%;
  padding: 0 1rem 1rem;
  font-size: 0.75rem;
  text-align: center;
}

.form-caution .text-red {
  color: #f44336;
}

.form-wrap {
  padding: 0 1rem 1rem;
}

.reserve {
  padding: 0 0 1rem;
}

.reserve>div {
  position: relative;
  padding: 0.5rem 1rem;
  background: #fff;
}

.reserve input[type="text"],
.reserve input[type="number"],
.reserve input[type="tel"],
.reserve input[type="email"],
.reserve input[type="date"],
.reserve select {
  width: 100%;
  padding: 0 0.5rem;
  display: block;
  height: 2.5rem;
  border: 1px solid #e9939c;
  font-size: 1rem;
  border-radius: 0;
}

.reserve textarea {
  width: 100%;
  display: block;
  padding: 0.5rem;
  border: 1px solid #e9939c;
  font-size: 1rem;
  border-radius: 0;
}

.reserve select::-ms-expand {
  display: none;
}

.reserve select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/select-arrow.svg), linear-gradient(to bottom, #ff808e 0%, #e9939c 100%);
  background-size: 2.5rem 2.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.ui-datepicker-trigger {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  background: #b18c3a;
  display: none;
}

.reserve #schedule {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #e9939c;
  border-radius: 0;
  background-image: url("../img/calendar.svg"),
    linear-gradient(to bottom, #ff808e 0%, #e9939c 100%);
  background-size: 2.5rem 2.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: default;
}

.reserve input[type="time"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0 0.5rem;
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #e9939c;
  font-size: 1rem;
  border-radius: 0;
  background-image: url(../img/select-arrow.svg), linear-gradient(to bottom, #ff808e 0%, #e9939c 100%);
  background-size: 2.5rem 2.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.reserve input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0.5rem 2rem;
  background: #e9939c;
  color: #fff;
  font-size: 1rem;
  transition: ease 0.3s;
}

.reserve input[type="submit"][disabled] {
  background: #994a52;
  color: #e0e0e0;
}

.reserve input[type="checkbox"] {
  margin: 0 auto;
}

.reserve input[type="radio"],
.reserve input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.reserve input[type="radio"]+label {
  padding-left: 1.25rem;
  margin-right: 1.25rem;
  position: relative;
}

.reserve input[type="radio"]+label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #e9939c;
  border-radius: 50%;
}

.reserve input[type="radio"]:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #b18c3a;
  border-radius: 50%;
}

.check-point {
  padding-left: 1.25rem;
  position: relative;
}

.check-point:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #feb8c0;
  border-radius: 4px;
}

.comp-btn {
  width: 30%;
  margin: 2rem auto;
  padding: 0.5rem 1rem;
  background: #b18c3a;
}

.comp-btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

.filter-inner input[type="checkbox"]:checked+.check-point:after,
.reserve input[type="checkbox"]:checked+.check-point:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.25rem;
  left: 0.25rem;
  width: 0.65rem;
  height: 1rem;
  transform: rotate(40deg);
  border-bottom: 3px solid #e9939c;
  border-right: 3px solid #e9939c;
}

div.checkbox {
  background: transparent;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}

.recruit-main {
  padding-top: 4rem;
}

.recruit-mainvisual {
  background: url("../img/recruit-top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25% 0;
  width: 100%;
}

.recruit-ttl {
  background: #b18c3a;
  text-align: center;
  padding: 1rem 0;
}

.recruit-ttl h2 {
  color: #fff;
  font-size: 1.25rem;
}

.recruit-container {
  width: 100%;
  padding: 2rem 0 0;
}

.recruit-bg01 {
  background: #fff;
}

.recruit-wrap {
  width: 100%;
  text-align: center;
}

.shop-intro {
  padding: 0 1rem 2rem;
}

.recruit-info-ttl {
  padding: 1rem 0 1.5rem;
  font-size: 1.25rem;
}

.recruit-info {
  width: 100%;
  padding: 1rem 1rem 2rem;
}

.text-under-line {
  text-decoration: underline;
  font-size: 0.875rem;
}

.recruit-image01,
.recruit-image02 {
  width: 100%;
}

.recruit-image02 {
  padding: 1rem 0 0;
}

.recruit-image01 img,
.recruit-image02 img {
  width: 100%;
}

.top-line {
  padding: 0 1rem;
}

.top-line:before {
  content: "";
  display: block;
  width: 100%;
  margin: 1rem auto;
  border-top: 1px solid #2a2a2a;
}

.salary-example {
  width: 100%;
  padding: 0 2rem 1rem;
}

.salary-example li {
  background: #fff;
  padding: 1rem;
  margin: 0 0 1rem;
  border-radius: 1rem;
}

.recruit-contact {
  width: 100%;
  padding: 0 2rem 1rem;
}

.recruit-contact p {
  padding-bottom: 1rem;
}

.recruit-contact li {
  background: #e9939c;
  color: #fff;
  padding: 1rem;
  margin: 0 0 1rem;
  border-radius: 1rem;
}

.recruit-contact li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.recruit-contact i {
  margin-right: 0.25rem;
}

.twitter-wrap {
  width: 100%;
  height: 480px;
  padding: 0 1rem;
  margin-bottom: 1rem;
  overflow-y: scroll;
}

.map-wrap {
  width: 100%;
  background: url("../img/map-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.map-wrap .contents-ttl {
  color: #fff;
  margin: 0;
}

.map-box {
  padding: 2rem 1rem 0;
  color: #fff;
}

.map-box a {
  color: #fff;
  text-decoration: none;
}

.map-box iframe {
  width: 100%;
  height: 380px;
}

.accordion ul {
  width: 100%;
  padding: 0 1rem;
}

.accordion li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}

.accordion>ul>li>div {
  cursor: pointer;
  position: relative;
  color: #fff;
  padding: 0.5rem 3.5rem 0.5rem 0.5rem;
  background: #e9939c;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid rgb(227 135 144);
}

.accordion>ul>li>p {
  display: none;
  text-align: left;
  padding: 0.5rem;
  color: #2a2a2a;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}

.accordion li .accordion_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
}

.accordion li .accordion_icon span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 2px;
  background: #e9939c;
}

.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
}

.toggle>div>span {
  font-size: 0.5rem;
}

.system-wrap {
  width: 100%;
  padding: 0 1rem;
}

.list-wrap {
  width: 100%;
  padding: 0 0 1rem;
}

.list-wrap h3 {
  border-top: 1px solid #e9939c;
  border-bottom: 1px solid #e9939c;
  text-align: center;
}

.list-wrap h3:before {
  content: "";
  display: block;
  border-top: 1px solid #e9939c;
  margin-top: 0.25rem;
  padding: 0.5rem 0 0;
}

.list-wrap h3:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e9939c;
  margin-bottom: 0.25rem;
  padding: 0 0 0.5rem;
}

.list-wrap p {
  padding: 0.5rem;
  /*text-align: center;*/
  padding-bottom: 3rem;
}

.list-wrap dl {
  width: 100%;
  display: flex;
  margin: 3rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.list-wrap dt,
.list-wrap dd {
  width: 50%;
  border: 1px solid rgb(227 135 144);
  margin-top: -1px;
  padding: 0.5rem 0;
  text-align: center;
}

.list-wrap dt {
  background: #e9939c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-wrap dd {
  background: #fff;
  border-left: 0;
}

.list-wrap .system-caution {
  width: 100%;
  text-align: left;
  padding: 0.5rem 0;
}

.list-wrap li {
  padding: 0.5rem 0;
}

.list-wrap li img {
  width: 100%;
}

.col-wrap {
  width: 100%;
  padding: 0 1rem;
}

.col-left {
  width: 100%;
}

.col-right {
  width: 100%;
}

.news-under-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background: #fff;
}

.news-under-image {
  width: 40%;
}

.news-detail-ttl {
  font-weight: 600;
  padding-top: 0.5rem;
}

.news-detail-image {
  max-height: 546px;
  overflow: hidden;
}

.news-bg01 a {
  background: url("../img/news-image01.jpg");
}

.news-bg02 a {
  background: url("../img/news-image02.jpg");
}

.news-bg03 a {
  background: url("../img/news-image03.jpg");
}

.news-bg04 a {
  background: url("../img/news-image04.jpg");
}

.news-bg05 a {
  background: url("../img/news-image05.jpg");
}

.news-under-wrap .news-bg01 a,
.news-under-wrap .news-bg02 a,
.news-under-wrap .news-bg03 a,
.news-under-wrap .news-bg04 a,
.news-under-wrap .news-bg05 a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 37.5% 0;
}

.news-detail-wrap .news-bg01 a,
.news-detail-wrap .news-bg02 a,
.news-detail-wrap .news-bg03 a,
.news-detail-wrap .news-bg04 a,
.news-detail-wrap .news-bg05 a {
  display: block;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 33.333% 0;
}

.news-inner-info {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0.5rem;
}

.news-inner-info a {
  color: #2a2a2a;
}

.days-text {
  font-size: 0.75rem;
}

.news-ico {
  display: inline-block;
  padding: 0.25rem;
  background: #e9939c;
  color: #fff;
  margin-right: 0.5rem;
}

.news-pager {
  width: 100%;
  padding: 1rem 0 0;
}

.news-pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news-pager li {
  margin-bottom: 0.5rem;
}

.news-pager li a {
  display: block;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  margin: 0 0.25rem;
  border: 1px solid #e9939c;
  color: #e9939c;
}

.news-pager li a.pager-current {
  background: #debb7c;
  color: #fff;
}

.blog-under-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 1rem;
}

.blog-under-image {
  width: 50%;
}

.blog-inner-info {
  width: 50%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.blog-bg01 a {
  background: url("../img/blog-image01.jpg");
}

.blog-bg02 a {
  background: url("../img/blog-image02.jpg");
}

.blog-bg03 a {
  background: url("../img/blog-image03.jpg");
}

.blog-bg04 a {
  background: url("../img/blog-image04.jpg");
}

.blog-bg01 a,
.blog-bg02 a,
.blog-bg03 a,
.blog-bg04 a {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66.66% 0;
}

.blog-update {
  color: #e9939c;
  font-size: 0.75rem;
}

.blog-under-ttl {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
}

.blog-clamp {
  width: 100%;
  height: 4.25rem;
  overflow: hidden;
  text-align: justify;
  background: #fff;
  position: relative;
  line-height: 1.4;
  font-size: 0.8rem;
}

.blog-clamp:before,
.blog-clamp:after {
  position: absolute;
  background: #fff;
}

.blog-clamp:before {
  content: "…";
  bottom: 0;
  right: 0;
}

.blog-clamp:after {
  content: "";
  width: 100%;
  height: 100%;
}

.blog-detail {
  text-align: center;
}

.blog-detail a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 1rem;
  background: #e9939c;
  font-size: 0.75rem;
}

.blog-detail i {
  margin-left: 0.25rem;
}

.pick-under-wrap {
  width: 100%;
  position: relative;
}

.name-under-wrap {
  position: absolute;
  left: 1rem;
  bottom: 0.5rem;
  color: #fff;
}

.name-under-wrap li {
  text-shadow: 2px 2px 5px #2a2a2a;
}

.news-detail-info,
.blog-detail-info {
  padding: 0 0 1rem;
}

.news-detail-info:after,
.blog-detail-info:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e9939c;
  border-top: 1px solid #e9939c;
  padding: 0 0 0.25rem;
  margin-top: 0.5rem;
}

.blog-detail-ttl {
  font-weight: 600;
}

.end-line {
  width: 100%;
  border-bottom: 1px solid #e9939c;
  border-top: 1px solid #e9939c;
  padding: 0 0 0.25rem;
  margin: 1rem 0;
}

.news-text-area,
.blog-text-area {
  padding: 1rem 0;
}

/* .news-text-area:after,
.blog-text-area:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e9939c;
  border-top: 1px solid #e9939c;
  padding: 0 0 0.25rem;
  margin-top: 1rem;
} */
.news-btn {
  display: none;
}

.prev-btn {
  width: 30%;
  margin: 0 auto;
}

.prev-btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #e9939c;
  color: #fff;
  padding: 0.5rem 1rem;
}

.blog-detail-wrap {
  width: 100%;
}

.blog-detail-image {
  background: url("../img/blog-image01.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66.66% 0;
}

.archive {
  width: 100%;
  padding: 1rem 0;
}

.archive h3 {
  background: #e9939c;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 400;
}

.archive li {
  border: 1px solid #e9939c;
  border-top: 0;
  padding: 0.5rem 1rem;
  background: #fff;
}

.archive li a {
  display: block;
  text-decoration: none;
  color: #e9939c;
}

.archive li a i {
  margin-right: 0.5rem;
}

.access-container {
  width: 100%;
  padding: 1rem;
  background: #fff0;
}

.access-container.ent {
  /*  margin-top:2rem;*/
}

@media screen and (min-width: 769px) {
  .access-container.ent {
    margin-top: 2rem;
  }
}

.access-box h3 {
  font-size: 1.25rem;
  color: #e9939c;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9939c;
}

.access-box address {
  padding: 0.5rem 0;
  font-style: normal;
}

.access-box p {
  padding-bottom: 0.5rem;
}

.access-box iframe {
  width: 100%;
  height: 380px;
}

footer {
  padding: 2rem 2rem 4rem;
  background: #2a2a2a00;
  text-align: center;
  color: #2a2a2a;

}

footer ul {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

footer li {
  margin: 0.5rem 1rem;
}

footer a {
  color: #000;
  text-decoration: none;
}

footer a i {
  color: #000;
  font-size: 2rem;
}

.footer-logo {
  background: url("../img/f-logo.png?ver1");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40%;
  margin-bottom: 1rem;
}

.sp-foot {
  width: 100%;
  height: 4rem;
  padding: 0.5rem;
  background: #df717dd6;
  transform: translateY(100%);
  transition: ease 0.5s;
  position: fixed;
  bottom: 0;
  opacity: 0;
  z-index: 10;
}

.sp-foot ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}

.sp-foot li {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-foot li+li {
  border-left: 1px solid #fff;
}

.sp-foot a {
  color: #fff;
  font-size: 1.25rem;
  display: block;
  text-decoration: none;
}

.sp-foot a i {
  padding: 0 0.5rem;
}

.fixed-foot.sp-foot {
  transform: translateY(0);
  opacity: 1;
}

.more-btn a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #e9939c;
  border: 2px solid #e9939c;
  font-weight: 600;
  background: #fff;
}

.more-btn i {
  margin-left: 1rem;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.bottom-link-wrap {
  width: 1168px;
  max-width: 100%;
  margin: auto;
  padding: 1rem;
}

.bottom-link-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.bottom-link-wrap li {
  padding: 0.3rem;
  max-width: 50%;
}

.bottom-link-wrap img {
  max-width: 100%;
}

.credit-wrap {
  width: 100%;
  padding: 2rem 0;
}

.credit-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.credit-wrap li {
  width: 100%;
  padding: 1rem;
}

.credit-wrap li img {
  width: 100%;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #nav-circle-bg {
    width: 1200px;
    right: -1200px;
  }
}

@media screen and (min-width: 769px) {
  header {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 67px;
    background: #fff;
  }

  .header-bg {
    background: transparent;
  }

  .under-h {
    /*width: 44%;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* background: rgba(0, 0, 0, 0); */
  }

  .logo-area {
    position: static;
    top: inherit;
    left: inherit;
    z-index: 3;
  }

  #nav-toggle,
  #nav-circle-bg {
    display: none;
  }

  #nav {
    position: static;
    width: auto;
    height: auto;
    right: inherit;
  }

  #nav a {
    color: #1e1e1e;
  }

  #nav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  #nav ul li {
    padding: 0 0.5rem;
    border-bottom: 0;
    font-size: 1rem;
  }

  #nav ul li i {
    font-size: 1.5rem;
  }

  .mainvisual {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .mainvisual-bg {
    height: 100vh;
    /*margin:67px 0 0;*/
  }

  .mainvisual-bg:before {
    padding-top: 100vh;
  }

  .scroll-btn {
    height: unset;
    padding: 0 0 3rem;
  }

  .scroll-btn a {
    font-size: 2.6rem;
  }

  .visual-logo {
    width: 40%;
    padding-top: 25%;
    margin: 0 auto;
    /* height: 100vh; */
  }

  .under-main {
    margin-top: 150px;
    padding-top: 0;
  }

  .under-wrap {
    padding-top: 2rem;
  }

  .recruit-mainvisual {
    padding: 15.5% 0;
    width: 62.5%;
    margin: 8rem auto 2rem;
  }

  .main-contact,
  .close-btn,
  .sp-foot,
  .sp {
    display: none;
  }

  .main-contact-top {
    display: block;
  }

  .pc {
    display: block;
  }

  .more-btn {
    width: 100%;
  }

  .main-contents {
    width: 100%;
  }

  .main-wrap01 {
    width: 100%;
    padding: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-wrap01.movie {
    padding: 3rem 0;
  }

  .main-wrap02 {
    width: 100%;
    padding: 0 0.5rem 2rem;
  }

  .main-wrap03 {
    width: 100%;
    padding: 0 1rem;
  }

  .pickup-container {
    width: 30%;
  }

  .movie-wrap {
    width: 60%;
    padding: 0 0.5rem 2rem;
    margin: 0 auto;
  }

  .news-container {
    width: 68%;
  }

  .news-wrap {
    width: 100%;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .news-box {
    width: 49%;
  }

  .staff-box {
    width: 20%;
    padding: 0 1rem;
  }

  .todays-wrap .more-btn {
    width: 50%;
    margin: 0 auto;
  }

  .blog-container {
    width: 60%;
    padding: 0 1rem;
  }

  .blog-text {
    width: 85%;
    padding: 1rem;
  }

  .first-box {
    padding: 0 0 1rem;
  }

  .blog-image01,
  .blog-image02,
  .blog-image03 {
    width: 15%;
  }

  /* .twitter-container {
    width: 40%;
    padding: 0 1rem;
  } */
  .twitter-container {
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto 3rem;
  }

  .twitter-wrap {
    height: 550px;
    padding: 0;
  }

  .map-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .map-box iframe {
    width: 50%;
  }

  .map-text {
    width: 50%;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
  }

  .map-text p {
    text-align: left;
  }

  .link-bnr-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 1rem;
  }

  .reserve-bnr,
  .qa-bnr,
  .recruit-bnr {
    width: 30%;
  }

  .concept-bg {
    background-size: 7%;
    padding: 3rem 2rem;
  }

  .concept-wrap {
    /* padding: 3rem 0; */
  }

  .concept-wrap p {
    font-size: 1rem;
  }

  .schedule-wrap {
    width: 100%;
    padding: 0 1rem 2rem;
  }

  .weekly-schedule {
    width: 100%;
    padding: 1rem 0;
    background: #fff;
  }

  .weekly-schedule ul {
    justify-content: center;
    border-top: 1px solid #e9939c;
    border-bottom: 1px solid #e9939c;
    padding: 0.25rem 0;
  }

  .weekly-schedule ul:before {
    content: "";
    width: 100%;
    display: block;
    border-top: 1px solid #e9939c;
  }

  .weekly-schedule ul:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px solid #e9939c;
  }

  .weekly-schedule li {
    background: transparent;
  }

  .weekly-schedule li:first-child {
    width: auto;
    margin: 0;
  }

  .weekly-schedule li:nth-child(n+2) {
    width: auto;
    margin: 0;
  }

  .weekly-schedule li a {
    border: 0;
    padding: 1rem;
  }

  .weekly-schedule li a.current {
    background: transparent;
    color: inherit;
    text-decoration: underline;
  }

  .filter-wrap {
    padding: 1rem 2rem;
  }

  .filter-wrap select {
    order: 1;
    width: 10rem;
    background-size: 2.5rem 2.6875rem;
    margin-right: 1rem;
  }

  .filter-inner {
    order: 2;
    width: 20rem;
    margin-top: 0;
  }

  .filter-wrap .filter-reset {
    order: 3;
    width: 6rem;
  }

  .schedule-wrap .ico-area {
    right: 2rem;
  }

  .profile-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem 2rem;
  }

  .tab-wrap {
    width: 35%;
  }

  .tab-label {
    height: 3rem;
    line-height: 3rem;
  }

  .ico-area {
    top: 4.5rem;
  }

  .detail-wrap {
    width: 65%;
    padding: 0.5rem 1rem 0;
    display: flex;
    flex-direction: column;
  }

  .detail-tbl {
    display: table;
    table-layout: fixed;
  }

  .detail-tbl thead {
    display: table-header-group;
  }

  .detail-tbl tbody {
    display: table-row-group;
  }

  .detail-tbl tr {
    display: table-row;
  }

  .detail-tbl tr th,
  .detail-tbl tr td {
    display: table-cell;
  }

  .detail-tbl tr td {
    padding: 0.5rem 2rem;
    line-height: 1;
    vertical-align: middle;
  }

  .form-caution {
    font-size: 1rem;
  }

  .reserve .pc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 10rem;
  }

  .reserve .radio-box {
    display: flex;
    justify-content: center;
    padding: 0.5rem 10rem;
  }

  .reserve .radio-box p {
    width: 50%;
    text-align: left;
  }

  .reserve input[type="radio"]+label {
    margin-right: 0;
    width: 16.7%;
  }

  .reserve>div:first-child {
    padding-top: 4rem;
  }

  .reserve>div:nth-child(12) {
    padding: 0.5rem 10rem 4rem;
  }

  .reserve input[type="text"],
  .reserve input[type="number"],
  .reserve input[type="tel"],
  .reserve input[type="email"],
  .reserve input[type="date"],
  .reserve input[type="time"],
  .reserve select,
  .reserve textarea {
    width: 50%;
  }

  img.ui-datepicker-trigger {
    right: 10rem;
  }

  .reserve input[type="time"] {
    padding: 0.5rem;
    background-image: none;
  }

  .recruit-main {
    padding-top: 0.5rem;
  }

  .recruit-ttl h2 {
    font-size: 1.5rem;
  }

  .accordion {
    padding: 2rem 0;
  }

  .list-wrap {
    width: 100%;
    padding: 0 1rem 1rem;
  }

  .list-wrap ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .list-wrap li {
    width: 50%;
    padding: 1rem 0 0;
  }

  .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .col-left {
    width: 75%;
    padding: 1rem;
  }

  .col-right {
    width: 25%;
    padding: 0 1rem;
  }

  .news-under-wrap {
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0;
    position: relative;
  }

  .news-inner-info {
    padding: 0.5rem;
    overflow: hidden;
  }

  .news-inner-ttl {
    margin: 1rem 0 1.5rem;
  }

  .news-inner-ttl a {
    font-weight: 600;
    text-decoration: none;
  }

  .clamp-text3 {
    max-height: 1.5rem;
    background: transparent;
    margin: 0.5rem 0;
    font-size: 1.25rem
  }

  .clamp-text3:before {
    display: none;
  }

  .news-sp-none {
    display: block;
    width: 100%;
    max-height: 3rem;
    overflow: hidden;
    text-align: justify;
    background: #fff;
    position: relative;
    font-size: 0.875rem;
  }

  .news-sp-none:before,
  .news-sp-none:after {
    position: absolute;
    background: #fff;
  }

  .news-sp-none:before {
    content: "…";
    bottom: 0;
    right: 0;
  }

  .news-sp-none:after {
    content: "";
    width: 100%;
    height: 100%;
  }

  .news-sp-none a {
    color: #2a2a2a;
  }

  .clamp-text3:after {
    display: none;
  }

  .news-btn {
    display: block;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .news-btn a {
    text-decoration: none;
    color: #fff;
    background: #e9939c;
    padding: 0.25rem;
    font-size: 0.75rem;
  }

  .news-btn i {
    margin-right: 0.25rem;
  }

  .blog-under-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blog-under-wrap {
    width: 49%;
  }

  .blog-detail-wrap {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .blog-detail-info {
    width: 70%;
    padding-left: 1.5rem;
  }

  .blog-detail-info:after {
    display: none;
  }

  .blog-text-area {
    padding: 0 0 1rem;
  }

  .blog-text-area:after {
    display: none;
  }

  .blog-detail-update:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e9939c;
    border-top: 1px solid #e9939c;
    padding: 0 0 0.25rem;
    margin-top: 0.5rem;
  }

  .blog-detail-ttl {
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .blog-detail-image {
    width: 30%;
    padding: 20% 0;
  }

  .recruit-container {
    width: 100%;
    padding: 2rem 0;
  }

  .recruit-wrap {
    width: 100%;
    padding: 0 1rem 1rem;
  }

  .shop-intro {
    padding: 1rem;
  }

  .recruit-info-ttl {
    font-size: 1.5rem;
  }

  .recruit-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .recruit-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2;
  }

  .recruit-image01,
  .recruit-image02 {
    width: 50%;
    padding: 1rem;
  }

  .top-line:before {
    margin: 1.5rem auto 1rem;
  }

  .recruit-contact {
    width: 100%;
    padding: 1rem 2rem;
  }

  .salary-example {
    padding: 0 2rem;
  }

  .salary-example ul,
  .recruit-contact ul {
    display: flex;
    justify-content: space-between;
  }

  .salary-example li,
  .recruit-contact li {
    width: 30%;
    margin: 1rem 0;
  }

  .recruit-contact p {
    padding-bottom: 0;
  }

  .credit-wrap li {
    width: 30%;
  }

  .credit-wrap li.credit-star {
    width: 68%;
  }

  footer {
    padding: 2rem 40% 2rem;
  }

  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
  }

  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }

  .modal__content {
    background: #fff;
    left: 50%;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    text-align: center;
  }

  .modal__content .text-bold {
    font-size: 2.25rem;
    font-weight: 600;
  }

  .modal__content>div {
    border: 1px solid #2a2a2a;
    padding: 1rem;
  }

  .modal__content>div p:nth-child(1) {
    font-size: 1.25rem;
    font-weight: 600;
  }

  a.js-modal-close {
    position: static;
    background: #b18c3a;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    width: 25%;
    margin: 1rem auto 0;
    text-decoration: none;
  }

  .access-box iframe {
    height: 480px;
  }
}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1200px) {
  #nav ul li {
    padding: 0 1rem;
  }

  .main-wrap01 {
    width: 1168px;
    margin: 0 auto;
  }

  .main-wrap02 {
    width: 1168px;
    margin: 0 auto;
  }

  .main-wrap03 {
    width: 1168px;
    margin: 0 auto;
  }

  .schedule-wrap {
    width: 1168px;
    margin: 0 auto;
    padding: 0 0 2rem;
  }

  .filter-wrap {
    width: 1168px;
    margin: 0 auto;
    padding: 1rem;
  }

  .system-wrap {
    width: 1168px;
    margin: 0 auto;
  }

  .recruit-wrap {
    width: 1168px;
    margin: 0 auto;
  }

  .col-wrap {
    width: 1168px;
    margin: 0 auto;
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.loading img {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 70% auto;
}

.payment-n li {
  padding: 0.75rem;
}

.payment-n li img {
  width: 100%;
}


@media screen and (min-width: 769px) {
  .loading img {
    width: 10%;
  }

  .payment-n {
    width: 100%;
  }

  .payment-n ul {
    width: 100%;
    display: flex;
  }

  .payment-n li img {
    width: 90%;
    margin: 0 1rem;
  }

  .mainvisual-bg:before {
    content: "";
    display: block;
    background:
      linear-gradient(to top, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, 0) 0%), url(../img/mainvisual.jpg?ver2);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: -1;
  }

}


.top-text {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .concept-bg {
    margin: 1rem;
  }

  .concept-bg p {
    font-size: 0.9rem;
  }
}

.awasentai {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .awasentai {
    max-width: 60%;
    margin: 1rem auto 0;
  }

  .main-contact {
    width: 35%;
  }

  .mainvisual-bg {
    height: 0;
    padding-top: calc(1280/2500*70%);
    width: 70%;
    margin: 67px auto 0;
  }

  .mainvisual_txt {
    bottom: 8px;
  }

  /*求人バナー*/
  .concept-wrap p:nth-child(3) a img {
    width: 320px;
    height: 100px;
  }

  /*出勤情報はこちら*/
  .concept-wrap p:nth-child(4) a img {
    width: 468px;
    height: 60px;
  }

  .concept-wrap.exp p img {
    width: 468px;
    height: 60px;
  }
}

.under-main #contenttop {
  display: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}


.mainvisual-bg {
  position: relative;
}

.mainvisual_txt {
  /* position: absolute;
  bottom: 0px; */
  font-size: 1em;
  letter-spacing: 2px;
  padding: 6px 5%;
  color: #fff;
  background-color: #ffb7e0;
  /* padding: 0.7rem 0; */
  width: 100%;
  text-align: center;
  height: 66px;
  font-weight: bold;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainvisual_txt_up P,
.mainvisual_txt_down P {
  color: #fff;
  padding: 0;
  line-height: 1;
  text-shadow: unset;
}

.mainvisual_txt_up {}

.mainvisual_txt_up p {
  font-size: 1.1rem;
  line-height: 1;
}

.mainvisual_txt_up p span {
  background: #fff;
  padding: 0.1rem 2rem;
  border-radius: 25px;
  color: #000000;
}

.mainvisual_txt_down {
  font-size: 1.5rem;
  padding-top: 0.3rem;
}

.mainvisual_txt_down a {
  text-decoration: none;
  color: #fff;
}

/* @media screen and (min-width: 481px) and (max-width: 768px) {
  .mainvisual_txt {
    bottom: 0px;
  }
} */

.staff-box a {
  position: relative;
}

.staff-box a span:nth-of-type(1) {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .65);
  color: #3d3c3c;
  text-shadow: 0px 0px 2px white;
  font-weight: bold;
  line-height: 1;
  padding: 0.3rem;
}

.staff-box li.cond {
  background: #fff8a9;
  border-radius: 999px;
  font-weight: bold;
  margin-top: 0.5rem;
  padding: 0.2rem;
  width: 80%;
  margin: 0 auto 0.5rem;
}

.staff-box li.cond a {
  background: unset;
  padding: 0.2rem;
  border: none;
  color: #838383;
  text-decoration: none;
  line-height: 1;
  padding: 0.5rem 0;
  display: block;
}

.staff-box li.cond.cond-blue {
  background: #96d4fc;
}

.staff-box li.cond.cond-blue a,
.staff-box li.cond.cond-red a,
.staff-box li.cond.cond-green a
 {
  color: #fff;

}

.staff-box li.cond.cond-red {
  background: #fc9696;
}
.staff-box li.cond.cond-green {
  background: rgb(119 211 156);
}
.ico-area.sample {
  position: absolute;
  top: 0.3rem;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  padding: 0 0.3rem;
  z-index: 1;
}

.ico-area.sample ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ico-area.sample ul li {
  transform: unset;
  max-width: 4rem;
  height: auto;
  width: 100%;
  margin-bottom: unset;
  border-radius: 3px;
  padding: 0;

}

.ico-area.sample ul li.item p {
  transform: unset;
  padding: 0.3rem 0;
  width: 100%;
  height: 100%;
  font-size: 0.7rem;
  font-weight: bold;
}

.ico-area.sample ul li+li {
  margin-left: 3px;
}


.staff-image01 a,
.staff-image02 a,
.staff-image03 a,
.staff-image04 a {
  border: 1px solid #000;
}

.staff-image01 {
  position: relative;
}

.staff-box li.waiting {
  background: none;
  color: #2a2a2a;
}

.profile-wrap .ico-area.sample {
  top: 2.5rem;
}

.ico-tw {
  background-color:#000;
    /* background-color: rgba(0, 153, 255, 0.7); */
  color: #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
}

.ico-tw>a {
  color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  border: none;
  background-image: unset;
  text-decoration: unset;
}

span.ico-tw i.fab.fa-twitter {
  color: #fff !important;
}

.pick-image {
  position: relative;
}

.twi-wrap {
  width: 100%;
  margin-bottom: 1rem;
  overflow-y: scroll;
  border: 1px solid #fff;
  padding: 0 0 1.2rem;
}

.prof-tw {
  max-height: 480px;
  overflow: auto;
  margin: 1rem 0;
}
.staff-box ul li.telop {
  background: none;
  color: #000;
  font-size: 0.95rem;
  padding: 0;
}
.staff-box ul li.telop p {
  background: none;
  color: #000;
  font-size: 0.95rem;
}
.staff-box ul li a i.fab.fa-line{
  color: #06c755;
}
.under-wrap .staff-box ul li.line {
  padding: 0;
}
.staff-box ul li.line a {
  text-decoration: none;
  color: #555;
  border: none;
  padding: 0;
}
.intro-wrap {
  border:2px solid #e9939c;
  padding: 2rem 1.5rem 0;
  margin: 2rem 0;
  text-align: center;
}
.intro-box {
  padding-bottom: 1rem;
}

.intro-title {
  letter-spacing: 3px;
  font-weight: 100;
}

.intro-title h3 {
  font-size: 1.4rem;
  position: relative;
  z-index: 0;
  font-weight: 100;
}
.intro-title h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #9f9f9f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.intro-title p {
  font-size: 0.7rem;
  padding-top: 0.5rem;
}

.intro-body {
  padding: 1rem 0;
}

.intro-body h4 {
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}

.intro-body .stf-height {
  margin-bottom: 1rem;
}

.intro-body ul li {
  border: none;
}

.intro-body .question {
  display: inline-block;
  vertical-align: middle;
}
.intro-body ul li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  vertical-align: middle;
}


.intro-body .caution {
  font-size: 0.85rem;
  position: relative;
  z-index: 0;
}
.intro-body .caution::before {

  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #9f9f9f;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}


@media screen and (min-width:801px) {
  .intro-wrap {
    margin-top: 0;
  }

  .detail-wrap {
    padding-top: 0;
  }
}


.wait-body + .wait-body {
  padding-top: 1.5rem;
}

.wait-schedule {
  color: #e74c3c;
  font-size: 18px;
}
.wait-msg p:first-of-type,
.wait-telop p:first-of-type {
  text-decoration: underline;
  font-size: 1.1rem;
}
.wait-msg p,
.wait-telop p {
  padding-top: 1rem;
}


.wait-wrap{
  color: #fff;
  text-align: center;
}


.wait-box {
  color: #333;
}

.wait-box + .wait-box{
margin-top: 2rem;
}

.wait-box-ttl {
  background: gray;
  padding: 0.5rem;
  text-align: left;
  margin-bottom: 2rem;
  position: relative;
  z-index: 0;
}

.wait-box-ttl::before {
  content: "";
  display: block;
  background: linear-gradient(to right,rgba(255,255,255,1)0%,rgba(255,255,255,0)100%),url(../img/wait-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wait-box-ttl  div{
  font-size: 1.6rem;
    font-weight: bold;
}

.wait-box-ttl a{
  padding: 0.5rem;
  color: #333;
    text-decoration: none;
}
.wait-box-ttl  p {
  font-size: 0.9rem;
}
.wait-box h4{
  padding: 0.5rem 0;
}
.wait-box img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.wait-name {
  padding-top: 1rem;
  font-weight: bold;
}

.slide-container {
  width: 100%;
  padding: 1.5rem 0;
  position: relative;
  overflow: hidden;
}
.slide-container img {
  width: 100%;
  height:100%;
  object-fit:cover;
}
#slider .swiper-slide {
  width: 100%;
  transition: 0.3s linear;
  opacity: 0;
}
#slider .swiper-slide.swiper-slide-prev,
#slider .swiper-slide.swiper-slide-next {
  opacity: 0.5;
}
#slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.slide-container .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.slide-container .swiper-pagination-bullet {
  margin: 0 0.5rem;
  background: #3a3a3a;
}
.slide-container .swiper-pagination-bullet-active {
  background: #1a1a1a;
}

#slider .swiper-slide {
  width: 100%;
/*  min-height: 100vh;*/
/*  min-height: calc(var(--vh, 1vh) * 100);*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  transition: 0.3s linear;*/
/*  position: relative;*/
}
.swiper-slide img{
/*    width:1200px;*/
}
#slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
/* #slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
 background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
} */
#slider .swiper-pagination {
  width: auto;
  text-align: left;
  position: absolute;
  bottom: 20%;
  left: 2rem;
  transform: translateY(20%);
}
#slider .swiper-pagination-bullet {
  width: 2rem;
  height: 2px;
  background: #fcfdfe;
  border-radius: 0;
}
.slide-inner {
  width: 85%;
  font-weight: 400;
/*  color: #fcfdfe;*/
  position: absolute;
  top: 70%;
  left: 2rem;
  transform: translateY(-70%);
}
.slide-inner a {
  color:#000;
}
.slide-inner span {
  display: block;
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slide-inner p {
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width:801px) {
  .slide-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #slider {
    margin: auto;
    overflow: visible;
      text-align: center;
  }
  .slide-inner {
    width: 45%;
    right: 2rem;
    left: auto;
  }
  #slider .swiper-pagination {
    right: 2rem;
    left: auto;
  }
}