/*-------------------------------------------------
|- mainvisual
-------------------------------------------------*/
.mainvisual-wrap {
    width: 100%;
    background-color: #FFEBF0;
    margin-bottom: 15px;
}
.mainvisual {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .mainvisual {
        width: 100%;
    }
}

/*-------------------------------------------------
|- sakurado-guide
-------------------------------------------------*/
.sakurado-guide {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    line-height: 150%;
}
@media screen and (max-width: 767px){
    .sakurado-guide {
        width: 95%;
    }
}

/*-------------------------------------------------
|- news-guide
-------------------------------------------------*/
.news-wrap {
    width: 93%;
    max-width: 700px;
    margin: 0 auto;
}
.news {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.news-block {
    width: 465px;
    margin: 0 15px 15px 0;
}
@media screen and (max-width: 767px){
    .news-block {
        width: 100%;
    }
}
.news-unit {
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #FFE1EB;
}
.news-unit:hover {
    opacity: .75;
}
.news-image {
    width: 150px;
    border-right: 3px solid #FFE1EB;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.news-info {
    width: 309px;
    background-color: #FFE1EB;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.news-date {
    font-size: 13px;
    margin-bottom: 10px;
}
.news-category {
    background-color: #FFEBF0;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-size: var(--font-size12);
    width: fit-content;
    padding: 2px 25px;
    margin-bottom: 10px;
}
.news-archive-link {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto 5px auto;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    padding: 12px 30px;
    transition: .2s;
}
@media screen and (max-width: 767px){
    .news-image {
        width: 30%;
    }
    .news-info {
        width: 70%;
        padding: 5px;
    }
    .news-date {
        margin-bottom: 5px;
    }
    .news-category {
        background-color: #8DC21F;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        font-size: var(--font-size12);
    }
    .news-title {
        font-size: var(--font-size12);
    }
}
.news-archive-link:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/*-------------------------------------------------
|- top-btn
-------------------------------------------------*/
.top-btn {
    padding: 30px 20px;
    box-sizing: border-box;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
}
.top-btn__item {
    width: 60%;
    max-width: 240px;
    margin-right: 60px;
}
.top-btn__item:last-of-type {
    margin-right: 0;
}
.top-btn__link {
    position: relative;
}
.top-btn__link::before {
    content: '';
    transition: .3s;
}
.top-btn__link:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    display: block;
}
@media screen and (max-width: 767px){
    .top-btn {
        padding: 20px 30%;
    }
    .top-btn__item {
        max-width: none;
        margin: 0;
    }
    .top-btn__link {
        height: 100%;
        padding: 0;
        font-size: var(--font-size14);
    }
}
/*-------------------------------------------------
|- section
-------------------------------------------------*/
.section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px 0;
}
.section:nth-child(even){
    background: #F2F3F1;
}
.section-inner {
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
}
.section-ttl {
    width: 100%;
    padding: 0;
    border: 0;
}
.section-ttl__news {
    margin-bottom: 30px;
}
.section-ttl__en {
    margin-right: 15px;
}
@media screen and (max-width: 767px){
    .section {
        padding: 40px 0;
    }
    .section__news {
        padding: 40px 0 50px;
    }
    .section-ttl {
        padding: 0;
    }
    .section-ttl__news {
        margin-bottom: 15px;
    }
}
/*-------------------------------------------------
|- product
-------------------------------------------------*/
.product-wrap {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.product-introduction {
    width: 720px;
    margin: 0 auto 15px auto;
}
.product-introduction-link:hover {
    opacity: .75;
}
.aclass-link {
    display: block;
    margin: 10px auto;
}
.introduction {
    width: 715px;
    margin: 0 auto 10px auto;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #B3B3B3;
}
.aclass_logo {
    max-width: 230px;
    margin: 0 auto 20px auto;
}
.introduction-image {
    width: 23%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-right: 2px solid #B3B3B3;
}
.introduction-info {
    width: 77%;
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: table;
    padding: 0px 15px;
}
.introduction-read {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 767px){
    .product-wrap {
        max-width: 100%;
    }
    .product-introduction {
        width: 100%;
    }
    .introduction {
        width: 100%;
    }
    .product-read {
        margin-bottom: 20px;
    }
    .aclass_logo {
        width: 150px;
    }
    .introduction-image {
        width: 30%;
    }
    .introduction-info {
        width: 70%;
        padding: 5px;
    }
    .introduction-read {
        font-size: var(--font-size12);
    }
}
@media screen and (max-width: 767px){
    .product-wrap {
        width: 100%;
        justify-content: space-between;
    }
}

/*-------------------------------------------------
|-  company-wrap
-------------------------------------------------*/
.company-wrap {
    max-width: 750px;
    margin: 0 auto;
}
.company-info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.company-title {
    width: 100px;
}
.company-value {
    width: 650px;
}
@media screen and (max-width: 767px){
    .company-title {
        width: 25%;
    }
    .company-value {
        width: 75%;
    }
}

/*-------------------------------------------------
|-  access-wrap
-------------------------------------------------*/
.access-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
}
.access-title {
    width: 100%;
}
.access {
    width: 48%;
}
.map {
    position: relative;
    width: 100%;
    padding-top: 300px;
    margin-bottom: 10px;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    display: block;
}
.company {
    margin-bottom: 10px;
    font-size: var(--font-size14);
}
.access-info {
    padding: 10px;
    box-sizing: border-box;
    background: #FFEBF0;
    margin-bottom: 40px;
    font-size: var(--font-size14);
    border: 2px solid #FFE1EB;
}
@media screen and (max-width: 767px){
    .access-wrap {
        display: block;
    }
    .access {
        width: 100%;
        margin-bottom: 40px;
    }
    .access:last-child {
        margin-bottom: 0;
    }
    .access__ttl {
        font-size: var(--font-size14);
    }
    .access-info {
        padding: 15px;
        font-size: var(--font-size12);
    }
}

/*-------------------------------------------------
|-  enkaku-wrap
-------------------------------------------------*/
.enkaku-wrap {
    max-width: 750px;
    margin: 0 auto 15px auto;
}
@media screen and (max-width: 767px){
    .enkaku-wrap {
        font-size: var(--font-size14);
        margin: 0 auto;
    }
}

/*-------------------------------------------------
|-  footer-banner
-------------------------------------------------*/
.footer-banner {
    background: #FFEBF0 !important;
    padding: 40px 0;
}
.contact-banner {
    width: 430px;
    margin: 0 auto;
    border: 1px solid #666;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: var(--font-size18);
}
.contact-read {
    width: 350px;
    margin: 0 auto 10px auto;
    text-align: center;
}
.contact-tel {
    text-align: center;
    font-size: 20px;
}
.mail-contact-link:hover {
    text-decoration: underline;
}
.mail-contact {
    width: 350px;
    background-color: #FCEE21;
    padding: 7px;
    border-radius: 30px;
    text-align: center;
    margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px){
    .footer-banner {
        padding: 10px 0;
    }
    .contact-banner {
        width: 100%;
        padding: 5px;
    }
    .contact-read {
        width: 100%;
    }
    .contact-tel {
        font-size: 14px;
    }
    .mail-contact {
        width: 88%;
    }
}