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

/*変数
============================*/
:root {
  --main-color: #fbcb4f;
  --sub-color: #f73017;
  --title-boder: repeating-linear-gradient(#ff9e07,#ff7201 3px,#ff7201 0,#ff9e07 6px);
  --menu-gradation: linear-gradient(#fafafa, #eaeaea);
  --cont-bg: #f5f7ee;
}

/*設定
============================*/
body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #323232;
}
body * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
	background: #fff !important;
	padding: 0;
}
#headerWrap {
	width: 100%;
	background: #fff;
}
#header {
	background: none;
	padding: 0px;
	margin: 0 auto;
	width: 1000px !important;
}
#headerCategoryList, #headerBtm, .mt12 {
 	display: none;
 }
#headerStoreWrap {
 	padding: 25px 12px 5px 0px;
 }
#headerStore {
 	width: 1000px;
 	margin: 0 auto;
 }
#headerStore .name {
	font-size: 15px;
	color: var(--main-color);
}
#headerStore .name a {
	color: var(--main-color);
}
#headerStoreContact img {
    display: none;
}
#headerStoreDialWrap {
    background: none;
    margin-top: -25px;
}
#headerStoreDial {
	padding: 0;
	background: none;
}
#headerStoreDial .number {
    padding-left: 0;
    text-align: right;
    color: var(--main-color);
    background: none;
}
.header_mgn01 {
	display: none !important;
}
#headerIconList {
	margin-top: 0;
}
#mainimg {
  width: auto;
  height: 583px;
  margin: 0;
  border-top: 3px solid var(--main-color);
  background: #f7f7f2 url(https://cms.locoplace.biz/storeimg/75/750628/20230609_2158461.png)repeat-x;
  position: relative;
}
#mainimgIn {
	width: 100%;
  height: 583px;
  background: url(https://cms.locoplace.biz/storeimg/75/750627/20251107_1354051.png)no-repeat scroll top /1000px !important;
}
/*設定
============================*/
.sectionBtm, #g01 .indexCornerWrap01 {
	display: none;
}
.sectionWrap, .h2WrapBtm, .h2WrapTop, .h2WrapMid {
	background: none;
}
.sectionWrap {
	z-index: auto;
}
.h2WrapMid h2 {
	color: #5E0B15;
}
#g01 .section {
	background: none;
	padding: 0;
}
#g01 .sectionIn {
	padding: 0;
}
#g01 #contents {
	width: 100%;
}
#g02 .section,#g03 .section,#g05 .section,#g06 .section {
	background: #fff;
}
#g04 #contents {
	width: 880px;
}
#g04 .section {
	padding: 0;
	background: none;
}
#g04 .sectionIn {
	padding: 0;
}
#g04 .indexGalleryWrap01 {
	padding: 0;
}
#map_canvas {
	width: 880px !important;
	margin: 0 auto !important;
}
.accessSec01 {
	width: 880px;
}
#dlpoC_D {
    width: 1000px !important;
    margin: 30px auto;
}
#dlpoC_D .indexBasicInfoL01 {
    margin-top: 30px;
}
/*gNavi
======================================================*/
#gNaviWrap {
	margin: 0;
	clear: both;
}
#gNaviIn {
	width: auto;
	margin: 0px auto;
	background: var(--menu-gradation);
	padding: 0px 10px 0px 10px;
  border-bottom: solid 1px #ccc;
}
#gNavi ul {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
	display: flex;
}
#gNavi li {
	padding-bottom: 0;
	width: auto;
	height: 50px;
	flex: 1 1 0px;
	justify-content: center;
	align-items: center;
	position: static;
}
#gNavi li#gNav02 {
	left: 176px;
	height: 50px;
	width: 176px;
}
#gNavi li#gNav03 {
	left: 352px;
	height: 50px;
	width: 176px;
}
#gNavi li#gNav04 {
	left: 528px;
	min-width: 0px;
	height: 50px;
	width: 176px;
}
#gNavi li#gNav05 {
	left: 704px;
	min-width: 0px;
	height: 50px;
	width: 176px;
}
#g01 #gNavi li#gNav01 a, #g02 #gNavi li#gNav02 a, #g03 #gNavi li#gNav03 a, #g04 #gNavi li#gNav04 a, #g05 #gNavi li#gNav05 a, #g06 #gNavi li#gNav06 a, #g07 #gNavi li#gNav07 a {
	background: var(--menu-gradation);
  color: #000;
  font-weight: normal;
}
#gNavi li a {
	width: auto;
	height: 50px;
	background: var(--menu-gradation);
	border-left: 1px solid #ccc;
  color: #000;
  font-weight: normal;
}
#gNavi li:last-child a {
	border-right: 1px solid #ccc;
}
#gNavi li a:hover {
  background: linear-gradient(#ededed, #dbdbdb);
	color: #000;
  font-weight: normal;
}
/*footer
============================*/
#footerTop {
  background: #fbcb4f;
}
#footerBtm {
  background: #f1eadb;
  height: 300px;
}
/*pageTop
============================*/
.pageTop {
  right: 15px;
  z-index: 100;
  position: fixed;
  bottom: 20px;
  top: auto;
  border-width: 45px;
  border-style: solid;
  border-radius: 50% !important;
  border-color: var(--main-color);
  width: 0px !important;
  height: 0px !important;
}
.pageTop img {
  visibility: hidden;
  margin-top: 0px !important;
  width: 90px !important;
  height: 90px !important;
}
.pageTop a {
  display: block;
  width: 90px;
  height: 90px !important;
  margin-top: -45px;
  margin-left: -45px !important;
}
.pageTop:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 55%;
  left: -10px;
  margin-top:-5px;
}
/*共通
============================*/
.cont-wallpaper {
  font-size: 18px;
}
.cont-bg {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.cont-title {
  width: 100%;
  position: relative;
  background: var(--title-boder);
  box-shadow: 1px 1px 6px grey;
  padding: 5px 0;
}
.cont-title h3 {
  width: 1000px;
  margin: 0 auto;
  border-left: 10px solid #FFDF42;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  padding: 8px 0 8px 8px;
}
p.top-link a {
  color: #e64c0f;
  font-weight: bold;
}
p.top-link::before {
  content: "▶︎";
  color: #fdc501;
}
p.top-link {
  margin: 30px 0;
}
span.kome {
  font-size: 90%;
  color: #ee6269;
  display: block;
}
span.kome2 {
  display: block;
  font-size: 90%;
  color: #ff7201;
}
span.em {
  font-weight: bold;
  color: #bd0000;
}
/*top
============================*/
h2.indexCopy01 {
  width: 1000px;
  margin: 30px auto 0;
  color: var(--sub-color);
}
ul.nayami-list {
  margin: 30px 0px;
  background: var(--cont-bg);
  padding: 30px;
  border-radius: 10px;
}
ul.nayami-list li:not(:last-child) {
  margin: 0 0 30px 0;
}
ul.nayami-list li h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
ul.nayami-list li h3::before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(https://cms.locoplace.biz/storeimg/58/584227/20210419_1444305.gif);
  background-size: contain;
}
.area-box {
  margin: 30px 0;
}
.area-box_bg {
  background: var(--cont-bg);
  padding: 15px;
  margin: 10px 0px;
}
/*選ばれる理由
============================*/
.reason-bg {
  margin: 50px 0;
}
.reason-bg h4 {
  font-weight: bold;
  font-size: 28px;
  color: var(--main-color);
  border-bottom: 3px solid var(--sub-color);
  margin-bottom: 15px;
  background: url(https://cms.locoplace.biz/storeimg/59/595460/20210719_0943181.png)no-repeat left /50px;
  padding: 8px 0 3px 60px;
}
.reason-bg:nth-child(3) h4 {
  background: url(https://cms.locoplace.biz/storeimg/59/595460/20210719_0943182.png)no-repeat left /50px;
}
.reason-bg:nth-child(4) h4 {
  background: url(https://cms.locoplace.biz/storeimg/59/595460/20210719_0943183.png)no-repeat left /50px;
}
/*レクサスの買取人気車種
============================*/
.cartype-cont p {
  margin: 0 0 30px;
  text-shadow: 1px 1px 0px #fff, 1px 0px 0px #fff, 1px 0px 0px #fff, 0px 0px 0px #fff;
  color: #000;
}
.cartype-cont {
  background: url(https://cms.locoplace.biz/storeimg/75/750628/20230609_2158501.png)no-repeat bottom 0 center/100%;
  background-position: center;
  background-size: cover;
}
.cartype-cont .cont-bg h4 {
  text-shadow: 1px 1px 0px #fff, 1px 0px 0px #fff, 1px 0px 0px #fff, 0px 0px 0px #fff;
  font-size: 20px;
  font-weight: bold;
}
/*買取実績
============================*/
.jisseki-cont h4 {
  font-size: 28px;
  font-weight: bold;
  color: #abca47;
}
.jisseki-bg {
  box-sizing: border-box;
  background: #edf5d4;
  margin-bottom: 50px;
  padding: 30px;
}
.jisseki-bg::after {
  display: block;
  content: "";
  clear: both;
}
.jisseki-img {
  width: 400px;
  float: right;
  padding: 15px;
  background: #fff;
}
.jisseki-img img {
  width: 100%;
  height: auto;
}
.jisseki-box {
  width: 540px;
  float: left;
  padding-right: 30px;
}
.jisseki-box table {
  width: 100%;
}
.jisseki-box td, .jisseki-box th {
  padding: 5px;
  background: #fffbef;
  border: 3px solid #edf5d4;
}
.jisseki-box th {
  text-align: center;
  background: #abca47;
  color: #fff;
  font-weight: bold;
  width: 180px;
}
.riyuu-box {
  width: 540px;
  float: left;
  padding-right: 30px;
  margin-top: 20px;
}
.riyuu-box span {
  display: block;
  font-weight: bold;
  background: #f59548;
  color: #fff;
  width: 180px;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 5px;
}
/*お客様の声
============================*/
.voice-cont {
  background: #fffcf2;
}
.voice-bg {
  margin-top: 50px;
  background: #fff;
  padding: 30px;
  border: 1px solid #ffecab;
}
span.voice-type {
  color: #80a50b;
  font-weight: bold;
  font-size: 23px;
  display: block;
  border-bottom: 2px dashed #fea00e;
  margin-bottom: 10px;
}
span.model-type {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.voice-txt {
  display: block;
  background: var(--cont-bg);
  padding: 20px;
}
/*買取の流れ
============================*/
.flow {
  padding-left: 120px;
  position: relative;
  margin: 50px 0 80px;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 16px;
  color: #fff;
  background: rgb(171 202 71);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgb(171 202 71) 0%,rgb(139 152 96) 100%);
  background: linear-gradient(to right, rgb(171 202 71) 0%,rgb(139 152 96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 10px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #8b985f;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #abc947;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 25px;
  font-weight: 600;
  color: #abc947;
  margin-bottom: 1vh;
}
/*アルファードの中古車買取でよく頂く質問
============================*/
.qa-bg li {
  border: 10px solid #abca47;
  margin: 40px 0;
  padding: 20px;
}
.qa-bg li dt {
  font-weight: bold;
  font-size: 22px;
  border-bottom: 3px dashed #abca47;
  background: url(https://cms.locoplace.biz/storeimg/58/584227/20210419_1115171.png)no-repeat left /40px;
  padding: 10px 0px 10px 50px;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.qa-bg li dd {
  background: url(https://cms.locoplace.biz/storeimg/58/584227/20210419_1115172.png)no-repeat top left /40px;
  padding-left: 50px;
}
.qa-bg li.first dd {
  padding: 8px 0 9px 50px !important;
}
/*アルファードの中古車買取需要
============================*/
.alphard-bg_02 {
  border-top: 5px dotted #ff7201;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.alphard-cont h4 {
  background: url(https://cms.locoplace.biz/storeimg/58/584227/20210419_1142101.gif)no-repeat bottom left /80px;
  padding: 21px 0 5px 90px;
  font-weight: bold;
  font-size: 25px;
}
.alphard-bg_txt {
  background: #eaf5e9;
  padding: 1px;
}
.alphard-bg_txt p {
  margin: 30px;
}
/*企業情報
============================*/
table.company-bg {
  width: 100%;
  margin-top: 50px;
}
.company-bg td, .company-bg th {
  padding: 10px 5px;
  border: 1px solid var(--main-color);
}
.company-bg th {
  text-align: center;
  font-weight: bold;
  background: #ffeeb2;
  width: 200px;
}
.company-bg td {
  padding-left: 20px;
}
/*CTA
============================*/
.fixed-tel_bnr {
  display: none;
}
.tel-bnr {
  margin: 50px auto;
  width: 800px;
}
.tel-bnr img {
  width: 100%;
  height: auto;
}
/*OM
============================*/
#g01 .h2WrapMid h2 {
  width: 1000px;
  height: 40px;
  margin: 50px auto 0;
  padding: 10px 0 0 30px;
  background: repeating-linear-gradient(#96be19,#96be19 3px,#abcb47 0,#abcb47 6px);
  border-radius: 5px 5px 0 0;
  text-align: left;
  font-size: 12pt;
  color: #fff;
  clear: both;
}
#g01 .h2WrapBtm, #g01 .h2WrapMid, #g01 .h2WrapTop, #g01 .section, #g01 .sectionWrap {
  background: 0 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
#g01 .sectionIn {
  margin: 0 auto;
  padding: 0;
}
.topMessageDetail {
  height: auto;
  padding: 10px;
  border: 3px solid #95be19;
  background-color: #FFF;
}
.topMessageDetail, .topMessageSec01, .topMessageSec02 {
  width: 1000px;
  margin: 0 auto;
}
#g01 .h3_basic01, .topMessageSec02 {
  color: #96be19;
  text-align: left;
}
/*パンくず
============================*/
p.link-p span {
  margin: 0 20px;
}
p.link-p a {
  color: #e64c0f;
}
/*#g02
============================*/
#g02 i {
  font-style: normal;
}
ul.srv-mokuji li a, ul.srv2-mokuji li a {
  color: #e64c0f;
}
ul.srv-mokuji li, ul.srv2-mokuji li {
  list-style: disc;
  margin-left: 25px;
}
/*#g04
============================*/
#g04 img {
  width: 100%;
  height: auto;
}
/*追従
======================================================*/
.floating-banner {
  display: none;
}
.floating-banner2 {
  display: none;
}
.floating-banner3 {
  display: none;
}
.cont-img img {
  width: 100%;
  height: auto;
}
/*CV
======================================================*/
.cv-box {
  width: 100%;
  margin-bottom: 70px;
  padding: 50px 0;
  background: url(/img/index/index_img39.png) no-repeat;
  background-size: cover;
  background-position: 2% 0%;
}
.inner {
  width: 880px;
  margin: 0 auto;
}
#g02 .inner {
  width: 100% !important;
}
.cv-line {
  padding: 10px;
  border: 6px solid #c7c5c5;
  background-color: #fff;
}
.cv-title {
  width: 90%;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.5em;
  background-color: #ef3737;
  text-align: center;
  position: relative;
  top: -30px;
}
.cv-left {
  display: inline-block;
  width: 48%;
  margin: -20px 30px 0 0;
  text-align: center;
  font-size: 1.2em;
  vertical-align: top;
}
.cv-bottom {
  margin-bottom: 5px;
  font-size: 1.0rem;
  line-height: 1.8;
}
.cv-small {
  font-size: 0.7em !important;
  line-height: 2 !important;
}
.cv-right {
  display: inline-block;
  width: 47%;
  margin-top: -20px;
  text-align: center;
  font-size: 1.2em;
  vertical-align: top;
}
.cv-right p {
  margin-bottom: 5px;
  font-size: 1.0rem;
  line-height: 1.8;
}
.cv-btn {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 5px;
}
p.cv-btn img {
  width: 100%;
  height: auto;
  box-shadow: 0px 5px #4e8726;
  border-radius: 3px 3px 5px 5px;
  margin-bottom: 10px;
}
.cv-left p img {
  width: 100%;
  height: auto;
}
.cv-btn:hover, .cv-left p img:hover {
  opacity: 0.8;
}
/*追従pc
======================================================*/
.fbnr {
  position: fixed;
  bottom: 0;
  z-index: 1 !important;
  background: #6c6c6cc7;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.floating-banner_pc {
  width: 600px;
  margin: 0 auto;
  display: block;
}
.fixed_tel {
  float: left;
}
