@charset "UTF-8";
/* CSS Document */
h1, h2, h3 {
	font-weight: 500 !important;
}

.tag_navi a {
	display: block;
	color: #666;
	text-decoration: none;
}

@media only screen and (max-width:960px) {
	/*スマホ*/
	h1 {
		margin-top: 60px;
		margin-bottom: 40px;
		text-align: center;
		font-size: 2rem;
	}
	.main {
		width: 100%;
		height: 250px;
		object-fit: cover;
		object-position: center bottom;
		margin-bottom: 2em;
	}
	
	.tag_navi {
		display:flex;
		flex-wrap: wrap;
		width: 85%;
		margin: 0 auto 1.5em;
	}
	.tag_navi li {
		display: block;
		width: calc((100% - 2em) / 5);
		font-size: 0.8rem;
		border: 1px solid #CCC;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
		text-align: center;
		padding: 0.5em 0;
	}
	.tag_navi li:last-child {
		margin-right: 0;
	}
	
	.point {
		width: 85%;
		margin: 0 auto;
		padding-bottom: 2.5em;
	}
	
	main h2 {
		text-align: center;
		font-size: 1.8rem;
		margin: 0.5em;
	}
	

	main h2 span {
		display: block;
		font-size: 1rem;
	}
	
	.store {
		display:flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto 4em;
	}
	
	.store li {
		display: block;
		width: 100%;
	}
	.store li:nth-child(odd) {
		margin-bottom: 1em;
	}
	.store li:nth-child(even) {
		margin-bottom: 3em;
	}
	.store li img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.store h3 {
		text-align: center;
		font-size: 1.6rem;
	}
	.store h3 span {
		font-size: 1rem;
		display: block;
	}
	.store p {
		padding: 1em 0;
	}
	
	.store dl {
		width: 100%;
		display:flex;
		flex-wrap: wrap;
	}
	.store dt {
		width: 5em;
	}
	.store dd {
		width: calc(100% - 5em);
	}
	.store dt,
	.store dd {
		display: block;
		margin-bottom: 0.75em;
	}
	
}

@media screen and (min-width:961px) {
	/*PC*/
	h1 {
		margin-top: 150px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 3.2rem;
	}
	.main {
		width: 100%;
		height: 580px;
		object-fit: cover;
		object-position: center bottom;
		margin-bottom: 70px;
	}
	
	main h2 {
		text-align: center;
		font-size: 2.2rem;
		margin-bottom: 100px;
	}
	main h2 span {
		display: block;
		font-size: 1.2rem;
	}
	.point {
		max-width: 1420px;
		min-width: 1100px;
		margin: 0 auto;
		padding-bottom: 60px;
	}
	
	.tag_navi {
		display:flex;
		flex-wrap: wrap;
		width: 1100px;
		margin: 0 auto 100px;
	}
	.tag_navi li {
		display: block;
		width: calc((100% - (0.5em * 4)) / 5);
		border: 1px solid #CCC;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
		text-align: center;
		padding: 0.5em 0;
	}
	.tag_navi li:last-child {
		margin-right: 0;
	}
	
	.store {
		display:flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto 100px;
	}
	
	.store li {
		display: block;
		width: calc(50% - 30px);
		margin-bottom: 70px;
	}
	.store li:nth-child(odd) {
		margin-right: 60px;
	}
	.store li img {
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
	.store h3 {
		font-size: 1.8rem;
		margin-bottom: 40px;
	}
	.store h3 span {
		font-size: 1.2rem;
		display: block;
	}
	.store p {
		margin-bottom: 40px;
	}
	
	.store dl {
		width: 100%;
		display:flex;
		flex-wrap: wrap;
	}
	.store dt {
		width: 5em;
	}
	.store dd {
		width: calc(100% - 5em);
	}
	.store dt,
	.store dd {
		display: block;
		margin-bottom: 0.75em;
	}
}