@charset "utf-8";

/*
ブレイクポイント 
PC 961～
タブレット 768～960
スマホ　～767
*/

.top_img {
    background-image: url(img/common/header_img_sp.jpg);
    width:100%;
    height:350px;
}

@media screen and (min-width:768px){
}

@media screen and (min-width:961px){
    .top_img {
        background-image: url(img/common/header_img.jpg);
        width:100%;
        height:350px;
    }

}


.header_cont {
    display:block;
    position: relative;
    background-color:#ccc;
    height:calc(100vh - 100px);
    width:100%;
}
.clm-left {
    height:300px;
}
.clm-right {
    height:500px;
}
.left_inner {
    background-size:cover;
    text-align:center;
    height:100%;
    background-image: url(img/top_bg.jpg);
}
.left_inner img {
    width:auto;
    height:200px;
    margin:0 auto;
    margin-top:50px;
}
.header_adds {
    margin-top:0px;
}
.top_logo {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
}
.top_logo p {
    margin:0;
    padding:0;
    line-height: 1;
    font-size:0.83rem;
}
.top_logo h1 {
    margin:0;
    padding:0;
    line-height: 1;
}
.top_logo img {
    max-height:48px;
    width:auto;
    margin-top:3px;
}

.header {
}
.head_tel {
    color:inherit;
    font-weight:bold;
    letter-spacing: 2px;
    text-align:center;
    display: inline-block;
    line-height: 1;
}
.header_box {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:100%;
    text-align:center;
}
.menu-content {
    /*z-index:2;*/
    margin-left:160px;
}
.nav-open .menu-content {
    z-index:10;
}
.header_box ul {
    display:none;
    margin-left:65px;
}
.sp {
    display:block;
}
.header_adds {
    margin-left:160px;
    display:none;
}
@media screen and (min-width:1270px){
    .header_box ul {
        display:flex;
    }
    .sp {
        display: none;
    }
    .header_adds {
        margin-top:10px;
    }
}
@media screen and (min-width:656px){
    .header_adds {
        display:block;
        font-size:1rem;
    }
}


#page_content {
    width:100%;
    margin:0 auto;
    min-height:calc(100vh - 174px);
}
.wrap {
    max-width:1200px;
    margin:0 auto;
}
.sb-post-item{
	border:0;
	margin-bottom:30px;
	padding: 10px 20px;
	box-shadow: 5px 5px 10px #ccc;
	width:100%;
}
.sb-feed-header {
    display:none;
}
.sbr-feed {
    padding:0;
    margin:0;
}
.sb-feed-container {
    padding:0;
}