/*
Theme Name: インド雑貨店cici
*/
body {
    font-family: "Shippori Mincho B1", sans-serif;
    background-color: #faf5ef;
}

/* header */
.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    height: 70px;
    z-index: 5;
    padding: 5px 15px;
    background-color: #faf5ef;
}
.header__logo {
    width: 25%;
    filter: drop-shadow(0 0 0.75rem rgba(128,22,98,0.6));
}
.logo {
    width: 110px;
    object-fit: contain;
    margin-bottom: -8px;
}
.name {
    color: rgb(128, 22, 98);
    font-weight: 600;
    font-size: 14px;
}
.header__menu {
    width: 75%;
}
.header__menu ul{
    display: flex;
    justify-content: space-around;
}
.header__nemu li a {
    font-size: 15px;
}
.hamburger__btn {
    display: none;
    cursor: pointer;
}
.menu-sp {
    display: none;
}
.modal-sp {
    display: none;
}
/* FV */
.fv {
    position: relative;
    top: 70px;
    left: 0;
    width: 100%;
    height: 700px;
}
.fv__img-group{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.fv__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.fv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.fv__img .fvImage-active {
    position: relative;
    opacity: 1;
    transition: opacity 0.5s;
}
.fv__indicator {
    position: absolute;
    width: 100%;
    height: fit-content;
    bottom: -9px;
    display: flex;
    column-gap: 18px;
    z-index: 4;
    justify-content: center;
    align-items: center;
    background-color: rgba(128, 22, 98, 0.5);
}
.fv__indicator .indicator-list {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    list-style: none;
    background-color: #fffef0ac;
    cursor: pointer;
}
.fv__indicator .fvList-active {
    background-color: #801662;
}

/* All About */
.section-title {
    margin: 90px auto 40px;
    text-align: center;
}
.section-title h2 {
    font-size: 44px;
    font-weight: 700;
    color: #801662;
}
.section-title p {
    font-weight: 600;
}

/* Services */
.all-services__icon-group {
    width: 99%;
    margin: 0 auto;
}
.all-services__icon-group div {
    margin: 8px;
}
.all-services__icon-group img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgb(190, 189, 189);
}
.icon__indian-arabian {
    display: flex;
    justify-content: center;
    align-content: space-between;
}
.icon__goods-kimono {
    display: flex;
    justify-content: center;
    align-content: space-between;
}
/* etc */
.etcetera__list {
    width: 90%;
    margin: 0 auto;
    border: solid 1px rgb(128, 22, 98);
    border-radius: 25px;
    padding: 40px 30px;
}
.etcetera__text-inner {
    list-style: square;
    margin-left: 30px;
    height: 2rem;
    cursor: pointer;
}
.etcetera__text-inner.active {
    color: #801662;
    font-weight: 600;
}
.etcetera__text-inner i {
    margin-left: 10px;
}
.etcetera__text-answer {
    display: none;
    margin-bottom: 25px;
    font-size: 14px;
}
/* Cancel Policy */
.ja-title h2 {
    font-size: 34px;
}
.policy__payment {
    text-align: center;
}
.policy__payment p {
    line-height: 2rem;
}
.cancel-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #801662;
    text-align: center;
    margin: 45px 0 25px 0;
}
.policy__example {
    text-align: center;
}
.cancel-charge {
    border-collapse: collapse;
    border: solid 1px #444444;
    table-layout: auto;
    line-height: 2rem;
    margin: 25px auto;
}
.cancel-charge tr {
    border-bottom: solid 1px #444444;
}
.cancel-charge__period {
    width: 50%;
    padding-left: 25px;
}
.cancel-charge__charge {
    text-align: center;
}
.cancel-charge__description p {
    margin-top: 35px;
}
/* Company */
.company-table__heading {
    width: 30%;
}
.company-table__description {
    padding-left: 15px;
}
/* Salon */
.salon-scene__pc {
    display: block;
    display: flex;
    height: 300px;
    width: 90%;
    margin: 50px auto;
    overflow: hidden;
}
.salon-scene__pc img {
    object-fit: contain;
    margin: 0;
    padding: 0;
}
.salon-scene__pc img:first-child {
    margin-right: -15%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.salon-scene__pc img:nth-child(2) {
    margin-right: -10%;
}
.salon-scene__pc img:last-child {
    margin-left: -10%;
    border-top-right-radius:15px;
    border-bottom-right-radius: 15px;
}

.salon-scene__sp {
    display: none;
}
/* Access */
.access {
    padding-top: 80px;
    margin-top: -80px;
}
.address {
    width: 80%;
    margin: 0 auto;
}
.address h3 {
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.address__address {
    text-align: center;
    margin-bottom: 25px;
}
.address__memo {
    font-size: 14px;
    text-align: center;
}
.address__memo a {
    text-decoration: underline;
}
.map {
    width: 80%;
    margin: 30px auto;
    text-align: center;
}
.map iframe {
    width: 100%;
    border-radius: 30px;
}

/* Contact */
.contact {
    padding-top: 80px;
    margin-top: -80px;
}
.contact-form {
    width: 60%;
    margin: 0 auto;
}
.contact-form__attention {
    text-align: center;
    color: #801662;
    margin-bottom: 50px;
}
.form-heading {
    vertical-align: top;
    margin: 15px 0 5px 0;
}
.contact-form__inner {
    margin-bottom: 25px;
}
.contact-form input {
    margin-left: 20px;
}
.form-name {
    width: 90%;
    height: 30px;
}
.form-phone {
    width: 90%;
    height: 30px;
}
.form-mail {
    width: 90%;
    height: 30px;
}
.form-checkbox label {
    cursor: pointer;
}
.form-select {
    margin-left: 20px;
    width: 90%;
    height: 30px;
}
.form-date {
    width: 60%;
    height: 30px;
}
.form-textarea {
    margin-left: 20px;
    width: 90%;
    height: 100px;
}
.submit {
    width: 80%;
    margin: 60px auto 150px;
    text-align: center;
}
.submit-btn {
    margin-bottom: 20px;
    background-color: rgb(128, 22, 98);
    color: #FFFEF0;
    width: 150px;
    height: 2rem;
    border: none;
    border-radius: 50px;
    font-family: "Shippori Mincho B1";
    cursor: pointer;
}
.contact-result h2 {
    font-size: 22px;
    margin-bottom: 60px;
}
.return-btn {
    width: 200px;
    margin: 60px auto;
    background-color: #801662;
    text-align: center;
    height: 2rem;
    border: none;
    border-radius: 50px;
}
.return-btn a {
    color: #FFFEF0;
    font-family: "Shippori Mincho B1";
    cursor: pointer;
}

/* Footer */
.footer {
    /* width: 100%; */
    height: 180px;
    margin-top: 35px;
    background-color: #801662;
}
.footer-logo {
    width: 10%;
    margin: 25px auto;
    padding-top: 25px;
}
.footer-menu {
    display: flex;
    justify-content: space-around;
}
.footer-menu a {
    color: #faf5ef;
    font-size: 14px;
}
.copyright {
    font-size: 11px;
    color: #faf5ef;
    text-align: center;
    margin-top: 25px;
}
/* own page */
.header {
    position: fixed;
    top: 0;
}
.own-page {
    position: relative;
}
.toHP {
    margin: 150px 0 60px 0;
    text-align: end;
}
.toHP a {
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
.coment p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}
/* Arabian Goods page */
.goods-examples {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 60px auto;
}
.example-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}
.example-content {
    margin: 60px auto;
}
.example-content p {
    margin: 8px;
    line-height: 2rem;
    font-size: 13px;
}
.example-content img {
    width: 100%;
    height: auto;
}
.construction {
    width: 90%;
    height: 160px;
    margin: 0 auto;
}
.construction p {
    font-size: 24px;
    color: #801662;
    text-align: center;
    margin-top: 100px;
}
.construction small {
    font-size: 16px;
    margin-left: 30%;
}

@media screen and (max-width:1500px) {
    .fv {
        height: 650px;
    }    
}
@media screen and (max-width:1400px) {
    .fv {
        height: 600px;
    }    
}
@media screen and (max-width:1300px) {
    .fv {
        height: 560px;
    }    
}
@media screen and (max-width:1200px) {
    .fv {
        height: 520px;
    }    
}
@media screen and (max-width:1100px) {
    .fv {
        height: 470px;
    }    
}
@media screen and (max-width:1030px) {
    .header__menu {
        font-size: 12px;
    }
    .fv {
        height: 400px;
    }
    .fv__img-group{
        height: 290px;
    }
    .fv__indicator {
        bottom: -8px;
    }
}
@media screen and (max-width:970px) {
    .fv {
        height: 370px;
    }
    .fv__img-group{
        height: 270px;
    } 
}
@media screen and (max-width:920px) {
    .fv {
        height: 350px;
    }
    .fv__img-group{
        height: 250px;
    } 
}
@media screen and (max-width:845px) {
    .fv {
        height: 330px;
    }
    .fv__img-group{
        height: 230px;
    } 
}
@media screen and (max-width:775px) {
    .fv {
        height: 280px;
    }
    .fv__img-group{
        height: 210px;
    }
    .fv__indicator {
        bottom: -5px;
    }
    .fv__indicator .indicator-list {
        width: 11px;
        height: 11px;
    }
}
@media screen and (max-width:767px) {
    .header {
        width: 100vw;
    }
    .header__menu {
        display: none;
    }
    .hamburger__btn {
        display: block;
        color: rgb(128, 22, 98);
        font-size: 30px;
    }
    .add-menu-sp {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #FFFEF0;
        display: block;
        width: 70%;
        height: 100vh;
        padding: 5px 0;
        z-index: 2;
        overflow-y: auto;
    }
    #close-btn {
        margin-left: 15px;
        position: fixed;
    }
    .add-menu-sp li {
        font-weight: bold;
        margin: 50px auto;
        text-align: center;
        width: 80%;
    }
    .add-menu-sp li a {
        color: rgb(128, 22, 98);
    }
    .add-modal-sp {
        position: fixed;
        top: 0;
        left: 0;
        width: 99%;
        height: 100vh;
        display: block;
        background-color: #000000aa;
        z-index: 1;
    }
    .salon-scene__pc {
        display: none;
    }
    .salon-scene__sp {
        display: block;
    }
    .salon-scene__sp-img {
        position: relative;
        width: 75%;
        height: 260px;
        margin: 0 auto;
    }
    .salon-scene__sp img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .salon-scene__sp button {
        position: absolute;
        bottom: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 20px;
        font-weight: bold;
        background: rgba(128, 22, 98, 0.5);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        z-index: 1;
    }
    button:hover {
        background: rgb(128, 22, 98);
    }
    .previous-btn {
        top: 100px;
        left: 8px;
    }
    .next-btn {
        top: 100px;
        right: 8px;
    }
    .company-table {
        font-size: 12px;
    }
    .form-checkbox label {
        display: block;
    }
    .footer-menu a {
        font-size: 12px;
    }
}
@media screen and (max-width:700px) {
    .fv {
        height: 260px;
    }
    .fv__img-group{
        height: 190px;
    } 
}
@media screen and (max-width:680px) {
    .all-services__icon-group div {
        margin: 4px;
    }
    .footer {
        height: fit-content;
    }
    .footer-menu {
        display: block;
        text-align: center;
    }    
}
@media screen and (max-width:630px) {
    .fv {
        height: 230px;
    }
    .fv__img-group{
        height: 180px;
    } 
}
@media screen and (max-width:600px) {
    .section-title h2 {
        font-size: 32px;
       } 
    .salon-scene__sp {
        height: 200px;
       }
    .salon-scene button {
        top: 50%;
       }
    .address__address {
        font-size: 14px;
    }
    .contact-form p{
        font-size: 14px;
    }
}
@media screen and (max-width:590px) {
    .fv {
        height: 210px;
    }
    .fv__img-group{
        height: 170px;
    }
}

@media screen and (max-width:550px) {
    .fv {
        height: 200px;
    }
    .fv__img-group{
        height: 160px;
    } 
    .salon-scene__sp-img {
        width: 80%;
    } 
    .construction small {
        margin-left: 15%;
    }   
}
@media screen and (max-width:510px) {
    .fv {
        height: 190px;
    }
    .fv__img-group{
        height: 150px;
    }
}
@media screen and (max-width:500px) {
    .icon__indian-arabian {
        height: 160px;
    } 
    .icon__goods-kimono {
        height: 160px;
    }    
}
@media screen and (max-width:480px) {
    .fv {
        height: 180px;
    }
    .fv__img-group{
        height: 140px;
    }
}
@media screen and (max-width:450px) {
    .fv__indicator {
        bottom: -3px;
    }
    .fv__indicator .indicator-list {
        width: 9px;
        height: 9px;
    }
    .name {
        display: none;
    }
    .cancel-charge {
        font-size: 12px;
    }
    .salon-scene__sp-img {
        width: 100%;
        height: 200px;
    }
}
@media screen and (max-width:440px) {
    .fv {
        height: 170px;
    }
    .fv__img-group{
        height: 130px;
    }
}
@media screen and (max-width:400px) {
    .fv {
        height: 160px;
    }
    .fv__img-group{
        height: 120px;
    }
}
@media screen and (max-width:360px) {
    .fv {
        height: 150px;
    }
    .fv__img-group{
        height: 110px;
    }
}
@media screen and (max-width:320px) {
    .fv {
        height: 140px;
    }
    .fv__img-group{
        height: 100px;
    }
}