@charset "UTF-8";
/*Theme Name: セルフエステ＆よもぎ蒸し専門店 itself*/
@import url("https://fonts.googleapis.com/css2?family=Bacasime+Antique&family=Noto+Serif+JP:wght@200..900&display=swap");
@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Noto Serif JP", serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.9;
    color: #000;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
    font-weight: 600;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
    font-weight: 600;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1080px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1180px;
  }
  body .inner.narrow {
    width: 950px;
  }
  body .inner.mini {
    width: 800px;
  }
  body .main_title {
    font-family: "Bacasime Antique", serif;
    font-size: 4rem;
    line-height: 1.4;
    color: #8bae6e;
    margin-bottom: 80px;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title span {
    display: block;
    font-size: 1.25rem;
  }
  body .sub_title {
    font-size: 2rem;
    line-height: 1.4;
    color: #8bae6e;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .sub_title:before {
    border-top: 1px solid #8bae6e;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 40px;
  }
  body .sub_title:after {
    border-top: 1px solid #8bae6e;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 40px;
  }
  body .bl_title {
    border-left: 3px solid #d9d9d9;
    padding-left: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  body .btn {
    display: block;
    width: 250px;
    padding: 10px 30px;
    border: 1px solid #8bae6e;
    color: #8bae6e;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
  }
  body .btn:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -35px;
    width: 70px;
    height: 1px;
    background: #8bae6e;
  }
  body .btn:hover {
    background: #8bae6e;
    color: #fff;
  }
  body .btn:hover:after {
    background: #eef2ea;
  }
  body .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
  }
  body .news_list li .title {
    width: calc(100% - 130px);
  }
  body .news_list li .title a {
    display: block;
  }
  body .news_list li .title a:hover {
    color: #8bae6e;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    min-height: 110px;
  }
  header .h_blc .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h_blc .logo a {
    display: block;
  }
  header .h_blc nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h_blc nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  header .h_blc nav ul a {
    font-weight: 600;
    display: block;
    text-align: center;
  }
  header .h_blc nav ul a:hover {
    color: #8bae6e;
  }
  header .h_blc .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 1.5rem;
    margin-left: 65px;
  }
  header .h_blc .tel:hover {
    color: #8bae6e;
  }
  header .h_blc .reserve_btn {
    background: #8bae6e;
    border: 1px solid #8bae6e;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    margin-left: 20px;
  }
  header .h_blc .reserve_btn:hover {
    background: #fff;
    color: #8bae6e;
  }
  header .catch {
    position: relative;
    padding-top: 110px;
  }
  header .catch > img {
    width: 100%;
  }
  header .catch .copy {
    position: absolute;
    top: 260px;
    left: 0;
    min-width: 800px;
    background: rgba(139, 174, 110, 0.76);
    padding: 25px;
    color: #fff;
    font-weight: 600;
  }
  header .catch .copy strong {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  header .catch .copy p {
    font-size: 1.25rem;
  }
  header .catch .news {
    position: absolute;
    bottom: 50px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-weight: 600;
  }
  header .catch .news h2 {
    width: 80px;
    background: #8bae6e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .catch .news .news_list {
    width: 480px;
    background: #fff;
    padding: 25px 30px;
  }
  header .catch .news .news_list li {
    gap: 30px;
  }
  header .catch .news .news_list .title {
    width: calc(100% - 113px);
  }
  header .catch .news .link {
    width: 40px;
    background: #8bae6e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .catch .news .link:hover {
    background: #000;
  }
  header .catch .page_title {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    left: 100px;
    color: #8bae6e;
    font-weight: 900;
    font-size: 2.5rem;
  }
  main {
    padding-bottom: 150px;
  }
  main.top .main_title {
    margin-bottom: 50px;
  }
  main.top .concept {
    padding: 100px 0;
  }
  main.top .concept ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  main.top .concept p {
    text-align: center;
    font-weight: 600;
    line-height: 2.4;
  }
  main.top .concept .btn {
    margin: 50px auto 0;
  }
  main.top .concept .btn.smonly {
    display: none;
  }
  main.top .menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 70px;
  }
  main.top .menu .btn {
    margin-top: 50px;
  }
  main.top .instagram .btn {
    margin: 0 auto;
  }
  main.sub {
    padding-top: 100px;
  }
  main.sub .sec:not(:last-child) {
    padding-bottom: 100px;
  }
  main.sub .privacy .lead {
    margin-bottom: 50px;
  }
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .contact .wpcf7-form > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .contact .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .contact .wpcf7-form > ul .title {
    padding: 5px 0;
    width: 180px;
  }
  main.sub .contact .wpcf7-form > ul .cont {
    width: calc(100% - 180px);
  }
  main.sub .contact .wpcf7-form > ul input[type="tel"],
  main.sub .contact .wpcf7-form > ul input[type="text"] {
    font-family: "Noto Serif JP", serif;
    width: 80%;
    height: 40px;
    padding: 10px;
    outline: none;
    border: 1px solid #d8e0d1;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    margin-right: 20px;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #d8e0d1;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background: #d8e0d1;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
            box-shadow: inset 0 0 0 5px #fff;
  }
  main.sub .contact .wpcf7-form > ul textarea {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #d8e0d1;
    outline: none;
  }
  main.sub .contact .wpcf7-spinner {
    display: none;
  }
  main.sub .contact .btn {
    margin: 50px auto 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    cursor: pointer;
  }
  main.sub .contact .btn:hover input[type="submit"] {
    background: #8bae6e;
  }
  main.sub .contact input[type="submit"] {
    outline: none;
    display: block;
    -webkit-appearance: none;
    background: #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    font-family: "Noto Serif JP", serif;
  }
  main.sub .recruit .lead {
    margin-bottom: 50px;
    text-align: center;
  }
  main.sub .recruit ul {
    border-top: 1px solid #d8e0d1;
  }
  main.sub .recruit ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 20px 0;
    border-bottom: 1px solid #d8e0d1;
    line-height: 1.4;
  }
  main.sub .recruit ul li h2 {
    width: 230px;
  }
  main.sub .recruit ul li p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit .btn {
    margin: 50px auto 0;
  }
  main.sub .menu .lead {
    margin: 50px auto;
  }
  main.sub .menu .lead p {
    font-weight: 600;
    line-height: 2.4;
    text-align: center;
  }
  main.sub .menu .lead p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .menu ul {
    border-top: 1px solid #d8e0d1;
  }
  main.sub .menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 15px 0;
    border-bottom: 1px solid #d8e0d1;
  }
  main.sub .menu ul li div h3 {
    font-size: 1.25rem;
  }
  main.sub .menu ul li div h3 span {
    display: block;
    font-size: 1rem;
    padding-top: 10px;
  }
  main.sub .menu ul li p {
    font-size: 1.25rem;
  }
  main.sub .menu ul li p span {
    font-size: 1rem;
  }
  main.sub .menu .btn {
    display: none;
  }
  main.sub .concept .sub_title {
    margin-bottom: 100px;
  }
  main.sub .concept p {
    font-weight: 600;
  }
  main.sub .concept .lead p {
    line-height: 2.4;
    text-align: center;
  }
  main.sub .concept .lead p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .archive .news_list,
  main.sub .archive .voice_list {
    border-top: 1px solid #d8e0d1;
  }
  main.sub .archive .news_list li,
  main.sub .archive .voice_list li {
    border-bottom: 1px solid #d8e0d1;
    padding: 20px 0;
  }
  main.sub .archive .voice_list .title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  main.sub .pagination {
    padding-top: 50px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #8bae6e;
    border: 1px solid #8bae6e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px;
  }
  main.sub .pagination ul a {
    width: 40px;
    height: 40px;
    color: #8bae6e;
    border: 1px solid #8bae6e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px;
  }
  main.sub .pagination ul a:hover {
    color: #fff;
    background: #8bae6e;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #8bae6e;
    font-weight: 600;
  }
  main.sub .single .content > p strong {
    font-weight: 600;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 40px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 40px 0;
    background: #eef2ea;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #8bae6e;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #8bae6e;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding: 20px 20px 20px 40px;
    margin: 40px auto;
    background: #eef2ea;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.5rem;
    border-bottom: 1px solid #d8e0d1;
    margin: 20px 0 40px;
    padding-bottom: 20px;
  }
  main.sub .single .content h2 {
    margin: 30px 0;
    font-size: 1.25rem;
    padding: 5px 20px;
    border-left: 3px solid #d8e0d1;
  }
  main.sub .single .content h3 {
    margin: 30px 0;
    font-size: 1.25rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8e0d1;
  }
  main.sub .single .content h4 {
    margin: 30px 0;
    border-bottom: 1px solid #8bae6e;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px 0;
  }
  main.sub .single .content table th {
    background: #d8e0d1;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #d8e0d1;
  }
  main.sub .single .content dl {
    margin: 40px auto;
    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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #d8e0d1;
    border: 1px solid #d8e0d1;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    border: 1px solid #d8e0d1;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 50px;
  }
  main.sub .pagenavi .btn {
    width: 120px;
    font-size: 1rem;
    padding: 10px;
    text-align: center;
  }
  main.sub .pagenavi .btn:after {
    display: none;
  }
  main.sub .error .btn {
    margin: 40px auto;
  }
  footer .salon {
    background: #eef2ea;
    padding: 100px 0;
  }
  footer .salon iframe {
    display: block;
    margin: 30px auto 0;
  }
  footer .subnav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  footer .subnav .recruit {
    background: url("images/common/bg_recruit.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  footer .subnav .contact {
    background: url("images/common/bg_contact.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  footer .subnav a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    height: 150px;
    position: relative;
    z-index: 1;
  }
  footer .subnav a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 97%;
    height: 130px;
    border: 1px solid #fff;
    z-index: -1;
  }
  footer .subnav h2 {
    font-family: "Bacasime Antique", serif;
    font-size: 2rem;
  }
  footer .subnav p {
    font-weight: 600;
  }
  footer .logo {
    text-align: center;
    margin: 60px auto 40px;
    max-width: 140px;
  }
  footer .logo a {
    display: block;
  }
  footer .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  footer .f_nav li {
    position: relative;
    font-weight: 600;
  }
  footer .f_nav li:not(:last-child):after {
    position: absolute;
    content: "|";
    top: 0;
    right: -12px;
  }
  footer .f_nav li a:hover {
    color: #8bae6e;
  }
  footer small {
    display: block;
    text-align: center;
    padding: 50px 0;
    font-weight: 600;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Noto Serif JP", serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    color: #000;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  body .imgleft > div,
  body .imgright > div {
    font-weight: 600;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    font-family: "Bacasime Antique", serif;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #8bae6e;
    margin-bottom: 20px;
  }
  body .main_title.right {
    text-align: right;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title span {
    display: block;
    font-size: 1rem;
  }
  body .sub_title {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #8bae6e;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .sub_title:before {
    border-top: 1px solid #8bae6e;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px;
  }
  body .sub_title:after {
    border-top: 1px solid #8bae6e;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 20px;
  }
  body .bl_title {
    border-left: 3px solid #d9d9d9;
    padding-left: 10px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .btn {
    display: block;
    width: 90%;
    padding: 10px 20px;
    border: 1px solid #8bae6e;
    color: #8bae6e;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
  }
  body .btn:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -30px;
    width: 60px;
    height: 1px;
    background: #8bae6e;
  }
  body .news_list li .title a {
    display: block;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    min-height: 75px;
  }
  header .h_blc .logo a {
    display: block;
    max-width: 140px;
  }
  header .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 25px;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background: #8bae6e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 21px;
  }
  header .menu-btn span:after {
    top: 10px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #8bae6e;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 10px 40px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content nav ul a {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    position: relative;
  }
  header .menu-content nav ul a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 2rem;
    margin: 10px auto;
  }
  header .menu-content .reserve_btn {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    color: #8bae6e;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
  }
  header .catch {
    position: relative;
    padding-top: 75px;
  }
  header .catch > img {
    width: 100%;
  }
  header .catch .copy {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    left: 0;
    background: rgba(139, 174, 110, 0.76);
    padding: 10px;
    color: #fff;
    font-weight: 600;
  }
  header .catch .copy strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  header .catch .copy p {
    font-size: 0.8rem;
  }
  header .catch .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-weight: 600;
    font-size: 0.7rem;
  }
  header .catch .news h2 {
    width: 60px;
    background: #8bae6e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .catch .news .news_list {
    background: #fff;
    padding: 10px;
    border: 1px solid #eef2ea;
    width: 100%;
  }
  header .catch .news .news_list li {
    gap: 10px;
  }
  header .catch .news .news_list .title {
    width: calc(100% - 70px);
  }
  header .catch .news .link {
    width: 30px;
    background: #8bae6e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .catch .page_title {
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    left: 10px;
    color: #8bae6e;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.4;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  }
  main {
    padding: 40px 20px;
  }
  main.top section:not(:last-child) {
    padding-bottom: 40px;
  }
  main.top .concept ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  main.top .concept ul li {
    width: 50%;
  }
  main.top .concept ul img {
    width: 100%;
  }
  main.top .concept p {
    font-weight: 600;
    margin-bottom: 20px;
  }
  main.top .concept .btn:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .sec:not(:last-child) {
    padding-bottom: 40px;
  }
  main.sub .privacy .lead {
    margin-bottom: 40px;
  }
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .contact .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .contact .wpcf7-form > ul input[type="tel"],
  main.sub .contact .wpcf7-form > ul input[type="text"] {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    height: 40px;
    padding: 10px;
    outline: none;
    border: 1px solid #d8e0d1;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 5px 0;
    display: block;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    margin-right: 20px;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #d8e0d1;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  main.sub .contact .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background: #d8e0d1;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
            box-shadow: inset 0 0 0 5px #fff;
  }
  main.sub .contact .wpcf7-form > ul textarea {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #d8e0d1;
    outline: none;
  }
  main.sub .contact .wpcf7-spinner {
    display: none;
  }
  main.sub .contact .btn {
    margin: 40px auto 0;
  }
  main.sub .contact input[type="submit"] {
    display: block;
    outline: none;
    -webkit-appearance: none;
    background: #fff;
    font-family: "Noto Serif JP", serif;
  }
  main.sub .recruit .lead {
    margin-bottom: 40px;
    text-align: center;
  }
  main.sub .recruit ul {
    border-top: 1px solid #d8e0d1;
  }
  main.sub .recruit ul li {
    padding: 20px 0;
    border-bottom: 1px solid #d8e0d1;
  }
  main.sub .recruit ul li h2 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .recruit ul li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit .btn {
    margin: 40px auto 0;
  }
  main.sub .menu .lead {
    margin: 40px auto;
  }
  main.sub .menu .lead p {
    font-weight: 600;
  }
  main.sub .menu .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .menu ul {
    border-top: 1px solid #d8e0d1;
    margin-bottom: 20px;
  }
  main.sub .menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid #d8e0d1;
  }
  main.sub .menu ul li div {
    margin-bottom: 20px;
  }
  main.sub .menu ul li div h3 {
    font-weight: 600;
  }
  main.sub .menu ul li div h3 span {
    display: block;
    font-size: 0.8rem;
  }
  main.sub .menu ul li p {
    font-size: 1.2rem;
  }
  main.sub .menu ul li p span {
    font-size: 0.8rem;
  }
  main.sub .concept p {
    font-weight: 600;
  }
  main.sub .concept .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .archive .news_list,
  main.sub .archive .voice_list {
    border-top: 1px solid #d8e0d1;
  }
  main.sub .archive .news_list li,
  main.sub .archive .voice_list li {
    border-bottom: 1px solid #d8e0d1;
    padding: 20px 0;
  }
  main.sub .archive .voice_list .title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub .pagination {
    padding-top: 40px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #8bae6e;
    border: 1px solid #8bae6e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px;
  }
  main.sub .pagination ul a {
    width: 40px;
    height: 40px;
    color: #8bae6e;
    border: 1px solid #8bae6e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #8bae6e;
    font-weight: 600;
  }
  main.sub .single .content > p strong {
    font-weight: 600;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 20px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    background: #eef2ea;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #8bae6e;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #8bae6e;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding: 20px 20px 20px 40px;
    margin: 20px auto;
    background: #eef2ea;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.2rem;
    border-bottom: 1px solid #d8e0d1;
    margin: 20px 0;
    padding-bottom: 10px;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    padding: 5px 10px;
    border-left: 3px solid #d8e0d1;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8e0d1;
  }
  main.sub .single .content h4 {
    margin: 20px 0;
    border-bottom: 1px solid #8bae6e;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
  }
  main.sub .single .content table th {
    background: #d8e0d1;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #d8e0d1;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #d8e0d1;
    border: 1px solid #d8e0d1;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    border: 1px solid #d8e0d1;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
  main.sub .pagenavi .btn {
    width: 100px;
    font-size: 1rem;
    padding: 5px;
    text-align: center;
  }
  main.sub .pagenavi .btn:after {
    display: none;
  }
  main.sub .error .btn {
    margin: 20px auto;
  }
  footer .salon {
    background: #eef2ea;
    padding: 40px 20px;
  }
  footer .salon iframe {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  footer .subnav .recruit {
    background: url("images/common/bg_recruit.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  footer .subnav .contact {
    background: url("images/common/bg_contact.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  footer .subnav a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    height: 150px;
    position: relative;
    z-index: 1;
  }
  footer .subnav a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 97%;
    height: 130px;
    border: 1px solid #fff;
    z-index: -1;
  }
  footer .subnav h2 {
    font-family: "Bacasime Antique", serif;
    font-size: 2rem;
  }
  footer .subnav p {
    font-weight: 600;
  }
  footer .logo {
    text-align: center;
    margin: 40px auto;
  }
  footer .logo a {
    display: block;
  }
  footer .f_nav {
    border-top: 1px solid #8bae6e;
  }
  footer .f_nav a {
    display: block;
    border-bottom: 1px solid #8bae6e;
    font-weight: 600;
    padding: 10px 20px;
  }
  footer small {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */