@charset "utf-8";

/*:root {
	--width-pc: 980px;
	--width-sp: 375px;

	--main-theme-color:    #f6aebe;
	--sub-theme-color:     #f3d8ee;
	--sub-theme-color-txt: #80745c;
	--main-theme-color-bg: #decdee;
}*/
body {
	margin:0;
	padding:0;
}
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
	background-color: #efefef;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
#pagetop{
	width:50px;
	height:60px;
    position:fixed;
    right:10px;
    bottom:0px;
    cursor:pointer;
	z-index:100;
}
#anchor01,#anchor02{
	padding-top: 100px;
	margin-top: -100px;
	clear: both;
}
/*------------------------------------*/

h1{
	margin: 0;
	padding: 0;
}
h2{
	margin: 0;;
	padding: 0;
}

.suv_set {
	text-align: center;
	margin-bottom: 60px;
}
.suv_set img {
	width: 80%;
}
.suv_set a {
	font-size: 18px;
	font-weight: bold;
}
section.key-visual{
	width: 100%;
	clear: both;
}
section.key-visual　> .main-img img {
	max-width: var(--width-pc);
}
section.situation{
	width: 100%;
}
section.situation　> .main-img img {
	max-width: var(--width-pc);
}
main section.key-visual {
	width:100%;
	height:auto;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
}
.key-visual-inner{
	width:100%;
	height:auto;
	margin:0 auto -10px;
}
section.why{
	width: 100%;
	height: auto;
	clear: both;
}
.why-title{
	width: 100%;
	text-align: center;
	background-color: #221815;
	color: #FFFFFF;
	padding: 14px 0;
    line-height: 30px;
    font-size: 24px;
    font-family: "Noto Sans Japanese";
	clear: both;
}
.why-description{
	width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
    font-family: "Noto Sans Japanese";
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
span.ami{
    font-family: "Noto Sans Japanese";
    font-size: 14px;
    font-weight: 700;
	background-color: #f6ef94;
	
}
.why-bestchoice{
	width: 100%;
	height: auto;
}
.why-button{
	width: 80%;
	height: auto;
	margin: 30px 10%;
}
section.howtochoose{
	width: 100%;
	height: auto;
	clear: both;
}
.howtochoose-title{
	width: 100%;
	text-align: center;
	background-color: #221815;
	color: #FFFFFF;
	padding: 14px 0;
    line-height: 30px;
    font-size: 24px;
    font-family: "Noto Sans Japanese";
	clear: both;
}
.howtochoose-img{
	width: 100%;
	height: auto;
}
img.spimg{
	margin: 10px 0;
	width: 100%;
}
img.spimg:first-child{
	margin: 20px 0;
	width: 100%;
}
section.item{
	width: 100%;
	height: auto;
	clear: both;
}
.item-title{
	width: 100%;
	text-align: center;
	background-color: #221815;
	color: #FFFFFF;
	padding: 14px 0;
    line-height: 30px;
    font-size: 24px;
    font-family: "Noto Sans Japanese";
	clear: both;
}
.maker{
	width: 90%;
	height: auto;
	margin: 30px 5%;
}
.maker > img{
	width: 80%;
	margin: 0;
}
.maker {
  display: flex;
  align-items: center;
  justify-content: center;
}
.maker:before, .maker:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
.item_wrap{
	width: 90%;
	height: auto;
	margin: 0 5% 30px;
	background-color: #dcdddd;
	overflow: hidden;
}
.item_name{
	width: 100%;
	height: auto;
    font-size: 30px;
    font-family: "Noto Sans Japanese";
	font-weight: 900;
	text-align: center;
	padding: 15px 0;
	
}
.item_img{
	width: 100%;
	height: auto;
}
.item_text{
	width: 90%;
	height: auto;
	margin: 10px auto;
    font-size: 14px;
    font-family: "Noto Sans Japanese";
	font-weight: 400;
}
/*-----------------------ボタン-----------------------*/
.btn_wrap01{
	width:100%;
	height:auto;
	margin:0 auto 40px;
}
p.btn01 a {
	display: block;
	width: 100%;
	padding: 30px 0;
	color: #FFFFFF;
	font-size:20px;
	text-align: center;
	text-decoration: none;
	background-color:#221813;
	border-radius: 10px;
	box-shadow: 0 6px 0 #000000, 0 12px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	font-family: "Noto Sans Japanese";
	letter-spacing:1px;
	font-weight: 900;
}
p.btn01 a:hover {
	/*color: #000000;
	background-color: #6a9ad1;*/
	box-shadow: 0 3px 0 #000000, 0 6px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
p.btn01 a:active {
	/*color: #000000;
	background-color: #6a9ad1;*/
	box-shadow: 0 0 0 #000000, 0 0 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
}
.btn02{
	width:100%;
	height:auto;
	margin:20px auto 30px;
}
p.btn02 a {
	display: block;
	width: 90%;
	padding: 10px 0;
	color: #FFFFFF;
	font-size:20px;
	text-align: center;
	text-decoration: none;
	background-color:#221813;
	border-radius: 10px;
	box-shadow: 0 6px 0 #000000, 0 12px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	font-family: "Noto Sans Japanese";
	letter-spacing:1px;
	font-weight: 900;
	margin: 0 auto;
}
p.btn02 a:hover {
	/*color: #000000;
	background-color: #6a9ad1;*/
	box-shadow: 0 3px 0 #000000, 0 6px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
p.btn02 a:active {
	/*color: #000000;
	background-color: #6a9ad1;*/
	box-shadow: 0 0 0 #000000, 0 0 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
}
/*-----------------------ボタン-----------------------*/








/*-- タブレット／PC用スタイリング --*/
/*@media screen and (min-width:768px) and (max-width:959px) {*/
@media screen and (min-width:768px) {
	.pc{
	display: block;
	}
	.sp{
	display: none;
	}
#anchor01,#anchor02{
	padding-top: 75px;
	margin-top: -75px;
	clear: both;
}
section.key-visual{
	width: 100%;
}
section.key-visual　> .main-img img {
	max-width: var(--width-pc);
}
section.situation{
	width: 100%;
}
section.situation　> .main-img img {
	max-width: var(--width-pc);
}
main section.key-visual {
	width:100%;
	height:500px;
	position: relative;
	background: url("../images/suv/main_bg.jpg");
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
}
.key-visual-inner{
	width:1200px;
	height:500px;
	margin:0 auto;
}
.why-title{
	width: 100%;
	text-align: center;
	background-color: #221815;
	color: #FFFFFF;
	padding: 10px 0;
    line-height: unset;
    font-size: 40px;
    font-family: "Noto Sans Japanese";
}
.why-description{
	width: 100%;
    height: auto;
    text-align: center;
    padding: 40px 0 20px;
    font-family: "Noto Sans Japanese";
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
}
span.ami{
    font-family: "Noto Sans Japanese";
    font-size: 22px;
    font-weight: 700;
	background-color: #f6ef94;
	
}
.why-bestchoice{
	width: 900px;
	height: 150px;
	margin: 0 auto;
}
.why-button{
	width: 900px;
	height: auto;
	margin: 30px auto 10%;
}
.howtochoose-title{
	width: 100%;
	text-align: center;
	background-color: #221815;
	color: #FFFFFF;
	padding: 10px 0;
    line-height: unset;
    font-size: 40px;
    font-family: "Noto Sans Japanese";
}
.howtochoose-img{
	width: 940px;
	height: auto;
	margin: 0 auto;
}
img.pcimg{
	margin: 10px 20px;
	width: 900px;
}
img.pcimg:last-child{
	margin: 20px auto;
	width: 940px;
}
.item-title{
	width: 100%;
	text-align: center;
	background-color: #221815;
	color: #FFFFFF;
	padding: 10px 0;
    line-height: unset;
    font-size: 40px;
    font-family: "Noto Sans Japanese";
}
.maker{
	width: 900px;
	height: auto;
	margin: 50px auto;
}
.maker > img{
	width: 50%;
}
.maker:before, .maker:after {
  width: 20em;
}
.item_wrap_pc{
	width: 900px;
	height: auto;
	margin: 0 auto 35px;
	overflow: hidden;
}
.item_wrap{
	width: 48%;
	margin: 0;
	float: left;
}
.item_wrap:nth-child(odd){
	margin-right: 4%;	
}
.btn_wrap01{
	float: left;
	width: 45%;
	margin:0 auto 100px;
}
.btn_wrap01:last-child{
	margin-left: 10%;
}
p.btn01 a {
	font-size:26px;
}
}
@media screen and (max-width:400px) {
.item_name{
    font-size: 26px;	
}
.item_text{
    font-size: 13px;
}
.item-title{
    font-size: 22px;
}
}
@media screen and (min-width:960px) {
}
@media screen and (min-width:1100px) {
}
@media screen and (max-width:1320px) {
}
@media screen and (min-width:1500px) {
}