/*
Theme Name: ナナガーデン
Theme URI: https://www.nanagarden.info/
Author: 株式会社ナナクレーション
Author URI: http://wordpress.org/
Description: 浦安市にある花屋ナナガーデン
Version: 1.0
*/



/*--------------------------------------------------------------
>>> common
>>> mainvisual
>>> concept
>>> products
>>> news
>>> loop
>>> information
>>> footer

>>> 1440px
>>> 1024px
>>> 768px
---------------------------------------------------------------- */

/*----------------------------------------------------- 
>> common
------------------------------------------------------- */
.wrapper {
    max-width: 1300px;
    width: 95%; 
    margin: 0 auto;
}
.wrapper-small {
    max-width: 1000px;
    width: 95%; 
    margin: 0 auto;
}
.center {
    text-align: center;
}
.mt-90 {
    margin-top: 90px;
}
.btn-center {
    margin: 0 auto;
    margin-top: 50px;
}


.ttl--center {
    font-size: 3.5rem;
    margin-bottom: 6rem;
    text-align: center;
}
.ttl--center span {
    display: block;
    color: #FB5D7A;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: sofia-pro, sans-serif;
    letter-spacing: 3px;
    font-weight: 600;
}
.ttl-outer {
    margin-top: 10rem;
    margin-bottom: 2rem;
}
.ttl {
    font-family: sofia-pro, sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #FB5D7A;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .tab-off {
        display: none;
    }
    .mt-90 {
        margin-top: 75px;
    }
}

/*----------------------------------------------------- 
>> mainvisual
------------------------------------------------------- */
.mv{
    position: relative;
}
.mv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 19%;
}
.mv-bg {
    clip-path: url("#mv-clip-path");
    position: relative;
    width: 100%;
}
.mv-bg::after {
    content: "";
    background: rgba(1, 1, 1, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

/*----------------------------------------------------- 
>> sub-mainvisual
------------------------------------------------------- */
.sub-mv-bg {
    width: 100%;
    height: 20rem;
    margin-top: 30px;
    background-image: url(img/sub-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: relative;
}

/*パン屑-------------------------------------------*/
.breadcrumbs_block{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}
.breadcrumbs_block_sv {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumbs {
    display: block;
}
.breadcrumbs li {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    margin-left: 5px;
}
.breadcrumbs li span {
    color: #FB5D7A;
    font-weight: 500;
}
.breadcrumbs li::after {
    content: "/";
    padding-left: 10px;
    color: #000000;
    font-size: 12px;
}
.breadcrumbs li:last-child::after {
    content: "";
}


/*----------------------------------------------------- 
>> concept
------------------------------------------------------- */
.concept {
    position: relative;
    background-image: url("img/concept-bg.jpg");
    padding: 120px 0 35%;
    margin: -25px 0 60px;
    z-index: -1;
    overflow: hidden;
}
.concept-flower {
    position: absolute; 
    bottom: 3.5rem;
    transform: scale(1.1);
    z-index: -1;
}
.concept p {
    text-align: center;
    line-height: 2.5;
    font-size: 1.7rem;
}

/*----------------------------------------------------- 
>> products
------------------------------------------------------- */
.product-img {
    clip-path: url("#product-clip-path");
    width: 100%;
}
.product-items {
    display: flex;
    flex-wrap: wrap
}
.product-item {
    width: calc(100% / 3 - 40px);
    margin: 0 2rem 8rem;
    flex-grow: 1;
}
.product-ttl {
    text-align: center;
    font-size: 1.8rem;
    margin: 2rem 0 1.5rem;
}
.product-item > p {
    padding: 0 1rem;
}

/* リボン */
.ribbon-wrapper {
    display: block;
    position: relative;
}
.ribbon {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    right: -40px;
    top: 35px;
    width: 176px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #FB5D7A;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 2px rgb(251 93 122);
    border-top: dashed 1px rgba(255, 255, 255, 0.65);
    border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}


/*----------------------------------------------------- 
>> SNS
------------------------------------------------------- */
.sns-ttl {
    margin-top: 40px;
    position: relative;
}
.sns-ttl:before {
    content: url("./img/line-left.svg");
    position: absolute;
    left: 20%;
    bottom: 0;
}
.sns-ttl:after {
    content: url("./img/line-right.svg");
    position: absolute;
    right: 20%;
    bottom: 0;
}
.contents-sns-box {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-top: 3.5rem;
}
.contents-sns-btn {
    width: 100%;
    margin: 0 auto;
}
.contents-sns-btn a {
    display: block;
    color: #FB5D7A;
    text-align: center;
    margin: 2rem 0 2rem;;
    width: 90%;
    padding: 2rem 1rem;
    border: #FB5D7A 1px solid;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.contents-sns-btn .sns-instagram a:before {
    content: url(./img/instagram_pink-top.svg);
    position: absolute;
    top: 59%;
    left: 22%;
    transform: translateY(-50%) translateX(-50%);
}
.contents-sns-btn .sns-line a:before {
    content: url(./img/line_pink-top.svg);
    position: absolute;
    top: 58%;
    left: 22%;
    transform: translateY(-50%) translateX(-50%);
}
.contents-sns-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #FB5D7A;
    border-bottom: 2px solid #FB5D7A;
    transform: rotate(-45deg) translate(50%, 0);
    transition: .15s;
}
.contents-sns-btn a:hover:after {
    right: 21px;
}



/*----------------------------------------------------- 
>> news
------------------------------------------------------- */
.news {
    display: flex;
    margin-top: 13rem;
}
.news-l {
    width: 30%;
    margin-bottom: 30px;
}
.news-r {
    width: 70%;
}
.post-item:first-child {
    border-top: #FB5D7A 3px dotted;
}
.post-item {
    border-bottom:  #FB5D7A 3px dotted;
}
.post-ttl {
	position: relative;
    padding: 1rem 0.5rem;
    cursor: pointer;
}
.post-ttl::before{
    transition: .3s;
    content: "";
	position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FB5D7A;
    border-bottom: 2px solid #FB5D7A;
    transform: rotate(-45deg) translate(50%, 0);
}
.post-ttl.active::before{
	content: "";
    transform: rotate(45deg) translate(-50%, -50%);
}
.post-content { 
    display: none;
    padding: 1.6rem;
    margin: 0 0.8rem;
    border-top: 1px #E8E8E8 solid;
    font-size: 1.5rem;
}

/*----------------------------------------------------- 
>> loop
------------------------------------------------------- */
.loop {
    display: flex;
    overflow: hidden;
    padding: 9rem 0 0;
}
.loop__box {
    display: flex;
    animation: loop-list 60s linear infinite;
}
.loop__item {
    width: calc(100vw / 6);
    display: block;
    margin: 0.5rem;
}
.loop__item img {
    width: 100%;
    clip-path: url("#product-clip-path");

}
@keyframes loop-list {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/*----------------------------------------------------- 
>> Recruit
------------------------------------------------------- */
.recruit {
    padding-top: 60px;
}
.sub-ttl--center {
    font-size: 3.5rem;
    margin-bottom: 6rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sub-ttl--center span {
    display: block;
    color: #FB5D7A;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: sofia-pro, sans-serif;
    letter-spacing: 3px;
    font-weight: 600;
}

.recruit-l {
    width: 48%;
    padding-right: 4rem;
}
.recruit-r {
    width: 52%;
}
.recruit-items li {
    display: flex;
    padding: 1.6rem 0.8rem;
    border-top: #E8E8E8 1px solid;
}
.recruit-items li:last-child {
    border-bottom: #E8E8E8 1px solid;
}
.recruit-cat {
    width: 20%;
}
.recruit-txt p {
    text-align: center;
}


/*----------------------------------------------------- 
>> information
------------------------------------------------------- */
.info {
    display: flex;
    margin-top: 1rem;
}
.info-l {
    width: 48%;
    padding-right: 4rem;
}
.info-r {
    width: 52%;
}
.info-items li {
    display: flex;
    padding: 1.6rem 0.8rem;
    border-top: #E8E8E8 1px solid;
}
.info-items li:last-child {
    border-bottom: #E8E8E8 1px solid;
}
.info-cat {
    width: 25%;
}
.info-r iframe {
    width: 100%;
    height: 500px;
}
.map-btn a {
    display: block;
    color: #FB5D7A;
    text-align: center;
    margin: 2rem 0 2rem;;
    width: 100%;
    padding: 1rem;
    border: #FB5D7A 1px solid;
    border-radius: 3px;
}

/*----------------------------------------------------- 
>> footer
------------------------------------------------------- */
footer {
    border-top: #e8e8e8 1px solid;
    padding: 3.2rem 0 0;
}
.footer {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-l {
    min-width: 250px;
    margin: 1.6rem 10rem 1.6rem 1.6rem;
}
.footer-r {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    margin: 1rem;
}
.footer-tel {
    font-size: 3.2rem;
}
.footer-tel span {
    font-size: 1.4rem;
    color: #7A7A7A;
    display: block;
    text-align: center;
}

/* contact btn */
.contact-btn {
    width: 280px;
}
.contact-btn a {
    display: block;
    color: white;
    background: #FB5D7A;
    padding: 1rem 3rem;
    margin: 1.6rem 0 1.6rem 1.6rem;
    border-radius: 50px;
    position: relative;
    text-align: center;
    font-size: 1.6rem;
}
.contact-btn a:before {
    content: url(./img/mail.svg);
    position: absolute;
    left: 50px;
}
.contact-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 7px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg) translate(50%, 0);
    transition: .15s;
}
.contact-btn a:hover:after {
    right: 21px;
}


/* list */
.footer-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 2px dotted #e8e8e8;
    padding: 1.6rem;
    margin-top: 3.2rem;
}
.footer-list {
    display: flex;
    flex-wrap: wrap;
}
.footer-list li a {
    display: block;
    position: relative;
    padding: 0.8rem 0 1rem 2.4rem;
}
.footer-list li {
    margin-right: 4rem;
}
.footer-list:last-child  li:last-child {
    margin-right: 0
}
.footer-list li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-right: 2px solid #FB5D7A;
    border-bottom: 2px solid #FB5D7A;
    transform: rotate(-45deg) translate(50%, 0);
}
.copy-right {
    font-size: 14px;
    color: #aaaaaa;
    margin: 1.6rem 0 1rem;
}

/*----------------------------------------------------- 
>> 1440px
------------------------------------------------------- */
@media (max-width: 1440px) {    
    /* -- common ---------------------------- */
    .wrapper {
        max-width: 1200px;
    }
}

/*----------------------------------------------------- 
>> 1024px
------------------------------------------------------- */
@media (max-width: 1024px) {    
    /* -- loop ---------------------------- */
    .loop__item {
        width: calc(100vw / 3);
    }

    /* -- infomation ---------------------------- */
    .info {
        display: block;
    }
    .info-r, .info-l {
        width: 100%;
    }
    .info-l {
        padding: 0;
        max-width: 900px;
        margin: 0 auto;
    }
    /* -- パンくず ---------------------------- */
    .breadcrumbs_block {
        width: 100%;
    }
    .breadcrumbs_block_sv {
        width: 100%;
    }
}

/*----------------------------------------------------- 
>> 768px
------------------------------------------------------- */
@media (max-width: 768px) {
    /* -- common ---------------------------- */
    .ttl--center {
        font-size: 2.4rem;
    }
    .ttl,
    .sub-ttl--center {
        font-size: 2.4rem;
    }
    .sub-ttl--center span {
        font-size: 1.4rem;
    }

    /* -- mainvisual ---------------------------- */
    .mv-logo {
        width: 45%;
    }
    .sub-mv-bg {
        margin-top: 10px;
        height: 15rem;
        background-size: cover;
    }

    /* -- concept ---------------------------- */
    .concept {
        padding: 90px 0 45%;
    }

    /* -- products ---------------------------- */
    .product-item {
        width: calc(100% / 2 - 14px);
        min-width: 250px;
    }

    /* -- SNS ---------------------------- */
    .sns-ttl:before {
        left: 5%;
    }
    .sns-ttl:after {
        right: 5%;
    }
    .contents-sns-box {
        display: block;
        width: 100%;
        margin-top: 1rem;
    }
    .contents-sns-btn {
        margin-top: 30px;
    }
    .contents-sns-btn a {
        font-size: 14px;
    }

    /* -- news ---------------------------- */
    .news {
        display : block;
        margin-top: 10rem;
    }
    .news-l, .news-r {
        width: 100%;
    }
    
    /* -- footer ---------------------------- */
    .footer-top {
        flex-wrap: wrap;
        justify-content: center;

    }
    .footer-l {
        min-width: 200px;
        width: 40%;
        margin: 1rem;
    } 
    .footer-r {
        justify-content: center;
    }
    .footer-tel img {
        width: 24px;
    }
    /* list */
    .footer-lists {
        justify-content: start;
    }
    .footer-list {
        display: block;
    }
    .recruit-cat {
        width: 100%;
        padding-bottom: 5px;
    }
    .recruit-items li {
        display: block;
    }
}

/* 追加 */

.footer-top-txt {
    text-align: center;
    padding-top: 2rem;
}
