/*--------------------------------
Page 共通
--------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

html {
  font-size: 16px;
}

body {
  /*  background: #f9e2e5;*/
  font-feature-settings: "palt";
}

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

img {
  vertical-align: middle;
}

header {
  width: 100%;
  position: fixed;
  height: 4.5rem;
  z-index: 99;
  transition: ease 0.3s;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url(../img/main-bg.jpg);
  background-size: 164%;
  background-position: center top 85%;
  background-repeat: no-repeat;
  border-bottom: 2px solid #000;
}

header:before {
  content: "";
  width: 100%;
  height: 4.65rem;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
  border-image-slice: 1;
}

header:after {
  content: "";
  width: 100%;
  height: 4.8rem;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 3px solid #000;
}

main {
  width: 100%;

}

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

.logo-area a {
  display: block;
  background: url("../img/h-logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 174px;
  height: 51px;
}

#nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  text-align: left;
  padding: 4.5625rem 1rem 0;
  background: rgba(255, 255, 255, 1);
  transition: ease 0.5s;
}

.open #nav {
  right: 0;
}

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

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

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

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

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

#nav a {
  font-family: 'Cormorant Garamond';
  width: 100%;
  display: block;
  color: #212121;
  text-decoration: none;
  padding: 0.25rem 0;
  font-weight: 800;
}

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

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

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

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

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

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

.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: #212121;
  background: #fff;
  border: 1px solid #212121;
  font-weight: 600;
}

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

.map-box {
  color: #212121;
}

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

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

.reserve-bnr,
.qa-bnr,
.recruit-bnr,
.howto-bnr {
  width: 100%;
  padding: 1rem;
  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,
.howto-bnr a {
  display: block;
  text-decoration: none;
  padding: 1.5rem;
  font-size: 2rem;
  font-family: 'Cormorant Garamond';
  font-weight: 100;
  color: #212121;
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}

.reserve-bnr a p,
.qa-bnr a p,
.recruit-bnr a p,
.howto-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 #212121;
  color: #212121;
}

.pager li a.pager-current {
  background: #212121;
  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");
  background-size: 240%;
  background-position: top left -6rem;
  background-repeat: no-repeat;
  padding: 16% 0 1%;
}

.border {
  width: 100%;
  /*  position: fixed;*/
  border-bottom: 3px solid #000;
  padding-bottom: 0px;
}

.border:before {
  content: "";
  width: 100%;
  display: block;
  /*  position: fixed;*/
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 3px solid #000;
}

.border:after {
  content: "";
  width: 100%;
  display: block;
  /*  position: fixed;*/
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
  border-image-slice: 1;
}

.visual-logo-box {
  width: 100%;
  /* padding: 0 1rem; */
  text-align: center;
  color: #000;
  font-weight: 600;
  /*  text-shadow: 1px 2px 1px #fff;*/
}

.top-sub-ttl {
  padding: 1rem 0;
}

.visual-logo {
  width: 100%;
  background: url("../img/visual-logo.png");
  background-size: 76%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 46% 0;
  filter: drop-shadow(0 0 0.25rem #fff);
}

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

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

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

.fixed-contact li i {
  color: #212121;
  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 #212121;*/
  background: linear-gradient(180deg, #454545 0%, #000 100%);
  padding: 0.5rem;
  margin: 1rem 0.5rem;
  border: 2px solid;
  border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
  border-image-slice: 1;
  box-shadow: 0 0 0 0.25rem #000;
}

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

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

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

.top-news {
  width: 100%;
  padding: 0.5rem 0;
}

.news-text {
  width: 100%;
  background: #fdfffb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.news-text span {
  font-family: 'Cormorant Garamond';
  font-weight: 100;
  display: inline-block;
  padding: 0.5rem;
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, #454545 0%, #000 100%);
  color: #fff;
}

.text-area {
  overflow: hidden;
  width: 100%;
}

.text-area .marquee {
  width: 100%;
  line-height: 1.4;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  text-align: left;
}

@keyframes marquee {
  0% {
    transform: translate(100%);
  }

  10% {
    transform: translate(0%);
  }

  30% {
    transform: translate(0%);
  }

  100% {
    transform: translate(-100%);
  }
}

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

.contents-ttl h2 {
  font-family: 'Cormorant Garamond';
  font-weight: 100;
  font-size: 3rem;
  color: #000;
}

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

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

.twitter-wrap {
  width: 100%;
}

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

.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: #212121;
  display: flex;
  flex-direction: column;
}

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

.news-pager li a.pager-current {
  background: #212121;
  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;
  color: #fff;
  padding: 0.5rem 1rem;
  background: #212121;
  font-size: 0.75rem;
}

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

.tab-container {
  width: 100%;
  padding: 2rem 1rem 0;
  /*  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%;
}

.waiting-inner {
  width: 100%;
  background: #fff;
  box-shadow: inset 0 0 10px #eaeaea;
  border: 2px solid #000;
  padding: 0.5rem;
  text-align: center;
}

.flex {
  display: flex;
}

.flex dt {
  padding: 0 1rem;
}

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

.tab-box label {
  width: 48%;
  display: block;
  padding: 0 0 0.25rem;
  color: #212121;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #212121;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: 'Cormorant Garamond';
}

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

.tab-box label.active {
  background: #212121;
  color: #fff;
  border-radius: 3px 3px 0 0;
  border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
  border-image-slice: 1;
  /*    box-shadow: 0 0 0 0.25rem #000; */

}

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

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

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

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

.tab-pick {
  background: #212121;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 1rem;*/
  position: relative;
}

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

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

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

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

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

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

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

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

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

.concept-wrap {
  width: 100%;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 2rem 1rem;
}

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

.concept-ttl h3 {
  font-family: 'Cormorant Garamond';
  font-weight: 100;
  font-size: 3rem;
}

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

.howto-wrap {
  width: 100%;
  text-align: center;
  padding: 0;
}

.howto-wrap img {
  width: 100%;
}

.howto-wrap h3 {
  font-size: 1.2rem;
  padding: 1rem 0;
}

.howto-wrap p {
  padding: 0;
  text-align: center;
}

.howto-inner {
  padding-bottom: 2rem;
}

.howto-inner .access-container {
  margin-top: 1rem;
}

/*--------------------------------
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: #212121;
  font-family: 'Cormorant Garamond';
  font-weight: 100;
}

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

.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.5rem;
  color: #fff;
  width: 100%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.news-detail-update span {
  background: #212121;
  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;
}

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

.news-text-area:after {
  content: "";
  display: block;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
  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: 75% 0;
}

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

.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(4 / 3* 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: #212121;
  font-size: 0.875rem;
}

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

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

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

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

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

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

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

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

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

.blog-text-area:after {
  content: "";
  display: block;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
  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 #212121;
  border-bottom: 1px solid #212121;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.box-inner {
  width: 100%;
  /*  position: absolute;*/
  left: 0;
  bottom: 0;
  background: #212121;
  color: #fff;
  padding: 0.5rem;
}

.box-inner li {
  padding: 0;
}

.box-inner li.atn {
  color: #f00;
  font-size: 1.2rem;
}

.ico-tw {
  background-color: #000;
  /* background-color: rgba(0,153,255,0.7); */
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  /*bottom: 4.5rem;*/
  bottom: 0;
  /*right: 0.35rem;*/
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}

.ico-rank {
  /*background: linear-gradient( 38deg,#9b7832 -27%, #f9f1b5 50%, #9b7832 140%);*/
  width: 4rem;
  height: 1.25rem;
  color: #000;
  position: absolute;
  bottom: 4.8rem;
  left: 0.4rem;
  border-radius: 1px;
}

/*
.ico-rankA {
   background: linear-gradient( 38deg,#9b7832 -27%, #f9f1b5 50%, #9b7832 140%);
}
.ico-rankB {
    background: linear-gradient( 38deg,#848484 0%, #f5f4f4 50%, #848484 100%);
}
.ico-rankC {
   background: linear-gradient( 38deg,#d81236 0%, #ff7575 50%, #d81236 100%);
    color:#fff;
}
*/
.ico-rank ul {
  -webkit-background: linear-gradient(38deg, #9b7832 -27%, #f9f1b5 50%, #9b7832 140%);
  background: linear-gradient(38deg, #9b7832 -27%, #f9f1b5 50%, #9b7832 140%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0rem;
}

.tab-wrap .ico-tw {
  background-color: #000;
  color: #fff;
  font-size: 1.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}

.tab-wrap .ico-rank {
  width: 6rem;
  height: 2rem;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  border-radius: 1px;
}

.tab-wrap .ico-rank ul {
  text-align: center;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0rem;
}

.therapist-list .ico-rank {
  bottom: 0;
  left: 0.25rem;
}

.therapist-list .ico-area {
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.ico-rank2 {
  bottom: 6rem !important;
  left: 0.4rem;
}

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

.therapist-list .ico-newface,
.therapist-list .ico-deli,
.therapist-list .ico-popular {
  width: 3rem;
  height: 6rem;
  color: #fff;
  /*  transform: rotate(45deg);*/
  overflow: hidden
}

.therapist-list .ico-newface {
  background: linear-gradient(to top left, transparent 50%, #da1d3b 50%) top left / 100% 50% no-repeat;
  margin-bottom: 1rem;
}

.therapist-list .ico-deli {
  background: linear-gradient(to top left, transparent 50%, #da1d3b 50%) top left / 100% 50% no-repeat;
  margin-bottom: 1rem;
}

.therapist-list .ico-popular {
  background: linear-gradient(to top left, transparent 50%, #da1d3b 50%) top left / 100% 50% no-repeat;
}

.therapist-list .ico-newface p,
.therapist-list .ico-deli p,
.therapist-list .ico-popular p {
  transform: rotate(-45deg);
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
}

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

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

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

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

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

.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: #212121;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  line-height: 2.5rem;
  border-radius: 0;
}

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

.accordion>ul>li>p {
  display: none;
  text-align: left;
  padding: 0.5rem;
  color: #212121;
  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: #fff;
  text-align: center;
}

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

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

.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 #212121;
  font-size: 1rem;
  border-radius: 0;
}

.reserve textarea {
  width: 100%;
  display: block;
  padding: 0.5rem;
  border: 1px solid #212121;
  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, #212121 0%, #212121 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: #212121;
  display: none;
}

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

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

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

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

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

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

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

.check-point {
  padding-left: 1.25rem;
  position: relative;
  /*
	-webkit-background: linear-gradient( 38deg,#9b7832 -27%, #f9f1b5 50%, #9b7832 140%);
	background: linear-gradient(38deg,#9b7832 -27%, #f9f1b5 50%, #9b7832 140%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
*/
}

.check-point:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #212121;
  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: -0.25rem;
  left: 0.25rem;
  width: 0.65rem;
  height: 1rem;
  transform: rotate(40deg);
  border-bottom: 3px solid #212121;
  border-right: 3px solid #212121;
}

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: 30%;
  margin: 2rem auto;
  padding: 0.5rem 1rem;
  background: #ed9ca9;
}

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

/*--------------------------------
PROFILE
--------------------------------*/

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

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

.tab-label {
  width: 33.33333333333%;
  color: #fff;
  background: #d6d6d6;
  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: #212121;
}

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

.tab-switch {
  display: none;
}

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

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

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

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

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

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

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

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

/* .detail-wrap li {
  border-bottom: 1px dotted #212121;
  padding: 0.5rem 0;
  font-size: 0.875rem;
} */
.detail-wrap li:not(:has(.toggle)) {
  border-bottom: 1px dotted #212121;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

#reviewsInProfSP {
  position: relative;
}

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

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

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

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

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

.detail-tbl tr {
  display: block;
}

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

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

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

.sat,
.weekly-schedule .sat a {
  color: #428bc7;
}

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

.ico-area {
  position: absolute;
  top: 2rem;
  left: 0;
}

.ico-newface {
  background: linear-gradient(to top left, transparent 50%, #da1d3b 50%) top left / 100% 50% no-repeat;
  margin-bottom: 1rem;
}

.ico-deli {
  background: linear-gradient(to top left, transparent 50%, #da1d3b 50%) top left / 100% 50% no-repeat;
  margin-bottom: 1rem;
}

.ico-popular {
  background: linear-gradient(to top left, transparent 50%, #da1d3b 50%) top left / 100% 50% no-repeat;
  margin-bottom: 1rem;
}

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

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

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

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

#form-review {
  display: none;
}

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

#rev-submit {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.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: #212121;
  text-align: center;
  color: #fff;
}

.footer-logo {
  width: 100%;
  background: url("../img/f-logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 14.5% 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: 5rem;
  padding: 0.5rem;
  background: #fff;
  transform: translateY(100%);
  transition: ease 0.3s;
  position: fixed;
  bottom: 0;
  opacity: 0;
}

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

.sp-foot li {
  width: 33%;
  text-align: center;
  /*  display: flex;*/
  /*
  align-items: center;
  justify-content: center;
*/
}

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

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

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

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

.sp-foot li a {
  /*  display: flex;*/
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0.25rem;
  /*  background: linear-gradient(-90deg, #ec5db6 0%, #ec5db6 60%,#B29663 100%);*/
  /*  border: 1px solid #2a2a2a;*/
  color: #fff;
  font-size: 0.95rem;
  border-radius: 5px;
  background: linear-gradient(54deg, #000 0%, #212121 50%, #454545 90%);
  border: 2px solid;
  border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
  border-image-slice: 1;
}

.sp-foot a i {
  padding: 0 0.25rem;
  font-size: 1.5rem;
  float: left;
}

.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;
    /*    background: rgba(255,255,255,0.8);*/
  }

  .header-bg {
    /*    background: transparent;*/
  }

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

  .visual-logo {
    background-size: 80%;
  }

  #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: 1.4rem;
  }

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

  .waiting-inner {
    background: #fff;
    box-shadow: inset 0 0 10px #eaeaea;
    border: 2px solid #000;
    padding: 1rem;
    font-size: 1.2rem;
  }

  .pick-container {
    width: 48%;
  }

  .slick-wrap.half {
    width: 50%;
  }

  .slick-prev,
  .slick-next {
    width: 6rem;
  }

  .slick-prev:before,
  .slick-next:before {
    opacity: 0;
    transition: ease .5s;

  }

  .pick-wrap {
    width: 100%;
  }

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

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

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

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

  .right-pick-name {
    position: absolute;
    text-align: left;
  }

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

  .tab-pick-ttl {
    display: block;
    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,
  .howto-bnr {
    width: 23%;
  }

  .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 #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    border-left: 0;
  }

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

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

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

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

  .under-main {
    padding-top: 6.25rem;
  }

  /*--------------------------------
PC TOP Page
--------------------------------*/
  .mainvisual {
    padding: 8.5% 32%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), url(../img/mainvisual.jpg);
    background-size: cover;
    background-position: center;
  }

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

  .top-contact {
    /* width: 30rem; */
    margin: 1rem auto;
  }

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

  .twitter-wrap {
    width: 50%;
    margin: 0 auto;
  }

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

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

  .news-box {
    width: 49%;
    margin-left: auto;
    margin-right: auto;
  }

  .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: #212121;
    display: flex;
    align-items: center;
  }

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

  .howto-wrap {
    width: 100%;
    text-align: center;
    padding: 2rem 1rem;
  }

  .howto-wrap img {
    width: 100%;
  }

  .howto-wrap h3 {
    font-size: 1.5rem;
    padding: 1rem 0;
  }

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

  .howto-inner {
    padding-bottom: 2rem;
  }

  .howto-inner .access-container {
    margin-top: 1rem;
  }

  /*--------------------------------
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-left.diary {
    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: 70%;
    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 #212121;
    border-top: 1px solid #212121;
    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: 5.4rem;
  }

  .news-detail-image {
    width: 30%;
    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;
  }

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

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

  .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: #212121;
    font-size: 0.875rem;
  }

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

  .blog-btn a {
    text-decoration: none;
    color: #faf2f3;
    background: #212121;
    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: #212121;
  }

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

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

  .filter-inner {
    order: 2;
    width: 32rem;
    height: 2.625rem;
    margin-top: 0;
    padding-left: 0.5rem;
  }

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

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

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

  /* img.ui-datepicker-trigger {
    right: 10rem;
  } */
  .reserve input[type="time"] {
    padding: 0.5rem;
    background-image: none;
  }

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

  .tab-wrap {
    width: 35%;
  }

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

  .ico-area {
    top: 4.5rem;
  }

  .prof .ico-area {
    top: 3rem;
  }

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

  .staff-name {
    padding: 0;
  }

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

  .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: 0.5rem 2rem;
    line-height: 1;
    vertical-align: middle;
  }

  /*--------------------------------
PC RECRUIT
--------------------------------*/
  .recruit-mainvisual {
    padding: 15.5% 0;
    width: 66.5%;
    /* width: 62.5%; */
    margin: 8rem auto 2rem;
  }

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

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

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

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

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

@media screen and (min-width: 1200px) {
  header {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }

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

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

  .main-contents {
    width: 1168px;
    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: 20%;
  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 #212121;
  border-radius: 1rem;
}

.system-img-n {
  width: 100%;
}

.system-img-n img {
  width: 100%;
}

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

  .bnr-n ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5rem;
  }

  .bnr-n li {
    width: 45%;
  }
}

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

  .bnr-n li {
    padding: 1rem;
  }

  .staff-box {
    width: 50%;
    margin-bottom: 0;
  }

  .more-btn02 {
    margin-top: 1rem;
  }

}

input[type="time"] {
  position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
}

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

.contents-ttl h2.waiting {
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  background: #212121;
  color: #fff;
  padding: 0.5rem;
}

.contents-ttl h2.waiting i:before {
  margin-right: 5px;
}

.waiting-ttl {
  padding: 0;
  margin: 2rem 0 0;
}

/* 追記 */
.waiting-inner {
  border: 1px solid #000;
  border-top: none;
  font-family: -apple-system, BlinkMacSystemFont, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.contents-ttl h2.waiting {
  background: #da1d3b;
}

.waiting_time_bold {
  font-size: 2rem;
  font-weight: bold;
  color: #da1d3b;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .recruit-mainvisual {
    padding: 0;
    padding-top: calc(7/15*100%);
    margin-top: 21px;
  }

  /* .sp-foot li a:nth-of-type(2) {
    color: #00b900;
  } */
}

@media screen and (min-width: 769px) {
  .twi-news-col .more-btn {
    width: 100%;
  }

  .twi-news-col .more-btn a {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .bnr-n-top ul {
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5rem;
  }

  .bnr-n-top li {
    width: 45%;
    margin: 0 auto;
  }
}

.bnr-n-top li {
  padding: 1rem;
}

.gray_fil {
  filter: grayscale(100%);
}

/* .waiting_wrap {
  margin: 2rem 0 0;
}
.waiting_wrap dl {
  display: flex;
  align-items: center;
}
.waiting_wrap dl dt {
  margin: 0;
  width: 50%;
  border: 1px solid #da1d3b;
  border-right: none;
}
.waiting_wrap dl dt .waiting-ttl {
  margin: 0;
}
.waiting_wrap dl dt h2.waiting {
  line-height: normal;
  font-size: 1rem;
}
.waiting_wrap dl dd.waiting-inner {
  width: 50%;
  border: 1px solid #000;
  border-left: none;
  line-height: normal;
}
.waiting_wrap dl dd.waiting-inner p {

}
.waiting_time_bold {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .waiting_wrap dl dt h2.waiting {
    padding: 1rem;
  }
  .waiting_wrap dl dt h2.waiting,
  .waiting_time_bold {
    font-size: 1.5rem;
  }
} */
.ico-tw {
  /*top: 0.35rem;*/
}

.staff-box>div {
  position: relative;
}

.premium {
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: -0.4rem;
  right: -0.4rem;
  background: linear-gradient(to bottom right, transparent 50%, #00001c 50%) top right/ 100% 100% no-repeat;
  margin-bottom: 0.4rem;
  margin-right: 0.4rem;
}

.premium img {
  position: absolute;
  bottom: 1rem;
  right: -0.2rem;
  transform: rotate(-45deg);
  width: 90%;
}

.sch.premium {
  /* bottom: 6.5rem; */
}

.tab-wrap .ico-tw {
  /*top: 2.25rem;*/
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .tab-wrap .ico-tw {
    /*top: 3.25rem;*/
  }
}



/*--------------------------------
Slick追加
--------------------------------*/

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


  .slide-inner {
    width: 45%;
    right: 2rem;
    left: auto;
  }

  #slider .swiper-pagination {
    right: 2rem;
    left: auto;
  }

  .pick-container {
    width: 48%;
  }

  .pick-container .contents-ttl {
    margin: 4.5rem 0 1.5rem;
  }

  .slick-wrap.half {
    width: 50%;
  }

  .slick-prev,
  .slick-next {
    width: 6rem;
  }

  .slick-prev:before,
  .slick-next:before {
    opacity: 0;
    transition: ease .5s;

  }

  .pick-wrap {
    width: 100%;
  }

  #pickup-slide {
    width: 49%;
    margin: 0 auto;
  }
}

.pick-twi-wrap {
  width: 100%;
  justify-content: space-between;
}

.pick-container {
  width: 100%;
  padding-bottom: 2rem;
}

.pick-col {
  justify-content: space-between;
}

.slick-wrap {
  padding: 0 0.5rem;
  width: 100%;
}

#pickup-slide {
  /* border:1px solid #000; */
  padding: 2rem 0;
  /* background: white; */
}

.slick-prev,
.slick-next {
  /*background: rgba(255,255,255,0.9);*/
  height: calc(100% - 1rem);
  width: 3.6rem;
  z-index: 1;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  font-size: 1rem;
  color: #e3048e;
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background:rgba(255,255,255,0.9);
}
*/
.pick-wrap {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.pick-image {
  position: relative;
}

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

.pick-name {
  width: 100%;
  /* padding: 1rem; */
  background: rgb(33 33 33);
  color: #fff;
  text-align: center;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
}

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

.credit-wrap p {
  padding-bottom: 0;
}

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

.credit-wrap ul li {
  width: 45%;
}


.credit-wrap ul li:nth-child(1) {
  width: 100%;
}

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

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


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

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

@media screen and (min-width:801px) {
  .credit-wrap ul {
    flex-wrap: nowrap;
  }

  .credit-wrap ul li:nth-of-type(1) {
    width: 24%;
  }

  .credit-wrap ul li {
    width: 24%;
  }
}

.swiper-container {
  padding-bottom: 1.5rem;
}




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


.twitter-btn a,
.stfqa-btn {
  display: flex;
  max-width: 280px;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: unset;
  color: #fff;
  font-weight: bold;
  background: #000;
  border-radius: 10px;
  margin: 0 auto;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .7));
}

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

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

.stfqa-btn {
  margin-top: 1rem;
  background: -webkit-linear-gradient(111deg, #c79134 0%, #e7d381 50%, #c79134 100%);
}

.stfqa-btn a {

  color: #333;
}

.stfqa-list .toggle {
  background: #212121;
  color: #fff;
  padding: 0.2rem 0.5rem;
}

.stfqa-list ul li {
  border: 1px solid #000;
}

.stfqa-list ul li+li {
  margin-top: 0.5rem;
}

.stfqa-list ul li p {
  background: #fff;
  padding: 0 0.5rem;
}

.stfqa-wrap .contents-ttl p {
  font-size: 1.1rem;
}

.stfqa-wrap .contents-ttl p span {
  font-size: 0.9rem;
}

.stfqa-btn a span {
  vertical-align: middle;
  padding-bottom: 0.2rem;
  margin-right: 0.25rem;
  font-size: 30px;
}





#tab-room {
  display: none;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: -1.5rem;
}

#tab-room.active {
  display: flex;
}

.room-tab {
  background-color: #959595;
  color: #fff;
}

.room-tab-panel {
  display: none;
}

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

#tab-room label {
  width: 100%;
  padding: 0.6rem 0;
}

#tab-room .room-tab.active {
  color: #333;
  background: -webkit-linear-gradient(111deg, #c79134 0%, #e7d381 50%, #c79134 100%);

}

.staff-box ul li.room {
  background: -webkit-linear-gradient(111deg, #c79134 0%, #e7d381 50%, #c79134 100%);
  color: #333;
}

.under-main #tab-room {
  display: flex;
  margin-top: 0;
}

.under-main .tab-container {
  padding-top: 0;
}

.logo-area {
  top: 0;
}

.logo-area h1 {
  width: auto;
  height: 4.5rem;
}

.logo-area a {
  display: flex;
  align-items: center;
  background: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.logo-area a img {
  width: 180px;
  /* height: 100%; */
}

.logo-area a span {
  font-size: 0.95rem;
  display: block;
  color: #333;
  line-height: 1;
  background: -webkit-linear-gradient(top, #613d00 0%, #372301 50%, #000000 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  filter: opacity(0.6);
}

.logo-area a span+span {
  margin-top: 0.1rem;
}

.logo-area a div {
  position: absolute;
  bottom: 1rem;
  left: 105%;
  width: max-content;
  font-family: 'Noto Serif JP', serif;
}

.under-wrap,
.under-wrap .container {
  width: 100%;
}

.stfqa-wrap .contents-ttl {
  margin: 0;
}

/*--------------------
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: #434343;
  /* 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 #434343;
}

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

@media screen and (min-width: 769px) {
  .shame-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .shame-list .blog-wrap {
    width: calc(50% - 0.5rem);
  }
}

.d_pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .blog-detail-image {
    width:
      30%;
    padding: 20% 0;
  }

  .col-left.diary {
    width: 73.5%;
    margin: 0 auto;
  }

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

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

  .d_pc {
    display: block;
  }

  .d_sp {
    display: none;
  }
}

.ico-line {
  background-color: #fff;
  /* background-color: rgba(0, 153, 255, 0.7); */
  color: #51ba25;
  font-size: 1.2rem;
  position: absolute;
  /* bottom: 4.5rem; */
  bottom: 0;
  right: 2.2rem;
  /* right: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}

.tab-wrap .ico-line {
  background-color: #fff;
  color: #06C755;
  font-size: 1.7rem;
  position: absolute;
  bottom: 0;
  right: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}

/* 追記 */
@media screen and (min-width: 769px) {
  .recruit-mainvisual {
    padding: 46% 0 !important;
  }
  
}

@media screen and (max-width: 769px) {
  .recruit-mainvisual {
    padding: 73% 0 !important;
  }
  
}

.img-style {
  width: 100%;
  text-align: center;
}




  .img-style img {
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  .img-style img:nth-child(2) {
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
  }
  
  
  .img-style img:nth-child(3) {
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
  }
  

  @media screen and (min-width: 769px) {
  
    .img-style img {
      width: 62%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    
    .img-style img:nth-child(2) {
      width: 62%;
      height: auto;
      display: block;
      margin: 0 auto;
      padding-top: 1rem;
    }
    
    
    .img-style img:nth-child(3) {
      width: 62%;
      height: auto;
      display: block;
      margin: 0 auto;
      padding-top: 1rem;
    }
    
    
  }