@charset "utf-8";

/*
shoplist
全国のお取扱店
*/

/* #Sec01
-----------------------------------------------------------------*/
.shoplist #Sec01{
}
.shoplist .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 80px;
}

#Main.shoplist .ttl{
	font-family: 'Noto Serif JP';
	font-size: 2.2rem;
	font-weight: normal;
	margin: 50px auto;
	line-height: 4.5rem;
}

#Main.shoplist .ttl span{
	font-size: 3.0rem;
}

.shoplist #Sec01 .txt{
	font-size: 1.6rem;
	text-align: center;
}

.shoplist #Sec01 .link_box ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 110px auto 90px auto;
}

.shoplist #Sec01 .link_box li{
	width: 120px;
	height: 48px;
	line-height: 1.5;
	background: #949494;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.shoplist #Sec01 .link_box li a{
	color: #fff;
}

.shoplist .shop_area{
	background: #BEBECB;
	height: 72px;
	line-height: 72px;
	font-size: 2.0rem;
	margin-top: 50px;
}

.shoplist .shop_box .inner .shop_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shoplist .shop{
	width: 450px;
	margin-top: 40px;
}

.shoplist .inner h3{
	font-size: 2.0rem;
	margin-top: 40px;
}

.shoplist .inner .shop h3{
	margin-bottom: 40px;
}

.shoplist .shop_box h4{
	font-size: 2.0rem;
}
.shoplist .shop_box h4 a{
	color: #000033;
}

.shoplist .shop_box .shop_ttl{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #000033;
}

.shoplist .shop_box .map{
	background: #000033;
	border-radius: 20px;
	text-align: center;
	width: 63px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
}

.shoplist .shop_box a{
	color: #fff;
}


.shoplist #Sec03{
	background: #BEBECB;
}

.shoplist #Sec03 h3{
	border-bottom: 2px solid #000033;
	display: inline-block;
	margin-bottom: 30px;
}

.shoplist #Sec03{
	margin: 50px auto 100px auto;
}

.shoplist #Sec03 .txt{
	margin-bottom: 30px;
}

.shoplist #Sec03 .contact{
	margin: 50px auto;
}

.shoplist #Sec03 .address{
	display: flex;
}

.shoplist #Sec03 .address h4{
	margin-right: 10px;
}

.shoplist #Sec03 .number{
	display: flex;
	margin-top: 20px;
}

.shoplist #Sec03 .number .tel{
	margin-right: 180px;
}

.shoplist #Sec03 .number .num{
	font-size: 3.2rem;
    line-height: 3.2rem;
	font-weight: bold;
}

.shoplist #Sec03 .number .num span{
	font-size: 2.0rem;
	margin-right: 10px;
}

.shoplist #Sec03 .contact_box{
	display: flex;
	justify-content: space-between;
}

.shoplist #Sec03 .contact_box span{
	font-size: 2.6rem;
	font-weight: bold;
}

.shoplist #Sec03 .btn{
	background: #000033;
	width: 460px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	margin-top: 0;
}

.shoplist #Sec03 .btn a{
	color: #fff;
}

@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */
.shoplist #Sec01 .link_box ul{
	justify-content: left;
}

.shoplist #Sec01 .link_box ul li{
	margin: 0 10px;
}

.shoplist .shop_box .inner .shop_list{
	justify-content: center;
	margin: 0 auto;
}

/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.shoplist #Sec01{
}
.shoplist .inner{
	max-width: 100%;
	padding: 0 50px;
}

.shoplist #Sec01 .link_box ul{
	margin: 60px auto;
}

.shoplist #Sec01 .link_box ul{
	flex-wrap: wrap;
	display: block;
}

.shoplist #Sec01 .link_box ul li{
	width: 46%;
	margin: 0 1%;
	margin-bottom: 10px;
	display: inline-flex;
}


.shoplist #Sec03 .number{
	display: block;
}

.shoplist #Sec03 .number .tel{
	margin: 0;
	margin-bottom: 10px;
}

.shoplist #Sec03 .btn{
	width: 100%;
	margin-top: 30px;
}

.shoplist #Sec03 .about_inner{
	display: block;
}

.shoplist #Sec03 .about_inner img{
	width: 100%;
	margin-top: 20px;
}

.shoplist #Sec03 .about_inner .txt{
	margin-right: 0;
}

.shoplist #Sec03 .contact_box{
	display: block;
}

.shoplist #Sec03 .btn{
	width: 100%;
}


/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}