@charset "utf-8";
/* CSS Document */

/* PC
-------------------------------------------------- */
@media screen and (min-width:768px){

.mainVisual{
	margin-top:30px;
	text-align:center;
}

.overview{
	margin-top:27px;
	font-size:16px;
	line-height:1.6em;
}

.overview span{
	font-weight:bold;
	text-decoration:underline;
}

#flexLeft h1{
	font-weight:normal;
}

.update{
	font-weight:normal;
}

#flexLeft h2{
	font-size:20px;
	line-height:20px;
	padding:15px 10px;
	background:#efefef;
	margin:50px 0 0;
	font-weight:normal;
}

.shopTable{
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0;
}

.shopTable,
.shopTable th,
.shopTable td{
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.shopTable th{
	padding: 10px;
	font-size: 16px;
	text-align: center;
	background: #f4f4f4;
	font-weight: normal;
	width: 160px;
	line-height: 1.8;
}

.shopTable td{
	padding: 10px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}

.shopTable td span{
	display: block;
}

.shopTable td span a{
	color: #005fd4;
}

.cnt-text{
	font-size: 16px;
	line-height: 1.8;
}

.shop-photo{
	margin-top: 30px;
	text-align: center;
}

.photo-text{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.cnt-text2{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 60px;
}

.cnt-text3{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}

.cnt-text3 span{
	font-weight: bold;
}

.shop-sns{
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.shop-sns li{
	width: 60px;
	margin: 0 10px;
}

.shop-sns li img{
	width: 100%;
}

}





/* SP
-------------------------------------------------- */
@media screen and (max-width:767px){

.mainVisual{
	margin-top:20px;
	text-align:center;
}

.mainVisual img{
	width:100%;
}

#flexLeft h1{
	text-align: left;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.3em;
}

#flexLeft h2{
	font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    padding: 10px;
    background: #efefef;
    margin-top: 30px;
}

.overview {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6em;
}

.shopTable{
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0;
}

.shopTable,
.shopTable th,
.shopTable td{
	border-collapse: collapse;
}

.shopTable th{
	padding: 10px;
	font-size: 14px;
	text-align: center;
	background: #f4f4f4;
	font-weight: normal;
	line-height: 1.8;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-top: -1px;
}

.shopTable td{
	padding: 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
	display: block;
	border: 1px solid #ccc;
	margin-top: -1px;
}

.shopTable td span{
	display: block;
}

.shopTable td span a{
	color: #005fd4;
}

.cnt-text{
	font-size: 14px;
	line-height: 1.8;
}

.shop-photo{
	margin-top: 30px;
	text-align: center;
}

.shop-photo img{
	width: 100%;
}

.photo-text{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.cnt-text2{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 60px;
}

.cnt-text3{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
}

.cnt-text3 span{
	font-weight: bold;
}

.shop-sns{
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.shop-sns li{
	width: 60px;
	margin: 0 10px;
}

.shop-sns li img{
	width: 100%;
}

}
