html {
    font-size: 62.5%;
}
body {
    color: #292929;
    font-family: "Cinzel", serif;
    /*font-family: "Noto Sans JP", sans-serif;*/
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
}
figure, picture {
    max-width: 100%;
    width: 100%;
    line-height: 0;
    display: inline-block;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
p{
    font-size: 1.6rem;
    line-height: 2;
}
a {
    color: #000000;
    display: block;
    text-decoration: unset;
    transition: all 0.4s ease-in-out;
}
a:active, a:focus, a:focus-visible, a:focus-within, a:visited, a:target {
    color: #000000;
}
.screen-reader-text:focus {
    color: #000000;
}
.br_pc {
    display: block;
}
.br_sp {
    display: none;
}
.only_sp {
    display: none;
}
select {
    -webkit-appearance: none;
    appearance: none;
}
.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.center {
    text-align: center;
}
.flex {
    display: flex;
}
/* fonts ---------------------------------------*/
.abril {
    font-family: "Abril Fatface", serif;
    font-style: normal;
}
.cinzel {
    font-family: "Cinzel", serif;
}
.zen-old-mincho {
    font-family: "Zen Old Mincho", serif;
}
.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
}

/* common --------------------------------------*/
#wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
/*#content {
margin-top: 65px;
}*/
.section{
    padding: 15rem 0;
}
.entry-content{
    padding: 0;
}
h2.section-title{
    font-family: "Cinzel", serif;
    font-size: clamp(2.8rem, 3vw, 3.5rem);
    line-height: 1.4;
    margin-bottom: 3rem;
}
.section-title span {
    color: #716346;
    display: block;
    font-size: 0.5em;
}
.panel-layout {
    display: flex;
    flex-direction: column;
}
.section-title-sub{
    position: relative;
    z-index: 5;
}
.section-title br {
    display: none;
}

/* Top ----------------------------------------*/
/* AboutUs ------------*/
#AboutUs{
}
#AboutUs-inner {
    position: relative;
}
#AboutUs-inner .inner-content{
    max-width: 760px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.9);
    z-index: 5;
    position: relative;
    padding: 5rem;
}
#AboutUs-inner .inner-content p {
    margin-top: 2rem;
}
/* 背景のスライド --*/
.scroll-banner {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0.2;
    -webkit-transform: translateY(-50%) translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}
.scroll-track {
    display: flex;
    width: max-content;
    animation: scroll 45s linear infinite;
    will-change: transform;
    transform: translate3d(0, 0, 0); /* GPU処理を強制 */
    backface-visibility: hidden;
    gap: 1rem;
}
.scroll-track img {
    flex-shrink: 0;
    height: 450px;
    width: auto;
    object-fit: cover;
    -webkit-transform: translateZ(0); /* Safariで滑らかに */
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 768px) {
    .scroll-track img {
        height: 350px;
    }
}
@media screen and (max-width: 480px) {
    .scroll-track {
        animation: scroll 30s linear infinite;
    }
    .scroll-track img {
        height: 500px;
    }
}

/* Business ------------*/
#Business{
}
#Business-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}
#Business-inner .lineup.flex {
    margin-top: 5rem;
    flex-wrap: wrap;
    gap: 10rem;
}
#Business-inner .lineup-box.flex {
    width: 100%;    
    /*    width: calc((100% - 1rem) / 2);*/
    align-items: flex-start;
    justify-content: space-between;
    padding: 5rem 2rem 5rem 0;
    position: relative;
}
#Business-inner .lineup-box.flex > div {
    width: calc(100% - 350px);
}
#Business-inner h3 {
    font-size: 1.8rem;
    font-weight: 600;
    z-index: 5;
    margin-bottom: 1rem;
    position: relative;
}
#Business-inner .section-title-sub span {
    font-family: "Abril Fatface", serif;
    font-size: 4.5vw;
    line-height: 1;
    color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#Business-inner .lineup-box p {
    line-height: 1.6;
}
#Business-inner .lineup-box.flex figure {
    position: absolute;
    width: 350px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    overflow: hidden;
}
#Business-inner .lineup-box.flex figure img {
    height: 100%;
    object-fit: cover;
}

/* Message ------------*/
#Message {
    background-color: #fff;
    position: relative;
    z-index: 5;
}
#Message::before {
    content: "";
    background: center center/cover no-repeat url(http://aimermore.com/wp-content/uploads/Message-bg.jpeg);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}
#Message-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}
#Message-inner .inner-content {
    text-align: center;
}
/* Salon ------------*/
#Salon{

}
#Salon-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
#Salon-inner .section-title{
    text-align: center;
}

/* Slider ------ */
.store-slider {
    display: flex;
    gap: 4rem;
    align-items: center;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 3.5rem;
}
.info-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.photo-slider,
.info-slider{
    width: 50%;
}
.photo-slider img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}
.info-slider h3{
    font-size: 2rem;
    line-height: 1.2;
    font-family: "Lora", serif;
}
.info-slider ul {
    margin: 2rem 0 2.5rem;
    font-size: 1.4rem;
}
.info-slider .salon-style li {
    list-style: inside circle;
    text-indent: -1em;
    margin-left: 1em;
}
.info-slider p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
.info-slider p span {
    display: block;
    width: 100%;
    font-size: 0.85em;
}
p.opening-hours {
    margin-top: 1rem;
}
.sns-list {
    align-items: center;
    gap: 0.5rem;
}
.sns-list li {
    width: 3rem;
    height: 3rem;
    aspect-ratio: 1 / 1;
}

.swiper-button-next, .swiper-button-prev {
    color: #716346;
    width: 1rem;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after,
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    font-size: 1.5rem;
}
/* Company ------------*/
#Company{
}
#Company-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}
#Company-inner h2{
    text-align: center;
}

/* Table ------ */
.company-table {
    margin: 5rem auto;
    max-width: 640px;
    table-layout: fixed;
}
.company-table .column-1 {
    width: 30%;
}
.company-table .column-2 {
    width: 70%;
}
.company-table td {
    padding: 2rem 0.5rem;
    font-family: "Lora", serif;
}
/* Contact ------------*/
#Contact{
}
#Contact-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}
#Contact-inner h2{
    text-align: center;
}

/* フォーム --*/
.form-area {
    margin: 5rem auto;
    max-width: 640px;
}

/* Contact ------------------------------------*/
.form-area label {
    font-size: 1.8rem;
    font-weight: 500;
    align-items: center;
}
.form-area .contact-note {
    font-size: 0.9em;
    line-height: 1.4;
    color: #777;
    display: block;
}
.required, .arbitrary {
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    font-size: 0.7em;
    line-height: 1.6;
    color: #fff;
    margin-left: 1rem;
}
.required {
    background-color: #806738;
}
.arbitrary {
    background-color: #A5A5A5;
}
.form-item {
    margin: 4rem 0;
}
.form-item br {
    display: none;
}
.wpcf7-list-item {
    margin: 0 2.2em 0 0;
}
.wpcf7-list-item label {
    font-weight: 400;
    font-size: 2rem;
}
.wpcf7-checkbox span{
    font-size: 1.7rem;
}
.text-in input, .form-item.text-in textarea, .wpcf7-form-control.wpcf7-select {
    font-family: "Lora", serif;
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem 1rem;
    margin-top: 1rem;
    border: 1px solid #A5A5A5;
    background-color: #F5F5F5;
}
.wpcf7-form-control.wpcf7-select {
    max-width: 60%;
    font-size: 1.6rem;
}
.form-item.text-in input::placeholder, .form-item.text-in textarea::placeholder {
    font-family: "Lora", serif;
    color: #acacac;
    font-size: 0.95em;
    font-weight: 600;
    opacity: unset;
}
.form-submit-area {
    max-width: 80%;
    margin: 0 auto;
}
.form-submit-area a{
    display: inline-block;
}
.form-submit-area .submit-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form-submit-area .submit-btn span {
    margin: 2rem auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    max-width: 80%;
    margin: 2rem auto 0;
    padding: 1.5rem;
    border-color: #b9b5ab;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    font-family: "Cinzel", serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #cc7581;
    box-shadow: unset;
    border: unset;
    border-radius: 100px;
    width: 350px;
    box-sizing: border-box;
    padding: 1.5rem 0;
    margin: 3rem auto 0;
    cursor: pointer;
}
.type-selects {
    color: #292929 !important;
}
.form-area .select_wrapper {
    max-width: 60%;
    position: relative;
    margin: 0;
}
.form-area .select_wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 2px solid #292929;
    border-bottom: 2px solid #292929;
    box-sizing: border-box;
    transform: rotate(45deg) translate(-50%, 0);
}
.select_wrapper .wpcf7-form-control.wpcf7-select{
    max-width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #806738;
  text-align: center;
  padding: 4rem 0;
  background-color: #f6f6f6;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000;
}
.wpcf7-not-valid-tip {
  color: #ca175a;
  font-size: 0.9em;
  font-weight: 600;
}
/* Privacy-policy ----------------------------*/
.Privacy-policy {
    margin: 5rem auto;
    font-family: "Lora", serif;
}
.Privacy-policy p, .Privacy-policy li {
    line-height: 2;
    font-size: 1.5rem;
}
.Privacy-policy h3 {
    margin-bottom: 1rem;
}
.Privacy-policy p {
    margin-bottom: 4rem;
}
.Privacy-policy ol {
    margin-bottom: 3rem;
    list-style: inside circle;
}

/* footer -------------------------------------*/
#footer {
    background-color: #292929;
    color: #fff;
}
#copyright {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 0.5rem 0;
}
#copyright p {
    font-size: 1.2rem;
}
/*Media Query ---------------------------------*/
@media screen and (max-width: 1240px) {
    .inner {
        max-width: 92%;
    }
}
@media screen and (max-width: 768px) {
    .only_sp {
        display: block;
    }
    /* #content {
    margin-top: 55px;
}*/
    .section {
        padding: 3.5rem 0;
        margin: 0 auto;
    }
    #AboutUs-inner .inner-content {
        max-width: 94%;
        padding: 4rem 2rem;
        margin: 5rem auto 0;
    }
    .store-slider {
        flex-direction: column;
    }
    .photo-slider, .info-slider {
        width: 100% !important;
    }
    /* Contact -------------*/
    .form-area {
        max-width: 100%;
        padding: 1rem 0;
    }
}
@media screen and (max-width: 640px) {
    .section-title br {
        display: block;
    }
    #Business-inner .lineup-box.flex {
        flex-direction: column-reverse;
        gap: 2rem;
        padding: 0;
    }
    #Business-inner .lineup-box.flex > div {
        width: 100%;
    }
    #Business-inner .lineup-box.flex figure {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .form-area label {
        font-size: 1.6rem;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        font-size: 1.4rem;
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .br_pc {
        display: none;
    }
    .br_sp {
        display: block !important;
    }
    #AboutUs-inner .inner-content{
        background-color: rgba(255,255,255,0.7);
    }
    /* Contact -------------*/
    .wpcf7-checkbox span {
        font-size: 1.6rem;
    }
    .form-area .select_wrapper{
        max-width: 90%;
    }
    .wpcf7-form-control.wpcf7-submit.has-spinner{
        width: 85%;
    }
    .form-submit-area {
        max-width: 100%;
    }
    .form-submit-area p {
        font-size: 1.5rem;
        text-align: left !important;
    }
}

.recaptcha_message p, .recaptcha_message a {
  font-size: 0.8em;
  text-align: center;
  color: #7d7d7d;
}
.recaptcha_message a {
  display: inline-block;
}
.grecaptcha-badge {
  display: none !important;
}