@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;
	}
	.mainBox {
		width: 100%;
		margin-left: 0;
	}
	.titleBox .title .logoImg {
		width: 30%;
		margin-left: 35%;
	}
.titleBox .title_pc {
	display: none;
}
.titleBox .title_sp {
	display: block;
	margin-bottom: 5%;
}
	.titleBox .titleTxt {
		font-size: 20px;
		margin-bottom: 10%;
	}
	.titleBox .subTxt {
		text-align: left;
		line-height: 1.6em;
		width: 96%;
		margin-left: 2%;
		padding-left: 1%;
	}
	.titleBox .subTxt_qa {
		text-align: center;
		width: 90%;
		margin-left: 5%;
		line-height: 1.8em;
		margin-bottom: 8%;
	}
	.youiBox {
		width: 100%;
		margin-left: 0;
	}
	.youiBox .yTitle {
		width: 70%;
		margin-left: 15%;
	}
	.youiBox .ylist {
		width: 80%;
		margin-left: 10%;
		padding-left: 2%;
	}
	.kotira .bottom {
		width: 56%;
		margin-left: 22%;
		margin-bottom: 20%;
	}
	.care_container {
		display: block;
		width: 90%;
		margin-left: 5%;
	}
	.care_container .care_item01 {
		width: 100%;
		margin-bottom: 3%;
	}
	.care_container .care_item02 .ya_pc {
		display: none;
	}
	.care_container .care_item02 .ya_sp {
		display: block;
		text-align: center;
		font-size: 25px;
		transform: rotate(90deg);
	}
	.caution {
		width: 90%;
		margin-left: 5%;
	}
	.siageBox {
		width: 90%;
		margin-left: 5%;
	}
	.siageBox .siageTitle {
		width: 50%;
		margin-left: 25%;
	}
	.ccream {
		width: 80%;
		margin-left: 10%;
	}
	.siageBox .ba_container {
		display: block;
	}
	hr {
		margin-bottom: 15%;
	}
/*===================================================
			    	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;
	}
}