@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

/* === 四角いボタン =============== */

.btn a {
  background: #d61518;
  position: relative;
  display: inline-block;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  /* max-width: 280px; */
	min-width: 280px;
  padding: 10px 35px 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.btn a::before {
content: '';
position: absolute;
top: -3px;
left: -3px;
width: calc(100% - 2px);
height: calc(100% - 2px);
border: 1px solid #fff;
transition: 0.2s;
}

.btn a::after {
	position: absolute;
	top: 50%;
	right: 20px;
display: block;
content: '';
width: 7px;
height: 7px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: translateY(-50%) rotate(45deg);
margin-left: 20px;
}

.btn a:hover::before {
top: 1px;
left: 1px;
}

.btn a:hover {
text-decoration: none;
background-color: #b60003;
}

.btn_block a {
  display: block;
  text-align: center;
}

.btn.text_center {
text-align: center;
margin: 3rem 0 2rem;
}
.btn.text_center a {
  margin-bottom: 1rem;
}
.btn.light a {
  color: #333!important;
  background-color: #fff;
  text-decoration: none;
}

.btn.light a::after {
	border-color: #000;
}

.btn.yokonarabi {
  text-align: center;
  margin: 3rem 0;
}

.btn.yokonarabi a {
  font-size: min(3vw, 1rem);
}

/* === 戻るボタン =============== */
.back_btn a {
	display: block;
	width: fit-content;
	padding: 10px 30px;
	background-color: #fff;
	margin: 30px auto;
}

.back_btn a:link,
.back_btn a:visited {
	color: #333;
}

.back_btn a:hover,
.back_btn a:active {
	color: #aaa;
}


@media (min-width:700px) {
	/* ボタンが2つ以上あって横並びにする */
	.btn:has(a+a) {
		display: flex;
		gap: 30px;
		justify-content: center;
	}
	.btn:has(a+a) a {
		margin-left: 0;
		margin-right: 0;
	}
}


/* === 鈴鹿GT.NETリンクボタン =============== */

.suzuka_btn {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.suzuka_btn a {
  background-color: #d61518;
  color: #fff;
  padding: 1rem 2.5rem 1rem 1rem;
  background-image: url(images/cart.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 93% center;
}
.suzuka_btn a:hover {
  background-color: #b60003;
}

/* === 鈴鹿GT.NETリンクボタン =============== */

p.soldout_btn {
	font-size: 1.2rem;
}

/* === 分割 =============== */


.bunkatsu {
    display: block;
  }

	.bunkatsu_sp {
		display: flex;
		gap: 2%;
	}
	
  
  .bun02_item,
  .bun03_item {
    margin-bottom: 30px;
  }
  
  @media (min-width:600px) {
  .bunkatsu {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8%;
  }
  
  /* 2分割 */
  .bun02_item {
    flex: 0 1 48.6%;
  }
	.bunkatsu_sp .bun02_item {
    flex: 0 1 49%;
  }
  /* 3分割 */
  .bun03_item {
    flex: 0 1 31.46%;
  }
  /* 3分割 */
  .bun03_item {
    flex: 0 1 31.46%;
  }
  /* 4分割 */
  .bun04_item {
    flex: 0 1 22%;
  }
  /* 5分割 */
  .bun05_item {
    flex: 0 1 18%;
  }
  /* 6分割 */
  .bun06_item {
    flex: 0 1 14.2%;
  }
  }
  
  /* === 分割配置調整 =============== */
  
  .j_c_center {
    justify-content: center;
  }
  
  .a_i_center {
    align-items: center;
  }
  
  /* === 順番入れ替え =============== */
  
  @media (min-width:600px) {
  .order01 {
    order: 1;
  }
  
  .order02 {
    order: 2;
  }
  }
  
  /* === 表示・非表示 =============== */
  
  .disp_pc {
    display: none !important;
  }
  @media (min-width:600px) {
  .disp_pc {
    display: block !important;
  }
  .disp_sp {
    display: none !important;
  }
  }
  
  /* === 配置 =============== */

  .alignleft,
  img.alignleft {
      display: inline;
  }
  .alignright,
  img.alignright {
      display: inline;
  }

  @media (min-width:600px) {
  .alignleft,
  img.alignleft {
      display: inline;
      float: left;
      margin-right: 20px;
      margin-top: 0;
  }
  .alignright,
  img.alignright {
      display: inline;
      float: right;
      margin-left: 20px;
      margin-top: 0px;
  }
  .aligncenter,
  img.aligncenter {
      clear: both;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  img.alignleft,
  img.alignright,
  img.aligncenter {
      margin-bottom: 20px;
    }
}
  
  /* === NEWS =============== */
  
  dl.news_list {
    margin: 0 0 2rem 0;
    padding: 0;
  }
  dl.news_list dt {
    padding: 0;
    margin: 0;
    font-weight: normal;
  }
  
  dl.news_list dd {
    padding: 0;
    margin: 0 0 10px 0;
  }
  
  @media (min-width:600px) {
  
    dl.news_list {
      display: flex;
      flex-wrap: wrap;
    }
    dl.news_list dt {
      width: 10%;
    }
    
    dl.news_list dd {
      width: 90%;
    }
    
  
  }

  /* === ギャラリー =============== */

  .gll {
	text-align:center;
	clear:both;
	padding:0;
	padding:10px 0 1px 0;
	background-color:#333;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gll img {
	margin:0 5px 10px 5px;
	vertical-align:top;
}

.gll img {
	max-width:90%;
}


@media (max-width:599px) {
.gll img {
  width: 42%;
}
}

  /* === SNS =============== */
  .sns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px ,1fr));
    text-align: center;
  }

.sns a {
	color: #fff;
  text-align: center;
}
.sns a:hover {
	color: #ccc;
}
.sns img {
	border-radius: 50%;
	filter: grayscale(100%);
	transition: .3s ease-in-out;
  max-width: 100px;
  margin-bottom: 10px;
}

.sns img:hover{
	filter:grayscale(0);
}

@media (max-width:599px) {
  
.sns.bunkatsu {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8%;
}

/* 3分割 */
.sns.bunkatsu .bun06_item {
  flex: 0 1 31.46%;
}
}
  

/* === スライド用 =============== */

.slider_area {
  margin: 0 0 1rem 0;
}
.slider_area .slick-slide{
  padding:2px;
}
.slider_area .thumbnail .slick-current img{
  opacity: 0.5;
}
.slider_area .slick-prev,.slick-next{z-index:2;}
.slider_area .slick-prev{left:5px!important;
  top: 48% !important;}
.slider_area .slick-next{right:10px!important;
  top: 48% !important;}

.slider_area .thumbnail img {
  object-fit: cover;
  height: 12vw;
  width: 100%;
}

@media (min-width:700px) {
  .slider_area img {
    width: 100% !important;
  }
  .slider_area .thumbnail img {
    height: 100px !important;
    width: 100% !important;
    object-fit: 100% !important;
  }
}

/* === ビデオ =============== */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

div.vid_contents {
  width: 100%;/*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  background: #fff;/*余白の背景色*/
  }
  video.vid_main {
  width: 100%;
  }

  .video_area {
  }
  .video_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .video_container .video_box div {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.video_container .video_box {
  text-align: center;
  margin-bottom: 0.4rem;
}

.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width:700px) {
  .video_container {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* === Googleマップ =============== */

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}
 
/* Google Mapのiframe */
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* === 店舗 =============== */

.tenpo_img {
	margin-top: -0.6rem;
	margin-bottom: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 1rem;
  }
  .tenpo_img div {
	display:inline-block;
	position:relative;
	overflow:hidden;
	}
	.tenpo_img div:after {
		content: '';
		position: absolute;
		top: -10%;
		left: -20%;
		width: 40px;
		height: 100%;
		transform: scale(2) rotate(20deg);
		background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
		animation-name: shiny;
		animation-duration: 3s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
	}


	@keyframes shiny {
		0% { left: -20%; }
		10% { left: 120%; }
		100% { left: 120%; }
		}
		
		
	
.tenpo_profile {
	margin-top: -1rem;
}

a.profile_box {
	background-color: #fff;
	margin-bottom: 1rem;
	line-height: 1.5;
  }
.profile_box p {
  margin: 5px 0 0 0;
  line-height: 1.5;
}
a.profile_box h3,
a.profile_box {
	color: #fff;
}


  .profile_box div:first-child h3 {
	padding: 0.1rem 0 0.2rem 0;
	font-size: 1.2rem;
	margin: 0 0 0 0;
	position: relative;
	display: block;
  }

  .profile_box div:first-child h3::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 15px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
  }
.profile_suzuka div:first-child {
  background-color: #d61518;
  padding: 0.5rem;
}
.profile_nh0 div:first-child {
  background-color: #0010d8;
  padding: 0.5rem;
  margin-top: 1rem;
}
.profile_secret div:first-child {
  background-color: #ada347;
  padding: 0.5rem;
  margin-top: 1rem;
}


.profile_box div:first-child h3:before {
  content: none;
}

.profile_box div:last-child {
  background-color: #fff;
  color: #333;
  padding: 0.5rem;
}

@media (min-width:700px) {
	.tenpo_img a:hover {
	  opacity: 0.8;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	}
	.profile_box:hover {
	  opacity: 0.8;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	}
  .profile_box {
    display: grid;
    grid-template-columns: 4fr 8fr;
    align-items: center;
  }
  .profile_box div:first-child {
	min-height: 90px;
	}
	.profile_box div:first-child h3::after {
		top: 10px;
	  }
	  .profile_nh0 div:first-child,
	  .profile_secret div:first-child {
		margin-top: 0;
	  }
	
}
.tenpo_container {
	display: grid;
    grid-template-columns: 4fr 4fr 4fr;
	gap: 1.5rem;
}
.tenpo_container02 {
	display: grid;
    grid-template-columns: 4fr 8fr;
	gap: 1.5rem;
}
.tenpo_container p,
.tenpo_container02 p {
	margin: 0 0 5px 0 ;
}
.tenpo_container strong,
.tenpo_container02 strong {
	color: inherit;
}
.tenpo_container dl {
	display: grid;
    grid-template-columns: 2fr 10fr;
}
.tenpo_container a.tenpo_tel {
	font-size: 1.2rem;
	color: #fff;
}

.tenpo_container02 dl {
	display: grid;
    grid-template-columns: 3fr 9fr;
}
.tenpo_btn .btn {
	margin-bottom: 1rem;
}

@media (min-width:700px) {
.tenpo_btn {
    display: grid;
    grid-template-columns: 6fr 6fr;
    align-items: center;
}

}

/* === ストックNSX =============== */

.stock_area {  
  background-color: #aaa;
  padding: 1rem;
}  

.stock_area .stock_box  a:hover img{
	filter: alpha(opacity=100);
	opacity: 1.0;
	}

  .stock_container {  
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  } 
  .stock_area .stock_box {  
    background-color:#fff;
    color: #333;
    padding-bottom:5px;
	
  } 
.stock_area .stock_box .stock_photo {  
	position: relative;	
}  
.stock_area .stock_box .stock_photo .new-icon {  
	top:7px;
	left:7px;
	position:absolute;
	background:#cc0000;
	padding:10px;
	line-height:1;
	color:#fff;
}
.stock_area .stock_box .stock_photo .shopname {  
	bottom:0px;
	right:0px;
	position:absolute;
	background-color:rgba(255,255,255,0.7);
	color:#333;
	padding:5px;
	font-size:90%;
	line-height:1;
}

.stock_area .stock_box .stock_photo .syoudan-photo {  
	filter: alpha(opacity=50);
	opacity: 0.5;
	background:#fff;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
}
.stock_area .stock_box .stock_photo .syoudan-icon {  
	top:7px;
	left:7px;
	position:absolute;
	background:#000;
	padding:10px;
	font-size:100%;
	line-height:1;
	color:#fff;
	z-index:5;
	font-size:100%;
	line-height:1;
}
.stock_area .stock_box .stock_photo .soldout-photo {  
	filter: alpha(opacity=50);
	opacity: 0.5;
	background:#000;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
}
.stock_area .stock_box .stock_photo .soldout-icon {  
	top:7px;
	left:7px;
	position:absolute;
	background:#000;
	padding:10px;
	font-size:100%;
	line-height:1;
	color:#fff;
	z-index:5;
	font-size:100%;
	line-height:1;
}

.stock_area .stock_box dl {  
	font-size:80%;
	padding:0 0 0 0 ;
	margin:10px;
  display: grid;
  grid-template-columns: 35% 65%;
}  
.stock_area .stock_box dl dt {  
	float:left;  
	clear:both;
	font-weight:normal;
	margin:0 0 2px 0;
	padding:2px 0 2px 5px;
	border-top:1px dotted #ccc;
}  
.stock_area .stock_box dl dd {  
	float:right;  
	margin:0 0 0 0;
	padding:2px 0 2px 5px ;
	border-top:1px dotted #ccc;
}  

.stock_area .stock_box .price {  
	padding:3px;
	clear:both;
	text-align:center;
	border:3px solid #ccc;
	font-size:86%;
	margin:15px;
}
.stock_area .stock_box .price .kakaku {  
	color:#ff0000;
	font-weight:bold;
	font-size:110%;
}
.stock_area .stock_box .syoudan {  
	color:#ff6600;
	font-weight:bold;
	font-size:120%;
}

.stock_area .stock_box a:link,
.stock_area .stock_box a:visited {
  color: #333;
}

.stock_area .stock_box a:hover {
  opacity: 0.7;
}

@media (min-width:700px) {
  .stock_area .stock_box dl {  
	font-size:90%;
	margin:15px;
  grid-template-columns: 30% 70%;
}  
  .stock_area {  
    padding: 1.5rem;
  }  
  .stock_container {  
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  } 
}

/* === ストック詳細ページ ============ */
.spec {
	background-color: #fff;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.spec p {
	text-align: center;
	padding: 12px 5px 10px;
	color: #333;
	border: 0.5px solid #000;
	margin: 0;
}
.spec .g1 {
	grid-column: 1/3;
}

.car_price {
  background-color: #fff;
	font-size: 1.1rem;
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
}

.car_price p {
	color: #333;
}

.car_price strong {
	font-size: 1.5em;
}

.mail_btn.btn a {
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	font-size: 1.1rem;
	margin-bottom: 10px;
	
}

.print_btn {
	margin-bottom: 10px;
}

.print_btn a {
	display: block;
	background: linear-gradient(to bottom, #e0e0e0, #b9b9b9);
	padding: 20px 35px 20px 25px;
	text-align: center;
	font-size: 1rem;
	position: relative;
}

.print_btn a::after {
	position: absolute;
	top: 50%;
	right: 20px;
display: block;
content: '';
width: 7px;
height: 7px;
border-top: 2px solid #333;
border-right: 2px solid #333;
transform: translateY(-50%) rotate(45deg);
margin-left: 20px;
}

.print_btn a:link,
.print_btn a:visited {
	color: #333;
}

.print_btn a:hover,
.print_btn a:active {
	opacity: 0.7;
}


.tel_area {
  background-color: #fff;
	padding: 5px 5px;
}

.tel_area p {
	color: #333;
	text-align: center;
	line-height: 1.5;
}

.tel_area a {
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.tel_area a:link,
.tel_area a:visited {
	color: #333;
}


@media (min-width:600px) {
	.tel_area a {
	pointer-events: none;
}

}
/* === プリント詳細ページ ============ */

.print_page {
	background-color: #fff;
	font-size: 16px;
}

.print_page img {
	width: 100%;
	margin-bottom: 1rem;
}

.print_page h1,
.print_page h2,
.print_page p {
	color: #333;

}

.print_page h2 {
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.print_page .car_price {
	border: 3px solid #ccc;
}

.print_page .tel_area {
	border: 1px solid #aaa;
}

.print_page .tel_area span {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.print_page .back_btn a {
	border: 1px solid #aaa;
}
@media print {
	.print_page img {
		width: 40%;
		margin: 0 auto 50px;
		display: block;
	}
	
}


/*高価買い取り*/

.kaitorisp-main {
	background-image:url("satei/special/images/main.jpg");
	background-size:100%;
	height:500px;
	position:relative;
}

.kaitorisp-box01 {
	background-color:#dddddd;
	background-image:url("satei/special/images/kaitorisp_bg01.jpg");
	background-repeat:repeat-x;
	background-position:top;
	padding:40px 40px 1px 40px;
	overflow:hidden;
}
.kaitorisp-box02 {
	background-color:#fff;
	background-image:url("satei/special/images/kaitorisp_bg02.jpg");
	background-repeat:repeat-x;
	background-position:top;
	padding:40px;
	overflow:hidden;
	color: #333;
}
.kaitorisp-box03 {
	background-color:#dddddd;
	padding:40px;
	overflow:hidden;
}
.kaitorisp-box01 .catch {	
	font-size:200%;
	margin:40px 0;
	text-align:center;
	color:#666;
}
.kaitorisp-box02 .catch {	
	font-size:128%;
	margin:30px 0 20px 0;
	color:#000;
}
.kaitorisp-box02 .alignright {	
	margin:50px 0 0 30px;
}

h2.responsive-tit {
	border:0 solid;
	padding:0;
	margin:40px 0;
	background:none;
}

h2.speedy-tit {
	border:0 solid;
	padding:0;
	margin:40px 0;
	background:none;
}

h2.zenkoku-tit {
	border:0 solid;
	padding:0;
	margin:40px 0;
	background:none;
}
h2.owner-tit {
	border:0 solid;
	padding:0;
	margin:40px 0;
	background:none;
}
h2.achive-tit {
	border:0 solid;
	padding:0;
	margin:40px 0;
}
.sateihouhou-box {
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
	color: #333;
}
.sateihouhou-box h3 {
	margin-bottom: 20px;
}
.sateihouhou-box label {
	padding: 0 0 20px 0;
	line-height: 1.5;
}
.sateihouhou-box .text-primary {
	color: #1773f6;
	font-size: 0.6rem;
}

table.hyou-satei {
	border-collapse:collapse;
	border-top:1px dotted #999;
	border-spacing:0;
	empty-cells:show;
}
table.hyou-satei th {
	border-collapse:collapse;
	background-color:#dee;
	padding:5px 10px;
	font-size:100%;
	border-top:1px dotted #999;
}
table.hyou-satei td {
	border-collapse:collapse;
	background-color:#fff;
	padding:10px 10px;
	font-size:100%;
	border-top:1px dotted #999;
}
table.hyou-satei td.midashi {
	width:180px;
}
table.hyou-satei td .text_s {
	color:#888;
}


table.hyou-satei input,
table.hyou-satei textarea {
	border:1px solid #ccc;
	padding:3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.satei-submit {
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#ccc 1px solid;
   padding:20px 40px;
   cursor:pointer;
   color:#333;
   background:#eee;
   font-size:120%;
   color:#333;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
background-image: -webkit-linear-gradient(top, #fff, #eee);
background-image: -moz-linear-gradient(top, #fff, #eee);
background-image: -ms-linear-gradient(top, #fff, #eee);
background-image: -o-linear-gradient(top, #fff, #eee);
background-image: linear-gradient(top, #fff, #eee);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
}
.satei-submit:hover{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#aaa 1px solid;
   padding:20px 40px;
   cursor:pointer;
   color:#333;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
background-image: -webkit-linear-gradient(top, #fff, #eee);
background-image: -moz-linear-gradient(top, #fff, #eee);
background-image: -ms-linear-gradient(top, #fff, #eee);
background-image: -o-linear-gradient(top, #fff, #eee);
background-image: linear-gradient(top, #fff, #eee);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
}

.kaitorisp-sateibtn {
	position:fixed;
	right:120px;
	bottom:50px;
}

@media (max-width:700px) {
	.kaitorisp-box01 {
		padding:1px 15px 1px 15px;
	}
	.kaitorisp-box02 {
		padding:20px;
	}
	.col-sm-4 {
		margin-bottom: -1rem;
		margin-top: 1rem;
		line-height: 1 !important;
	}
	.col-sm-4 br {
		display: none;
	}
	.kaitorisp-sateibtn {
		position:fixed;
		right:20px;
		bottom:20px;
		width: 100px;
	}
	

}

/*買取トップ*/

.kakomi-kaitori {
	border-right:3px solid #cc0000;
	border-left:3px solid #cc0000;
	border-bottom:3px solid #cc0000;
	padding:1px 10px 10px 10px;
}

.kakomi-kaitori p {
	margin:10px 0 0 0;
}


table.hyou-satei02 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table.hyou-satei02 th {
	border-collapse:collapse;
	background-color:#dee;
	padding:5px 10px;
	font-size:100%;
	border-top:1px dotted #999;
}
table.hyou-satei02 td {
	border-collapse:collapse;
	background-color:#fff;
	padding:10px 10px 10px 0;
	font-size:100%;
	border-bottom:1px dotted #999;
}
table.hyou-satei02 td.midashi {
	padding:10px 0 10px 10px;
}
table.hyou-satei02 td.midashi span {
	border-left:3px solid #cc0000;
	padding:10px;
}
table.hyou-satei02 td.midashi02 {
	padding:10px 0;
	letter-spacing:0;
}
table.hyou-satei02 td .text_s {
	color:#888;
	font-size:80%;
}


table.hyou-satei02 input,
table.hyou-satei02 textarea {
	border:1px solid #ccc;
	padding:3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.satei-submit02 {
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 5px;
   -o-border-radius: 10px;
   -ms-border-radius: 10px;
   border:#ccc 0px solid;
   padding:10px 40px;
   cursor:pointer;
   color:#fff;
   background:#333;
   font-size:120%;
margin:0 0 30px 0;
}
.satei-submit02:hover{
   cursor:pointer;
   color:#fff;
   background:#555;
   font-size:120%;
}


h1.kaitori-tit {
	font-size:180%;
	font-weight:bold;
	color:#000;
	background-image:url("images/satei_catch02.gif");
	background-repeat:no-repeat;
	background-position:0 6px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	border-left:0px solid #000;
	text-indent:-9999px;
	height:70px;
}
	
/*高額査定・買い取り*/

.kaitori-main {
	background-color:#000;
	background-image:url("satei/special/images/main_bg.jpg");
	background-repeat:no-repeat;
	background-position:right top;
	padding:0 10px 10px 10px;
	margin-top:40px;
	margin-bottom:0px;
	color:#fff;
	font-size:120%;
}

.kaitori-catch01 {
	font-size:160%;
	font-weight:bold;
	margin-top:-10px;
	margin-bottom:-10px;
    font-family: "Noto Sans Japanese", san-serif;
}
.kaitori-catch01 span {
	font-size:158%;
}
.kaitori-catch02 {
    font-family: "Noto Sans Japanese", san-serif;
	font-size:123%;
	margin-bottom: 2rem;
}
.kaitori-catch02 span {
	font-size:180%;
	color:#ffff00;
	line-height: 1.6;
}
.kaitori-catch03 {
	margin-top:-20px;
    font-family: "Noto Sans Japanese", san-serif;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	line-height: 1.6;
}
.kaitori-catch03 span {
	color:#ff0000;
	font-size:180%;
	border-bottom:6px double #ff0000;
	line-height: 1.6;
}

.kaitori-catch04 {
    font-family: "Noto Sans Japanese", san-serif;
	font-size:143%;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
  color: #333;
}
.kaitori-catch04 span {
	font-size:143%;
	color:#cc0000;
}

.kaitori-box01 {
	background:#fbe8c4;
	padding:20px 20px 20px 20px;
	font-size:115%;
	margin-bottom:20px;
  color: #333;
}
.kaitori-box02 {
	background:#e9f0c8;
	padding:20px 20px 20px 20px;
	font-size:115%;
	margin-bottom:20px;
  color: #333;
}

h3.kaitori-h3 {
  position: relative;
  padding: 10px 10px 15px 10px;
  background: #fff;
border:0 solid;
	margin:0 0 20px 0;
    font-family: "Noto Sans Japanese", san-serif;
	font-size:180%;
	line-height:1;
  color: #333;
}
h3.kaitori-h3:before {
    width: 0;
}

h3.kaitori-h3:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #fff;
width: 0;
height: 0;
}
.kaitori-box01 h3.kaitori-h3 span {
	color:#ff6600;
}
.kaitori-box02 h3.kaitori-h3 span {
	color:#009900;
}

.kaitori-contact {
    padding: 15px 20px 30px 30px;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f6f6f6, #f6f6f6 3px,#eee 3px, #eee 7px);
    background: repeating-linear-gradient(-45deg, #f6f6f6, #f6f6f6 3px,#eee 3px, #eee 7px);
	overflow:hidden;
}
.kaitori-contact p {
    margin: 3em 0 !important;
}
.kaitori-contact .catch {
    font-family: "Noto Sans Japanese", san-serif;
	font-size:210%;
	font-weight:bold;
	color:#003366;
	margin-bottom: 2rem;
}
.kaitori-contact ul {
    padding: 0;
    margin: 20px 0 0 0;
    list-style-image:none;
    list-style-type:none;
}
.kaitori-contact ul li {
    float:left;
}
.kaitori-contact ul li a {
	color:#fff;
	background-color:#000;
	text-decoration:none;
	display:block;
	font-weight:bold;
    font-family: "Noto Sans Japanese", san-serif;
	font-size:163%;
	padding:5px 10px 10px 10px;
	line-height:1;
	margin-right:20px;
}
.kaitori-contact ul li a:hover {
	color:#fff;
	background-color:#333;
}

.kaitorisp-btn a {
	background-color:#333;
	background-image:url("satei/special/images/btn_bg.png");
	background-repeat:no-repeat;
	background-position:right top;
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:left;
	padding:20px 50px 40px 50px;
    font-family: "Noto Sans Japanese", san-serif;
	font-size:183%;
	font-weight:bold;
	box-shadow:0 0 5px #fff, 0 0 5px #999, 0 0 1px #999;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #999, 0 0 1px #999;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #999, 0 0 1px #999;
}
.kaitorisp-btn a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.kaitorisp-btn02 a {
	background-color:#fff;
	color:#000;
	text-decoration:none;
	display:block;
	text-align:left;
	padding:20px 50px 20px 50px;
    font-family: "Noto Sans Japanese", san-serif;
	font-size:183%;
	font-weight:bold;
	box-shadow:0 0 5px #fff, 0 0 5px #999, 0 0 1px #999;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #999, 0 0 1px #999;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #999, 0 0 1px #999;
}
.kaitorisp-btn a:hover,
.kaitorisp-btn02 a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.kaitorisp-btn a .click-btn,
.kaitorisp-btn02 a .click-btn {
	background:#fff;
	color:#cc0000;
	text-decoration:none;
	text-align:center;
	padding:5px 20px;
    font-family: "Noto Sans Japanese", san-serif;
	font-size:100%;
	font-weight:bold;
	font-size:86%;
   border-radius: 50px;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
}

ul.menu-kaitorisp {
	margin:0;
	background:#fff;
	color:#cc0000;
	text-decoration:none;
	text-align:center;
	padding:5px 20px;
    font-family: "Noto Sans Japanese", san-serif;
	font-size:110%;
	font-weight:bold;
}
ul.menu-kaitorisp li {
	display:inline-block;
	margin:10px 2px;
	font-size:90%;
	margin:0;
	padding: 0;
}
ul.menu-kaitorisp li a {
	text-decoration:none;
	color:#000;
}
ul.menu-kaitorisp li a:hover {
	text-decoration:none;
	color:#cc0000;
}
ul.menu-kaitorisp li+li {
	display:inline-block;
	border-left:1px solid #999;
	padding-left:10px;
}
ul.menu-kaitorisp02 {
	margin:50px 0 0 0;
	overflow:hidden;
	background:#fff;
	color:#cc0000;
	text-decoration:none;
	padding:0;
    font-family: "Noto Sans Japanese", san-serif;
	font-size:100%;
	font-weight:bold;
	list-style-image:none;
	list-style-type:none;
	display: grid;
	gap: 10px;
    grid-template-columns: 12fr;
}
ul.menu-kaitorisp02 li {
	margin: 0;
	padding: 0;
}
ul.menu-kaitorisp02 li a {
	text-decoration:none;
	color:#000;
	background-color:#f1f1f1;
	display:block;
	padding:20px;
}
ul.menu-kaitorisp02 li.menu-1 a {
	background-image:url("satei/special/images/icon_jiko.png");
	background-repeat:no-repeat;
	background-position:96% center;
}
ul.menu-kaitorisp02 li.menu-2 a {
	background-image:url("satei/special/images/icon_nagare.png");
	background-repeat:no-repeat;
	background-position:96% center;
}
ul.menu-kaitorisp02 li.menu-3 a {
	background-image:url("satei/special/images/icon_syorui.png");
	background-repeat:no-repeat;
	background-position:96% center;
}
ul.menu-kaitorisp02 li.menu-4 a {
	background-image:url("satei/special/images/icon_qa.png");
	background-repeat:no-repeat;
	background-position:96% center;
}
ul.menu-kaitorisp02 li a:hover {
	text-decoration:none;
	color:#cc0000;
}
@media (min-width: 700px) {
	.sateihouhou-box {
		padding:40px;
		margin-bottom:40px;
	}
	.row {
		display: grid;
		gap: 2rem;
		grid-template-columns: 6fr 6fr;
	}
	.sateihouhou-box .row {
		display: grid;
		gap: 2rem;
		grid-template-columns: 3fr 9fr;
	}
	ul.menu-kaitorisp02 {
		margin:50px 0 0 0;
		overflow:hidden;
		background:#fff;
		color:#cc0000;
		text-decoration:none;
		padding:0;
		font-family: "Noto Sans Japanese", san-serif;
		font-size:180%;
		font-weight:bold;
		list-style-image:none;
		list-style-type:none;
		display: grid;
		gap: 30px;
		grid-template-columns: 6fr 6fr;
	}
}
a.btn-dark {
  background-color: #000;
  color: #fff !important;
  padding: 1rem;
  border-radius: 50px;
}


  /* お問い合わせ----------------------------------------------- */


/* グループ化 */
fieldset {
	margin: 0;
	padding: 0.1rem 1rem 1rem 1rem;
	border-style: none;
	background-color: #eee;
	color: #333;
  }
  
  /*フォームボタン*/
  
  .search_btn {
	margin-bottom: 20px;
  }
  
  .form_btn {
	display:inline-block;
	position: relative;
	margin: 2rem 0 0 0;
  }
  
  .form_btn::after {
  
  }
  
  
  .form-parts-btn {
	position: relative;
	display: block;
	align-items: center;
	padding: 1rem 1.5rem 1rem 1.5rem !important;
	color: #fff;
	line-height: 1;
	background-color: #333;
	border-radius: 0;
	border: solid 0 #333;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	margin: 0 auto;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	transition: .3s;
	font-size: 1rem;
  }
  
  
  
  a.clear_btn {
	position: relative;
	display: block;
	align-items: center;
	padding: 1rem 1.5rem 1rem 1.5rem !important;
	color: #fff;
	line-height: 1;
	background-color: #aaa;
	text-decoration: none;
	text-align: center;
	border-radius: 0.3rem;
	margin: 0 auto;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	transition: .3s;
	font-size: 1rem;
	border-radius: 50px;
  }
  
  @media (min-width:600px) {
  
  .form-parts-btn:hover {
  background-color: #cc6633;
  cursor: pointer;
  }
  
  .form-parts-btn,
  a.clear_btn {
	padding: 1.5rem 2.5rem 1.5rem 2.5rem !important;
  }
  
  }
  
  
  .form-parts-submit {
	padding: 0.8rem 1rem;
  }
  
  .form-parts {
	width: 100%;
	padding: 10px;
	font-size: 0.8rem;
	border: 1px solid #ccc;
	border-radius: 5px;
  
  }
  
  input[type="checkbox"],
  input[type="radio"] {
	accent-color: #ccc;
	transform: scale(1.5);
  }
  
  .ml_2 {
	margin-left: 2rem;
  }
  
  .mr_2 {
	margin-right: 2rem;
  }
  
  .mt_search {
	margin-top: 5px;
  }
  
  input[type="search"]:focus {
	border: 1px solid #ccc;
	outline: 0;
  }
  
  .form-select {
	  overflow: hidden;
	font-size: 1rem;
  
	  text-align: center;
  }
  .form-select-parts {
	  width: 100%;
	font-size: 1rem;
	  padding-right: 1em;
	  cursor: pointer;
	  text-indent: 0.01px;
	  text-overflow: ellipsis;
	  border: none;
	  outline: none;
	  background: transparent;
	  background-image: none;
	  box-shadow: none;
	  -webkit-appearance: none;
	  appearance: none;
  }
  .form-select-parts::-ms-expand {
	  display: none;
  }
  .form-select {
	  position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	  background: #ffffff;
  }
  .form-select::before {
	  position: absolute;
	  top: 1em;
	  right: 0.9em;
	  width: 0;
	  height: 0;
	  padding: 0;
	  content: '';
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 6px solid #666666;
	  pointer-events: none;
  }
  .form-select-parts {
	  padding: 10px 40px 10px 10px;
	  color: #666666;
  }
  
  /* 追加 */
  .w_100 {
	  width: 100% !important;
  }
  
  /* お問い合わせ用スタイル----------------------------------------------- */
  
  /* ラベル */
  
  label {
	display:block;
	width:100%;
  }
  
  .checkbox label {
	display:inline-block;
	width:auto;
  }
  
  /* 見出し */
  
  form h3 {
	  margin-bottom: 0;
	  padding-bottom: 0;
  }
  
  form h4 {
	  font-size: 0.9rem;
	display: inline-block;
	margin-bottom: 0;
  }
  
  strong {
	  color: #e00400;
  }
  
  /* グループ化 */
  
  fieldset {
	margin: 0;
	padding: 0 0.5rem 0 0.5rem;
  }
  
  /* フォーム入力欄 */
  
  input[type="text"], input[type="email"], input[type="tel"] {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px !important;
	font-size: 1rem;
	border: 1px solid #ccc;
	border-radius: 5px;
  }
  
  fieldset input[type="text"], fieldset input[type="email"], fieldset input[type="tel"] {
	box-sizing: border-box;
	  width: 100%;
	  margin-bottom: 10px;
	padding: 10px 10px !important;
	font-size: 0.9rem;
	border: 1px solid #ccc;
	border-radius: 5px;
  }
  
  input[name="zip"] {
	width: unset;
  }
  
  input.ninzu {
	width: unset;
	width: 100px !important;
  }
  
  /* ラジオボタンとチェックボックス */
  
  input[type="radio"], input[type="checkbox"] {
	margin-left: 30px;
	margin-right: 10px;
  }
  
  input::placeholder {
	font-weight: normal;
	opacity: 0.9;
  }
  
  textarea::placeholder {
	font-weight: normal;
	opacity: 0.7;
  }
  
  /*フォームボタン*/
  
  .form_submit_btn {
	  display: inline-block;
	  position: relative;
	  text-align: center;
	  margin: 0 auto;
  }
  
  .form_submit_btn::after {
	  position: absolute;
	  content: '';
	  right: 13px;
	  top: 28px;
	  margin-top: -6px;
	  width: 7px;
	  height: 7px;
	  border-right: 2px solid #ffffff;
	  border-bottom: 2px solid #ffffff;
	  transform: rotate(-45deg);
	  }
  
  
	  .form_submit_btn a {
		  position: relative;
		  text-decoration: none;
		  margin: 2rem 0;
		  padding: 1rem 1.5rem 1rem 1rem;
		  font-size: 1rem;
		  color: #ffffff;
		  border: unset;
		  border-radius: 5px;
		  background-color: #d61518 !important;
	  }
  
	  .form_submit_btn a:hover {
		  background-color: #999999;
	  }
  
  input[type="submit"], input[type="button"] {
	padding: 1rem 3rem 1rem 1.5rem;
	font-size: 1rem;
	color: #ffffff;
	border: unset;
	background-color: #d61518;
	margin-bottom: 2rem;
  }
  
  
  input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #bd0e11;
  }
  
  
  /* プルダウンメニュー */
  
  select {
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
  }
  
  /* 備考欄 */
  
  textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 15px !important;
	font-size: 1rem;
	border: 1px solid #ccc;
  }
  
  fieldset textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 15px !important;
	font-size: 1rem;
	border: 1px solid #ccc;
	border-radius: 5px;
  }
  
  table.confirm_table {
	width: 100%;
	margin: 1rem 0 0 0;
	border-collapse: collapse;
	border-spacing: 0;
  }
  
  .confirm_table th {
	  font-weight: bold;
	  width: 180px;
  }
  
  .confirm_table tr {
	display: flex;
	flex-wrap: wrap;
  }
  
  .confirm_table th,
  .confirm_table td {
  padding: 10px;
	flex: 1 1 100%;
	border: 1px solid #cccccc;
	min-height: 2.3rem;
  }
  
  .confirm_table {
  
  }
  
  .confirm_table tr:last-child :last-child {
	border: 1px solid #cccccc;
  }
  
  @media (min-width:600px) {
  
  .confirm_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
  }
  
  .confirm_table tr {
	display: table-row;
  }
  
  .confirm_table th,
  .confirm_table td {
	  border: 1px solid #cccccc;
  }
  
  }
  
  /* 確認画面ボタン */
  .confirm_btn  {
	background: #d61518;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 280px;
	padding: 10px 25px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: 500;
  }
  .confirm_btn::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  transition: 0.2s;
  }
  
  .confirm_btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  }
  
  .confirm_btn:hover::before {
  top: 1px;
  left: 1px;
  }
  
  .confirm_btn:hover {
  text-decoration: none;
  background-color: #b60003;
  }
  .confirm_btn_item {
	  text-align: center;
	  flex:0 1 50%;
		  padding: 30px 15px 15px 15px;
  }
  
  @media (min-width:768px) {
	  fieldset {
		  padding: 0.3rem 1rem 1rem 1rem;
	  }
	  .confirm_btn_item {
		  text-align: center;
		  flex:0 1 35%;
		  padding: 30px 15px 15px 15px;
	  }
  }


/* 全体でまず矢印をデフォルト設定 */
.profile_box div:first-child h3 {
  position: relative;
}

.profile_box div:first-child h3::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* スマホ表示だけ、画像に差し替える */
@media (max-width: 599px) {
  .profile_box div:first-child h3::after {
    content: '';
    background-image: url("01about/images/btn_more_shop.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 156px;
    height: 30px;
    position: absolute;
    top: 50%; /* 中央に揃える */
    transform: translateY(-62%); /* 上から50% → その半分だけ戻す */
    right: 1px;

    border: none;
  }
}


