@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mada:wght@300;500;700&display=swap');
/*********************************/
/* 
font-family: 'Oswald', sans-serif;
font-family: 'Mada', sans-serif;

*/

a[href^="tel:"] {
    pointer-events: none;
}

body {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 0px 50px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
	color: #231815;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	outline:none;
	border:none;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}


/*************************/

header {
	margin: auto;
	/* [disabled]height: 80px; */
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 100;
	margin: 0;
	padding: 0px;
	background-color: #757270;
}
.head_area {
	margin: auto;
	padding: 0px;
	width: 100%;
	background-color: #000000;
	border-bottom: 2px solid #FFFFFF;
}
.head_area .head {
	margin: auto;
	padding: 0px;
	width: 100%;
	max-width: 1100px;
}
.logo {
	/* [disabled]width: 20%; */
	height: auto;
	max-width: 177px;
	margin: 0 0 0 70px;
	padding-top: 8px;
	float: left;
}
.head_area .head .head_navi {
	margin: 0px auto;
	float: right;
	padding: 7px 70px;
}
.head_area .head .head_navi table {
padding: 0px;
margin: auto;
}

.head_area .head .head_navi table td {
padding: 0px;
}


.head_area .head .head_navi table td img {
width: auto;
height: 20px;
}



.wrap {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

/******** footer ***********/
.wrap .footer_area {
	width: 100%;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding: 20px 1em 80px;
	float: none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap .footer_area .tempo {
	width: 100%;
	background-color: #FFF;
	margin: 10px auto 20px;
	padding: 0px;
	color: #000;
	font-size: 16px;
	text-align: center;
/*	font-family: 'Oswald', sans-serif;*/
font-family: 'Mada', sans-serif;
	font-weight: 700;
	max-width: 940px;
}
.wrap .footer_area .shop_name {
border-bottom: 1px solid #fff;
margin-bottom: 3px;
padding-bottom: 5px;
}
.wrap .footer_area .shop_name img {
	width: auto;
	height: auto;
	max-height: 15px;
}
.wrap .footer_area .shop_name2 {
font-family: 'Noto Serif JP', serif;
font-size: 10px;
}
.wrap .footer_area .shop_tel {
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	font-size: 20px;
}
.wrap .footer_area .shop_add {
font-size: 7px;
}
.wrap .footer_area .shop_time {
margin-top: 8px;
font-size: 10px;
}
.wrap .footer_area ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	max-width: 940px;
	padding: 0;
}
.wrap .footer_area li {
	margin: 0;
	padding: 0;
	width: 23%;
}







.wrap .footer_area .footer_end {
	width: 100%;
	height: 14px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #B5B5B6;
	margin-bottom: 65px;
}
/************ footer text link *************/
.wrap .footer_area .foot_bt {
	margin: auto;
	max-width: 1050px;
	width: 96%;
	font-size: 12px;
}
.footer_area .foot_bt .link_left {
	float: left;
	line-height: 2em;
	width: auto;
	height: 25px;
	margin-top: 1.5em;
}
.footer_area .foot_bt .link_left ul {
	padding: 0px;
	/* [disabled]width: 100%; */
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1.5em;
	float: left;
}
.footer_area .foot_bt .link_left ul li {
	margin-right: 1.5em;
	float: left;
}
.footer_area .foot_bt .link_left ul li:last-child {
	margin-right: 0px;
}
.foot_bt .link_left a {
	text-decoration: none;
	color: #FFFFFF;
}
.foot_bt .link_left a:hover {
	color: #777777;
}
/************ //footer text link *************/

/************ footer SNS link *************/
.footer_area .foot_bt .link_right {
	float: right;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	text-align: right;
}
.foot_bt .link_right img {
	margin-left: 0.5em;
}
.foot_bt .link_right img:hover {
opacity: 0.5;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/************ footer SNS link *************/

/***** footer ICON bt ****/
.footer_area .foot_bt .bt_icon {
	padding: 3em 0px;
	width: 100%;
}

.footer_area .foot_bt .bt_icon ul {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	 -webkit-display:flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_area .foot_bt .bt_icon ul li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}
.footer_area .foot_bt .bt_icon ul li:last-child {
	border-right: none;
}
.footer_area .foot_bt .bt_icon ul li img {
max-width: 173px;
}
.footer_area .foot_bt .bt_icon ul li img:hover {
opacity: .3;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/***** //footer ICON bt ****/


.wrap .copyright {
	width: 100%;
	text-align: center;
	padding: 10px 0px 30px 0px;
	border-top: 1px solid #999;
}
p {
	margin: 0px;
	line-height: 1px;
	padding: 0px;
}
.wrap .top_bt {
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 16px;
}
.wrap .main_cont {
	width: 100%;
	top: 100%;
	margin: 90px 0 0;
}
.pankuzu {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	background-color: #FFF;
	margin-top: auto;
	position: absolute;
	z-index: 30;
	top: 100px;
	left: 30px;
	box-shadow:6px 6px 14px -7px #2d2d2d;
	border-radius:6px;
	border:#C00 1px solid;
}
.pankuzu a {
	color:#C00;
	text-decoration:none;
}
.wrap .wrap_area {
	width: 100%;
	/* [disabled]background-color: #FFF; */
	position: absolute;
	z-index: 30;
	top: auto;
}

.wrap .sns_bt {
	z-index: 150;
	width: 100%;
	margin: 30px auto 10px;
	max-width: 960px;
	padding: 0;
}
.wrap .sns_bt ul {
	margin: 0px;
	/* [disabled]width: 100%; */
	/* [disabled]height: 30px; */
	float: right;
}
.wrap .sns_bt ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	/* [disabled]width: 30px; */
	float: left;
	/* [disabled]height: 30px; */
	text-align: center;
}
.wrap .sns_bt ul li a {
	display: block;
     -webkit-filter: opacity(1.0);
     -moz-filter: opacity(1.0);
     -o-filter: opacity(1.0);
     -ms-filter: opacity(1.0);
     filter: opacity(1.0);
}
.wrap .sns_bt ul li a:hover {
     -webkit-filter: opacity(0.7);
     -moz-filter: opacity(0.7);
     -o-filter: opacity(0.7);
     -ms-filter: opacity(0.7);
     filter: opacity(0.7);
}
/*
.wrap .sns_bt ul li a:hover img {
  -webkit-transform: rotateY(360deg);
     -moz-filter: rotateY(360deg);
     -o-filter: rotateY(360deg);
  transform: rotateY(360deg);
  transition: .5s;
}*/
.wrap .slide_image {
	/* [disabled]position: relative; */
	z-index: 1;
	width: 100%;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin-top: 175px;
	/* [disabled]height: 100%; */
	padding: 0px;
}
.wrap .slide_image ul {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	height: auto;
	/* [disabled]max-width: 1050px; */
	text-align: center;
}
.wrap .slide_image ul li {
	margin: auto;
	/* [disabled]width: 1050px; */
	max-height: none;
	height: auto;

}

.slider-nav_area {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto 0;
	position: relative;
}

.slider-nav_area .l_gray {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	width: 8%;
	height: 100%;
	opacity: 0.7;
	z-index: 30;
}
.slider-nav_area .r_gray {
position: absolute;
top: 0px;
right: 0px;
background-color: #000000;
width: 8%;
height: 100%;
opacity: 0.7;
z-index: 30;
}



.clear_fix::after
{
content:"";/*擬似要素を入れる*/
display:block;/*ブロック要素に仮定*/
clear:both;/*フロートを解除させる*/
}
/************************************************/
.fs_12px {
	font-size: 12px;
}
.fs_10px {
	font-size: 10px;
}
.logo_area {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	background-color: #FFFFFF;
}

/************************************************/
.title_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 940px;
	font-family: 'Inter', sans-serif;
	font-size: 44px;
	font-weight: 200;
	background-image: url(../img/design_idea_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.title_box img   {
	margin: 17px auto
}
.title_box2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 940px;
	font-family: 'Inter', sans-serif;
	font-size: 44px;
	font-weight: 200;
	background-image: url("../img/design_idea_line_w.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	/* [disabled]padding: 0 2em; */
	color: #fff;
}
.title_copy {
	font-size: 28px;
	font-weight: bold;
	color: #727272;
	margin-bottom: 30px;
}
.title_copy2 {
	font-size: 28px;
	font-weight: bold;
	color: #3e3a39;
	padding: 0px 2em;
	margin: 0 auto 30px;
	background-color: #c9caca;
	display: table;
}
.text_box {
	text-align: left;
	margin-bottom: 40px;
	line-height: 1.8em;
}
.f_w {
	color: #FFF;
	text-align: left;
}
.f_g {
color: #c9caca;
}

.mini_title {
	font-size: 28px;
	font-weight: bold;
	color: #3e3a39;
	padding: 1px 2em;
	margin: 0 auto 0px;
	background-color: #c9caca;
	display: table;
}




.wrap .main_image {
	margin: 0 auto;
	width: 100%;
	/* [disabled]max-width: 1100px; */
	position: relative;
	height: auto;
	min-height: 565px;
	overflow-x: hidden;
}
.wrap .main_image .image {
	z-index: 1;
	width: 100%;
	height: 565px;
	background-image: url(../img/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.wrap .main_image .image img {
	z-index: 1;
	width: auto;
	height: 565px;
}
.wrap .main_image .dtm_logo {
	position: absolute;
	z-index: 2;
	max-width: 327px;
	top: 0px;
	left: 0px;
	width: 100%;
}
.wrap .main_image .dtm_logo img {
padding: 20px 0 0 70px;
}

.wrap .design_idea {
	margin: 0 auto;
	width: 100%;
	/* [disabled]max-width: 1100px; */
	text-align: center;
	padding: 20px 0;
	background-color: #FFFFFF;
}
.idea_image {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.idea_image .mini_text {
	position: absolute;
	right: 0px;
	text-align: left;
	width: 50%;
	max-width: 290px;
	font-size: 13px;
	top: 0px;
	padding-top: 2em;
	line-height: 1.5em;
}
.idea_image .mini_text strong {
	font-size: 120%;
}
.layout {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	text-align: center;
}
.layout_image {
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
.layout_image .mini_text {
	position: absolute;
	right: 0px;
	text-align: left;
	width: 50%;
	max-width: 290px;
	font-size: 13px;
	top: 0px;
	padding-top: 2em;
	line-height: 1.5em;
}
.layout_image .mini_text strong {
	font-size: 120%;
}

.layout table.nc_box {
	margin: auto;
	color: #FFFFFF;
	text-align: left;
	font-size: 13px;
}
.layout table.nc_box th {
	padding-right: 10px;
	vertical-align: top;
}
.layout table.nc_box td {
	vertical-align: top;
	width: 20%;
}

.data_image {
	width: 100%;
	margin-bottom: 100px;
}
.data_image table.data01 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	border-collapse: collapse;
}
.data_image table.data01 td.r_up {
vertical-align: top;
text-align: right;
padding-left: 40px;
}
.data_image table.data01 td.l_under {
	vertical-align: bottom;
	text-align: left;
	padding-right: 40px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.5em;
}
.data_image .data02 {
	margin: 0 0 30px;
	width: 100%;
	position: relative;
}
.data02 .data02_copy01 {
	position: absolute;
	top: 0px;
	left: 52.2%;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.8em;
	width: 20%;
	text-align: left;
}
.data02 .data02_copy02 {
	position: absolute;
	top: 66%;
	left: 0px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.8em;
	width: 30%;
	text-align: left;
}
.data_image .data02 td {
	width: 50%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.data_image .data02 td img {
	margin: 0;
	padding: 0;
}
.data_image table.data02 td.r_up {
vertical-align: top;
padding: 0px;
	font-size: 13px;
	line-height: 1.5em;
}

.wrap .layout_box {
	margin: 0 auto;
	padding: 50px 0;
	background-color: #3e3a39;
}
.wrap .layout_image table.lay01 {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-collapse: collapse;	
}
.wrap .layout_image table.lay01 th {
	margin: 0;
	border: none;
	vertical-align: top;
	padding-right: 2px;
	padding: 0 8px 16px 0;
	width: 50%;
	box-sizing: border-box;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
}
.wrap .layout_image table.lay01 td {
	margin: 0;
	border: none;
	vertical-align: top;
	padding: 0 0 16px 8px;
	width: 50%;
	box-sizing: border-box;
}
.wrap .layout_image table.lay02 {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-collapse: collapse;	
}
.wrap .layout_image table.lay02 td {
	margin: 0;
	border: none;
	vertical-align: top;
	padding: 0 16px 0 0;
	width: calc((100% / 3)-8px);
	box-sizing: border-box;
}
.wrap .layout_image table.lay02 td:last-child {
	padding: 0 0 0 0;
}



















.wrap .products {
	margin: 0 auto;
	width: 100%;
	/* [disabled]max-width: 1100px; */
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 50px;
}
.wrap .products .p_bg {
	background-image: url(../img/products.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.wrap .products table {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-collapse: collapse;	
}
.wrap .products table td {
	margin: 0;
	padding: 0;
	width: 50%;
	border: none;
}
.products2 {
	padding: 0 0 100px 0;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 940px;
}
.products2 table.tab_1 {
	width: 100%;
	border-collapse: collapse;	
}
.products2 table.tab_1 td {
	font-size: 13px;
	line-height: 1.5rem;
	text-align: left;
}
.products2 table.tab_1 td:first-child {
width: 70%;
}
.products2 table.tab_1 td:last-child {
padding-left: 40px;
}
.products2 table.tab_2 {
	width: 100%;
	border-collapse: collapse;	
	margin-top: 40px;
}
.products2 table.tab_2 td {
	font-size: 13px;
	text-align: left;
}
.products2 table.tab_2 td img {
width: auto;
height: auto;
max-height: 270px;
}
.products2 table.tab_2 td:first-child {
}
.products2 table.tab_2 td:last-child {
text-align: right;
}


.wrap .gallery_area {
padding-bottom: 64px;
}
.wrap .gallery_area ul {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	height: auto;
	max-width: 1100px;
	text-align: center;
}
.wrap .gallery_area ul li {
	margin: auto;
	max-height: none;
	height: auto;

}


.wrap .price_area {
	margin: 0 auto;
	width: 100%;
	/* [disabled]max-width: 940px; */
	text-align: center;
	background-image: url(../img/can_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 5px;
	color: #FFFFFF;
}
.wrap .price_area ul {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.8em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap .price_area ul li:nth-child(1) {
text-align: left;
width: 35%;
}
.wrap .price_area ul li:nth-child(2) {
	text-align: right;
	width: 10%;
	margin-right: 4em;
}
.wrap .price_area ul li:nth-child(3) {
text-align: left;
width: 35%;
}
.wrap .price_area ul li:nth-child(4) {
	text-align: right;
	width: 10%;
}
.wrap .price_area .kome{
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
}




.wrap .price_area table {
	margin: 20px 0;
	width: 100%;
	font-size: 18px;
	line-height: 1.8em
}
.wrap .price_area table th {
width: 35%;
font-weight: normal;
text-align: left;
}
.wrap .price_area table td:first-child {
text-align: right;
padding-right: 3em;
}
.f100 {
font-size: 16px;
}
.line_w {
border-top: 1px solid #FFF;
margin-top: 30px;
}



.main_cont h3 {
	background-color: #FFFFFF;
	text-align: center;
	position: static;
}
.w960 {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
	padding: 45px 1em;
}
.w960-2 {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
	padding: 5px 1em 0;
}
.wrap .shop_box {
	width: 100%;
	background-color: #ededed;
	padding: 20px 1em;
}
.wrap .shop_box table {
	width: 100%;
	max-width: 940px;
	margin: 20px auto 0;
	background-color: #ededed;
	border-collapse: collapse;
}
.wrap .shop_box table td.l_20 {
	/* [disabled]padding-right: 40px; */
	font-size: 22px;
	line-height: 1.5em;
}
.wrap .shop_box table td.r_507 {
	width: 600px;
}








.spec {
	width: 100%;
	padding: 56px 30px;
	text-align: center;
}



.carname_box {
	background-color: #FFFFFF;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 200;
	padding: 40px 0;
}
.carname_box .name_maker {
	font-size: 43px;
	line-height: 1.5em;
}
.carname_box .car_name {
	font-size: 68px;
	line-height: 1em;
	margin: 0 auto 10px;
	padding: 0 0.5em 10px;
	border-bottom: 1px solid #000;
	display: table;
}
.carname_box .item_no {
	font-size: 32px;
	line-height: 1em;
}

.carname_box .f12 {
	font-size: 16px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-left: 1.5em;
}
.contact_bt {
	margin: 70px auto;
	width: 96%;
	font-size: 30px;
	max-width: 600px;
	text-align: center;
	border: 2px solid #BFBFBF;
	border-radius: 8px;
	background-color: #333;
	vertical-align: top;
}
.contact_bt a {
	margin: auto;
	padding: 20px 20px 25px;
	vertical-align: middle;
	width: 100%;
	display: block;
}
.contact_bt a:hover {
text-decoration: none;
}
.contact_bt:hover {
background-color: #999999;
transition: 0.3s;
}





/** form **/
.form_box {
	width: 100%;
	max-width: 940px;
	margin: 80px auto 0;
	color: #231815;
	padding: 0 1em 80px;
}
.form_box table {
	width: 100%;
	outline: 1px solid #231815;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-collapse: collapse;
	padding: 1.5em;
	background-color: #FFFFFF;
}
.form_box tr {
border: none;
}
.form_box table th {
	/* [disabled]font-weight: normal; */
	border-bottom: 1px solid #FFFFFF;
	background-color: #efefef;
	vertical-align: top;
	padding: 1em;
	width: 30%;
	font-size: 90%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mailform tbody .must_b {
}

.form_box tr th span{
	float: left;
	padding: 0px;
	background-color: #A83739;
}
.form_box tr th span.ttl{
	float: none;
	padding: 0;
	position: relative;
	display: block;
	background-color: #864849;
}
.form_box tr.must_b th span.ttl::before {
    content: "必須";
    display: block;
    color: #fff;
    background: #da0000;
    font-size: 0.8rem;
    text-align: center;
    line-height: 20px;
    transform: translateY(-2em);
    position: absolute;
    top: 50%;
    right: 0px;
    padding: 3px 7px;
}
.form_box tr.must_b:last-child th span.ttl::before {
    transform: translateY(-4em);
}
.form_box table td {
	font-weight: normal;
	border-bottom: 1px solid #9fa0a0;
	padding: 1em 1em calc(1em - 10px);
	vertical-align: center;
	font-size: 86%;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_box table tr:last-child th {
	border-bottom: none;
	vertical-align: top;
}
.form_box table tr:last-child td {
	border-bottom: none;
	vertical-align: top;
}
.form_box table tr td input {
	padding: 10px;
	font-size: 86%;
	margin-right: 2em;
	border: 1px solid #9fa0a0;
	background-color: #f7f8f8;
	width: 45%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_box table tr td textarea {
	padding: 10px;
	border: 1px solid #9fa0a0;
	background-color: #f7f8f8;
	margin: 0px 0px 10px 0px;
	/* [disabled]resize: none; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 125px;
	width: 100%;
	max-height: none;
	min-width: 100%;
	min-height: 125px;
}
.form_box table tr td input:focus, 
.form_box table tr td textarea:focus {
	border: 2px solid #9fa0a0;
}
.form_box table tr td input[type="radio"],
.form_box table tr td input[type="checkbox"] {
	margin: 0; 
	width: auto; 
}
.form_box table tr td label {

}

.form_box table tr td select {
	padding: 10px;
	font-size: 86%;
	margin-right: 2em;
	border: 1px solid #9fa0a0;
	background-color: #f7f8f8;
	width: 45%;
	margin-bottom: 10px;
}
.d_sankaku {
	margin: 5px 0 30px;
}


.text_area {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]max-width: 1100px; */
	line-height: 1.5em;
}
.text_area h3 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	width: auto;
}
.toi_tel {
	margin: 0px auto 50px;
	width: 85%;
	max-width: 400px;
}

.hissu {
	color: #fff;
	padding: 1px 3px 3px;
	background-color: #009BFF;
	/* [disabled]margin-left: 5px; */
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	border-radius: 3px;
	float: right;
}
.banner_pro {
	margin: auto;
	width: 90%;
	padding: 3rem 0;
	max-width: 960px;
}
.form_title {
	border: 1px solid #DBDBDB;
	background-color: #595959;
	width: 90%;
	margin: auto auto -50px;
	padding: 0;
	max-width: calc(940px - 2rem);
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/****** Product ******/
.wrap .image_box {
	margin: 0 auto;
	width: 100%;
	/* [disabled]max-width: 1100px; */
	text-align: center;
	padding: 0;
	background-color: #FFFFFF;
}
.wrap .aero_box {
	margin: 0 auto 50px;
	padding: 50px 0;
	background-color: #3e3a39;
}
.wrap .aero_box table {
	margin: 2em 0 0;
	padding: 0;
	border-collapse: collapse;
}
.wrap .aero_box table td {
	padding-bottom: 1.5em;
	box-sizing: border-box;
	vertical-align: top;
	font-family: 'Mada', sans-serif;
	color: #c9caca;
	font-size: 18px;
	line-height: 1.2em;
	width: 50%;
}
.wrap .aero_box table td em {
font-style: normal;
	font-size: 80%;
}
.wrap .aero_box table td img {
margin-bottom: 5px;
}
.wrap .aero_box table td:nth-child(odd) {
padding-right: 1em;
}
.wrap .aero_box table td:nth-child(even) {
padding-left: 1em;
}

.wrap .aero_box table td a.balken_link {
padding: 1px 5px;
background-color: #c9caca;
	color: #231815;
	line-height: 2em;
}
.color_tip {
margin: 5px 0 0 4em; vertical-align: bottom;
}




.pc_non {
	display: none;
	width: auto;
}
.cont_pankuzu {
padding: 7px 0; margin: auto; width: 100%; max-width: 960px; font-size: 12px;
}


/***** comp_pack *****/

.compack_area {
	padding: 50px 0;
	margin: auto 0 50px 0;
	background-color: #FFFFFF;
	width: 100%;
}


.compack {
	/*font-family: 'Oswald', sans-serif;*/

font-family: 'Mada', sans-serif;
}

.cont_pankuzu a {
 color: #9FA0A0; line-height: 1em;
}

.compack_title {
	width: 94%;
	margin: auto;
	text-align: center;
	padding: 50px 0 0px;
	max-width: 940px;
}
.wrap .compack table {
	margin: 0em 0 0;
	padding: 0;
	border-collapse: collapse;
}
.wrap .compack table td {
	padding-bottom: 1.5em;
	box-sizing: border-box;
	vertical-align: top;
	color: #c9caca;
	font-size: 18px;
	line-height: 1.2em;
	width: 50%;
}
.wrap .compack table td em {
font-style: normal;
	font-size: 80%;
}
.wrap .compack table td img {
margin-bottom: 5px;
}
.wrap .compack table td:nth-child(odd) {
padding-right: 0.4em;
}
.wrap .compack table td:nth-child(even) {
padding-left: 0.4em;
}

.wrap .compack table td a.balken_link {
padding: 1px 5px;
background-color: #c9caca;
	color: #231815;
	line-height: 2em;
}
.wrap .compack .price_list_box {
	color: #FFFFFF;
	/* [disabled]font-size: 14px; */
	font-family: 'Mada', sans-serif;
}
.price_list_box em {
	background-color: #fff;
	padding: 0 0.3em;
	font-style: normal;
	color: #000000;
	font-size: 14px;
}
.comp_price {
	font-size: 40px;
}
.comp_price2 {
	color: #E60012;
	font-size: 30px;
}
.min_t {
	width: 100%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 30px 0;
	padding: 5px 0;
	border-top: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.wrap .compack .price_list_box table {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0;
	border: none;
	white-space: nowrap;
}
.wrap .compack .price_list_box table td {
	margin: 0;
	padding-bottom: 10px;
	line-height: 1em;
	width: auto;
	font-size: 14px;
}
.price_list_box table td:nth-child(even) {
	text-align: right;
}
.price_list_box ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.price_list_box ul li:last-child {
margin-left: 20px;
}
.compack .w960 .sub_image_box {
	margin: 0 0 30px;
	width: 100%;
}
.sub_image_box .sub_title {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'Mada', sans-serif;
	background-image: url(../img/compack/sub_title_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.wrap .compack .sub_image_box ul  {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	margin: 0;
	flex-wrap: wrap;
}
.wrap .compack .sub_image_box ul li {
	margin: 0 0 20px ;
	padding: 0;
	width: calc(96% / 3);
}
.wrap .compack .sub_image_box ul li img {
	padding: 0;
	border: 1px solid #fff;
	margin: 0;
}
.w960 .sub_image_box .Wheel_text {
	color: #FFFFFF;
	font-family: 'Mada', sans-serif;
	margin: 0 0 20px;
	font-size: medium;
}
.w960 .sub_image_box .Wheel_text a.balken_link {
padding: 1px 5px;
background-color: #c9caca;
	color: #231815;
	line-height: 2em;
}






.sp_only {
display: none;
}




/*****************************************/
/*****************************************/
/*  -------------- W759 ------------------ /
/*****************************************/
/*****************************************/
@media screen and (max-width:770px){

.wrap .main_image .image img {
	z-index: 1;
	width: 100%;
	height: auto;
}
.sp_non {
	display: none;
}

.pc_non {
	display: block;
}
.logo {
	text-align: center;
	width: 50%;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
	max-width: 177px;
	padding: 15px 0 0;
}
.drawer.drawer--right .wrap header {
	display: block;
}

.wrap .main_cont {
	width: 100%;
	margin: 80px 0 0;
}
.wrap .main_image {
	/* [disabled]position: relative; */
	z-index: 1;
	width: 100%;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin-top: 15%;
	height: auto;
	padding: 0px;
	min-height: 1px;
}
.wrap .main_image .image {
	width: 100%;
	height: auto;
	background: none;
}
.wrap .main_image .dtm_logo {
	position: absolute;
	z-index: 2;
	max-width: 327px;
	left: 10px;
	top: 20px;
	width: 32%;
}
.wrap .main_image .dtm_logo img {
padding: 20px 0 0 10px;
}


.wrap .sns_bt {
	margin: 30px auto 10px;
	width: 100%;
	padding: 0;
	max-width: 960px;

}
.wrap .sns_bt ul {
	margin: 0px 10px 0;
	/* [disabled]width: 100%; */
	/* [disabled]height: 30px; */
	float: right;
}
.wrap .sns_bt ul li {
	margin: 0px 0px 0 10px;
	/* [disabled]width: 30px; */
	float: left;
	/* [disabled]height: 30px; */
	text-align: center;
}
.wrap .sns_bt ul li a {
	display: block;
     -webkit-filter: opacity(1.0);
     -moz-filter: opacity(1.0);
     -o-filter: opacity(1.0);
     -ms-filter: opacity(1.0);
     filter: opacity(1.0);
}
.wrap .sns_bt ul li a:hover {
     -webkit-filter: opacity(0.7);
     -moz-filter: opacity(0.7);
     -o-filter: opacity(0.7);
     -ms-filter: opacity(0.7);
     filter: opacity(0.7);
}
.wrap .sp_banner {
	width: 90%;
	margin: auto;
	/* [disabled]position: absolute; */
	/* [disabled]bottom: 0px; */
}
.wrap .sp_banner .sp_bt {
	width: 100%;
	margin: auto;
	/* [disabled]background-color: #CF6062; */
	padding: 5px 10px;
	height: auto;
	max-width: auto;
}
.wrap .sp_banner .sp_bt ul {
	/* [disabled]width: 100%; */
	height: auto;
	margin: 0px;
	padding: 0px;
}
.wrap .sp_banner .sp_bt ul li {
	position: relative;
	line-height: 0.5em;
	margin: 0px 5px;
	height: auto;
	padding: 0px;
	width: auto;
}
/*********** info ************/
.wrap .wrap_area .main_cont .info_area {
	width: 98%;
	background-color: #FFFFFF;
	padding: 2em 0px;
	float: none;
	margin: auto;
	clear: none;
}
.wrap .wrap_area .main_cont .info_area .info_bg {
	width: 100%;
	/* [disabled]padding-bottom: 80px; */
	margin: auto;
}

.sp_banner .sp_bt .t_cont {
	width: 100%;
	max-width: 141px;
	float: left;
	margin-top: 13px;
}

.info_bg .fb_box {
	border: 1px solid #C4C4C4;
	max-width: 500px;
	max-height: 390px;
	height: 340px;
	width: 90%;
	float: none;
	margin: 1em auto;
}

.info_bg .info_box {
	border: 1px solid #C4C4C4;
	/* [disabled]max-width: 500px; */
	/* [disabled]max-height: 390px; */
	height: 100px;
	width: 100%;
	float: left;
	/* [disabled]margin-right: 2%; */
	    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	line-height: normal;
	font-size: medium;
}

/********** iframe responcive **********/
.info_bg .info_box iframe {
  width:100%;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}
/****************/


.info_area .info_bg .info_p_box {
	width: 70%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	/* [disabled]max-width: 890px; */
}
.info_area .info_bg .info_p_box .ipb {
	width: 25%;
	height: auto;
}
.info_area .info_bg .info_d_box {
	width: 27%;
	padding: 0px;
	float: right;
	margin: 0px;
	line-height: 1px;
}
.footer_area .foot_bt .link_left ul {
	float: none;
}
.footer_area .foot_bt .link_left ul:first-child li:last-child {
display: none;
}


/******** footer ***********/
.wrap .footer_area {
	width: 100%;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding: 20px 1em 80px;
	float: none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap .footer_area .tempo {
}
.wrap .footer_area .shop_name {
border-bottom: 1px solid #fff;
margin-bottom: 3px;
padding-bottom: 5px;
}
.wrap .footer_area .shop_name img {
	width: auto;
	height: auto;
	max-height: 20px;
}
.wrap .footer_area .shop_name2 {
font-family: 'Noto Serif JP', serif;
font-size: 14px;
}
.wrap .footer_area .shop_tel {
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	font-size: 28px;
}
.wrap .footer_area .shop_add {
font-size: 12px;
}
.wrap .footer_area .shop_time {
margin-top: 8px;
font-size: 14px;
}
.wrap .footer_area ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	max-width: 940px;
	padding: 0;
}
.wrap .footer_area li {
	margin: 0 0 30px 0;
	padding: 0;
	width: 46%;
}



/****** maker logo *******/
.footer_area .foot_bt .maker_link {
	width: 100%;
	margin: 20px auto;
	padding-top: 10px;
	border-top: 1px solid #FFFFFF;
}
.footer_area .foot_bt .maker_link ul {
	width: 96%;
	margin: 0px auto;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_area .foot_bt .maker_link ul li {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.5%;
	margin-bottom: 15px;
	line-height: 1px;
	width: 12%;
}
.footer_area .foot_bt .maker_link ul li:nth-child(8n){
	margin-right: 0px;
}

.footer_area .foot_bt .maker_link ul li:hover {
background-color: #777777;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}



.wrap .price_area ul {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.8em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap .price_area ul li:nth-child(1) {
text-align: left;
width: 75%;
margin: 0;
padding: 0;
}
.wrap .price_area ul li:nth-child(2) {
	text-align: right;
	width: 10%;
margin: 0;
padding: 0;
}
.wrap .price_area ul li:nth-child(3) {
text-align: left;
width: 75%;
margin: 0;
padding: 0;
}
.wrap .price_area ul li:nth-child(4) {
	text-align: right;
	width: 10%;
	margin: 0;
	padding: 0;
}


.wrap .shop_box {
	width: 100%;
	background-color: #ededed;
	padding: 20px 1em;
}
.wrap .shop_box table {
	width: 100%;
	max-width: 940px;
	margin: 20px auto 0;
	background-color: #ededed;
	border-collapse: collapse;
}
.wrap .shop_box table td.l_20 {
	/* [disabled]padding-right: 40px; */
	font-size: 20px;
	line-height: 1.2em;
}
.wrap .shop_box table td.r_507 {
	width: 55%;
}


.products2 {
	padding: 0 0 80px 0;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 940px;
}
.products2 table.tab_1 {
	width: 100%;
	border-collapse: collapse;	
}
.products2 table.tab_1 td {
	font-size: 16px;
	line-height: 1.5rem;
	text-align: left;
}
.products2 table.tab_1 td:first-child {
width: 100%;
display: block;
}
.products2 table.tab_1 td:last-child {
width: 100%;
display: block;
padding: 1em 0 0;
}
.products2 table.tab_2 {
	width: 100%;
	border-collapse: collapse;	
	margin-top: 40px;
}
.products2 table.tab_2 td {
	font-size: 13px;
	text-align: left;
}
.products2 table.tab_2 td img {
width: auto;
height: auto;
max-height: 200px;
}
.products2 table.tab_2 td:first-child {
}
.products2 table.tab_2 td:last-child {
text-align: right;
}



.head_area .head .head_navi {
	margin: 0px auto;
	/* [disabled]display: none; */
	float: none;
	padding: 7px 10px 0;
}
.head_area .head .head_navi table {
	margin: 0px auto 10px;
	border-collapse: collapse;
	width: 40%;
}
.head_area .head .head_navi table td {
padding: 0px 0 5px;
text-align: center;
}

.head_area .head .head_navi table td img {
width: auto;

height: 29px;
}

.text_area {
	margin-top: 120px;
}

.f100 {
font-size: 16px;
}

.f_16 {
	font-size: 16px;
	text-align: left;
}
.f_14 {
	font-size: 14px;
	text-align: left;
}

.hissu {
	color: #fff;
	padding: 1px 3px 3px;
	background-color: #009BFF;
	/* [disabled]margin-left: 5px; */
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	border-radius: 3px;
	float: none;
	line-height: 2em;
}

/****** //maker logo *******/


/**** compack ***/
.wrap .compack .price_list_box table {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0;
	border: none;
	white-space: nowrap;
}
.wrap .compack .price_list_box table td {
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.5em;
	width: auto;
	font-size: 14px;
}
.price_list_box table td:nth-child(even) {
	text-align: right;
}
.price_list_box ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.price_list_box ul li {
margin-left: 0px;
}
.price_list_box ul li:last-child {
margin: 0px;
}


.tb_non {
display: none;
}
}

/*****************************************/
/*****************************************/
/*  -------------- W480 ------------------ /
/*****************************************/
/*****************************************/
@media screen and (max-width:570px){
.logo {
	text-align: center;
	width: 30%;
	max-width: 150px;
	height: auto;
	margin-left: 5px;
}

.wrap .sns_bt {
	/* [disabled]z-index: 150; */
	/* [disabled]width: 100%; */
}

.wrap .main_image {
	/* [disabled]position: relative; */
	z-index: 1;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin-top: 25%;
	/* [disabled]height: 100%; */
	padding: 0px;
}

.wrap .wrap_area {
	top: auto;
}
.title_box  {
	width: 100%;
	text-align: center;
	font-size: 26px;
	padding-bottom: 7px;
}
.title_box img   {
max-width: 200px
}

.title_box2 {
	font-size: 26px;
	padding-bottom: 7px;
}
.wrap .main_image .image {
	background: none;
	width: 100%;
	height: auto;
}

.wrap .products .p_bg {
	background-image: url(../img/products_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

/***** footer ICON bt ****/
.footer_area .foot_bt .bt_icon {
	padding: 0px;
	width: 100%;
}

.footer_area .foot_bt .bt_icon ul {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	 -webkit-display:flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_area .foot_bt .bt_icon ul li {
-webkit-flex-grow: 1;
flex-grow: 1;
	max-width: 49%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	margin-bottom: .5em;

}
.footer_area .foot_bt .bt_icon ul li:nth-child(3n) {
	border-right: none;
}
.footer_area .foot_bt .bt_icon ul li img:hover {
opacity: .3;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/***** //footer ICON bt ****/

/****** maker logo *******/
.footer_area .foot_bt .maker_link {
	width: 96%;
	margin: 1em auto;
	padding-top: 1em;
	border-top: 1px solid #FFFFFF;
}
.footer_area .foot_bt .maker_link ul {
	width: 100%;
	/* [disabled]max-width: 900px; */
	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.footer_area .foot_bt .maker_link ul li {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]margin-right: 5px; */
	margin-bottom: 15px;
	margin-right: 3%;
	line-height: 1px;
}
.footer_area .foot_bt .maker_link ul li:nth-child(8n){
	margin-right: 3%;
}
.footer_area .foot_bt .maker_link ul li:nth-child(3n){
	margin-right: 0px;
}

.footer_area .foot_bt .maker_link ul li:hover {
background-color: #777777;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/****** //maker logo *******/

.footer_area .foot_bt .link_left {
	float: left;
	width: 100%;
	line-height: 2em;
}
.footer_area .foot_bt .link_right {
	float: left;
	height: auto;
	width: 96%;
	text-align: right;
	margin-top: 3rem;
	clear: both;
}
.wrap .footer_area .foot_bt {
	margin: auto;
	max-width: 1050px;
	width: 100%;
	font-size: 14px;
}

.oc_head img {
	max-width: 100px
}

.info_bg .youtube {
width:100%;
	margin-bottom: 10px;
}
.footer_area .foot_bt .link_left ul {
	font-size: 10px;
	width: 100%;
	float: none;
	clear: both;
}
.footer_area .foot_bt .link_left ul li:nth-child(3) {
	margin-right: 0px;
}

.wrap .main_image .dtm_logo {
	position: absolute;
	z-index: 2;
	max-width: 250px;
	left: 10px;
	top: 0px;
}
.wrap .main_image .dtm_logo img {
padding: 20px 0 0 0px;
	max-width: 150px;
	width: 100%;
	height: auto;
}


.products2 table.tab_2 {
	width: 100%;
	border-collapse: collapse;	
	margin-top: 40px;
}
.products2 table.tab_2 td {
	font-size: 13px;
	text-align: left;
	margin-bottom: 1em;
}
.products2 table.tab_2 td img {
width: 100%;
height: auto;
max-height: none;
}

.head_area .head .head_navi {
	margin: 0px auto;
	/* [disabled]display: none; */
	float: none;
	padding: 7px 10px 0;
}
.head_area .head .head_navi table {
	margin: 0px auto 10px;
	border-collapse: collapse;
	width: 40%;
}
.head_area .head .head_navi table td {
padding: 0px 0 5px 0;
}
.head_area .head .head_navi table td:nth-child(even) {
width: 5%;
}
.head_area .head .head_navi table td:nth-child(odd)  {
}

.head_area .head .head_navi table td img {
width: auto;
height: 18px;
}


.show_pc2 {
display: none;
}
.sp_non {
display: none;
}
.pc_non {
display: block;
}
}

@media screen and (max-width:480px){


a[href^="tel:"] {
    pointer-events: auto;
}


.footer_area .foot_bt .maker_link ul li {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: 45%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-right: 3%;
	line-height: 1px;
	max-width: none;
}
.footer_area .foot_bt .maker_link ul li:nth-child(8n){
	margin-right: 3%;
}
.footer_area .foot_bt .maker_link ul li:nth-child(3n){
	margin-right: 3%;
}
.footer_area .foot_bt .maker_link ul li:nth-child(even){
	margin-right: 0%;
}
.wrap footer {
	background-color: #000000;
}
.wrap .products table {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-collapse: collapse;	
}
.wrap .products table td {
	width: 100%;
	display: block;
}

.wrap .main_image .image {
	background-size: cover;
	width: 100%;
	/* [disabled]height: auto; */
}


.carname_box {
	background-color: #FFFFFF;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 200;
	padding: 40px 0;
}
.carname_box .name_maker {
	font-size: 26px;
	line-height: 1.5em;
}
.carname_box .car_name {
	font-size: 48px;
	line-height: 1em;
	margin: 0 auto 10px;
	padding: 0 0.5em 10px;
	border-bottom: 1px solid #000;
	display: table;
}
.carname_box .item_no {
	font-size: 26px;
	line-height: 1em;
}

.carname_box .f12 {
	font-size: 16px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-left: 1.5em;
}


.wrap .price_area ul {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.8em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap .price_area ul li:nth-child(1) {
text-align: left;
width: 80%;
margin: 0;
padding: 0;
}
.wrap .price_area ul li:nth-child(2) {
	text-align: right;
	width: 15%;
margin: 0;
padding: 0;
}
.wrap .price_area ul li:nth-child(3) {
text-align: left;
width: 80%;
margin: 0;
padding: 0;
}
.wrap .price_area ul li:nth-child(4) {
	text-align: right;
	width: 15%;
	margin: 0;
	padding: 0;
}


.wrap .footer_area .shop_name {
border-bottom: 1px solid #fff;
margin-bottom: 3px;
padding-bottom: 5px;
}
.wrap .footer_area .shop_name img {
	width: auto;
	height: auto;
	max-height: 13px;
}
.wrap .footer_area .shop_name2 {
font-family: 'Noto Serif JP', serif;
font-size: 11px;
}
.wrap .footer_area .shop_tel {
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	font-size: 21px;
}
.wrap .footer_area .shop_add {
font-size: 11px;
}
.wrap .footer_area .shop_time {
margin-top: 8px;
font-size: 12px;
}


.wrap .shop_box {
	width: 100%;
	background-color: #ededed;
	padding: 20px 1em;
}
.wrap .shop_box table {
	width: 100%;
	max-width: 940px;
	margin: 20px auto 0;
	background-color: #ededed;
	border-collapse: collapse;
}
.wrap .shop_box table td.l_20 {
	/* [disabled]padding-right: 40px; */
	font-size: 14px;
	line-height: 1.2em;
}
.wrap .shop_box table td.r_507 {
	width: 60%;
}

.contact_bt {
	margin: 60px auto;
	width: 96%;
	font-size: 25px;
	max-width: 600px;
	text-align: center;
	border: 2px solid #BFBFBF;
	border-radius: 8px;
	background-color: #333;
	vertical-align: top;
}
.contact_bt a {
	margin: auto;
	padding: 10px 10px 13px;
	vertical-align: middle;
	width: 100%;
	display: block;
}
.contact_bt a:hover {
text-decoration: none;
}
.contact_bt:hover {
background-color: #999999;
transition: 0.3s;
}
.title_copy {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.title_copy2 {
	font-size: 18px;
	font-weight: bold;
	color: #3e3a39;
	padding: 0px 1em;
	margin: 0 auto 10px;
	background-color: #c9caca;
	display: table;
}
.d_sankaku {
	margin: 5px 0 10px;
}

.idea_image {
	width: 100%;
	position: relative;
	margin-bottom: 0px;
}
.form_box {
	margin: 30px auto 0;
}
.form_box table th {
	width: 50%;
	padding: 1em 1em 1em 0.5em;
}
.form_box table tr td input {
	padding: 10px;
	width: 100%;
}
.form_title {
	width: 90%;
	margin: 0 0.6em -10px;
	padding: 0;
	max-width: none;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.color_tip {
margin: 5px 0 0 0em; vertical-align: bottom;
}
/******** compack *******/

.wrap .compack .price_list_box table td {
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.5em;
	width: auto;
	font-size: 12px;
}
.wrap .compack .sub_image_box ul li {
	margin: 0 0 20px ;
	padding: 0;
	width: calc(96% / 2);
}
.pc_only {
display: none;
}

.sp_only {
display: block;
}
#price {
	margin-top: 80px;
}


}
