/*Theme Name: mitis*/
@font-face {
  font-family: "mamelon";
  src: url("font/Mamelon-3.5-Hi-Regular.otf") format("opentype"), url("font/Mamelon-4-Hi-Regular.otf") format("opentype");
}
@media (min-width: 769px) {
  html {
    font-size: 125%;
    scroll-padding-top: 70px;
  }
  body {
    color: #000;
    font-family: mamelon, sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.8;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1080px;
    margin: 0 auto;
  }
  body .inner.mdl {
    width: 950px;
  }
  body .inner.narrow {
    width: 900px;
  }
  body .bg_l_ylw {
    position: relative;
    background: #f5f5d1;
    padding: 50px 0 100px;
  }
  body .bg_l_ylw:before, body .bg_l_ylw:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 32px;
    left: 0;
  }
  body .bg_l_ylw:before {
    background: url("images/common/wave_top.svg");
    top: -32px;
  }
  body .bg_l_ylw:after {
    background: url("images/common/wave_btm.svg");
    bottom: -32px;
  }
  body .main_title {
    line-height: 1.5;
    margin-bottom: 60px;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title span {
    display: block;
    font-size: 1.6rem;
  }
  body .sub_title {
    font-size: 1.6rem;
    color: #677b4a;
    border-bottom: 1px solid #9aaa84;
    padding-bottom: 5px;
    margin-bottom: 60px;
  }
  body .btn {
    background: #9aaa84;
    color: #fff;
    display: block;
    width: 200px;
    padding: 7px 25px;
    border-radius: 100px;
    position: relative;
  }
  body .btn:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    background: #cfe2b4;
    width: 50px;
    height: 1px;
  }
  body .btn:hover {
    background: #838383;
  }
  body .btn.white {
    text-align: center;
    border: 2px solid #9aaa84;
    font-size: 1.2rem;
    background: #fff;
    color: #9aaa84;
    padding: 2px;
  }
  body .btn.white:after {
    display: none;
  }
  body .btn.white:hover {
    background: #9aaa84;
    color: #fff;
  }
  body .arrow_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #9aaa84;
    font-size: 1.6rem;
  }
  body .arrow_btn:hover {
    background: #838383;
  }
  body .dec {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  body .cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  body .cat {
    color: #fff;
    background: #838383;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    border-radius: 10px;
    padding: 2px 5px;
  }
  body .cat:hover {
    background: #9aaa84;
  }
  body .news_list {
    border-top: 1px solid #9aaa84;
    padding-top: 20px;
  }
  body .news_list > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #9aaa84;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .news_list .cat_list {
    min-width: 140px;
    max-width: 140px;
  }
  body .news_list .title {
    width: calc(100% - 310px);
  }
  body .news_list .title a {
    display: block;
  }
  body .news_list .title a:hover {
    color: #9aaa84;
  }
  body .staff_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 65px 90px;
  }
  body .staff_list > li {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
  }
  body .staff_list .cat_list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
  }
  body .staff_list .cat_list li:first-child .cat {
    border-radius: 10px 0 0 0;
  }
  body .staff_list .cat_list .cat {
    border-radius: 0;
    font-size: 0.7rem;
    line-height: 1.5;
    vertical-align: top;
  }
  body .staff_list .thumb {
    display: block;
    width: 100%;
    position: relative;
  }
  body .staff_list .thumb:before {
    content: "";
    display: block;
    padding-top: 66.67%;
  }
  body .staff_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  body .staff_list .cont {
    padding: 15px 25px 30px 25px;
    border-radius: 0 0 10px 10px;
    background: #f5f5d1;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body .staff_list .cont:hover {
    background: #cfe2b4;
  }
  body .staff_list .cont .career {
    margin-bottom: 10px;
  }
  body .staff_list .cont .main_title {
    margin: auto 0 0;
  }
  body .staff_list .arrow_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 10px 0;
  }
  body .graf > li {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  body .graf > li:not(:last-child) {
    margin-bottom: 10px;
  }
  body .graf .title {
    width: 140px;
    padding: 2px;
    background: #838383;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .graf div {
    width: calc(100% - 170px);
    display: flex;
    align-items: center;
  }
  body .graf div p {
    line-height: 1.5;
  }
  body .graf div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .graf div a {
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-bottom;
  }
  body .list > li {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    border-bottom: 1px dashed #9aaa84;
    line-height: 1.5;
  }
  body .list .title {
    width: 200px;
    padding: 20px 0;
  }
  body .list .cont {
    width: calc(100% - 200px);
    padding: 17px 0;
  }
  body .list .cont p:not(:last-child) {
    margin-bottom: 40px;
  }
  body .list .cont a {
    color: #8fb65a;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-height: 70px;
  }
  header .h_blc.active {
    background: #fff;
  }
  header .h_blc .logo a {
    display: block;
    padding: 9px 0 9px 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1030px) {
  header .h_blc .logo a {
    padding: 9px 0;
  }
}
@media (min-width: 769px) {
  header .h_blc nav {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
  header .h_blc .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-right: 40px;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (max-width: 1030px) {
  header .h_blc .nav {
    gap: 20px;
    margin-right: 20px;
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) {
  header .h_blc .nav > li {
    position: relative;
  }
  header .h_blc .nav > li:hover .sub_menu {
    display: block;
  }
  header .h_blc .nav > li > a {
    display: block;
    padding: 17px 0;
  }
  header .h_blc .nav > li > a:hover {
    color: #9aaa84;
  }
  header .h_blc .tel {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9aaa84;
  }
  header .h_blc .tel:hover {
    cursor: pointer;
  }
  header .h_blc .tel:hover .sub_menu {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
  }
  header .h_blc .tel:hover .sub_menu li {
    width: 50%;
    text-align: center;
  }
  header .h_blc .tel:hover .sub_menu a {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  header .h_blc .tel:hover .sub_menu img {
    display: block;
    width: 15px;
  }
  header .h_blc .tel:hover .sub_menu span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.8rem;
  }
  header .h_blc .tel:hover .sub_menu em {
    font-size: 0.6rem;
  }
  header .h_blc .sub_menu {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    display: none;
    width: 300px;
    z-index: 1;
    background: #9aaa84;
    color: #fff;
  }
  header .h_blc .sub_menu a {
    display: block;
    padding: 10px;
  }
  header .h_blc .sub_menu a:hover {
    background: #838383;
  }
  header .h_blc .rsv_btn {
    display: block;
    padding: 17px 10px;
    width: 200px;
    height: 70px;
    background: #838383;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1030px) {
  header .h_blc .rsv_btn {
    width: 140px;
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) {
  header .h_blc .rsv_btn:hover {
    background: #f5f5d1;
    color: #9aaa84;
  }
  header .fv {
    position: relative;
    padding-top: 70px;
  }
  header .fv img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  header .fv.top img {
    min-height: 720px;
    max-height: 720px;
  }
  header .fv.sub img {
    min-height: 400px;
    max-height: 400px;
  }
  header .fv.sub .page_title {
    position: absolute;
    left: 0;
    bottom: 80px;
    color: #fff;
    background: rgba(165, 181, 144, 0.8);
    font-size: 2.4rem;
    padding: 7px 55px;
  }
  header .fv.sub .page_title:first-letter {
    text-transform: capitalize;
  }
  header .news {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 10px 0 0 0;
    padding: 10px 20px 40px 30px;
    z-index: 1;
    min-width: 300px;
    max-width: 300px;
  }
  header .news h2 {
    text-align: center;
    border-bottom: 1px solid #838383;
    margin-bottom: 15px;
  }
  header .news .news_list {
    padding-top: 0;
    border-top: none;
  }
  header .news li {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  header .news .dec {
    gap: 25px;
    margin-bottom: 10px;
  }
  header .news .cat_list,
  header .news .cat {
    min-width: 100px;
    border-radius: 0;
  }
  header .news .title {
    width: auto;
    line-height: 1.4;
  }
  header .news .arrow_btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  main.top .concept {
    padding: 110px 0 80px;
  }
  main.top .concept .blc {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
  }
  main.top .concept ul {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    margin-bottom: 40px;
  }
  main.top .concept ul li:first-child {
    margin-bottom: 60px;
  }
  main.top .concept ul li:last-child img {
    border-radius: 200px 200px 0 0;
  }
  main.top .concept ul li img {
    border-radius: 10px;
  }
  main.top .concept .main_title {
    margin-bottom: 40px;
  }
  main.top .concept p {
    line-height: 2;
  }
  main.top .concept p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top .brand {
    padding: 50px 0 320px;
  }
  main.top .brand .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 280px 185px;
  }
  main.top .brand .inner li {
    position: relative;
  }
  main.top .brand .inner img {
    border-radius: 10px;
  }
  main.top .brand .inner div {
    position: absolute;
    right: -90px;
    top: 200px;
    width: 400px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 20px 30px 25px;
  }
  main.top .brand .inner h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.top .brand .inner ul {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  main.top .brand .inner .btn {
    margin: 40px 25px 0 auto;
  }
  main.top .staff {
    padding: 130px 0 170px;
  }
  main.top .staff .staff_swiper {
    position: relative;
    padding-bottom: 90px;
  }
  main.top .staff .staff_list {
    display: flex;
    gap: 0;
  }
  main.top .staff .staff_list > li {
    height: auto;
    box-shadow: 0 0 10px 0 #dedec2;
  }
  main.top .staff .staff_list .cont {
    flex-grow: 1;
    background: #fff;
  }
  main.top .staff .swiper-controls-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
  }
  main.top .staff .swiper-controls-wrapper .swiper-pagination.custom-pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 15px;
    max-width: 285px;
  }
  main.top .staff .swiper-controls-wrapper .swiper-pagination.custom-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #d6d6a9;
    opacity: 1;
    margin: 0 !important;
  }
  main.top .staff .swiper-controls-wrapper .swiper-pagination.custom-pagination .swiper-pagination-bullet-active {
    background: #c0c061;
  }
  main.top .staff .swiper-controls-wrapper .swiper-button-prev.custom-nav,
  main.top .staff .swiper-controls-wrapper .swiper-button-next.custom-nav {
    position: static;
    width: 30px;
    height: 30px;
    background: #c0c061;
    border-radius: 50%;
    margin-top: 0;
    opacity: 1;
  }
  main.top .staff .swiper-controls-wrapper .swiper-button-prev.custom-nav:hover,
  main.top .staff .swiper-controls-wrapper .swiper-button-next.custom-nav:hover {
    opacity: 0.8;
  }
  main.top .staff .swiper-controls-wrapper .swiper-button-prev.custom-nav::after,
  main.top .staff .swiper-controls-wrapper .swiper-button-next.custom-nav::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  main.top .staff .swiper-controls-wrapper .swiper-button-prev.custom-nav::after {
    transform: rotate(-135deg);
    margin-left: 4px;
  }
  main.top .staff .swiper-controls-wrapper .swiper-button-next.custom-nav::after {
    transform: rotate(45deg);
    margin-right: 4px;
  }
  main.top .staff .btn {
    margin: -35px auto 0;
    z-index: 1;
  }
  main.sub section {
    padding: 100px 0;
  }
  main.sub section .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .reserved ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 100px;
  }
  main.sub .reserved ul img {
    border-radius: 10px;
  }
  main.sub .reserved ul h3 {
    font-size: 1.2rem;
    margin: 30px 0 10px;
  }
  main.sub .reserved ul .btn {
    margin: 30px 25px 0 auto;
  }
  main.sub .salon .imgleft:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #9aaa84;
  }
  main.sub .salon .imgleft > img {
    border-radius: 20px;
  }
  main.sub .salon .imgleft .main_title {
    margin-bottom: 30px;
  }
  main.sub .recruit .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .recruit .sub_title {
    margin-bottom: 30px;
  }
  main.sub .recruit .lead {
    text-align: center;
  }
  main.sub .recruit .lead p:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .recruit .step {
    padding-top: 30px;
  }
  main.sub .recruit .step li {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    position: relative;
  }
  main.sub .recruit .step li:not(:last-child) {
    padding-bottom: 60px;
  }
  main.sub .recruit .step li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 65px;
    width: 5px;
    height: 100%;
    background: #838383;
    z-index: -1;
  }
  main.sub .recruit .step .blc h3 {
    font-size: 1.2rem;
    color: #677b4a;
    margin-bottom: 20px;
  }
  main.sub .recruit .step .blc .imgleft img {
    border-radius: 10px;
  }
  main.sub .recruit .step .blc .imgleft {
    align-items: center;
  }
  main.sub .recruit .youkou .sub_title {
    margin-bottom: 0;
  }
  main.sub .brand .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .brand .lead {
    text-align: center;
    margin-bottom: 100px;
  }
  main.sub .brand .lead.long {
    margin-bottom: 200px;
  }
  main.sub .brand .lead img {
    display: block;
    margin: 0 auto 60px;
  }
  main.sub .brand .lead p:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .brand .lead .btn {
    margin: 60px auto 0;
  }
  main.sub .brand .bg_l_ylw {
    margin-bottom: 130px;
  }
  main.sub .brand .pic_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
  main.sub .brand .pic_list .thumb {
    display: block;
    width: 100%;
    position: relative;
  }
  main.sub .brand .pic_list .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .brand .pic_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  main.sub .brand .more_btn {
    margin: 40px auto 0;
  }
  main.sub .brand .menu {
    margin-bottom: 100px;
  }
  main.sub .brand .menu .sub_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0;
  }
  main.sub .brand .menu .sub_title span {
    font-size: 1rem;
  }
  main.sub .brand .menu .sub_title em {
    font-size: 1rem;
    color: #838383;
  }
  main.sub .brand .menu .list .title {
    width: auto;
    display: flex;
    align-items: center;
  }
  main.sub .brand .menu .list .title div {
    padding-top: 20px;
    color: #838383;
    font-size: 0.8rem;
  }
  main.sub .brand .menu .list .cont {
    width: auto;
    text-align: right;
  }
  main.sub .brand .access {
    display: block;
    position: relative;
  }
  main.sub .brand .access img {
    border-radius: 10px;
  }
  main.sub .brand .access .main_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0;
  }
  main.sub .staff .category_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 100px;
  }
  main.sub .staff .category_list .active {
    background: #9aaa84;
    color: #fff;
  }
  main.sub .staff .category_list .btn {
    min-width: 200px;
    width: 100%;
    padding: 2px 10px;
  }
  main.sub .staff .imgleft {
    margin-bottom: 60px;
  }
  main.sub .staff .imgleft .thumb {
    display: block;
    max-width: 500px;
    width: 100%;
    position: relative;
  }
  main.sub .staff .imgleft .thumb:before {
    content: "";
    display: block;
    padding-top: 80%;
  }
  main.sub .staff .imgleft .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  main.sub .staff .imgleft .career {
    margin: 20px 0 5px;
  }
  main.sub .staff .imgleft .main_title {
    margin-bottom: 20px;
  }
  main.sub .staff .imgleft .cont {
    color: #838383;
    margin-bottom: 30px;
  }
  main.sub .staff .imgleft .sns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  main.sub .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
  }
  main.sub .pagination span {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: block;
    border: 1px solid #8bae6e;
    background: #8bae6e;
    color: #fff;
    text-align: center;
  }
  main.sub .pagination a {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 10px;
    border: 1px solid #8bae6e;
    color: #8bae6e;
    text-align: center;
    position: relative;
  }
  main.sub .pagination a.prev:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f060";
    font-weight: 900;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  main.sub .pagination a.next:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f061";
    font-weight: 900;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  main.sub .pagination a:hover {
    background: #8bae6e;
    color: #fff;
  }
  main.sub .single .content .cat {
    max-width: 100%;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #9aaa84;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #9aaa84;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 30px auto;
    border-radius: 20px;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    aspect-ratio: 16/9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
    background: #f5f5d1;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    color: #9aaa84;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    color: #9aaa84;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 20px;
    margin: 30px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content h1 {
    font-size: 1.6rem;
    color: #677b4a;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 1px solid #9aaa84;
    margin: 20px 0 30px;
  }
  main.sub .single .content h2 {
    margin: 30px 0;
    color: #677b4a;
    border-radius: 5px;
    background: #cfe2b4;
    padding: 7px 20px;
  }
  main.sub .single .content h3 {
    margin: 30px 0;
    color: #677b4a;
  }
  main.sub .single .content h4 {
    margin: 30px 0;
    padding: 0 20px;
    color: #677b4a;
    border-left: 8px solid #9aaa84;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 30px 0;
  }
  main.sub .single .content table th {
    background: #9aaa84;
    padding: 10px 15px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #f5f5d1;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #9aaa84;
    color: #fff;
    padding: 10px 15px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: 70%;
    background: #f5f5d1;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
  }
  main.sub .pagenavi li {
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1/-1;
    justify-content: center;
  }
  main.sub .pagenavi li.prev {
    justify-content: flex-start;
  }
  main.sub .pagenavi li.next {
    justify-content: flex-end;
  }
  main.sub #error p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub #error .btn {
    margin: 40px auto;
  }
  footer .recruit {
    background: url("images/common/bg_recruit.webp") no-repeat;
    background-size: 100%;
    border-radius: 10px;
    position: relative;
    padding: 20px 25px;
    height: 350px;
    margin-bottom: 130px;
  }
  footer .recruit:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
    height: 310px;
    border: 1px solid #fff;
    border-radius: 10px;
    pointer-events: none;
  }
  footer .recruit div {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    margin: auto;
  }
  footer .recruit div .main_title {
    margin-bottom: 20px;
  }
  footer .recruit div .btn {
    margin: 0 auto;
  }
  footer .salon {
    display: flex;
    justify-content: space-between;
  }
  footer .salon li {
    position: relative;
    width: 100%;
  }
  footer .salon li a {
    display: block;
  }
  footer .salon li img {
    width: 100%;
  }
  footer .salon li p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
  }
  footer .salon li .arrow_btn {
    position: absolute;
    right: 1px;
    bottom: 2px;
    background: #838383;
  }
  footer .f_blc {
    padding: 70px 20px 40px;
    text-align: center;
  }
  footer .f_blc .f_logo {
    margin-bottom: 40px;
  }
  footer .f_blc small {
    display: block;
  }
  footer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #9aaa84;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #838383;
  }
  footer .fixbtn {
    display: none !important;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 60px;
  }
  body {
    color: #000;
    font-family: mamelon, sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft > img,
  body .imgright > img {
    display: block;
    margin: 0 auto 10px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg_l_ylw {
    position: relative;
    background: #f5f5d1;
    padding: 40px 20px;
  }
  body .bg_l_ylw:before, body .bg_l_ylw:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    left: 0;
  }
  body .bg_l_ylw:before {
    background: url("images/common/wave_top.svg") no-repeat;
    top: -30px;
  }
  body .bg_l_ylw:after {
    background: url("images/common/wave_btm.svg");
    bottom: -30px;
  }
  body .main_title {
    line-height: 1.4;
    margin-bottom: 40px;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title span {
    display: block;
    font-size: 1.6rem;
  }
  body .sub_title {
    font-size: 1.4rem;
    color: #677b4a;
    border-bottom: 1px solid #9aaa84;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  body .btn {
    background: #9aaa84;
    color: #fff;
    display: block;
    width: 200px;
    padding: 7px 25px;
    border-radius: 100px;
    position: relative;
  }
  body .btn:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    background: #cfe2b4;
    width: 50px;
    height: 1px;
  }
  body .btn.white {
    width: 100%;
    text-align: center;
    border: 1px solid #9aaa84;
    background: #fff;
    color: #9aaa84;
    padding: 5px;
  }
  body .btn.white:after {
    display: none;
  }
  body .arrow_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #9aaa84;
    font-size: 1.6rem;
  }
  body .dec {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  body .cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  body .cat {
    color: #fff;
    background: #838383;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 0.8rem;
  }
  body .news_list {
    border-top: 1px solid #9aaa84;
    padding-top: 20px;
  }
  body .news_list > li {
    border-bottom: 1px dashed #9aaa84;
    padding-bottom: 20px;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .news_list .title a {
    display: block;
  }
  body .staff_list > li {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
  }
  body .staff_list .cat_list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  body .staff_list .cat_list li:first-child .cat {
    border-radius: 10px 0 0 0;
  }
  body .staff_list .cat_list .cat {
    min-width: 80px;
    border-radius: 0;
  }
  body .staff_list .thumb {
    display: block;
    width: 100%;
    position: relative;
  }
  body .staff_list .thumb:before {
    content: "";
    display: block;
    padding-top: 66.67%;
  }
  body .staff_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  body .staff_list .cont {
    padding: 15px 25px 30px 25px;
    border-radius: 0 0 10px 10px;
    background: #f5f5d1;
    display: flex;
    flex-direction: column;
  }
  body .staff_list .cont .career {
    margin-bottom: 10px;
  }
  body .staff_list .cont .main_title {
    margin: auto 0 0;
  }
  body .staff_list .arrow_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 10px 0;
  }
  body .graf > li {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
  body .graf > li:not(:last-child) {
    margin-bottom: 10px;
  }
  body .graf .title {
    width: 75px;
    padding: 2px;
    background: #838383;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .graf div {
    width: calc(100% - 85px);
    display: flex;
    align-items: center;
  }
  body .graf div p {
    line-height: 1.4;
  }
  body .graf div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .graf div a {
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-bottom;
  }
  body .list > li {
    padding: 10px 0;
    border-bottom: 1px dashed #9aaa84;
  }
  body .list .title:not(:last-child) {
    color: #9aaa84;
    margin-bottom: 10px;
  }
  body .list .cont p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .list .cont a {
    color: #8fb65a;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px;
    max-height: 70px;
  }
  header .h_blc.active {
    background: #fff;
  }
  header .logo a {
    display: inline-block;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background: #9aaa84;
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 24px;
    transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #9aaa84;
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
    color: #fff;
  }
  header .menu-content .nav > li > a {
    padding: 10px;
  }
  header .menu-content .nav > li > 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;
    transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .nav a {
    display: block;
    position: relative;
  }
  header .menu-content .nav .sub_menu {
    padding-left: 30px;
    font-size: 0.9rem;
  }
  header .menu-content .nav .sub_menu a {
    padding: 5px;
  }
  header .menu-content .nav .sub_menu a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: -20px;
  }
  header .menu-content .tel {
    position: relative;
    color: #fff;
  }
  header .menu-content .tel > img {
    display: none;
  }
  header .menu-content .tel .sub_menu li {
    margin-bottom: 20px;
  }
  header .menu-content .tel .sub_menu a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
  }
  header .menu-content .tel .sub_menu img {
    display: block;
    width: 20px;
  }
  header .menu-content .tel .sub_menu span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.2rem;
  }
  header .menu-content .rsv_btn {
    display: block;
    padding: 15px 10px;
    width: 100%;
    height: 50px;
    background: #838383;
    color: #fff;
    text-align: center;
  }
  header .fv {
    position: relative;
    padding-top: 70px;
  }
  header .fv img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  header .fv.top img {
    min-height: 300px;
    max-height: 300px;
  }
  header .fv.sub img {
    min-height: 150px;
    max-height: 150px;
  }
  header .fv.sub .page_title {
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #fff;
    background: rgba(165, 181, 144, 0.8);
    font-size: 1.5rem;
    padding: 5px 20px;
  }
  header .fv.sub .page_title:first-letter {
    text-transform: capitalize;
  }
  header .news {
    padding: 20px 20px 40px;
  }
  header .news h2 {
    text-align: center;
    border-bottom: 1px solid #838383;
    margin-bottom: 15px;
  }
  header .news .news_list {
    padding-top: 0;
    border-top: none;
  }
  header .news li {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  header .news .cat_list,
  header .news .cat {
    border-radius: 0;
  }
  header .news .arrow_btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  main.top .concept {
    padding: 40px 20px 80px;
  }
  main.top .concept ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  main.top .concept ul li:first-child {
    margin-bottom: 20px;
  }
  main.top .concept ul li:last-child img {
    border-radius: 200px 200px 0 0;
  }
  main.top .concept ul li img {
    border-radius: 10px;
  }
  main.top .concept div {
    max-width: 300px;
    margin: 0 auto;
  }
  main.top .concept p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .brand .inner > li {
    position: relative;
  }
  main.top .brand .inner > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top .brand .inner > li img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  main.top .brand .inner > li div {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    padding: 20px;
  }
  main.top .brand .inner > li h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.top .brand .inner > li ul {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  main.top .brand .inner > li .btn {
    margin: 20px 20px 0 auto;
  }
  main.top .staff {
    padding: 60px 20px 40px;
  }
  main.top .staff .staff_swiper {
    position: relative;
    padding-bottom: 60px;
  }
  main.top .staff .staff_list {
    display: flex;
    gap: 0;
  }
  main.top .staff .staff_list > li {
    height: auto;
    box-shadow: 0 0 10px 0 #dedec2;
  }
  main.top .staff .staff_list .cont {
    flex-grow: 1;
    background: #fff;
  }
  main.top .staff .swiper-controls-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  main.top .staff .swiper-controls-wrapper .swiper-pagination.custom-pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
    max-width: 285px;
  }
  main.top .staff .swiper-controls-wrapper .swiper-pagination.custom-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d6d6a9;
    opacity: 1;
    margin: 0 !important;
  }
  main.top .staff .swiper-controls-wrapper .swiper-pagination.custom-pagination .swiper-pagination-bullet-active {
    background: #c0c061;
  }
  main.top .staff .swiper-controls-wrapper .swiper-button-prev.custom-nav,
  main.top .staff .swiper-controls-wrapper .swiper-button-next.custom-nav {
    position: static;
    width: 30px;
    height: 30px;
    background: #c0c061;
    border-radius: 50%;
    margin-top: 0;
    opacity: 1;
  }
  main.top .staff .swiper-controls-wrapper .swiper-button-prev.custom-nav::after,
  main.top .staff .swiper-controls-wrapper .swiper-button-next.custom-nav::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  main.top .staff .swiper-controls-wrapper .swiper-button-prev.custom-nav::after {
    transform: rotate(-135deg);
    margin-left: 4px;
  }
  main.top .staff .swiper-controls-wrapper .swiper-button-next.custom-nav::after {
    transform: rotate(45deg);
    margin-right: 4px;
  }
  main.top .staff .btn {
    margin: 40px auto 0;
    z-index: 1;
  }
  main.sub section {
    padding: 40px 20px;
  }
  main.sub section .sec:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .reserved li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .reserved li img {
    display: block;
    border-radius: 10px;
    margin: 0 auto;
  }
  main.sub .reserved li h3 {
    font-size: 1.2rem;
    margin: 20px 0 10px;
  }
  main.sub .reserved li .btn {
    margin: 20px 25px 0 auto;
  }
  main.sub .salon .imgleft:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #9aaa84;
  }
  main.sub .salon .imgleft > img {
    border-radius: 20px;
  }
  main.sub .salon .imgleft .main_title {
    margin-bottom: 20px;
  }
  main.sub .recruit .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit .step {
    padding-top: 20px;
  }
  main.sub .recruit .step li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .recruit .step .cat {
    max-width: 80px;
  }
  main.sub .recruit .step h3 {
    font-size: 1.2rem;
    color: #677b4a;
    margin-bottom: 10px;
  }
  main.sub .recruit .step img {
    border-radius: 10px;
  }
  main.sub .recruit .youkou .sub_title {
    margin-bottom: 0;
  }
  main.sub .brand {
    padding: 40px 0;
  }
  main.sub .brand .lead {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  main.sub .brand .lead img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .brand .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .brand .lead .btn {
    margin: 20px auto 0;
  }
  main.sub .brand .bg_l_ylw {
    margin-bottom: 80px;
  }
  main.sub .brand .pic_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  main.sub .brand .pic_list .thumb {
    display: block;
    width: 100%;
    position: relative;
  }
  main.sub .brand .pic_list .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .brand .pic_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  main.sub .brand .more_btn {
    margin: 20px auto 0;
  }
  main.sub .brand .menu {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  main.sub .brand .menu .sub_title {
    margin-bottom: 0;
  }
  main.sub .brand .menu .sub_title div {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  main.sub .brand .menu .sub_title span {
    display: block;
    font-size: 0.8rem;
  }
  main.sub .brand .menu .sub_title em {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    color: #838383;
  }
  main.sub .brand .menu .list .title {
    width: auto;
  }
  main.sub .brand .menu .list .title div {
    padding-top: 10px;
    color: #838383;
    font-size: 0.8rem;
  }
  main.sub .brand .menu .list .cont {
    width: auto;
    text-align: right;
  }
  main.sub .brand .access {
    padding: 0 20px;
    display: block;
    position: relative;
  }
  main.sub .brand .access img {
    border-radius: 10px;
    min-height: 100px;
    object-fit: cover;
  }
  main.sub .brand .access .main_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0;
  }
  main.sub .staff .category_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
  }
  main.sub .staff .category_list .active {
    background: #9aaa84;
    color: #fff;
  }
  main.sub .staff .category_list .btn {
    min-width: 100px;
  }
  main.sub .staff .staff_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .staff .imgleft {
    margin-bottom: 20px;
  }
  main.sub .staff .imgleft .thumb {
    display: block;
    max-width: 400px;
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
  }
  main.sub .staff .imgleft .thumb:before {
    content: "";
    display: block;
    padding-top: 80%;
  }
  main.sub .staff .imgleft .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  main.sub .staff .imgleft .cat {
    max-width: 100px;
  }
  main.sub .staff .imgleft .career {
    margin: 10px 0 5px;
  }
  main.sub .staff .imgleft .main_title {
    margin-bottom: 20px;
  }
  main.sub .staff .imgleft .cont {
    color: #838383;
    margin-bottom: 20px;
  }
  main.sub .staff .imgleft .sns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  main.sub .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
  }
  main.sub .pagination span {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: block;
    border: 1px solid #8bae6e;
    background: #8bae6e;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
  }
  main.sub .pagination a {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 5px;
    border: 1px solid #8bae6e;
    color: #8bae6e;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
  }
  main.sub .pagination a.prev:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f060";
    font-weight: 900;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  main.sub .pagination a.next:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f061";
    font-weight: 900;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  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: #9aaa84;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #9aaa84;
  }
  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;
    border-radius: 20px;
  }
  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: #f5f5d1;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    color: #9aaa84;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    color: #9aaa84;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 20px;
    margin: 20px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content h1 {
    font-size: 1.2rem;
    color: #677b4a;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 1px solid #9aaa84;
    margin: 10px 0 20px;
  }
  main.sub .single .content h2 {
    margin: 20px auto;
    padding: 5px 10px;
    color: #677b4a;
    border-radius: 5px;
    background: #cfe2b4;
  }
  main.sub .single .content h3 {
    margin: 20px auto;
    color: #677b4a;
  }
  main.sub .single .content h4 {
    margin: 20px auto;
    padding: 0 10px;
    color: #677b4a;
    border-left: 5px solid #9aaa84;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px auto;
  }
  main.sub .single .content table th {
    background: #9aaa84;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #f5f5d1;
    padding: 5px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #9aaa84;
    color: #fff;
    padding: 5px;
    width: 40%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: 60%;
    background: #f5f5d1;
    padding: 5px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
  }
  main.sub .pagenavi li {
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1/-1;
    justify-content: center;
  }
  main.sub .pagenavi li.prev {
    justify-content: flex-start;
  }
  main.sub .pagenavi li.next {
    justify-content: flex-end;
  }
  main.sub .pagenavi a {
    width: 100px;
  }
  main.sub #error p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub #error .btn {
    margin: 20px auto;
  }
  footer .recruit {
    background: url("images/common/bg_recruit.webp") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20px 25px;
    height: 160px;
    margin-bottom: 40px;
  }
  footer .recruit:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
    height: 140px;
    border: 1px solid #fff;
    border-radius: 10px;
    pointer-events: none;
  }
  footer .recruit div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
  }
  footer .recruit div .main_title {
    margin-bottom: 20px;
  }
  footer .recruit div .btn {
    margin: 0 auto;
  }
  footer .salon li {
    position: relative;
  }
  footer .salon li a {
    display: block;
  }
  footer .salon li img {
    width: 100%;
  }
  footer .salon li p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
  }
  footer .salon li .arrow_btn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    background: #838383;
  }
  footer .f_blc {
    padding: 20px;
    text-align: center;
  }
  footer .f_blc .f_logo {
    margin-bottom: 20px;
  }
  footer .f_blc small {
    display: block;
  }
  footer .pagetop {
    position: fixed;
    bottom: 60px;
    right: 10px;
    background: #9aaa84;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  footer .fixbtn {
    background: #fff;
    border-bottom: 4px solid #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  footer .fixbtn a {
    display: block;
    padding: 10px;
    background: #838383;
    color: #fff;
    text-align: center;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */