




/************ 共通部分 ************/
/*見出し*/
section h2.mds {
	width: max-content;
	text-align: center;
	margin: 0 auto;
}
section h2.mds p {
	width: max-content;
	margin: 0 auto;
	font-size: 42px;
	font-weight: 900;
	color: #FC0011;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 1px solid #FC0011;
}
section h2.mds span {
	display: block;
	font-size: 28px;
	font-weight: 900;
	color: #FC0011;
	padding-bottom: 10px;
}







/************ TOPビジュアル ************/
section.top_visual {
	background-color: #F9FAFB;
}
section.top_visual > div {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
section.top_visual > div > img {
	width: 100%;
	height: auto;
}
section.top_visual > div > img:nth-of-type(2) {
	display: none;
}

@media screen and (max-width: 750px) {
	section.top_visual > div > img:nth-of-type(1) {
		display: none;
	}
	section.top_visual > div > img:nth-of-type(2) {
		display: block;
	}
}








/************ お知らせ ************/
section.info {
	padding-top: 100px;
	padding-bottom: 100px;
}
section.info h2 {
	width: 132px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  	margin: 0 auto;
	background-color: #FC0011;
	border-radius: 8px;
	font-size: 24px;
	font-weight: 900;
	color: #FFF;
	position: relative;
}
section.info h2::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FC0011 transparent transparent transparent;
	border-width: 7px 6px 0 6px;
}
section.info > div {
	width: 720px;
	margin: 20px auto 0;
}
section.info > div dl {
	width: 100%;
	min-height: 46px;
	display: flex;
	justify-content: space-between;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #818181;
}
section.info > div dl dt {
	width: 237px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
	padding-left: 20px;
}
section.info > div dl dt::after {
	background-image: url(../images/info/syaken_logo_pc.png);
	content: '';
	display: inline-block;
	width: 74px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-left: 20px;
}
section.info > div dl dd {
	width: calc(100% - 257px);
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
}
/*hover*/
section.info > div a:hover dl dt,
section.info > div a:hover dl dd {
	color: #FC0011;
	transform: translate3d(0, 1px, 0);
}

/*お知らせ一覧はこちらボタン*/
section.info > a {
	width: 300px;
	height: 50px;
	margin: 20px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border: 1px solid #FC0011;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 500;
	color: #FC0011;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
section.info > a::after {
	content: '\f054';
	font-size: 17px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	margin-left: 8px;
}
/*hover*/
section.info > a:hover {
	opacity: 0.7;
	filter: none;
	transform: translate3d(0, 1px, 0);
}








/************ 店舗一覧 ************/
section.shop_list {
	padding-top: 60px;
	padding-bottom: 60px;
}
section.shop_list > div {
	width: 860px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*埼玉県*/
section.shop_list > div > div:nth-of-type(1) {
	width: 100%;
}
/*群馬県・栃木県*/
section.shop_list > div > div:nth-of-type(2),
section.shop_list > div > div:nth-of-type(3) {
	width: 48%;
}
/*県名見出し*/
section.shop_list > div > div h3 {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 32px;
	font-weight: 900;
	color: #FC0011;
	border-top: 1px solid #FC0011;
	border-bottom: 1px solid #FC0011;
	padding-left: 12px;
	margin-bottom: 40px;
	position: relative;
}
section.shop_list > div > div h3::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 52px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FFF transparent transparent transparent;
	border-width: 10px 6px 0 6px;
	filter: drop-shadow(0px 1px 0px #FC0011);/*線付き*/
}

section.shop_list > div > div ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.shop_list > div > div ul li {
	width: 410px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

section.shop_list > div > div ul li h4 {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
section.shop_list > div > div ul li h4 span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #818181;
	background-color: #FFF;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}
section.shop_list > div > div ul li h4:before {
	content: "";
	display: block;
	border-top: solid 1px #818181;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
}

section.shop_list > div > div ul li a {
	display: block;
	width: 200px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #DC000D;
	border: 2px solid #FFF;
	border-radius: 5px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
/*hover*/
section.shop_list > div > div ul li a:hover {
	opacity: 0.7;
	filter: none;
	transform: translate3d(0, 1px, 0);
}








/************ 店舗情報 ************/
section.shop_info {
	padding-bottom: 60px;
}
section.shop_info > div {
	width: 100%;
	max-width: 1145px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*埼玉県*/
section.shop_info > div > div:nth-of-type(1) {
	width: 100%;
	padding-bottom: 40px;
}
/*群馬県*/
section.shop_info > div > div:nth-of-type(2) {
	width: 750px;
}
/*栃木県*/
section.shop_info > div > div:nth-of-type(3) {
	width: 355px;
}
/*県名見出し*/
section.shop_info > div > div h3 {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
section.shop_info > div > div h3::before {
	content: "";
	display: block;
	border-top: solid 1px #FC0011;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
}
section.shop_info > div > div h3 span {
	font-size: 32px;
	font-weight: 900;
	color: #000000;
	background-color: #FFF;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

section.shop_info > div > div ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.shop_info > div > div ul li {
	width: 355px;
	height: 748px;
	background-color: #FFFFF3;
	padding: 20px 10px;
	margin-bottom: 40px;
	position: relative;
}
section.shop_info > div > div ul li > img {
	width: 100%;
	height: auto;
}
/*電話番号*/
section.shop_info > div > div ul li > a {
	display: block;
	width: 90%;
	height: 52px;
	margin: 16px auto 16px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 40px;
	padding-top: 6px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
	pointer-events: none;
}
section.shop_info > div > div ul li > a::before {
	background-image: url(../images/common/telfree_icon.png);
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
	margin-right: 14px;
}
/*店名*/
section.shop_info > div > div ul li > h4 {
	font-size: 24px;
	font-weight: 900;
	color: #000000;
	margin: 0 3%;
	margin-bottom: 10px;
}
/*情報*/
section.shop_info dl {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.shop_info dl dt {
	width: 70px;
	height: auto;
	min-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFF7E6;
	border: 1px solid #FFF7E6;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.4;
	margin-bottom: 4px;
}
section.shop_info dl dd {
	width: calc(100% - 72px);
	height: auto;
	min-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #FFF;
	border: 1px solid #FFF7E6;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.4;
	padding: 4px 8px;
	margin-bottom: 4px;
}
/*MAP*/
section.shop_info > div > div ul li > div {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: calc(95% - 20px);
	height: 170px;
	border: 1px solid #707070;
	margin-top: 20px;
}
section.shop_info > div > div ul li > div iframe {
	width: 100%;
	height: 100%;
}








/************ アキヤマグループのご紹介 ************/
section.introduction {
	padding-bottom: 85px;
}
section.introduction > img {
	width: 386px;
	height: auto;
	display: block;
	margin: 60px auto 40px;
}
section.introduction > p {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: 1.6;
	text-align: center;
}
section.introduction > a {
	display: block;
	width: 710px;
	margin: 60px auto 120px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
section.introduction > a img {
	width: 100%;
	height: auto;
}
/*バナー群*/
section.introduction > div {
	width: 816px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
section.introduction > div a {
	display: block;
	width: 400px;
	margin-bottom: 15px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
section.introduction > div a:nth-of-type(1),
section.introduction > div a:nth-of-type(3),
section.introduction > div a:nth-of-type(5) {
	margin-right: 15px;
}
section.introduction > div a img {
	width: 100%;
	height: auto;
}
/*hover*/
section.introduction a:hover {
	opacity: 0.7;
	filter: none;
	transform: translate3d(0, 1px, 0);
}







/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/







/************ 共通部分 ************/
/*見出し*/
section h2.mds {
	width: 90%;
	max-width: max-content;
}
section h2.mds p {
	font-size: 32px;
	width: auto
}
section h2.mds span {
	font-size: min(5vw, 20px);
	text-align: center;
}







/************ お知らせ ************/
section.info {
	padding-top: 40px;
	padding-bottom: 50px;
}
section.info h2 {
	width: 114px;
	height: 35px;
	font-size: 20px;
}
section.info > div {
	width: 90%;
	max-width: 600px;
}
section.info > div dl {
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
}
section.info > div dl dt {
	width: 100%;
	padding-left: 0;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
}
section.info > div dl dt::after {
	width: 36px;
	height: 17px;
	background-image: url(../images/info/syaken_logo_sp.png);
	margin-left: 8px;
}
section.info > div dl dd {
	width: 100%;
	font-size: 14px;
	line-height: 17px;
}

/*お知らせ一覧はこちらボタン*/
section.info > a {
	width: 70%;
	height: 45px;
	max-width: 300px;
	font-size: 16px;
	margin: 16px auto 0;
}
section.info > a::after {
	font-size: 11px;
}








/************ 店舗一覧 ************/
section.shop_list > div {
	width: 90%;
	max-width: 600px;
	margin: 40px auto 0;
}

/*群馬県・栃木県*/
section.shop_list > div > div:nth-of-type(2),
section.shop_list > div > div:nth-of-type(3) {
	width: 100%;
	margin-top: 20px;
}
/*県名見出し*/
section.shop_list > div > div h3 {
	height: 45px;
	font-size: 24px;
	margin-bottom: 20px;
}

section.shop_list > div > div ul li {
	width: 100%;
	margin-bottom: 20px;
}

section.shop_list > div > div ul li h4 {
	margin-bottom: 10px;
}
section.shop_list > div > div ul li h4 span {
	font-size: 20px;
}

section.shop_list > div > div ul li a {
	width: 48%;
	height: 45px;
	font-size: min(4vw, 16px);
}









/************ 店舗情報 ************/
section.shop_info {
	padding-bottom: 20px;
}
section.shop_info > div {
	width: 90%;
	max-width: 600px;
}
/*埼玉県*/
section.shop_info > div > div:nth-of-type(1) {
	padding-bottom: 0;
}
/*群馬県*/
section.shop_info > div > div:nth-of-type(2) {
	width: 100%;
}
/*栃木県*/
section.shop_info > div > div:nth-of-type(3) {
	width: 100%;
}
/*県名見出し*/
section.shop_info > div > div h3 {
	text-align: left;
	margin-bottom: 20px;
}
section.shop_info > div > div h3 span {
	font-size: 24px;
	margin-left: 16px;
	font-weight: bold;
}

section.shop_info > div > div ul li {
	width: 100%;
	height: auto;
}
/*電話番号*/
section.shop_info > div > div ul li > a {
	font-size: min(8vw, 28px);
	max-width: 360px;
	pointer-events: auto;
}
/*店名*/
section.shop_info > div > div ul li > h4 {
	font-size: min(6vw, 24px);
}
/*MAP*/
section.shop_info > div > div ul li > div {
	width: 100%;
	position: static;
	bottom: unset;
	left: unset;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}






/************ アキヤマグループのご紹介 ************/
section.introduction {
	padding-bottom: 40px;
}
section.introduction > img {
	width: 60%;
	max-width: 300px;
	margin: 40px auto 40px;
}
section.introduction > p {
	font-size: 16px;
}
section.introduction > a {
	width: 90%;
	max-width: 400px;
	margin: 40px auto 80px;
}
/*バナー群*/
section.introduction > div {
	width: 90%;
	max-width: 600px;
	justify-content: space-between;
}
section.introduction > div a {
	width: 49%;
	margin-bottom: 10px;
}
section.introduction > div a:nth-of-type(1),
section.introduction > div a:nth-of-type(3),
section.introduction > div a:nth-of-type(5) {
	margin-right: 0;
}










/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
