/*--------------------------------
Page 共通
--------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;600&display=swap');
:root {
  --color-base : #ffffff;
  --color-main : #d3efff;
  --color-accent : #a8befb;
  --color-text : #666;

}

html {
  font-size: 16px;
}

body {
  background: var(--color-base);
  font-feature-settings: "palt";
  font-family:  'Noto Serif JP', serif;
}

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

a{
  color: #000;
}

img {
  vertical-align: middle;
}

i.fab.fa-twitter {
  color: #fff !important;
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,.2));
}

@media screen and (min-width:769px) {
  
i.fab.fa-twitter {
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,.5));
}
}

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

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

main {
  width: 100%;
}

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

.logo-area h1 {
  width: 90px;
  height: 56px;
  padding: 5px;
}

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

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

.open #nav {
  right: 0;
}

.open #nav-toggle span {
  background: var(--color-text);
}

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

#nav li {
  border-bottom: 1px solid var(--color-text);
  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: var(--color-text);
  font-weight: 600;
}

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

#nav a {
  width: 100%;
  display: block;
  color: var(--color-text);
  text-decoration: none;
  padding: 0.5rem 0;
  font-weight: 600;
  line-height: 1.4;
}

#nav-toggle {
  position: fixed;
  top: 1rem;
  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:#fff;
  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: 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: var(--color-base);
  background: var(--color-accent);
  /* 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;
  padding: 0 1rem;
}

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

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

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

.reserve-bnr,
.qa-bnr,
.recruit-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 {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 1.5rem;
  font-size: 2rem;
  color: var(--color-base);
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.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%;
  height: 95vh;
}

.visual-logo-box {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  text-align: center;
  color: var(--color-base);
  font-weight: 600;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-sub-ttl {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  padding: 1rem 0;
filter:drop-shadow(0px 0px 4px rgba(0,0,0,.6)) drop-shadow(0px 0px 4px rgba(0,0,0,.6));
font-weight: 100;
}

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

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

.fixed-contact li a {
  text-decoration: none;
  color: var(--color-text);
  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 #c0025b; */
  background: rgb(255 248 248 / 70%);
  padding: 0.5rem;
  margin: 1rem 0;
  color: var(--color-text);
  /* box-shadow: 0 0 0 0.25rem #e0e0e0; */
  max-width: 300px;
    margin: 0 auto;
}

.top-contact a {
  color: var(--color-text);
  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: var(--color-base);
}

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

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

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

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

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

.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: rgba(255,255,255,.6);
  color: #282828;
  display: flex;
  flex-direction: column;
}

.news-ico span {
  padding: 0.25rem;
  background: var(--color-accent);
  color: var(--color-base);
  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 var(--color-accent);
  color: var(--color-accent);
}

.news-pager li a.pager-current {
  background: var(--color-accent);
  color: #fff;
}

.top-news-clamp {
  width: 100%;
  height: 3.25rem;
  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; 
  
}

/* .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: var(--color-text);
  padding: 0.5rem 1rem;
  background:var(--color-main);
  font-size: 0.75rem;
}

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

.tab-container {
  width: 100%;
  padding: 4rem 0.5rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.7) 100%),
    url("../img/tab-bg.jpg?ver2");
  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: #444;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid var(--color-accent);
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

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

.tab-box label.active {
  background: rgb(191 228 246 / 80%);
}

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

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

.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: var(--color-text);
  display: flex;
  flex-direction: column;
}

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

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

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

.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;
  background: var(--color-accent);
  font-size: 0.75rem;
  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.5) 0%, rgba(255, 255, 255, 0.5) 100%), url(../img/concept.jpg?ver2);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding: 2rem 0.5rem;
  text-shadow: 0 0 white;
  font-size: 0.9rem;
}

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

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

.concept-text {
  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?ver2");
  background-size: contain;
  background-position: left 35% center;
  background-repeat: no-repeat; */
  padding: 2rem;
  text-align: center;
  line-height: 1.2;
  color: var(--color-text);
}

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

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

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

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

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

.archive h3 {
  background: var(--color-main);
  color:var(--color-text);
  padding: 0.5rem 1rem;
  font-weight: 400;
}

.archive li {
  border: 1px solid var(--color-main);
  border-top: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
}

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

.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: var(--color-accent);
  color: var(--color-base);
  padding: 0.5rem 1rem;
}

/*--------------------------------
NEWS
--------------------------------*/
.news-detail-info {
  padding: 0 0 1rem;
  color: var(--color-text);
}

.news-detail-info:after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--color-accent);
  border-top: 1px solid var(--color-accent);
  padding: 0 0 0.25rem;
  margin-top: 0.5rem;
}

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

.news-detail-update span {
  background: var(--color-accent);
  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: var(--color-text);
}

.news-text-area:after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--color-accent);
  border-top: 1px solid var(--color-accent);
  padding: 0 0 0.25rem;
  margin-top: 1rem;
}

.news-detail-wrap {
  width: 100%;
  background: rgba(255,255,255,.6);
  padding: 1rem;
}

.news-detail-image {
  background: url("../img/news01.jpg?ver2");
  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: #ffffffad;
}

.blog-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--color-text);
}

.blog-image {
  width: 40%;
}

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

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

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

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

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

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

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

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

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

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

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

.blog-detail-info:after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--color-accent);
  border-top: 1px solid var(--color-accent);
  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 var(--color-accent);
  border-top: 1px solid var(--color-accent);
  padding: 0 0 0.25rem;
  margin-bottom: 1rem;
}

.blog-text-area:after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--color-accent);
  border-top: 1px solid var(--color-accent);
  padding: 0 0 0.25rem;
  margin-top: 1rem;
}

/*--------------------------------
料金システム
--------------------------------*/
.list-wrap {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  /* background: rgba(255,255,255,.6); */
}

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

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

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

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

.list-wrap dd {
  background: rgba(255,255,255,.6);
  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: space-between;
}

.weekly-schedule {
  width: 100%;
  padding: 0 0 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 var(--color-accent);
}

.weekly-schedule li a.current {
  background: var(--color-accent);
  color: #fff;
}

.staff-box {
  width: 48%;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%);
}

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

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

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

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

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

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

.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,.6);
  color: #000;
}

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

.box-inner li  + li{
  border-top: 1px dashed #a1a1a1;
}
.therapist-list .ico-area {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

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

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

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

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

.therapist-list .ico03 {
  background: rgba(237, 100, 147, 0.8);
}

.therapist-list .ico01 p,
.therapist-list .ico02 p,
.therapist-list .ico03 p {
  transform: rotate(-45deg);
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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

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

.filter-wrap select {
  font-size: 1rem;
  padding: 0.5rem;
  border: 1px solid var(--color-accent);
  color: var(--color-text);
  width: 68%;
  height: 2.625rem;
  background-image: url("../img/filter-arrow.svg"), linear-gradient(to bottom, var(--color-accent) 0%, var(--color-accent) 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: var(--color-text);
}

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

.filter-inner label {
  margin-right: 1rem;
  color: var(--color-text);
}

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

.filter-inner input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: var(--color-accent);
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 2.5rem;
  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: var(--color-accent);
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid var(--color-accent);
}

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

.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: 1rem 1rem 0;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  background: rgba(255,255,255,.6);
}


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

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

.reserve {
  padding: 0 0 1rem;
  border: 1px solid var(--color-accent);
  background: #ffffffad;
}

.reserve>div {
  position: relative;
  padding: 0.5rem 1rem;
  /* background: var(); */
  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 var(--color-accent);
  font-size: 1rem;
  border-radius: 0;
}

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

.reserve #schedule {
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid var(--color-accent);
  border-radius: 0;
  background-image: url("../img/calendar.svg"), linear-gradient(to bottom, var(--color-accent) 0%, var(--color-accent) 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 var(--color-accent);
  font-size: 1rem;
  border-radius: 0;
  /* background-image: url("../img/select-arrow.svg"), linear-gradient(to bottom, var(--color-accent) 0%, var(--color-accent) 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: var(--color-accent);
  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: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid var(--color-accent);
  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: var(--color-accent);
  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 var(--color-text);
  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;
  left: 0.25rem;
  width: 0.65rem;
  height: 1rem;
  transform: rotate(40deg);
  border-bottom: 3px solid var(--color-text);
  border-right: 3px solid var(--color-text);
}

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: var(--color-accent);
}

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

/*--------------------------------
PROFILE
--------------------------------*/
.profile-wrap {
  width: 100%;
  padding: 0.5rem;
  background: #ffffff94;
  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: #cacaca;
  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: var(--color-accent);
}

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

.tab-switch {
  display: none;
}

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

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

.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 var(--color-accent);
  border-top: 1px solid var(--color-accent);
  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;
}

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

.shop-cmt:after {
  content: "";
  display: block;
  border-bottom: 1px solid #777;
  border-top: 1px solid #777;
  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: #aed0fb;
}

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

.detail-tbl tr {
  display: block;
}

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

.detail-tbl tr th {
  color:#fff;
}
.detail-tbl tr th,
.detail-tbl tr td {
  display: block;
  text-align: center;
  padding: 0 0.5rem;
  border: 1px solid var(--color-accent);
  height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-tbl tr td {
  line-height: 1;
}

.detail-tbl tr td span {
  padding-top: 0.4rem;
    display: block;
    line-height: 1;
}

@media screen and (min-width:801px) {
  .detail-tbl tr td span {
    padding-left: 0;
    padding-top: 0.3rem;
    display: block;
  }
  
}

@media screen and (max-width:800px) {
  
  .detail-tbl tr th+th,
  .detail-tbl tr td+td {
    border-top: none;
  }
  .detail-tbl tr td {
    border-left: none;
  }
}

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

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

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

.ico01 {

  background: rgba(110, 198, 146, 0.8);
  margin-bottom: 1rem;
}

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

.ico03 {
  background: rgba(237, 100, 147, 0.8);
}

.ico01,
.ico02,
.ico03 {
  width: 2rem;
  height: 2rem;
  color: #fff;
  transform: rotate(45deg);
  overflow: hidden;
}

.ico01 p,
.ico02 p,
.ico03 p {
  transform: rotate(-45deg);
  width: 2rem;
  height: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.7rem;
}

.ico03 p {
  line-height: 1;
}

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

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

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

.recruit-ttl {
  background: var(--color-accent);
  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; */
  background: rgba(255,255,255,.6);
}

.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: var(--color-accent);
  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 dl {
  justify-content: space-between;
}

.job-box dl dt,
.job-box dl dd {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--color-accent);
}

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

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

.job-box dl:last-child dt+dd {
  border-bottom: 1px solid var(--color-accent);
}

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

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

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

.access-box h3 {
  font-size: 1.25rem;
  color: var(--color-text);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid  var(--color-text);
}

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

.footer-logo {
  width: 100%;
  background: url("../img/f-logo.png?ver2");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20% 0;
  max-width: 300px;
    margin: 0 auto;
  /* filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white) drop-shadow(-1px -1px 0px white); */
}

.footer-logo-pc
 {
  display: none;
 }


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

.sp-foot {
  width: 100%;
  height: 4rem;
  padding: 0.5rem;
  background:var(--color-main);
  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;
}

/*.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: var(--color-text);
  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: absolute;
    top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 67px;
    background: rgba(255, 255, 255, 0.6);
  }

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

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

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

  .job-box dl {
    display: flex;
  }

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

  .job-box dl:not(:last-child) dt {
    border-bottom-color: #fff;
  }
  .job-box dl dd {
    width: 71%;
  }

  .job-box dl dt+dd {
    border-top: 1px solid var(--color-accent);
    border-bottom: 1px solid var(--color-accent);
    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% 0;
  }

  .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;
    background-position: center;
  }

  .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: #212121;
    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: rgba(255,255,255,.6);
    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 var(--color-accent);
    border-top: 1px solid var(--color-accent);
    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;
    margin-bottom: 1rem;
  }

  .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: rgba(255, 255, 255, 0.6);
    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 #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: #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: var(--color-accent);
    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: var(--color-accent);
  }

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

  .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;
    vertical-align: middle;
  }


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

  /*--------------------------------
PC RECRUIT
--------------------------------*/
  .recruit-mainvisual {
    padding: 15.5% 0;
    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 #777;
  }

  .foot-global li a {
    text-decoration: none;
    color: var(--color-text);
  }

  .footer-logo {
    /* display: none; */
  }

  .footer-logo {
    display: block;
      background: url("../img/h-logo.png?ver2");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      padding: 5% 0;
      filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white) drop-shadow(-1px -1px 0px white);
    /* width: 15rem;
    height: 5rem;
    padding: 0; */
  }

  .foot-access {
    width: 20%;
    margin: 0 auto;
  }

  .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 var(--color-accent);
    padding: 1rem;
  }

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

  a.js-modal-close {
    position: static;
    background: var(--color-accent);
    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: 95%;
    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;
  }

  .tab-container .main-contents {
    width: 100%;
  }

  .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 var(--color-accent);
  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-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 .topics-image a {
  padding-top: calc(4/3*100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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


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

  .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: 801px) {
  .main-tab-panel2 {
    width: 100%;
    display: none;
    padding-left: 1rem;
  }
}

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

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

.error-wrap {
  padding: 8rem 0 1rem;
  text-align: center;
  background: rgba(255,255,255,.6);
}

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

/******************************
    ボーナス
******************************/
.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;
  }
}

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



.detail-tbl tr th:not(:last-child) {
  border-bottom-color: #fff;
}


@media screen and (min-width:769px) {
  .detail-tbl tr th {
    border-bottom-color: #fff;
  }
  
  .detail-tbl tr th:not(:last-child) {
    border-right-color: #fff;
  }
}

.under-h {
  background-color: var(--color-main);
}

.visual-logo {
  padding: 20% 0;
  max-width: 230px;
    margin: 0 auto;
}

.visual-logo-box {
  padding: 0 0.8rem;
}
.visual-logo-box ul{
width: 100%;
}


/* 
.top-sub-ttl {
  font-size: 0.9rem;
} */


@media screen and (min-width:769px) {
  
  .top-sub-ttl {
    font-size: 1rem;
  }
}

.credit-bnr {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-wrap li.credit-bnr img{
  width: 20% !important;
}
/* 
.list-wrap .credit-text {
  text-align: center;
} */

.credit-bnr a span {
  color: #fff;
  text-align: center;
}
.wrapper {
  background: rgba(255,255,255,.6);
  padding: 1rem 0;
}

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


.wrapper {
  padding: 2rem 0;
}

.visual-logo {


padding: 20% 0;
max-width: 250px;

}
}

#particles-js,
#particles-js-test
 {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

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

.under-main .contents-ttl {
  color: #fff;
}


.reserve-wrap.wrapper {
  background: rgba(255,255,255,.6);
}

/* 追記 */
.sys_img {
  margin: 0 auto;
  text-align: center;
}

.sys_img img:nth-child(2) {
  margin-top: 2rem;
}

@media screen and (max-width: 769px) {
  .sys_img img{
    margin: 0 auto;
    width: 98%;
  }

  .sys_img img:nth-child(2) {
    margin-top: 1rem;
  }
}