@charset "UTF-8";

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * レイアウト切替に関する設定
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

.sp {
	display: none !important;
}

#wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#wrap #menu {
	width: 100%;
	background: #fff;
}

#wrap #menu .menu_inner {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}

#wrap #menu .menu_inner .logo {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 94px;
}

#wrap #menu .menu_inner .logo a {
	position: relative;
	z-index: 11;
}

#wrap #menu .menu_inner .sns {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	display: flex;
	height: 94px;
	align-items: center;
}

#wrap #menu .menu_inner .sns div {
	margin-right: 14px;
	font-weight: bold;
	font-size: 12px;
}

#wrap #menu .menu_inner .sns div i {
	margin-left: 1.0em;
}

#wrap #menu .menu_inner .sns ul {
	display: flex;
}

#wrap #menu .menu_inner .sns ul li {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

#wrap #menu .menu_inner .sns ul li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
}

#wrap #menu .menu_inner .sns ul li.tw a {
	background: #1da1f2;
	color: #fff;
}

#wrap #menu .menu_inner .sns ul li.fb a {
	background: #3b5998;
	color: #fff;
}

#wrap #menu .menu_inner .sns ul li.ig a {
	background: #222;
	color: #fff;
}

#wrap #menu .menu_inner .sns ul li a:link,
#wrap #menu .menu_inner .sns ul li a:visited {
	opacity: 1.0;
}

#wrap #menu .menu_inner .sns ul li a:hover,
#wrap #menu .menu_inner .sns ul li a:active {
	opacity: 0.7;
}

#wrap #menu .menu_inner .nav {
	display: flex;
	justify-content: center;
	padding-bottom: 14px;
	font-weight: bold;
	font-size: 13px;
}

#wrap #menu .menu_inner .nav li {
	margin-right: 30px;
	line-height: 40px;
}

#wrap #menu .menu_inner .nav li:last-of-type {
	margin-right: 0;
}

#wrap #menu .menu_inner .nav li a:link,
#wrap #menu .menu_inner .nav li a:visited {
	color: #333;
	text-decoration: none;
	opacity: 1.0;
}

#wrap #menu .menu_inner .nav li a:hover,
#wrap #menu .menu_inner .nav li a:active {
	color: #333;
	text-decoration: none;
	opacity: 0.7;
}

#wrap #menu .menu_inner .nav li .search_btn {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	width: 140px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}

#wrap #menu .menu_inner .nav li .search_btn i {
	margin-right: 0.2em;
}

#wrap #menu .menu_inner .nav li .search_btn:hover {
	opacity: 0.7;
}

#wrap #content {
	width: 100%;
	margin: 0 auto;
}

#wrap #content #cta {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	color: #222;
}

#wrap #content #cta .cta_inner {
	width: 1140px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 10;
	height: 94px;
}

#wrap #content #cta .cta_inner .cta_tel {
	height: 40px;
	padding-left: 48px;
	line-height: 1.2;
	display: flex;
}

#wrap #content #cta .cta_inner .cta_tel .tel_icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	margin-right: 8px;
	font-size: 30px;
}

#wrap #content #cta .cta_inner .cta_tel .tel_num {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#wrap #content #cta .cta_inner .cta_tel .open_time {
	display: block;
	font-size: 12px;
}

#wrap #content #cta .cta_inner .cta_mail {
	margin-left: 9px;
}

#wrap #content #cta .cta_inner .cta_mail a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-width: 2px;
	border-style: solid;
	height: 40px;
	line-height: 36px;
	border-radius: 6px;
	text-align: center;
	padding: 0 14px;
	font-size: 14px;
	font-weight: bold;
}

#wrap #content #cta .cta_inner .cta_mail a i {
	font-size: 20px;
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}

#wrap #content #cta .cta_inner .cta_mail a:link,
#wrap #content #cta .cta_inner .cta_mail a:visited {
	text-decoration: none;
	opacity: 1.0;
}

#wrap #content #cta .cta_inner .cta_mail a:hover,
#wrap #content #cta .cta_inner .cta_mail a:active {
	text-decoration: none;
	opacity: 0.7;
}

#wrap #content .content_inner {
	margin: 0 auto;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * キービジュアル
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#kv {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 1140px;
}

#kv .slider img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#kv .dots ul {
	position: absolute;
	bottom: 25px;
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
}

#kv .dots ul li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 25px;
	padding: 0;
	cursor: pointer;
}

#kv .dots ul li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-text-stroke: 1px #fff;
}

#kv .dots ul li button:hover,
#kv .dots ul li button:focus {
	outline: none;
}

#kv .dots ul li button:hover:before,
#kv .dots ul li button:focus:before {
	opacity: 1.0;
	color: #000080;
}

#kv .dots ul li button:before {
	content: '●';
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: 1.0;
	color: #222;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
}

#kv .dots ul li.slick-active button:before {
	opacity: 1.0;
	color: #000080;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * トップページ
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

/*------------------------------------------------------------

   最新のお知らせ

------------------------------------------------------------*/

#latest_info {
	width: 100%;
	min-width: 1140px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	display: flex;
	font-weight: bold;
	margin-bottom: 0;
}

#latest_info dt {
	width: 20%;
	min-width: 280px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
	position: relative;
	z-index: 0;
}

#latest_info dt:after {
	content: "";
	position: absolute;
	top: 0px;
	right: -20px;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 20px 0 0;
	border-color: transparent;
	z-index: -1;
}

#latest_info dd {
	box-sizing: border-box;
	padding-left: 40px;
	width: 80%;
	min-width: 1140px;
}

#latest_info dd span {
	margin: 0 1.0em;
}

#latest_info dd a:link,
#latest_info dd a:visited {
	color: #fff;
	text-decoration: underline;
}

#latest_info dd a:hover,
#latest_info dd a:active {
	color: #fff;
	text-decoration: none;
}


/*------------------------------------------------------------

   リード文

------------------------------------------------------------*/

#lead {
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 2.0em;
	padding: 80px 0 40px;
	background: #fff;
}

/*------------------------------------------------------------

   見出し

------------------------------------------------------------*/

.home h1 {
	width: 1140px;
}

/*------------------------------------------------------------

   Recommend

------------------------------------------------------------*/

#recommend {
	width: 100%;
	padding: 60px 0;
}

#recommend .recommend_inner {
	width: 1140px;
	margin: 0 auto;
}

#recommend ul.recommend_list {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}

#recommend ul.recommend_list > li {
	width: 569px;
}

#recommend ul.recommend_list > li:nth-child(2n+1) {
	margin: 0 1px 1px 0;
}

#recommend ul.recommend_list > li:nth-child(2n) {
	margin: 0 0 1px 1px;
}

#recommend ul.recommend_list > li > div:nth-child(1) {
	display: flex;
	background: #f5f5f5;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .thumb {
	width: 350px;
	height: 262px;
	position: relative;
	overflow: hidden;
	background: #e5e5e5;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .thumb a:link,
#recommend ul.recommend_list > li > div:nth-child(1) > .thumb a:visited {
	opacity: 1.0;
}
#recommend ul.recommend_list > li > div:nth-child(1) > .thumb a:hover,
#recommend ul.recommend_list > li > div:nth-child(1) > .thumb a:active {
	opacity: 0.7;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .data {
	width: 219px;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .data h2 {
	height: 70px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .data h2 a:link,
#recommend ul.recommend_list > li > div:nth-child(1) > .data h2 a:visited {
	color: inherit;
	text-decoration: none;
	opacity: 1.0;
}
#recommend ul.recommend_list > li > div:nth-child(1) > .data h2 a:hover,
#recommend ul.recommend_list > li > div:nth-child(1) > .data h2 a:active {
	color: inherit;
	text-decoration: none;
	opacity: 0.7;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .data ul {
	font-size: 10px;
	width: 179px;
	display: flex;
	flex-wrap: wrap;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .data ul li {
	width: 59px;
	margin-right: 1px;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .data ul li:nth-child(3n) {
	margin-right: 0;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .data ul li > span {
	display: block;
	width: 59px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap: break-word;
	word-break:break-all;
}

#recommend ul.recommend_list > li > div:nth-child(1) > .data ul li .td {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 5px;
}

/* IE10以降用 */
@media all and (-ms-high-contrast:none) {
	#recommend ul.recommend_list > li > div:nth-child(1) > .data ul li .td {
		font-weight: bold\9;
		display: inline-block\9;
		box-sizing: border-box\9;
		padding: 0 2px\9;
	}
}

#recommend ul.recommend_list > li > div:nth-child(2) {
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #222;
	color: #fff;
}

#recommend ul.recommend_list > li > div:nth-child(2) .price_container {
	width: 349px;
	font-size: 12px;
	display: flex;
}

#recommend ul.recommend_list > li > div:nth-child(2) .price_container li {
	margin-right: 30px;
}

#recommend ul.recommend_list > li > div:nth-child(2) .price_container .price {
	display: block;
	font-weight: bold;
}

#recommend ul.recommend_list > li > div:nth-child(2) .price_container .body_price,
#recommend ul.recommend_list > li > div:nth-child(2) .price_container .total_price {
	font-size: 20px;
}

#recommend ul.recommend_list > li > div:nth-child(2) .price_container .total_price {
	color: #ff0000;
}

#recommend ul.recommend_list > li > div:nth-child(2) .btn {
	width: 180px;
	height: 47px;
	line-height: 43px;
	text-align: center;
}

#recommend ul.recommend_list > li > div:nth-child(2) .btn a {
	display: block;
	width: 100%;
	height: 100%;
	background: #000080;
	border-width: 2px;
	border-style: solid;
	border-color: #000080;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
}

#recommend ul.recommend_list > li > div:nth-child(2) .btn a i {
	display: block;
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 18px;
}

#recommend ul.recommend_list > li > div:nth-child(2) .btn a:link,
#recommend ul.recommend_list > li > div:nth-child(2) .btn a:visited {
	text-decoration: none;
	opacity: 1.0;
	color: #fff;
}

#recommend ul.recommend_list > li > div:nth-child(2) .btn a:hover,
#recommend ul.recommend_list > li > div:nth-child(2) .btn a:active {
	text-decoration: none;
	opacity: 0.7;
	color: #fff;
}

/*------------------------------------------------------------

   News

------------------------------------------------------------*/

#news {
	width: 100%;
	padding: 60px 0;
}

#news .news_inner {
	width: 1140px;
	margin: 0 auto;
}

#news .news_inner .news_list {
	width: 100%;
	margin-bottom: 50px;
}

#news .news_inner .news_list li {
	display: flex;
	margin-bottom: 30px;
}

#news .news_inner .news_list li .thumb {
	width: 240px;
	height: 180px;
	position: relative;
	overflow: hidden;
	background: #e5e5e5;
	margin-right: 20px;
}

#news .news_inner .news_list li .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#news .news_inner .news_list li .thumb a:link,
#news .news_inner .news_list li .thumb a:visited {
	opacity: 1.0;
}
#news .news_inner .news_list li .thumb a:hover,
#news .news_inner .news_list li .thumb a:active {
	opacity: 0.7;
}

#news .news_inner .news_list li .desc {
	width: 880px;
}

#news .news_inner .news_list li .desc .date {
	font-size: 12px;
	margin-bottom: 10px;
}

#news .news_inner .news_list li .desc h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#news .news_inner .news_list li .desc p {
	margin-bottom: 20px;
}

#news .news_inner .news_list li .desc .btn {
	text-align: right;
}

#news .news_inner .news_list li .desc .btn a i {
	margin-right: 0.5em;
}

/*------------------------------------------------------------

   Shop

------------------------------------------------------------*/

#shop {
	width: 100%;
	padding: 60px 0 80px;
}

#shop .shop_inner {
	width: 1140px;
	margin: 0 auto;
}

#shop .shop_inner .shop_data {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
}

#shop .shop_inner .shop_data .thumb {
	width: 480px;
	height: 360px;
	position: relative;
	overflow: hidden;
	background: #e5e5e5;
	margin-right: 20px;
}

#shop .shop_inner .shop_data .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#shop .shop_inner .shop_data .desc {
	width: 1140px;
}

#shop .shop_inner .shop_data .desc h2 {
	background: #222;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
}

#shop .shop_inner .shop_data .desc ul li {
	font-size: 14px;
	color: #555;
	display: flex;
}

#shop .shop_inner .shop_data .desc ul li > span {
	display: block;
	box-sizing: border-box;
	padding: 14px 20px;
}

#shop .shop_inner .shop_data .desc ul li .th {
	width: 250px;
	background: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	font-weight: bold;
}

#shop .shop_inner .shop_data .desc ul li .td {
	width: 890px;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-left: none;
}

#shop .shop_inner .shop_data .desc ul li .td .btn_gmap a {
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #000080;
	border-radius: 12px;
	padding: 0 10px;
	margin-left: 10px;
}

#shop .shop_inner .shop_data .desc ul li .td .btn_gmap a:link,
#shop .shop_inner .shop_data .desc ul li .td .btn_gmap a:visited {
	text-decoration: none;
	opacity: 1.0;
	color: #000080;
}

#shop .shop_inner .shop_data .desc ul li .td .btn_gmap a:hover,
#shop .shop_inner .shop_data .desc ul li .td .btn_gmap a:active {
	text-decoration: none;
	opacity: 0.7;
	color: #000080;
}

/*------------------------------------------------------------

   Shop Movie

------------------------------------------------------------*/

#shop_movie {
	width: 100%;
	padding: 60px 0 80px;
}

#shop_movie .shop_movie_inner {
	width: 1140px;
	margin: 0 auto;
}

#shop_movie .movie {
	width: 820px;
	margin: 0 auto;
	background: #000;
}

#shop_movie .movie .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#shop_movie .movie .youtube iframe,
#shop_movie .movie .youtube object,
#shop_movie .movie .youtube embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*------------------------------------------------------------

   大ボタン

------------------------------------------------------------*/

.btn_rounded a {
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-position: right 30px bottom 34px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

.btn_rounded a i {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 19px;
}

.btn_rounded a:link,
.btn_rounded a:visited {
	color: #fff;
	text-decoration: none;
	opacity: 1.0;
}

.btn_rounded a:hover,
.btn_rounded a:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * フッター
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#footer {
	position: relative;
	background: #fff;
	color: #333;
}

#footer .footer_inner {
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0 50px;
	display: flex;
}

#footer .footer_inner > div {
	margin-right: 55px;
}

#footer .footer_inner > div:nth-child(2),
#footer .footer_inner > div:nth-child(3),
#footer .footer_inner > div:nth-child(4) {
	width: 250px;
}

#footer .footer_inner > div:nth-child(1) {
	width: 225px;
}

#footer .footer_inner > div:nth-child(4) {
	margin-right: 0;
}

#footer .footer_inner > div:nth-child(1) .footer_logo {
	margin-bottom: 10px;
}

#footer .footer_inner > div:nth-child(1) .footer_logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#footer .footer_inner > div:nth-child(1) .footer_com_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer .footer_inner > div:nth-child(1) p {
	font-size: 14px;
	line-height: 1.7em;
}

#footer .footer_inner .footer_nav {
	width: 250px;
	font-size: 14px;
	margin-top: -10px;
}

#footer .footer_inner .footer_nav li a {
	display: block;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding: 10px 0;
	margin-bottom: 10px;
}

#footer .footer_inner .footer_nav li a:link,
#footer .footer_inner .footer_nav li a:visited {
	text-decoration: none;
	opacity: 1.0;
	color: #fff;
}

#footer .footer_inner .footer_nav li a:hover,
#footer .footer_inner .footer_nav li a:active {
	text-decoration: none;
	opacity: 0.7;
	color: #fff;
}

#footer .footer_inner .footer_sns > div {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#footer .footer_inner .footer_sns > div span {
	padding: 0 20px;
	line-height: 1.0em;
	position: relative;
	z-index: 1;
	background: #000;
	color: #fff;
}

#footer .footer_inner .footer_sns > ul {
	border-width: 2px;
	border-style: solid;
	padding: 60px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: -14px;
	border-color: #fff;
}

#footer .footer_inner .footer_sns > ul li {
	width: 45px;
	height: 45px;
	margin-right: 30px;
}

#footer .footer_inner .footer_sns > ul li:last-of-type {
	margin-right: 0;
}

#footer .footer_inner .footer_sns > ul li a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 28px;
	border-radius: 22px;
	text-align: center;
}

#footer .footer_inner .footer_sns > ul li.footer_tw a {
	background: #fff;
	color: #1da1f2;
}

#footer .footer_inner .footer_sns > ul li.footer_fb a {
	background: #fff;
	color: #3b5998;
}

#footer .footer_inner .footer_sns > ul li.footer_ig a {
	background: #fff;
	color: #222;
}

#footer .footer_inner .footer_sns > ul li a:link,
#footer .footer_inner .footer_sns > ul li a:visited {
	opacity: 1.0;
}

#footer .footer_inner .footer_sns > ul li a:hover,
#footer .footer_inner .footer_sns > ul li a:active {
	opacity: 0.7;
}

#footer .copy {
	font-size: 12px;
	text-align: center;
	padding: 45px 0;
}

#footer .copy span {
	font-size: 200%;
	margin-top: 10px;
	vertical-align: middle;
}

/*------------------------------------------------------------

   ページトップへ戻る

------------------------------------------------------------*/

#page_top a {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 40px;
	/* border-radius: 23px; */
	text-align: center;
	position: absolute;
	top: -86px;
	right: 40px;
	font-size: 32px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 2px rgba(0, 0, 0, .8);
}

#page_top a span {
	display: none;
}

#page_top a:hover {
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 下層ページ共通
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

.subpage {
	width: 100%;
	padding: 90px 0 80px;
	background: #fff;
}

.subpage .subpage_inner {
	width: 1140px;
	margin: 0 auto;
	padding-top: 40px;
}

.pagenavi {
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	height: auto;
	font-size: 21px;
}

.pagenavi span {
	margin: 0 0.1em;
}

.pagenavi .arrow a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 17px;
	color: #fff;
}

.pagenavi .first a {
	background: #000080;
}

.pagenavi .prev a {
	background: #000080;
}

.pagenavi .next a {
	background: #000080;
}

.pagenavi .last a {
	background: #000080;
}

.pagenavi a:link,
.pagenavi a:visited {
	text-decoration: none;
	opacity: 1.0;
}

.pagenavi a:hover,
.pagenavi a:active {
	text-decoration: none;
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 車両一覧
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#car_list > ul {
	width: 100%;
	margin-bottom: 60px;
}

#car_list #car_list_header {
	width: 1140px;
	margin-bottom: 50px;
}

#car_list #car_list_header .car_list_header_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#car_list #car_list_header .car_list_header_top h2 {
	font-weight: bold;
	font-size: 19px;
}

#car_list #car_list_header .car_list_header_top h2 span {
	font-size: 24px;
	color: #000080;
}

#car_list #car_list_header .car_list_header_top .refine_search {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	width: 140px;
	box-sizing: border-box;
	cursor: pointer;
	padding-bottom: 14px;
	font-weight: bold;
	text-align: center;
}

#car_list #car_list_header .car_list_header_top .refine_search i {
	margin-right: 0.5em;
}

#car_list #car_list_header .car_list_header_top .refine_search:hover {
	opacity: 0.7;
}

#car_list #car_list_header .car_list_header_bottom {
	padding-top: 10px;
	display: flex;
	/* justify-content: flex-end; */
	justify-content: space-between;
	align-items: center;
}

#car_list #car_list_header .car_list_header_bottom .search_results {
	margin-right: auto;
	font-size: 13px;
}

#car_list #car_list_header .car_list_header_bottom .sort,
#car_list #car_list_header .car_list_header_bottom .inspection {
	font-weight: bold;
}

#car_list #car_list_header .car_list_header_bottom .sort form {
	display: inline-block;
}

#car_list #car_list_header .car_list_header_bottom .sort label {
    position: relative;
    display: block;
    width: 185px;
	border-width: 1px;
	border-style: solid;
    border-radius: 4px;
    background: #fff;
}

#car_list #car_list_header .car_list_header_bottom .sort label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
	border-top-width: 7px;
	border-top-style: solid;
}

#car_list #car_list_header .car_list_header_bottom .sort select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    display: block;
    width: 185px;
    padding: 0.5em 1em;
    color: #222;
    border: none;
    border-radius: 4px;
    background: transparent;
}

#car_list #car_list_header .car_list_header_bottom .sort select::-ms-expand {
    display: none;
}

#car_list #car_list_header .car_list_header_bottom .inspection {
	margin-left: 30px;
}

#car_list #car_list_header .car_list_header_bottom .inspection a:link,
#car_list #car_list_header .car_list_header_bottom .inspection a:visited,
#car_list #car_list_header .car_list_header_bottom .inspection a:hover,
#car_list #car_list_header .car_list_header_bottom .inspection a:active {
	color: #222;
}

#car_list #car_list_body {
	width: 100%;
	margin-bottom: 60px;
}

#car_list #car_list_body > li {
	background: #f5f5f5;
	display: flex;
	margin-bottom: 20px;
}

#car_list #car_list_body > li > div:nth-child(1) {
	width: 388px;
	background: #222;
}

#car_list #car_list_body > li > div:nth-child(1) .thumb {
	width: 388px;
	height: 290px;
	position: relative;
	overflow: hidden;
	background: #e5e5e5;
}

#car_list #car_list_body > li > div:nth-child(1) .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#car_list #car_list_body > li > div:nth-child(1) .thumb a:link,
#car_list #car_list_body > li > div:nth-child(1) .thumb a:visited {
	opacity: 1.0;
}
#car_list #car_list_body > li > div:nth-child(1) .thumb a:hover,
#car_list #car_list_body > li > div:nth-child(1) .thumb a:active {
	opacity: 0.7;
}

#car_list #car_list_body > li > div:nth-child(1) .price_container {
	display: flex;
	font-size: 12px;
	color: #fff;
}

#car_list #car_list_body > li > div:nth-child(1) .price_container > li {
	width: 194px;
	box-sizing: border-box;
	padding: 20px;
	align-items: center;
}

#car_list #car_list_body > li > div:nth-child(1) .price_container .price {
	display: block;
	font-weight: bold;
}

#car_list #car_list_body > li > div:nth-child(1) .price_container .body_price,
#car_list #car_list_body > li > div:nth-child(1) .price_container .total_price {
	font-size: 20px;
	margin-right: 0.2em;
}

#car_list #car_list_body > li > div:nth-child(1) .price_container .total_price {
	color: #ff0000;
}

#car_list #car_list_body > li > div:nth-child(2) {
	width: 752px;
	box-sizing: border-box;
	padding: 26px;
}

#car_list #car_list_body > li > div:nth-child(2) h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#car_list #car_list_body > li > div:nth-child(2) h2 a:link,
#car_list #car_list_body > li > div:nth-child(2) h2 a:visited {
	color: inherit;
	text-decoration: none;
	opacity: 1.0;
}
#car_list #car_list_body > li > div:nth-child(2) h2 a:hover,
#car_list #car_list_body > li > div:nth-child(2) h2 a:active {
	color: inherit;
	text-decoration: none;
	opacity: 0.7;
}

#car_list #car_list_body > li > div:nth-child(2) .data {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

#car_list #car_list_body > li > div:nth-child(2) .data li {
	width: 174px;
	margin-right: 1px;
	text-align: center;
	font-size: 12px;
}

#car_list #car_list_body > li > div:nth-child(2) .data li > span {
	display: block;
	width: 100%;
	box-sizing: border-box;
	justify-content: center;
}

#car_list #car_list_body > li > div:nth-child(2) .data li .th {
	padding: 10px 10px;
}

#car_list #car_list_body > li > div:nth-child(2) .data li .td {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	box-sizing: border-box;
	padding: 0 10px;
}

/* IE10以降用 */
@media all and (-ms-high-contrast:none) {
	#car_list #car_list_body > li > div:nth-child(2) .data li .td {
		font-weight: bold\9;
		display: inline-block\9;
		height: 60px\9;
		box-sizing: border-box\9;
		padding: 0 10px\9;
	}
}

#car_list #car_list_body > li > div:nth-child(2) .btn {
	display: flex;
}

#car_list #car_list_body > li > div:nth-child(2) .btn li {
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin-right: 25px;
}

#car_list #car_list_body > li > div:nth-child(2) .btn li a {
	display: inline-block;
	font-weight: bold;
}

#car_list #car_list_body > li > div:nth-child(2) .btn li:nth-child(1) a {
	width: 160px;
	background: #000080;
	position: relative;
}

#car_list #car_list_body > li > div:nth-child(2) .btn li:nth-child(2) a {
	width: 292px;
	background: #3E92CC;
	position: relative;
}

#car_list #car_list_body > li > div:nth-child(2) .btn li:nth-child(1) a i,
#car_list #car_list_body > li > div:nth-child(2) .btn li:nth-child(2) a i {
	display: block;
	position: absolute;
	top: 17px;
	right: 20px;
	font-size: 24px;
}

#car_list #car_list_body > li > div:nth-child(2) .btn li a:link,
#car_list #car_list_body > li > div:nth-child(2) .btn li a:visited {
	color: #fff;
	text-decoration: none;
	opacity: 1.0;
}

#car_list #car_list_body > li > div:nth-child(2) .btn li a:hover,
#car_list #car_list_body > li > div:nth-child(2) .btn li a:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 車両詳細
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

/*------------------------------------------------------------

   フォトギャラリー

------------------------------------------------------------*/

#detail .bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow: hidden;
}

#detail .bx-wrapper li {
	width: 720px;
}

#detail .bx-wrapper li .photo {
	width: 720px;
	height: 480px;
	position: relative;
	overflow: hidden;
	background: #eee;
}

#detail .bx-wrapper li .photo .photo_inner {
	width: 640px;
	height: 480px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#detail .bx-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
}

#detail .bx-wrapper {
  box-shadow: none;
  border: none;
  width: 720px;
}
#detail .bx-wrapper .bx-pager,
#detail .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

#detail .bx-wrapper .bx-prev {
  left: 0px;
  background: url(../images/gallery_arrow_prev.png) no-repeat 0 0;
}
#detail .bx-wrapper .bx-prev:hover,
#detail .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
#detail .bx-wrapper .bx-next {
  right: 0px;
  background: url(../images/gallery_arrow_next.png) no-repeat 0 0;
}
#detail .bx-wrapper .bx-next:hover,
#detail .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
#detail .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 220px;
  outline: 0;
  width: 40px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}
#detail .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

#detail .detail_gallery #main_img_container {
	width: 1140px;
	display: flex;
	margin-bottom: 20px;
}

#detail .detail_gallery #main_img_container > div:nth-child(1) {
	width: 720px;
	margin-right: 20px;
}

#detail .detail_gallery #main_img_container > div:nth-child(1) p {
	font-size: 14px;
	margin-top: 14px;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) {
	width: 400px;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .price_container {
	width: 400px;
	font-size: 18px;
	display: flex;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px 0 10px;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .price_container li {
	width: 200px;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .price_container .price {
	display: block;
	font-weight: bold;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .price_container .body_price,
#detail .detail_gallery #main_img_container > div:nth-child(2) .price_container .total_price {
	font-size: 28px;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .price_container .total_price {
	color: #ff0000;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .point {
	padding: 15px 0;
	border-bottom: 1px solid #e2e2e2;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .point span {
	display: inline-block;
	font-weight: bold;
	padding: 5px 16px;
	margin-bottom: 10px;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .data {
	width: 400px;
	box-sizing: border-box;
	padding: 25px 0 30px;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .data li {
	width: 99px;
	margin-right: 1px;
	background: #f5f5f5;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .data li span {
	display: block;
	width: 99px;
	box-sizing: border-box;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap: break-word;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .data li .th {
	padding: 5px;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .data li .td {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 10px;
}

/* IE10以降用 */
@media all and (-ms-high-contrast:none) {
	#detail .detail_gallery #main_img_container > div:nth-child(2) .data li .td {
		font-weight: bold\9;
		display: inline-block\9;
		box-sizing: border-box\9;
		padding: 0 5px\9;
	}
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .btn a {
	display: block;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 290px;
	background: #000080;
	font-size: 19px;
	margin: 0 auto;
	position: relative;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .btn a i {
	display: block;
	position: absolute;
	top: 28px;
	right: 20px;
	font-size: 24px;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .btn a:link,
#detail .detail_gallery #main_img_container > div:nth-child(2) .btn a:visited {
	color: #fff;
	text-decoration: none;
	opacity: 1.0;
}

#detail .detail_gallery #main_img_container > div:nth-child(2) .btn a:hover,
#detail .detail_gallery #main_img_container > div:nth-child(2) .btn a:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

#detail .detail_gallery #gallery_pager {
	width: 1140px;
	display: flex;
	flex-wrap: wrap;
}

#detail .detail_gallery #gallery_pager a {
	display: block;
	width: 90px;
	height: 68px;
	position: relative;
	overflow: hidden;
	margin: 0 5px 5px 0;
}

#detail .detail_gallery #gallery_pager a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#detail h2 {
	height: 87px;
	line-height: 87px;
	border-left-width: 2px;
	border-left-style: solid;
	font-size: 29px;
	font-weight: bold;
	padding: 0 0 0 23px;
	margin: 50px 0;
}

#detail .feature_points {
	width: 1140px;
	margin-bottom: 40px;
	display: flex;
}

#detail .feature_points > div {
	width: 363px;
	margin-right: 25px;
}

#detail .feature_points > div:nth-child(3) {
	margin-right: 0;
}

#detail .feature_points > div .thumb {
	width: 363px;
	height: 273px;
	position: relative;
	overflow: hidden;
	background: #e5e5e5;
	margin-bottom: 20px;
}

#detail .feature_points > div .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#detail .feature_points > div p {
	font-size: 14px;
}

#detail .shop_msg {
	width: 1140px;
	box-sizing: border-box;
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
	padding: 24px;
}

#detail .shop_msg h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

#detail .shop_msg img {
	display: block;
	margin-bottom: 20px;
}

#detail .shop_msg p {
	font-size: 14px;
}

#detail .scratches {
	width: 1140px;
	display: flex;
}

#detail .scratches .thumb {
	width: 363px;
	height: 273px;
	position: relative;
	overflow: hidden;
	background: #e5e5e5;
	margin-right: 20px;
}

#detail .scratches .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#detail .scratches .desc {
	width: 757px;
}

#detail .movie {
	width: 820px;
	margin: 0 auto;
	/* background: #000; */
}

#detail .movie .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#detail .movie .youtube iframe,
#detail .movie .youtube object,
#detail .movie .youtube embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#detail .staff_msg {
	width: 1140px;
	display: flex;
	margin-bottom: 90px;
}

#detail .staff_msg .thumb {
	width: 320px;
	height: 240px;
	position: relative;
	overflow: hidden;
	background: #e5e5e5;
	margin-right: 20px;
}

#detail .staff_msg .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#detail .staff_msg .desc {
	width: 800px;
	font-size: 14px;
}

#detail .detail_h1 {
	margin-top: 90px;
}

#detail .table {
	width: 1140px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-bottom: none !important;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}

#detail .table li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: flex;
}

#detail .table li span {
	display: block;
	padding: 10px;
	box-sizing: border-box;
}

#detail .table li .th {
	width: 217px;
}

#detail .table li .td {
	width: 352px;
}

#detail .condition li {
	width: 569px;
}

#detail .condition li:nth-child(17),
#detail .condition li:nth-child(18),
#detail .condition li:nth-child(19),
#detail .condition li:nth-child(20) {
	width: 1138px;
}

#detail .condition li.table_colspan_4 .td {
	width: 921px;
}

#detail .panels {
	width: 1140px;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

#detail .panels li {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 12px;
	color: #d0d0d0;
	background: #fff;
}

#detail .panels_attention {
	margin-top: 15px;
	font-size: 12px;
}

#detail .other {
	width: 1140px;
	box-sizing: border-box;
	padding: 14px;
	border: 1px solid #ebebeb;
	font-size: 14px;
	color: #222;
	margin-bottom: 70px;
	background-color: #ffffff;
}

#detail .ais {
	width: 1140px;
	/* text-align: center; */
}

/* AIS評価 */
#detail #aisBox {
	border: solid 3px #193194;
	position: relative;
	margin-bottom: 20px;
}
#detail #aisBox .scoreSet {
	position: absolute;
	width: 135px;
	top: -8px;
	left: 24px;
}
#detail #aisBox .scoreSet p {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #193194;
	width: 130px;
}
#detail #aisBox .scoreSet .score {
	font-size: 20px;
	color: #FFD926;
	padding: 0 0 20px 0;
}
#detail #aisBox .scoreSet .score span {
	font-size: 35px;
	line-height: 40px;
}
#detail #aisBox .rankSet {
	width: 500px;
	padding: 20px 0 0 210px;
}
#detail #aisBox .rankSet dl {
	padding: 15px 0 20px 0;
}
#detail #aisBox .rankSet dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 90px;
}
#detail #aisBox .rankSet dt img {
	padding-left: 7px;
}
#detail #aisBox .rankSet dd {
	padding: 0 0 0 90px;
}
#detail #aisBox .linkIco {
	position: absolute;
	top: 220px;
	left: 22px;
}
#detail #aisBox .linkIco a {
	padding: 0 0 0 13px;
}
#detail #aisBox .notes {
	border-top: dotted 1px #DDD;
	padding: 20px 20px 20px 175px;
	line-height: 16px;
	color: #666;
}
/* AIS評価 */

#detail .btn_bottom a {
	display: block;
	font-weight: bold;
	height: 90px;
	line-height: 90px;
	text-align: center;
	width: 580px;
	background: #000080;
	font-size: 29px;
	margin: 80px auto 100px;
	position: relative;
}

#detail .btn_bottom a i {
	display: block;
	position: absolute;
	top: 33px;
	right: 24px;
	font-size: 24px;
}

#detail .btn_bottom a:link,
#detail .btn_bottom a:visited {
	color: #fff;
	text-decoration: none;
	opacity: 1.0;
}

#detail .btn_bottom a:hover,
#detail .btn_bottom a:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

#detail .gaiso_pc {
	width: 536px;
	position: absolute;
    top: 12%;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * お知らせ
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#info .info_box {
	margin-bottom: 90px;
}

#info .info_box .info_box_head {
	width: 1140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#info .info_box .info_box_head h2 {
	font-size: 29px;
	padding: 20px 0 20px 20px;
	border-left-width: 2px;
	border-left-style: solid;
	font-weight: bold;
	margin-bottom: 40px;
	width: 780px;
}

#info .info_box .info_box_head .date {
	width: 150px;
	font-size: 12px;
}

#info .info_box .info_box_body {
	width: 1140px;
	display: flex;
}

#info .info_box .info_box_body .thumb {
	width: 400px;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	margin-right: 20px;
}

#info .info_box .info_box_body .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#info .info_box .info_box_body .desc {
	width: 720px;
	font-size: 14px;
}

#info .info_box .info_box_body .desc p {
	margin-bottom: 2.0em;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * プライバシーポリシー
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#privacy h2 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 1.2em;
}

#privacy .privacy_inner > p {
	font-size: 14px;
	margin-bottom: 2.0em;
}

#privacy .pp_contact {
	width: 1140px;
	box-sizing: border-box;
	padding: 16px;
	font-size: 17px;
	border: 1px solid #f1f1f1;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	background-color: #ffffff;
}

#privacy .pp_contact p {
	font-weight: bold;
	width: 900px;
}

#privacy .pp_contact .btn {
	width: 209px;
	height: 58px;
	font-size: 19px;
	font-weight: bold;
	line-height: 58px;
}

#privacy .pp_contact .btn a {
	display: block;
	width: 209px;
	height: 58px;
	box-sizing: border-box;
	text-align: center;
}

#privacy .pp_contact .btn a i {
	margin-right: 0.5em;
	font-size: 28px;
	vertical-align: text-bottom;
}

#privacy .pp_contact .btn a:link,
#privacy .pp_contact .btn a:visited {
	text-decoration: none;
	opacity: 1.0;
}

#privacy .pp_contact .btn a:hover,
#privacy .pp_contact .btn a:active {
	text-decoration: none;
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * スタッフ紹介
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#staff .staff_box {
	width: 1140px;
	display: flex;
	margin-bottom: 55px;
}

#staff .staff_box .thumb {
	width: 320px;
	height: 240px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	margin-right: 20px;
}

#staff .staff_box .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#staff .staff_box .desc {
	width: 800px;
}

#staff .staff_box .desc h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1.0em;
}

#staff .staff_box .desc p {
	font-size: 15px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * お客様の声
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#voice .voice_box {
	margin-bottom: 90px;
}

#voice .voice_box .voice_box_head {
	width: 1140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#voice .voice_box .voice_box_head h2 {
	font-size: 29px;
	padding: 20px 0 20px 20px;
	border-left-width: 2px;
	border-left-style: solid;
	font-weight: bold;
	margin-bottom: 40px;
	width: 1140px;
}

#voice .voice_box .voice_box_body {
	width: 1140px;
	display: flex;
}

#voice .voice_box .voice_box_body .thumb {
	width: 400px;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	margin-right: 20px;
}

#voice .voice_box .voice_box_body .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#voice .voice_box .voice_box_body .desc {
	width: 720px;
	font-size: 14px;
}

#voice .voice_box .voice_box_body .desc h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

#voice .voice_box .voice_box_body .desc h3 .balloon {
	font-size: 15px;
	font-weight: bold;
	width: 109px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	z-index: 0;
}

#voice .voice_box .voice_box_body .desc h3 .balloon:after {
	content: "";
	position: absolute;
	top: 50%; right: -12px;
	margin-top: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent;
}

#voice .voice_box .voice_box_body .desc p {
	margin-bottom: 2.0em;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 保証・整備・その他サービス
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#service h2 {
	font-size: 29px;
	padding: 20px 0 20px 20px;
	border-left-width: 2px;
	border-left-style: solid;
	font-weight: bold;
	margin-bottom: 40px;
}

#service .service_box_container {
	margin-bottom: 100px;
}

#service .service_box_container .service_box {
	margin-bottom: 50px;
	display: flex;
}

#service .service_box .thumb {
	width: 400px;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	margin-right: 20px;
}

#service .service_box .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#service .service_box .desc {
	width: 720px;
	font-size: 14px;
}

#service .service_box .desc h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#service .service_box .desc p {
	margin-bottom: 2.0em;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 店舗情報
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#shopinfo h2 {
	font-size: 29px;
	padding: 20px 0 20px 20px;
	border-left-width: 2px;
	border-left-style: solid;
	font-weight: bold;
	margin-bottom: 40px;
}

#shopinfo .shopinfo_box {
	margin-bottom: 100px;
}

#shopinfo .table {
	width: 1140px;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	border-bottom: none;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}

#shopinfo .table li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: flex;
}

#shopinfo .table li span {
	display: block;
	padding: 10px;
	box-sizing: border-box;
}

#shopinfo .table li .th {
	width: 210px;
}

#shopinfo .table li .td {
	width: 928px;
}

#shopinfo .gmap {
	width: 1140px;
	margin: 0 auto 14px;
	background: #e5e5e5;
}

#shopinfo .gmap > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#shopinfo .gmap > div iframe,
#shopinfo .gmap > div object,
#shopinfo .gmap > div embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#shopinfo .go_gmap {
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	font-weight: bold;
}

#shopinfo .go_gmap svg {
	margin-right: 4px;
	margin-bottom: -2px;
}

#shopinfo .go_gmap a:link,
#shopinfo .go_gmap a:visited {
	text-decoration: none;
	opacity: 1.0;
}

#shopinfo .go_gmap a:hover,
#shopinfo .go_gmap a:active {
	text-decoration: none;
	opacity: 0.7;
}

/*------------------------------------------------------------

   フォトギャラリー

------------------------------------------------------------*/

#shopinfo .bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow: hidden;
}

#shopinfo .bx-wrapper li {
	width: 1140px;
}

#shopinfo .bx-wrapper li .photo {
	width: 1140px;
	height: 480px;
	position: relative;
	overflow: hidden;
	background: #eee;
}

#shopinfo .bx-wrapper li .photo .photo_inner {
	width: 640px;
	height: 480px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#shopinfo .bx-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

#shopinfo .bx-wrapper {
  box-shadow: none;
  border: none;
  width: 1140px;
}
#shopinfo .bx-wrapper .bx-pager,
#shopinfo .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

#shopinfo .bx-wrapper .bx-prev {
  left: 0px;
  background: url(../images/gallery_arrow_prev.png) no-repeat 0 0;
}
#shopinfo .bx-wrapper .bx-prev:hover,
#shopinfo .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
#shopinfo .bx-wrapper .bx-next {
  right: 0px;
  background: url(../images/gallery_arrow_next.png) no-repeat 0 0;
}
#shopinfo .bx-wrapper .bx-next:hover,
#shopinfo .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
#shopinfo .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 220px;
  outline: 0;
  width: 40px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}
#shopinfo .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

#shopinfo #main_img_container {
	width: 1140px;
	margin-bottom: 40px;
}

#shopinfo #main_img_container p {
	width: 720px;
	margin: 14px auto 0;
}

#shopinfo #gallery_pager {
	width: 1140px;
	display: flex;
	flex-wrap: wrap;
}

#shopinfo #gallery_pager a {
	display: block;
	width: 90px;
	height: 68px;
	position: relative;
	overflow: hidden;
	margin: 0 5px 5px 0;
}

#shopinfo #gallery_pager a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * お問い合わせ
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#contact #flow {
	text-align: center;
	font-size: 29px;
	font-weight: bold;
	color: #d0d0d0;
	margin-bottom: 70px;
}

#contact #flow .current {
	color: #222;
}

#contact .selected_car {
	margin-bottom: 50px;
}

#contact .selected_car .selected_car_head {
	width: 1140px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

#contact .selected_car .selected_car_head h2 {
	font-size: 29px;
	padding: 20px 0 20px 20px;
	border-left-width: 2px;
	border-left-style: solid;
	font-weight: bold;
	width: 340px;
}

#contact .selected_car .selected_car_head p {
	width: 800px;
	font-size: 18px;
	text-align: right;
}

#contact .selected_car .selected_car_head p span {
	font-weight: bold;
	font-size: 24px;
	margin-right: 0.2em;
}

#contact .selected_car .selected_car_head p span.total {
	color: #ff0000;
}

#contact .selected_car .selected_car_body {
	width: 1140px;
	display: flex;
}

#contact .selected_car .selected_car_body .thumb {
	width: 387px;
	height: 290px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#contact .selected_car .selected_car_body .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#contact .selected_car .selected_car_body .desc {
	width: 753px;
	box-sizing: border-box;
	padding: 25px;
	background: #f5f5f5;
}

#contact .selected_car .selected_car_body .desc h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px;
}

#contact .selected_car .selected_car_body .desc .data {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}

#contact .selected_car .selected_car_body .desc .data li {
	width: 175px;
	margin-right: 1px;
	background: #fff;
	text-align: center;
}

#contact .selected_car .selected_car_body .desc .data li:nth-child(4n) {
	margin-right: 0;
}


#contact .selected_car .selected_car_body .desc .data li span {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#contact .selected_car .selected_car_body .desc .data li .th {
	padding: 10px;
}

#contact .selected_car .selected_car_body .desc .data li .td {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
}

/* IE10以降用 */
@media all and (-ms-high-contrast:none) {
	#contact .selected_car .selected_car_body .desc .data li .td {
		font-weight: bold\9;
		display: inline-block\9;
		height: 50px\9;
		box-sizing: border-box\9;
		padding: 0 10px\9;
	}
}

/*------------------------------------------------------------

   フォーム

------------------------------------------------------------*/

#contact .mf {
	width: 1140px;
	font-size: 14px;
}

#contact .mf table {
	width: 1140px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
}

#contact .mf table tr {
	border-bottom: 1px solid #e2e2e2;
}

#contact .mf table th {
	width: 218px;
	background: #f6f6f6;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
}

#contact .mf table th > span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 30px;
}

#contact .mf table th > span .must {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

#contact .mf table td {
	width: 920px;
	padding: 20px;
	vertical-align: middle;
	background-color: #ffffff;
}

#contact .mf table p {
}

#contact .mf table td .checkbox_container {
	/* IE11でレイアウトが崩れた為、変更 */
	/* display: flex; */
	flex-wrap: wrap;
	margin: 20px 0;
}

#contact .mf table td .checkbox_container label {
	/* IE11でレイアウトが崩れた為、変更 */
	display: inline-block;
	width: 250px;
	margin: 0 10px 10px 0;
}

#contact .mf table td input[type=text],
#contact .mf table td input[type=email],
#contact .mf table td input[type=tel],
#contact .mf table td select,
#contact .mf table td textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #a9a9a9;
	padding: 10px;
	box-sizing: border-box;
	margin-right: 1.0em;
}

#contact .mf table td input[type=text],
#contact .mf table td input[type=email],
#contact .mf table td input[type=tel] {
	width: 480px;
}

#contact .mf table td .select_container label {
    position: relative;
    display: inline-block;
    width: 180px;
    border: 1px solid #a9a9a9;
    background: #fff;
	margin-right: 1.0em;
}

#contact .mf table td .select_container label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #000;
}

#contact .mf table td .select_container select {
    cursor: pointer;
    position: relative;
    display: block;
    width: 180px;
    padding: 10px;
    border: none;
    background: transparent;
}

#contact .mf table td .select_container select::-ms-expand {
    display: none;
}

#contact .mf table td .radio_container {
	display: flex;
	flex-wrap: wrap;
}

#contact .mf table td .radio_container label {
	margin-right: 50px;
}

#contact .mf table td textarea {
	width: 530px;
	height: 160px;
	margin-top: 20px;
}

#contact .mf table .note {
	color: #000080;
}

#contact .mf table ul.note {
	margin: 10px 0 0;
}

#contact .privacy_link {
	text-align: center;
	margin: 65px auto 30px;
}

#contact .btn {
	margin: 30px auto 80px;
	display: flex;
	justify-content: center;
}

#contact .mf .btn input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 245px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	border: 0;
	color: #fff;
	font-size: 19px;
	margin: 0 10px;
	cursor: pointer;
}

#contact .mf .btn input:hover {
	opacity: 0.7;
}

#contact .forward {
	background: #000080;
}

#contact .backward {
	background: #c8c8c8;
}

#contact .thanks .thanks_inner {
	width: 1140px;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	text-align: center;
	padding: 160px 0;
}

#contact .thanks .thanks_inner p:nth-child(1) {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 70px;
}

#contact .thanks .thanks_inner p:nth-child(2) {
	font-size: 19px;
}

#contact .thanks .btn a {
	display: block;
	width: 245px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	border: 0;
	color: #fff;
	font-size: 19px;
	margin: 0 10px;
	cursor: pointer;
}

#contact .thanks .btn a:link,
#contact .thanks .btn a:visited {
	color: #fff;
	text-decoration: none;
	opacity: 1.0;
}

#contact .thanks .btn a:hover,
#contact .thanks .btn a:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 検索モーダル
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#modal_search_overlay {
	z-index: 10000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0,0,0, 0.5);
}

#modal_search_content {
	width: 830px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 10001;
}

#modal_search_content #modal_search_close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	font-size: 21px;
}

#modal_search_content h1 {
	width: 828px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 4px;
}

#modal_search_content #modal_search_content_inner {
	height: 400px;
	overflow-y: scroll;
}

#modal_search_content #modal_search_content_inner .tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

#modal_search_content #modal_search_content_inner .tab li {
	width: 400px;
	width: calc( 50% - 2px );
	height: 48px;
	line-height: 48px;
	background: #d5d5d5;
	color: #555;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	transition: .3s;
}

.modal_search_content_body {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.modal_search_content_body > div {
	display: none;
	border-top-width: 2px;
	border-top-style: solid;
}
.modal_search_content_body > div.show {
	display: block;
}

.modal_search_content_body > div > .box {
	border-bottom: 1px solid #d5d5d5;
	padding: 10px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.modal_search_content_body > div > .box:last-of-type {
	border-bottom: none;
}

.modal_search_content_body > div > .box .box_inner {
	display: flex;
	padding: 10px 0;
}

.modal_search_content_body > div > .box .box_inner_01 {
	width: 320px;
}

.modal_search_content_body > div > .box .box_inner_02 {
	width: 470px;
}

.modal_search_content_body > div > .box .box_inner_03 {
	width: 790px;
}

.modal_search_content_body > div > .box .box_inner .head {
	width: 110px;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 20px;
	line-height: 30px;
}

.modal_search_content_body > div > .box .box_inner .body {
	font-size: 14px;
	box-sizing: border-box;
}

.modal_search_content_body > div > .box .box_inner_01 .body {
	width: 210px;
}

.modal_search_content_body > div > .box .box_inner_02 .body {
	width: 350px;
}

.modal_search_content_body > div > .box .box_inner_03 .body {
	width: 670px;
	display: flex;
	flex-wrap: wrap;
}

.modal_search_content_body > div > .box .box_inner .select_container select {
    cursor: pointer;
    display: inline-block;
    width: 90px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a9a9a9;
	padding: 0;
    background: transparent;
	box-sizing: border-box;
}

.modal_search_content_body > div > .box .box_inner .select_container .check_ask label {
    position: relative;
    display: inline-block;
	height: 30px;
	line-height: 30px;
    background: #fff;
	box-sizing: border-box;
}

.modal_search_content_body > div > .box .box_inner .select_container_L select {
    width: 200px;
}

/* IE11でセレクトボックスのカーソルが出なくなった為、削除 */
/* .modal_search_content_body > div > .box .box_inner .select_container select::-ms-expand {
    display: none;
} */

.modal_search_content_body > div > .box .box_inner .radio_container label {
	white-space: nowrap;
    cursor: pointer;
    display: inline-block;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	margin-right: 10px;
}

.modal_search_content_body > div > .box .box_inner .checkbox_container label {
	white-space: nowrap;
    cursor: pointer;
    display: inline-block;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	margin-right: 10px;
}

.modal_search_content_body > div > .box .box_inner .color_container label input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 5px;
	box-sizing: border-box;
	cursor: pointer;
}

.modal_search_content_body > div > .box .box_inner .color_container label input[type=checkbox]:checked::before {
	content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
	border-width: 4px;
	border-style: solid;
	box-sizing: border-box;
}

.modal_search_content_body > div > .box .box_inner .color_container label span {
	display: none;
}

.modal_search_content_body > div > .box .box_inner .color_container label:hover {
	position: relative;
}

.modal_search_content_body > div > .box .box_inner .color_container label:hover span {
	display: block;
	position: absolute;
	top: -40px;
	left: -35px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	z-index: 10002;
}

.modal_search_content_body > div > .box .box_inner .color_container label:hover span:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -20px;
	left: 47px;
	border-color: transparent;
	border-width: 10px 5px 10px 5px;
	border-style: solid;
	z-index: 10003;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_01 input[type=checkbox] {
	background: url(../images/search/01.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_02 input[type=checkbox] {
	background: url(../images/search/02.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_03 input[type=checkbox] {
	background: url(../images/search/03.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_04 input[type=checkbox] {
	background: url(../images/search/04.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_05 input[type=checkbox] {
	background: url(../images/search/05.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_06 input[type=checkbox] {
	background: url(../images/search/06.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_07 input[type=checkbox] {
	background: url(../images/search/07.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_08 input[type=checkbox] {
	background: url(../images/search/08.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_09 input[type=checkbox] {
	background: url(../images/search/09.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_10 input[type=checkbox] {
	background: url(../images/search/10.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_11 input[type=checkbox] {
	background: url(../images/search/11.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_12 input[type=checkbox] {
	background: url(../images/search/12.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_13 input[type=checkbox] {
	background: url(../images/search/13.png) no-repeat 0 0;
	background-size: 100%;
}

.modal_search_content_body > div > .box .box_inner .color_container label.color_14 input[type=checkbox] {
	background: url(../images/search/14.png) no-repeat 0 0;
	background-size: 100%;
}

/* IE11対応ここから */
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label input[type=checkbox] {
		visibility: hidden;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label {
		position: relative;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_01 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/01.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_02 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/02.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_03 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/03.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_04 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/04.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_05 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/05.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_06 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/06.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_07 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/07.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_08 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/08.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_09 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/09.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_10 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/10.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_11 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/11.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_12 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/12.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_13 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/13.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.color_14 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/14.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	*::-ms-backdrop, .modal_search_content_body > div > .box .box_inner .color_container label.checked::after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		border-width: 4px;
		border-style: solid;
		box-sizing: border-box;
	}
}
/* IE11対応ここまで */

/* IE10以降対応ここから */
@media all and (-ms-high-contrast:none) {
	.modal_search_content_body > div > .box .box_inner .color_container label input[type=checkbox] {
		visibility: hidden;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label {
		position: relative;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_01 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/01.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_02 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/02.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_03 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/03.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_04 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/04.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_05 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/05.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_06 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/06.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_07 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/07.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_08 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/08.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_09 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/09.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_10 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/10.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_11 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/11.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_12 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/12.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_13 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/13.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.color_14 {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/search/14.png) no-repeat 0 0;
		background-size: 100%;
		margin-right: 5px;
	}

	.modal_search_content_body > div > .box .box_inner .color_container label.checked::after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		border-width: 4px;
		border-style: solid;
		box-sizing: border-box;
	}
}
/* IE10以降対応ここまで */

.modal_search_content_body .freeword .freeword_inner {
	width: 100%;
	padding: 40px 20px;
	box-sizing: border-box;

}

.modal_search_content_body .freeword .freeword_inner p {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.modal_search_content_body .freeword .freeword_inner textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	height: 200px;
}

#modal_search_content #modal_search_content_footer {
	height: 90px;
	box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.2);
	display: flex;
	/*justify-content: flex-end;*/
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}

#modal_search_content #modal_search_content_footer .btn_container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#modal_search_content #modal_search_content_footer .result {
	/*margin-right: auto;*/
	font-size: 16px;
	font-weight: bold;
}

#modal_search_content #modal_search_content_footer .result span {
	font-size: 20px;
	margin-right: 0.2em;
}

#modal_search_content #modal_search_content_footer .clear_btn button,
#modal_search_content #modal_search_content_footer .s_btn button {
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
	font-family : inherit;
	cursor: pointer;
	text-align: center;
	border: none;
	font-weight: bold;
}

#modal_search_content #modal_search_content_footer .clear_btn button {
	font-size: 14px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	background: #555;
	color: #fff;
	border-radius: 20px;
}

#modal_search_content #modal_search_content_footer .s_btn button {
	font-size: 18px;
	width: 210px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	margin-left: 10px;
}

#modal_search_content #modal_search_content_footer .clear_btn button:hover,
#modal_search_content #modal_search_content_footer .s_btn button:hover {
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * クイックメール
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#quickmail_container {
	display: none;
}

#quickmail {
	width:313px;
	position: fixed;
	right: 20px;
	bottom: 0;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
	z-index: 10000;
}

#quickmail .head {
	width: 313px;
	height: 69px;
	position: relative;
	cursor: pointer;
}

#quickmail .head p {
	display: none;
}

#quickmail .head .balloon {
	width: 62px;
	height: 38px;
	text-indent: -9999px;
	position: absolute;
	top: -9px;
	left: -24px;
}

#quickmail .head .close {
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	position: absolute;
	top: -17px;
	right: -16px;
	display: none;
}

#quickmail .body {
	width: 313px;
	box-sizing: border-box;
	display: none;
}

#quickmail .body .quickmail_form,
#quickmail .body .quickmail_thanks {
	box-sizing: border-box;
	padding: 10px;
}

#quickmail .body .quickmail_form {
	display: block;
}

#quickmail .body .quickmail_thanks {
	display: none;
}

#quickmail .body .quickmail_form_wrap {
	height: 400px;
}

#quickmail .body .body_inner {
	padding: 10px 20px 0;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 10px;
}

#quickmail .body .body_inner_01 {
	border-radius: 0 20px 20px 20px;
}

#quickmail .body .body_inner_02 {
	background: #eee;
	border-radius: 20px 0 20px 20px;
}

#quickmail .body .body_inner p {
	font-weight: bold;
	padding-bottom: 10px;
}

#quickmail .body .body_inner .checkbox_container {
	display: flex;
	flex-wrap: wrap;
}

#quickmail .body .body_inner .checkbox_container label {
	width: 50%;
	margin-bottom: 10px;
}

/* IE10以降用 */
@media all and (-ms-high-contrast:none) {
	#quickmail .body .body_inner .checkbox_container label {
		display: inline-block\9;
		width: 49%\9;
		margin-bottom: 10px\9;
	}
}

#quickmail .body .body_inner input[type=text],
#quickmail .body .body_inner input[type=email],
#quickmail .body .body_inner select {
	font-family: inherit;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	border: 1px solid #a9a9a9;
	margin-bottom: 10px;
}

#quickmail .body .send input[type=submit] {
	font-family: inherit;
	width: 293px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border: none;
	cursor: pointer;
}

#quickmail .body .send input[type=submit]:hover {
	opacity: 0.7;
}

#quickmail .body .quickmail_thanks .quickmail_form_wrap > p {
	padding: 80px 0 20px;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}

#quickmail .body .quickmail_thanks .close {
	width: 293px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #555;
	cursor: pointer;
}

#quickmail .body .quickmail_thanks .close:hover {
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 最新入荷車両
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

#new_arrival {
	width:295px;
	position: fixed;
	right: 20px;
	bottom: 0;
	box-sizing: border-box;
	z-index: 10000;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
}

#new_arrival .head {
	width: 295px;
	padding: 16px 0;
	position: relative;
	cursor: pointer;
	box-sizing: boder-box;
	border-radius: 5px 5px 0 0;
}

#new_arrival .head .head_inner {
	display: flex;
}

#new_arrival .head .headline {
	width: 218px;
	height: 40px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: 20px 8px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	font-size: 18px;
	padding-left: 72px;
	box-sizing: border-box;
	margin-left: -11px;
}

#new_arrival .head .headline::before {
	position: absolute;
	content: '';
	top: 40px;
	left: 0;
	border-width: 0 10px 8px 0px;
	border-color: transparent;
	border-style: solid;
}

#new_arrival .head .headline::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	top: 0;
	right: -29px;
	border-width: 20px 15px 20px 15px;
	border-right-color: transparent !important;
	border-style: solid;
}

#new_arrival .head .arrow {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 22px;
	text-align: center;
	margin-top: 7px;
	margin-left: 47px;
	position: relative;
	border-radius: 14px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
}

#new_arrival .head .arrow::after {
	font-family:'FontAwesome';
	content:'\f0d8';
}

#new_arrival .head .arrow.open::after {
	font-family:'FontAwesome';
	content:'\f0d7';
	line-height: 26px;
}

#new_arrival .body {
	width: 295px;
	box-sizing: border-box;
	padding: 0 20px 20px;
	display: none;
}

#new_arrival .body .thumb {
	width: 255px;
	height: 191px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#new_arrival .body .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#new_arrival .body .thumb a:link,
#new_arrival .body .thumb a:visited {
	opacity: 1.0;
}

#new_arrival .body .thumb a:hover,
#new_arrival .body .thumb a:active {
	opacity: 0.85;
}

#new_arrival .body .title {
	padding: 14px 0 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#new_arrival .body .title a:link,
#new_arrival .body .title a:visited {
	text-decoration: none;
}

#new_arrival .body .title a:hover,
#new_arrival .body .title a:active {
	text-decoration: none;
}

#new_arrival .body .desc {
	border-top-width: 1px;
	border-top-style: solid;
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}

#new_arrival .body .desc .date {
	width: 74px;
	font-size: 12px;
	text-align: center;
	height: 40px;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	padding: 5px 0;
	line-height: 1.2em;
	font-weight: bold;
}

#new_arrival .body .desc .date span {
	margin-left: 0.5em;
}

#new_arrival .body .desc .price {
	width: 170px;
	text-align: right;
	font-size: 10px;
}

#new_arrival .body .desc .price li > span > span {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0.2em;
}

#new_arrival .body .btn {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

#new_arrival .body .btn li a {
	display: block;
	width: 125px;
	height: 40px;
	line-height: 38px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

#new_arrival .body .btn li:nth-child(1) a {
	position: relative;
}

#new_arrival .body .btn li:nth-child(1) a i {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 14px;
}

#new_arrival .body .btn li:nth-child(2) a {
	position: relative;
}

#new_arrival .body .btn li:nth-child(2) a i {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 14px;
}

#new_arrival .body .btn li a:link,
#new_arrival .body .btn li a:visited {
	text-decoration: none;
	opacity: 1.0;
}

#new_arrival .body .btn li a:hover,
#new_arrival .body .btn li a:active {
	text-decoration: none;
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * カーライフ
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
.home #carlife{
	padding: 60px 0 80px;
}
#carlife .carlife_inner{
	width: 980px;
	margin: 0 auto;
}
#carlife .carlife_box + .carlife_box{
	margin-top: 80px;
}
#carlife h2{
	padding-left: 18px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	border-left: 6px solid #000080;
}
/*既存の見出しスタイル*/
/* #carlife h2{
    font-size: 29px;
    padding: 20px 0 20px 20px;
    border-left-width: 2px;
    border-left-style: solid;
    font-weight: bold;
	margin-bottom: 40px;
	border-left-color: #000080;
} */
#carlife .btn_rounded{
	margin-top: 80px;
}

#carlife .service .service_box{
	margin-top: 20px;
}
#carlife .service h3{
	margin-bottom: 10px;
	font-size: 24px;
	color: rgba(34, 34, 34, 0.75);
}
#carlife .service ul{
	display: flex;
	flex-wrap: wrap;
}
#carlife .service li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 235px;
	min-height: 50px;
	padding: 5px;
	margin: 0 10px 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #dcdcdc;
	border:1px solid #E6E6E6;
	box-sizing: border-box;
}

#carlife .menu table{}
#carlife .menu th{
	padding: 13px 10px;
	width: 340px;
	min-height: 50px;
	font-weight: bold;
	background: #dcdcdc;
	border: 1px solid #E6E6E6;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
#carlife .menu td{
	padding: 13px 10px;
	border: 1px solid #E6E6E6;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#carlife .comment{
	padding: 40px 60px;
	border-top: 1px solid rgba(112, 112, 112, 0.3);
	border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
#carlife .comment p{margin:0 0 1rem;}
#carlife .comment ul{margin:0 0 1rem;}

#carlife .image{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -30px;
}
#carlife .image figure{
	width: 47.4%;
	margin-bottom: 30px;
}
#carlife .image img{
	width: 100%;
}
#carlife .image figcaption{
	margin-top: 10px;
}

/*カーライフページ*/
#carlife .cost{
	display: flex;
	flex-wrap: wrap;
}
#carlife .cost dl{
	width: 185px;
	margin:0 10px 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#carlife .cost dt{
	padding: 8px 5px;
	background: #dcdcdc;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}
#carlife .cost dd{
	padding: 8px 5px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}

#carlife .special{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
#carlife .special dl{
	width: 47.4%;
	margin-bottom: 30px;
}
#carlife .special dt{
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 22px;
	color: #000080;
	border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
#carlife .special dd{}

/*------------------------------------------------------------

   Sales Point

------------------------------------------------------------*/

#salespoint {
	width: 100%;
	padding: 60px 0;
}

#salespoint .salespoint_inner {
	width: 1140px;
	margin: 0 auto;
}

#salespoint .salespoint_inner .salespoint_list {
	width: 100%;
	margin-bottom: 50px;
}

#salespoint .salespoint_inner .salespoint_list li {
	display: flex;
	margin-bottom: 30px;
}

#salespoint .salespoint_inner .salespoint_list li .thumb {
	width: 240px;
	height: 180px;
	position: relative;
	overflow: hidden;
	background: #e5e5e5;
	margin-right: 20px;
}

#salespoint .salespoint_inner .salespoint_list li .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#salespoint .salespoint_inner .salespoint_list li .thumb a:link,
#salespoint .salespoint_inner .salespoint_list li .thumb a:visited {
	opacity: 1.0;
}
#salespoint .salespoint_inner .salespoint_list li .thumb a:hover,
#salespoint .salespoint_inner .salespoint_list li .thumb a:active {
	opacity: 0.7;
}

#salespoint .salespoint_inner .salespoint_list li .desc {
	width: 880px;
}

#salespoint .salespoint_inner .salespoint_list li .desc .date {
	font-size: 12px;
	margin-bottom: 10px;
}

#salespoint .salespoint_inner .salespoint_list li .desc h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#salespoint .salespoint_inner .salespoint_list li .desc p {
	margin-bottom: 20px;
}

#salespoint .salespoint_inner .salespoint_list li .desc .btn {
	text-align: right;
}

#salespoint .salespoint_inner .salespoint_list li .desc .btn a i {
	margin-right: 0.5em;
}

/* 諸費用表示追加に伴う価格表示のスタイル修正対応 */
/* オススメ中古車 */
#recommend .price_container li:nth-child(2),
#recommend .price_container li:nth-child(3){
	font-size: 10px;
}
#recommend .price_container li:nth-child(2) .price, 
#recommend .price_container li:nth-child(3) .price {
	font-size: 8px;
}
#recommend .price_container li:nth-child(1) .price .body_price,
#recommend .price_container li:nth-child(1) .price .total_price {
	font-size: 20px;
}
#recommend .price_container li:nth-child(2) .price .body_price, 
#recommend .price_container li:nth-child(3) .price .body_price {
	font-size: 18px !important;
	font-weight: initial !important;
}

/* 車両一覧 */
#car_list #car_list_body li .price_container li:nth-child(2), 
#car_list #car_list_body li .price_container li:nth-child(3) {
	font-size: 10px;
}
#car_list #car_list_body li .price_container li:nth-child(2) .body_price,
#car_list #car_list_body li .price_container li:nth-child(3) .body_price,
#car_list #car_list_body li .price_container li:nth-child(2) .total_price,
#car_list #car_list_body li .price_container li:nth-child(3) .total_price
{
	font-size: 17px;
	font-weight: initial;
}
#car_list #car_list_body > li .price_container li:nth-child(1) .price {
	display: block;
	font-weight: bold;
	width: 103px;
}

/* 車両詳細 */
#detail .detail_gallery #main_img_container .price_container li:nth-child(2),
#detail .detail_gallery #main_img_container .price_container li:nth-child(3) {
	font-size: 15px;
}
#detail .detail_gallery #main_img_container .price_container li:nth-child(2) .body_price,
#detail .detail_gallery #main_img_container .price_container li:nth-child(3) .body_price,
#detail .detail_gallery #main_img_container .price_container li:nth-child(2) .total_price,
#detail .detail_gallery #main_img_container .price_container li:nth-child(3) .total_price
{
	font-size: 25px;
	font-weight: initial;
}
#detail .detail_gallery #main_img_container > div:nth-child(2) .price_container .price {
	display: block;
	font-weight: bold;
	width: 145px;
}
#detail .detail_gallery #main_img_container > li .price_container li:nth-child(1) .price {
	margin-right: 23px;
}

/* 車両問い合わせ */
#contact .selected_car .selected_car_head p span:nth-child(1),
#contact .selected_car .selected_car_head p span:nth-child(3) {
	font-size: 18px;
	font-weight: initial;
}
#contact .selected_car .selected_car_head p span:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
	margin-right: 0.2em;
}
#contact .selected_car .selected_car_head p span:nth-child(6),
#contact .selected_car .selected_car_head p span:nth-child(10) {
	font-size: 20px;
	font-weight: initial;
}
#contact .selected_car .selected_car_head p span:nth-child(4),
#contact .selected_car .selected_car_head p span:nth-child(5),
#contact .selected_car .selected_car_head p span:nth-child(7),
#contact .selected_car .selected_car_head p span:nth-child(9),
#contact .selected_car .selected_car_head p span:nth-child(11)
 {
	font-size: 14px;
	font-weight: initial;
}

/* 最新入荷車両 */
#new_arrival .body .desc .price li:nth-child(2) > span > span,
#new_arrival .body .desc .price li:nth-child(3) > span > span {
	font-size: 12px;
	font-weight: initial;
}
/* クーポン情報(トップ画面) */
#coupon {
	margin: 20px auto;
	width: calc(60%);
	overflow: hidden;
}
.coupon_inner {
	padding: 10px;
}
.coupon_container {
	display: flex;
}
.coupon_image {
	flex: 0 0 auto;
	width: 300px;
	height: fit-content;
	margin-right: 20px;
}
.coupon_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.coupon_details {
	flex-grow: 1;
}
.coupon_type {
	font-weight: bold;
	margin-bottom: 10px;
}
.coupon_type,
.coupon_title,
.coupon_expiry,
.coupon_target {
	margin-bottom: 20px;
}
.coupon_type {
	font-weight: bold;
}
.coupon_title {
	font-size: 18px;
}
.disclaimer {
	margin: 20px 0px;
	width: calc(100% - 20px);
	background-color: #f0f0f0;
	padding: 10px;
	text-align: left;
	border-radius: 5px;
}

/* クーポン情報(車両詳細画面) */
#detail_coupon {
	overflow: hidden;
}
.detail_coupon_inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.detail_coupon_container {
	display: flex;
}
.detail_coupon_image {
	width: 32%;
	height: fit-content;
	margin-right: 20px;
}
.detail_coupon_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail_coupon_data {
	width: 64%;
}
.detail_coupon_type,
.detail_coupon_title,
.detail_coupon_expiry,
.detail_coupon_target {
	margin-bottom: 20px;
}
.detail_coupon_type {
	font-weight: bold;
}
.detail_coupon_title {
	font-size: 18px;
}
.detail_disclaimer {
	width: 30%;
	background-color: #f0f0f0;
	padding: 10px;
	text-align: left;
	border-radius: 5px;
}
.disclaimer,
.disclaimer_content {
	font-size: 16px;
}