@charset "UTF-8";
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

a:hover img {
  opacity: 0.7;
}

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

.btn-box .elementor-widget-button + .elementor-widget-button {
  margin-left: 15px;
}

#page {
  margin-top: 82px !important;
}

@media (max-width: 767px) {
  #page {
    margin-top: 82px !important;
  }
}

#masthead {
  position: fixed !important;
  top: 0;
  width: 100vw;
}

#masthead .ast-primary-header-bar {
  background-color: rgba(255, 255, 255, 0.8);
}

.ast-logo-title-inline .ast-site-identity {
  padding: 0.6em 0 !important;
}

.ast-menu-toggle {
  border: 0 !important;
  background-color: inherit !important;
}

.ast-menu-toggle:active, .ast-menu-toggle:focus {
  border: 0 !important;
}

.sbloglist {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .sbloglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 15px;
  }
}

.sbloglist li {
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .sbloglist li {
    width: 31%;
  }
}

@media (max-width: 767px) {
  .sbloglist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sbloglist li .pic {
    width: 100px;
    margin-right: 10px;
  }
  .sbloglist li .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sbloglist li .pic img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .sbloglist li .pic img {
    width: 100px !important;
    height: 100px !important;
  }
}

.sbloglist li .day {
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sbloglist li .day {
    margin-top: 5px;
  }
}

.sbloglist li .pttl {
  line-height: 1.5em;
}

.sbloglist li .pttl a {
  font-weight: bold;
  text-decoration: none;
}

.sbloglist li .getPostContent {
  display: none;
}

.sbloglist li p {
  margin-bottom: 0 !important;
}

.salon_info {
  font-size: 0.95em;
  line-height: 1.8;
}

.salon_info .alignleft {
  margin-right: 1em;
}

.salon_info .elementor-widget-text-editor {
  margin-bottom: 0 !important;
}

.salon_info img {
  width: 120px;
}

@media (max-width: 767px) {
  .salon_info img {
    width: 100px;
  }
}

/*引用デザイン--ここから↓↓--*/
blockquote {
  font-size: 1rem;
}

.entry-content blockquote {
  position: relative;
  padding: 25px 55px;
  border: 0px;
  margin: 0;
  color: #2b2b2b;
  background: #f7f6f5;
}

.entry-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "“";
  font-family: serif;
  color: #dcdcdc;
  font-size: 100px;
  line-height: 1;
}

.entry-content blockquote:after {
  display: inline-block;
  position: absolute;
  bottom: -50px;
  right: 10px;
  content: "”";
  font-family: serif;
  color: #dcdcdc;
  font-size: 100px;
  line-height: 1;
}

.entry-content blockquote cite {
  position: relative;
  padding: 10px;
  z-index: 3;
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*引用デザイン--ここまで↑↑--*/
h1, h2.h3, h4, h5, h6 {
  font-weight: bold;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

@media (max-width: 767px) {
  .m15 {
    margin: 10px;
  }
}

.m20 {
  margin: 20px;
}

@media (max-width: 767px) {
  .m20 {
    margin: 10px;
  }
}

.m25 {
  margin: 25px;
}

@media (max-width: 767px) {
  .m25 {
    margin: 15px;
  }
}

.m30 {
  margin: 30px;
}

@media (max-width: 767px) {
  .m30 {
    margin: 15px;
  }
}

.m35 {
  margin: 35px;
}

@media (max-width: 767px) {
  .m35 {
    margin: 15px;
  }
}

.m40 {
  margin: 40px;
}

@media (max-width: 767px) {
  .m40 {
    margin: 15px;
  }
}

.m45 {
  margin: 45px;
}

@media (max-width: 767px) {
  .m45 {
    margin: 20px;
  }
}

.m50 {
  margin: 50px;
}

@media (max-width: 767px) {
  .m50 {
    margin: 20px;
  }
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

@media (max-width: 767px) {
  .p15 {
    padding: 10px;
  }
}

.p20 {
  padding: 20px;
}

@media (max-width: 767px) {
  .p20 {
    padding: 10px;
  }
}

.p25 {
  padding: 25px;
}

@media (max-width: 767px) {
  .p25 {
    padding: 10px;
  }
}

.p30 {
  padding: 30px;
}

@media (max-width: 767px) {
  .p30 {
    padding: 10px;
  }
}

.p35 {
  padding: 35px;
}

@media (max-width: 767px) {
  .p35 {
    padding: 10px;
  }
}

.p40 {
  padding: 40px;
}

@media (max-width: 767px) {
  .p40 {
    padding: 10px;
  }
}

.p45 {
  padding: 45px;
}

@media (max-width: 767px) {
  .p45 {
    padding: 10px;
  }
}

.p50 {
  padding: 50px;
}

@media (max-width: 767px) {
  .p50 {
    padding: 10px;
  }
}

.line-box-a {
  border: 5px solid #2A83A2;
}

.line-box-b {
  border: 5px solid #CB8100;
}

.box-s {
  font-size: 0.9em;
}

.head-border h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px !important;
  letter-spacing: 0.2em;
}

.head-border h4:before, .head-border h4:after {
  content: "";
  height: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.head-border h4:before {
  margin-right: 1.5rem;
}

.head-border h4:after {
  margin-left: 1.5rem;
}

footer {
  margin-top: 100px;
}

@media (max-width: 767px) {
  footer {
    font-size: 0.9em;
    line-height: 1.7;
  }
  footer img {
    width: 240px;
  }
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

footer .ast-builder-html-element {
  padding-left: 15px;
  padding-right: 15px;
}

footer .ast-builder-html-element p + p {
  margin-top: 30px;
}

.ast-footer-copyright p {
  margin: 0 !important;
  font-size: 0.9em !important;
}

.face_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.face_list li {
  display: inline-block;
  background-color: #ddd;
  color: white;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 5px;
  min-width: 26px;
  line-height: 26px;
  text-align: center;
}

.face_list li.on {
  background-color: #2A83A2;
}

.face_list li + li {
  margin-left: 3px;
}

.face-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}

.face-price dt, .face-price dd {
  margin: 0;
}

.face-price dt {
  width: 4em;
}

#float-box {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 999;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 767px) {
  #float-box {
    bottom: 40px;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

#float-box > div {
  display: none;
}

#float-box .bn_float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#float-box.float_close {
  right: -130px;
}

@media (max-width: 767px) {
  #float-box.float_close {
    right: -200px;
  }
}

#float-box.float_close .btn_img {
  opacity: 0;
}

.float_open .bn_close {
  display: block;
}

.float_open .bn_open {
  display: none;
}

.float_close .bn_close {
  display: none;
}

.float_close .bn_open {
  display: block;
}

.bn_ctrl {
  cursor: pointer;
}

.bn_ctrl:hover {
  opacity: 0.85;
}

body.salon #float-box #ft_salon {
  display: block;
}

body.school #float-box #ft_school {
  display: block;
}

body.mie #float-box #ft_mie {
  display: block;
}

body.hiroshima #float-box #ft_hiroshima,
body.beauty_spa #float-box #ft_hiroshima,
body.toro_momi #float-box #ft_hiroshima {
  display: block;
}

.company_table {
  line-height: 1.6;
}

.company_table dl {
  border-bottom: 1px dotted #ccc;
}

.company_table dt {
  margin: 0;
  padding: 10px 0 0;
}

.company_table dd {
  margin: 0;
  padding: 0 0 10px;
}

.company_table ul {
  margin-bottom: 0;
  margin: 0 0 0 1.5em;
}

@media (min-width: 768px) {
  .company_table {
    margin-top: 20px;
  }
  .company_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company_table dt {
    width: 7.5em;
    padding: 15px 10px 10px 10px;
  }
  .company_table dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 10px 10px 10px;
  }
}

@media (max-width: 767px) {
  h4.elementor-heading-title.elementor-size-default {
    font-size: 1.2em;
    font-weight: bold;
  }
  h5.elementor-heading-title.elementor-size-default {
    font-size: 1.1em;
    font-weight: bold;
  }
  h6.elementor-heading-title.elementor-size-default {
    font-size: 1em;
    font-weight: bold;
  }
  .ver_box .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 10px;
  }
  .ver_box .elementor-column.elementor-col-33 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #2A83A2;
  }
  #set_plan .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 10px;
  }
  #set_plan .elementor-column-gap-wider > .elementor-column > .elementor-element-populated img {
    padding: 0 30px;
  }
}

.price-box {
  background-color: #f8eedd;
  padding: 12px 15px 10px;
  font-weight: bold !important;
  color: #2A83A2 !important;
  line-height: 1.5;
}

.price-box .price {
  font-size: 1.4em;
}

.price-table {
  border-color: #ccc;
}

.price-table th, .price-table td {
  border-color: #ccc;
  line-height: 1.3;
}

.price-table thead {
  background-color: #2A83A2;
  color: white;
}

.ast-post-format- {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ast-post-format- .entry-header {
  background-color: #2A83A2;
  border-radius: 10px 10px 0 0;
  padding: 30px;
  color: white;
}

@media (max-width: 767px) {
  .ast-post-format- .entry-header {
    padding: 15px;
  }
}

.ast-post-format- .entry-header h1.entry-title {
  font-weight: bold;
  color: white;
}

@media (max-width: 767px) {
  .ast-post-format- .entry-header h1.entry-title {
    font-size: 1.2em;
  }
}

.ast-post-format- .entry-header .entry-meta {
  background-color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.ast-post-format- .entry-content {
  padding: 50px;
}

@media (max-width: 767px) {
  .ast-post-format- .entry-content {
    padding: 15px !important;
  }
}

.ast-related-posts-title-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ast-related-posts-title-section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px !important;
  letter-spacing: 0.2em;
}

.ast-related-posts-title-section h2:before {
  margin-right: 1.5rem;
}

.ast-related-posts-title-section h2:after {
  margin-left: 1.5rem;
}

.ast-related-posts-title-section h2:before, .ast-related-posts-title-section h2:after {
  content: "";
  height: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ast-related-posts-wrapper {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.ast-related-post {
  background-color: white;
  -webkit-box-shadow: 0 0 5px black;
          box-shadow: 0 0 5px black;
  padding: 15px !important;
}

@media (max-width: 767px) {
  .ast-related-post .ast-related-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ast-related-post .ast-related-post-content .post-has-thumb {
    width: 110px;
  }
  .ast-related-post .ast-related-post-content .entry-header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.ast-related-post .post-thumb img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .ast-related-post .post-thumb img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
}

.ast-related-post .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0 !important;
}

.ast-related-post .entry-header .entry-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.ast-related-post .entry-header .entry-title a {
  font-size: 18px !important;
  font-weight: bold !important;
}

.ast-related-post .entry-header .entry-meta {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 !important;
}

.ast-related-post .entry-header .entry-meta * {
  font-size: 1rem !important;
}

@media (max-width: 767px) {
  .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 10px 5px !important;
  }
}

#header_layer {
  padding: 30px 0 50px;
}

#header_layer h2 {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}

.elementor-kit-9918 p:last-of-type {
  margin-bottom: 0;
}

.price-box p {
  margin-bottom: 0 !important;
  line-height: 1.3;
}

.price-box ul + p {
  margin-top: 20px;
}
/*# sourceMappingURL=custom.css.map */