@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------

　   SP PHONE

--------------------------------------------------------------------------------------------- */
#sp-phone-area {
    display: none;
}
@media screen and (max-width: 768px){
/* sp-phone */
    #sp-phone-area {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
        color: #fff;
        background: #7f0b11;
        /* margin: 2px; */
        padding: 5px;
        /* border-radius: 3px; */
        position: fixed;
        width: 100%;
        font-size: 0.6rem;
        letter-spacing: 0.1rem;
        bottom: 0;
        display: block;
        height: 70px;
        z-index: 999;
        text-align: center;
    }
	
    .no-border:hover {
        text-decoration: none;
    }

    #sp-phone {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: baseline;
        flex-direction: row;
        margin: 0 auto;
        display: inline-block;
    }
    #sp-phone i { 
        font-size: 38px;
        margin-right: 5px;
    }

    #sp-phone .telnum {
        font-size: 40px;
        line-height: 1rem;
        margin: 0;
    }
    #sp-phone .telnum span {
        font-size: 24px;
    }

    #sp-phonetime {
        margin: 0 auto;
        max-width: 320px;
    }
    #sp-phonetime .we {
        background: #fff;
        color: rgb(193, 8, 8);
        padding: 0 3px;
        margin-right: 10px;
        border-radius: 2px;
    }
    
    #sp-phonetime .ml10 {
        margin-left: 10px;
    }
}







/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
#front_news_wrap{
    background: url(/wp-content/uploads/2017/12/front_news_bg.png);
    background-size: cover;
    padding-top: 2em;
}


/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
@media screen and ( min-width: 768px ){
    .top02_in > div{
        width: 49%;
    }
    .top02_map{
        width: 100%;
    }
}

@media screen and ( max-width: 767px ){
	.top02 {
		padding: 10px;
		background:url(/wp-content/uploads/2017/12/front_004.png) no-repeat;
		background-size:cover;
	}
	.top02_content {
        margin: 1em auto 0;
		width: fit-content;
		height:fit-content;
		font-size: 12px;
		padding: 20px;
        background: rgba(0, 0, 0, 0.6);
		color: #fff;

	}
}
