@charset "utf-8";
.container {
    overflow: hidden;
}
.serviceHero {
    text-align: left;
    padding: 60px 0 60px 20%;
}
.serviceHeroInner {
    position: relative;
}
.serviceHeroBox {
    position: absolute;
    top: 10px;
    right: 0;
    width: 70%;
}
.serviceHeroBox h2 {
    line-height: 1.4;
    font-size: 5rem;
    letter-spacing: 0.2em;
    border-bottom: 3px solid #fff;
    margin-bottom: 40px;
}
.serviceHeroBox p {
    font-size: 1.8rem;
    padding: 0 80px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.serviceAnchor {
    width: 857px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 3px solid #fff;
    margin-bottom: 60px;
}
.serviceAnchor ul {
    display: flex;
    justify-content: space-between;
}
.serviceAnchor p {
    text-align: left;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.1em;
    margin-top: 5px;
}
.serviceProduct {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
}
.series{
    display: flex;
    align-items: flex-start;
    margin-bottom: 150px;
    width: 2000px;
}
.series.helena{
    margin-top: 20px;
}
.seriesContent{
    text-align: right;
    margin-right: 4em;
    width: 450px;
    transition: 1s;
    -wekit-transition: 1s;
}
.seriesContent.active{
    transform: translateX(-200%);
}
.seriesContent .commonTtl3 {
    font-size: 2.4rem;
    color: #000;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
}
.seriesContent .commonTtl3:before {
    position: absolute;
    bottom: -10px;
    right: 0;
    content: "";
    width: 2000px;
    height: 4px;
    background: #BFE2E2;    
}
.seriesContent ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.seriesContent li {
    width: 32%;
}
.series:nth-child(2n) .commonTtl3:before {
    background: #F4E3CE;
}
.series .helenaTxt{
    font-size: 0.8rem;
    color: #000;
    line-height: 2.0;
    font-size: 1.8rem;
    text-align: left;
}
.products {
    display: flex;
    align-items: center;
    transition: 1s;
    -wekit-transition: 1s;
}
.products.active{
    transform: translateX(-450px);
}
.productContent{
    width: 750px;
    overflow: hidden;
/*    margin-right: -800px;*/
}
.products .productList{
    display: flex;
    width: 1500px;
    transition: 1s;
    -wekit-transition: 1s;
}
.products .productList > li{
    width: 260px;
    padding: 0 25px;
    border-right: 5px solid #fff;
}
.productNav{
    text-align: center;
    margin-top: 15px;
}
.productNav .prev{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.productNav .prev:after{
    content: "|";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    font-size: 1.2rem;
    color: #000;
}
.productNav .next{
    display: inline-block;
    padding-left: 10px;
}
.products .clickBtn{
    margin-right: 4em;
}
.productImg{
    text-align: center;
    height: 200px;
}
.productImg img{
    height: 100%;
    width: auto;
}
.sti li:nth-child(4) .productImg img{
    width: 130px;
    height: auto;
    margin-top: 50px;
}
.products .productList li h4,
.products .productList .productTxt{
    font-size: 0.8rem;
    color: #000;
    font-weight: lighter;
}
.products .productList li h4{
    font-size: 1.2rem;
    text-align: center;
    margin: 15px 0;
    line-height: 1.5;
}
.products .productList .productTxt{
    line-height: 1.6;
    text-align: left;
    font-size: 1.1rem;
}
.productTag{
    display: flex;
    flex-wrap: wrap;
}
.productTag li{
    font-size: 0.7rem;
    color: #fff;
    background: #E3CC97;
    padding: 2px 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
/* 20200831追記 */
.rentalReserve  {
    margin-top: 10px;
}
.rentalReserve a {
    width: 100%;
    background: #F2E9DE;
    border: 1px solid #F4E3CE;
    border-radius: 7px;
    position: relative;
    font-size: 2.2rem;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #000;
}
.rentalReserve a span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 5px;
}
.rentalReserve a:before,
.rentalReserve a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 10px;
    background: url(../img/service/rental-arrow.svg) no-repeat;
    background-size: 12px auto;
}
.rentalReserve a:before {
    left: 20px;
}
.rentalReserve a:after {
    right: 20px;
    transform: rotate(180deg);
}
.serviceAnchor .agehadaBtn {
    margin-top: 30px;
}
.serviceAnchor .agehadaBtn img {
    width: 100%;
}
/* .serviceAnchor .agehadaBtn a {
    width: 100%;
    background: #fff;
    border: 5px solid #F5D682;
    border-radius: 7px;
    position: relative;
    font-size: 2.2rem;
    padding: 20px 0;
    display: block;
    text-align: center;
    color: #000;
}
.serviceAnchor .agehadaBtn a span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 5px;
}
.serviceAnchor .agehadaBtn a:before,
.serviceAnchor .agehadaBtn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 10px;
    background: url(../img/service/rental-arrow.svg) no-repeat;
    background-size: 12px auto;
}
.serviceAnchor .agehadaBtn a:before {
    left: 20px;
}
.serviceAnchor .agehadaBtn a:after {
    right: 20px;
    transform: rotate(180deg);
} */
@media screen and (max-width: 835px) {
    .serviceHeroInner {
        padding-bottom: 162px;
        margin: 30px 0;
    }
    .serviceHeroInner img {
        width: 88%;
    }
    .serviceHero {
        text-align: left;
        padding: 0 0 0 4%;
    }
    .serviceHeroBox {
        position: absolute;
        top: inherit;
        bottom: 0;
        right: 0;
        width: 70%;
    }
    .serviceHeroBox h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    .serviceHeroBox p {
        font-size: 1.4rem;
        padding: 0 10px 0 0;
    }
    .serviceAnchor {
        width: 90%;
        padding-bottom: 10px;
    }
    .serviceAnchor ul {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
    .serviceAnchor li {
        margin-bottom: 20px;
    }
    .serviceAnchor p {
        text-align: left;
        font-size: 1.6rem;
    }
    .serviceProduct {
        width: 90%;
    }
    .productContent {
        width: 100%;
    }
    .seriesContent {
        margin-right: 0;
        width: 100%;
    }
    .series {
        display: block;
        align-items: center;
        margin-bottom: 150px;
        width: 100%;
        margin-bottom: 40px;
    }
    .seriesContent ul {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .products .productList {
        display: block;
        width: 100%;
    }
    .products .productList > li {
        width: 100%;
        padding: 0;
        border-right: none;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .productImg {
        height: auto;
        width: 30%;
    }
    .productImg img {
        height: 100%;
        width: 100%;
    }
    .productBox {
        width: 65%;
        display: flex;
        flex-direction: column-reverse;
    }
    .seriesContent .commonTtl3 {
        text-align: center;
        border-bottom: 4px solid #BFE2E2;
        padding-bottom: 10px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .series:nth-child(2n) .commonTtl3 {
        border-bottom: 4px solid #F4E3CE;
    }
    .seriesContent .commonTtl3:before {
        display: none;
    }
    .series .helenaTxt {
        font-size: 1.4rem;
        /* margin-bottom: 40px; */
        margin-bottom: 10px;
    }
    .products .productList li h4 {
        font-weight: bold;
        text-align: left;
        margin: 15px 0 0;
    }
    /* 20200924追記 */
    /* .serviceAnchor .agehadaBtn {
        margin-top: 30px;
        width: 90%;
        margin: 0 auto 20px;
    }
    .serviceAnchor .agehadaBtn a {
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 10px 0;
    } */
    .serviceAnchor .agehadaBtn {
        text-align: center;
    }
    .serviceAnchor .agehadaBtn img {
        width: 90%;
        margin: 0 auto;
    }
    .serviceAnchor .agehadaBtn2 {
        margin-bottom: 20px;
    }
}