:root {
  --gr_1: linear-gradient(to top, #9795f0 0%, #c8e6fb 100%);
  --gr_2: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
  --gr_3: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  --gr_4: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
  --gr_5: linear-gradient(to top, #B9E1EB 0%, #b6c8ff 100%);

  --bk: #373737;
  --text: #222;
}

body {
  font-feature-settings: "palt";
  font-size: 16px;
  color: var(--text);
  background: #222;

}

body::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: linear-gradient(to top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0)100%), url(../img/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

a {
  color: #fff;
}

img {
  vertical-align: middle;
}

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

.loading img {
  width: 65%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* filter:  drop-shadow(1px 0px 0px rgba(255,255,255,.7)) drop-shadow(0px 1px 0px rgba(255,255,255,.7)) drop-shadow(-1px 0px 0px rgba(255,255,255,.7)) drop-shadow(0px -1px 0px rgba(255,255,255,.7)) */
}

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

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

header {
  width: 100%;
  position: fixed;
  height: 4rem;
  z-index: 99;
  transition: ease 0.3s;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
}

main {
  background: rgba(255, 255, 255, .6);
}

.under-h {
  background: rgba(255, 255, 255, 0.6);
}

.header-bg {
  background: rgba(255, 255, 255, 0.6);
}

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

.logo-area h1 {
  height: 4rem;
  /* width: 50px; */
  width: 90px;
  padding: 0.3rem 0;
}

.logo-area a {
  display: block;
  background: url("../img/h-logo.png?ver2");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 55%;
  height: 100%;
  text-indent: -999999px;
  /* filter:drop-shadow(1px 1px 0px white); */
  /* filter: drop-shadow(1px 0px 0px rgba(255,255,255,.7)) drop-shadow(0px 1px 0px rgba(255,255,255,.7)); */
}

#nav-circle-bg {
  position: fixed;
  background: rgb(98 98 98 / 80%);
  width: 600px;
  height: 100vh;
  top: 0;
  right: -600px;
  border-radius: 50%;
  transition: transform 0.5s ease;
  transition-delay: .7s;
}

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

#nav {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 57px;
  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 #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#nav li:nth-last-of-type(2) {
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#nav a {
  width: 100%;
  display: block;
  color: var(--text);
  text-decoration: none;
  padding: 0.4rem 0;
  line-height: 1;
}

.open #nav a,
.open #nav p {
  color: #fff;
}

#nav p {
  padding-top: 0.3rem;
  color: var(--text);
}

#nav-toggle {
  position: fixed;
  top: 1.2rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 2;
}

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

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

#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:nth-child(1) {
  top: 0.75rem;
  transform: rotate(45deg);
}

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

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

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

.mainvisual-bg {
  width: 100%;
  height: 100vh;
  margin-top: 4rem;
  position: relative;
  /* z-index: 0; */
}

.mainvisual-bg::before {
  content: "";
  display: block;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.25) 100%),
    url("../img/mainvisual.jpg");
  background-size: cover;
  background-position: center right 19%;
  /* background-position: bottom; */
  background-repeat: no-repeat;
  width: 100%;
  /* height: 100%; */
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.visual-logo {
  background: url("../img/visual-logo.png?ver2");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 30% 0; */
  padding: 16% 0;
  /* filter: drop-shadow(1px 1px 0px rgba(255,255,255,0.3)); */
  /* filter: drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 0px white); */
  /* filter:drop-shadow(1px 0px 0px rgba(255,255,255,.7)) drop-shadow(0px 1px 0px rgba(255,255,255,.7)) drop-shadow(-1px 0px 0px rgba(255,255,255,.7)) drop-shadow(0px -1px 0px rgba(255,255,255,.7)); */
}

/*.visual-logo {
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: 3;
}*/
.visual-logo {
  animation: testtest 2s linear 1s 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: #fff;
}

.mainvisual p {
  padding: 1rem 0 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #555;
}

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

.mainvisual ul li+li {
  margin-left: 1rem;
}

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

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

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

.main-contact {
  width: 100%;
  padding: 0.5rem;
  background: var(--gr_2);
  color: var(--bk);
}

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

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

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

.contents-ttl {
  /* background: url("../img/title.svg"); */
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
  /* margin: 2rem 0; */
  text-align: center;
  line-height: 1.2;
  color: #bd9d74;
  /* background: -webkit-linear-gradient(-45deg, #314631 0% 20%, #5fd814 50%,#5fd814 60%,#2e562e 80% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.contents-ttl h2 {
  font-size: 2.2rem;
  color: var(--text);
}

.contents-ttl p {
  font-size: 0.9rem;
  font-weight: bold;
  padding-top: 0.5rem;
  color: var(--text);
}

.under-main .contents-ttl h2,
.under-main .contents-ttl p {
  /* filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .7)); */
}

.under-main .contents-ttl {
  position: relative;
  background: rgba(255, 255, 255, .6);
}

.under-main .contents-ttl::before {
  content: "";
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../img/mainvisual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;

}

.under-main .col-right .contents-ttl::before {
  content: none;
}

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

.pick-image a {
  display: block;
  width: 100%;
  background: url("../img/pickup.jpg?ver1");
  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-image01 a {
  background: url("../img/news01.jpg?ver1");
}

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

.news-image01 a,
.news-image02 a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(3/4*100%);
}

.news-text-wrap {
  width: 100%;
  padding: 1rem 0.5rem 0;
  /* background: #111; */
  background: rgb(255 255 255 / 66%);
}

.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: var(--text);
}

.news-text-wrap li span {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: var(--gr_3);
  color: var(--bk);
  font-weight: bold;
  margin-right: 1rem;
}

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

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

.tosays-ttl {
  padding-bottom: 1rem;
}

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

.todays-wrap p {
  font-size: 0.75rem;
  color: var(--text);
}

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

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

.staff-box>ul>li {
  padding: 0.5rem;
  color: var(--text);
}

.staff-box>ul li+li {
  border-top: 1px dashed #8a8a8a;
}

.staff-box>ul li:nth-of-type(4) {
  background: rgb(0 0 0 / 60%);
  color: #fff;
  border: 1px solid #8691ff;
}

/* .staff-box>ul li:last-child {
  background: rgb(0 0 0 / 60%);
  color: #fff;
  border: 1px solid #8691ff;
} */


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

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

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

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

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

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

.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%;
  padding: 0 1rem;
}

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

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

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

.clamp-text2 {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  /* background: #e0e0e0; */
  position: relative;
  line-height: 1.4;
  margin-top: auto;
  font-size: 0.9rem;
}

/* .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: var(--text);
  text-decoration: none;
}

.clamp-text3 {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  /* background: #e0e0e0; */
  position: relative;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.5rem;
  text-decoration: underline;
}

/* .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?ver1");
}

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

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

.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 {
  width: 100%;
  padding: 0 1rem;
  overflow: hidden;
}

/* .reserve-bnr {
  background: url("../img/reserve.jpg?ver1");
}

.qa-bnr {
  background: url("../img/qa.jpg?ver1");
}

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

.reserve-bnr,
.qa-bnr,
.recruit-bnr {
  width: 100%;
  padding: 0.5rem;
  margin: 1rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reserve-bnr a,
.qa-bnr a,
.recruit-bnr a {
  display: block;
  text-decoration: none;
  padding: 1rem;
  font-size: 1.5rem;
  color: #5c5c5c;
  text-align: center;
  /* border: 1px solid #84b7fb; */
  background: var(--gr_2);
  /* outline: 1px solid #84b7fb; */
  outline-offset: -5px;
}

.reserve-bnr a p,
.qa-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: rgb(255 255 255 / 66%);
  text-align: center;
  padding: 2rem 1rem;
}

.concept-wrap h3 {
  font-size: 2rem;
  color: var(--text);
}

.concept-wrap h3+p {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: var(--text);
}

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

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

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

.under-wrap {
  background: rgba(255, 255, 255, .6);
  padding-top: 1rem;
}

.under-main .contents-ttl {
  padding: 4rem 0;
}


.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: #fff; */
  padding: 0.5rem 1rem;
  border: 1px solid #969696;
  color: var(--text);
}

.weekly-schedule li a.current {
  background: var(--gr_1);
  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 #969696;
  color: var(--text);
  width: 68%;
  background-image: url(../img/filter-arrow.svg), var(--gr_1);
  background-size: 2.625rem 2.625rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: rgb(255 255 255);
}

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

.filter-wrap .filter-reset a {
  text-decoration: underline;
  color: var(--text);
}

.filter-inner {
  width: 100%;
  text-align: left;
  border: 1px solid #969696;
  background-color: rgb(255 255 255);
  padding: 0.5rem;
  margin-top: 1rem;
  position: relative;
  height: 2.625rem;
  color: var(--text);
}

.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: var(--gr_1);
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0;
  border-left: 1px solid #969696;
}

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

}

.profile-wrap h3 .staff-alpha {
  display: block;
  font-weight: normal;
  font-size: 0.85rem;
}

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

.detail-tbl tr td {
  background: #fff;
}

.tab-label {
  flex: 1;
  color: var(--text);
  background: #ffffff;
  order: -1;
  /* font-size: 0.75rem; */
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}

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

.tab-switch:checked+.tab-label {
  color: var(--bk);
  background: var(--gr_1);
}

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

.tab-switch {
  display: none;
}

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

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

.tab-image01,
.tab-image02,
.tab-image03 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(4/3*100%);
}

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

.detail-wrap {
  /* background: #111333CC; */
  padding: 0.5rem;
}

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

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

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

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

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

.detail-tbl thead {
  display: block;
  width: 30%;
  background: var(--gr_2);
}

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

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

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

  .detail-tbl tr th {
    border-right: 0;
  }

}

.sat {
  color: #a6d6ff;
}

.sun {
  color: #ff88aa;
}

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

.ico01,
.ico04,
.ico07,
.ico010,
.ico013 {
  background: rgba(110, 198, 146, 0.8) !important;
}

.ico02,
.ico05,
.ico08,
.ico011 {
  background: rgba(207, 147, 229, 0.8) !important;
}

.ico03,
.ico06,
.ico09,
.ico012 {
  background: rgba(237, 100, 147, 0.8) !important;
}

.ico-area li {
  width: 2rem;
  height: 2rem;
  color: #fff;
  transform: rotate(45deg);
  overflow: hidden;
}

.ico-area li+li {
  margin-top: 1rem;
}

.ico-area li p {
  transform: rotate(-45deg);
  width: 2rem;
  height: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1.2;
}

.bottom-ico.ico-area {
  position: unset;
}

.bottom-ico.ico-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 54px;
  overflow: hidden;
}

.bottom-ico.ico-area li {
  transform: unset;
  width: 48%;
  height: 1.25rem;
  margin: 0 0 0.5rem;
  border-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-ico.ico-area p {
  transform: unset;
  width: unset;
  height: unset;
  /* padding: 0; */
  display: block;
  white-space: nowrap;
}

.bottom-ico.ico-area br {
  display: none;
}

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

/*
.profile-wrap .ico-area li {
	width:4rem;
	height:4rem;
}
.profile-wrap .ico-area li p {
	font-size:1rem;
	width:4rem;
	height:4rem;
}
*/
.prof-ico-area {
  margin: 0.5rem 0;
  width: 100%;
}

.prof-ico-area .ico-area {
  font-size: 0.75rem;
  position: unset
}

.prof-ico-area .ico-area ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.staff-image01,
.staff-image02,
.staff-image03,
.staff-image04 {
  position: relative;
}

.ico-tw {
  background-color: rgba(0, 0, 0);
  color: #fff;
  font-size: 1rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;


}

.ico-tw_p {
  margin-right: 1rem;
}

.ico-tw a {
  background: none !important;
  padding: 0;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

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

.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;
  /* background: #111333CC; */
}

.reserve {
  padding: 0 0 1rem;
}

.reserve>div {
  position: relative;
  padding: 0.5rem 1rem;
  /* background: #111333CC; */
  word-break: break-all;
}

.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 #777777;
  font-size: 1rem;
  border-radius: 0;
  /* background: #fff; */
}

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

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

.reserve select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/select-arrow.svg"), linear-gradient(to bottom, #99aeff 0%, #799fff 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: #967c32;
  display: none;
}

.reserve #schedule {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #777777;
  border-radius: 0;
  background-image: url("../img/calendar.svg"),
    linear-gradient(to bottom, #99aeff 0%, #799fff 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 #81716d;
  font-size: 1rem;
  border-radius: 0;
  background-image: url("../img/select-arrow.svg"), linear-gradient(to bottom, #99aeff 0%, #799fff 100%);
  background-size: 2.5rem 2.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  /* background-color: #fff; */
}

input[type="time" i]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.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: var(--gr_1);
  color: #fff;
  font-size: 1rem;
  transition: ease 0.3s;
}

.reserve input[type="submit"][disabled] {
  background: #ccc;
  color: #fff;
}

.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: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  /* background: #fff; */
  border: 1px solid var(--text);
  border-radius: 50%;
}

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

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

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

.reserve .check-point:before {
  border-color: #fff;
}

.comp-btn {

  margin: 2rem auto;
  padding: 0.5rem 1rem;
}

.comp-btn a {
  display: inline-block;
  /* width: 100%; */
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  /* border: 2px solid; */
  background: #67473E;
  color: #fff;
  /* border-image-slice: 1; */
  font-weight: 600;
  line-height: 1;
  padding: 0.8rem 1rem;
  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 #666;
  border-right: 3px solid #666;
}

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

.recruit-main {
  padding-top: 4rem;
  /* background: #e0e0e0; */
}

.recruit-mainvisual {
  background: url("../img/recruit-top.jpg?ver2");
  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;
  /* background: #111333CC; */
  padding: 1rem 0;
}

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

.job-box dl dt {
  text-align: center;
  background: #c8e6fb;
  color: var(--bk);
}

.job-box dl dt+dd {
  border-top: 0;
  border-bottom: 0;
  text-align: left;
  background: #fff;
}

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

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

.job-box dl dt+dd a {
  color: var(--text);
}

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

.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: #888;
  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?ver1");
  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: var(--text);
  padding: 0.5rem 3.5rem 0.5rem 0.5rem;
  background: #fff;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #999;
  font-size: 0.95rem;
}

.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: var(--gr_3);
  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: var(--bk);
}

.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 #888; */
  /* border-bottom: 1px solid #888; */
  text-align: center;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #757575;
}

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

.list-wrap h3:after {
  /* content: ""; */
  display: block;
  border-bottom: 1px solid #888;
  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;
  flex-wrap: wrap;
  justify-content: space-between;
  /* background: #111333CC; */
  padding: 1rem 0;
}

.list-wrap dt,
.list-wrap dd {
  width: 50%;
  margin-top: -1px;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #adadad;
}

.list-wrap dt {
  background: var(--gr_3);
  color: var(--bk);
  /* color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-wrap dd {
  background: #ffffff;
  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%;
}

.credit-bnr {
  margin: 0.5rem 0;
  max-width: 900px;
  /* display: flex;
  justify-content: center; */
}

.credit-bnr a {
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  background: url("../img/credit-bg.jpg?ver1");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  filter: drop-shadow(0px 0px 1px black);
  text-decoration: none;
}

.credit-bnr img {
  width: 20% !important;
}

.credit-bnr span {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  /* text-shadow: 0 0 4px #111333CC, 0 0 4px #111333CC, 0 0 4px #111333CC, 0 0 4px #111333CC; */
}

.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 0 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #888;
}

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

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

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

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

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

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

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

.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(3/4*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: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 33.333% 0;
}

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

.news-inner-info a {
  color: var(--text);
}

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

.news-ico {
  padding: 0.25rem;
  background: var(--gr_3);
  color: var(--bk);
  font-weight: bold;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}

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

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

.blog-under-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* background: #111333CC; */
  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?ver1");
}

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

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

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

.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: #888; */
  font-size: 0.75rem;
}

.blog-under-ttl {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-clamp {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
  text-align: justify;
  /* background: #fff; */
  position: relative;
  line-height: 1.4;
  font-size: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* .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;
  padding: 0.5rem 1rem;
  background: var(--gr_1);
  color: #fff;
  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;
  word-break: break-all;
}

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

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

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

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

/* .news-text-area:after,
.blog-text-area:after {
  content: "";
  display: block;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
  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: var(--gr_1);
  color: var(--bk);
  padding: 0.5rem 1rem;
}

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

.blog-detail-image {
  background: url("../img/blog-image01.jpg?ver1");
  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: var(--gr_2);
  color: var(--bk);
  padding: 0.5rem 1rem;
  font-weight: 400;
  border: 1px solid #848282;
}

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

.archive li a {
  display: block;
  text-decoration: none;
  color: var(--text);
}

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

.access-container {
  width: 100%;
  padding: 1rem;
  /* background: #111333CC; */
}

.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: 2rem 2rem 4rem;
  background: rgba(255, 255, 255, .6);
  text-align: center;
  color: var(--text);
}

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: var(--text);
  font-size: 2rem;

}

.footer-logo {
  background: url("../img/f-logo.png?ver2");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9% 0;
  /* filter:drop-shadow(1px 0px 0px rgba(255,255,255,.7)) drop-shadow(0px 1px 0px rgba(255,255,255,.7)) drop-shadow(-1px 0px 0px rgba(255,255,255,.7)) drop-shadow(0px -1px 0px rgba(255,255,255,.7)); */
  margin-bottom: 1rem;
}

.sp-foot {
  width: 100%;
  height: 4rem;
  padding: 0.5rem;
  background: var(--gr_3);
  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: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  /* background: #8E742F; */
}

.sp-foot li:nth-child(2) {
  /* background: #67473E; */
}

.sp-foot li:nth-child(3) {
  /* background: #A4A869; */
}

/*.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 {
  margin-left: 3px;
}

.sp-foot a {
  color: #474747;
  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;
  /* border: 2px solid; */
  background: var(--gr_5);
  color: var(--bk);
  /* border-image-slice: 1; */
  font-weight: 600;
  line-height: 1;
  padding: 0.8rem 1rem;
}

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


@media screen and (max-width: 767px) {
  .pc-flex label+span {
    display: block;
  }
}

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

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

  header {
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 5rem;
  }

  .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 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

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

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

  /* .mainvisual-bg:before {
    background: url("../img/mainvisual.jpg?ver1");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */
  .mainvisual {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 95%;
    width: 95%;
    /* background: rgba(0,0,0,0.5); */
  }

  /* .under-bg:before {
    content: "";
    display:block;
    background: url("../img/mainvisual.jpg?ver1");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  } */
  .under-main {
    background: transparent;
    margin-top: 5rem;
    padding-top: 0;
  }

  .under-wrap {
    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 #999;
    border-bottom: 1px solid #999;
    border-left: 0;
  }

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

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

  .job-box dl:not(:last-of-type) dt {
    border-bottom-color: #999;
  }

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

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

  .pickup-container {
    width: 30%;
  }

  .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 {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url("../img/todays-bg.jpg?ver1");
  } */
  .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-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: 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: #08080873;
    color: #111;
  }

  .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: #fff;
    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: 22rem;
    margin-top: 0;
  }

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

  .profile-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 1rem 2rem;
    /* background:#111333CC; */
  }

  .tab-wrap {
    width: 35%;
  }

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

  /* .ico-area {
    top: 0.5rem;
    right: 1.5rem;
  } */
  .profile-wrap .ico-area {
    top: 4rem;
  }

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

  .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 th {
    /* border-top:none; */
  }

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

  .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 {
    margin-top: 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;
    /* background: #111333CC; */
    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;
    text-decoration: none;
  }

  .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.95rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

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

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

  .news-btn a {
    /* text-decoration: none; */
    /* background: #67473E; */
    color: var(--text);
    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: #111333CC; */
    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 #888;
    border-top: 1px solid #888;
    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 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;
    color: #000;
  }

  .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: static;
    background: var(--gr_1);
    padding: 0.5rem 1rem;
    color: var(--bk);
    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;
  }
}

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

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

/***************************************************************************
*
*	æ©Ÿèƒ½è¿½åŠ 
*
***************************************************************************/
.gray_fil {
  /* filter: grayscale(100%); */
}

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

#form-review {
  display: none;
}

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

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

#rev-submit span {
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 3;
  width: 30%;
}

#reviewsInProfSP {
  position: relative;
}

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

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

.shop-cmt+div.btn-review {
  background: #000;
  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;
}

p.comment {
  word-break: break-all;
  margin: 1rem 0;
}

#reviewsInProfSP>ul>li+li {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #2a2a2a;
}

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

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

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

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

.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 #eee;
  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-area.prof .shame-image {
  width: 20%;
}

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

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

.shame-ico {
  padding: 0.25rem 0.5rem !important;
  background: #888 !important;
  color: #fff;
  margin-left: 1rem;
  text-decoration: none;
}

.shame.blog-under-container .blog-under-wrap {
  margin-bottom: 6rem;
  position: relative;
  background: none;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.2));
}

.shame.blog-under-container .blog-under-image {
  margin-left: 5%;
}

.shame.blog-under-container .blog-inner-info {
  right: 5%;
  top: 15%;
  position: absolute;
  background: #fff;
  height: calc(3/3*100%);
}

.shame.blog-under-container .blog-update {
  color: unset;
}

.shame.blog-under-container .name-wrap {}

.shame.blog-under-container .name-wrap a {
  color: #fff;
  text-shadow: 2px 2px 5px #212121;
  text-decoration: none;
  background: none;
}

.shame.blog-under-container {}

/*--------------------
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%;
  padding: 1rem;
}

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

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




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

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

  /*--------------------
  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: 35%;
  }

  .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%); */
  background: var(--gr_1);
  color: var(--bk);
  font-weight: bold;
}

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

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

@media screen and (min-width: 801px) {
  .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?ver1");
}

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

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

.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: 801px) {
  .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: 801px) {
  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;
}

.app-dl img {
  width: 100%;
}

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

.app-dl li {
  width: 45%;
}

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

/******************************
ãƒªã‚¢ãƒ«ã‚¿ã‚¤ãƒ 
******************************/
.realtime-box {
  /* background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(../img/realtime-bg.jpg?ver1); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  max-width: 600px;
  margin: 0 auto;
}

.realtime-box ul {
  padding: 1rem;
  background: #fff;
  border: 1px solid #626262;
}

/******************************
ãƒ©ãƒ³ã‚­ãƒ³ã‚°
******************************/
.therapist-list.ranking-list {
  display: block;
}

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

.therapist-list.ranking-list {}

.therapist-list.ranking-list {}

.therapist-list.ranking-list span.rank1 {
  background: linear-gradient(135deg, #daaf08 20%, #f9d973 50%, #daaf08 80%);
  color: #fff;
  padding: 0 0.25rem;
}

.therapist-list.ranking-list span.rank2 {
  background: linear-gradient(135deg, #616161 20%, #9e9e9e 50%, #616161 80%);
  color: #fff;
  padding: 0 0.25rem;
}

.therapist-list.ranking-list span.rank3 {
  background: #f44336;
  color: #fff;
  padding: 0 0.25rem;
}

/******************************
åœ°å›³æ¤œç´¢
******************************/
.route-list-btn {
  margin: 2rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.route-list-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.5rem;
  color: #fff;
  font-size: 0.95rem;
  border-radius: 5px;
  background: #967c32;
  font-size: 0.75rem;
  text-align: center;
  width: 32%;
  text-decoration: none;
}

.route-list-btn a i {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 30%)
}

/******************************
ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ
******************************/
.breadcrumb {
  margin: 27px 0;
  width: 100%;
  padding: 0 1rem;
  font-size: 0.75rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ol li {
  white-space: nowrap;
  /* text-overflow: ellipsis;
  overflow: hidden; */
}

.breadcrumb ol li:last-of-type {
  color: #fff;
}

.breadcrumb ol li:nth-of-type(3) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: normal !important; */
}

.breadcrumb ol li:not(:first-of-type):before {
  content: ">";
  color: #fff;
  margin: 0 0.5rem 0 0.9rem;
}

.breadcrumb ol li a {}

.breadcrumb ol li a span {}

footer .breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
}

footer .breadcrumb a {
  color: #c4ab55;
}

@media screen and (min-width: 801px) {
  .breadcrumb {
    /* margin: 27px 0 0 auto; */
    width: 80%;
    padding: 2rem 4.5rem;
    font-size: 100%;
  }
}



.staff-box>ul {
  background: rgb(255 255 255 / 66%);
}

.blog-container,
.pickup-container {
  /* background: #111333CC; */
  margin: 0 auto;
}

.pickup-container {
  padding: 1rem 0;
}

.blog-w.under-wraprap {
  padding: 1rem;
}


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

.news-detail-wrap .clamp-text3,
.blog-detail-wrap .clamp-text3 {
  text-decoration: none;
}


.news-box {
  margin-bottom: 1rem;
  /* border: 1px solid #555555; */
}


@media screen and (min-width:801px) {
  .pickup-container {
    background: none;
  }

  .blog-container {
    background: none;
  }

  .logo-area h1 {
    height: 5rem;
    padding: 0.3rem 0;
  }

  .logo-area a {
    width: 120px;
  }

  .weekly-schedule .sat a {
    color: #7bc3ff;
  }

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

  .visual-logo {
    padding: 5% 0;
  }

  .mainvisual p {
    padding: 2rem 0 1rem;
  }
}

.col-right .contents-ttl {
  background: none;
}

main.recruit-main:before {
  content: "";
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url(../img/mainvisual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

* {
  font-family: "Noto Serif JP", serif;
}

.detail-tbl tr th {
  color: var(--bk);
}

.mainvisual a {
  color: #ffffff;
  font-size: 2rem;
  /* filter: drop-shadow(1px 1px 7px #fff); */
}

.scroll-btn a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #ffffff;
  /* filter: drop-shadow(1px 1px 4px #fff); */
  font-weight: bold;
}

.top_bn {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.top_bn img {
  width: 100%;
}