@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}
*:focus {
  outline: none;
}
#sb_wrap {
    width: 100%;
    margin:0% auto;
    position: relative;
	text-align: center;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-family: futura-pt, sans-serif;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5% 0;
    background: #FFFFFF;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

#sb_wrap img {
    width: 100%;
	border: 0;
	vertical-align: bottom;
    line-height:0;
}
#sb_wrap ul{
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
#sb_wrap li{
    list-style: none;
}
#sb_wrap a{
    text-decoration: none;
}
#sb_wrap a:link{
    opacity:1;
}
#sb_wrap a:hover{
    text-decoration: none;
}
/**============タイトル============**/
#sb_head{
    width: 100%;
    position: relative;
    display: block;
}
#sb_head .logo_s{
    width: 17%;
    text-align: center;
    margin: 0 auto;
}
#sb_head .title{
    width: 17%;
    text-align: center;
    position: relative;
    margin: 4% auto 2%;
}


/**============コンテンツ============**/

#sb_contents{
    max-width: 1000px;
    width: 100%;
    position: relative;
    display: block;
    margin: 10% auto 5%;
}
#sb_contents .menu{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    
}
#sb_contents .menu a{
    font-size: 17px;
    float: left;
    text-align: left;
    margin: 0 auto;
    line-height: 1em;
    color: #000000;
    padding-left: 1%;
    font-weight: 500;
}
#sb_contents .menu2{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    
}
#sb_contents .menu2 a{
    font-size: 17px;
    float: right;
    text-align: right;
    margin: 0 auto;
    line-height: 1em;
    color: #000000;
    padding-left: 1%;
    font-weight: 500;
}
#sb_contents .sb_box{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 1% auto 0;
}
#sb_contents .sb_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#sb_contents .sb_box ul li{
    box-sizing: border-box;
    margin: 4% 0%;
    position: relative;
    overflow: hidden;
}
#sb_contents .sb_box .bnr{
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    height: auto;
}
#sb_contents .sb_box .bnr img{
    transition: transform .8s ease; 
}
#sb_contents .sb_box .bnr  :hover{
    transform: scale(1.08); /* 拡大 */
}
#sb_contents .sb_box .txt{
    width: 100%;
    display: inline-block;
    margin: 3% auto;
    position: relative;
}
#sb_contents .sb_box .txt .date{
    font-size: 13px;
    float: right;
    line-height: 1em;
}
#sb_contents .sb_box .txt .ttl{
    font-size: 13px;
    float: left;
    text-align: left;
    line-height: 2em;
}

.clear{
    clear: both;
}
.strong{
    font-size: 110%;
    font-weight: 600;
}
.small{
    font-size:70%;
}      
.pc{
    display: flex;
}
.sp {
	display:none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}

/************************************************************
                         SP
************************************************************/

@media only screen and (max-width:768px){
	#sb_wrap {
		width: 100%;
		text-align: center;
        color: #000000;
        padding: 15% 0;
	}
    #sb_head .logo_s{
        width: 48%;
    }
    #sb_head .title{
        width: 48%;
        margin: 8% auto 3%;
    } 
    #sb_contents{
        width: 96%;
        margin: 15% auto 0;
    }
    #sb_contents .menu a{
        font-size: 14px;
        padding-left: 4%;
    }
    #sb_contents .menu2 a{
        font-size: 14px;
        padding-right:4%;
    }
    #sb_contents .sb_box{
        width: 92%;
    }
    #sb_contents .sb_box ul{
        grid-template-columns: 1fr;
    }
    #sb_contents .sb_box .txt .ttl{
        font-size: 12px;
    }
    #sb_contents .sb_box .txt .date{
        font-size: 10px;
    }
    
    
    
    
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    
    .Left{
        float: none;
    }
    
    .Right{
        float: none;
    }
    .hr{
        margin: 5% auto 10%;
    }
 
	
}