@charset "UTF-8";
:root {
  --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;
  --cover-z-index: 1000;
  --curtain: 1000;
  --gray-light: rgba(128 128 128 / 15%);
  --gray-medium: rgba(128 128 128 / 50%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding-inline-start: 0;
}

.font-small {
  font-size: 16px;
}

.font-middle {
  font-size: 20px;
}

.font-large {
  font-size: 28px;
}

.font-extra-large {
  font-size: 72px;
}

a {
  color: var(--pointcolor, #2788a5);
  text-decoration: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: var(--textcolor-basic, #1d1d1d);
  background-color: var(--bgcolor-basic, #fff);
}
body #logo {
  max-width: 100%;
}
body #logo img {
  max-width: 100%;
  height: auto;
}
body #header {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--gray-light);
}
body #header * {
  flex: 1;
}
body #header .widget-user {
  float: right;
  padding-right: 10px;
  line-height: 40px;
  text-align: right;
}
body #header a {
  display: inline-block;
}
body #header::after {
  display: block;
  clear: both;
  content: "";
}
body #header .widget-menu ul {
  display: block;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}
body #header .widget-menu li {
  display: inline-flex;
  margin: 10px 0;
  list-style: none;
}
@media screen and (width <= 414px) {
  body #header .widget-menu li {
    display: flex;
    justify-content: center;
  }
}
body #header .widget-menu li a {
  flex: none;
}
body #header .widget-menu li a img {
  max-width: 24px;
  height: auto;
  max-height: 24px;
  margin-right: 5px;
}
@media screen and (width >= 1025px) {
  body #body .widget {
    margin-bottom: 80px;
  }
}
@media screen and (width >= 415px) and (width <= 1024px) {
  body #body .widget {
    margin-bottom: 50px;
  }
}
@media screen and (width <= 414px) {
  body #body .widget {
    margin-bottom: 30px;
  }
}
body #body.toppage .widget .header .title {
  display: inline-block;
  font-family: Arial, "游ゴシック", "游ゴシック体", sans-serif;
  font-size: var(--fontsize-widget-title, 72px);
  font-weight: bold;
  line-height: 0.8em;
  border: none;
  transform-origin: bottom left;
}
@media screen and (width >= 1025px) {
  body #body.toppage .widget .header .title {
    transform: scale(1);
  }
}
@media screen and (width >= 415px) and (width <= 1024px) {
  body #body.toppage .widget .header .title {
    transform: scale(0.8);
  }
}
@media screen and (width <= 414px) {
  body #body.toppage .widget .header .title {
    transform: scale(0.5);
  }
}
body #body.toppage .widget-sentence {
  color: var(--textcolor-heading, #1d1d1d);
}
body #body.toppage .widget-sentence .title,
body #body.toppage .widget-sentence .description {
  padding-bottom: 10px;
  margin: 0 10px;
}
body #body.toppage .widget-sentence .title {
  font-family: Arial, "游ゴシック", "游ゴシック体", sans-serif;
  font-size: var(--fontsize-sentence-title, 72px);
  font-weight: bold;
  line-height: 0.8em;
}
body #footer {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 3em;
  clear: both;
  text-align: center;
  background-color: var(--gray-light);
}
body #footer .widget-menu ul {
  display: block;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}
body #footer .widget-menu li {
  display: inline-flex;
  margin: 10px 0;
  list-style: none;
}
@media screen and (width <= 414px) {
  body #footer .widget-menu li {
    display: flex;
    justify-content: center;
  }
}
body #footer .widget-menu li a {
  flex: none;
}
body #footer .widget-menu li a img {
  max-width: 24px;
  height: auto;
  max-height: 24px;
  margin-right: 5px;
}
body #footer .widget-menu .header .title {
  padding: 10px 0 0;
}
body #footer .widget-menu .header .description {
  font-size: small;
}
body > .copyright, body > .powerd-by {
  display: block;
  width: 100%;
  padding: 5px auto;
  margin: 0;
  font-size: xx-small;
  text-align: center;
  background-color: var(--gray-light);
}
body > .copyright {
  padding-top: 20px;
}
body > .powerd-by {
  padding-bottom: 20px;
}
body > .meta {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: var(--gray-light);
}
body > .meta li {
  display: inline-block;
  margin: 10px;
}
body .hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
}
body .hamburger .inner {
  position: absolute;
  right: 0;
  display: block;
  width: 64px;
  height: 64px;
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
body .hamburger.maintenance {
  top: 40px;
}
body #sub {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 499;
  display: none;
  width: 80%;
  max-height: 100%;
  overflow-x: scroll;
  background-color: var(--bgcolor-basic, #fff);
  border: 1px solid var(--gray-medium);
}
body #sub .widget {
  border-bottom: 1px solid var(--gray-light);
}
body #sub .widget ul {
  padding: 0;
  margin: 10px;
  text-align: left;
  list-style: none;
}
@media screen and (width <= 414px) {
  body #sub .widget ul {
    margin: 0 10px;
  }
}
body #sub .widget ul li {
  display: inline-block;
  padding-right: 30px;
  padding-left: 0;
  margin: 0;
}
@media screen and (width <= 414px) {
  body #sub .widget ul li {
    display: block;
    padding: 0 10px;
    margin: 0;
    line-height: 40px;
    border-top: 1px solid var(--gray-light);
  }
}
body #sub .widget .header .title {
  padding: 10px;
  margin: 10px 0;
  background-color: var(--gray-light);
  border: none;
}
body #sub.maintenance {
  top: 40px;
}

.widget-button a {
  padding: 15px 30px;
  font-weight: bold;
  color: var(--bgcolor-basic, #fff);
  background-color: var(--pointcolor, #2788a5);
  border-radius: 10px;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  clear: both;
  font-size: small;
}
.meta dt,
.meta dd {
  padding: 3px 5px;
  margin: 0 0 3px;
  border: 1px solid var(--gray-light);
}
.meta dt ul,
.meta dt li,
.meta dd ul,
.meta dd li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.meta dt ul li:nth-child(n+2)::before,
.meta dd ul li:nth-child(n+2)::before {
  content: ", ";
}
.meta dt {
  margin-left: 10px;
  background-color: var(--gray-light);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.meta dd {
  margin-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.items .item {
  padding: 0;
  margin: 0;
}
.items .item .created {
  display: inline-block;
  margin-top: 0.5em;
  font-size: small;
  opacity: 0.6;
}
.items .item .youtube-embed {
  padding: 0;
  margin: 10px;
}

.more {
  padding: 0;
  margin: 10px;
}

.widget {
  height: fit-content;
}
.widget .item {
  padding: 0 10px;
  margin-bottom: 30px;
}
.widget .item .image {
  margin-bottom: 10px;
}
.widget .item .texts .title {
  font-weight: normal;
  border: none;
}
.widget .item .texts .description {
  margin: 1em 0;
}
.widget .header {
  padding: 0 10px;
}
.widget .header .title {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid var(--gray-light);
}
.widget .header .description {
  margin: 10px 0;
  font-size: 16px;
}

.glide__slide {
  height: fit-content !important;
}
.glide__slide .texts {
  padding: 0;
  margin: 10px;
}

.widget-list .item {
  overflow: hidden;
}

.widget-content h1.title {
  margin: 10px 20px;
  font-size: var(--fontsize-articletitle, 20px);
}
.widget-content .items .item p {
  padding: 0;
  margin: 10px;
}
.widget-content .items .item img {
  padding: 10px;
  margin: 0;
}
.widget-content .items .item .pay-line {
  position: relative;
  margin: 50px 10px;
  text-align: center;
  background: none;
}
.widget-content .items .item .pay-line::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--pointcolor, #2788a5);
  opacity: 0.35;
}
.widget-content .items .item h2,
.widget-content .items .item h3,
.widget-content .items .item h4,
.widget-content .items .item h5,
.widget-content .items .item h6 {
  padding: 0;
  margin: 10px;
}
.widget-content .items .item h2 {
  position: relative;
  padding: 1.3rem;
  margin-bottom: 2rem;
  font-size: var(--fontsize-h1, 28px);
  text-align: center;
}
.widget-content .items .item h2::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  background: var(--textcolor-warn, #c00);
  border-radius: 3px;
}
.widget-content .items .item h3 {
  padding: 10px 20px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: var(--fontsize-h2, 16px);
  background-color: var(--gray-light);
  border-left: 5px solid var(--pointcolor, #2788a5);
}
.widget-content .items .item h4 {
  position: relative;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: var(--fontsize-h3, 16px);
}
.widget-content .items .item h4::before, .widget-content .items .item h4::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, from(#ccc), to(#333));
  background-image: linear-gradient(to left, var(--gray-light) 0%, var(--pointcolor, #2788a5) 100%);
}
.widget-content .items .item h4::before {
  top: 0;
}
.widget-content .items .item h4::after {
  bottom: 0;
}
.widget-content .items .item h5 {
  padding: 10px 20px;
  font-size: var(--fontsize-h4, 16px);
  color: var(--textcolor-h4, #1d1d1d);
  background-color: var(--bgcolor-h4, #c00);
}
.widget-content .items .item h6 {
  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-content .items .item ul,
.widget-content .items .item ol {
  padding-inline-start: 2.5em;
}

.widget-comment {
  padding: 0 10px;
}
.widget-comment .more-button {
  margin: 10px 0;
}
.widget-comment ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-comment ul li {
  padding: 0;
  margin: 0;
}
.widget-comment .comments {
  margin: 0 10px;
}
.widget-comment .comment {
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 2px solid var(--gray-light);
}
.widget-comment .comment::after {
  display: block;
  clear: both;
  content: "";
}
.widget-comment .comment .comment {
  margin-left: 5%;
}
.widget-comment .comment .comment .icon {
  width: 64px;
  height: 64px;
}
.widget-comment .comment .comment .icon img,
.widget-comment .comment .comment .icon svg {
  width: 100%;
  height: auto;
}
.widget-comment .comment .comment .name,
.widget-comment .comment .comment .created {
  line-height: 64px;
}
.widget-comment .comment .profile {
  float: left;
  margin: 10px 0;
}
.widget-comment .comment .icon {
  float: left;
  width: 77px;
  height: 77px;
}
.widget-comment .comment .icon img,
.widget-comment .comment .icon svg {
  width: 100%;
  height: auto;
}
.widget-comment .comment .name {
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
  line-height: 77px;
}
.widget-comment .comment .created {
  float: right;
  margin: 10px 0;
  line-height: 77px;
  color: var(--textcolor-basic, #1d1d1d);
  opacity: 0.6;
}
.widget-comment .comment div.body {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (width <= 414px) {
  .widget-comment .comment div.body {
    display: block;
  }
}
.widget-comment .comment div.body .file {
  margin: 10px;
  margin-left: 0;
}
.widget-comment .comment div.body .file img {
  max-width: 200px;
}
.widget-comment .comment div.body .text {
  margin-top: 10px;
}
.widget-comment .comment div.body .gift {
  margin: 10px;
  margin-left: 0;
}
.widget-comment .comment div.body .gift .gift-image {
  height: 100%;
}
.widget-comment .comment div.body .gift .gift-image img {
  width: 64px;
  height: 64px;
  border: 2px solid;
  border-color: var(--pointcolor, #2788a5);
}
.widget-comment .comment div.body .gift .gift-image::after {
  display: block;
  width: 64px;
  color: var(--bgcolor-basic, #fff);
  text-align: center;
  content: "Gift";
  background-color: var(--pointcolor, #2788a5);
}
.widget-comment .comment .body,
.widget-comment .comment .deleted-message {
  position: relative;
  margin: 10px 0;
  clear: both;
}
.widget-comment .comment .deleted-message {
  color: var(--gray-medium);
}
.widget-comment .comment .reply-count {
  margin-bottom: 20px;
  line-height: 32px;
  color: var(--pointcolor, #2788a5);
  cursor: pointer;
}
.widget-comment .comment .reply-count:hover {
  text-decoration: underline;
}
.widget-comment .comment .report,
.widget-comment .comment .delete-button {
  float: right;
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 32px;
  cursor: pointer;
}
.widget-comment .comment .report:hover,
.widget-comment .comment .delete-button:hover {
  text-decoration: underline;
}
.widget-comment .comment .report > a,
.widget-comment .comment .delete-button {
  color: var(--textcolor-warn, #c00);
}
.widget-comment .comment .comments {
  clear: both;
}
.widget-comment .comment .more-button {
  margin: 10px 0;
  color: var(--textcolor-basic, #1d1d1d);
  cursor: pointer;
  opacity: 0.6;
}
.widget-comment .comment .more-button:hover {
  text-decoration: underline;
}
.widget-comment .form {
  color: #333;
}
.widget-comment .reply-button,
.widget-comment .write-comment {
  margin-bottom: 20px;
}
.widget-comment .reply-button > button,
.widget-comment .write-comment > button {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2em;
  color: var(--textcolor-basic, #1d1d1d);
  cursor: pointer;
  background-color: var(--gray-light);
  border: 1px solid var(--gray-medium);
  border-radius: 5px;
  opacity: 0.6;
}
.widget-comment .reply-button > button::before {
  content: "このコメントに";
}
.widget-comment .reply-button > button::after {
  content: "する";
}
.widget-comment .reply-button::before {
  display: block;
  clear: both;
  content: "";
}
.widget-comment .write-comment {
  margin-top: 20px;
}

.widget-search h2 {
  padding: 0;
  margin: 10px;
  font-size: 16px;
  font-weight: 100;
}
.widget-search h2.widget-search-head {
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
}
.widget-search > .items > .item {
  padding: 0;
  padding-top: 10px;
  margin: 10px;
  border-top: 1px solid var(--gray-medium);
}
.widget-search > .items > .item p {
  padding: 0;
  margin: 10px;
}
.widget-search > .items > .item a {
  display: block;
}
.widget-search > .items > .item a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.widget-search > .items > .item ul {
  padding: 0;
  margin: 0;
  clear: both;
  list-style: none;
}
.widget-search > .items > .item ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: small;
}
.widget-search > .items > .item img {
  float: right;
  max-width: 160px;
  max-height: 160px;
  padding-left: 10px;
}

.widget-plan {
  color: #1d1d1d;
}
.widget-plan::after {
  display: block;
  clear: both;
  content: " ";
}
.widget-plan .header {
  color: var(--textcolor-basic, #1d1d1d);
}
.widget-plan .items {
  display: flex;
  flex-wrap: wrap;
}
.widget-plan .items .item {
  display: flex;
  border-width: 10px;
}
@media screen and (width >= 1025px) {
  .widget-plan .items .item {
    width: 25%;
  }
}
@media screen and (width >= 415px) and (width <= 1024px) {
  .widget-plan .items .item {
    width: 50%;
  }
}
@media screen and (width <= 414px) {
  .widget-plan .items .item {
    width: 100%;
  }
}
.widget-plan .items .item .image {
  max-width: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  overflow: hidden;
}
.widget-plan .items .item .image img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  object-fit: cover;
}
.widget-plan .items .item .click-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  margin: 10px;
  color: var(--textcolor-basic, #1d1d1d);
  cursor: pointer;
  border: 1px solid var(--gray-medium);
  border-radius: 5px;
}
.widget-plan .items .item .click-area .image {
  margin: 10px;
}
.widget-plan .items .item .click-area .title {
  padding: 0;
  margin: 10px;
  font-weight: bold;
  border: none;
}
.widget-plan .items .item .click-area .description {
  padding: 0;
  margin: 10px;
}
.widget-plan .items .item .click-area ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 10px;
  font-size: 10px;
  list-style: none;
}
.widget-plan .items .item .click-area ul.menu li {
  width: fit-content;
  padding: 3px 5px;
  margin: 0 3px 3px 0;
  background-color: var(--gray-light);
  border: 1px solid var(--gray-light);
  border-radius: 5px;
}
.widget-plan .items .item .click-area .limit {
  padding: 0;
  margin: 10px;
  color: var(--textcolor-warn, #c00);
}
.widget-plan .items .item .click-area .price {
  max-width: 100%;
  margin: 10px;
  font-weight: bold;
}
.widget-plan .items .item .click-area .price > .value, .widget-plan .items .item .click-area .price > .limited, .widget-plan .items .item .click-area .price > .buyed {
  display: block;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  border-radius: 5px;
}
.widget-plan .items .item .click-area .price > .value {
  color: var(--bgcolor-basic, #fff);
  background-color: var(--pointcolor, #2788a5);
}
.widget-plan .items .item .click-area .price > .limited, .widget-plan .items .item .click-area .price > .buyed {
  color: var(--gray-medium);
  background-color: var(--gray-light);
}
.widget-plan .items .item .click-area .price .trial {
  font-size: small;
  text-align: center;
}

.widget-rule,
.widget-specified-commercial-transaction-law,
.widget-privacy-poricy {
  margin: 10px;
  font-size: 13px;
}
.widget-rule p,
.widget-specified-commercial-transaction-law p,
.widget-privacy-poricy p {
  display: block;
  padding-inline-start: 40px;
  margin-block: 1em;
}
.widget-rule dl dt,
.widget-rule dl dd,
.widget-specified-commercial-transaction-law dl dt,
.widget-specified-commercial-transaction-law dl dd,
.widget-privacy-poricy dl dt,
.widget-privacy-poricy dl dd {
  margin: 10px 0;
}
.widget-rule dl dt,
.widget-specified-commercial-transaction-law dl dt,
.widget-privacy-poricy dl dt {
  font-weight: bold;
}
.widget-rule dl dd,
.widget-specified-commercial-transaction-law dl dd,
.widget-privacy-poricy dl dd {
  margin-left: 40px;
}

.paginator {
  padding: 0;
  margin: 10px 0;
  text-align: center;
}
.paginator ul {
  padding: 0;
  margin: 0;
}
.paginator li {
  display: inline;
  padding: 0;
  margin: 5px;
  color: var(--pointcolor, #2788a5);
  text-decoration: none;
  list-style: none;
  cursor: pointer;
}
.paginator li:hover {
  text-decoration: underline;
}

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