<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap');

:root {
  --main-color: #00008b;
}

body {
  font-family: æ¸¸æ˜Žæœ, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGSæ˜ŽæœE, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, serif;
  font-feature-settings: "palt";
  font-size: 16px;
  color: #212121;
}

img {
  vertical-align: middle;
}

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

header {
  width: 100%;
  position: fixed;
  height: 4.5rem;
  z-index: 99;
  transition: ease 0.3s;
  background: #fff;
}

main {
  /*  background: #fff;*/
  background:
    linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.3) 100%),
    url("../img/main-bg.jpg");
  background-size: 200%;
  background-position: top center;
}

.under-h {}

.header-bg {}

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

.logo-area a {
  display: block;
  background: url("../img/h-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 57px;
  text-indent: -999999px;
}

#nav-circle-bg {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 600px;
  height: 100vh;
  top: 0;
  right: -600px;
  border-radius: 50%;
  transition: transform 0.5s ease;
  transition-delay: 1.3s;
}

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

#nav {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 57px;
  right: -100%;
  text-align: center;
}

#nav ul {
  width: 100%;
  list-style: none;
  margin-top: 1rem;
}

#nav li {
  transition: transform .5s ease;
  transition-delay: 0;
  border-bottom: 1px solid #dfaa71;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#nav-toggle&gt;div {
  position: relative;
}

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

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

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

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

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

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

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

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

.mainvisual {
  filter: drop-shadow(1px 1px 1px white);
  height: 86vh;
}

.mainvisual-bg {
  width: 100%;
  height: 86vh;
}

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

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

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

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

  100% {
    opacity: 1;
  }
}

/**/

.mainvisual {
  position: absolute;
  top: 0;
  width: 100%;
  height: 86vh;
  padding: 20% 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ba989b;
}

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

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

.mainvisual li {
  margin: 0rem 1rem;
}

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

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

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

.main-contact {
  width: 100%;
  padding: 0.2rem;
  background: #ba989b;
  color: #fff;
}

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

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

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

.main-contact ul li {
  line-height: 1.4;
}

.contents-ttl {
  /*  background: url("../img/title.svg");*/
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0 1rem;
  /*  margin: 2rem 0;*/
  text-align: center;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}

.contents-ttl h2 {
  font-size: 3rem;
  color: #e9939c;
  font-family: 'Great Vibes', cursive;
  font-weight: 100;
}

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

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

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

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

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

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

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

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

.news-ttl-top {
  font-weight: 600;
  margin-top: 0.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.news-text-wrap li:first-child {
  font-size: 0.75rem;
  color: #e9939c;
}

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

.todays-wrap {
  width: 100%;
  padding: 2rem 1rem 1rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), url(../img/todays-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #e9939c;
  line-height: 1.2;
  text-align: center;
  border-top: 3px solid #dfaa71;
  border-bottom: 3px solid #dfaa71;
}

.todays-wrap .staff-box {
  color: #212121;
}

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

.todays-wrap h2 {
  font-size: 3rem;
  font-family: 'Great Vibes', cursive;
  font-weight: 100;
}

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

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

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

.staff-box .box-inner li:not(:nth-of-type(1)),
.staff-box .box-inner li:not(:nth-of-type(2)) {
  line-height: 1;
  padding: 0.5rem 0;
}

.staff-box&gt;ul&gt;li:nth-child(3) {
  /*    background: -webkit-linear-gradient( 0deg, #d76a6f 10%, #eec1c3 50%, #f4d4d5 90%);*/
  color: #fff;
  /* border:none; */
  font-size: 13px !important;
  /* border-bottom: 1px solid white; */
  background: #e9939c;

}

.waitcond {
  background: #e9939c;
  color: #fff;
  /* border:none; */
  font-size: 13px !important;
  /* border-bottom: 1px solid white; */
  border-top-color: #fff !important;
}

.waittime {
  /*    background: -webkit-linear-gradient( 0deg, #d76a6f 10%, #eec1c3 50%, #f4d4d5 90%);*/
  background: #e9939c;
  color: #fff;
  border: none;
  font-size: 13px !important;
  border-bottom: 1px solid white;
}

.staff-box&gt;ul&gt;li {
  padding: 0.5rem;
}

.staff-box&gt;ul li+li {
  border-top: 1px solid #e9939c;
}

/* 
.staff-box &gt; ul li:nth-of-type(n+3) {
  border-top-color: #fff;
} */

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

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

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

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

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

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

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

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

.clamp-text2 {
  width: 100%;
  /* height: 2.75rem; */
  overflow: hidden;
  text-align: justify;
  /*  background: #fff;*/
  position: relative;
  line-height: 1.4;
  margin-top: auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4rem;
}

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

.clamp-text3 {
  width: 100%;
  max-height: 2.75rem;
  overflow: hidden;
  text-align: justify;
  /*  background: #fff;*/
  position: relative;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 600;
}

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

.clamp-text3:before {
  content: "";
  bottom: 0;
  right: 0;
}

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

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

.blog-image01,
.blog-image02,
.blog-image03 {
  width: 30%;
}

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

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

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

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

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

.link-bnr-wrap {
  width: 100%;
  padding: 0 1rem;
  overflow: hidden;
}

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

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

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

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

.reserve-bnr a,
.qa-bnr a,
.recruit-bnr a {
  display: block;
  text-decoration: none;
  padding: 1rem 0;
  font-size: 2rem;
  color: #fff;
  background: rgba(213, 190, 165, 0.9);
  line-height: 1.2;
}

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

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

.concept-bg {
  /*
  background-image: url("../img/kazari-tl.svg"),
  url("../img/kazari-tr.svg"),
  url("../img/kazari-br.svg"),
  url("../img/kazari-bl.svg");
*/
  background: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), url(../img/concept-bg.jpg);
  background-position: bottomcenter;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  text-align: center;
  padding: 2rem 1rem;
}

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

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

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

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

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

.under-main h2 {
  filter: drop-shadow(2px 2px 1px white);
  color: #212121;
}

.under-main .contents-ttl p {
  filter: drop-shadow(2px 2px 1px white);
  color: #212121;
}

.under-wrap {
  background: #fff;
  padding-top: 1rem;
}

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

.weekly-schedule ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.weekly-schedule li {
  text-align: center;
  background: #fff;
}

.weekly-schedule li:first-child {
  width: 100%;
  margin-bottom: 0.25rem;
}

.weekly-schedule li:nth-child(n+2) {
  width: 49%;
  margin: 0.25rem 0;
}

.weekly-schedule li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #dfaa71;
}

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

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

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

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

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

.filter-sub-wrap {
  width: 100%;
}

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

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

.filter-inner+div input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: #dfaa71;
  color: #fff;
  font-size: 1rem;
  /* position:absolute; */
  right: 0;
  top: 0;
  width: 4rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0;
  margin: 0.5rem auto;
  width: 100%;
  /* max-width: 500px; */
}

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

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

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

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

.tab-switch:checked+.tab-label {
  background: #967c32;
}

.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;
  border-bottom: double #967c32;
  padding: 0 0 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.ico-newface {
  background: rgba(110, 198, 146, 0.8) !important;
}

.ico-deli {
  background: rgba(207, 147, 229, 0.8) !important;
}

.ico-popular {
  background: rgba(237, 100, 147, 0.8) !important;
}

.ico-4 {
  background: rgba(100.199, 237, 0.8) !important;
}

.ico-5 {
  background: rgb(237, 195, 100, 0.8) !important;
}

.ico-6 {
  background: rgba(110, 198, 146, 0.8) !important;
}

.ico-7 {
  background: rgba(207, 147, 229, 0.8) !important;
}

.ico-8 {
  background: rgba(237, 100, 147, 0.8) !important;
}

.ico-9 {
  background: rgba(100.199, 237, 0.8) !important;
}

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

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

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

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

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

.form-caution {
  width: 100%;
  padding: 0 1rem 1rem;
  font-size: 0.75rem;
  text-align: center;
}

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

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

.reserve {
  padding: 0 0 1rem;
}

.reserve&gt;div {
  position: relative;
  padding: 0.5rem 1rem;
}

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

.reserve textarea {
  width: 100%;
  display: block;
  padding: 0.5rem;
  border: 1px solid #967c32;
  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, #967c32 0%, #967c32 100%);
  background-size: 2.5rem 2.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
}

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

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

.reserve input[type="time"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0 0.5rem;
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #967c32;
  font-size: 1rem;
  border-radius: 0;
  background-image: url("../img/select-arrow.svg"), linear-gradient(to bottom, #967c32 0%, #967c32 100%);
  background-size: 2.5rem 2.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.reserve input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0.5rem 2rem;
  background: #967c32;
  color: #fff;
  font-size: 1rem;
  transition: ease 0.3s;
}

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

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

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

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

.reserve input[type="radio"]+label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #967c32;
  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: #967c32;
  border-radius: 50%;
}

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

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

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

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

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

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

.recruit-main {
  padding-top: 4.5rem;
  background: #fff;
}

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

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

.recruit-ttl h2 {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Great Vibes', cursive;
  font-weight: 100;
}

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

.recruit-bg01 {
  background: #eee0c8;
}

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

.recruit-wrap a {
  color: #212121;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-line {
  padding: 0 1rem;
}

.top-line:before {
  content: "";
  display: block;
  width: 100%;
  margin: 1rem auto;
  border-top: 1px solid #212121;
}

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

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

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

.recruit-contact p {
  padding-bottom: 1rem;
}

.recruit-contact li {
  background: #e9939c;
  color: #fff;
  padding: 1rem;
  margin: 0 0 1rem;
  border-radius: 1rem;
}

.recruit-contact li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.recruit-contact i {
  margin-right: 0.25rem;
}

.twitter-wrap {
  width: 100%;
  height: 480px;
  padding: 3rem 1rem 0;
  margin-bottom: 1rem;
  overflow-y: scroll;
}

.map-wrap {
  width: 100%;
  background: url("../img/map-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.map-wrap .contents-ttl {
  color: #fff;
  margin: 0;
}

.map-box {
  padding: 2rem 1rem 0;
  color: #fff;
}

.map-box a {
  color: #fff;
  text-decoration: none;
}

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

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

.accordion li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}

.accordion&gt;ul&gt;li&gt;div {
  cursor: pointer;
  position: relative;
  color: #fff;
  padding: 0.5rem 3.5rem 0.5rem 0.5rem;
  background: #e9939c;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #c58e03;
}

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

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}

.accordion li .accordion_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
}

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

.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&gt;div&gt;span {
  font-size: 0.5rem;
}

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

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

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

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

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

.list-wrap p {
  padding: 0.5rem;
  /*text-align: center;*/
  padding-bottom: 3rem;
}

.list-wrap dl {
  width: 100%;
  display: flex;
  margin: 3rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

.col-left {
  width: 100%;
}

.col-right {
  width: 100%;
}

.news-under-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e9939c;
  padding-top: 1rem;
}

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

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

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

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

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

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

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

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

.news-detail-wrap .news-bg01 a,
.news-detail-wrap .news-bg02 a,
.news-detail-wrap .news-bg03 a,
.news-detail-wrap .news-bg04 a,
.news-detail-wrap .news-bg05 a {
  display: block;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 33.333% 0;
}

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

.news-inner-info a {
  color: #212121;
}

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

.news-ico {
  padding: 0.25rem;
  background: #e9939c;
  color: #fff;
  margin-right: 0.5rem;
}

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

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

.news-pager li {
  margin-bottom: 0.5rem;
}

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

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

.blog-under-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 1rem;
}

.blog-under-image {
  width: 50%;
}

.blog-inner-info {
  width: 50%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

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

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

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

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

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

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

.blog-under-ttl {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
}

.blog-clamp {
  width: 100%;
  height: 4.25rem;
  overflow: hidden;
  text-align: justify;
  background: #fff;
  position: relative;
  line-height: 1.4;
  font-size: 0.8rem;
}

.blog-clamp:before,
.blog-clamp:after {
  position: absolute;
  background: #fff;
}

.blog-clamp:before {
  content: "â€¦";
  bottom: 0;
  right: 0;
}

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

.blog-detail {
  text-align: center;
}

.blog-detail a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 1rem;
  background: #e9939c;
  font-size: 0.75rem;
}

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

.pick-under-wrap {
  width: 100%;
  position: relative;
}

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

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

.news-detail-info,
.blog-detail-info {
  padding: 0 0 1rem;
}

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

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

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

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

/* .news-text-area:after,
.blog-text-area:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e9939c;
  border-top: 1px solid #e9939c;
  padding: 0 0 0.25rem;
  margin-top: 1rem;
} */
.news-btn {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.access-box address {
  padding: 0.5rem 0;
  font-style: normal;
}

.access-box p {
  padding-bottom: 0.5rem;
}

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

footer {
  padding: 2rem 2rem 4rem;
  background: #fff;
  text-align: center;
  color: #212121;
}

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

footer li {
  margin: 0.5rem 1rem;
}

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

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

}

.footer-logo {
  background: url("../img/visual-logo.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 39.5% 0;
  margin-bottom: 1rem;
}

.sp-foot {
  width: 100%;
  height: 5rem;
  padding: 0.5rem;
  /* background: rgba(186,152,155,0.95); */
  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: 33.333%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
}

/*.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: 1rem;
  display: block;
  text-decoration: none;
}

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

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

.more-btn a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #e9939c;

  border: 2px solid #e9939c;
  font-weight: 600;
}

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

.sp {
  display: block;
}

.pc {
  display: none;
}

.bottom-link-wrap {
  width: 1168px;
  max-width: 100%;
  margin: auto;
  padding: 1rem;
}

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

.bottom-link-wrap li {
  padding: 0.3rem;
  max-width: 50%;
}

.bottom-link-wrap img {
  max-width: 100%;
}


/*--------------------------------
Bonus
--------------------------------*/
.bonus-wrap {
  width: 100%;
  padding: 1rem;
  /* margin-bottom: 2rem; */
  /* background: #fafafa; */
}

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

.app-wrap ul {
  display: flex;
  justify-content: space-between;
}

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

.app-wrap ul li:nth-of-type(2) {
  width: 25%;
}

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

.app-dl {
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid #ccc;
}

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

.app-dl ul li {
  width: 48%;
}

.app-dl ul li a {
  display: inline-block;
}

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

.bonus-link {
  width: 100%;
  text-align: center;
}

.app-code {
  width: 100%;
  padding: 1rem 0;
}

.app-code ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-code ul li {
  line-height: 1;
}

.app-code ul li:nth-of-type(2) {
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.app-code ul li span {
  font-size: 1.5rem;
}

.app-code p {
  display: flex;
  justify-content: center;
  padding: 1rem 1rem 0;
}

.card a {
  display: block;
  margin: auto;
}

.card a img {
  max-width: 100%;
}

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

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

  main {
    background-size: 60%;
    background-position: top right;
  }

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

  .header-bg {
    background: #fff;
    /* height:4.5rem; */
  }

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

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

  .visual-logo {
    padding: 12%;
    width: 100%;
    background-size: contain;
  }

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

  #nav {
    position: static;
    width: auto;
    height: auto;
    right: inherit;
  }

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

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

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

  .mainvisual-bg {
    height: 100vh;
  }

  .mainvisual-bg:before {
    /*    background: url("../img/mainvisual.jpg");*/
    background-size: 100%;
    background-position: center top 67px;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .mainvisual {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100vh;
    width: 100%;
    padding: 0;
    /*    background: rgba(0,0,0,0.5);*/
  }

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

  .under-main {
    background: transparent;
    margin-top: 150px;
    padding-top: 0;
  }

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

  .job-box dl {
    display: flex;
  }

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

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

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

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

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

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

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

  .pc {
    display: block;
  }

  .more-btn {
    width: 100%;
  }

  .main-contents {
    width: 100%;
  }

  .main-wrap01 {
    width: 100%;
    padding: 0 0 2rem;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
  }

  .main-wrap02 {
    width: 100%;
    padding: 0 0.5rem 2rem;
  }

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

  .pickup-container {
    width: 30%;
  }

  .news-container {
    width: 68%;
  }

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

  .news-box {
    width: 49%;
  }

  .staff-box {
    width: 20%;
    padding: 0 1rem;
  }

  .todays-wrap {}

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

  .blog-container {
    width: 60%;
    padding: 0 1rem;
  }

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

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

  .blog-image01,
  .blog-image02,
  .blog-image03 {
    width: 15%;
  }

  .twitter-container {
    width: 40%;
    padding: 0 1rem;
    margin: 0 auto;
  }

  .twitter-wrap {
    height: 550px;
    padding: 0;
  }

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

  .map-box iframe {
    width: 50%;
  }

  .map-text {
    width: 50%;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .weekly-schedule li a.current {
    background: transparent;
    color: #fff;
    text-decoration: underline;
  }

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

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

  .filter-inner-wrap {
    display: flex;
    width: 100%;
  }

  .filter-inner {
    /* order: 2; */
    order: 0;
    width: unset;
    /* width: 22rem; */
    margin-top: 1rem;
  }

  .filter-sub-wrap {
    width: 4rem;
    margin: 1rem 0.5rem 0 0;
  }

  .filter-inner+div input[type="submit"] {
    height: 100%;
    line-height: unset;
    margin: 0;
  }

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

  .profile-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem 2rem;
  }

  .tab-wrap {
    width: 35%;
  }

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

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

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

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

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

  .form-caution {
    font-size: 1rem;
  }

  .reserve .pc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 10rem;
  }

  .reserve .radio-box {
    display: flex;
    justify-content: center;
    padding: 0.5rem 10rem;
  }

  .reserve .radio-box p {
    width: 50%;
    text-align: left;
  }

  .reserve input[type="radio"]+label {
    margin-right: 0;
    width: 16.7%;
  }

  .reserve&gt;div:first-child {
    padding-top: 4rem;
  }

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

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

  img.ui-datepicker-trigger {
    right: 10rem;
  }

  .reserve input[type="time"] {
    padding: 0.5rem;
    background-image: none;
  }

  .recruit-main {
    padding-top: 0.5rem;
  }

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

  .accordion {
    padding: 2rem 0;
  }

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

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

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

  .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .col-left {
    width: 75%;
    padding: 1rem;
  }

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

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

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

  .news-inner-ttl {
    margin: 1rem 0 1.5rem;
  }

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

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

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

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

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

  .news-sp-none:before {
    content: "";
    bottom: 0;
    right: 0;
  }

  .news-sp-none:after {
    content: "";
    width: 100%;
    height: 100%;
  }

  .news-sp-none a {
    color: #212121;
  }

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

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

  .news-btn a {
    text-decoration: none;
    color: #fff;
    background: #e9939c;
    padding: 0.25rem;
    font-size: 0.75rem;
  }

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

  .blog-under-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blog-under-wrap {
    width: 49%;
  }

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

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

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

  .blog-text-area {
    padding: 0 0 1rem;
  }

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

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

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

  .blog-detail-image {
    width: 30%;
    padding: 20% 0;
  }

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

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

  .shop-intro {
    padding: 1rem;
  }

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

  .recruit-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .recruit-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2;
  }

  .recruit-image01,
  .recruit-image02 {
    width: 50%;
    padding: 1rem;
  }

  .top-line:before {
    margin: 1.5rem auto 1rem;
  }

  .recruit-contact {
    width: 100%;
    padding: 1rem 2rem;
  }

  .salary-example {
    padding: 0 2rem;
  }

  .salary-example ul,
  .recruit-contact ul {
    display: flex;
    justify-content: space-between;
  }

  .salary-example li,
  .recruit-contact li {
    width: 30%;
    margin: 1rem 0;
  }

  .recruit-contact p {
    padding-bottom: 0;
  }

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

  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
  }

  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }

  .modal__content {
    background: #fff;
    left: 50%;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    text-align: center;
  }

  .modal__content .text-bold {
    font-size: 2.25rem;
    font-weight: 600;
  }

  .modal__content&gt;div {
    border: 1px solid #212121;
    padding: 1rem;
  }

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

  a.js-modal-close {
    position: static;
    background: #967c32;
    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;
  }

  /*--------------------------------
  PC Bonus
  --------------------------------*/
  .app-wrap {
    width: 50%;
    margin: auto;
  }

  .app-wrap ul {
    justify-content: center;
  }

  .app-wrap ul li:nth-of-type(1) {
    width: auto;
  }

  .app-wrap ul li:nth-of-type(1),
  .app-wrap ul li:nth-of-type(2) {
    padding: 1rem;
  }

  .app-dl {
    width: 50%;
    margin: auto;
  }

  .app-dl p {
    padding: 0 1rem;
  }

  .app-dl ul li {
    width: 50%;
    padding: 1rem;
  }

  .app-code {
    width: 50%;
    margin: auto;
  }

  .app-code ul li:nth-of-type(2) {
    font-size: 1rem;
  }

  .card a {
    width: 50%;
  }
}

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

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

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

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

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

  .schedule-wrap {
    width: 1168px;
    margin: 0 auto;
    padding: 0 0 2rem;
  }

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

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

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

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

.qattl {
  letter-spacing: 1rem;
}

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

  .weekly-schedule li a {
    display: block;
    text-decoration: none;
    color: #dfaa71;
    padding: 0.5rem 1rem;
    border: 1px solid #dfaa71;
  }

  .about-corona-n li img {
    width: 100%;
    padding: 1rem;
  }

  .about-corona-n li p {
    padding: 0 1rem;
    font-size: 0.75rem;
    font-weight: bold;
  }

  .coution-n {
    width: 90%;
    margin: 0 auto;
  }

  .coution-p-n {
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) {
  .about-corona-n {
    width: 100%
  }

  .about-corona-n li img {
    width: 50%;
    margin: 0 25%;
    margin-top: 2rem;
  }

  .about-corona-n li p {
    padding: 0 1rem;
    /* font-size: 0.75rem; */
    font-weight: bold;
    text-align: center;
  }

  .coution-n {
    margin: 0 auto;
    text-align: center;
  }

  .coution-p-n {
    font-weight: bold;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  p.front-caption.sp {
    display: none;
  }

  p.front-caption.pc {
    text-align: center;
    width: 100%;
    margin: 2rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  p.front-caption.pc {
    display: none;
  }

  p.front-caption.sp {
    text-align: center;
    /* margin: 2rem 0 0; */
  }

  .foot-tel-n {
    background: #ff99b1c2;
    border: 2px solid #fcfdfe;
    border-radius: 0.5rem;
  }

  .foot-tel-n img {
    height: 2rem;
  }

  .foot-tel-n a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: #fcfdfe;
    border-radius: 0.5rem;
  }

  .foot-line-n {
    background: #5db44ede;
    border: 2px solid #fcfdfe;
    border-radius: 0.5rem;
  }

  .foot-line-n img {
    height: 2rem;
  }

  .foot-line-n a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: #fcfdfe;
    border-radius: 0.5rem;
  }
}

/***********************************************************
è¿½è¨˜
***********************************************************/
/* å…±é€š */
.sp-foot.fixed-foot a img {
  padding-right: .25rem;
  height: 1rem;
}

.ico-area {
  position: unset;
}

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

.ico-area li {
  transform: unset;
  margin-top: 0 !important;
}

.ico-area li p {
  transform: unset;
  width: unset;
  height: unset;
}

.ico-area li.ico-newface,
.ico-area li.ico-deli,
.ico-area li.ico-popular {
  height: 1.25rem;
  /* width: 4.5rem; */
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(191, 0, 0, 0.6);
  margin-bottom: 0.25rem;
  border-radius: 2px;
  color: #fff;
}


/* TOP */
.contents-ttl p {
  font-size: 1rem;
}

.concept-wrap {
  /* display: none; */
}

.main-wrap01 .twitter-wrap img {
  width: 100%;
}

.main-wrap01 .twitter-wrap {
  /* height: unset;
  overflow-y: unset; */
}

p.front-caption.sp {
  padding: 2rem 0;
}

/* æ–°ç€æƒ…å&nbsp;± */
.news-sp-none {
  display: none;
}

.news-under-wrap .news-bg01 a,
.news-under-wrap .news-bg02 a,
.news-under-wrap .news-bg03 a,
.news-under-wrap .news-bg04 a,
.news-under-wrap .news-bg05 a,
.news-detail-wrap .news-bg01 a,
.news-detail-wrap .news-bg02 a,
.news-detail-wrap .news-bg03 a,
.news-detail-wrap .news-bg04 a,
.news-detail-wrap .news-bg05 a {
  padding-top: calc(4/3*100%);
}

/* ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ« */
/* ãƒ—ãƒ­ãƒ•ã‚£ãƒ¼ãƒ« */

/*.profile-wrap .shame-btn.twitter-wrap {
  overflow-y: unset;
  height: unset;
}*/
.profile-wrap .ico-area li {
  border: 0;
}

.profile-wrap .ico-area {
  width: 100%;
  margin-top: .5rem;
}

/* æ±‚äºº */
.rec-text-left {
  text-align: left;
}

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

  /* TOP */
  .main-wrap01 .news-container {
    width: 70%;
    margin: 0 auto;
  }

  .main-wrap01 .news-under-wrap {
    width: 50%;
    padding: 1rem;
  }

  /* æ–°ç€æƒ…å&nbsp;± */
  .news-wrap .news-under-wrap:nth-of-type(1) {
    padding-top: 0;
  }

  .news-wrap .more-btn {
    padding: 0 1rem;
  }

  /* ãƒ–ãƒ­ã‚° */
  .blog-text {
    width: 100%;
  }

  /* ãƒ—ãƒ­ãƒ• */
  /* .detail-wrap {
    padding: 3rem 1rem 0;
  } */
  .profile-wrap {
    align-items: start;
  }

  .detail-tbl tr th:not(.detail-tbl tr th:last-child) {
    border-right: 1px solid #fff;
  }


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

  .system-bg-n ul {
    display: flex;
    justify-content: center;
  }

}

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

  /* å…±é€š */
  .foot-sms-n {
    background: #99aaffc2;
    border: 2px solid #fcfdfe;
    border-radius: 0.5rem;
  }

  .foot-sms-n a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: #fcfdfe;
    border-radius: 0.5rem;
  }

  .foot-sms-n img {
    height: 2rem;
  }

  .open #nav li.sp {
    /*    border-bottom: 0;*/
  }

  /* TOP */
  /* æ–°ç€æƒ…å&nbsp;± */
  .news-container {
    background: #fff;
  }

  /* ãƒ–ãƒ­ã‚° */
  /* ãƒ—ãƒ­ãƒ• */
  .detail-tbl tr th:not(.detail-tbl tr th:last-child) {
    border-bottom: 1px solid #fff;
  }

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

.ico-area .icos {
  height: 1.25rem;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(191, 0, 0, 0.6);
  margin-bottom: 0.25rem;
  border-top: 0;
  border-radius: 2px;
  color: #fff;
}

/******************************
    ã‚¿ãƒ–ã‚³ãƒ³ãƒ†ãƒŠãƒ¼
******************************/
.tab-container {
  width: 100%;
  margin-bottom: 2rem;
  background-size: 50%;
  background-position: top;
  background-repeat: repeat;
}

.main-contents {
  width: 100%;
}

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

.tab-box label {
  width: 50%;
  display: block;
  padding: 1rem 0;
  color: #212121;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #333;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  margin: 0 0.1rem;
}

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

.tab-box label.active {
  /* background: rgba(0, 0, 0, 0); */
  background: #e9939c;
  color: #fff;
  font-weight: bold;
}

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

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

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

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

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

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

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) {
  #nav ul {
    margin-top: 0;
  }

  span.prof_room {
    display: block;
  }
}

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


.staff-wait {
  font-size: 13px !important;
  color: #fff;
  background: #e9939c;
}

.staff-wait+.staff-wait {
  border-top: 1px solid #fff;
}


.topnews {
  background: #ba989b;
}

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

.topnews-wrap {
  max-width: 1168px;
  width: 100%;
  margin: 0 auto;
}

.news-text {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  /*  border-bottom: 1px solid #454545;*/
  position: relative;
}

.news-text span {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  position: relative;
  z-index: 3;
  /* background: linear-gradient(60deg, #df3700, #f29205); */
  /* background: linear-gradient(135deg, #e9d0a3 1%, rgb(255 238 213) 50%, #e9d0a3 100%); */
  /* color:#555; */

}

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

.text-area .marquee {
  width: 100%;
  line-height: 1.4;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 23s;
  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%);
  }
}

.logo-area {
  position: unset;
}

#nav-toggle {
  position: unset;
}

header {
  margin: 0 auto;
  border-bottom: 2px solid #ba989b;
}

header&gt;div {
  width: 100%;
  height: 100%;
  max-width: 1168px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.navi-contact {
  color: #8d6a6d;
  z-index: 10;
}

.navi-contact.sp ul li {
  line-height: 1;
}

.navi-contact.sp ul li+li {
  margin-top: 5px;
}

.navi-contact.sp ul li a {
  color: #8d6a6d;
  text-decoration: unset;
}

.navi-contact.sp ul li a i {
  margin-right: 5px;
}

.main-contact {
  display: none;
}



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

.shame-wrap .more-btn {
  margin-top: 2rem;
}

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

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

.shame-area.prof {
  max-height: 350px;
  margin-bottom: 1rem;
}

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

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

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

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

.shame-area.prof .shame-text {
  width: 76%;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 8rem;
}

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

.shame-area.grid {
  max-height: unset;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.shame-area.grid .shame-box+.shame-box {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.shame-area.grid .shame-box {
  width: 32%;
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

.shame-area.grid .shame-box .shame-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #ffffffb3;
  color: #000;
  line-height: 1.5rem;
  padding: 0.25rem;
}

.shame-area.grid .shame-box .shame-text p {
  text-align: right;
  font-weight: bold;
  font-size: 0.75rem;
}

.shame-area.grid .shame-box .shame-text .clamp-text2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1rem;
  height: 1rem;
}

.shame-area.grid .shame-box .shame-text a {
  color: #000;

}

.shame-area.grid .shame-box .shame-image {
  width: 100%;
}

.shame-area.grid .shame-box .shame-image a {}

.shamebtn-area {}

.sns-btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sns-btn a {
  display: block;
  padding: 1rem;
  background: #e9939c;
  /* text-shadow: 1px 1px 3px rgb(0 0 0 / 30%); */
  color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0;
  text-align: center;
  text-decoration: unset;
  /* text-shadow: 1px 1px 1px rgb(0 0 0 / 55%); */
}

.topics.shame {
  width: 100%;
  margin-bottom: 1rem;
  /* box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%); */
  display: flex;
  justify-content: space-between;
}

.topics.shame .topics-info {
  width: 65%;
  font-size: 1.2rem;
  max-height: 2.3rem;
}

.topics.shame .topics-image {
  width: 30%;
  align-items: center;
}

.topics.shame .new-topics {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.shame-box a {
  /* color: #009a9a; */
  word-break: break-all;
  text-decoration: unset;
}

.topics.shame .topics-ttl {
  font-size: 1rem;
}


.hback-btn {
  width: 100%;
  text-align: center;
}

.hback-btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #e9939c;

  border: 2px solid #e9939c;
  font-weight: 600;
}

.shame-ttl h2 {
  color: #e9939c;
  font-size: 1.5rem;
}

.shame-ttl h2 a {
  text-decoration: unset;
  color: #e9939c;
}



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

  .shame-box .clamp-text2,
  .topics.shame .topics-ttl {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 801px) {
  .shame-wrap .topics-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .shame.topics-detail-iamge {
    width: 35%;
  }

  .shame-wrap .topics-detail-info {
    width: 60%;
  }

  .shame .topics {
    width: 32%;
  }

  .topics.shame .topics-info {
    width: 78%;
    font-size: 1.2rem;
    max-height: 2.3rem;
  }

  .topics.shame .topics-image {
    width: 20%;
  }

  /*--------------------
  Shame
  --------------------*/
  .shame-wrap {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2rem;
  }

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

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

  .shame-area.grid .shame-box .shame-text {
    padding: 0.5rem;
  }
}

.staff-box .last {
  font-size: 0.75rem;
  color: #fff;
  width: 100%;
  padding: 0.2rem 0 0;
  margin: 0 auto;
  border: none;
  margin-top: 0.2rem;
}

.staff-box .last span {
  padding-left: 0.5rem;
}

.staff-box .wait-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-box .wait-info li {
  width: 50%;
  font-size: 13px !important;
  color: #fff;
  background: #e9939c;
  padding: 0.5rem 0;
  border-top: 1px solid white;
}

.staff-box .wait-info li:first-of-type {
  text-align: right;
  padding-right: 0.1rem;
}

.staff-box .wait-info li:last-of-type {
  text-align: left;
  padding-left: 0.1rem;
}

.twi-wrap {
  height: auto;
  width: 100%;
  padding: 2rem 1rem 0;
}

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

/* è¿½è¨˜ã€€ã‚«ãƒ©ãƒ¼å¤‰æ›´ */
#nav a {
  color: var(--main-color);
}

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

.contents-ttl h2 {
  color: var(--main-color);
}

.news-ico {
  background: var(--main-color);
  ;
}

.more-btn a {
  color: var(--main-color);
  ;
  border-color: var(--main-color);
  ;
}

@media screen and (min-width: 769px) {
  .news-btn a {
    color: #fff;
    background: var(--main-color);
  }
}

.news-detail-info:after,
.blog-detail-info:after {
  border-bottom: 1px solid var(--main-color);
  border-top: 1px solid var(--main-color);
}

.archive h3 {
  background: var(--main-color);
}

.archive li a {
  color: var(--main-color);
}

.prev-btn a {
  background: var(--main-color);
  color: #fff;
}

.list-wrap dt {
  background: var(--main-color);
}

.list-wrap h3 {
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.list-wrap h3:before {
  border-top: 1px solid var(--main-color);
}

.list-wrap h3:after {
  border-bottom: 1px solid var(--main-color);
}

.tab-box label.active {
  background: var(--main-color);
}

.staff-box&gt;ul&gt;li:nth-child(3) {
  background: var(--main-color);
}

.sns-btn a {
  background: var(--main-color);
}

.waitcond {
  background: var(--main-color);
  border-top-color: #fff !important;
}

.staff-box .wait-info li {
  background: var(--main-color);
  border-top: 1px solid white;
}


.footer-logo {
  background: url(../img/visual-logo.png);
  background-size: 69%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 39.5% 0;
  margin-bottom: 1rem;
}

.todays-wrap {
  color: var(--main-color);
}

/* #nav-toggle span {
  background: var(--main-color);
} */

.navi-contact.sp ul li a {
  color: var(--main-color);
}

.navi-contact {
  color: var(--main-color);
}

/* è¿½è¨˜ */
/* æ–‡å­—è‰²å¤‰æ›´ */
:root {
  --black-color: black;
}

#nav a {
  color: var(--black-color);
}

.contents-ttl p {
  color: var(--black-color);
}

.ico-4,
.ico-5,
.ico-6,
.ico-7,
.ico-8,
.ico-9 {
  background: #e6e6fa !important;
}

.ico-area .icos {
  color: var(--black-color);
}

.credit-img {
  width: 100%;
}

.main-wrap01 .twitter-wrap {
  padding: 2rem 1rem 0;
}

.logo-area a {
  width: 110px;
  height: 50px;
}


@media screen and (min-width: 769px) {
  .logo-area a {
    width: 207px;
    height: 91px;
  }
}  

.navi-contact.sp ul li a {
  color: var(--black-color);
}

.navi-contact.sp ul li+li {
  color: var(--black-color);
}

#nav-toggle span {
  color: var(--black-color) !important;
}

.todays-wrap p {
  color: var(--black-color) !important;
  font-size: 1rem;
}



.staff-box .last {
  color: #fff !important;
}</pre></body></html>