@import"shop.css";

/*** ↓PC用 ***/
@media screen and (min-width:768px){
/*shop_top_contents*/

#shop_top_contents p {
    margin: 0;
}

#shop_top_contents .top {
    margin: 20px 0 13px 0;
}

#shop_top_contents p.txt {
    width: 216px;
    padding-left: 15px;
    font-size: 116%;
    line-height: 1.5;
}

#shop_top_contents a.shop_fb {
    display: block;
    height: 30px;
    /*text-align: right;*/
}

#shop_top_contents span.fb_icon {
    position: relative;
    top: 10px;
    margin-right: 5px;
}

#shop_top_contents .bottom img {
    margin-right: 13px;
}


/*news*/

#news_shop {
    width: 917px;
    margin-top: 30px;
}

#news_shop h3 {
    margin-bottom: -10px;
}

#news_shop h4 {
    font-weight: normal;
    margin-bottom: 10px;
}

.news1,
.news2 {
    position: relative;
    width: 449px;
    padding-bottom: 10px;
}

.news1 {
    margin-right: 19px;
}

#news_shop p {
    font-size: 95%;
    margin-top: -7px;
}

#news_shop a.sub_brown {
    position: absolute;
    left: 85px;
}
}
/*** ↓スマフォ用 ***/
@media screen and (max-width:767px){
#shop_top_contents p.txt {
	margin: 0.5rem 0;
}

#shop_top_contents a.shop_fb {
    display: block;
    text-align: left;
}

#shop_top_contents span.fb_icon {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

#shop_top_contents .bottom img {
    margin: 0 0 0.5rem 0;
}

#shop_top_contents .bottom .gmap_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
		margin-bottom: 1rem;
}

#shop_top_contents .bottom .gmap_wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*news*/

#news_shop {
    margin-top: 1rem;
}

#news_shop h3 {
    margin-bottom: 12px;
}

#news_shop h4 {
    font-weight: normal;
    margin: 0 0 10px 0;
}

.news1,
.news2 {
    width: 100%;
}

.news1 {
}

#news_shop p {
    font-size: 95%;
		margin: -5px 0 0.8rem 0;
}

#news_shop a.sub_brown {
    position: absolute;
    left: 85px;
}
}
