/* @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Otomanopee+One&family=Yusei+Magic&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');

body {
  font-feature-settings: "palt";
  font-size: 16px;
  font-family: 'Yusei Magic', sans-serif;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* font-family: 'Yusei Magic', sans-serif; */
}

img {
  vertical-align: middle;
}

i.fab.fa-twitter {
  color: #00acee !important;
}

.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: auto;
}

header {
  width: 100%;
  /* position: fixed; */
  /* height: 56px; */
  z-index: 99;
  transition: ease 0.3s;
}

main {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url(../img/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: calc(430/1920*100%);
}

.under-h {
  /* background: #f7adc5; */
}

.header-bg {
  /* background: #f7adc5; */
}

.logo-area {
  /* position: absolute;
  top: 50%;
  left: 0.5rem; */
  transform: translate(0, -50%);
  z-index: 3;
}

.logo-area h1 {
  height: 0;
}

.logo-area a {
  display: block;
  background: url(../img/mainvisual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* width: 150px; */
  height: 100%;
  padding-top: calc(430/1920*100%);
  text-indent: -999999px;
}

#nav-circle-bg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 600px;
  height: 100vh;
  top: 0;
  /* right: -600px; */
  /* border-radius: 50%; */

  transition-delay: 1.3s;
  z-index: 1;
}

.open #nav-circle-bg {
  transition: 1s;
  visibility: visible;
  opacity: 1;
}

.open #nav {
  visibility: visible;
  opacity: 1;
  right: 0%;
}

#nav {
  position: fixed;
  transition: 1s;
  /* transition-delay: 1.3s; */
  height: 100%;
  width: 100%;
  top: 5rem;
  left: 0;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
}

#nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}

#nav li {
  transition: transform .5s ease;
  transition-delay: 0;
  /* border-bottom: 1px solid #323232; */
  transform: translateX(-250%);
  width: 48%;
  margin-bottom: 1rem;
  opacity: 0;
  visibility: hidden;
}

#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;
}

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

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

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

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

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

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

.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;
}

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

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

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

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

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

#nav p {
  font-size: 0.5rem;
  line-height: 1;
}

.close-btn {
  padding: 0.5rem 0;
  /* color: #88797e; */
  font-weight: 600;
}

#nav a {
  width: 100%;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  padding: 0.8rem 0;
}

@media screen and (max-width:1000px) {
  #nav a {
    line-height: 1;
    font-size: 1rem;
  }
}

#nav-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 2;
  background: #ffffff80;
  padding: 0.75rem;
}

#nav-toggle>div {
  position: relative;
  width: 2rem;
  height: 2rem;
}

#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #323232;
  position: absolute;
  transition: 0.35s ease-in-out;
}

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

#nav-toggle span:nth-child(2) {
  top: calc(50% - 1.5px);
}

#nav-toggle span:nth-child(3) {
  bottom: 0.2rem;
}

.open #nav-toggle span:nth-child(1) {
  top: 0.9rem;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 0.9rem;
  transform: rotate(-45deg);
}

.content--canvas {
  height: 100vh;
}

.visual-logo {
  background: url("../img/visual-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20% 0;
  filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white) drop-shadow(-1px -1px 0px white);
}

/*.visual-logo {
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: 3;
}*/
/* .visual-logo {
    animation: testtest 3s linear 2s 1;
} */

/**/
@keyframes testtest {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/**/

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

.scroll-btn {
  line-height: 1;
}

.scroll-btn a {
  font-size: 1rem;
  text-decoration: none;
}

.main-contact {
  width: 100%;
  padding: 0.5rem;
  /* background: #88797e; */
  color: #fff;
}

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

.main-contact ul {
  display: flex;
  justify-content: center;
}

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

.main-contact ul li:nth-of-type(1) {
  background: #88797e;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 15px;
}

.main-contact ul li:nth-of-type(2) {
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 0.5rem;
}

.main-contact ul li:nth-of-type(2) a {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  color: #88797e;
}

.contents-ttl {
  /* margin: 0.5rem 0; */
  padding: 0.25rem 0;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 100%), url(../img/title-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 12px #fff);
}

.contents-ttl h2 {
  color: #88797e;
  font-size: 2rem;
  font-family: "Hachi Maru Pop", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  /* font-family: 'Shippori Mincho', serif; */
  background: url(../img/title.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 0 #88797e, -1px -1px 0 #88797e, -1px 1px 0 #88797e, 1px -1px 0 #88797e, 0px 1px 0 #88797e, 0-1px 0 #88797e, -1px 0 0 #88797e, 1px 0 0 #88797e;
  filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white) drop-shadow(-1px -1px 0px white);
  margin-bottom: 0.5rem;
  letter-spacing: 3px;
}

.contents-ttl p {
  font-size: 0.75rem;
  display: block;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  color: #88797e;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.contents-sub-ttl {
  text-align: left;
  line-height: 1.2;
  padding: 1rem;
  margin: 1rem 0;
  background: url(../img/title.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.contents-sub-ttl h3 {
  color: #88797e;
  font-size: 1.5rem;
  font-family: "Hachi Maru Pop", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  /* font-family: 'Shippori Mincho', serif; */
  margin-left: 1rem;
}

.contents-sub-ttl h3 span {
  margin-left: 0.85rem;
  font-size: 1rem;
}

.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-top: calc(4/3*100%);
}

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

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

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

.news-ttl-wrap {
  padding: 0.5rem 0;
}

.news-ttl-wrap p.days-text {
  text-align: right;
}

.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-top: calc(4/3*100%);
}

.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.75rem;
  color: #f7adc5;
}

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

.todays-wrap {
  width: 100%;
  padding: 2rem 1rem 1rem;
  background: url("../img/todays-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #f7adc5;
  line-height: 1.2;
  text-align: center;
}

.tosays-ttl {
  margin-bottom: 2rem;
}

.todays-wrap h2 {
  font-size: 2rem;
}

.todays-wrap p {
  font-size: 0.75rem;
  color: #88797e;
}

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

.pickup-container .news-box-wrap {
  height: 30rem;
  overflow-y: scroll;
}



.staff-box {
  width: 49%;
  text-align: center;
  color: #212121;
  position: relative;
  /* margin: 0.5rem; */
  margin-bottom: 1rem;
  /* box-shadow: 0px 0px 1px 0px #88797e; */
}

.staff-box>ul>li {
  font-size: 0.75rem;
}

.staff-box>ul li+li {
  /* border-top: 1px solid #dac1c9; */
  /* color: #fff; */
}

.staff-box>ul li:nth-of-type(1) {
  /* background: #f7adc5; */
  color: #212121;
  /* font-size: 1rem; */
}

.staff-box>ul li:nth-of-type(3) {
  /* font-weight: bold; */
}

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

@keyframes staff-zoom {
  0% {
    background-size: 200%;
  }

  100% {
    background-size: 100%;
  }
}

.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-top: calc(4/3*100%);
  position: relative;
  text-decoration: none;
  color: #fff;
  /* animation:2s ease-in 1s infinite forwards running staff-zoom; */
}

.box-inner {
  /* background: #fff; */
  color: #666;
  width: 100%;
  left: 0;
  bottom: 0;
}

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


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

.blog-wrap {
  width: 100%;
  background: #fff;
}

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

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

.blog-text {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  /* flex-direction: column; */
  padding: 1rem 0;
}

.blog-text p:nth-of-type(1) {
  /* width: 30%; */
  border-radius: 10px;
  font-size: 0.5rem;
  padding: 0.5rem;
  background: #88797e;
  color: #fff;
}

.blog-text p:nth-of-type(2) {
  width: 70%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2;
}

.clamp-text2 {
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
  text-align: justify;
  position: relative;
  line-height: 1.4;
  margin-top: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* .clamp-text2:before,
.clamp-text2:after {
  position: absolute;
  background: #e0e0e0;
}
.clamp-text2:before {
  content:"…";
  bottom: 0;
  right: 0;
}
.clamp-text2:after {
  content: "";
  width: 100%;
  height: 100%;
} */
.clamp-text2 a {
  color: #212121;
}

.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;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp-text3 a {
  color: #88797e;

}

/* .clamp-text3:before,
.clamp-text3:after {
  position: absolute;
  background: #e0e0e0;
}
.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-top: calc(4/3*100%);
}

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

.link-bnr-wrap {
  display: flex;
  width: 100%;
  padding: 1rem;
  overflow: hidden;
  justify-content: left;
}

/* .link-bnr-wrap {
  padding: 2rem 1rem;
} */
.line-bnr {
  background: url("../img/line.jpg");
}

.shame-bnr {
  background: url("../img/shame.jpg");
}

.recruit-bnr {
  background: url("../img/recruit.jpg");
}

.line-bnr,
.shame-bnr,
.recruit-bnr {
  width: 30%;
  max-width: 200px;
  /* margin: 1rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

.line-bnr a,
.shame-bnr a,
.recruit-bnr a {
  /* display: block;
  text-decoration: none;
  padding: 3rem 0;
  font-size: 2rem;
  color: #fff;
  background: rgb(106 106 106 / 80%);
  line-height: 1.2; */
}

.line-bnr img,
.shame-bnr img,
.recruit-bnr img {
  width: 100%;
}

.line-bnr a p,
.shame-bnr a p,
.recruit-bnr a p {
  /* font-size: 0.75rem; */
}

.concept-wrap {
  width: 100%;
  padding: 0 1rem 1rem;
  line-height: 1.2;
}

.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 top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  background-size: 20%, 20%, 20%, 20%;
  background-color: #fff;
  text-align: center;
  padding: 2rem 1rem;
}

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

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

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

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

/* .under-main {
  padding: 0 0 56px;
} */

.under-wrap {
  background: #ffffffb3;
  min-height: 50vh;
}

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

.weekly-schedule li:nth-of-type(7)~li {
  display: none;
}

.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: #212121;
  /* padding: 0.5rem 1rem; */
  /* border: 1px solid #f7adc5; */
  display: flex;
  flex-wrap: wrap;
  font-size: 0.5rem;
}

.weekly-schedule li a span {
  width: 100%;
}

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

.week-btn-box {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
}

.week-btn-box .week-btn {
  cursor: pointer;
}

.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 #f7adc5;
  color: #f7adc5;
  width: 68%;
  background-image: url("../img/filter-arrow.svg"), linear-gradient(to bottom, #f7adc5 0%, #f7adc5 100%);
  background-size: 2.625rem 2.625rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
}

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

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

/* .filter-wrap .filter-reset {
  order: 3;
  width: 6rem;
} */
.filter-wrap .filter-reset {
  width: 32%;
  text-align: center;
}

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

.filter-inner {
  width: 100%;
  text-align: left;
  /* border: 1px solid #f7adc5; */
  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-wrap input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: #f7adc5;
  color: #fff;
  font-size: 1rem;
  /* position:absolute;
  right: 0;
  top: 0; */
  width: 4rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0;
}

.filter-inner-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.filter-inner-checkbox label {
  width: 100%;
  margin-bottom: 0.5rem;
}

.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: #ccc;
  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: #f7adc5;
}

.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-top: calc(4/3*100%);
}

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

.shame-btn a {
  display: block;
  text-align: left;
}

.shame-btn img {
  width: 100%;
}

.staff-name {
  font-size: 1.7rem;
  /* border-bottom: double #f7adc5; */
  /* padding: 0 0 0.5rem; */
  margin-top: 2.5rem;
  line-height: 1;
  text-align: center;
}

.staff-name span {
  margin-left: -1rem;
}

.staff-name+p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
}

.detail-wrap-list {
  border: 1px solid #b9b5b5;
  padding: 0 1rem 1rem;
  margin-top: 1rem;
  background-color: #fff;
}

@media screen and (min-width:1001px) {
  .detail-wrap-list {
    border: none;
    background-color: transparent;
    padding-left: 0;
  }
}

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

.shop-cmt {
  font-weight: 600;
  /* border-bottom: double #f7adc5; */
  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: #f7adc5; */
}

.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 0;
  /* border: 1px solid #f7adc5; */
}

.detail-tbl tr th:nth-child(2n+1),
.detail-tbl tr td:nth-child(2n+1) {
  background: #f7adc5;
}

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

  .detail-tbl tr th,
  .detail-tbl tr td {
    background: #f7adc5;
  }

  .detail-tbl tr th:not(:last-child),
  .detail-tbl tr td:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .detail-tbl tr th:nth-child(2n+1),
  .detail-tbl tr td:nth-child(2n+1) {
    background-color: none;

  }


}

.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: #f42c65;
}

.ico-area {
  /* padding: 1rem; */
  /* position: absolute;
  top: 0.5rem;
  right: 0.5rem; */
}

.prof-info-wrap table {
  border: 1px solid #fba1be;
  padding: 0.5rem;
  background-color: #fff;
}

@media screen and (min-width:1001px) {
  .prof-info-wrap table {
    border: none;
    background-color: #ffdde8;
  }

}

.ico-newface {
  background: linear-gradient(25deg, #34cef7 0%, #34cef7 45%, #fdffff 100%) !important;
}

.ico-recom {
  background: linear-gradient(25deg, #f74d84 0%, #f74d84 45%, #fdffff 100%) !important;
}

.ico-deli {
  background: linear-gradient(25deg, #f7ee66 0%, #f7ee66 45%, #fdffff 100%) !important;
}

.ico-popular {
  background: linear-gradient(25deg, #F1B451 0%, #F1B451 45%, #fdffff 100%) !important;
}

.ico05 {
  background: linear-gradient(25deg, #15D4A5 0%, #15D4A5 45%, #fdffff 100%) !important;
}

.ico06 {
  background: linear-gradient(25deg, #DC85DE 0%, #DC85DE 45%, #fdffff 100%) !important;
}

.ico07 {
  background: linear-gradient(25deg, #34cef7 0%, #34cef7 45%, #fdffff 100%) !important;
}

.ico08 {
  background: linear-gradient(25deg, #15D4A5 0%, #15D4A5 45%, #fdffff 100%) !important;
}

.ico09 {
  background: linear-gradient(25deg, #B0FC5B 0%, #B0FC5B 45%, #fdffff 100%) !important;
}

.ico10 {
  background: linear-gradient(25deg, #F9910F 0%, #F9910F 45%, #fdffff 100%) !important;
}

.ico11 {
  background: linear-gradient(25deg, #DC85DE 0%, #DC85DE 45%, #fdffff 100%) !important;
}

.ico12 {
  background: linear-gradient(25deg, #f7ee66 0%, #f7ee66 45%, #fdffff 100%) !important;
}

.ico13 {
  background: linear-gradient(25deg, #15D4A5 0%, #15D4A5 45%, #fdffff 100%) !important;
}

.ico14 {
  background: linear-gradient(25deg, #f74d84 0%, #f74d84 45%, #fdffff 100%) !important;
}

.ico15 {
  background: linear-gradient(25deg, #f7ee66 0%, #f7ee66 45%, #fdffff 100%) !important;
}

.ico16 {
  background: linear-gradient(25deg, #F1B451 0%, #F1B451 45%, #fdffff 100%) !important;
}

.ico17 {
  background: linear-gradient(25deg, #fb563b 0%, #fb563b 45%, #fdffff 100%) !important;
}

.ico18 {
  background: linear-gradient(25deg, #DC85DE 0%, #DC85DE 45%, #fdffff 100%) !important;
}

.ico19 {
  background: linear-gradient(25deg, #34cef7 0%, #34cef7 45%, #fdffff 100%) !important;
}

.ico20 {
  background: linear-gradient(25deg, #15D4A5 0%, #15D4A5 45%, #fdffff 100%) !important;
}

.ico21 {
  background: linear-gradient(25deg, #B0FC5B 0%, #B0FC5B 45%, #fdffff 100%) !important;
}

.ico22 {
  background: linear-gradient(25deg, #F9910F 0%, #F9910F 45%, #fdffff 100%) !important;
}

.ico23 {
  background: linear-gradient(25deg, #fb563b 0%, #fb563b 45%, #fdffff 100%) !important;
}

.ico24 {
  background: linear-gradient(25deg, #DC85DE 0%, #DC85DE 45%, #fdffff 100%) !important;
}

.ico25 {
  background: linear-gradient(25deg, #15D4A5 0%, #15D4A5 45%, #fdffff 100%) !important;
}

.ico26 {
  background: linear-gradient(25deg, #f74d84 0%, #f74d84 45%, #fdffff 100%) !important;
}

.ico27 {
  background: linear-gradient(25deg, #f7ee66 0%, #f7ee66 45%, #fdffff 100%) !important;
}

.ico28 {
  background: linear-gradient(25deg, #F1B451 0%, #F1B451 45%, #fdffff 100%) !important;
}

.ico29 {
  background: linear-gradient(25deg, #fb563b 0%, #fb563b 45%, #fdffff 100%) !important;
}

.ico30 {
  background: linear-gradient(25deg, #DC85DE 0%, #DC85DE 45%, #fdffff 100%) !important;
}

.ico31 {
  background: linear-gradient(25deg, #34cef7 0%, #34cef7 45%, #fdffff 100%) !important;
}

.ico32 {
  background: linear-gradient(25deg, #15D4A5 0%, #15D4A5 45%, #fdffff 100%) !important;
}

.ico33 {
  background: linear-gradient(25deg, #B0FC5B 0%, #B0FC5B 45%, #fdffff 100%) !important;
}





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

.ico-area li {
  width: 48%;
  margin-bottom: 0.5rem;
  border: none;
  padding: 0;
  border-image: linear-gradient(45deg, #bfa36a 2%, #fdf197 50%, #bfa36a 97%);
  border-top: 2px solid !important;
  border-right: 2px solid !important;
  border-bottom: 2px solid !important;
  border-left: 2px solid !important;
  border-image-slice: 1 !important;
  line-height: 1.1rem;
  font-weight: bold;
}

.ico-area li p {
  text-align: center;
  font-size: 0.6rem;
  color: #000;
}

.profile-wrap .ico-area {
  top: 3rem;
  right: 1rem;
  /* padding-top: 1rem; */
}

@media screen and (min-width:1000px) {
  .profile-wrap .ico-area {
    padding-right: 5rem;

  }
}

/*
.profile-wrap .ico-area li {
	width:4rem;
	height:4rem;
}
.profile-wrap .ico-area li p {
	font-size:1rem;
	width:4rem;
	height:4rem;
}
*/

.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: #f7adc5;
  color: #fff;
  word-break: break-all;
}

.filter-wrap input[type="text"],
.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 #f7adc5;
  font-size: 1rem;
  border-radius: 0;
}

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

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

.reserve select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/filter-arrow.png");
  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: #967c32;
  display: none;
}

.reserve #schedule {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #f7adc5;
  border-radius: 0;
  background-image: url("../img/calendar.png");
  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 #f7adc5;
  font-size: 1rem;
  border-radius: 0;
  /* background-image: url("../img/select-arrow.svg"),linear-gradient(to bottom, #967c32 0%, #967c32 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: #f7adc5;
  color: #fff;
  font-size: 1rem;
  transition: ease 0.3s;
}

.reserve input[type="submit"][disabled] {
  background: #ccc;
  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 #f7adc5;
  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: #000;
  border-radius: 50%;
}

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

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

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

.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 #000;
  border-right: 3px solid #000;
}

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

.recruit-main {
  padding-top: 56px;
  /* background: #fff; */
}

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

.recruit-ttl {
  background: #c5809b;
  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: #eee0c8;
}

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

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

.job-box dl {
  justify-content: space-between;
}

.job-box dl dt,
.job-box dl dd {
  width: 100%;
  padding: 1rem;
  border: 1px solid #2a2a2a;
}

.job-box dl dt {
  text-align: center;
  background: #3a3a3a;
  color: #fff;
}

.job-box dl dt+dd {
  border-top: 0;
  border-bottom: 0;
}

.job-box dl dd a {
  color: #f7adc5;
}

.job-box dl:last-child dt+dd {
  border-bottom: 1px solid #2a2a2a;
}

.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 #212121;
}

.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: #f7adc5;
  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;
  margin: 1rem 0;
  /* overflow-y: scroll; */
}

#twitter-wrap {
  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: #f7adc5;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #f7adc5;
  font-size: 0.85rem;
}

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

.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: #f7adc5;
}

.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 #f7adc5;
  border-bottom: 1px solid #f7adc5;
  text-align: center;
}

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

.list-wrap h3:after {
  content: "";
  display: block;
  border-bottom: 1px solid #f7adc5;
  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 #c0c0c0;
  margin-top: -1px;
  padding: 0.5rem;
  text-align: center;
}

.list-wrap dt {
  background: #f7adc5;
  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-box {
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #88797e;
}

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

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

.news-inner-ttl a {
  color: #212121;
  text-decoration: none;
  padding: 0.5rem 0;
}

.news-inner-info ul {
  border-bottom: 1px dashed #88797e;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.85rem;
}

.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-top: calc(4/3*100%);
}

.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: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(4/3*100%);
}

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

.news-inner-info a {
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  letter-spacing: 3px;
}

.under-main .news-inner-info a {
  -webkit-line-clamp: 3;
  font-size: 0.85rem;
}

.pickup-container .news-inner-info a {
  -webkit-line-clamp: 3;
  font-size: 0.85rem;
}

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

.news-ico {
  padding: 0.25rem;
  background: #f7adc5;
  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 #f7adc5;
  color: #f7adc5;
}

.news-pager li a.pager-current {
  background: #f7adc5;
  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-top: calc(4/3*100%);
}

.blog-update {
  color: #f7adc5;
  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: #f7adc5;
  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 #212121;
}

.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 #f7adc5;
  border-top: 1px solid #f7adc5;
  padding: 0 0 0.25rem;
  margin-top: 0.5rem;
}

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

.end-line {
  width: 100%;
  border-bottom: 1px solid #f7adc5;
  border-top: 1px solid #f7adc5;
  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 #f7adc5;
  border-top: 1px solid #f7adc5;
  padding: 0 0 0.25rem;
  margin-top: 1rem;
} */
.news-btn {
  /* display: none; */
}

.news-btn {
  display: block;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.news-btn a {
  text-decoration: none;
  color: #fff;
  background: #9adaf8;
  padding: 0.25rem;
  font-size: 0.75rem;
  border-radius: 5px;
  width: 80%;
  margin: auto;
}

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

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

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

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

.blog-detail-image {
  background: url("../img/blog-image01.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(4/3*100%);
}

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

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

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

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

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

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

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

.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: 0 0 4rem;
  background: #f7adc5;
  text-align: center;
  color: #fff;
}

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

footer li {
  margin: 0.5rem 1rem;
}

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

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

}

.footer-logo {
  background: url("../img/f-logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto 1rem;
  padding-top: calc(667/814*100%);
  filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white) drop-shadow(-1px -1px 0px white);
}

.sp-foot {
  width: 100%;
  height: 4rem;
  padding: 0.5rem 0;
  background: linear-gradient(to top, #ff89af 20%, #facbda 100%);
  transform: translateY(100%);
  transition: ease 0.5s;
  position: fixed;
  bottom: 0;
  opacity: 0;
}

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

.sp-foot li {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

/*.sp-foot li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}*/

.sp-foot.double li {
  width: 50%;
}

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

.sp-foot a {
  color: #fff;
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  justify-content: center;
  font-size: 0.5rem;
}

.sp-foot a i {
  padding: 0.25rem;
  width: 100%;
  font-size: 1.25rem;
}

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

.tw-foot {
  transform: translateY(100%);
  opacity: 0;
  transition: ease 0.5s;
  position: fixed;
  bottom: 4.5rem;
  right: 0.5rem;
}

.tw-foot .fixed-tw {
  background-color: #00acee !important;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}

.tw-foot .fixed-tw a {
  padding: 0;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.tw-foot .fixed-tw a i {
  color: #fff !important;
}


.btn_twitter_scroll {
  position: fixed;
  bottom: 3%;
  right: 5%;
}

@media screen and (max-width:1000px) {
  .btn_twitter_scroll {
    display: none;
  }
}

.btn_twitter_scroll a {
  display: block;
  width: 100px;
  height: 100px;
}

.btn_twitter_scroll a img {
  width: 100%;
  height: 100%;
}


.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 #212121;
  padding: 1rem;
}

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

a.js-modal-close {
  position: absolute;
  top: 0rem;
  right: 0rem;
  color: #88797e;
  font-size: 2rem;
  font-weight: 600;
  display: block;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
}

.more-btn a {
  display: block;
  width: 100%;
  padding: 0 1rem 0.5rem;
  text-align: center;
  text-decoration: none;
  color: #88797e;
  text-align: right;
  font-weight: 600;
}

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

.sp {
  display: block;
}

.pc {
  display: none;
}

.bottom-link-wrap {
  width: 1100px;
  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%;
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
  #nav-circle-bg {
    width: 1100px;
    /* right: -1100px; */
  }
}

@media screen and (min-width: 1001px) {
  .loading img {
    width: 40%;
    margin: auto;
  }

  header {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 0;
  }

  .header-bg {
    background: none;
  }

  .under-h.header-bg {
    background: #f7adc5;
  }

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

  .logo-area {
    transform: none;
    z-index: 3;
    width: 100%;
  }

  .logo-area a {
    width: 100%;
    /* height: calc(142 / 489 * 200px); */
    padding-top: calc(430/1920*100%);
  }

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

  #nav {
    position: static;
    width: 100%;
    height: auto;
    right: inherit;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(to top, #ff89af 0%, #facbda 100%);
    padding: 0;
    margin-top: calc(430/1920*100%);
  }

  .under-h #nav a {
    color: #fff;
  }

  #nav ul {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(to top, #ff89af 20%, #facbda 100%);
  }

  #nav ul li {
    padding: 0 0.5rem;
    border-bottom: 0;
    font-size: 1rem;
    width: unset;
    opacity: 1;
    visibility: visible;
    transform: unset;
    border: none;
    margin: 0;
  }

  #nav ul li a {
    border: none;
  }

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

  .under-main {
    margin-top: 150px;
    padding-top: 56px;
    /* padding-top: 0; */
    /* background: none; */
  }

  .under-main .contents-ttl p {
    text-shadow: 0 0 black;
  }

  .under-wrap {
    /* background: #fff; */
    /* padding-top: 2rem; */
    /* background: rgba(224,224,224,0.9); */
  }

  .job-box dl {
    display: flex;
  }

  .job-box dl dt {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .job-box dl dd {
    width: 60%;
  }

  .job-box dl dt+dd {
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    border-left: 0;
  }

  .job-box dl+dl dt {
    border-top: 0;
  }

  .job-box dl+dl dd {
    border-top: 0;
  }

  .recruit-mainvisual {
    padding-top: calc(386/900*62.5%);
    width: 62.5%;
    margin: 8rem auto 2rem;
  }

  .tw-foot {
    bottom: 0;
    right: 0;
  }

  .tw-foot .fixed-tw {
    font-size: 3rem;
    bottom: 4rem;
    right: 4rem;
    width: 5rem;
    height: 5rem;
  }

  .tw-foot .fixed-tw a {
    padding: 0;
    display: flex;
    justify-content: center;
    text-decoration: none;
  }

  .tw-foot .fixed-tw a i {
    color: #fff !important;
  }

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

  .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-wrap02 {
    width: 100%;
    padding: 0 0.5rem 2rem;
  }

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

  .pickup-container {
    width: 48%;
  }

  .news-container {
    width: 48%;
  }

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

  .news-box {
    width: 100%;
  }

  .staff-box {
    width: 19%;
    /* padding: 0 1rem; */
  }

  /* .staff-box > ul > li {
    font-size: 1rem;
  } */
  .schedule-wrap .staff-box>ul li:nth-of-type(3) {
    background: #f7adc5;
  }

  .schedule-wrap .staff-box>ul li:nth-of-type(4) {
    background: transparent;
    /* background: #c3f7ad; */
  }

  .todays-wrap {
    background: url("../img/todays-bg.jpg");
  }

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

  .blog-container {
    width: 100%;
    /* padding: 0 1rem; */
  }

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

  /* .first-box {
    padding: 0 0 1rem;
  } */
  .blog-image01,
  .blog-image02,
  .blog-image03 {
    width: 15%;
  }

  .blog-text p:nth-of-type(1) {
    line-height: 2.1;
  }

  .twitter-container {
    width: 100%;
    /* padding: 0 1rem; */
  }

  .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;
  }

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

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

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

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

  /* .weekly-schedule {
    width: 100%;
    padding: 0.5rem 0;
    background: #f7adc5;
  }
  .weekly-schedule ul {
    justify-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0.25rem 0;
  }
  .weekly-schedule ul:before {
    content: "";
    width: 100%;
    display: block;
    border-top: 1px solid #fff;
  }
  .weekly-schedule ul:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
  }
  .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;
    color: #fff;
  }
  .weekly-schedule li a.current {
    background: transparent;
    color: #212121;
    text-decoration: underline;
  } */
  .weekly-schedule ul {
    justify-content: center;
  }

  .weekly-schedule ul li {
    width: 95px;
  }

  .weekly-schedule li a {
    font-size: 1rem;
    padding: 0.5rem;
    justify-content: center;
  }

  .weekly-schedule li a span {
    width: unset;
  }

  .week-btn-box {
    width: 635px;
    margin: 1rem auto;
  }

  .profile-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 0 0 2rem;
    justify-content: space-between;
  }

  .tab-wrap {
    width: 35%;
  }

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

  .ico-area {
    top: 0.5rem;
    right: 1.5rem;
  }

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

  .profile-wrap .ico-area ul {}

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

  .shame-btn img {
    width: 375px;
  }

  .detail-tbl tr {
    font-size: 0.75rem;
  }

  /* .detail-tbl {
    display: table;
    table-layout: fixed;
  }
  .detail-tbl thead {
    display: table-header-group;
  }
  .detail-tbl tbody {
    display: table-row-group;
  }
  .detail-tbl tr th,
  .detail-tbl tr td {
    display: table-cell;
  }
  .detail-tbl tr th {
    border-top:none;
    font-size: 0.75rem;
  }
  .detail-tbl tr td {
    padding: 1.5rem 0;
    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;
  }

  .filter-wrap input[type="text"],
  .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: 70%;
    padding: 1rem;
  }

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

  .news-container {
    /* padding: 0 1rem; */
  }

  .news-under-wrap {
    padding: 1rem;
    margin-bottom: 1rem;
    /* background: #fff; */
    border-bottom: 0;
    position: relative;
  }

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

  .under-main .news-inner-info a {
    -webkit-line-clamp: 4;
    font-size: 1rem;
  }

  .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: #212121;
  }

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

  .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 #f7adc5;
    border-top: 1px solid #f7adc5;
    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;
  }

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

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

  .main-wrap03 .link-bnr-wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 2rem 0;
  }
}

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

@media screen and (min-width: 1100px) {
  .main-wrap03.link-group-wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }

  #nav ul li {
    padding: 0 1rem;
  }

  /* .main-wrap01 {
    width: 1100px;
    margin: 0 auto;
  }
  .main-wrap02 {
    width: 1100px;
    margin: 0 auto;
  }
  .main-wrap03 {
    width: 1100px;
    margin: 0 auto;
  } */
  .schedule-wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 2rem;
  }

  /* .filter-wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 1rem;
  } */
  .filter-inner {
    order: 2;
    width: 22rem;
    margin-top: 0;
  }

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

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

  .under-wrap,
  .col-wrap {
    width: 1100px;
    margin: 0 auto;
  }
}

/***************************************************************************
*
*	機能追加
*
***************************************************************************/
.gray_fil {
  /* filter: grayscale(100%); */
}

/*--------------------
Review
--------------------*/

#form-review {
  padding: 1rem;
  border: 1px solid #ccc;
  background: #ffffffb3;
}

#form-review input,
#form-review select,
#form-review textarea {
  font-size: 1rem;
  width: 100%;
  padding: 0.25rem 0.5rem;
  color: #000;
  border: 1px solid #ccc;
}

#form-review ul li label {
  font-weight: bold;
}

.rev-submit {
  margin: 1rem 0;
  text-align: center;
}

.rev-submit span {
  background: #f7adc5;
  color: #fff;
  display: block;
  line-height: 3;
  width: 30%;
  margin-left: auto;
}

#reviewsInProfSP {
  position: relative;
}

#reviewsInProfSP>ul {
  padding: 1rem;
  margin: 1rem 0;
  overflow-y: auto;
  max-height: 50vh;
  word-break: break-all;
  background: #ffffffb3;
  border: 1px solid #ccc;
}

#reviewsInProfSP>ul>li {
  margin-top: .5rem;
}

.shop-cmt {
  font-weight: 600;
  padding: 1.5rem 0 0.5rem;
}

.shop-cmt:after {
  content: "";
  display: block;
  border-bottom: 1px solid #f7adc5;
  border-top: 1px solid #f7adc5;
  padding: 0 0 0.25rem;
  margin-top: 0.5rem;
}

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

.shop-cmt+div.btn-review {
  background: #9adaf8;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 1rem;
  right: 0;
  border-radius: 0.25rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: ease-in-out .3s;
}

.shop-cmt+div.btn-review:hover {
  background: #ccc;
  color: #000;
}

/*--------------------
Shame
--------------------*/

.shame-wrap {
  width: 100%;
  margin: 0 auto 2rem;
}

.shame-area>div:last-child {
  margin-top: 2rem;
}

.shame-area {
  max-height: 350px;
  overflow: auto;
}

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

.shame-box+.shame-box {
  border-top: 1px solid #3a3a3a;
  padding-top: 1rem;
  margin-top: 1rem;
}

.shame-text {
  width: 76%;
  text-align: left;
  line-height: 1.4;
  overflow: hidden;
}

.shame-text p {
  font-size: 0.75rem;
}

.shame-text p a {
  color: #454545;
}

.shame-image {
  width: 20%;
  border: none !important;
}

.shame-image a {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  padding-top: calc(4/3*100%);
  border: 1px solid #454545;
}

.shame .topics-image a {
  padding-top: calc(4/3*100%);
}

.topics-detail-iamge.shame span {
  padding-top: calc(4/3*100%);
}

.shame-area.prof .shame-image {
  width: 20%;
}

.shame-area.prof .shame-text {
  width: 76%;
  overflow: unset;
}

.shame-area.prof .shame-text p {
  font-size: 1rem;
}

/*--------------------
Room
--------------------*/
.list_roomicon_wrap {
  font-size: 13px !important;
  padding: 0.5rem 0 !important;
}

.list_roomicon {
  /* padding: 0.25rem 0.5rem; */
  margin-right: 0.25rem;
  border-radius: 4px;
}

/*--------------------
Profslider
--------------------*/

.prof-image-wrap {
  width: 100%;
}

#profSlider {
  width: 100%;
  /* z-index: -1; */
}

.swiper-container {
  overflow: visible;
}

@media screen and (min-width:1001px) {
  .swiper-container {
    overflow: hidden;
  }
}

#profSlider .swiper-slide {
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#profSlidertest {
  width: 100%;
  /* z-index: -1; */
}

#profSlidertest .swiper-slide {
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#thumbSlider {
  width: 100%;
  margin-top: 0.5rem;
  /* z-index: -1; */
}

#thumbSlider .swiper-slide {
  width: 33.333%;
  padding-top: calc(4/3*33.333%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#thumbSlider .swiper-slide.swiper-slide-prev:before,
#thumbSlider .swiper-slide.swiper-slide-next:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* background: rgba(0,0,0,0.6); */
}



#thumbSlidertest {
  width: 30%;
  /* margin-top: 0.5rem; */
  /* z-index: -1; */
}

#thumbSlidertest .swiper-slide {
  width: 100%;
  padding-top: calc(4/3*33.3%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#thumbSlidertest .swiper-slide.swiper-slide-prev:before,
#thumbSlidertest .swiper-slide.swiper-slide-next:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}




.prof-image-wrap {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1001px) {
  .shame .topics {
    width: 32%;
  }

  /*--------------------
  Shame
  --------------------*/
  .shame-wrap {
    width: 100%;
    margin: 0 0 2rem;
  }

  .shame-text {
    width: calc(80% - 1rem);
  }


  /*--------------------
  Profslider
  --------------------*/

  .prof-info-box {
    width: 65% !important;
  }

  .prof-image-wrap {
    width: 55%;
  }

  .prof-image-wrap {
    /* width: 100%; */
    /* display: flex;
    flex-wrap: wrap; */
    position: relative;
  }
}

/******************************
    タブコンテナー
******************************/
.tab-container {
  width: 100%;
  margin-bottom: 2rem;
  background-size: 50%;
  background-position: top;
  background-repeat: repeat;
}

.main-contents {
  width: 100%;
}

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

.tab-box label {
  width: 50%;
  display: block;
  padding: 0.5rem 0;
  margin-right: 0.1rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  font-weight: 600;
  font-size: 0.5rem;
}

.tab-box label p {
  font-size: 0.75rem;
}

.tab-box label.active {
  /* background: rgba(0, 0, 0, 0); */
  background: linear-gradient(30deg, #7a571c -10%, #ffe477 60%, #7a571c 180%);
  color: #000;
  font-weight: bold;
}

.under-wrap .panel-area {
  padding: 2rem 0 0;
}

.under-wrap .contents-ttl {
  margin: 0 0 2rem;
}

.main-tab-panel {
  width: 100%;
  display: none;
}

@media screen and (min-width: 1001px) {
  .main-tab-panel {
    width: 100%;
    display: none;
    /* padding-left: 1rem; */
  }
}

.main-tab-panel.active {
  display: block;
}

.tab-pick-wrap {
  width: 100%;
}

.tab-pick {
  width: 100%;
  display: flex;
  margin: 0 0 1rem;
  position: relative;
}

.tab-pick-image01,
.tab-pick-image02 {
  width: 40%;
}

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

.tab-pick-image02 a {
  background: url("../img/pick02.jpg");
}

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

.tab-pick-info {
  width: 60%;
  padding: 1rem;
  background: #fff;
  color: #c0025b;
  display: flex;
  flex-direction: column;
}

.tab-pick-ttl {
  font-weight: 600;
  height: 3.25rem;
  overflow: hidden;
  margin: 0 0 1rem;
}

.tab-pick-text {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  font-size: 0.875rem;
}

.tab-pick-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 3.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

@media screen and (min-width: 1001px) {
  .tab-box label {
    font-size: 1rem;
  }

  .main-tab-inner {
    width: 60%;
    margin: 0 auto;
  }
}

span.prof_room {
  margin: 0.5rem 0 0 0;
  padding: 0.25rem;
  font-size: 0.9rem;
}

/* span.prof_time {
  padding: 0 1rem;
  display: block;
} */
@media screen and (min-width: 1001px) {
  span.prof_room {
    display: block;
  }
}

/******************************
    ボーナス
******************************/
.banner_area {
  width: 100%;
  margin: 0 auto;
}

.reserve_bnr {
  width: 60%;
  margin: 0 auto;
}

.reserve_bnr img {
  width: 100%;
}

.app_dl {
  width: 40%;
  margin: 0 auto;
}

.app_dl p {
  text-align: center;
}

.app_dl img {
  width: 100%;
}

.app_dl ul {
  display: flex;
  justify-content: space-evenly;
}

.app_dl li {
  width: 45%;
}

.reserve_bnr {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.reserve_bnr img {
  width: 100%;
}

.app_dl {
  width: 100%;
  margin: 0 auto;
}

.app_dl p {
  text-align: center;
  padding: 1rem 0;
}

.app_dl img {
  width: 100%;
}

.app_dl ul {
  display: flex;
  justify-content: space-evenly;
}

.app_dl li {
  width: 45%;
}

@media screen and (min-width: 1000px) {
  .banner_area {
    width: 50%;
    margin: 0 auto;
  }
}

/***************************************************************************
*
*	追記
*
***************************************************************************/

.side-link-wrap {
  padding: 1.5rem 0;
}

.side-link-wrap li {
  display: flex;
  justify-content: center;
}

.side-link-wrap li+li {
  margin-top: 1rem;
}

.side-link-wrap li img {
  width: 100%;
  width: 100%;
  max-width: 200px;
}

.therapist-list,
.recruit-container,
/* .access-container, */
.pickup-container,
/* .blog-container, */
/* .twitter-container, */
/* .blog-under-container, */
.news-container {
  background: hsla(0, 0%, 100%, 0.702);
}

.under-main .therapist-list {
  background: none;
}

.top-ranking-wrap {
  width: 100%;
}

.therapist-list.top-ranking {
  justify-content: flex-start;
  overflow-x: scroll;
  flex-wrap: nowrap;
}

.top-ranking-wrap .top-ranking .staff-box {
  width: 33%;
  margin-bottom: 0;
}

.therapist-list.top-ranking .staff-box+.staff-box {
  margin-left: 0.5rem;
}

.top-ranking-wrap .top-ranking .staff-image01 a,
.top-ranking-wrap .top-ranking .staff-image02 a,
.top-ranking-wrap .top-ranking .staff-image03 a,
.top-ranking-wrap .top-ranking .staff-image04 a {
  min-width: 110px !important;
}

.ranking-ico {
  padding: 0.5rem 0.25rem;
}

.ranking-ico span {
  width: 100%;
  display: block;
  border: 1px double;
  border-color: #897a7f;
  position: relative;
  z-index: 0;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 auto;
}

.ranking-ico span::after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #897a7f;
  position: absolute;
  top: 0px;
  left: -3px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.ranking-ico span.ranking-ico-1,
.ranking-ico span.ranking-ico-1:after {
  border: 1px solid #c4ab55;
}

.ranking-ico span.ranking-ico-2,
.ranking-ico span.ranking-ico-2:after {
  border: 1px solid #bababa;
}

.ranking-ico span.ranking-ico-3,
.ranking-ico span.ranking-ico-3:after {
  border: 1px solid #f7adc5;
}

.ranking-ico span.ranking-ico-4,
.ranking-ico span.ranking-ico-4:after {
  border: 1px solid #94E2F7;
}

.ranking-ico span.ranking-ico-5,
.ranking-ico span.ranking-ico-5:after {
  border: 1px solid #c3f7ad;
}

@media screen and (min-width: 1001px) {
  .visual-logo {
    padding: 10% 0;
  }

  .therapist-list.top-ranking .staff-box {
    width: 150px !important;
  }

  main {
    padding-top: 3rem;
  }

  .under-main {
    margin-top: calc(430/1920*100%);
    padding-top: 6rem;
  }
}

@media screen and (max-width: 1000px) {
  .schedule-wrap {}


  #nav a span {
    display: none;
  }

  #nav p {
    font-size: 1rem;
  }

  .schedule-wrap .staff-box {
    width: 100%;
    display: flex;
    padding: 1rem 0;
    box-shadow: unset;
    border-top: 1px dotted;
    margin: 0;
  }

  .schedule-wrap .staff-box .staff-image01 {
    width: 80%;
  }

  .schedule-wrap .staff-box .staff-image01 .ico-area {}

  .schedule-wrap .staff-box a {}

  .schedule-wrap .staff-box .box-inner {
    background: none;
    margin-left: 0.8rem;
  }

  .schedule-wrap .staff-box .box-inner li {
    background: none;
    color: unset;
    text-align: left;
    font-size: 1rem;
    margin-right: 0;
    padding: 0;
  }

  .schedule-wrap .staff-box .box-inner li span {
    display: inline-block;
    padding: 0 0.2rem;
  }

  .schedule-wrap .staff-box .box-inner li:nth-of-type(3),
  .schedule-wrap .staff-box .box-inner li:nth-of-type(4),
  .schedule-wrap .staff-box .box-inner li:nth-of-type(5) {
    border-top: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  /* #nav a {
    font-size: 0.5rem;
  } */
}

.process-box {
  margin: 0 auto 2.5rem;
  max-width: 768px;
}

.process-box dl {
  text-align: center;
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}

.process-box dt {}

.process-box dt span {
  text-shadow: 0 0 7px #ff89af, 0 0 21px #ff89af, 0 0 42px #ff89af, 0 0 102px #ff89af;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1.25rem;
}

.process-box dd {}

.process-box dd h3 {
  color: #ff89af;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.process-box dd p {
  font-size: 0.85rem;
  line-height: 1.5;
}

.process-box .process-image {
  position: relative;
  margin-bottom: 2.5rem;
}

.process-box .process-image img {
  width: 100%;
}

.ico-grade {
  display: flex;
  justify-content: left;
  padding: 0.25rem 0;
  height: 33px;
  align-items: baseline;
}

.ico-grade img {
  width: 1.2rem;
  filter: drop-shadow(1px 1px 1px #f7adc5);
  margin-left: 0.5rem;
}

.waittime {
  /* font-size: 1rem; */
  color: #ff5d91;
}

.blog-under-container {
  padding: 1rem;
}

.search-bnr {
  width: 80%;
  margin: 1rem auto;
  background: #fff;
  border: 2px solid #f7adc5;
}

.search-bnr a {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-decoration: none;
  color: #f7adc5;
}

.search-bnr a p:nth-of-type(2) {
  margin-left: 1rem;
}

.event.blog-detail-wrap {}

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

.event.blog-detail-wrap .blog-detail-info .blog-detail-update {
  text-align: right;
}

.event.blog-detail-wrap .blog-detail-info::after {
  content: none;
}

.event.blog-detail-wrap .blog-detail-info .blog-detail-update::after {
  content: none;
}

.event.blog-detail-wrap .blog-detail-image {
  width: 100%;
  padding: 0;
  padding-top: calc(3/4*100%);
}

.event.blog-detail-wrap .blog-text-area.pc {
  padding: 1rem;
  width: 100%;
}

.event.blog-detail-wrap .blog-detail-info .blog-detail-ttl::after {
  content: none;
}

.event.blog-detail-wrap .end-line {
  border-bottom: 0;
}


/* .icon-list li,
.icon-box li {
  display: none;
}

.icon-list li.active,
.icon-box li.active {
  display: block;
} */
/* #thera-icons li{
  display: none;
}

#thera-icons li.active {
  display: block;
} */


.pc.week-btn-box {
  justify-content: center;
}

#week-btn-box {
  display: flex;
  justify-content: center;

}

#week-btn-box .prof-week-btn:nth-child(1) {
  margin-right: 1rem;

}


.sp #week-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.sp #week-btn-box .prof-week-btn:nth-child(1) {
  margin-right: 1rem;
}


@media screen and (min-width:1001px) {
  .prof-info-wrap {
    display: flex;
    justify-content: space-between;
  }

  .schedule-info-wrap {
    width: 47%;
  }

  #prof-twitter {
    width: 100%;
    margin-left: 1rem;
  }

  .detail-tbl thead {
    width: 50%;
  }

  .detail-tbl tbody {
    width: 50%;
  }
}




@media screen and (max-width:500px) {
  .ico-area li {
    width: 48%;
  }
}

.ico-area li {
  width: 48%;
}

@media screen and (min-width:1000px) {
  #profSlider .swiper-slide {
    padding-top: 0;
  }

  #prof-twitter .twitter-wrap {
    height: 310px;
  }

  .prof-image-box {
    display: flex;
  }

  #profSlider {
    width: 80%;
    height: 600px;
  }

  #thumbSlider {
    width: 20%;
    height: 600px;
    display: block;
    margin-top: 0;
    margin-left: 0.2rem;
  }

  #thumbSlider .swiper-slide {
    width: 100%;
  }
}

@media screen and (min-width:769px) and (max-width:1000px) {

  .detail-wrap {
    width: 100%;
  }

  .schedule-info-wrap {
    width: 100%;
  }

  #prof-twitter {
    width: 100%;
  }

}

@media screen and (min-width:769px) and (max-width:980px) {
  .ico-area li {
    width: 48%;
  }
}


#week-btn-box {
  margin-top: 1rem;
}

#staff-list {
  width: 19%;
}

@media screen and (max-width:500px) {
  #staff-list {
    width: 49%;
  }
}

@media screen and (min-width:501px) and (max-width:785px) {
  #staff-list {
    width: 32.5%;
  }
}

.ico-area {
  padding: 0.2rem 0 0;
}



#ico-area-profile li {
  width: 23%;
}

@media screen and (min-width:600px) and (max-width:999px) {

  .profile-wrap .ico-area {

    padding-right: 5rem;
    padding-left: 5rem;
  }
}


.shop-comment {
  background-color: #fff;
  border: 1px solid #b9b5b5;
  padding: 0.5rem 0.75rem;
}

@media screen and (min-width:1001px) {
  .shop-comment {
    background-color: transparent;
    border: none;
  }
}


@media screen and (min-width:1001px) {
  .staff-wrap {
    display: flex;
    align-items: center;
  }

  .staff-name {
    font-size: 1.2rem;
    margin-top: 0;
    margin-right: 1rem;
  }

  .staff-name+p {
    font-size: 1.2rem;
  }

}


.ranking-ico.profile {
  padding: 1rem 0.25rem 0;
}

@media screen and (min-width:1001px) {
  .ranking-ico.profile {
    display: none;
  }

}

.ranking-ico.profile span {
  width: 80%;
  text-align: center;
  font-style: italic;
  font-size: 1.5rem;
  padding: 0.1rem 0;
}

.ranking-ico.profile span::after {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
}


.ranking-ico.pc span {
  width: 40%;
  margin: unset;
  text-align: center;
  padding: 0.2rem;
  font-size: 1.4rem;
  font-style: italic;
}

@media screen and (min-width:1001px) {
  .staff-wrap {
    margin-bottom: 1rem;
  }

  /* #therapist ul.staff-box-name {
    background: #f7adc5;
    color: #fff;
  } */
}

#therapist .staff-box {
  box-shadow: 0px 0px 1px 0px #000000;

}

/* #therapist .icon-list {
  padding: 0 0.4rem 0.2rem;
}

#therapist .icon-list li {
  margin-bottom: 0;
}

#therapist .icon-list li:nth-child(n+3) {
  margin-top: 0.5rem;
} */


.detail-wrap li {
  position: relative;
}

.detail-wrap li span {
  position: absolute;
  left: 45%;
  border-left: 1px dotted #212121;
  padding-left: 0.3rem;
}

/* #profSlider {
  opacity: 1;
}

#profSlider.active {
  opacity: 0;
} */

/* #profSlider.active {
 animation:fade 3s ease 0s;
}  */


#profSlider .swiper-slide[class*=-active] {
  animation: fade 0.3s 0s;
}

@keyframes fade {
  0% {
    opacity: 0.8;
    background-color: #fff;
  }

  100% {
    opacity: 1;
    background-color: #fff;
  }
}

@media screen and (max-width:1000px) {


  footer p:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.1rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    background: url(../img/footer-tel-bg.jpg) no-repeat center / cover;
  }

  footer p:nth-of-type(1) span {
    line-height: 1;
    font-size: 0.9rem;
    margin-right: 0.8rem;
    letter-spacing: normal;
  }

  footer p:nth-of-type(2) {
    font-size: 0.8rem;
    padding: 0.6rem 0.5rem 1.3rem;
    background: url(../img/footer-mail-bg.jpg) no-repeat top / cover;

  }

  footer p:nth-of-type(2) span {
    font-size: 0.3rem;
    padding: 0.2rem 0.5rem;
    background: #ff84c8;
    border-radius: 999px;
    border: 1px solid #fff;
    margin-right: 0.5rem;

  }

}

footer p:nth-of-type(3) {
  font-size: 0.8rem;
  padding: 0.5rem 0.5rem 2.5rem;
  background: rgba(255, 255, 255, .8);
  color: #ff4dc8;

}

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

  footer {
    padding: 0 0 2rem;
  }

  footer ul {
    align-items: center;
  }

  footer a {
    font-size: 0.7rem;

  }

  footer li {
    margin: 0.2rem;
    position: relative;
    padding-left: 0.5rem;
  }

  footer li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer-wrapper {
    margin: auto;
    padding: 0;
    text-align: left;
    display: flex;
    justify-self: left;
    max-width: 1100px;
    width: 100%;
  }

  footer p:nth-of-type(3) {
    background-color: transparent;
    color: #fff;
    max-width: 1100px;
    margin: auto;
    text-align: left;
  }

  .twitter-box {
    width: 50%;
    margin-right: 1rem;
  }

  .pc {
    display: block;
  }


  .sp {
    display: none;
  }


  #prof-twitter .twitter-wrap {
    margin: 0;
  }

  #prof-twitter .twitter-wrap .shame-btn {
    margin-top: 0;
  }

  #twitter-wrap .twitter-wrap {
    /* overflow: visible; */
    overflow-y: scroll;
  }

}


.shop-comment {
  height: 250px;
  overflow-y: scroll;
}


.process-box span {
  color: #ff89af;
}


@media screen and (min-width:500px) and (max-width:800px) {
  .process-box dd h3 {
    font-size: 1.5rem;
  }

  .process-box dd p {
    font-size: 1rem;
  }
}


@media screen and (min-width:801px) {
  .process-box dd h3 {
    font-size: 2rem;
  }

  .process-box dd p {
    font-size: 1.5rem;
  }

  .staff-box-name.sp {
    display: none;
  }

  .staff-box-name.pc {
    display: block;
  }

  .staff-box-name.pc li:nth-child(1) {
    background: transparent;
    font-size: 1rem;
  }
}

#therapist-wrap {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width:800px) {

  .therapist-list .staff-box {
    width: 49.5%;
  }
}

@media screen and (min-width:1001px) {
  .therapist-list .staff-box {
    width: 24.5%;
  }


  .staff-box-name.pc li:nth-child(1) {
    background: transparent;
  }

  #therapist .ico-grade {
    padding: 0.25rem 0.5rem;
  }

}

/*
@media screen and (min-width:801px) {

  #therapist-wrap #therapist .staff-box {
    width: 19.2%;
  }
} */


/*********************** 追加 *************************/

.ranking-ico {
  padding: 0 1rem 0.5rem;
}


@media screen and (max-width:1000px) {

  #wait-therapist .staff-box {
    width: 49%;
    background-color: #fff;
  }

  #wait-therapist .staff-box .ico-grade {
    padding-left: 0.5rem;
  }



  .therapist-list#wait-therapist {
    padding: 0.3rem;
  }

  #wait-therapist .staff-box {
    /* border: 1px solid #cacaca; */
    box-shadow: 0px 0px 1px 0px #000000;
    /* padding-top: 0.4rem; */
    /* padding-top: 1.2rem; */
  }


  #wait-therapist .staff-box>ul li+li {
    padding: 0.3rem 0;
  }

  #wait-therapist .staff-box .therapist-work-time>li:nth-child(1) {
    position: relative;
  }

  #wait-therapist .staff-box .therapist-work-time>li:nth-child(1):after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #cacaca;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #wait-therapist .staff-box {
    margin-bottom: 0.4rem;
  }

}

@media screen and (min-width:1001px) {
  #wait-therapist .therapist-list-name.sp {
    display: none;
  }

  #wait-therapist .therapist-list-name.pc {
    display: block;
    background-color: transparent;
    /* background-color: #f7adc5; */
  }

}


@media screen and (max-width:1000px) {

  #therapist {
    padding: 0.4rem;
  }

  #therapist .staff-box {
    width: 48.5%;
    /* padding-top: 1.5rem; */
    padding-bottom: 0.3rem;
    margin-bottom: 1.5rem;

  }

  #therapist .staff-box .box-inner {
    padding: 0 0.3rem;
  }

  #therapist .ico-grade {
    padding: 0.25rem 0.5rem;
  }

}

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

  #therapist .staff-box {
    /* padding-top: 1.5rem; */
  }

  #therapist-wrap #therapist .staff-box {
    width: 19%;
  }

  /* .therapist-list .staff-box{
      width: 24%;
  } */
  #therapist .staff-box .box-inner {
    padding: 0.5rem;
  }


}

.therapist-list .staff-box {
  box-shadow: 0px 0px 1px 0px #000000;
}

.therapist-list.top-ranking .staff-box {
  box-shadow: none;
}

@media screen and (max-width:1000px) {
  .profile-wrap .ico-area {
    padding-top: 1rem;
  }

}



@media screen and (max-width:1000px) {



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

  .schedule-wrap .therapist-list {
    display: block;
  }

  .schedule-wrap .therapist-list .staff-box {
    width: 100%;
    box-shadow: none;
  }



  .schedule-wrap .staff-box a {
    border-radius: 5px;
  }

  /*
  .schedule-wrap .staff-box .box-inner{
    padding-top: 1.5rem;
  } */

  .schedule-wrap .staff-box .box-inner li:nth-child(2) {
    margin-bottom: 0;
  }

  @media screen and (min-width:1001px) {
    .schedule-wrap .staff-box .box-inner li:last-of-type {
      padding-right: 2rem;
    }

  }




  .schedule-wrap .staff-box .box-inner li:nth-child(7) .ranking-ico {
    padding: 0 0 0.5rem;
    text-align: center;
  }

  .schedule-wrap .staff-box:nth-child(1) {
    border-top: unset;

  }
}

@media screen and (max-width:1000px) {
  .profile-wrap .ico-grade {
    display: none;
  }

  .profile-wrap .ico-grade.sp {
    display: block;
    margin-bottom: 1rem;
  }

  .profile-wrap .ico-grade.sp img {
    width: 2rem;
  }

  .top-ranking .ranking-ico {
    padding: 0.5rem 0.25rem;
  }

}

@media screen and (min-width:1001px) {
  .schedule-wrap .therapist-list {
    box-shadow: 0px 0px 1px 0px #000000;
    padding: 1rem 1rem 0;
  }

  .schedule-wrap .therapist-list .staff-box {
    width: 19%;
    box-shadow: 0px 0px 1px 0px #000000;
    padding: 0 0 1.5rem;
  }

  .schedule-wrap .therapist-list .staff-box .box-inner li:nth-child(2) {
    background-color: transparent;
    /* background-color: #f7adc5; */
  }

  .schedule-wrap .therapist-list .staff-box .box-inner li:nth-child(3) {
    background: transparent;
    /* background: linear-gradient(to bottom,rgba(255,255,255,.8)0%,rgba(255,255,255,.8)50%,rgba(19, 214, 77, 0.8)60%,rgba(19, 214, 77, 0.8)100%); */
  }

  /* .schedule-wrap .therapist-list .staff-box .box-inner li:nth-child(4)
  {
    background-color: transparent;
  } */


  .schedule-wrap .therapist-list .staff-box .box-inner .sp {
    display: none;
  }

  .schedule-wrap .therapist-list .staff-box .box-inner .pc {
    display: block;
    /* background-color: #f7adc5; */
  }

  .profile-wrap .ico-grade.sp {
    display: none;

  }

  .profile-wrap .ico-grade.pc {
    display: block;
  }

  .top-ranking .staff-box {
    box-shadow: 0px 0px 1px 0px #000000;
  }
}


.ico-grade img:nth-child(1) {
  margin-left: 0;
}

.staff-box {
  background-color: #fff;
}


.top-ranking .staff-box {
  background-color: transparent;
}

@media screen and (max-width:1000px) {
  .schedule-wrap .therapist-list .staff-box {
    background-color: transparent;
  }

  #therapist .staff-box-name.sp li:nth-child(1) {
    font-size: 1rem;
  }

}



#new-therapist .staff-image01 a,
#new-therapist .staff-image02 a,
#new-therapist .staff-image03 a,
#new-therapist .staff-image04 a {
  min-width: 176px !important;
  max-width: 210px !important;
}

#new-therapist .staff-box {
  /* margin-right: 1.8rem; */
}

#new-therapist .top-ranking .staff-box {
  width: 38%;
  margin-bottom: 0;
}

#new-therapist .staff-box .box-inner>li:nth-child(1),
#new-therapist .staff-box .box-inner>li:nth-child(2) {
  text-align: left;
  padding-left: 0.3rem;
}

#new-therapist .staff-box .box-inner>li:nth-child(1) {
  /* margin-bottom: 0.1rem; */
  line-height: 1;
  padding-top: 0.5rem;
  padding-bottom: 0;
}

#new-therapist .staff-box .box-inner>li:nth-child(2) {
  font-size: 0.7rem;
  margin-bottom: 0;
}


@media screen and (max-width:1000px) {
  .link-bnr-wrap {
    justify-content: center;
  }
}

.new-ico-area .ico-newface,
.new-ico-area .ico-recom,
.new-ico-area .ico-deli,
.new-ico-area .ico-popular,
.new-ico-area .ico05,
.new-ico-area .ico06,
.new-ico-area .ico07,
.new-ico-area .ico08,
.new-ico-area .ico09,
.new-ico-area .ico10,
.new-ico-area .ico11,
.new-ico-area .ico12,
.new-ico-area .ico13,
.new-ico-area .ico14,
.new-ico-area .ico15,
.new-ico-area .ico16,
.new-ico-area .ico17,
.new-ico-area .ico18,
.new-ico-area .ico19,
.new-ico-area .ico20,
.new-ico-area .ico21,
.new-ico-area .ico22,
.new-ico-area .ico23,
.new-ico-area .ico24,
.new-ico-area .ico25,
.new-ico-area .ico26,
.new-ico-area .ico27,
.new-ico-area .ico28,
.new-ico-area .ico29,
.new-ico-area .ico30 {
  background: #fff !important;
  border: none !important;
  font-size: 0.7rem;
  border-image: none !important;
}

@media screen and (min-width:1001px) {
  header nav ul li.pc {
    display: block;
  }
}

.schedule-wrap .staff-box .box-inner .therapist-ranking {
  max-width: 200px;
}


.schedule-wrap .staff-box .box-inner .therapist-ranking span {
  background: transparent;
  border-radius: 3px;
  margin-top: 0.3rem;
  color: #000;
  text-align: center;
  font-style: italic;
}

.schedule-wrap .staff-box .box-inner .therapist-schedule span {
  background: linear-gradient(to bottom, #65b865 0, #259925 100%);
  border-radius: 5px;
  color: #fff;
  font-size: 0.9rem;
  min-width: 140px;
  text-align: center;
}

@media screen and (max-width:1000px) {
  .schedule-wrap .staff-box .box-inner .therapist-schedule span {
    min-width: 125px;

  }

}

.schedule-wrap .staff-box .box-inner .therapist-cond {
  background: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  max-width: 130px;

}

@media screen and (min-width:1001px) {
  .schedule-wrap .staff-box .box-inner .therapist-schedule span {
    background: #fff;
    color: #000;
    min-width: unset;
  }

  .schedule-wrap .staff-box .box-inner .therapist-cond {
    background: transparent;
    color: #000;
    text-align: center;
    border-radius: 5px;
    margin: auto;
  }
}

@media screen and (max-width:1000px) {
  .therapist-wait>div {
    display: inline;
    padding: 0.4rem 0.5rem;
    background: linear-gradient(to bottom, #eb534e 0, #df2d28 100%) !important;
    border-radius: 5px;
    color: #fff;
    min-width: 140px;
    text-align: center;
    color: #fff !important;
    text-align: center !important;

    /* padding-right: 0 !important; */
  }

  .therapist-wait .waittime {
    color: #fff;
  }
}

.pc-ico-grade {
  padding-left: 0.5rem;
}

.sp .pc-ico-grade {
  padding-left: 0;
}


@media screen and (max-width:1000px) {

  .schedule-wrap .therapist-list .staff-box .therapist-schedule span {
    margin-top: 0.5rem;
    padding: 0.4rem 0;
  }



  .schedule-wrap .therapist-list .staff-box .therapist-wait {

    font-size: 0.5rem;
    /* margin-right: 0.5rem; */
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
    padding: 0.5rem 0 0;
  }

  .schedule-wrap .therapist-list .staff-box .therapist-grade {
    margin-bottom: 0;
  }

  .therapist-name {
    font-size: 1.1rem;

  }

  .therapist-age {
    font-size: 1.1rem;
  }


}

@media screen and (min-width:1001px) {
  .schedule-wrap .therapist-list .staff-box .therapist-wait {
    font-size: 0.75rem;
  }
}