@charset "utf-8";
/* CSS Document */

/* ==========================================
    common
========================================== */

img {
    width: 100%;
}

.bg-gree {
    background: #f7f7f7;
    padding: 0rem 0 15rem;
}

.pick-up,.shop-only,.products,.contents {
    margin-top: 12rem;
    margin-bottom: 3rem;
}

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

    .wrapper {
        width: 1200px;
    }
}

@media screen and (max-width: 767px) {
    
    .wrapper {
        width: 100%;
    }
    
    .bg-gree {
        background: #f7f7f7;
        padding-bottom: 5rem;
    }

    .bg-gree h2 {
        padding-top: 5rem;
    }

    .pick-up,.shop-only,.products,.contents {
        margin-top: 6rem;
        margin-bottom: 1.5rem;
    }
    
}

/* ==========================================
    main
========================================== */

.top-img {
    background: url(../img/top_02.jpg) no-repeat center;
    height: 78rem;
}

.main h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}
.main h2 span {
    display: block;
    font-size: 1.5rem;
}
.main h2:before {
    content: "";
    background: #333;
    display: block;
    height: 2px;
    margin: 0 auto 2rem;
    width: 8rem;
}

.main h2 + dl {
    text-align: center;
}

.news {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    padding: 3rem 10rem 3rem;
    width: 71%;
	border:solid 1px #f00000;
	background-color:#ffefef;
}
.main h2 + dl dt {
    font-size: 17px;
}
.main h2 + dl dd {
    font-size: 1.8rem;

}
.item {
width:80%;
margin:0 auto;
overflow: hidden;

}
.item img {
width:49%;
float:left;
margin-right:1rem;
}
@media screen and (max-width: 1024px) {

.main h2 + dl dd {
    width: 100%;
}

}

@media screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: inline-block !important; }

    .main h2 {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }
    .main h2 span {
        font-size: 1.2rem;
    }
    .main h2:before {
        height: 1px;
        margin: 0 auto 1rem;
        width: 5rem;
    }
    
    .top-img {
        background: url(../img/top-img-sp.jpg) no-repeat center;
        background-size: cover;
        height: 112vw;
        margin-top: 6rem;
    }
    
    .main h2 + dl dt {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .main h2 + dl dd {
        font-size: 1.4rem;
        margin-bottom: 2rem;
        padding: 0;
        width: 100%;
    }
.item img {
    width: 100%;
    margin-bottom: 2rem;
}

dd {
text-align: left;
}
.news {
    padding: 1rem 1rem 1rem;
    width: 91%;
	
}
}


/* ==========================================
    pick up
========================================== */

.pick-up .pick-up-image {
    
}

.pick-up .pick-up-image .cutting {
    position: relative;
}

.pick-up .pick-up-image .cutting dl {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30%;
    height: 50%;
}

.pick-up .pick-up-image ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.pick-up .pick-up-image ul li:not(last-child) {
    margin-right: 3rem;
}

@media screen and (max-width: 767px) {
    
    .pick-up .pick-up-image ul li:not(last-child) {
        margin-right: 0;
    }
    
    .pick-up .pick-up-image ul li:first-of-type {
        margin-right: 1rem;
    }
    .pick-up .pick-up-image ul {
        margin-top: 1rem;
    }
    
}

/* ==========================================
    shop only
========================================== */

.shop-only ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}



.shop-only ul + a {
    background-color:#002465;
    display: block;
    padding: 2rem 0;
    text-align: center;
    margin:  8rem auto 0;
    width: 30rem;
	color:#fff;
}

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

    .shop-only ul {
        display: block;
    }
    .shop-only ul li {
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .shop-only ul + a {
        text-align: center;
        margin:  4rem auto 0;
        width: 80%;
    }
    
}

/* ==========================================
    products
========================================== */

.products ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products ul li {
    text-align: center;
    padding: 0 5rem 5rem;
    width: 25%;
}

@media screen and (max-width: 767px) {
    
    .products ul li {
        text-align: center;
        padding: 2rem 2rem 0;
        width: 50%;
    }
    
    .products ul li span {
        font-size: 1.2rem;
    }
    
}

/* ==========================================
    contents
========================================== */

.contents ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.contents ul li {
    margin-right: 2rem;
}

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

    .contents ul {
        display: block;
    }

    .contents ul li:first-of-type {
        margin-right: 0;

    }
	.contents ul li {
    margin-right: 0rem;
	 margin-bottom: 1rem;
}
    
}

/* ==========================================
    gallery
========================================== */

.gallery {
    
}

.gallery .fa-instagram {
    color: #333;
    display: block;
    margin: 0 auto 1.5rem;
}

.gallery h2 {
    color: #333;
}

.gallery #instafeed {
    margin: 0 auto;
    width: 80%;
    
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}



.gallery #instafeed .box {
    width: 220px;
    overflow: hidden;
    height: 210px;
}
.gallery #instafeed .box:not(:last-of-type) {
    margin-right: 5px;
}
/* ==========================================
    news
========================================== */
.news {
    margin-top: 4rem;
    margin-bottom: 8rem;
}
.news-img {
	width:132rem;
	overflow:hidden;
	margin:0 auto;
}
.news-img img {
	width:100%;
}
.news-img li{
	width:40rem;
	margin:2rem;
	float:left;
}
.news-day {
	width:78rem;
	font-size:1.8rem!important;
}
.news-sentence {
	text-align:left!important;
}

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

.news-img li {
    width: 32rem;
}
.news-day {
    width: 64rem;
}
}

@media screen and (max-width: 767px) {
	
	.news-day {
    width: 0rem;
	font-size:1.5rem!important;
}
	.news-img li {
    width: 31rem;
}
	.news-img li {
    float:none;
		margin:1rem;
}
}