@charset "UTF-8";


/*最上部画像
-------------------------------------*/
.main-img {
    position: relative;
    width: 100%;
    padding: 0 0 27px;
    background: #f5f4ed;
    margin-bottom: 30px;
}


.main-img img {
    width: 100%;
}

.top-info {
    position: absolute;
    bottom: 64px;
    right: 5%;
    width: 330px;
    height: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #d3c899;
}

@media screen and (max-width: 500px) {
    .top-info {
        bottom: 40px;
        right: 0;
        left: 0;
        margin: auto;
        width: 250px;
        padding: 10px;
    }
}

.top-info h2 {
    margin: 0;
    font-size: 1.5rem;
    padding-bottom: 2px;
    text-align: left;
}

.top-info p {
    font-size: 1.4rem;
    margin: 0;
}

.top-info .fas {}

.info-new {
    background-color: red;
    font-size: 1.3rem;
    padding: 0.2rem 0.8rem 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin-right: 0.5rem;
}

/*見出し
-------------------------------------*/
main h2 {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
}

.w-6r {
    width: 20rem;
    margin: 0 auto 30px;
    border-left: 2px dotted #707070;
    border-right: 2px dotted #707070;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    .w-6r {
        margin: 0 auto 20px;
    }
}


/*店舗について
-------------------------------------*/
.shop-info {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .shop-info {
        display: block;
    }
}

.shop-info-item {
    flex: 1;
    padding: 2.5rem 2rem;
    background: #f5f4ed;
    margin-right: 2rem;
}

@media screen and (max-width: 900px) {
    .shop-info-item {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.shop-info-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 900px) {
    .shop-info-item:last-child {
        margin-bottom: 0;
    }
}

.shop-info-item h3 {
    margin-top: 0;
    font-size: 1.7rem;
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    .shop-info-item h3 {
        font-size: 1.55rem;
    }
}

.shop-info-item .shop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 1.45rem;
}

.shop-info-item .shop p {
    display: block;
    max-width: 260px;
}

@media screen and (max-width: 900px) {
    .shop-info-item .shop p {
        width: 60%;
        max-width: 100%;
        line-height: 170%;
    }
}

.shop-info-item .shop-img {
    margin-left: 1rem;
    width: 128px;
}

.shop-info-item .shop-img img {
    width: 100%;
}

.shop-info-item .shop a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
    text-align: center;
    background: #C6BB93;
    color: #fff;
}

.shop-info .fas {
    padding: 0 0 0 0.5rem;
}

.center-line {
    width: 2px;
    height: 172px;
}

.shop-card {
    padding-bottom: 50px;
}

.shop-card h3 {
    width: 100%;
    margin: 29px auto 0;
    background: #01592d;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .shop-card h3 {
        margin: 13px auto 0;
        padding: 5px 0;
    }
}

.shop-card-box {
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 900px) {
    .shop-card-box {
        display: block;
    }
}

.shop-card-box img {
    width: 50%;
    margin-right: 2.5rem;
}

@media screen and (max-width: 900px) {
    .shop-card-box img {
        width: 100%;
        margin-right: 0;
    }
}

.shop-card-right {
    font-size: 1.4rem;
    border: 1px dotted #707070;
    padding: 1.5rem;
}


/*年末年始休暇
-------------------------------------*/

.nenmatsu-box{
    
    text-align: center;
    margin: 2.5rem auto 0;
}
.nenmatsu-box span{
    font-size: 1.6rem;
    font-weight: 500;
}

.nenmatsu-container{
    display: flex;
    justify-content: center;
}
.nenmatsu{
    margin: 0 20px;
}

.nenmatsu_text{
    text-align: left;
    font-size: 1.4rem;
    padding: 2rem 180px 3rem;
}

.nenmatsu_text span{
    font-size: 1.4rem;
    font-weight: 400;
}

.nenmatsu_text span a{
    border-bottom: #01592D solid 1px;
    color: #01592D;
}

@media screen and (max-width: 900px) {

    .nenmatsu-box {
        text-align: left;
        width: 100%;
        margin: 2rem auto 30px;
    }
.nenmatsu-container{
    display: block;
}
.nenmatsu{
    margin: 0;
}
    
    .nenmatsu_text{
    text-align: left;
    font-size: 1.4rem;
    padding: 2rem 0 3rem;
}

}

/*今月のおすすめ
-------------------------------------*/
.bg-cy {
    width: 100%;
    background: #f5f4ed;
    padding: 80px 0;
}

@media screen and (max-width: 900px) {
    .bg-cy {
        padding: 50px 0;
    }
}

.jokyo {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 2rem;
}

.jokyo2 {
    margin: 3rem auto 0;
    padding-bottom: 1rem;
}
.jokyo3{
    text-align: left;
    display: inline-block;
    padding-bottom: 0rem;
    
}

.nyuka-box {
    font-size: 1.4rem;
    text-align: center;
    margin: 2.5rem auto 0;
}

.nyuka {
    text-align: left;
    display: inline-block;
}

.nyuka-day {
    display: flex;
}

.tel-button {
    width: 160px;
    height: 38px;
    line-height: 39px;
    padding-left: 15px;
    background-color: #01592D;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}

.tel-button:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 50%;
    left: 20px;
    margin: -7px 0 0 0;
    background-image: url(../images/index/tel-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
}

.tel-button a {
    color: #fff;
    text-align: center;
}

.sakaki-title{
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .jokyo {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .jokyo2 {
        text-align: left;
        width: 100%;
        margin: 3rem auto 0;
        padding-bottom: 1rem;
    }
    .jokyo3{
    margin: 0;
    
}

    .nyuka-box {
        text-align: left;
        width: 94%;
        margin: 2rem auto 0;
    }

    .nyuka {
        text-align: left;
        display: inline-block;
    }
}

.recommend {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
    .recommend {
        width: 94%;
        margin: 0 auto;
        justify-content: space-between;
    }
}

.reco-item {
    position: relative;
    width: 18%;
    margin-bottom: 2rem;
    margin-right: 1%;
    margin-left: 1%;
}

@media screen and (max-width: 900px) {
    .reco-item {
        width: 48%;
        margin-bottom: 2rem;
    }
}

.reco-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.reco-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
}

.tag {
    position: absolute;
    top: 5px;
    right: 5px;
}

.tag-a {
    float: left;
    padding: 0 1.1rem;
    margin-left: 0.5rem;
    height: 20px;
    line-height: 20px;
    background: #fff;
    border-radius: 10px;
    font-size: 1.1rem;
    text-align: center;
}

.西葛西 {
    float: left;
    padding: 0 1.1rem;
    height: 20px;
    line-height: 20px;
    background: #01592D;
    color: #fff;
    border-radius: 10px;
    font-size: 1.1rem;
    text-align: center;
}

.花王国 {
    float: left;
    padding: 0 1.1rem;
    height: 20px;
    line-height: 20px;
    background: #EFE4A8;
    border-radius: 10px;
    font-size: 1.1rem;
    text-align: center;
}

.tori {
    display: flex;
}

@media screen and (max-width: 900px) {
    .tori {
        display: block;
        width: 94%;
        margin: 0 auto;
    }
}

.tori p {
    display: block;
    margin-right: 3rem;
    font-size: 1.4rem;
}

@media screen and (max-width: 900px) {
    .tori p {
        margin-right: 0;
    }
}


.tori p:last-child {
    margin-right: 0;
}

.tori p span.or {
    background: #EFE4A8;
    font-size: 1.3rem;
    padding: 0 0.8rem;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    margin-right: 0.6rem;
}


.tori p span.ni {
    background: #01592D;
    font-size: 1.3rem;
    color: #fff;
    padding: 0 0.8rem;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    margin-right: 0.6rem;
}


/*マイフラワー・マイブーケ
-------------------------------------*/
.container-flower500 {
    width: 901px;
    /* 好きな幅 */
    max-width: 100%;
    margin: 0 auto;
}


.fb500 {
    display: flex;
    flex-wrap: wrap;
}

.flower500 {
    margin: 0.1rem;
}

@media screen and (max-width: 900px) {
    .container-flower500 {
        max-width: 80%;
    }

    .flower500 {
        width: 100%;
        margin: 1rem 0 0 0;
    }
}

.w-6r-2 {
    width: 35rem;
    margin: 0px auto 30px;
    border-left: 2px dotted #707070;
    border-right: 2px dotted #707070;
    box-sizing: border-box;
}

.mymetoro {
    width: 80%;
    margin: 10px auto;
    font-size: 1.7rem;
    color: #DD4A4A;
    text-align: center;
}

.kakaku {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 1rem;
    line-height: 2em;
}

.komi500 {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2em;

}

.henko {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 2rem;
}

@media screen and (max-width: 900px) {
    .w-6r-2 {
        width: 85%;
    }

    .kakaku {
        display: block;
        width: 94%;
        margin: 0 auto;
        text-align: left;
    }

    .komi500 {
        padding-top: 2rem;
        font-size: 1.6rem;
    }

    .henko {
        padding-bottom: 0.5rem;
        text-align: left;
    }
}


/*お知らせ
-------------------------------------*/
.bg-gr {
    background: #F5F4ED;
    padding: 63px 0 80px;
}

@media screen and (max-width: 900px) {
    .bg-gr {
        padding: 40px 0;
    }
}

.bg-wt {
    background: #fff;
    padding: 0px 63px 35px;
}

@media screen and (max-width: 900px) {
    .bg-wt {
        padding: 0 3% 20px;
    }
}

.leave {
    display: block;
    width: 155px;
    margin: 0 auto 40px;
}

@media screen and (max-width: 900px) {
    .leave {
        margin: 0 auto 30px;
    }
}

.info-area {
    display: flex;
    margin: 0 auto;
}

.news {
    width: 100%;
}

.news ul {
    padding: 0;
}

.news ul li {
    font-size: 1.4rem;
    display: flex;
    border-bottom: 1px solid #D3C899;
    padding-bottom: 1rem;
}

@media screen and (max-width: 900px) {
    .news ul li {
        display: block;
    }
}

.news ul a {
    padding-bottom: 2rem;
}

.news-date {
    display: block;
    width: 15%;
}

@media screen and (max-width: 900px) {
    .news-date {
        width: 100%;
    }
}

.title {
    display: block;
    width: 85%;
}

@media screen and (max-width: 900px) {
    .title {
        width: 100%;
    }
}

/*コンセプト
-------------------------------------*/
.concept {
    width: 100%;
    height: auto;
    background-image: url(../images/index/concept.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 88px 0;
}

@media screen and (max-width: 900px) {
    .concept {
        padding: 50px 0;
    }
}

.concept h2 {
    margin: 0 0 2rem;
    color: #fff;
}

.concept p {
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.8;
    padding: 2.3rem 0;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .concept p {
        display: block;
        padding: 1.8rem 2%;
        text-align: left;
        font-size: 1.6rem
    }
}
