@charset "utf-8";

/*画面の幅が640pxまでの場合に適用するCSS */
@media screen and ( max-width:980px )
{
/*===================================================
					共通CSS
===================================================*/
	.footer-bottom-links__link:visited {
		color: #3c3c3c;
	}
	.fs-l-header {
		padding-top: 20%;
	}
	.fs-l-main {
		margin-top: 80px!important;
	}
	.fs-c-heading--page {
		margin: 0!important;
		padding: 0!important;
	}
	#ccBOx {
		margin-bottom: 15%;
	}
	.mainBox {
		width: 100%;
		margin-left: 0;
	}
	.titleBox {
		margin-bottom: 20%;
	}
	.titleImg {
		width: 12%;
		margin-left: 44%;
	}
	.wrapBox .wrapTitle {
		margin-bottom: 10%;
	}
	.wrapBox .wrapTitle p {
		font-size: 14px;
		font-weight: 600;
	}
	.titleBox .title .logoImg {
		width: 30%;
		margin-left: 35%;
	}
.titleBox .title_pc {
	display: none;
}
.titleBox .title_sp {
	display: block;
	margin-bottom: 5%;
}
	.titleBox .subTxt {
		line-height: 1.6em;
		width: 96%;
		margin-left: 2%;
		font-size: 14px;
	}
	.wrapBox {
		width: 96%;
		margin-left: 2%;
		font-size: 14px;
		margin-bottom: 20%;
	}
	.wrapBox .wraptxt {
		text-align: left;
		font-size: 12px;
		line-height: 1.5em;
	}
	.wrap-container {
		display: block;
		text-align: center;
		font-size: 15px;
	}
	.wrap-container .wrap-item01 {
		margin-bottom: 10%;
	}
	.wrap-container .wrap-item02 {
		margin-left: 0;
		margin-bottom: 10%;
	}
	.howBox {
		width: 96%;
		margin-left: 2%;
		padding: 10% 8%;
	}
	.howTitle img {
		width: 8%;
		margin-left: 46%;
	}
	.howTitle .howTxt {
		font-weight: 600;
	}
	.sikataTitle{
		font-size: 18px;
	}
	.sikataTitle p {
		width: 50%;
		margin-left: 25%;
	}
/*===================================================
			    	ShopList CSS
===================================================*/
	.smeiBox {
		margin: 0;
	}
	.setsumei {
		margin: 0;
	}
	.shopBox {
		margin-bottom: 15%;
	}
	.shopBox .s_txt {
		font-size: 150%;
	}
	.kaishi {
		font-size: 130%;
	} 
/*===================================================
			    	Footer CSS
===================================================*/
	
	.fs-l-footer {
		margin-top: 0!important;
	}
	.footer {
		margin-top: 1.0vw!important;
	}
}