@charset "utf-8";
/* CSS Document */
p,h1,h2,h3,ul,ol,li {
	margin: 0;
	padding: 0;
}
.page-header{
	border-bottom: none;
}

/*===== PC ここから =====*/
@media print,screen and (min-width: 741px) {
	#main .main_ttl {
		text-align: center;
		font-size: 26px;
		margin: 0 0 40px;
		background: url(https://t-living.re-ws.jp/app/uploads/sites/1286/2024/12/list_ico.gif) no-repeat 39% 9%;
	}
	#main .main_ttl span {
		font-size: 14px;
		color: #ff4800;
		display: block;
		margin-top: 5px;
	}
	#main .list_fv {
		width: 1000px;
		margin: 0 auto;
		margin-bottom: 60px;
	}

	#main .store_list {
		margin-right: -40px;
		overflow: hidden;
	}
	
	.p-storelist .store_list li {
		float: left;
		margin:0 40px 40px 0;
		height: 300px;
		width: 220px;	
	}
	
	.store_list li:last-child {
		float: left;
		margin-bottom:40px;
	}
	#main .store_list h3 {
		margin: 10px 0 5px;
		font-size: 16px;
		color: #222222;
	}
	#main .store_list h2 {
        color: #ff4800;
        font-size: 14px;
        margin-bottom: 5px;
	}	
	#main .store_list p {
		font-size: 13px;
	}
	.store_list .imgwrap{
		aspect-ratio: 3/2;
		overflow:hidden;
	}
	.store_list a img {
		transition: 0.3s;
        width: 100%;
        height: auto;	}
	.store_list a:hover {
		text-decoration: none;
	}
	.store_list a:hover img {
		opacity: 0.8;
	}

	#main .store_link {
		margin: 50px 0 70px;
	}
	.store_link p {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.store_link p:nth-child(3n) {
		margin-right: 0px;
	}
.btnfloat{
	margin: 0px 0 80px;
	}
}

/*===== PC ここまで =====*/
/*===== SP ここから =====*/
@media screen and (max-width: 740px) {
	#store_contents{
		.main_contents {
			padding-top: 0;
		}
	}
	.page-header{
		margin: 0;
	}
	#main .main_ttl {
		width: 160px;
		text-align: center;
		font-size: 16px;
		margin: 20px auto;
		background: url(https://t-living.re-ws.jp/app/uploads/sites/1286/2024/12/list_ico.gif) no-repeat 4% 4%; 
		background-size: 20px;
	}
	#main .main_ttl span {
		font-size: 10px;
		color: #ff4800;
		display: block;
		margin-top: 5px;
		font-weight: inherit;
	}
	#main .main_ttl img {
		margin-right: 10px;
	}
	.list_fv {
		margin-bottom: 40px;
	}
	.list_fv img {
		width: 100%;
	}
	.store_list {
		margin-bottom: 25px;
	}
	#main .store_list li {
		float: left;
		width: 50%;
		padding: 0 6px;
		margin-bottom: 20px;
	}
	.store_list img {
		width: 100%;
	}

	#main .store_list h3 {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 150%;
		color: #222222;
	}
	#main .store_list h2 {
        color: #ff4800;
        font-size: 11px;
        margin-bottom: 5px;
	}		
	.store_list p {
		font-size: 11px;
	}
	.store_link {
		margin-bottom: 30px;
	}
	.store_link img {
		width: 100%;
	}
	.store_link p {
		float: left;
		width: 50%;
		padding: 0 6px;
		margin-bottom: 15px;
	}
.btnfloat{
	margin: 0 0 40px 0;}	

}

/*===== SP ここまで =====*/
