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

@media (max-width: 768px) {

	.sc-main-sp-v {
	}
	
	.sc-main-sp-v .main-bg {
		width:100%;
		height:200px;
		overflow:hidden;
		position:relative;
	}
	
	
	.scroll-area {
    height: 300px;
	}
	
	.sec-history {
    background-image: url(../img/tachibana01.png);
    background-size: 200%;
	}

	/* トピックス */
	
	.topics-list {
    margin-top: 0px;
	}
	
	.rotate-box {
    width: 90px;
    height: 90px;
	}
	
	.rotate-box .blig-img-bg {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
	}
	
	.rotate-box .blig-img-bg .date {
    width: 40px;
    height: 40px;
    background-color: #ba2636;
    font-family: 'Lora', serif;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    text-align: center;
    padding-top: 7px;
	}
	
	.blog-ttl {
    margin-top: 26px;
	}
	
	.topics-list li{
		margin-top:40px;
	}
	
	
	/*マップ*/
	
	.access-wrap .company-name {
    margin-top: 0px;
    text-align: center;
    font-size: 22px;
	}
	
	.access-wrap .tel-number {
    text-align: center;
    font-size: 25px;
    margin-top: 8px;
	}
	.access-wrap .tel-info {
    text-align: center;
	}
	
	.access-wrap .map-outer{
		margin-top:16px;
	width:100%;
	height:200px;
	border-radius:0px;

	}

	.access-wrap #map-canvas {
		width:100%;
		height:200px;
		border-radius:0px;
	}
	
	.map-container{
	border-radius: 0 !important;
	overflow:hidden;
	-webkit-transform: none;
    -webkit-mask-image:none;
    
	}

	
	.access-wrap .how-to {
    margin-top: 16px;
	}
	
	/*footer*/
	.sec-footer {
    background-size: contain;
	}
	.sec-footer .banner-wrap {
    padding-bottom: 20px;
    text-align: center;
	}
	
	.sec-footer .banner-wrap img{
		width:100%;
		}
	
	.sec-footer .copyright {
    padding: 24px;
    text-align: center;
    border-bottom: 1px solid #333;
}
	
	
	

}
