@charset "utf-8";
/* CSS Document */
/*
==========================================================
0.販売店情報詳細テンプレ
==========================================================
*/
.shop_info {
	margin: 1em 50px;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.shop_info h2 {
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: solid 2px #999;
}
.shop_lavel {
	margin-bottom: 1em;
}
.camp_info {
	background-color: #F6FAF5;
	border: solid 1px #ABBAA9;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	padding: 1em 2em 2em 2em;
	margin-bottom: 3em;
	color: #2C2319;
}
.camp_info dt {
	margin-bottom: 0.5em;
	font-size: 0.8em;
}
dd.c_title {
	padding: .5em .7em;
    border: 2px solid #ABBAA9;
    box-shadow: 5px 5px #ABBAA9;
    color: #2C2319;
	margin-bottom: 1em;
	font-weight: 500;
	background-color: #fff;
	display: flex;
	align-items: center;
}
dd.c_title::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 9px;
	background-image: url("../../shop/img/ico_megaphone1_6.gif");
	background-size: contain;
}

.red {
	color: #A92708;
}
.msg {
	line-height: 1.5;
}
.address {
	display: flex;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #aaa;
}
.address dt {
	width: 20%;
}
.address dt::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 14px;
	height: 13px;
	background-image: url("../../shop/img/address.gif");
	background-size: contain;
	vertical-align: middle;
}
.address dd {
	width: 80%;
}
.tel {
	display: flex;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #aaa;
}
.tel dt {
	width: 20%;
}
.tel dt::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 14px;
	height: 11px;
	background-image: url("../../shop/img/phone.gif");
	background-size: contain;
	vertical-align: middle;
}
.tel dd {
	width: 80%;
}
.hp {
	display: flex;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #aaa;
}
.hp dt {
	width: 20%;
}
.hp dt::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 14px;
	height: 14px;
	background-image: url("../../shop/img/mouse.gif");
	background-size: contain;
	vertical-align: middle;
}
.hp dd {
	width: 80%;
}
.email {
	display: flex;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #aaa;
}
.email dt {
	width: 20%;
}
.email dt::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 13px;
	height: 9px;
	background-image: url("../../shop/img/ico_mail.gif");
	background-size: contain;
	vertical-align: middle;
}
.email dd {
	width: 80%;
}
.holi {
	display: flex;
	align-items: center;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #aaa;
}
.holi dt {
	width: 20%;
}
.holi dt::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 14px;
	height: 14px;
	background-image: url("../../shop/img/info.gif");
	background-size: contain;
	vertical-align: middle;
}
.holi dd {
	width: 80%;
}
.op_hour {
	display: flex;
	align-items: center;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px solid #aaa;
}
.op_hour dt {
	width: 20%;
}
.op_hour dt::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 13px;
	height: 13px;
	background-image: url("../../shop/img/clock.gif");
	background-size: contain;
	vertical-align: middle;
}
.op_hour dd {
	width: 80%;
}
.salesp {
	display: flex;
	align-items: center;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #aaa;
}
.salesp dt {
	width: 20%;
}
.salesp dt::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 6px;
	height: 13px;
	background-image: url("../../shop/img/ico_man10_3.gif");
	background-size: contain;
	vertical-align: middle;
}
.salesp dd {
	width: 80%;
}
.salesp ul {
	display: flex;
	align-items: center;
}
.salesp ul li {
	margin-right: 2em;
}
.pr_comm {
	display: flex;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 3em;
}
.pr_comm dt {
	width: 20%;
}
.pr_comm dt::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 10px;
	height: 10px;
	background-image: url("../../shop/img/ico_comment7b_01.gif");
	background-size: contain;
	vertical-align: middle;
}
.pr_comm dd {
	width: 80%;
	line-height: 1.5;
}
.sh_list {
	display: flex;
	justify-content: space-around;
	margin-top: 1em;
	margin-bottom: 3em;
}
.democar {
	display: flex;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.democar dt {
	width: 20%;
}
.democar:nth-last-child(1 of .democar) {
	margin-bottom: 3em;
}
.listset {
	/*border: solid 1px #A32224;*/
	background: #f4f5f7;
	margin-bottom: 2em;
	padding-top: 0.5em;
}
.carmodel_list {
	margin-bottom: 0.5em;
	display: flex;
}
.att:nth-child(1 of .att) {
	margin-right: 1em;
}
.att {
	display: flex;
	align-items: center;
}
.att dt {
	font-size: 0.8em;
}
.att dt::after {
	content: " :";
}
.att dd {
	color: #009245;
}
.car_list {
	display: flex;
	justify-content: space-around;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
.photo_txt {
	margin-bottom: 2em;
}
.d_title {
	border-bottom: dashed 1px #666;
	font-weight: bold;
	margin-bottom: 1em;
}
.d_title::after {
	content: "写真をクリックすると拡大されます。";
	font-weight: 300;
	font-size: 0.9em;
	display: inline-block;
	padding-left: 1em;
}
button.button-01 {
	display: inline-block;
  padding: 5px 20px;
  border: solid 1px #333;
  outline: none;
  font: inherit;
  color: inherit;
  background: #eee;
	margin-left: 2em;
	border-radius: 3px;
}
.btn-style2 { 
	display: inline-block;
	margin-left: 2em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #808080;
	background-color: transparent;
	color: #808080;
	transition: background-color 0.3s, color 0.3s;
}
.btn-style2:hover {
	background-color: #808080;
	color: white;
}

.size-small { font-size: 0.875rem; padding: 0.5em 1em; }
.size-medium { font-size: 1rem; padding: 0.75em 1.5em; }
.size-large { font-size: 1.125rem; padding: 1em 2em; }

.width-auto { display: inline-block; width: auto; }
.width-full { display: block; width: 100%; box-sizing: border-box; }

.radius-none { border-radius: 0; }
.radius-small { border-radius: 4px; }
.radius-medium { border-radius: 8px; }
.radius-large { border-radius: 50px; }