@charset "UTF-8";


#main_wap a:link { color: #000; }
#main_wap a:visited { color: #000; }
#main_wap a:hover { color: #000; }
#main_wap a:active { color: #000; }



.mapalia {
	width: 1080px;
	margin: 0 auto;
}


.shoplist_ttl {
	margin: 130px auto;
	text-align: center;
	font-size: 40px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	color: #002a46;
}

.inquiry_wrap {
	margin: 0 auto 120px auto;
	text-align: center;
	font-size: 17px;

}

.inquiry_wrap .ttl_wrap {
	font-weight: bold;
	color: #002a46;		
}

.shoparea_list {
	width: 72.26%;
	margin: 0 auto 10% auto;
	text-align: center;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
}



.shoparea_list ul {
	width: 100%;
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content:center;
}


.shoparea_list li a {
	text-decoration: none!important;
}

.shoparea_list li span.c_s{
	font-size: 12px;
}

.shoparea_list li span.new_r{
	font-size: 12px;
	color: #ff3101;
}

.shoparea_list li {
	height: 19px;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;	
	align-items:flex-end;
/*	border-left: 1px solid #333;*/
	border-right: 1px solid #333;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 2px;
}

.shoparea_list li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}

.shoparea_list li:last-of-type {
	border-right: 0;
}

.shoparea {
	background: none!important;
	color: #002a46;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 140px 0 10px 0;
}

ul.shoparea_d_box {
	width: 92.599%;
	margin: 0 auto;
	padding: 50px 40px;
	border-top: 1px solid #333;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	line-height: 1.8em;
}

ul.shoparea_d_box_l {
	width: 92.599%;
	margin: 0 auto;
	padding: 60px 40px;
	border-top: 1px solid #333;
/*	border-bottom: 1px solid #333;	*/
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	line-height: 1.8em;
}


ul.shoparea_d_box li{
	list-style-type: none;
} 

ul.shoparea_d_box li.shopname_box, ul.shoparea_d_box_l li.shopname_box {
	width: 30.43%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

ul.shoparea_d_box li.shopname_box .new_wrap{
	margin: 5px 0 0 0;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #ca0a0a;
}


ul.shoparea_d_box li.address_box, ul.shoparea_d_box_l li.address_box, ul.shoparea_d_box li.address_box, ul.shoparea_d_box_l li.address_box02 {
	width: 52.3%;
	margin: 0 100px 0 0;
	font-size: 16px;
}




ul.shoparea_d_box li.address_box .s_txt_wrap {
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
}

ul.shoparea_d_box li.address_box .notes_wrap {
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
    margin: 20px 0 0 0;
}



ul.shoparea_d_box li.btn_box {
	width: 18.52%;
	margin: 0;
}

ul.shoparea_d_box_l li.btn_box {
	width: 18.52%;
	margin: 0;
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	z-index: 10000;
}
.modal__bg{
  position: absolute;
  left: 0;
  top: 0!important;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 45px 45px 65px 45px;
    position: absolute;
    top: 60%;
    transform: translate(-50%,-50%);
    width: 35%;
	font-size: 16px;
	z-index: 99999;
}

.modal__content .s_t_wrap {
	margin: 25px 0 0 0;
	font-weight: bold;
}

.modal__content .s_d_wrap {
	padding: 0 0 25px 0;
border-bottom: 1px solid #333;
}

.modal__content .s_d_wrap:last-of-type {
border-bottom: none;
}


.js-modal-close{
position: absolute;
top: 25px;
right: 20px;
bottom: auto;
}

.js-modal-close .dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.2em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

.js-modal-close .dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


.f_under_line {
text-decoration: none!important;
border-bottom: 1px solid #555;
/*padding-bottom: 2px;*/
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;	
}


.r_btn_wrap {
	margin: 0 auto;
}

.btn_box {	
	width:100%;
	margin: 0px auto 5px auto;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;	
}

.btn_box02 {	
	width:26.913%;
	margin:20px 0 0 0;
}


.service_btn {
	display: block;
/*	position: relative;*/
	padding:0;
	border:none;
	background: #dcdcdc;
	text-align:center;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#000;
	text-decoration:none!important;
}

.map_btn, .map_btn02 {
	display: block;
/*	position: relative;*/
	padding:3px 0;
	border:none;
	background: #434343;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 1px;
	color:#FFF!important;
	text-decoration:none!important;
}

.blog_btn {
	display: block;
/*	position: relative;*/
	padding:3px 0;
	border:solid 1px #000;
	background: #fff;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 1px;
	color:#000!important;
	text-decoration:none!important;
}

.view_btn span.f_s {
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
}

.notes_wrap {
width: 64.815%;
font-size: 14px;
margin: 70px auto 70px auto;
letter-spacing: 1px;
}


@media only screen and (max-width: 980px) {
	
	
.mapalia {
	width: 100%;
	margin: 0 auto;
}	
	
.shoplist_ttl {
	margin: 25% auto 10% auto;
	text-align: center;
	font-size: 40px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	color: #002a46;
}

.inquiry_wrap {
	margin: 0 auto 10% auto;
	text-align: center;
	font-size: 100%;

}

.inquiry_wrap .ttl_wrap {
	font-weight: bold;
	color: #002a46;
	font-size: 16px;
	margin: 0 auto 2% auto;
}
	
	
	
.shoparea_list {
	width: 100%;
	margin: 0 auto 20% auto;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-size: 130%;
	font-style: normal;
	letter-spacing: 3px;
}




.shoparea_list ul {
	width: 	90%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.shoparea_list li a {
	text-decoration: none!important;
}
	
.shoparea_list li span.c_s{
	font-size: 10px;
}
	
.shoparea_list li span.new_r{
	font-size: 10px;
	color: #ff3101;
}	

.shoparea_list li {
	width: auto;
    height: 10px;
    list-style-type: none;
    padding: 0% 2% 1% 2%;
    border-left: 0;
    border-right: 1px solid #333;
    font-size: 100%;
    letter-spacing: 1px;
    margin: 2% 0 2% 0;
}

.shoparea_list li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}
	
.shoparea_list li:nth-of-type(4){
/*	border-left: 1px solid #333;*/
	margin-bottom: 0;
	}	
	
.shoparea_list li:nth-of-type(4){
	margin-bottom: 0;
	}
	
.shoparea {
	background: none!important;
    color: #002a46;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 20% auto 0 auto;
}

ul.shoparea_d_box {
	width: 80%;
	margin: 0 auto;
	padding: 10% 5%;
	border-top: 1px solid #333;
	display: block;
	justify-content: space-between;
	list-style-type: none;
	line-height: 1.8em;
}
	
ul.shoparea_d_box_l {
	width: 80%;
	margin: 0 auto;
	padding: 10% 5%;
	border-top: 1px solid #333;
/*	border-bottom: 1px solid #333;	*/
	display: block;
	justify-content: space-between;
	list-style-type: none;
	line-height: 1.8em;
}	

ul.shoparea_d_box li{
	list-style-type: none;
} 

ul.shoparea_d_box li.shopname_box, ul.shoparea_d_box_l li.shopname_box {
	width: 100%;
    text-align: left;
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 5% 0;
}
	
ul.shoparea_d_box li.shopname_box .new_wrap{
	margin: 1% 0 3% 0;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #ca0a0a;
}	

ul.shoparea_d_box li.address_box, ul.shoparea_d_box_l li.address_box {
	width: 100%;
	margin: 0 100px 0 0;
	line-height: 1.8em;
	font-size: 14px;	
}
	
ul.shoparea_d_box li.address_box, ul.shoparea_d_box_l li.address_box02 {
	width: 100%;
	margin: 0 100px 10% 0;
	line-height: 1.8em;	
	font-size: 14px;
}	
	
	
ul.shoparea_d_box li.address_box .s_txt_wrap {
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
}	
	
ul.shoparea_d_box li.address_box .notes_wrap {
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
    margin: 5% 0 0 0;
}
	


ul.shoparea_d_box li.btn_box {
	width: 100%;
	margin: 0;
}

ul.shoparea_d_box_l li.btn_box {
	width: 100%;
	margin: 0;
}	
	
	
	
.modal__content{
    background: #fff;
    left: 50%;
    padding: 5%;
    position: absolute;
    top: 45%;
    transform: translate(-50%,-50%);
    width: 75%;
}
	
.js-modal-close{
position: absolute;
top: 20px;
right: 20px;
bottom: auto;
}	
	
.r_btn_wrap {
	display: flex;
	margin: 0 auto;
}


.btn_box {	
    width: 100%;
    margin: 0 1% 0 0;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;	
}

.btn_box02 {	
	width: 40%;
    margin: 10% 0;
}

.service_btn {
	display: block;
/*	position: relative;*/
	padding:4%;
	border:none;
	background: #dcdcdc;
	text-align:center;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#000;
	text-decoration:none!important;
}

.map_btn {
	display: block;
/*	position: relative;*/
	padding:7% 0;
	border:none;
	background: #434343;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 3px;
	color:#FFF!important;
	text-decoration:none!important;
}
	
.map_btn02 {
	display: block;
/*	position: relative;*/
	padding:7% 0;
	border:none;
	background: #434343;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 3px;
	color:#FFF!important;
	text-decoration:none!important;
}	
	
	
	

.blog_btn {
	display: block;
/*	position: relative;*/
	padding:6.3% 0;
	border:solid 1px #000;
	background: #fff;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 3px;
	color:#000!important;
	text-decoration:none!important;
}

.view_btn span.f_s {
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
}
	
.notes_wrap {
	width: 80%;
    font-size: 14px;
    margin: 10% auto 10% auto;
    line-height: 1.5em;
}	
	
}