@charset "utf-8";

#service-content{
    width: 100%;
    background: var(--color-white);
    padding: 110px 0;
    margin-bottom: 100px;
    margin: 5% 0 100px 0;
}

#service-content.no-image{
    background: none;
    padding: 40px 0;
    margin: 2.5% 0 50px 0;
}

#service-content.no-image .image{
    display: none;
}
#service-content .service-wrap{
    width: 81.25%;
    margin: 0 auto  0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#service-content .service-wrap .service-wrap-title{
    width: 46%;
    margin: 0 auto 0 0;
}

#service-content .service-wrap .service-wrap-title h1{
    font-size: 2.5em;
    line-height: 1.5em;
    margin-bottom: 50px;
}

#service-content .service-wrap .image{
    width: 50%;
    height: auto;
    overflow: hidden;
    margin: 0 0 0 5%;
}

#service-content .service-wrap .image img{
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

/*----------レスポンシブ----------*/
@media screen and ( max-width:1500px) {
    #service-content .service-wrap .service-wrap-title h1{
        font-size: 2em;
        margin-bottom: 50px;
    }

    #service-content .service-wrap .image{
        width: 70%;
        height: auto;
        margin: 0 0 0 5%;
    }

    

    #service-content .service-wrap .service-wrap-title{
        width: 40%;
        margin: 0 auto 0 0;
    }
}

@media screen and ( max-width:960px) {
    #service-content .service-wrap .service-wrap-title h1{
        font-size: 2em;
        margin-bottom: 50px;
    }
    #service-content .service-wrap .service-wrap-title{
        width: 100%;
        margin: 0 auto 7%;
    }

    #service-content .service-wrap{
        width: 88%;
        margin: 0 auto 0;
        flex-direction: column;
    }

    #service-content .service-wrap .image{
        max-width: 100%;
        width: 90%;
        height: auto;
        margin: 5% auto 0;
    }

    #service-content .service-wrap .image img{
        width: auto;
        height: auto;
        object-fit: contain;
        object-position: center;
    }
}

@media screen and ( max-width:750px) {
}
@media screen and ( max-width:480px) {
    #service-content .service-wrap .service-wrap-title h1{
        font-size: 1.68em;
        padding-bottom: 40px;
        margin-bottom: 50px;
    }

    #service-content .service-wrap .image{ 
	width: 100%;  
        height: auto;
        margin: 7% auto 0;
    }

    #service-content .service-wrap .service-wrap-title p{
        font-size: 0.96em;
    }
}


/* 商品一覧ボタン */

#naiagi-category-list{
    margin-bottom: 100px;
}
#naiagi-category-list .wrapper{
    background-color: #fff;
    padding: 6% 0 5%;
}

#naiagi-category-list .wrapper h2{
    width: 78%;
    margin: 0 auto;
}

#naiagi-category-list .category-list{
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0;
    padding: 75px 0 100px;
    gap: 50px 6.5%;
}

#naiagi-category-list .category-list .category-button{
    width: 29%;
    z-index: 100;
}

#naiagi-category-list .category-list .category-button a{
    width: 100%;
    display: inline-block;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.26); */
}

#naiagi-category-list .category-list .category-button a:hover{
    /* transform: scale(0.96,0.96); */
    transform: scale(1.04,1.04);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.26);
    color: #fff;
}

#naiagi-category-list .category-list .category-button .category-img{
    width: 100%;
    padding: 20px 0;
    margin: 0 auto 0;
    background-color: #f0f0f0;
}

#naiagi-category-list .category-list .category-button .category-img img{
    width: 72%;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
}

#naiagi-category-list .category-list .category-button .category-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    padding: 11px 22px;
}

#naiagi-category-list .category-list .category-button  a:hover .category-name{
    background: var(--color-darkgray2);
}

#naiagi-category-list .category-list .category-button .category-arrow{
    position: relative;
    width: 42px;
    height: 42px;
}

#naiagi-category-list .category-list .category-button .category-arrow::before{
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    background-image: url(../itemlist/images/item-arrow.svg);
    background-repeat: no-repeat;
}

#naiagi-category-list .category-list .category-button a:hover .category-arrow::before{
    display: none;
}


#naiagi-category-list .category-list .category-button a:hover .category-arrow::after{
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    background-image: url(../itemlist/images/h-item-arrow-w.svg);
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

/*  */

.naiagi-category-message h2{
    margin: 0 auto 0;
    font-size: 1.25em;
    font-weight: normal;
    text-align: center;
}

.naiagi-category-message #item-contact{
    margin: 55px auto 0;
}


/*----------レスポンシブ----------*/
@media screen and ( max-width:1500px) {
}

@media screen and ( max-width:1300px) {
    #naiagi-category-list .wrapper h2{
        width: 82%;
        margin: 0 auto;
    }

    .naiagi-category-message #item-contact{
        width: 82%;
        margin: 55px auto 0;
    }

    #naiagi-category-list .category-list{
        width: 82%;
    }

    #naiagi-category-list .category-list .category-button{
        width: 46.7%;
    }
}

@media screen and ( max-width:960px) {
    #naiagi-category-list .wrapper{
        padding: 8% 0;

    }

    .naiagi-category-message h2{
        font-size: 1.2em;
    }

}

@media screen and ( max-width:750px) {
    #naiagi-category-list .category-list .category-button{
        width: 100%;
    }

    #naiagi-category-list .category-list .category-button .category-img img{
        width: 72%;
        height: 260px;
    }

     .naiagi-category-message #item-contact a{
        padding: 23px 65px;
    }
    .naiagi-category-message #item-contact a:before {
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 0;
        margin: auto;
    }
}

@media screen and ( max-width:625px) {
    .naiagi-category-message #item-contact  a{
        padding: 27px 63px 27px 45px;
    }
    .naiagi-category-message #item-contact a:before {
        position: absolute;
        top: 0;
        right: 23px;
        bottom: 0;
        margin: auto;
    }
}


@media screen and ( max-width:480px) {
    #naiagi-category-list .category-list .category-button .category-img img{
        width: 72%;
        height: 200px;
    }

    #naiagi-category-list .wrapper{
        padding: 14% 0;

    }

    
    .naiagi-category-message h2{
        font-size: 1.05em;
    }

    .naiagi-category-message #item-contact a{
        padding: 23px 55px 23px 40px;
    }

    .naiagi-category-message #item-contact{
        font-size: 1em;
    }
    .naiagi-category-message #item-contact a:before {
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 0;
        margin: auto;
    }

    
}




/* 各商品ページ */
/* #naiagi-item-detail{
    margin-bottom: 100px;
} */

#naiagi-item-detail .wrapper{
    background-color: #fff;
    padding: 7% 0 ;
}

#naiagi-item-detail .item-detail-wrap{
    width: 78%;
    margin: 0 auto;
}

#naiagi-item-detail .item-detail{
    display: flex;
    justify-content: space-between;
    margin-top: 12.5%;
    gap: 0 6%
}

#naiagi-item-detail .item-detail-first{
    margin-top: 0;
}

#naiagi-item-detail .item-detail-center{
    align-items: center;
}

#naiagi-item-detail .item-detail .item-img{
    width: 450px;
    margin: 0 auto;
    /* max-height: 500px; */
}

#naiagi-item-detail .item-detail .item-img-flex{
    display: flex;
    /* text-align: center; */
}

#naiagi-item-detail .item-detail .item-img-flex div{
    width: 48%;
}

#naiagi-item-detail .item-detail .item-img-flex p{
    margin-top: 20px;
    font-size: 0.95em;
}

#naiagi-item-detail .item-detail .item-img img{
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}

#naiagi-item-detail .item-detail .item-description{
    width: 65%;
}

#naiagi-item-detail .item-detail .item-description h5{
    font-size: 1.8em;
    border-bottom:  1px solid var(--color-lightgray6);
    color: var(--color-bluegreen);
    margin-bottom: 25px;
}

#naiagi-item-detail .item-detail .item-description .text{
    margin-bottom: 40px;
}

#naiagi-item-detail .item-detail .item-description .text span{
    color: var(--color-bluegreen);
    font-weight: 500;
}

/* #naiagi-item-detail .item-detail .item-description .text .point{
    font-size: 0.95em;
    padding: 5px 10px;
    border-radius: 30px;
    background-color: var(--color-bluegreen);
    color: #fff;
} */

#naiagi-item-detail .item-detail .item-description .mini-category-name{
    font-weight: 500;
    font-size: 1.15em;
}

#naiagi-item-detail .item-detail .item-description dl{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

#naiagi-item-detail .item-detail .item-description dl dt{
    display: flex;
    justify-content: space-between;
    clear: both;
    float: left;
    width: 105px;
    float: left;
    padding-bottom: 2px;
}

#naiagi-item-detail .item-detail .item-description dl dt::after{
    content: ":";
}

#naiagi-item-detail .item-detail .item-description dl dd{
    width: calc(100% - 200px);
    padding-left: 20px;
    padding-bottom: 2px;
    white-space: nowrap;
}

#naiagi-item-detail .item-detail .item-description table{
    margin-bottom: 40px;
    text-align: center;
    border-collapse:  collapse;  
}

#naiagi-item-detail .item-detail .item-description th,td{
    border:  1px solid var(--color-black);
    padding: 0 15px;
}

#naiagi-item-detail .item-detail .item-description th{
    width: 180px;
    font-weight: normal;
    background-color: var(--color-lightgray3);
}

#naiagi-item-detail .item-detail .item-description td{
    width: calc(100% - 180px);
    word-break: break-all
}

/*----------レスポンシブ----------*/

@media screen and ( max-width:1200px) {
   
    #naiagi-item-detail .item-detail{
        flex-direction: column;
    }

    #naiagi-item-detail .item-detail .item-img{
        width: auto;
        margin: 0 auto 6%;
    }

    #naiagi-item-detail .item-detail .item-img img{
        max-height: 400px;
    }

    #naiagi-item-detail .item-detail .item-description{
        width: 100%;
        margin: 0 auto;
    }

    #naiagi-item-detail .item-detail .item-description table{
        width: 100%;
        white-space: nowrap;
    }

    #naiagi-item-detail .item-detail .item-description th{
        width: 48%;
        font-weight: normal;
    }

    #naiagi-item-detail .item-detail .item-description td{
        width: calc(100% - 48%);
    }

    #naiagi-item-detail .item-detail .item-img-flex{
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
        /* text-align: center; */
    }

    #naiagi-item-detail .item-detail .item-img-flex div{
        width: 48%;
    }

    #naiagi-item-detail .item-detail .item-img-flex img{
        height: 400px;
    }

    #naiagi-item-detail .item-detail .item-img-flex p{
        margin-top: 20px;
        white-space: nowrap;
    }

    
}

@media screen and ( max-width:960px) {
     #naiagi-item-detail .item-detail{
        margin-top: 15.5%;
    }

    #naiagi-item-detail .item-detail .item-description table{
        width: 100%;
        border-bottom: 1px solid var(--color-black);
        border-left: 1px solid var(--color-black);
        border-right: 1px solid var(--color-black);
        margin-bottom: 40px;
        text-align: center;
        border-collapse:  collapse;  
    }

    #naiagi-item-detail .item-detail .item-description table{
        width: 100%;
        white-space: break-spaces;
    }

    #naiagi-item-detail .item-detail .item-description th,td{
        display: block;
        border:  1px solid;
        border-color: var(--color-black) transparent transparent transparent;
        padding: 0 15px;
    }

    #naiagi-item-detail .item-detail .item-description th{
        width: 100%
    }

    #naiagi-item-detail .item-detail .item-description td{
        width: 100%
    }
}

@media screen and ( max-width:600px) {
    #naiagi-item-detail .wrapper{
        background-color: #fff;
        padding: 15% 0 ;
    }

    #naiagi-item-detail .item-detail-wrap{
        width: 85%;
        margin: 0 auto;
    }

    #naiagi-item-detail .item-detail .item-description h5{
        font-size: 1.55em;
        line-height: 1.4em;
    }

    #naiagi-item-detail .item-detail{
        margin-top: 25.5%;
        gap: 0 6%
    }

    #naiagi-item-detail .item-detail-first{
        margin-top: 0;
    }

    #naiagi-item-detail .item-detail .item-img{
        width: auto;
        max-height: 270px;
        margin: 0 auto 8%;
    }

    #naiagi-item-detail .item-detail .item-img img{
        max-height: 270px;
    }

    #naiagi-item-detail .item-detail .item-description dl dt{
        width: 100%;
        padding-bottom: 1px;
        margin-bottom: 5px;
        border-bottom:  0.7px solid var(--color-lightgray6);

    }

    #naiagi-item-detail .item-detail .item-description dl dd{
        padding-left: 0;
        padding-bottom: 2px;
        margin-bottom: 15px;
        width: 100%;
        white-space: break-spaces;
    }

    #naiagi-item-detail .item-detail .item-description dl dt::after{
        content: ":";
        display: none;
    }

    #naiagi-item-detail .item-detail .item-img-flex{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20%;
        /* text-align: center; */
    }

    #naiagi-item-detail .item-detail .item-img-flex div{
        width: 48%;
    }

    #naiagi-item-detail .item-detail .item-img-flex img{
        height: 270px;
    }

    #naiagi-item-detail .item-detail .item-img-flex p{
        margin-top: 20px;
        font-size: 0.8em;
        white-space: nowrap;
    }
}

/* お問い合わせ */

#item-contact{
    margin: 85px auto;
    text-align: center;
    font-size: 1.4em;
}

#item-contact a{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 30px 210px;
    border-radius: 15px;
    color: #fff;
    background: var(--color-bluegreen);
}

#item-contact a:hover{
    transform: scale(0.95,0.95);
    opacity: 0.7;
    /* background: var(--color-darkgray); */
}

#item-contact a:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 2px  #fff;
  border-right: solid 2px  #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
}

@media screen and ( max-width:960px) {
    #item-contact a{
        padding: 27px 120px;
    }
}

@media screen and ( max-width:625px) {
    #item-contact a{
        padding: 27px 70px 27px 61px;
    }
    #item-contact a:before {
        position: absolute;
        top: 0;
        right: 30px;
        bottom: 0;
        margin: auto;
    }
}

@media screen and ( max-width:480px) {
    #item-contact{
        margin: 75px auto;
        font-size: 1.1em;
    }

    #item-contact a{
        padding: 23px 61px 23px 40px;
    }
    #item-contact a:before {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 0;
        margin: auto;
    }
}
