@charset "UTF-8";
:root {
  --logo-height: 50px;
  --logo-padding: 10px;
  --site-size: 1060px;
  --border-color: #d8d5d5;
  --curtain: 1000;
  --salon-font-size-xs: 10px;
  --salon-font-size-s: 16px;
  --salon-font-size-m: 20px;
  --salon-font-size-l: 28px;
  --salon-font-size-xl: 72px;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 14px;
}

body {
  overflow-x: hidden;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Arial, sans-serif;
  line-height: 1.9;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: var(--primary-color);
  opacity: 0.5;
}

.widget-privacy-poricy,
.widget-rule,
.widget-specified-commercial-transaction-law,
.widget-content {
  box-sizing: border-box;
  max-width: var(--site-size);
  padding: 30px 20px;
  margin: auto;
}
.widget-privacy-poricy h1,
.widget-rule h1,
.widget-specified-commercial-transaction-law h1,
.widget-content h1 {
  padding-bottom: 17px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
}
.widget-privacy-poricy h5,
.widget-rule h5,
.widget-specified-commercial-transaction-law h5,
.widget-content h5 {
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: var(--fontsize-h4, 16px);
  color: var(--textcolor-h4, #1d1d1d);
  background-color: var(--bgcolor-h4, #c00);
}
.widget-privacy-poricy h6,
.widget-rule h6,
.widget-specified-commercial-transaction-law h6,
.widget-content h6 {
  margin-bottom: 20px;
  font-size: var(--fontsize-h5, 16px);
  color: var(--textcolor-h5, #1d1d1d);
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: var(--bgcolor-h5, #c00);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.widget-privacy-poricy p,
.widget-rule p,
.widget-specified-commercial-transaction-law p,
.widget-content p {
  font-size: 16px;
}
.widget-privacy-poricy img,
.widget-rule img,
.widget-specified-commercial-transaction-law img,
.widget-content img {
  margin-bottom: 10px;
}

#header {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
}
#header #logo {
  float: left;
  height: var(--logo-height);
  margin: var(--logo-padding);
}
#header #logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#header #logo .text {
  font-size: calc(var(--logo-height) / 2);
  font-weight: bold;
  line-height: var(--logo-height);
  color: var(--primary-color);
}
#header #logo .text a {
  color: var(--primary-color);
  text-decoration: none;
}
#header .widget-menu {
  display: none;
}
#header .widget-menu .title {
  display: none;
}
#header .widget-menu .description {
  display: none;
}
#header .hamburger {
  position: absolute;
  top: calc(5px + var(--logo-padding));
  right: var(--logo-padding);
  display: inline-block;
  flex-grow: 1;
  text-align: right;
}
#header .hamburger svg {
  width: 40px;
}

.hamburger-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
}
.hamburger-menu .overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hamburger-menu .drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding: 20px 0;
  overflow-y: auto;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  transform: translateX(100%);
}
.hamburger-menu .drawer .title {
  padding: 13px 25px 13px 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.hamburger-menu .drawer .description {
  padding: 13px 25px 13px 20px;
  font-size: 1.2rem;
}
.hamburger-menu .drawer .close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px;
  line-height: 1;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.hamburger-menu .drawer .close svg {
  width: 20px;
  height: 20px;
}
.hamburger-menu .drawer ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.hamburger-menu .drawer ul li {
  display: block;
  padding: 13px 0;
  margin: 0 25px 0 20px;
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.hamburger-menu.active {
  pointer-events: auto;
}
.hamburger-menu.active .overlay {
  pointer-events: auto;
  opacity: 1;
}
.hamburger-menu.active .drawer {
  transform: translateX(0);
}

#login-bar {
  background-color: var(--primary-color);
}
#login-bar a {
  color: #fff !important;
}

#sub,
#body {
  box-sizing: border-box;
  padding: 30px 0;
  margin: 0;
}
#sub .widget-sentence,
#body .widget-sentence {
  box-sizing: border-box;
  max-width: var(--site-size);
  padding: 0 20px;
  margin: 0 auto 60px;
  text-align: center;
}
#sub .widget-sentence .text .title,
#body .widget-sentence .text .title {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
#sub .widget-sentence .text .description,
#body .widget-sentence .text .description {
  font-size: 1.143rem;
}
#sub .widget-sentence .text .image,
#body .widget-sentence .text .image {
  margin: auto;
}
#sub .widget-sentence.overlay .title,
#body .widget-sentence.overlay .title {
  font-size: 2.4286rem;
}
#sub .widget-sentence.overlay .description,
#body .widget-sentence.overlay .description {
  font-size: 1.2857rem;
}
#sub .widget-plan,
#body .widget-plan {
  text-align: center;
}
#sub .widget-plan .header,
#body .widget-plan .header {
  box-sizing: border-box;
  padding: 0 10px;
}
#sub .widget-plan .header .title,
#body .widget-plan .header .title {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.25rem;
  text-align: center;
}
#sub .widget-plan .header .description,
#body .widget-plan .header .description {
  font-size: 1.1429rem;
  text-align: center;
}
#sub .widget-plan .items,
#body .widget-plan .items {
  margin: auto;
}
#sub .widget-list.default,
#body .widget-list.default {
  max-width: var(--site-size);
  margin: auto;
  margin-bottom: 40px;
  overflow: hidden;
}
#sub .widget-list.default .header,
#body .widget-list.default .header {
  box-sizing: border-box;
  padding: 0 10px;
}
#sub .widget-list.default .header .title,
#body .widget-list.default .header .title {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.25rem;
  text-align: center;
}
#sub .widget-list.default .header .description,
#body .widget-list.default .header .description {
  font-size: 1.1429rem;
  text-align: center;
}
#sub .widget-list.default .items .item,
#body .widget-list.default .items .item {
  position: relative;
}
#sub .widget-list.default .items .item .container,
#body .widget-list.default .items .item .container {
  padding: 15px 0;
  margin: 0 20px;
}
#sub .widget-list.default .items .item .container .title,
#body .widget-list.default .items .item .container .title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
#sub .widget-list.default .items .item .container .created,
#body .widget-list.default .items .item .container .created {
  font-size: 0.8rem;
}
#sub .widget-list.default .items .item .container .description,
#body .widget-list.default .items .item .container .description {
  margin: 10px;
}
#sub .widget-list.default .items .item .container .description p,
#body .widget-list.default .items .item .container .description p {
  padding: 0 !important;
  margin: 0 !important;
}
#sub .widget-list.default.oneline .items .item,
#body .widget-list.default.oneline .items .item {
  height: auto !important;
}
#sub .widget-list.default.oneline .items .item .container,
#body .widget-list.default.oneline .items .item .container {
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color);
}
#sub .widget-list.default.oneline .items .item .container .texts .title,
#body .widget-list.default.oneline .items .item .container .texts .title {
  font-size: 1.1429rem;
  font-weight: bold;
  text-align: left;
}
#sub .widget-list.default.oneline .items .item .container .texts .description,
#body .widget-list.default.oneline .items .item .container .texts .description {
  font-size: 1.1429rem;
  text-align: left;
}
#sub .widget-list.default.widget-list-image-position-right .items .item .container, #sub .widget-list.default.widget-list-image-position-left .items .item .container,
#body .widget-list.default.widget-list-image-position-right .items .item .container,
#body .widget-list.default.widget-list-image-position-left .items .item .container {
  padding: 12px;
  overflow: hidden;
}
#sub .widget-list.default.widget-list-image-position-right .items .item .container .texts .title, #sub .widget-list.default.widget-list-image-position-left .items .item .container .texts .title,
#body .widget-list.default.widget-list-image-position-right .items .item .container .texts .title,
#body .widget-list.default.widget-list-image-position-left .items .item .container .texts .title {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}
#sub .widget-list.default.widget-list-image-position-right .items .item .container .texts .title a, #sub .widget-list.default.widget-list-image-position-left .items .item .container .texts .title a,
#body .widget-list.default.widget-list-image-position-right .items .item .container .texts .title a,
#body .widget-list.default.widget-list-image-position-left .items .item .container .texts .title a {
  text-decoration: none;
}
#sub .widget-list.default.widget-list-image-position-left .items .item .container .image,
#body .widget-list.default.widget-list-image-position-left .items .item .container .image {
  margin: 0 20px 0 0;
}
#sub .widget-list.default.widget-list-image-position-right .items .item .container .image,
#body .widget-list.default.widget-list-image-position-right .items .item .container .image {
  margin: 0 0 0 20px;
}
#sub .widget-list.default.widget-list-image-position-top .items .item .container .image,
#body .widget-list.default.widget-list-image-position-top .items .item .container .image {
  margin-bottom: 10px;
}
#sub .widget-list.default.widget-list-image-position-bottom .items .item .container .image,
#body .widget-list.default.widget-list-image-position-bottom .items .item .container .image {
  margin-top: 10px;
}
#sub .widget-list.default.widget-list-image-position-overlay,
#body .widget-list.default.widget-list-image-position-overlay {
  width: calc(100% + 20px);
}
#sub .widget-list.default.widget-list-image-position-overlay .items .item .container,
#body .widget-list.default.widget-list-image-position-overlay .items .item .container {
  position: relative;
  margin-right: 20px;
}
#sub .widget-list.default.widget-list-image-position-overlay .items .item .container .texts,
#body .widget-list.default.widget-list-image-position-overlay .items .item .container .texts {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  pointer-events: none;
}
#sub .widget-list.default.widget-list-image-position-overlay .items .item .container .texts .title,
#body .widget-list.default.widget-list-image-position-overlay .items .item .container .texts .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#sub .widget-list.default.widget-list-image-position-overlay .items .item .container .texts .title a,
#body .widget-list.default.widget-list-image-position-overlay .items .item .container .texts .title a {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#sub .widget-list.default.widget-list-image-position-overlay .items .item .container .texts .description,
#body .widget-list.default.widget-list-image-position-overlay .items .item .container .texts .description {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#sub .widget-list.beauty,
#body .widget-list.beauty {
  max-width: var(--site-size);
  margin: auto;
  margin-bottom: 40px;
  overflow: hidden;
}
#sub .widget-list.beauty .header .title,
#body .widget-list.beauty .header .title {
  margin-bottom: 10px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}
#sub .widget-list.beauty .header .description,
#body .widget-list.beauty .header .description {
  text-align: center;
}
#sub .widget-list.beauty .items .item .container,
#body .widget-list.beauty .items .item .container {
  box-sizing: border-box;
  padding: 15px;
  margin: 20px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
#sub .widget-list.beauty .items .item .container .title,
#body .widget-list.beauty .items .item .container .title {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
}
#sub .widget-list.beauty .items .item .container .created,
#body .widget-list.beauty .items .item .container .created {
  font-size: 1rem;
  color: #707070;
}
#sub .widget-list.beauty .items .item .container .description,
#body .widget-list.beauty .items .item .container .description {
  margin: 10px;
}
#sub .widget-list.beauty .items .item .container .description p,
#body .widget-list.beauty .items .item .container .description p {
  padding: 0 !important;
  margin: 0 !important;
}
#sub .widget-list.beauty.oneline .items .item .container,
#body .widget-list.beauty.oneline .items .item .container {
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}
#sub .widget-list.beauty.widget-list-image-position-right .items .item .container, #sub .widget-list.beauty.widget-list-image-position-left .items .item .container,
#body .widget-list.beauty.widget-list-image-position-right .items .item .container,
#body .widget-list.beauty.widget-list-image-position-left .items .item .container {
  padding: 12px;
  overflow: hidden;
}
#sub .widget-list.beauty.widget-list-image-position-right .items .item .container .texts .title, #sub .widget-list.beauty.widget-list-image-position-left .items .item .container .texts .title,
#body .widget-list.beauty.widget-list-image-position-right .items .item .container .texts .title,
#body .widget-list.beauty.widget-list-image-position-left .items .item .container .texts .title {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}
#sub .widget-list.beauty.widget-list-image-position-right .items .item .container .texts .title a, #sub .widget-list.beauty.widget-list-image-position-left .items .item .container .texts .title a,
#body .widget-list.beauty.widget-list-image-position-right .items .item .container .texts .title a,
#body .widget-list.beauty.widget-list-image-position-left .items .item .container .texts .title a {
  text-decoration: none;
}
#sub .widget-list.beauty.widget-list-image-position-left .items .item .container .image,
#body .widget-list.beauty.widget-list-image-position-left .items .item .container .image {
  margin-right: 15px;
}
#sub .widget-list.beauty.widget-list-image-position-right .items .item .container .image,
#body .widget-list.beauty.widget-list-image-position-right .items .item .container .image {
  margin-left: 15px;
}
#sub .widget-list.beauty.widget-list-image-position-top .items .item .container .image,
#body .widget-list.beauty.widget-list-image-position-top .items .item .container .image {
  margin-bottom: 10px;
}
#sub .widget-list.beauty.widget-list-image-position-bottom .items .item .container .image,
#body .widget-list.beauty.widget-list-image-position-bottom .items .item .container .image {
  margin-top: 10px;
}
#sub .widget-list.beauty.widget-list-image-position-overlay,
#body .widget-list.beauty.widget-list-image-position-overlay {
  width: calc(100% + 20px);
}
#sub .widget-list.beauty.widget-list-image-position-overlay .items .item .container,
#body .widget-list.beauty.widget-list-image-position-overlay .items .item .container {
  position: relative;
  margin-right: 20px;
}
#sub .widget-list.beauty.widget-list-image-position-overlay .items .item .container .texts,
#body .widget-list.beauty.widget-list-image-position-overlay .items .item .container .texts {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  pointer-events: none;
}
#sub .widget-list.beauty.widget-list-image-position-overlay .items .item .container .texts .title,
#body .widget-list.beauty.widget-list-image-position-overlay .items .item .container .texts .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#sub .widget-list.beauty.widget-list-image-position-overlay .items .item .container .texts .title a,
#body .widget-list.beauty.widget-list-image-position-overlay .items .item .container .texts .title a {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#sub .widget-list.beauty.widget-list-image-position-overlay .items .item .container .texts .description,
#body .widget-list.beauty.widget-list-image-position-overlay .items .item .container .texts .description {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#sub .widget-comment .popup .body .inner,
#body .widget-comment .popup .body .inner {
  margin: auto;
}
#sub .widget-comment .popup .body .inner img,
#body .widget-comment .popup .body .inner img {
  max-height: 460px;
}
#sub .widget-comment .popup .buttons,
#body .widget-comment .popup .buttons {
  text-align: center;
}
#sub .widget-comment .popup .buttons .close,
#body .widget-comment .popup .buttons .close {
  width: fit-content;
  width: 56px;
  padding: 8px;
  margin: auto;
  color: #fff;
  cursor: pointer;
  background-color: var(--primary-color);
  border-radius: 30px;
}
#sub .widget-button,
#body .widget-button {
  padding: 20px 10px;
}
#sub .widget-button a,
#body .widget-button a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  min-width: 300px;
  padding: 12px 0;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 100px;
  transition: all 0.5s;
}
#sub .widget-button a:hover,
#body .widget-button a:hover {
  opacity: 0.5;
}
#sub .write-comment,
#body .write-comment {
  padding: 20px 10px;
  text-align: center;
}
#sub .write-comment button,
#body .write-comment button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  min-width: 300px;
  padding: 12px 0;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 100px;
  transition: all 0.5s;
}
#sub .write-comment button:hover,
#body .write-comment button:hover {
  opacity: 0.5;
}
#sub .more,
#body .more {
  margin-top: 20px;
  text-align: center;
}
#sub .more a,
#body .more a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  min-width: 300px;
  padding: 12px 0;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
  border-radius: 100px;
  transition: all 0.5s;
}
#sub .more a:hover,
#body .more a:hover {
  opacity: 0.5;
}
#sub .widget-search,
#body .widget-search {
  max-width: 950px;
  padding: 40px 30px 0 20px;
  margin: auto;
}
#sub .widget-search .widget-search-head,
#body .widget-search .widget-search-head {
  margin-bottom: 30px;
  font-size: 3rem;
  text-align: center;
}
#sub .widget-search .items,
#body .widget-search .items {
  width: calc(100% + 10px);
}
#sub .widget-search .items .item,
#body .widget-search .items .item {
  margin-bottom: 20px;
  overflow: hidden;
}
#sub .widget-search .items .item .image,
#body .widget-search .items .item .image {
  float: left;
  width: 33%;
  aspect-ratio: 4/3;
  margin-right: 20px;
  border: 1px #ddd solid;
}
#sub .widget-search .items .item .image img,
#body .widget-search .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#sub .widget-search .items .item h2,
#body .widget-search .items .item h2 {
  margin-top: 10px;
  text-align: left;
}
#sub .widget-search .items .item h2 a,
#body .widget-search .items .item h2 a {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

#footer {
  margin-top: 40px;
  background-color: var(--footer-color);
}
#footer .widget-menu {
  box-sizing: border-box;
  max-width: var(--site-size);
  padding: 30px 20px;
  margin: auto;
}
#footer .widget-menu .title {
  margin: 0 70px 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}
#footer .widget-menu .items {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
#footer .widget-menu .items li {
  margin: 0 70px 20px 0;
  list-style-type: none;
}
#footer .widget-menu .items li a {
  font-weight: bold;
}

ul.meta {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  margin: 20px auto;
}
ul.meta li {
  margin-right: 30px;
  list-style-type: none;
}
ul.meta li a {
  color: #707070;
}

.copyright {
  padding: 0 0 0 20px;
  margin: auto;
  font-size: 0.8rem;
  color: #707070;
}

.powerd-by {
  padding: 0 0 0 20px;
  margin: 0 auto 20px;
  font-size: 0.8rem;
  color: #707070;
}

@media screen and (width >= 1060px) {
  #header {
    box-sizing: border-box;
    margin: auto;
  }
  #header .widget-menu {
    display: block;
    flex-grow: 1;
    height: var(--logo-height);
    margin-top: var(--logo-padding);
    line-height: var(--logo-height);
  }
  #header .widget-menu .items {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    text-align: center;
  }
  #header .widget-menu .items li {
    margin-left: 20px;
    list-style-type: none;
  }
  #header .widget-menu .items li a {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
  }
  #header .hamburger {
    display: none;
  }
  ul.meta {
    box-sizing: border-box;
    max-width: var(--site-size);
    padding: 0 0 0 20px;
  }
  ul.meta li {
    margin-right: 30px;
    list-style-type: none;
  }
  ul.meta li a {
    color: #707070;
  }
  .copyright {
    box-sizing: border-box;
    max-width: var(--site-size);
    padding: 0 0 0 20px;
    font-size: 0.8rem;
    color: #707070;
  }
  .powerd-by {
    box-sizing: border-box;
    max-width: var(--site-size);
    padding: 0 0 0 20px;
    margin: 0 auto 20px;
  }
}

/*# sourceMappingURL=virtual.theme.corporate.css.map */
