/*Theme Name: Salon de emu.*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@font-face {
  font-family: "optima";
  src: url("font/optima.ttf") format("truetype");
}

@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: #636363;
  }
  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;
  }
  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;
  }
  body .inner {
    width: 1080px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1280px;
  }
  body .inner.narrow {
    width: 810px;
  }
  body .inner.mini {
    width: 600px;
  }
  body .main_title {
    font-family: "optima", serif;
    font-size: 2rem;
    line-height: 1.2;
    color: #b9a563;
    margin-bottom: 50px;
    text-align: center;
  }
  body .sub_title {
    font-family: "optima", serif;
    font-size: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  body .btn {
    display: block;
    font-family: "optima", serif;
    width: 240px;
    padding: 10px;
    border: 1px solid #b9a563;
    color: #b9a563;
    font-size: 1.25rem;
    text-align: center;
  }
  body .btn:hover {
    background: #b9a563;
    color: #fff;
  }
  body .catalog_list li {
    position: relative;
  }
  body .catalog_list .tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    background: #b9a563;
  }
  body .catalog_list .tag:hover {
    background: #636363;
  }
  body .catalog_list .thumb {
    width: 100%;
    position: relative;
    display: block;
  }
  body .catalog_list .thumb:before {
    content: "";
    display: block;
    padding-top: 130%;
  }
  body .catalog_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .item_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 100px 30px;
  }
  body .item_list .thumb {
    max-width: 340px;
    width: 100%;
    position: relative;
    display: block;
  }
  body .item_list .thumb:before {
    content: "";
    display: block;
    padding-top: 58.824%;
  }
  body .item_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .item_list .title {
    color: #b9a563;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 10px 0;
  }
  body .news_list {
    border-top: 1px solid #e5e5e5;
  }
  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;
    border-bottom: 1px solid #e5e5e5;
    gap: 40px;
    padding: 30px 0;
  }
  body .news_list li .title {
    width: calc(100% - 360px);
    font-size: 1.25em;
  }
  body .news_list li .title a {
    display: block;
  }
  body .news_list li .title a:hover {
    color: #b9a563;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    font-size: 1.25rem;
    min-width: 330px;
  }
  body .dec .cat {
    display: block;
    max-width: 200px;
    text-align: center;
    background: #f3f3f3;
    padding: 0 10px;
  }
  body .dec .cat:hover {
    background: #636363;
    color: #fff;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 30px 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;
    padding: 0 100px 0 30px;
  }
  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: 30px;
  }
  header .h_blc nav ul a {
    font-weight: 500;
    display: block;
    text-align: center;
  }
  header .h_blc nav ul a:hover {
    color: #b9a563;
  }
  header .catch {
    position: relative;
    padding-top: 160px;
  }
  header .catch > img {
    width: 100%;
  }
  header .catch .copy {
    position: absolute;
    bottom: 5%;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    left: 0;
  }
  header .catch .copy p {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 1.8rem;
    padding: 5px 30px;
  }
  header .catch .copy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main {
    padding: 150px 0;
  }
  main.top section:not(:last-child) {
    padding-bottom: 150px;
  }
  main.top .concept p {
    text-align: center;
    font-size: 1.25rem;
    line-height: 2.2;
  }
  main.top .concept p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top .catalog,
  main.top .item,
  main.top .instagram,
  main.top .information {
    position: relative;
  }
  main.top .catalog .catalog_list,
  main.top .item .catalog_list,
  main.top .instagram .catalog_list,
  main.top .information .catalog_list {
    overflow: hidden;
    padding: 0 165px;
  }
  main.top .catalog .catalog_list.is-static .swiper-slide,
  main.top .item .catalog_list.is-static .swiper-slide,
  main.top .instagram .catalog_list.is-static .swiper-slide,
  main.top .information .catalog_list.is-static .swiper-slide {
    width: 200px !important;
  }
  main.top .catalog .swiper_nav,
  main.top .item .swiper_nav,
  main.top .instagram .swiper_nav,
  main.top .information .swiper_nav {
    position: absolute;
    top: 390px;
    right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.top .catalog .swiper_nav .swiper-pagination,
  main.top .item .swiper_nav .swiper-pagination,
  main.top .instagram .swiper_nav .swiper-pagination,
  main.top .information .swiper_nav .swiper-pagination {
    position: static;
    max-width: 250px;
    width: auto;
    margin: 0 15px;
  }
  main.top .catalog .swiper_nav .swiper-pagination-bullet,
  main.top .item .swiper_nav .swiper-pagination-bullet,
  main.top .instagram .swiper_nav .swiper-pagination-bullet,
  main.top .information .swiper_nav .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: #efefef;
    opacity: 1;
  }
  main.top .catalog .swiper_nav .swiper-pagination-bullet-active,
  main.top .item .swiper_nav .swiper-pagination-bullet-active,
  main.top .instagram .swiper_nav .swiper-pagination-bullet-active,
  main.top .information .swiper_nav .swiper-pagination-bullet-active {
    background: #b9a563;
  }
  main.top .catalog .swiper_nav .swiper-button-prev,
  main.top .catalog .swiper_nav .swiper-button-next,
  main.top .item .swiper_nav .swiper-button-prev,
  main.top .item .swiper_nav .swiper-button-next,
  main.top .instagram .swiper_nav .swiper-button-prev,
  main.top .instagram .swiper_nav .swiper-button-next,
  main.top .information .swiper_nav .swiper-button-prev,
  main.top .information .swiper_nav .swiper-button-next {
    position: relative;
    width: 30px;
    height: 30px;
    background: #dcdcdc;
    border-radius: 100px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
    z-index: 1;
    top: 10px;
  }
  main.top .catalog .swiper_nav .swiper-button-prev:hover,
  main.top .catalog .swiper_nav .swiper-button-next:hover,
  main.top .item .swiper_nav .swiper-button-prev:hover,
  main.top .item .swiper_nav .swiper-button-next:hover,
  main.top .instagram .swiper_nav .swiper-button-prev:hover,
  main.top .instagram .swiper_nav .swiper-button-next:hover,
  main.top .information .swiper_nav .swiper-button-prev:hover,
  main.top .information .swiper_nav .swiper-button-next:hover {
    background: #b9a563;
  }
  main.top .catalog .swiper_nav .swiper-button-prev:after,
  main.top .catalog .swiper_nav .swiper-button-next:after,
  main.top .item .swiper_nav .swiper-button-prev:after,
  main.top .item .swiper_nav .swiper-button-next:after,
  main.top .instagram .swiper_nav .swiper-button-prev:after,
  main.top .instagram .swiper_nav .swiper-button-next:after,
  main.top .information .swiper_nav .swiper-button-prev:after,
  main.top .information .swiper_nav .swiper-button-next:after {
    content: "";
    width: 8px;
    height: 13px;
  }
  main.top .catalog .swiper_nav .swiper-button-prev,
  main.top .item .swiper_nav .swiper-button-prev,
  main.top .instagram .swiper_nav .swiper-button-prev,
  main.top .information .swiper_nav .swiper-button-prev {
    left: 0;
  }
  main.top .catalog .swiper_nav .swiper-button-prev:after,
  main.top .item .swiper_nav .swiper-button-prev:after,
  main.top .instagram .swiper_nav .swiper-button-prev:after,
  main.top .information .swiper_nav .swiper-button-prev:after {
    background: url("images/common/arrow_left.svg") no-repeat;
  }
  main.top .catalog .swiper_nav .swiper-button-next,
  main.top .item .swiper_nav .swiper-button-next,
  main.top .instagram .swiper_nav .swiper-button-next,
  main.top .information .swiper_nav .swiper-button-next {
    right: 0;
  }
  main.top .catalog .swiper_nav .swiper-button-next:after,
  main.top .item .swiper_nav .swiper-button-next:after,
  main.top .instagram .swiper_nav .swiper-button-next:after,
  main.top .information .swiper_nav .swiper-button-next:after {
    background: url("images/common/arrow_right.svg") no-repeat;
  }
  main.top .catalog .btn,
  main.top .item .btn,
  main.top .instagram .btn,
  main.top .information .btn {
    margin: 50px auto 0;
  }
  main.sub .sec:not(:last-child) {
    margin-bottom: 150px;
  }
  main.sub .privacy .lead {
    margin-bottom: 40px;
  }
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .contact .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .contact .wpcf7-form > ul .title {
    margin-bottom: 30px;
  }
  main.sub .contact .wpcf7-form > ul input[type="text"] {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    outline: none;
    background: #f5f5f5;
  }
  main.sub .contact .wpcf7-form > ul textarea {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    height: 200px;
    padding: 10px;
    font-size: 1rem;
    background: #f5f5f5;
    outline: none;
  }
  main.sub .contact .wpcf7-spinner {
    display: none;
  }
  main.sub .contact input[type="submit"] {
    outline: none;
    display: block;
    -webkit-appearance: none;
    background: #fff;
    margin: 100px auto 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    font-family: "Noto Serif JP", serif;
  }
  main.sub .contact input[type="submit"]:hover {
    background: #b9a563;
  }
  main.sub .menu .sub_title {
    color: #a67e22;
  }
  main.sub .menu li {
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  main.sub .menu li h3 {
    width: 85%;
  }
  main.sub .menu li p {
    width: 10%;
  }
  main.sub .stylist h2 {
    color: #b9a563;
    font-size: 1.25rem;
    margin: 10px 0;
    font-weight: 600;
  }
  main.sub .catalog .cat_list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 100px;
  }
  main.sub .catalog .catalog_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 100px 90px;
  }
  main.sub .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding-top: 100px;
  }
  main.sub .pagination .page-numbers {
    display: block;
    text-decoration: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
  }
  main.sub .pagination .page-numbers.current {
    background: #b9a563 !important;
  }
  main.sub .pagination .page-numbers:not(.prev):not(.next) {
    width: 15px;
    height: 15px;
    background: #efefef;
    color: transparent;
    font-size: 0;
    padding: 0;
    overflow: hidden;
  }
  main.sub .pagination .page-numbers:not(.prev):not(.next):hover {
    background: #b9a563;
  }
  main.sub .pagination .prev,
  main.sub .pagination .next {
    position: relative;
    width: 30px;
    height: 30px;
    background: #dcdcdc;
    border-radius: 50%;
  }
  main.sub .pagination .prev::before,
  main.sub .pagination .next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  main.sub .pagination .prev:hover,
  main.sub .pagination .next:hover {
    background: #b9a563;
  }
  main.sub .pagination .prev::before {
    -webkit-transform: translate(-30%, -50%) rotate(-135deg);
            transform: translate(-30%, -50%) rotate(-135deg);
  }
  main.sub .pagination .next::before {
    -webkit-transform: translate(-70%, -50%) rotate(45deg);
            transform: translate(-70%, -50%) rotate(45deg);
  }
  main.sub .pagination .dots {
    background: transparent !important;
    color: #efefef !important;
    width: auto !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1;
  }
  main.sub .single .dec {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  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: #b9a563;
    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: #efefef;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #b9a563;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #b9a563;
    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: #efefef;
  }
  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;
    margin: 50px 0;
    color: #b9a563;
  }
  main.sub .single .content h2 {
    margin: 30px 0;
    font-size: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  main.sub .single .content h3 {
    margin: 30px 0;
    font-size: 1.5rem;
    padding: 5px 20px;
    border-left: 3px solid #e5e5e5;
  }
  main.sub .single .content h4 {
    font-size: 1.25rem;
    margin: 30px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px 0;
  }
  main.sub .single .content table th {
    background: #e5e5e5;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
  }
  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: #e5e5e5;
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    border: 1px solid #e5e5e5;
    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: 100px;
  }
  main.sub .error .btn {
    margin: 40px auto;
  }
  footer .reserved {
    background: #e8e4dc;
    padding: 50px;
    margin-bottom: 150px;
  }
  footer .reserved .main_title {
    margin-bottom: 20px;
  }
  footer .reserved p {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 50px;
  }
  footer .reserved ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 150px;
  }
  footer .reserved ul li {
    width: 240px;
  }
  footer .reserved ul li:first-child a {
    background: #b9a563;
  }
  footer .reserved ul li:last-child a {
    background: #06c755;
  }
  footer .reserved ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 10px;
  }
  footer .reserved ul li a:hover {
    background: #636363;
  }
  footer .reserved ul li img {
    margin-right: 15px;
  }
  footer .salon {
    background: #f3f3f3;
    padding: 50px 0;
  }
  footer .salon h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  footer .salon .imgleft {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .salon li {
    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;
    font-size: 1.25rem;
    gap: 20px;
  }
  footer .salon li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .salon h4 {
    width: 100px;
    color: #b9a563;
    border: 1px solid #b9a563;
    text-align: center;
    line-height: 1.4;
  }
  footer .salon p {
    width: calc(100% - 120px);
  }
  footer iframe {
    width: 100%;
    display: block;
  }
  footer .logo {
    text-align: center;
    margin: 50px auto 20px;
  }
  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;
  }
  footer .f_nav li:not(:last-child):after {
    position: absolute;
    content: "|";
    top: 0;
    right: -12px;
  }
  footer .f_nav li a:hover {
    color: #b9a563;
  }
  footer small {
    display: block;
    text-align: center;
    padding: 30px 0 40px;
  }
  .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: #636363;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  body .main_title {
    font-family: "optima", serif;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #b9a563;
    margin-bottom: 40px;
    text-align: center;
  }
  body .sub_title {
    font-family: "optima", serif;
    font-size: 1.2rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
  body .btn {
    display: block;
    font-family: "optima", serif;
    width: 100%;
    padding: 10px;
    border: 1px solid #b9a563;
    color: #b9a563;
    font-size: 1.2rem;
    text-align: center;
  }
  body .catalog_list li {
    position: relative;
  }
  body .catalog_list .tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    background: #b9a563;
    font-size: 0.8rem;
  }
  body .catalog_list .tag:hover {
    background: #636363;
  }
  body .catalog_list .thumb {
    width: 100%;
    position: relative;
    display: block;
  }
  body .catalog_list .thumb:before {
    content: "";
    display: block;
    padding-top: 130%;
  }
  body .catalog_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .item_list li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .item_list .thumb {
    width: 100%;
    position: relative;
    display: block;
  }
  body .item_list .thumb:before {
    content: "";
    display: block;
    padding-top: 58.824%;
  }
  body .item_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .item_list .title {
    color: #b9a563;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 10px 0;
  }
  body .news_list {
    border-top: 1px solid #e5e5e5;
  }
  body .news_list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
  }
  body .news_list li .title {
    font-size: 1.2em;
  }
  body .news_list li .title a {
    display: block;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
  body .dec .cat {
    display: block;
    max-width: 200px;
    text-align: center;
    background: #f3f3f3;
    padding: 0 10px;
  }
  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: 80px;
  }
  header .h_blc .logo a {
    display: block;
    max-width: 190px;
  }
  header .menu-btn {
    position: fixed;
    top: 25px;
    right: 20px;
    width: 35px;
    height: 25px;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 35px;
    background: #b9a563;
    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: #b9a563;
    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;
    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 .catch {
    position: relative;
    padding: 80px 20px 0;
  }
  header .catch > img {
    width: 100%;
  }
  header .catch .copy {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  header .catch .copy p {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 2.8vw;
    padding: 3px;
  }
  header .catch .copy p:not(:last-child) {
    margin-bottom: 5px;
  }
  main {
    padding: 40px 20px;
  }
  main.top section:not(:last-child) {
    padding-bottom: 40px;
  }
  main.top .concept p {
    text-align: center;
    line-height: 2;
  }
  main.top .concept p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .catalog,
  main.top .item,
  main.top .instagram,
  main.top .information {
    position: relative;
  }
  main.top .catalog .catalog_list,
  main.top .item .catalog_list,
  main.top .instagram .catalog_list,
  main.top .information .catalog_list {
    overflow: hidden;
    padding: 0 50px;
    margin-bottom: 40px;
  }
  main.top .catalog .catalog_list.is-static .swiper-slide,
  main.top .item .catalog_list.is-static .swiper-slide,
  main.top .instagram .catalog_list.is-static .swiper-slide,
  main.top .information .catalog_list.is-static .swiper-slide {
    width: 100% !important;
  }
  main.top .catalog .swiper_nav,
  main.top .item .swiper_nav,
  main.top .instagram .swiper_nav,
  main.top .information .swiper_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.top .catalog .swiper_nav .swiper-pagination,
  main.top .item .swiper_nav .swiper-pagination,
  main.top .instagram .swiper_nav .swiper-pagination,
  main.top .information .swiper_nav .swiper-pagination {
    position: static;
    max-width: 250px;
    width: auto;
    margin: 0 10px;
  }
  main.top .catalog .swiper_nav .swiper-pagination-bullet,
  main.top .item .swiper_nav .swiper-pagination-bullet,
  main.top .instagram .swiper_nav .swiper-pagination-bullet,
  main.top .information .swiper_nav .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #efefef;
    opacity: 1;
  }
  main.top .catalog .swiper_nav .swiper-pagination-bullet-active,
  main.top .item .swiper_nav .swiper-pagination-bullet-active,
  main.top .instagram .swiper_nav .swiper-pagination-bullet-active,
  main.top .information .swiper_nav .swiper-pagination-bullet-active {
    background: #b9a563;
  }
  main.top .catalog .swiper_nav .swiper-button-prev,
  main.top .catalog .swiper_nav .swiper-button-next,
  main.top .item .swiper_nav .swiper-button-prev,
  main.top .item .swiper_nav .swiper-button-next,
  main.top .instagram .swiper_nav .swiper-button-prev,
  main.top .instagram .swiper_nav .swiper-button-next,
  main.top .information .swiper_nav .swiper-button-prev,
  main.top .information .swiper_nav .swiper-button-next {
    position: relative;
    width: 30px;
    height: 30px;
    background: #dcdcdc;
    border-radius: 100px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
    z-index: 1;
    top: 10px;
  }
  main.top .catalog .swiper_nav .swiper-button-prev:after,
  main.top .catalog .swiper_nav .swiper-button-next:after,
  main.top .item .swiper_nav .swiper-button-prev:after,
  main.top .item .swiper_nav .swiper-button-next:after,
  main.top .instagram .swiper_nav .swiper-button-prev:after,
  main.top .instagram .swiper_nav .swiper-button-next:after,
  main.top .information .swiper_nav .swiper-button-prev:after,
  main.top .information .swiper_nav .swiper-button-next:after {
    content: "";
    width: 8px;
    height: 13px;
  }
  main.top .catalog .swiper_nav .swiper-button-prev,
  main.top .item .swiper_nav .swiper-button-prev,
  main.top .instagram .swiper_nav .swiper-button-prev,
  main.top .information .swiper_nav .swiper-button-prev {
    left: 0;
  }
  main.top .catalog .swiper_nav .swiper-button-prev:after,
  main.top .item .swiper_nav .swiper-button-prev:after,
  main.top .instagram .swiper_nav .swiper-button-prev:after,
  main.top .information .swiper_nav .swiper-button-prev:after {
    background: url("images/common/arrow_left.svg") no-repeat;
  }
  main.top .catalog .swiper_nav .swiper-button-next,
  main.top .item .swiper_nav .swiper-button-next,
  main.top .instagram .swiper_nav .swiper-button-next,
  main.top .information .swiper_nav .swiper-button-next {
    right: 0;
  }
  main.top .catalog .swiper_nav .swiper-button-next:after,
  main.top .item .swiper_nav .swiper-button-next:after,
  main.top .instagram .swiper_nav .swiper-button-next:after,
  main.top .information .swiper_nav .swiper-button-next:after {
    background: url("images/common/arrow_right.svg") no-repeat;
  }
  main.top .catalog .btn,
  main.top .item .btn,
  main.top .instagram .btn,
  main.top .information .btn {
    margin: 40px auto 0;
  }
  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 .title {
    margin-bottom: 10px;
  }
  main.sub .contact .wpcf7-form > ul input[type="text"] {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    height: 40px;
    padding: 10px;
    outline: none;
    background: #f5f5f5;
  }
  main.sub .contact .wpcf7-form > ul textarea {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 1rem;
    background: #f5f5f5;
    outline: none;
  }
  main.sub .contact .wpcf7-spinner {
    display: none;
  }
  main.sub .contact input[type="submit"] {
    display: block;
    outline: none;
    margin: 40px auto 0;
    -webkit-appearance: none;
    background: #fff;
    font-family: "Noto Serif JP", serif;
  }
  main.sub .menu .sub_title {
    color: #a67e22;
  }
  main.sub .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main.sub .menu li h3 {
    width: 72%;
  }
  main.sub .menu li p {
    width: 22%;
  }
  main.sub .stylist li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .stylist img {
    max-width: 200px;
  }
  main.sub .stylist h2 {
    color: #b9a563;
    font-size: 1.2rem;
    margin: 10px 0;
    font-weight: 600;
  }
  main.sub .catalog .cat_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 40px;
  }
  main.sub .catalog .cat_list .btn {
    font-size: 0.9rem;
  }
  main.sub .catalog .catalog_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  main.sub .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-top: 40px;
  }
  main.sub .pagination .page-numbers {
    display: block;
    text-decoration: none;
    border-radius: 50%;
    border: none;
  }
  main.sub .pagination .page-numbers.current {
    background: #b9a563 !important;
  }
  main.sub .pagination .page-numbers:not(.prev):not(.next) {
    width: 10px;
    height: 10px;
    background: #efefef;
    color: transparent;
    font-size: 0;
    padding: 0;
    overflow: hidden;
  }
  main.sub .pagination .prev,
  main.sub .pagination .next {
    position: relative;
    width: 30px;
    height: 30px;
    background: #dcdcdc;
    border-radius: 50%;
  }
  main.sub .pagination .prev::before,
  main.sub .pagination .next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  main.sub .pagination .prev::before {
    -webkit-transform: translate(-30%, -50%) rotate(-135deg);
            transform: translate(-30%, -50%) rotate(-135deg);
  }
  main.sub .pagination .next::before {
    -webkit-transform: translate(-70%, -50%) rotate(45deg);
            transform: translate(-70%, -50%) rotate(45deg);
  }
  main.sub .pagination .dots {
    background: transparent !important;
    color: #efefef !important;
    width: auto !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1;
  }
  main.sub .single .dec {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  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: #b9a563;
    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: #efefef;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #b9a563;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #b9a563;
    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: #efefef;
  }
  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;
    margin: 20px 0;
    color: #b9a563;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    padding: 5px 20px;
    border-left: 3px solid #e5e5e5;
  }
  main.sub .single .content h4 {
    margin: 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
  }
  main.sub .single .content table th {
    background: #e5e5e5;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
  }
  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: #e5e5e5;
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 40%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 40%);
    border: 1px solid #e5e5e5;
    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 .error .btn {
    margin: 20px auto;
  }
  footer .reserved {
    background: #e8e4dc;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  footer .reserved .main_title {
    margin-bottom: 20px;
  }
  footer .reserved p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .reserved ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  footer .reserved ul li {
    width: 50%;
  }
  footer .reserved ul li:first-child a {
    background: #b9a563;
  }
  footer .reserved ul li:last-child a {
    background: #06c755;
  }
  footer .reserved ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
  }
  footer .reserved ul li img {
    margin-right: 10px;
    width: 30px;
  }
  footer .salon {
    background: #f3f3f3;
    padding: 40px 20px;
  }
  footer .salon h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  footer .salon li {
    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;
  }
  footer .salon li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .salon h4 {
    width: 100px;
    font-size: 1.2rem;
    color: #b9a563;
    border: 1px solid #b9a563;
    text-align: center;
    line-height: 1.4;
  }
  footer .salon p {
    width: calc(100% - 120px);
  }
  footer iframe {
    width: 100%;
    height: 200px;
    display: block;
  }
  footer .logo {
    text-align: center;
    margin: 20px auto;
  }
  footer .logo a {
    display: block;
  }
  footer .f_nav {
    border-top: 1px solid #dcdcdc;
  }
  footer .f_nav a {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px;
  }
  footer small {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */