@charset "utf-8";
/* CSS Document */

/* header */
header {
	width: 100%;
	text-align: center;
}

header p{
	font-size: 12px;
	margin: 10px 0 10px;
}

header img {
	width: auto;
	height: 60px;
}

header a:hover {
	opacity: .7;
}

ul#pc-menu {
	width: 100%px;
	padding: 0 10px;
	margin: 14px 0 0;
	background: #318cc2;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul#pc-menu li {
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul#pc-menu li a {
	color: #fff;
	font-size: 120%;
	height: 45px;
	padding: 12px 24px 8px;
	box-sizing: border-box;
}

ul#pc-menu li a:hover {
	color: #fff;
	opacity: 1;
	background: #28698f;
}

div#sp-menu {
	display: none;
}

a.link-btn {
	display: block;
	width: 100%;
	background: #318cc2;
	color: #fff;
	font-size: 110%;
	text-align: center;
	padding: 12px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

a.link-btn:hover {
	color: #fff;
	opacity: 1;
	background: #28698f;
}

#top a.link-btn,#news a.link-btn {
	max-width: 410px;
}

/* crumb */
#crumb {
	padding-top: 6px;
	padding-bottom: 6px;
	background: #f6f6f6;
}

#crumb ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1420px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

#crumb ul li {
	font-size: 12px;
	padding-left: 8px;
}

#crumb ul li:first-child {
	padding-left: 0px;
}

#crumb ul li a:hover {
	text-decoration: underline;
}

/* pager */
ul.pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	height: auto;
	margin-bottom: 80px;
}

ul.pager li {
	font-size: 110%;
	padding: 0 12px;
}

ul.pager li a:hover {
	text-decoration: underline;
}

/* TOP PAGE */
#main-slider ul.slick-box {
	width: 100%;
	max-height: 480px;
	margin-top: 14px;
	margin-bottom: 90px;
}

#main-slider  ul.slick-box li{
	outline: none!important;
}

#main-slider ul.slick-box li img {
	max-width: 100%;
	width: auto;
	max-height: 480px;
	object-fit: cover;
	margin: 0 auto;
}

#new-slider {
	margin-bottom: 60px;
}

#new-slider .slick-box2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 40px 40px;
	box-sizing: border-box;
}

#new-slider .slick-box2 li {
	width: auto;
	height: auto;
	padding: 0 12px;
	box-sizing: border-box;
}

#new-slider .slick-box2 li div.img {
	width: 100%;
	height: auto;
	max-height: 196px;
}

#new-slider .slick-box2 li img {
	display: block;
	width: auto;
	height: 196px;
	object-fit: cover;
	margin: 0 auto;
}

#new-slider .slick-box2 li a {
	color: #333;
	outline: none!important;
}

#new-slider .slick-box2 li a:hover {
	opacity: .6;
}

#new-slider .slick-box2 li a img:hover {
	opacity: .8;
}

#new-slider .slick-box2 .slide-arrow {
	width: 20px;
	height: auto;
}

#new-slider .slick-box2 .prev-arrow {
	position: absolute;
	top: 38%;
	left: 1%;
	z-index: 80;
}

#new-slider .slick-box2 .next-arrow {
	position: absolute;
	top: 38%;
	right: 1%;
	z-index: 80;
}

#news-list {
	margin: 60px 0;
}

#news-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content:  space-between;
	-ms-flex-pack:  space-between;
	justify-content:  space-between;
	padding: 20px 0 10px;
}

#news-list ul li {
	width: 19%;
	height: auto;
	background: #fff;
	margin-bottom: 30px;
}

#news-list ul li a {
	display: block;
}

#news-list ul li a:hover {
	opacity: .8;
}

#news-list ul li p {
	box-sizing: border-box;
	padding: 16px;
}

#news-list ul li div.img {
	width: 100%;
	height: auto;
	max-height: 172px;
}

#news-list ul li img {
	width: auto;
	height: 172px;
	object-fit: cover;
	margin: 0 auto;
}

.bn-field {
	max-width: 1000px;
	height: auto;
	padding: 0 10px;
	margin: 60px auto 10px;
	box-sizing: border-box;
}

.bn-field ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content:  space-between;
	-ms-flex-pack:  space-between;
	justify-content:  space-between;
}

.bn-field ul li {
	max-width: 480px;
	width: 49%;
	height: auto;
	margin-bottom: 20px;
}

.bn-field ul li a {
	display: block;
}

.bn-field ul li a:hover {
	opacity: .8;
}

#brand-list {
	margin: 60px 0;
}

#brand-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content:  space-between;
	-ms-flex-pack:  space-between;
	justify-content:  space-between;
	padding: 20px 0;
}

#brand-list ul::after,
#brand-list ul::before {
	display: block;
	content:"";
	width: 22%;
}

#brand-list ul::before {
	order: 1;
}

#brand-list ul li {
	width: 22%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
	line-height: 150%;
}

#brand-list ul li a {
	display: block;
}

#brand-list ul li a:hover {
	opacity: .6;
}

#brand-list ul li div.img {
	width: 100%;
	height: auto;
	max-height: 157px;
	border: 1px solid #333;
	box-sizing: border-box;
	margin-bottom: 6px;
}

#brand-list ul li img {
	width: 100%;
	height: 155px;
	object-fit: contain;
	margin: 0 auto;
}

/* NEWS & TOPICS*/
#news #news-list {
	margin-bottom: 0px;
}

#news #news-list ul::after,
#news #news-list ul::before {
	display: block;
	content:"";
	width: 23%;
}

#news #news-list ul::before {
	order: 1;
}

#news #news-list ul li {
	width: 23%;
}

#news #news-list ul li p {
	padding: 6px 0 16px;
}

#news #news-list ul li div.img {
	max-height: 208px;
}

#news #news-list ul li img {
	height: 208px;
}

#news h1.common-title {
	padding-top: 60px;
}

#news h2.news-article-title {
	margin-top: 60px;
    margin-bottom: 40px;
}

#news #news-article {
	width: 100%;
	max-width: 980px;
	height: auto;
	margin: 20px auto 60px;
}

#news #news-article h1 {
	font-size: 18px!important;
    text-align: left;
    color: #333;
    line-height: 130%;
	font-weight: bold;
	margin-bottom: 24px;
    padding: 6px 10px;
    border-left: 6px solid #12527e;
    border-bottom: 1px solid #12527e;
}

#news #news-article h2 {
	font-size: 17px!important;
    text-align: left;
	font-weight: bold;
    padding-bottom: 3px!important;
    border-bottom: 1px solid #aaa;
	margin-bottom: 14px;
}

#news #news-article h3 {
	font-size: 15px!important;
    text-align: left;
	font-weight: bold;
}

#news #news-article img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/* BRAND */
.brand-txt {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.model-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content:  space-between;
	-ms-flex-pack:  space-between;
	justify-content:  space-between;
	padding: 20px 0;
	margin-bottom: 40px;
}

.model-list::after,
.model-list::before {
	display: block;
	content:"";
	width: 23%;
}

.model-list::before {
	order: 1;
}

.model-list li {
	width: 23%;
	height: auto;
	margin-bottom: 30px;
	line-height: 150%;
}

.model-list li a {
	display: block;
}

.model-list li a:hover {
	opacity: .6;
}

.model-list li div.img {
	width: 100%;
	height: auto;
	max-height: 322px;
	margin-bottom: 6px;
}

.model-list li img {
	display: block;
	width: auto;
	height: 322px;
	object-fit: cover;
	margin: 0 auto;
}

/* MODEL DETAIL */
#model-detail h1 {
	text-align: left;
	color: #333;
	font-size: 18px!important;
	line-height: 150%!important;
	margin-bottom: 12px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #bbb;
}

#model-detail h1 .brand-name {
	font-size: 16px;
}

#model-detail .model-list {
	margin-bottom: 0px;
}

.price {
	margin-bottom: 14px;
}


.spec {
	padding-bottom: 12px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
}

.main-area {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content:  center;
	-ms-flex-pack:  center;
	justify-content:  center;
	margin-bottom: 80px;
}

.left-area {
	width: 50%;
	max-width: 640px;
	height: auto;
}

.left-area #slide {
	width: 100%;
	height: auto;
	max-height: 640px;
}

.left-area #slide img {
	width: auto;
	height: 640px;
	object-fit: cover;
}

.left-area .swap {
    padding: 0;
    margin: 4px auto 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.left-area .swap li {
	width: 100%;
	height: auto;
	max-height: 160px;
}

.left-area .swap li img {
	width: auto;
	height: 160px;
	object-fit: cover;
}

.right-area {
	width: 50%;
	max-width: 640px;
	height: auto;
	box-sizing: border-box;
	padding-left: 30px;
}

.right-area p {
	line-height: 200%;
}

/* 来店予約・お問合せ */
form.wpcf7-form {
    width: 980px;
    max-width: 100%;
    margin: 30px auto 60px;
}

form.wpcf7-form label {
    display: block;
    padding: 30px 0;
    border-bottom: 1px dashed #707070;
}

.mandatory {
    background-color: #E33636;
    font-size: 80%;
    padding: 1px 6px;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 16px;
}

.item {
    width: 30%;
    text-align: right;
    padding-right: 40px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.wpcf7-form-control {
    width: 60%;
    padding-left: 3px;
    box-sizing: border-box;
}

.confirm-btn {
    width: 94%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
    margin: 0 auto;
}

.wpcf7-confirm {
    width: 100%;
    max-width: 410px;
    display: block;
    margin: 40px auto 0;
    background-color: #318cc2;
    padding: 12px 20px;
    box-sizing: border-box;
    color: #fff;
    border: none;
}

.wpcf7-confirm:hover {
	background: #28698f;
}

.wpcf7-back {
    width: 100%;
    max-width: 410px;
    display: block;
    margin-top: 40px;
    background-color: #fff;
    padding: 12px 20px;
    box-sizing: border-box;
    color: #318cc2;
    border: 2px solid #318cc2;
}

.wpcf7-back:hover {
	border: 2px solid #28698f;
    background-color: #F6F6F6;
    color: #28698f;
}

.wpcf7-submit {
    width: 100%;
    max-width: 410px;
    display: block;
    margin-top: 40px;
    background-color: #318cc2;
    padding: 12px 20px;
    box-sizing: border-box;
    color: #fff;
    border: none;
}

.wpcf7-submit:hover {
	background: #28698f;
}

/* footer */
footer {
	background: #318cc2;
	padding: 54px 0 20px;
	display: block;
}

footer .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer_l {
	color: #fff;
	width: 520px;
	overflow: hidden;
	font-size: 90%;
	line-height: 150%;
	margin-right: 20px; 
}

#footer_l .shop_img {
	width: 41%;
	height: auto;
	float: left;
	padding-right: 14px;
}

#footer_r {
	background: #fff;
	color: #318cc2;
	width: 520px;
	height: auto;
	padding: 30px 16px;
	box-sizing: border-box;
	position: relative;
}

#footer_r a.footer_co_link {
    color: #318cc2;
    font-weight: bold;
}

#footer_r a.footer_co_link:hover {
    color: #318cc2;
    text-decoration: underline;
    opacity: 1;
}

#footer_r img {
	position: absolute;
	right: 16px;
	bottom: 30px;
}

#copyright {
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 40px;
}

#sp-btn {
	display: none;
}