

/*▼START▼メインビジュアル*/

#shops-sub-area {
	max-width: 1240px;
	padding: 0px;
	background-color: #fff;
	margin: 0 auto
}

/*----------*/
.shops-cont-area {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.shops-left {
	width: 35%;
	margin: 0 5%;
	float: left;
}

.shops-right {
	width: 45%;
	margin: 0 5%;
	float: right;
	line-height: 2em;
}

.shops-name {
	font-size: 21px;
	line-height: 1.5em;
	margin-bottom: 25px;
	text-align: left;
}

.shops-address {
	font-size: 16px;
	color: #000;
	background-image: url(/m/cmn_files/img_rwd/icon-map-blk.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	padding-left: 27px;
	margin: 15px 0;
	text-align: left;
	height: 20px;
	line-height: 18px;
}

.shops-tel {
	color: #00ce38;
	font-size: 22px;
	background-image: url(/m/cmn_files/img_rwd/icon-tel-blk.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 0;
	padding-left: 27px;
	text-align: left;
	height: 20px;
	line-height: 20px;
	margin: 15px 0;
}

.shops-tel a {
	color: #00ce38;
}

.shops-fax {
	font-size: 16px;
	text-align: left;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.shops-open {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-image: url(/m/cmn_files/img_rwd/icon-time-blk.svg);
	background-repeat: no-repeat;
	padding-left: 27px;
	background-size: 22px;
	background-position: 0;
	width: 100%;
	text-align: left;
	height: 25px;
	line-height: 25px;
}

.shops-hd {
	color: #888;
	font-size: 14px;
	text-align: left;
}

.shops-image {
	width: 100%;
	height: 330px;
	object-fit: contain;
	padding: 1%;
}

.shops-about-list {
	width: calc(92% / 2);
	margin: 2%;
	border: solid 1px #ddd;
	padding: 20px;
	float: left;
	min-height: 750px;
}

h2.title-point {
	color: #000;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
	margin: 50px 0 100px 0;
	width: 100%;
	text-align: center;
}

h2.title-point:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
	}
	h2.general_title01 {
		color: #000;
		font-size: 1.3em;
		position: relative;
		display: inline-block;
		margin: 50px 0 100px 0;
		width: 100%;
		text-align: center;
	}
	h2.general_title01:before {
		content: '';
		position: absolute;
		bottom: -15px;
		display: inline-block;
		width: 60px;
		height: 3px;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: black;
	}

h3.shops-about-list-title {
	text-align: left;
	display: inline-table;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
	height: 40px;
	border-left: solid 3px #333333;
	margin: 10px 0;
	padding-left: 1em;
}

p.shops-about-text {
	text-align: left;
	line-height: 1.5em;
	font-size: 16px;
}

img.shops-about-image {
	width: 100%;
	height: auto;
	/*object-fit: cover;*/
	padding: 1%;
}

/* .shops-gmap {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	border: solid 1px #ddd;
} */

figure {
	width: calc(94% / 3);
	margin: 1%;
	float: left;
}

.my-gallery img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	background-color: #f1f1f1;
}

figcaption {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding: 10px;
	height: 90px;
	display: none;
}

span.setsubi-btn a {
	color: #333;
	padding: 4px 8px;
	background-color: #ffffff;
	border: solid 1px #999;
	border-radius: 3px;
	font-size: 14px;
	margin: 2px;
	display: inline-block;
}

.dl-multi-table {
	width: 100%;
	float: left;
}

.dl-multi-table dt, .dl-multi-table dd {
	padding: 12px 0;
	border-top: 1px solid #EEE;
}

.dl-multi-table dt {
	width: 30%;
	float: left;
}

.dl-multi-table dd {
	width: 70%;
	margin-left: 30%;
	line-height: 1.5em;
}

.dl-multi-table dl {
	margin: -8px 0;
}

.dl-multi-table dd dl dt {
	font-weight: normal;
	color: #999;
	font-size: 12px;
}

.dl-multi-table dd dl dt:first-child, .dl-multi-table dd dl dd:nth-child(2) {
	border-top: none;
}

/*----------------------ここからレスポンシブ--------------------------*/

@media screen and (max-width: 768px) {
	#shops-sub-area {
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    margin: 0 auto;
}

	.shops-left {
		width: 100%;
		line-height: 2em;
		margin: 0 0 0 0;
		float: left;
	}

	.shops-right {
		width: 100%;
		margin: 0 0 20px 0;
		float: left;
		padding: 20px;
	}

	.shops-image {
		width: 100%;
		height: 300px;
		object-fit: cover;
		padding: 0;
	}

	.shops-about-list {
		width: 100%;
		margin: 0;
		border: 0;
		padding: 20px;
		float: left;
	}

	.shops-address {
		font-size: 3.5vw;
		color: #000;
		background-image: url(/m/cmn_files/img_rwd/icon-map-blk.svg);
		background-repeat: no-repeat;
		background-size: 18px;
		padding-left: 27px;
		margin: 15px 0;
		text-align: left;
	}

	.shops-tel {
		width: 100%;
		background-color: #333;
		height: 60px;
		line-height: 60px;
		color: #fff;
		font-size: 22px;
		background-image: url(/m/cmn_files/img_rwd/icon-tel-wht.svg);
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: 27px;
		padding-left: 73px;
		letter-spacing: 2px;
		text-align: left;
		margin: 10px auto;
		border-radius: 5px;
	}

	.shops-tel a {
		color: #fff;
		display: block;
	}

	.shops-name {
		font-size: 21px;
		line-height: 1.5em;
		margin-bottom: 25px;
		text-align: center;
	}

	img.shops-about-image {
		width: 100%;
		height: auto;
		/*object-fit: cover;*/
		padding: 1%;
		border-radius: 20px;
	}

	figure {
		width: calc(99.333% / 3);
		margin: 0.1%;
		float: left;
	}

	.my-gallery img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		background-color: #f1f1f1;
	}

	figcaption {
		display: none;
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
		padding: 5px;
		height: 90px;
	}

	.dl-multi-table {
		width: 100%;
	}

	.dl-multi-table dt, .dl-multi-table dd {
		padding: 8px 0;
		border-top: 1px solid #EEE;
	}

	.dl-multi-table dt {
		width: 20%;
		float: left;
		font-size: 10px;
	}

	.dl-multi-table dd {
		width: 80%;
		margin-left: 20%;
		font-size: 3.5vw;
	}

	.dl-multi-table dl {
		margin: -8px 0;
	}

	.dl-multi-table dd dl dt {
		font-weight: normal;
		color: #999;
		font-size: 10px;
		width: 30%;
	}

	.dl-multi-table dd dl dt:first-child, .dl-multi-table dd dl dd:nth-child(2) {
		border-top: none;
	}

}
