@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;900&display=swap');

/*--------------------------------
Page 共通
--------------------------------*/
html {
  font-size: 16px;
}

body {
  /* background: #f9e2e5; */
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  z-index: 0;
  background: #eee;
  color: #555;
}

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

img {
  vertical-align: middle;
}

i.fab.fa-twitter {
  color: #00acee !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: #505255;
  top: 0;
  left: 0;
}

main {
  width: 100%;
  margin-top: 4rem;
}

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

.logo-area h1 {
  height: 4rem;
  width: 180px;
  padding: 0.3rem 0;
}

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

#nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  text-align: left;
  padding: 3.5625rem 1rem 0;
  background: #333;
  transition: ease 0.5s;
}

.open #nav {
  right: 0;
}

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

#nav li {
  border-bottom: 1px solid #a1a1a1;
  font-size: 1.25rem;
  font-weight: 600;
}

#nav p {
  font-size: 0.75rem;
  line-height: 1;
  display: inline;
  padding: 0 1rem;
  color: #b39875;
}

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

#nav .close-btn {
  border-bottom: 0;
  text-align: center;
}

#nav a {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0;
  font-weight: 400;
}

#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: #c1af61;
  position: absolute;
  transition: ease-in-out 0.35s;
}

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

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

.more-btn {
  width: 100%;
  margin: 0 0 1rem;
}

.more-btn02 {}

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

.more-btn i,
.more-btn02 i {
  margin-left: 0.25rem;
}

.map-box {
  color: #c0025b;
}

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

.map-wrap {
  width: 100%;
  padding: 1rem;
  background: #faf2f3;
}

.link-bnr-wrap {
  width: 100%;
  overflow: hidden;
}

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

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

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

.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: #fff;
  text-align: center;
  border: 1px solid #fff;
  background: rgb(0 0 0 / 60%);
  outline: 1px solid #fff;
  outline-offset: -5px;
}

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

/* .under-main {
  padding-top: 3.5rem;
} */
.pager {
  width: 100%;
  padding: 1rem 0 2rem;
}

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

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

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

.bottom-link-wrap {
  padding: 1rem 0;
}

.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 li img {
  max-width: 100%;
}

/*--------------------------------
TOP Page
--------------------------------*/
.mainvisual {
  width: 100%;
  background: url(../img/mainvisual.jpg?ver1);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  /* padding: 29.7% 0; */
  /* height: 80vh; */
  position: relative;
  z-index: 0;
  padding-top: calc(1/2*100%);
}

.visual-logo-box {
  width: 100%;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  /* text-shadow: 1px 2px 1px #fff; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.top-sub-ttl {
  padding: 1rem 0;
  filter: drop-shadow(2px 4px 6px black);
}

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

.fixed-contact {
  position: fixed;
  bottom: 2rem;
  right: 2.5%;
  background: #000;
  box-shadow: 0 1px 4px -1px #212121;
  border: 1px solid #b58f49;
}

.fixed-contact li {
  padding: 0.5rem 1rem;
  color: #fff;
  text-align: center;
}

.fixed-contact li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 0.5rem;
}

.fixed-contact li i {
  color: #fff;
  margin-right: 0.5rem;
  font-size: 2.5rem;
}

.fixed-contact li span {
  font-weight: 600;
}

.fixed-contact li:nth-child(2) a {
  margin-left: -1.35rem;
}

.fixed-contact li:nth-child(3) a {
  margin-left: -0.4rem;
}

.fixed-contact li:nth-child(3) i {
  font-size: 2.2rem;
}

.top-contact {
  /* border: 1px solid #c0025b; */
  /* background: #e0e0e0; */
  padding: 0.5rem;
  margin: 1rem 0;
  background: rgb(0 0 0 / 80%);
  outline: 1px solid #bbbbbb;
  outline-offset: -5px;
}

.top-contact p {
  color: #fff;
}

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

.top-social {
  width: 100%;
}

.top-social ul {
  display: flex;
  justify-content: center;
}

.top-social li {
  padding: 0.5rem 1rem;
}

.top-social li a {
  text-decoration: none;
  font-size: 2rem;
  color: #fff;
}

.contents-ttl {
  width: 100%;
  /* background: url("../img/title.png");
  background-size: contain;
  background-position: left 35% center;
  background-repeat: no-repeat; */
  padding: 2rem 0;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}

.contents-ttl h2 {
  font-size: 2rem;
  background: #a1954c;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  padding-bottom: 0.8rem;
}

.contents-ttl p {
  font-size: 0.75rem;
  background: #a1954c;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.twi-news-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.twitter-wrap {
  width: 100%;
}

.twitter-inner {
  width: 100%;
  max-height: 480px;
  overflow-y: scroll;
  margin-top: 1rem;
}

.news-wrap {
  width: 100%;
}

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

.news-image01,
.news-image02 {
  width: 50%;
}

.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: 50%;
  padding: 1rem 0.5rem;
  /* background: #fff; */
  /* color: #fff; */
  display: flex;
  flex-direction: column;
}

.news-ico span {
  padding: 0.25rem;
  background: #505255;
  color: #fff;
  font-size: 0.75rem;
}

.news-update {
  font-size: 0.75rem;
}

.news-ttl {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 600;
}

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

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

.top-news-clamp {
  width: 100%;
  height: 3.25rem;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  font-size: 0.8rem;
}

.top-news-clamp:before,
.top-news-clamp:after {
  position: absolute;
  /* background: #fff; */
}

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

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

.news-detail {
  text-align: center;
  margin-top: auto;
}

.news-detail a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  background: #c1af61;
  color: #fff;
  font-size: 0.75rem;
  /* border: 1px solid #b58f49; */
}

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

.tab-container {
  width: 100%;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  /* background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.6) 100%),
    url("../img/tab-bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; */
}

.main-contents {
  width: 100%;
}

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

.tab-box label {
  width: 33%;
  display: block;
  padding: 1rem 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  /* border-bottom: 2px solid #e9e3bb; */
  font-weight: 600;
  font-size: 0.5rem;
  background: #505255;
}

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

.tab-box label.active {
  background: #c1af61;
  color: #fff;
}

.panel-area {
  padding: 1rem 0 0;
}

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

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

.tab-pick-info {
  width: 60%;
  padding: 1rem;
  /* background: #fff; */
  /* color: #fff; */
  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;
  margin-bottom: 1rem;
}

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

.detail-btn {
  margin-top: auto;
  text-align: center;
}

.detail-btn a {
  display: block;
  width: 70%;
  padding: 0.25rem 0;
  margin: 0 auto;
  text-decoration: none;
  font-size: 0.75rem;
  background: #c1af61;
  color: #fff;
}

.detail-btn i {
  padding-left: 0.25rem;
}

.tab-pick-last {
  margin: 0;
}

.concept-wrap {
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 100%),
    url("../img/concept-bg.jpg?ver1");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
  z-index: 0;
  color: #fff;
}

.concept-wrap::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.concept-ttl {
  line-height: 1.2;
}

.concept-ttl h3 {
  font-size: 2rem;
  font-weight: 400;
}

.concept-text {
  font-size: 0.85rem;
  padding: 1rem 0;
}

/*--------------------------------
NEWS BOLG共通
--------------------------------*/
.col-wrap {
  width: 100%;
}

.col-left {
  width: 100%;
}

.col-right {
  width: 100%;
}

.contents-ttl-right {
  width: 100%;
  /* background: url("../img/title.png");
  background-size: contain;
  background-position: left 35% center;
  background-repeat: no-repeat; */
  padding: 2rem;
  text-align: center;
  line-height: 1.2;
  color: #c0025b;
  background: #a1954c;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contents-ttl-right h2 {
  font-size: 2rem;
  font-weight: 400;
}

.contents-ttl-right p {
  font-size: 0.75rem;
}

.right-pick {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

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

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

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

.right-pick-name {
  position: absolute;
  left: 1rem;
  bottom: 0;
  /* color: #fff; */
}

/* .right-pick-name li {
  text-shadow: 2px 2px 5px #212121;
} */

.right-pick-name li+li {
  display: none;
}

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

.archive h3 {
  background: #4d4d4d;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 400;
  border: 1px solid #bfbfbf;
}

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

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

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

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

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

/*--------------------------------
NEWS
--------------------------------*/
.news-detail-info {
  padding: 0 0 1rem;
  /* color: #fff; */
}

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

.news-detail-update {
  padding-bottom: 1rem;
}

.news-detail-update span {
  background: #c1af61;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: #fff;
}

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

.news-clamp {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .news-clamp:before,
.news-clamp:after {
  position: absolute;
  background: #fff;
}
.news-clamp:before {
  content:"…";
  bottom: 0;
  right: 0;
}
.news-clamp:after {
  content: "";
  width: 100%;
  height: 100%;
} */
.news-text-area {
  padding: 1rem 0;
  /* color: #fff; */
}

.news-text-area:after {
  content: "";
  display: block;
  border-bottom: 1px solid #848282;
  border-top: 1px solid #848282;
  padding: 0 0 0.25rem;
  margin-top: 1rem;
}

.news-detail-wrap {
  width: 100%;
  /* background: #fff; */
  padding: 1rem;
}

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

}

/*--------------------------------
BLOG
--------------------------------*/
.blog-container {
  width: 100%;
  padding: 0.5rem 1rem;
  /* background: #fff; */
}

.blog-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #777;
}

.blog-image {
  width: 40%;
}

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

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

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

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

.blog-bg05 a,
.blog-under-bg05 {
  background: url("../img/blog05.jpg");
}

.blog-bg01 a,
.blog-bg02 a,
.blog-bg03 a,
.blog-bg04 a,
.blog-bg05 a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(3/4*100%);
}

.blog-under-bg01,
.blog-under-bg02,
.blog-under-bg03,
.blog-under-bg04,
.blog-under-bg05 {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 33.333% 0; */
  padding-top: calc(3/4*100%);
}

.blog-inner {
  width: 59%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0.5rem;
  line-height: 1.4;
}

.blog-inner a {
  color: #555;
  font-size: 0.875rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-update {
  font-size: 0.75rem;
  /* color: #fff; */
}

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

.blog-btn {
  display: none;
}

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

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

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

.b-pager li a.pager-current {
  background: #505255;
  color: #fff;
}

.blog-detail-wrap {
  /* background: #fff; */
  /* padding: 1rem; */
}

.blog-detail-info {
  padding: 0 0 1rem;
  /* color: #fff; */
}

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

.blog-detail-ttl {
  font-weight: 600;
  /* color: #fff; */
}

/* .blog-ttl-clamp {
  width: 100%;
  max-height: 2.75rem;
  overflow: hidden;
  text-align: justify;
  background: #fff;
  position: relative;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 600;
}
.blog-ttl-clamp:before,
.blog-ttl-clamp:after {
  position: absolute;
  background: #fff;
}
.blog-ttl-clamp:before {
  content:"…";
  bottom: 0;
  right: 0;
}
.blog-ttl-clamp:after {
  content: "";
  width: 100%;
  height: 100%;
} */
.blog-text-area {
  padding: 1rem 0;
  /* color: #fff; */
}

/* .blog-text-area:before {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 0 0 0.25rem;
  margin-bottom: 1rem;
} */
.blog-text-area:after {
  content: "";
  display: block;
  border-bottom: 1px solid #777;
  border-top: 1px solid #777;
  padding: 0 0 0.25rem;
  margin-top: 1rem;
}

/*--------------------------------
料金システム
--------------------------------*/
.list-wrap {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  /* background: #fff; */
}

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

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

.list-wrap h3:after {
  content: "";
  display: block;
  border-bottom: 1px solid #adadad;
  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;
}

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

.list-wrap dt {
  color: #fff;
  background: #595959;
  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%;
}

.credit-bnr {
  margin: 0.5rem 0;
  max-width: 900px;
}

.credit-bnr a {
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  background: url("../img/credit-bg.jpg");
  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 #3a3a3a, 0 0 4px #3a3a3a, 0 0 4px #3a3a3a, 0 0 4px #3a3a3a;
}

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

.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: #333;
  padding: 0.5rem 1rem;
  border: 1px solid #333;
}

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

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

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

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

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

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

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

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

.staff-image01 a,
.staff-image02 a,
.staff-image03 a,
.staff-image04 a {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(4/3*100%);
  position: relative;
  text-decoration: none;
  color: #c0025b;
}

.box-inner {
  width: 100%;
  /* position: absolute;
  left: 0;
  bottom: 0; */
  /* background: rgba(255,255,255,0.8); */
  /* color: #fff; */
}

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

.box-inner li+li {
  border-top: 1px dashed #333;
}

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

.therapist-list .ico-area li {
  padding: 0;
}

.therapist-list .ico01,
.therapist-list .ico02,
.therapist-list .ico03,
.therapist-list .ico04,
.therapist-list .ico05,
.therapist-list .ico06,
.therapist-list .ico07,
.therapist-list .ico08,
.therapist-list .ico09,
.therapist-list .ico010,
.therapist-list .ico011,
.therapist-list .ico012,
.therapist-list .ico013 {
  width: 2rem;
  height: 2rem;
  color: #fff;
  transform: rotate(45deg);
  overflow: hidden
}

.therapist-list .ico01,
.therapist-list .ico04,
.therapist-list .ico07,
.therapist-list .ico010,
.therapist-list .ico013 {
  background: rgba(110, 198, 146, 0.8);
  margin-bottom: 1rem;
}

.therapist-list .ico02,
.therapist-list .ico05,
.therapist-list .ico08,
.therapist-list .ico011 {
  background: rgba(207, 147, 229, 0.8);
  margin-bottom: 1rem;
}

.therapist-list .ico03,
.therapist-list .ico06,
.therapist-list .ico09,
.therapist-list .ico012 {
  background: rgba(237, 100, 147, 0.8);
  margin-bottom: 1rem;
}

.therapist-list .ico01 p,
.therapist-list .ico02 p,
.therapist-list .ico03 p,
.therapist-list .ico04 p,
.therapist-list .ico05 p,
.therapist-list .ico06 p,
.therapist-list .ico07 p,
.therapist-list .ico08 p,
.therapist-list .ico09 p,
.therapist-list .ico010 p,
.therapist-list .ico011 p,
.therapist-list .ico012 p,
.therapist-list .ico013 p {
  transform: rotate(-45deg);
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.therapist-list .ico02 p {
  line-height: 1.2;
}

.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 #555;
  width: 68%;
  background-image: url("../img/filter-arrow.svg"), #c1af61;
  background-size: 2.625rem 2.625rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
}

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

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

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

.filter-inner label {
  margin-right: 1rem;
  /* color: #fff; */
}

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

.filter-inner input[type="submit"] {
  appearance: none;
  border: 0;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  background: #c1af61;
  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;
}

/*--------------------------------
FAQ
--------------------------------*/
.accordion ul {
  width: 100%;
}

.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: transparent;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #777;
}

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

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

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

/*--------------------------------
RESERVE
--------------------------------*/
.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 0 1rem;
}

.reserve {
  padding: 0 0 1rem;
}

.reserve>div {
  position: relative;
  padding: 0.5rem 1rem;
  /* background: #ed9ca9; */
  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 #555;
  font-size: 1rem;
  border-radius: 0;
}

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

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

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

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

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

.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 #555;
  font-size: 1rem;
  border-radius: 0;
  background-image: url("../img/select-arrow.svg"), linear-gradient(to bottom, #616161 0%, #616161 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: #c1af61;
  ;
  color: #fff;
  font-size: 1rem;
  transition: ease 0.3s;
}

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

.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 #dbdbdb;
  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: #000;
  border-radius: 50%;
}

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

.check-point:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  /* background: #fff; */
  border: 1px solid #555;
  border-radius: 4px;
}

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

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

.kakunin>div:nth-child(1) {
  padding-top: 2rem;
}

.kakunin>div:nth-child(11) {
  padding-bottom: 2rem;
}

.kakunin input[type="submit"] {
  margin: 2rem auto 0;
}

.comp-btn {
  width: 200px;
  margin: 2rem auto;
  padding: 0.5rem 1rem;
}

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

/*--------------------------------
PROFILE
--------------------------------*/
.profile-wrap {
  width: 100%;
  /* padding: 1rem; */
  /* background: #fff; */
  margin-bottom: 2rem;
  align-items: flex-start;
}

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

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

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

.tab-switch:checked+.tab-label {
  background: #c1af61;
  color: #fff;
}

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

.staff-name {
  font-size: 1.25rem;
  padding: 0.5rem 0 0;
}

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

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

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

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

.shop-cmt+div {
  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: #5d5d5d;
}

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

.detail-tbl tr {
  display: block;
}

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

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


@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: none;
  }
}


/* .sat,
.weekly-schedule .sat a {
  color: #0265b8;
}
.sun,
.weekly-schedule .sun a {
  color: #c0025b;
} */
.ico-area {
  position: absolute;
  top: 3rem;
  right: 1rem;
}

.ico01,
.ico04,
.ico07,
.ico010,
.ico013 {
  background: rgba(110, 198, 146, 0.8);
  margin-bottom: 1.2rem;
}

.ico02,
.ico05,
.ico08,
.ico011 {
  background: rgba(207, 147, 229, 0.8);
  margin-bottom: 1.2rem;
}

.ico03,
.ico06,
.ico09,
.ico012 {
  background: rgba(237, 100, 147, 0.8);
  margin-bottom: 1.2rem;
}

.ico01,
.ico02,
.ico03,
.ico04,
.ico05,
.ico06,
.ico07,
.ico08,
.ico09,
.ico010,
.ico011,
.ico012,
.ico013 {
  width: 2rem;
  height: 2rem;
  color: #fff;
  transform: rotate(45deg);
  overflow: hidden;
}

.ico01 p,
.ico02 p,
.ico03 p,
.ico04 p,
.ico05 p,
.ico06 p,
.ico07 p,
.ico08 p,
.ico09 p,
.ico010 p,
.ico011 p,
.ico012 p,
.ico013 p {
  transform: rotate(-45deg);
  width: 2rem;
  height: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ico02 p {
  line-height: 1.2;
}

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

.ico-area li p {
  font-size: 0.6rem;
}

.bottom-ico.ico-area {
  position: unset;
  padding: 0.5rem;
  width: 100%;
}

.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: unset;
  margin: 0 0 0.5rem;
  border-top: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 19px;
}

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

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

.profile-wrap .bottom-ico.ico-area p {
  font-size: 0.75rem;
}

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

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

/*--------------------------------
RECRUIT
--------------------------------*/
/* .recruit-main {
  padding-top: 3.5rem;
} */
.recruit-mainvisual {
  max-width: 1168px;
  width: 100%;
  margin: 4rem auto 2rem;
  text-align: center;
  /* position: relative;
  z-index: 0;
  padding-top: calc(386*900*100%); */
}

.recruit-mainvisual img {

  width: 100%;
}

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

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

.recruit-container {
  width: 100%;
}

.recruit-bg01 {
  background: #fbf1f3;
}

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

.shop-intro {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

.recruit-contact li {
  background: #e77b8c;
  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;
}

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

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

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

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

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

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

.padding-ud {
  padding: 1rem 0;
}

.padding-under {
  padding: 0 0 1rem;
}

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

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

.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
--------------------------------*/
footer {
  padding: 2rem 2rem 4rem;
  background: #222;
  text-align: center;
  color: #fff;
}

.footer-logo {
  width: 100%;
  background: url("../img/f-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25% 0;
}

.foot-social {
  width: 100%;
}

.foot-social ul {
  display: flex;
  justify-content: center;
}

.foot-social li {
  padding: 0.5rem 1rem;
}

.foot-social li a {
  text-decoration: none;
  font-size: 2rem;
  color: #fff;
}

.sp-foot {
  width: 100%;
  height: 4rem;
  padding: 0.5rem;
  background: #505255;
  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;
  background: #505255;
  border-radius: 5px;
  /* border: 1px solid #c1a144; */
}

/*.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;
  margin-left: 0.3rem;
  border-radius: 0;
}

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

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

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

.foot-padding-top {
  padding-top: 0;
}

/*--------------------------------
レスポンシブ表示非表示
--------------------------------*/
.sp {
  display: block;
}

.pc {
  display: none;
}

/*--------------------------------
その他
--------------------------------*/
.last-border {
  border-bottom: 0;
}

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

  /*--------------------------------
PC TOP Page
--------------------------------*/
  header {
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 67px;
  }

  .header-bg {
    background: transparent;
  }

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

  #nav-toggle {
    display: none;
  }

  #nav {
    position: static;
    width: auto;
    height: auto;
    right: auto;
    text-align: center;
    padding: 0;
    background: transparent;
  }

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

  #nav li {
    font-weight: 400;
  }

  #nav p {
    display: block;
    font-size: 0.5rem;
    padding: 0;
  }

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

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

  .tab-pick-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 4rem;
  }

  .tab-pick {
    width: 49%;
    margin: 0;
    position: relative;
  }

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

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

  .tab-pick-info {
    width: 55%;
    padding: 2rem;
    position: absolute;
    height: 100%;
    right: 0;
    top: 15%;
  }

  .tab-pick-ttl {
    font-size: 1.25rem;
    height: 4rem;
  }

  .tab-pick-text {
    height: 12.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .tab-pick-text:after {
    height: 4rem;
  }

  .detail-btn a {
    font-size: 1rem;
  }

  .map-container {
    width: 100%;
    padding: 0 1rem;
  }

  .map-wrap {
    width: 100%;
  }

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

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

  .map-text p:nth-child(3) {
    padding: 1rem 0;
  }

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

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

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

  .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 #777;
    border-bottom: 1px solid #777;
    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: #fff;
  }

  .more-btn {
    width: 50%;
    margin: 1rem auto 2rem;
  }

  .more-btn02 {
    width: 50%;
    margin: 1rem auto 0;
  }

  .under-main {
    /* padding-top: 6.25rem; */
    margin-top: 67px;
  }

  /*--------------------------------
PC TOP Page
--------------------------------*/

  .mainvisual {
    padding: 25% 0;
  }

  .visual-logo {
    padding-top: calc(3/4*50%);
  }

  .visual-logo-box {
    width: 50%;
  }

  .top-contact {
    width: 15rem;
    margin: 1rem auto;
  }

  .contents-ttl {
    background-position: left 48% center;
    margin: 1.5rem 0;
  }

  .twitter-wrap {
    width: 22%;
  }

  .twitter-inner {
    max-height: 365px;
  }

  .news-wrap {
    width: 76%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .news-box {
    width: 49%;
  }

  .news-ttl {
    height: 3.125rem;
    margin: 1rem 0;
    font-size: 1rem;
  }

  .news-text-wrap {
    justify-content: flex-start;
    padding: 1rem 0.5rem 1.5rem;
    position: relative;
  }

  .top-news-clamp {
    /* height: 9.25rem; */
    line-height: 1.6;
    font-size: 1rem;
  }

  /* .news-ico {
    position: absolute;
    top: 0.5rem;
    left: 7.25rem;
  }
  .news-ico span {
    font-size: 0.5rem;
  } */
  .concept-wrap {
    padding: 4rem 1rem;
  }

  .concept-text {
    width: 70%;
    margin: 0 auto;
  }

  .concept-social {
    width: 100%;
    padding: 2rem 0 0;
  }

  .concept-social ul {
    display: flex;
    justify-content: center;
  }

  .concept-social li {
    padding: 0 1rem;
  }

  .concept-social li a {
    text-decoration: none;
    color: #c0025b;
    display: flex;
    align-items: center;
  }

  .concept-social li i {
    color: #fff;
    font-size: 2rem;
    padding: 0 0.25rem;
  }

  /*--------------------------------
PC NEWS BOLG共通
--------------------------------*/
  .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 2rem;
  }

  .col-left {
    width: 73.5%;
  }

  .col-left .news-wrap {
    width: 100%;
  }

  .col-right {
    width: 25%;
  }

  .contents-ttl-right {
    background-position: left 20% center;
    margin: -1.25rem 0 1.5rem;
  }

  /*--------------------------------
PC NEWS
--------------------------------*/
  .news-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;
  }

  .news-detail-info {
    width: 60%;
    padding-left: 1.5rem;
  }

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

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

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

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

  .news-clamp {
    font-size: 0.8rem;
    height: 4.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .news-detail-image {
    width: 40%;
    padding: 22.5% 0;
  }

  /*--------------------------------
PC BLOG
--------------------------------*/
  .blog-container {
    padding: 0;
    background: transparent;
  }

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

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

  .blog-inner a {
    font-size: 1rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-update {
    font-size: 0.875rem;
  }

  .blog-ttl {
    margin: 1.5rem 0;
    border-bottom: 1px solid #777;
  }

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

  .blog-sp-none {
    display: block;
    width: 100%;
    /* max-height: 3rem;
    overflow: hidden; */
    text-align: justify;
    /* background: #fff; */
    position: relative;
  }

  /* .blog-sp-none:before,
  .blog-sp-none:after {
    position: absolute;
    background: #fff;
  }
  .blog-sp-none:before {
    content:"…";
    bottom: 0;
    right: 0;
  }
  .blog-sp-none:after {
    content: "";
    width: 100%;
    height: 100%;
  } */
  .blog-sp-none a {
    color: #555;
    font-size: 0.875rem;
  }

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

  .blog-btn a {
    text-decoration: none;
    color: #fff;
    background: #c1af61;
    padding: 0.5rem;
  }

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

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

  .blog-ttl-clamp:before {
    display: none;
  }

  /*--------------------------------
PC 料金システム
--------------------------------*/
  .list-wrap {
    padding: 2rem 3rem;
    margin-bottom: 2rem;
  }

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

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

  /*--------------------------------
PC SCHEDULE
--------------------------------*/
  .staff-box {
    width: 19%;
  }

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

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

  .filter-wrap {
    padding: 1rem;
  }

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

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

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

  /*--------------------------------
PC FAQ
--------------------------------*/
  .accordion {
    padding: 2rem 0;
  }

  /*--------------------------------
PC RESERVE
--------------------------------*/
  .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; */
  }

  /*--------------------------------
PC PROFILE
--------------------------------*/
  .profile-wrap {
    display: flex;
  }

  .tab-wrap {
    width: 35%;
  }

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

  .ico-area {
    top: 4.5rem;
  }

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

  .staff-name {
    padding: 0;
  }

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

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

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

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

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

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

  /*--------------------------------
PC RECRUIT
--------------------------------*/
  .recruit-main {
    padding-top: 0.5rem;
  }

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

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

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

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

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

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

  .padding-under {
    padding: 0 0 2rem;
  }

  .margin-under {
    margin: 0 0 2rem;
  }

  /*--------------------------------
PC FOOTER
--------------------------------*/
  footer {
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .foot-global {
    width: 100%;
    padding: 0 0 2rem;
  }

  .foot-global ul {
    display: flex;
    justify-content: center;
  }

  .foot-global li {
    padding: 0 1rem;
  }

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

  .foot-global li a {
    text-decoration: none;
    color: #fff;
  }

  .footer-logo {
    width: 15rem;
    height: 8rem;
    padding: 0;
  }

  .foot-access {
    width: 20%;
  }

  .foot-padding-top {
    padding-top: 0;
  }

  /*--------------------------------
PC レスポンシブ表示非表示
--------------------------------*/
  .close-btn,
  .sp-foot,
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /*--------------------------------
PC MODAL
--------------------------------*/
  .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 #b58f49;
    padding: 1rem;
  }

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

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

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

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

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

  .container {
    width: 1168px;
    margin: 0 auto;
    padding: 0;
  }

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

  .tab-container .main-contents {
    width: 1168px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .map-container {
    width: 1168px;
    margin: 0 auto;
    padding: 0;
  }

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

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

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

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

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

.btn-magazine {
  width: 100%;
}

.btn-magazine a {
  background: #f9e2e5;
  color: inherit;
  display: block;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e77b8c;
  border-radius: 1rem;
}

@media screen and (min-width: 769px) {
  .btn-magazine {
    width: 12rem;
  }
}

/***************************************************************************
*
*	機能追加
*
***************************************************************************/
.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.875rem;
}

.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-bg01 a,
.shame-bg02 a,
.shame-bg03 a,
.shame-bg04 a,
.shame-bg05 a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(4/3*100%);
}

.prof-bth a {
  text-decoration: none;
  color: #e77b8c;
  /* padding: 0.5rem; */
  font-weight: bold;
}

.shame-container.container .blog-container {
  background: none;
}

.shame-container.container .blog-wrap {
  display: block;
}

.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-ttl {
  border-bottom: 1px solid #c0025b;
}

.shame-inner a {
  margin-top: 1rem;
}

.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;
  word-break: break-all;
}

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

.shame-update {
  font-size: 0.75rem;
}

.shame-detail-info {
  padding: 0 0 1rem;
  color: #212121;
}

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

.shame-update {
  font-size: 0.75rem;
}

.shame-detail-info {
  padding: 0 0 1rem;
  color: #212121;
}

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

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

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

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

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

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

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

  .shame-update {
    font-size: 0.875rem;
  }

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

/*--------------------
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: 769px) {
  .prof-info-box {
    width: 55% !important;
  }

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

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

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

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

.tab-box2 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-box2 label p {
  font-size: 0.75rem;
}

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

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

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

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

@media screen and (min-width: 769px) {
  .tab-box2 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: 769px) {
  span.prof_room {
    display: block;
  }
}

.error-wrap {
  padding: 8rem 1rem 1rem;
  text-align: center;
}

.error-wrap a {
  margin-top: 1rem;
}

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

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

  .blog-ttl {
    margin: 0.75rem 0;
  }

  .blog-btn {
    display: none;
  }
}

/******************************
    ボーナス
******************************/
.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: 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); */
  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.875rem;
  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;
    font-size: 100%;
  }
}

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

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


.recruit-wrap dl dd a {
  color: #555;
  text-decoration: none;
}


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

  .concept-wrap::before {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}

.foot-access a {
  color: #fff;
}


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

.twitter-btn {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  /* background: linear-gradient(to top,rgba(255,255,255,0)0%,rgba(255,255,255,0)100%),url(../img/); */
}

.twitter-btn a {
  display: flex;
  max-width: 300px;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: unset;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(100deg, #efa3d4 0%, #ffd4f0 100%);
  border-radius: 10px;
  margin: 0 auto;
}

@media screen and (min-width:801px) {
  .twitter-btn {
    padding: 3rem 0;
  }

  .profile-wrap .twitter-btn {
    padding-top: 2rem;
  }
}


.under_image {
  margin-top: 1rem;
}

.under_image img {
  width: 100%;
}