/*============================
地図で探す
============================*/
#shoplist_map {
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#shoplist_map {
		padding-bottom: 0.50rem;
	}

	#shoplist_map .in {
		padding: 0;
	}
}

#shoplist_map .map_wrapper {
	position: relative;
}

#shoplist_map .map_wrapper .map_cont {
	width: 100%;
	height: 6.00rem;
	margin-top: 0.29rem;
	margin: 0.29rem 0 0 auto;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#shoplist_map .map_wrapper .map_cont {
		width: 100%;
		height: 5.00rem;
		margin: auto;
	}
}

#shoplist_map .map_wrapper .map_cont img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#shoplist_map .map_wrapper .map_choice {
	border-top: 3px solid #00428e;
	position: absolute;
	top: 0.30rem;
	right: calc(50% + 2.5rem);
	z-index: 1;
	background: #fff;
	box-sizing: border-box;
	padding: 0.10rem 0.2rem 0.20rem;
	box-shadow: 3px 7px 5px 0px rgb(0 0 0 / 21%);
}

@media screen and (max-width: 599px) {
	#shoplist_map .map_wrapper .map_choice {
		width: 100%;
		position: static;
		padding: 0;
	}
}

#shoplist_map .map_wrapper .map_choice .list {
	width: 100%;
}
@media screen and (max-width: 599px) {
	#shoplist_map .map_wrapper .map_choice .list {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0.10rem;
	}
}



#shoplist_map .map_wrapper .map_choice .list .item {
	font-size: 0.16rem;
	padding-bottom: 0.10rem;
	padding-left: 0.15rem;
}

@media screen and (max-width: 599px) {
	#shoplist_map .map_wrapper .map_choice .list .item {
		font-size: 0.12rem;
		padding-bottom: 0.17rem;
		padding-left: 0.02rem;
		display: inline-block;
	}

	#shoplist_map .map_wrapper .map_choice .list .item:last-child {
		padding-bottom: 0;
	}
}

#shoplist_map .map_wrapper .map_choice .list .item input[type=checkbox] {
	display: none;
}

#shoplist_map .map_wrapper .map_choice .list .item .checkbox01 {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 0.05rem 0.30rem;
	position: relative;
	width: auto;
}

@media screen and (max-width: 599px) {
	#shoplist_map .map_wrapper .map_choice .list .item .checkbox01 {
		padding: 0 0.30rem;
	}
}

#shoplist_map .map_wrapper .map_choice .list .item .checkbox01::before {
	background: #fff;
	border: 1px solid #cccccc;
	content: '';
	display: block;
	height: 0.16rem;
	left: 0.05rem;
	margin-top: -0.08rem;
	position: absolute;
	top: 50%;
	width: 0.16rem;
}

#shoplist_map .map_wrapper .map_choice .list .item .checkbox01::after {
	border-right: 3px solid #00428e;
	border-bottom: 3px solid #00428e;
	content: '';
	display: block;
	height: 0.09rem;
	left: 0.10rem;
	margin-top: -0.07rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 0.05rem;
}

#shoplist_map .map_wrapper .map_choice .list .item input[type=checkbox]:checked + .checkbox01::after {
	opacity: 1;
}

/*ボタン*/
#shoplist_map  .map_wrapper .map_choice .btn_location {
	width: 100%;
	margin: 0.2rem 0;
}
@media screen and (max-width: 599px) {
	#shoplist_map  .map_wrapper .map_choice .btn_location {
		margin: 0.15rem 0;
	}
}


#shoplist_map  .map_wrapper .map_choice .btn_location a {
	max-width: 2.60rem;
	width: 100%;
	background: #00428e;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-left: 0.15rem;
	text-align: center;
	padding: 0.10rem 0 0.15rem;
	box-sizing: border-box;
	border-radius: 0.05rem;
	font-size: 0.16rem;
	font-weight: 600;
}
@media screen and (max-width: 599px) {
	#shoplist_map  .map_wrapper .map_choice .btn_location a {
		margin: 0 auto;
		font-size: 0.14rem;
		padding: 0.14rem 0 0.14rem;
	}
}


#shoplist_map  .map_wrapper .map_choice .btn_location a:hover {
	opacity: 0.7;
}

#shoplist_map  .map_wrapper .map_choice .btn_location a span::after {
	content: "";
	display: inline-block;
	width: 0.20rem;
	height: 0.20rem;
	background-image: url(../img/icon_location.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top:0.03rem;
	margin-left: 0.10rem;
}

@media screen and (max-width: 599px) {
	#shoplist_map  .map_wrapper .map_choice .btn_location a span::after {
		width: 0.13rem;
		height: 0.13rem;
		top:0.015rem;
		margin-left: 0.04rem;
	}
}

/*============================
市区町村名から探す
============================*/
#shoplist_search {
	padding: 0.90rem 0;
}

@media screen and (max-width: 599px) {
	#shoplist_search {
		padding: 0;
	}
}


/*タブ*/
#shoplist_search .tab {
	width: 100%;
	padding: 0.4rem 0;
}

@media screen and (max-width: 599px) {
	#shoplist_search .tab {
		display: none;
	}
}


#shoplist_search .tab .list {
	display: flex;
	flex-wrap: wrap;
}

#shoplist_search .tab .list .item {
	width: 12.5%;
}

#shoplist_search .tab .list .item a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
	text-align: center;
	font-size: 0.16rem;
	font-weight: 600;
	color: #000;
	padding-bottom: 0.15rem;
}

#shoplist_search .tab .list .item.link_off a {
	color: #ccc;
	pointer-events: none;
}

#shoplist_search .tab .list .item a:hover {
	border-bottom: 1px solid #00428e;
	color: #00428e;
}

/*コンテンツ*/
#shoplist_search .shoplist_box {
	margin-bottom: 1.00rem;
}

#shoplist_search .shoplist_box .title {
	font-size: 0.22rem;
	font-weight: 600;
	color: #00428e;
	margin-bottom: 0.28rem;
}

#shoplist_search .shoplist_box .title span {
	font-size: 0.16rem;
}

#shoplist_search .shoplist_box table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}


#shoplist_search .shoplist_box table tr {
	border-bottom: 1px solid #fff;
}

#shoplist_search .shoplist_box table tr.border_b {
	border-bottom: 0.25rem solid #fff;
}

#shoplist_search .shoplist_box table th {
	width: 8%;
	font-size: 0.16rem;
	font-weight: 600;
	vertical-align: top;
	padding-top: 0.26rem;
	color: #00428e;
}

#shoplist_search .shoplist_box table td {
	width: 10%;
	background: #f6f6f6;
	line-height: 1.66;
	letter-spacing: 0.05em;
	padding: 0.10rem 0;
	box-sizing: border-box;

}

#shoplist_search .shoplist_box table td.name {
	width: 20%;
	font-size: 0.16rem;
	font-weight: 600;
	padding:0 0.25rem;
}

#shoplist_search .shoplist_box table td.name a {
	color: #000;
}

#shoplist_search .shoplist_box table td.address {
	width: 15%;
	font-size: 0.15rem;
	box-sizing: border-box;
	padding-right: 20px;
}

#shoplist_search .shoplist_box table td.tel {
	width: 10%;
	font-size: 0.15rem;
	padding-right: 20px;
}

#shoplist_search .shoplist_box table td.shop {
	width: 12%;
	font-size: 0.15rem;
	padding-left: 0;
}

#shoplist_search .shoplist_box table td.shop a span::before {
	content: '';
	width: 0.20rem;
	height: 0.18rem;
	background: url(../img/shop/shop_list_icon_shop.svg);
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	background-size: contain;
	top: 0.04rem;
	left: -0.04rem;
	margin-right: 0.06rem;
}

#shoplist_search .shoplist_box table td.tenji {
	width: 12%;
	font-size: 0.15rem;
	padding-left: 0;
}

#shoplist_search .shoplist_box table td.tenji a span::before {
/*	content: '';*/
	width: 0.34rem;
	height: 0.17rem;
	background: url(../img/shop/shop_list_icon_tenji.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 0.04rem;
	left: -0.04rem;
	margin-right: 0.06rem;
}


#shoplist_search .shoplist_box table td.shop a,
#shoplist_search .shoplist_box table td.tenji a{
	font-size: 0.14rem;
	font-weight: 600;
	color: #00428e;
	background: #fff;
	display: inline-block;
	text-decoration: none;
	width: 90%;
	padding: 0.10rem 0;
	border-radius: 0.05rem;
	border: 1px solid #dddddd;
}

#shoplist_search .shoplist_box table td.shop a:hover,
#shoplist_search .shoplist_box table td.tenji a:hover{
	opacity: 0.7;
}


#shoplist_search .shoplist_box table td a span {
	text-align: center;
	display: block;
}


/*============================
スマホ用店舗一覧
============================*/
.sp_shoplist_box {
	padding-bottom: 0.50rem;
}

/* タイトル下の余白 */
@media screen and (max-width: 599px) {
	#shoplist_search .lower_title_box {
		padding-bottom: 0.09rem;
	}
}

/* 頭文字ごとのボックス */
#shoplist_search .sp_shoplist_wrap {
	padding-top: 0.15rem;
}

#shoplist_search .sp_shoplist_wrap .title {
	font-size: 0.15rem;
	font-weight: 700;
	color: #00428e;
	line-height: 0;
	padding: 0.24rem 0.20rem;
	border: 2px solid #CCC;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

#shoplist_search .sp_shoplist_wrap .title::after {
	content: "";
	width: 0.14rem;
	height: 0.08rem;
	background-image: url(../common/img/icon_acc_btn.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

/* 街ごとのボックス */
#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap {
	border-bottom: 1px solid #CCC;
	padding-top: 0.24rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* 最後のボックスは罫線を削除 */
#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap:last-child {
	border: 0;
}

/* 街の名前 */
#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_name {
	width: 0.80rem;
	font-size: 0.14rem;
	font-weight: 700;
}

/* 店舗情報とボタン */
#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list {
	width: calc(100% - 0.80rem);
}

#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.24rem;
}

/* 店舗情報 */
#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list .detail .textbox {
	width: calc(100% - 1.20rem);
}

#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list .detail .textbox .shop_name {
	font-size: 0.13rem;
	font-weight: 700;
	padding-bottom: 0.08rem;
	line-height: 1.6;
}

#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list .detail .textbox .text {
	font-size: 0.13rem;
	font-weight: 500;
	line-height: 1.46;
	letter-spacing: 0;
}

/* ボタン */
#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list .detail .btn_wrap {
	width: 1.13rem;
}

/* 店舗ページボタン */
#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list .detail .btn_wrap .btn_shop {
	padding-bottom: 0.08rem;
}

#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list .detail .btn_wrap .btn_shop a {
	display: block;
	text-align: center;
	line-height: 0;
	padding: 0.16rem 0 0.18rem;
	font-size: 0.13rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	background-color: #00428e;
}

/* 展示試乗車リンク */
#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list .detail .btn_wrap .btn_tenji a {
	font-size: 0.10rem;
	text-decoration: none;
	display: block;
	color: #00428e;
	position: relative;
}

/* 展示試乗車リンクのアイコン */
#shoplist_search .sp_shoplist_wrap .sp_town_list_wrap .town_list .detail .btn_wrap .btn_tenji a::after {
	content: "";
	width: 0.17rem;
	height: 0.10rem;
	background-image: url(../img/shop/shop_list_icon_tenji.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0
}

/* ---------- アコーディオン設定 -------------- */
#shoplist_search .sp_shoplist_wrap.open .acc_cont {
	display: block;
}

#shoplist_search .sp_shoplist_wrap.open .title::after {
	transform: rotate(-180deg);
	top: 41%;
}


/*============================
リンク
============================*/
#shoplist_special {
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#shoplist_special {
		padding-bottom: 0;
	}

	#shoplist_special .in {
		padding: 0;
	}
}

#shoplist_special .shoplist_special_box {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dddddd;
	background: url(../img/shop/shop_list_tenpo_deco.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
}

@media screen and (max-width: 599px) {
	#shoplist_special .shoplist_special_box {
		background-color: #f6f6f6;
		background-image: none;
		padding: 0.20rem;
		margin-bottom: 0.30rem;
		border: 0;
	}
}

#shoplist_special .shoplist_special_box.gr {
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#shoplist_special .shoplist_special_box.gr {
		margin-bottom: 0.30rem;
	}
}

#shoplist_special .shoplist_special_box .ph_wrap {
	width: 50%;
	height: 2.10rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#shoplist_special .shoplist_special_box .ph_wrap {
		width: 100%;
		height: 31.20vw;
		box-sizing: border-box;
		border: 1px solid #dddddd;
	}
}

#shoplist_special .shoplist_special_box .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#shoplist_special .shoplist_special_box .text_wrap {
	width: 50%;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#shoplist_special .shoplist_special_box .text_wrap {
		width: 100%;
		padding: 0.15rem 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}

/*ロゴ*/
#shoplist_special .shoplist_special_box .text_wrap .logo {
	text-align: center;
	padding-top: 0.30rem;
	max-width: 1.72rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#shoplist_special .shoplist_special_box .text_wrap .logo {
		width: 1.20rem;
		padding: 0 0.13rem;
		box-sizing: border-box;
	}
}

/*ロゴ（michinowa）*/
#shoplist_special .shoplist_special_box.michinowa .text_wrap .logo {
	max-width: 1.95rem;
}

#shoplist_special .shoplist_special_box .text_wrap .text {
	text-align: center;
	padding-top: 0.2rem;
	padding-bottom: 0.23rem;
	font-size: 0.15rem;
	font-weight: 600;
	line-height: 1.73;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	#shoplist_special .shoplist_special_box .text_wrap .text {
		width: calc(100% - 1.20rem);
		text-align: left;
		padding: 0;
		font-size: 0.12rem;
		line-height: 1.75;
		letter-spacing: 0;
		font-feature-settings: normal;
	}
}

/*ボタン*/
#shoplist_special .shoplist_special_box .text_wrap .btnbox {
	width: 66%;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#shoplist_special .shoplist_special_box .text_wrap .btnbox {
		width: 100%;
		padding-top: 0.15rem;
	}
}

#shoplist_special .shoplist_special_box .text_wrap .btnbox .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#shoplist_special .shoplist_special_box .text_wrap .btnbox .list .item {
	width: 48%;
	text-align: center;
}

#shoplist_special .shoplist_special_box .text_wrap .btnbox .list .item a {
	text-decoration: none;
	font-size: 0.14rem;
	font-weight: 600;
	color: #00428e;
	border: 1px solid #dddddd;
	border-radius: 5px;
	display: block;
	padding: 0.12rem 0;
}

@media screen and (max-width: 599px) {
	#shoplist_special .shoplist_special_box .text_wrap .btnbox .list .item a {
		font-size: 0.13rem;
		line-height: 0;
		font-weight: 500;
		border: 1px solid #00428e;
		padding: 0.17rem 0 0.19rem;
		background-color: #FFF;
	}
}

#shoplist_special .shoplist_special_box .text_wrap .btnbox .list .item a:hover {
	color: #fff;
	background: #00428e;
}

/*============================
コールセンター
============================*/
#okyakusasma_center {
	background: url(../img/callcenter_back_blue.png) no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 599px) {
#okyakusasma_center {
	background: none;
	padding-bottom: 0.50rem;
}
}

#okyakusasma_center .okyakusasma_center_box {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
#okyakusasma_center .okyakusasma_center_box {
	display: block;
	border: 1px solid #CCC;
	border-left: 0;
	position: relative;
	box-sizing: border-box;
}
	#okyakusasma_center .okyakusasma_center_box::before {
		content: "";
		width: 4px;
		height: calc(100% + 2px);
		position: absolute;
		left: 0;
		top: -1px;
		background: url(../img/callcenter_back_blue.png) no-repeat;
		background-position: center center;
		background-size: auto 100%;
		z-index: 1;
	}
}

#okyakusasma_center .okyakusasma_center_box .ph_wrap {
	width: 55%;
	height: 3.30rem;
}

#okyakusasma_center .okyakusasma_center_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*
#okyakusasma_center .okyakusasma_center_box .text_wrap {
	width: 45%;
	text-align: center;
	padding-top: 0.55rem;
	color: #fff;
}

@media screen and (max-width: 599px) {
#okyakusasma_center .okyakusasma_center_box .text_wrap {
	width: 100%;
	text-align: center;
	padding: 0.25rem 0;
	color: #000;
}
}
*/

#okyakusasma_center .okyakusasma_center_box .text_wrap .lead {
	font-size: 0.16rem;
	margin-bottom: 0.15rem;
	font-feature-settings: normal;
}

@media screen and (max-width: 599px) {
#okyakusasma_center .okyakusasma_center_box .text_wrap .lead {
	font-size: 0.12rem;
	margin-bottom: 0.10rem;
}
}

#okyakusasma_center .okyakusasma_center_box .text_wrap .title {
	font-size: 0.30rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
	font-feature-settings: normal;
}

@media screen and (max-width: 599px) {
#okyakusasma_center .okyakusasma_center_box .text_wrap .title {
	font-size: 0.16rem;
	font-weight: 600;
	margin-bottom: 0.08rem;
	color: #00428e;
}
}

/*
#okyakusasma_center .okyakusasma_center_box .text_wrap .eigyo {
	font-size: 0.15rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0.10rem;
	width: 65%;
	margin: auto;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 599px) {
#okyakusasma_center .okyakusasma_center_box .text_wrap .eigyo {
	font-size: 0.11rem;
	font-weight: 500;
	margin-bottom: 0.10rem;
	border: 0;
	padding: 0;
	width: 100%;
}
}
*/

@media screen and (max-width: 599px) {
#okyakusasma_center .okyakusasma_center_box .text_wrap .tel {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	}
}

#okyakusasma_center .okyakusasma_center_box .text_wrap .tel a {
	text-decoration: none;
	font-size: 0.35rem;
	font-weight: 600;
	color: #fff;
}

@media screen and (max-width: 599px) {
#okyakusasma_center .okyakusasma_center_box .text_wrap .tel a {
	font-size: 0.22rem;
	font-weight: 700;
	color: #00428e;
	font-family: 'Poppins', sans-serif;
	}
}

#okyakusasma_center .okyakusasma_center_box .text_wrap .tel a i {
	vertical-align: middle;
	padding-right: 0.1rem;
}

@media screen and (max-width: 599px) {
#okyakusasma_center .okyakusasma_center_box .text_wrap .tel a i {
display: none;
}
}

#okyakusasma_center .okyakusasma_center_box .text_wrap .tel a i img {
	width: 0.30rem;
}

#okyakusasma_center .okyakusasma_center_box .text_wrap .tel span {
	display: block;
	text-align: left;
	font-size: 0.12rem;
}

@media screen and (max-width: 599px) {
#okyakusasma_center .okyakusasma_center_box .text_wrap .tel span {
	text-align: center;
	padding-left: 0;
	padding-right: 0.08rem;
	font-size: 0.10rem;
}
}


/*========================================================
詳細画面
========================================================*/

/*============================
MV
============================*/
#shopdetail_mv {
	width: 100%;
	height: 2.00rem;
	background: url(../img/shop/shopdetail_mv.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 599px) {
	#shopdetail_mv {
		display: none;
	}
}

/*============================
店舗情報
============================*/
#shopdetail_info {}

@media screen and (max-width: 599px) {
	#shopdetail_info .in {
		padding: 0;
	}
}

#shopdetail_info .shopdetail_ihfo_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.8rem;
}

#shopdetail_info .shopdetail_ihfo_box .ph_box {
	width: 55%;
}

@media screen and (max-width: 599px) {
	#shopdetail_info .shopdetail_ihfo_box .ph_box {
		width: 100%;
	}
}


#shopdetail_info .shopdetail_ihfo_box .ph_wrap {
	width: 100%;
}


/*アイコン*/
#shopdetail_info .shopdetail_ihfo_box .icon .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.30rem;
}

@media screen and (max-width: 599px) {
	#shopdetail_info .shopdetail_ihfo_box .icon .list {
		justify-content: space-between;
	}
}


#shopdetail_info .shopdetail_ihfo_box .icon .list .item {
/*	width: 38%;*/
	width: 33.333%;
	font-size: 0.13rem;
	margin-bottom: 0.10rem;
	display: flex;
	align-items: center;
	line-height: 0.23rem;
}

@media screen and (max-width: 599px) {
	#shopdetail_info .shopdetail_ihfo_box .icon .list .item {
		width: 49%;
		font-size: 0.10rem;
	}	
	#shopdetail_info .shopdetail_ihfo_box .icon .list .item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
		display: block;
	}
}


/*
#shopdetail_info .shopdetail_ihfo_box .icon .list .item.w20 {
	width: 23%;
}

@media screen and (max-width: 599px) {
	#shopdetail_info .shopdetail_ihfo_box .icon .list .item.w20 {
		width: 49%;
		font-size: 0.10rem;
	}
}

#shopdetail_info .shopdetail_ihfo_box .icon .list .item.desable {
	opacity: 0.3;
}
*/


/* アイコン */
#shopdetail_info .shopdetail_ihfo_box .icon .list .item i {
/*
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.10rem;
*/
	width: 0.26rem;
	text-align: center;
	position: relative;
	padding-right: 0.05rem;
}

#shopdetail_info .shopdetail_ihfo_box .icon .list .item i img {
	display: block;
	margin: auto;
}

/*テキスト*/
#shopdetail_info .shopdetail_ihfo_box .text_wrap {
	width: 45%;
	box-sizing: border-box;
	padding-left: 0.40rem;
}

@media screen and (max-width: 599px) {
	#shopdetail_info .shopdetail_ihfo_box .text_wrap {
		width: 100%;
		padding: 0 0.2rem;
	}
}

#shopdetail_info .shopdetail_ihfo_box .text_wrap table {
	width: 100%;
	border-collapse: collapse;
}

#shopdetail_info .shopdetail_ihfo_box .text_wrap table tr {
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

#shopdetail_info .shopdetail_ihfo_box .text_wrap table tr:last-child {
	width: 100%;
	border-bottom: none;
}

#shopdetail_info .shopdetail_ihfo_box .text_wrap table th {
	width: 20%;
	text-align: left;
	font-size: 0.16rem;
	font-weight: 600;
	padding: 0.20rem 0;
	vertical-align: top;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#shopdetail_info .shopdetail_ihfo_box .text_wrap table th {
		font-size: 0.13rem;
	}
}


#shopdetail_info .shopdetail_ihfo_box .text_wrap table td {
	width: 80%;
	font-size: 0.16rem;
	padding: 0.20rem 0;
	line-height: 2;
}

#shopdetail_info .shopdetail_ihfo_box .text_wrap table td a {
	color: #000;
	text-decoration: none;
}


@media screen and (max-width: 599px) {
	#shopdetail_info .shopdetail_ihfo_box .text_wrap table td {
		font-size: 0.12rem;
		padding: 0.20rem 0.1rem;
	}
	#shopdetail_info .shopdetail_ihfo_box .text_wrap table td a {
		text-decoration: underline;
	}
}

/*=============================
カレンダー
=============================*/
#shopdetail_info .calendar {
	margin-top: 0.40rem;
	--side-padding: 21px;
	--border-radius: 34px;
	--accent-br: 15px;
/*	width: 513px;*/
	overflow: hidden;
	border: 1px solid #dadada;
}

@media screen and (max-width: 599px) {
	#shopdetail_info .calendar {
		width: 100%;
	}
}


#shopdetail_info .calendar__opts {
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	padding: 15px;
}

#shopdetail_info .calendar__opts,
#shopdetail_info .calendar__buttons {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}


#shopdetail_info .calendar__month.selected,
#shopdetail_info .calendar__nextmonth.selected {
	background: #00428e !important;
	color: #fff;
}

#shopdetail_info .calendar .calendar__month,
#shopdetail_info .calendar .calendar__nextmonth {
	background-color: #f3f4f6;
	padding: 8px 20px;
	line-height: 1.3;
	transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
	cursor: pointer;
	width: 48%;
}

#shopdetail_info .calendar__month,
#shopdetail_info .calendar__nextmonth {
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: calc(100% - var(--side-padding)) center;
}

#shopdetail_info .calendar__month,
#shopdetail_info .calendar__nextmonth {
	font-weight: 700;
	font-size: 1.4em;
	font-family: 'Poppins', sans-serif;
	border-radius: 20px;
	outline: none;
	border: 0;
	padding: 15px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#shopdetail_info .calendar .calendar__month,
#shopdetail_info .calendar .calendar__nextmonth {
	background-color: #f3f4f6;
	padding: 8px 20px;
	line-height: 1.3;
	transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
	cursor: pointer;
	width: 40%;
	text-align: center;
}

#shopdetail_info .calendar__month,
#shopdetail_info .calendar__nextmonth {
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: calc(100% - var(--side-padding)) center;
}

#shopdetail_info .calendar__body {
	background-image: linear-gradient(to bottom, #f3f4f6, #fff);
}

#shopdetail_info .calendar__days {
	background-color: #fff;
	padding: 8px 5px;
	display: flex;
}

#shopdetail_info .calendar__days > div {
	text-align: center;
	width: 100%;
	font-weight: 700;
	font-size: 0.12rem;
	color: #c5c8ca;
}

#shopdetail_info .calendar__dates {
	padding: 0 5px;
	display: flex;
	flex-wrap: wrap;
}

#shopdetail_info .calendar__date:nth-child(7n+1) {
	color: #f00;
}

#shopdetail_info .calendar__date:nth-child(7n) {
	color: #00f;
}

#shopdetail_info .calendar__date--grey,
#shopdetail_info .calendar__date--grey:nth-child(7n+1),
#shopdetail_info .calendar__date--grey:nth-child(7n) {
	color: #c5c8ca;
	cursor: not-allowed;
}

#shopdetail_info .calendar__date {
	--height: calc(400px / 6 - var(--side-padding));
	text-align: center;
	height: var(--height);
	line-height: var(--height);
	width: calc(100% / 7);
	font-weight: 600;
	font-size: 0.12rem;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	position: relative;
}

#shopdetail_info .calendar__date::before {
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, 0);
	width: 0.28rem;
	height: 0.28rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: var(--accent-br);
	transition: background-color 0.3s ease;
}

#shopdetail_info .calendar__date span {
	position: relative;
	z-index: 1;
}

#shopdetail_info .calendar__date--selected {
	color: #000;
}

#shopdetail_info .calendar__date--selected::before {
	background-color: #3c79be;
	border-radius: 50%;
}

#shopdetail_info .calendar__date--holiday::before {
	background-color: #a2bfe0;
	border-radius: 50%;
}

/*カレンダーメモ*/
#shopdetail_info .calendar_note {
	margin-top: 0.05rem;
}

#shopdetail_info .calendar_note .list {
	display: flex;
	flex-wrap: wrap;
}

#shopdetail_info .calendar_note .list .item {
	font-size: 0.13rem;
	padding-right: 0.10rem;
}

@media screen and (max-width: 599px) {
	#shopdetail_info .calendar_note .list .item {
		margin-bottom: 0.10rem;
	}
}


#shopdetail_info .calendar_note .list .item.tenpo::before {
	content: '';
	width: 0.18rem;
	height: 0.18rem;
	display: inline-block;
	background: #276ab7;
	border-radius: 50%;
	margin-right: 0.04rem;
	position: relative;
	top: 0.05rem;
}

#shopdetail_info .calendar_note .list .item.kojo::before {
	content: '';
	width: 0.18rem;
	height: 0.18rem;
	display: inline-block;
	background: #a2bfe0;
	border-radius: 50%;
	margin-right: 0.04rem;
	position: relative;
	top: 0.05rem;
}


/*============================
アクセス
============================*/
#shopdetail_access {
	padding-bottom: 0.80rem;
}

#shopdetail_access .lower_title_box {
	padding-bottom: 0.21rem;
}

#shopdetail_access .mapbox {
	width: 100%;
}

@media screen and (max-width: 599px) {
#shopdetail_access .mapbox {
	width: 100vw;
	margin-left: -0.20rem;
}
}

#shopdetail_access .mapbox iframe {
	width: 100%;
	height: 5.00rem;
}

@media screen and (max-width: 599px) {
	#shopdetail_access .mapbox iframe {
		height: 2.60rem;
	}
}


/*============================
店長からひとこと
============================*/
#shopdetail_tencho {
	background: #f2f0e9;
	padding: 0.70rem 0;
}

@media screen and (max-width: 599px) {
	#shopdetail_tencho {
		padding: 0.35rem 0 0.50rem;
	}
	#shopdetail_tencho .pc_only {
		display: none !important;
	}
	#shopdetail_tencho .lower_title_box {
		padding-left: 0.20rem;
		padding-bottom: 0.80rem;
	}
}


#shopdetail_tencho .shopdetail_tencho_box {
	max-width: 14rem;
	width: 100%;
	margin: auto;
	position: relative;
/*	margin-bottom: 0.50rem;*/
}

#shopdetail_tencho .shopdetail_tencho_box .text_wrap {
	background: #fff;
	padding: 1.00rem 0.50rem 0.50rem 1.00rem;
	box-sizing: border-box;
	width: 60%;
}

@media screen and (max-width: 599px) {
	#shopdetail_tencho .shopdetail_tencho_box .text_wrap {
		background: #fff;
		padding: 1.00rem 0.20rem 0.20rem 0.20rem;
		box-sizing: border-box;
		width: calc(100% - 0.20rem);
	}
}


#shopdetail_tencho .shopdetail_tencho_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.75;
	margin: 0.30rem 0;
	padding-right: 0.50rem;
}

@media screen and (max-width: 599px) {
	#shopdetail_tencho .shopdetail_tencho_box .text_wrap .text {
		font-size: 0.14rem;
		margin: 0.30rem 0;
		padding-right: 0;
	}
}

#shopdetail_tencho .shopdetail_tencho_box .text_wrap .namebox {
	text-align: right;
	padding-right: 1.00rem;
}

@media screen and (max-width: 599px) {
	#shopdetail_tencho .shopdetail_tencho_box .text_wrap .namebox {
		padding-right: 0.20rem;
	}
}


#shopdetail_tencho .shopdetail_tencho_box .text_wrap .namebox .tenponame {
	font-size: 0.14rem;
	line-height: 2;
}

#shopdetail_tencho .shopdetail_tencho_box .text_wrap .namebox .name {
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.55;
}

@media screen and (max-width: 599px) {
	#shopdetail_tencho .shopdetail_tencho_box .text_wrap .namebox .name {
		font-size: 0.14rem;
	}
}


#shopdetail_tencho .shopdetail_tencho_box .ph_wrap {
	position: absolute;
	top: 25%;
	right: 1.00rem;
	width: 4.7rem;
	height: 2.86rem;
}

#shopdetail_tencho .shopdetail_tencho_box .ph_wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 599px) {
	#shopdetail_tencho .shopdetail_tencho_box .ph_wrap {
		top: -15%;
		right: 0.2rem;
		width: 70%;
		height: auto;
	}
}



/*スライド*/
#shopdetail_slide {
	background: #f2f0e9;
	padding: 0.50rem 0;
}
@media screen and (max-width: 599px) {
	#shopdetail_slide {
		padding: 0.30rem 0;
	}
}

#shopdetail_slide .slideimg {
	position: relative;
}

@media screen and (max-width: 599px) {
	#shopdetail_slide .slideimg {
	margin: 0 -0.20rem;
}
}

#shopdetail_slide .slideimg .item {
	padding: 0 0.1rem;
	box-sizing: border-box;
	height: 1.50rem;
}

#shopdetail_slide .slideimg .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#shopdetail_slide .slideimg .next-arrow {
	position: absolute;
	top: 0.50rem;
	right: -0.30rem;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#shopdetail_slide .slideimg .next-arrow {
		top: 50%;
		transform: translateY(-50%);
		right:0.25rem;
		width: 0.30rem;
	}
}

#shopdetail_slide .slideimg .prev-arrow {
	position: absolute;
	top: 0.50rem;
	left: -0.30rem;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#shopdetail_slide .slideimg .prev-arrow {
		top: 50%;
		transform: translateY(-50%);
		left: 0.25rem;
		width: 0.30rem;
	}
}

/*============================
Facebook
============================*/
#shopdetail_facebook {
	padding: 0.80rem 0;
}

#shopdetail_facebook .lower_title_box {
	display: block;
}

#shopdetail_facebook .lower_title01 {
	text-align: center;
}

#shopdetail_facebook .lead {
	font-size: 0.16rem;
	text-align: center;
	padding: 0.30rem 0;
	line-height: 1.4;
}

@media screen and (max-width: 599px) {}

#shopdetail_facebook .shopdetail_facebook_box {
	text-align: center;
}


/*=============================
スマホ時下部固定メニュー
=============================*/
.shopdetail_spnavi {
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding: 0.15rem 0;
	background: #00428e;
}

.shopdetail_spnavi .title {
	font-size: 0.14rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-bottom: 0.15rem;
}

.shopdetail_spnavi .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.shopdetail_spnavi .list .item {
	width: 48%;
	padding:0  0.10rem;
	box-sizing: border-box;
}

.shopdetail_spnavi .list .item a {
	display: block;
	background: #fff;
	padding: 0.15rem 0;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 0.12rem;
}

.shopdetail_spnavi .list .item.testdrive a::before {
	content: '';
	display: inline-block;
	width: 0.25rem;
	height: 0.15rem;
	background: url(../img/shop/shop_list_icon_tenji.svg) no-repeat center;
	vertical-align: middle;
	margin-right: 0.05rem;
}


.shopdetail_spnavi .list .item.tel a::before {
	content: '';
	display: inline-block;
	width: 0.25rem;
	height: 0.15rem;
	background: url(../img/shop/shop_detail_icon_tel.svg) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.05rem;
}



