@charset "utf-8";
/*////////////////////////////////////
gallery
////////////////////////////////////*/


@media screen and (min-width: 768px){
#works_area {
	position: relative;
	width: 100%;
}
.works_title_word {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2;
	color: #333;
}
.works_place {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.store_item {
	position: relative;
	width: 30%;
	margin: 0 1.5% 50px 1.5%;
	background:#FFDF00;
	padding: 20px;
}
.store_item2 {
	position: relative;
	width: 30%;
	margin: 0 1.5% 50px 1.5%;
	background:#FFEE88;
	padding: 20px;
}
.store_img {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.store_name {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
}
.store_name2 {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
	background: #FFF;
}
.store_name2 span {
	font-size: 1.6rem;
	margin-right: 1em;
}
.store_addr,
.store_time {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 5px;
	text-align: center;
}
.store_time {
	background: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
.store_tel {
	position: relative;
	text-align: center;
}
.store_tel a {
	display: block;
	background: #00A5FF;
	width: 100%;
	color: #FFF;
	padding: 5px 0;
	font-size: 1.8rem;
	font-weight: 400;
	text-decoration: none;
}
.store_tel i {
	margin-right: 0.5em;
}
.direct_name {
	position: relative;
	font-size: 3.2rem;
	font-weight: 900;
	color: #555;
	width: 97%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.chikuname {
	position: relative;
	width: 97%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
	background:#0E6D9E;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 10px 0;
}
}


@media screen and (min-width: 0px) and (max-width: 767px){
.chikuname {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
	background:#0E6D9E;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 5px 0;
}
#works_area {
	position: relative;
	width: 100%;
}
.works_title_word {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2;
	color: #333;
}
.works_place {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.store_item {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	background:#FFDF00;
	padding: 20px;
}
.store_item2 {
	position: relative;
	width: 47%;
	margin: 0 1.5% 50px 1.5%;
	background:#FFEE88;
	padding: 10px;
}
.store_name2 {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
	background: #FFF;
}
.store_name2 span {
	font-size: 1.2rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.store_img {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.store_name {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 2rem;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
}
.store_addr,
.store_time {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 5px;
	text-align: center;
}
.store_time {
	background: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
.store_tel {
	position: relative;
	text-align: center;
}
.store_tel a {
	display: block;
	background: #00A5FF;
	width: 100%;
	color: #FFF;
	padding: 5px 0;
	font-size: 1.8rem;
	font-weight: 400;
	text-decoration: none;
}
.store_tel i {
	margin-right: 0.5em;
}
.direct_name {
	position: relative;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 900;
	color: #555;
}
}