@charset "utf-8";

.l_maintitle .md_cont{
	padding-top: 20px;
}

.l_shop .md_cont{
	padding-top: 0;
}

.l_maintitle .md_txtmain{
	padding-bottom: 0;
}

.l_maintitle .md_txtmain div:nth-child(1){
	width: 25%;
}

.l_shopcont .l_maintitle{
    padding-bottom: 0;
}

.l_shopcont .is_h2 p{
	color: #4653a2;
	font-size: 250%;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	position: static;
}

.l_shoplist .md_shop{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.l_shoplist .md_shop li a{
	color: #4653a2;
	text-decoration: underline;
	padding: 0 10px 0 20px;
	display: inline-block;
	position: relative;
}

.l_shoplist .md_shop li a::before{
	content: "";
	border-top: 2px solid #4653a2;
	border-right: 2px solid #4653a2;
	width: 9px;
	height: 9px;
	margin: auto;
	position: absolute;
	top: 9px;
	left: 4px;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.l_shoplist .md_shop li a:hover{
	text-decoration: none;
}

.l_shop .md_table,
.l_shopnaiyo .md_table{
	margin: 0;
}

.l_shop .md_table th,
.l_shop .md_table td{
	border-right: #4653a2 1px solid;
}

.l_shop .md_table th:last-child,
.l_shop .md_table td:last-child{
	border-right: none;
}

.is_gmap{
	position: relative;
	width: 100%;
	height: 0;
	margin: 20px 0 0 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.is_gmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.is_shoplistnaiyo{
	border-bottom: #666 2px dotted;
	margin-bottom: 40px;
	padding: 0 20px 20px 20px;
}

.is_shoplistnaiyo a.is_txtlink::before{
	transform: rotate(135deg);
}

.l_shop .is_btn{
	margin-top: 80px;
}

.md_framedirect{
	background-color: #fffbc6;
}

@media screen and (max-width:767px){
	.l_shoplist .md_shop{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.l_shopnaiyo .md_table th{
		width: 80px;
	}
	
	.is_gmap{
		margin: 10px 0 0 0;
	}
	
	.is_shoplistnaiyo{
		margin-bottom: 8%;
		padding: 0 0 20px 0;
	}
	
	.l_shop .is_btn{
		margin-top: 16%;
	}
	
	.l_shopcont .is_h2 p{
		font-size: 175%;
	}
	
}
