@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	color:#333;
	font-family: "Open Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height:1.6;
}

.inner {
	position: relative;
	width: 1180px;
	margin: 0 auto;
}

header {
	display:none;
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fcfcfc;
}

nav {
	width:100%;
	background:#fff;
	/*box-shadow:0 1px 2px #d0d8dc;*/
	⁄zoom:1;
}

.header_logo{
	float:left;
	margin:0}

nav:after {
   content:'';
   display:block;
   clear:both;
}

.fadein{
	width: 100%;
	min-height: 60px;
	padding: 20px 0;
	/*background: -moz-linear-gradient(top,#3180ff, #90d5fc);
    background: -webkit-linear-gradient(top, #3180ff, #90d5fc);
    background: linear-gradient(to bottom, #3180ff, #90d5fc);*/
	background: #0d1f2e;
	text-align: center;
	font-size: 1.2em;
	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
	color: #fff;
	border-bottom: 1px solid #ddd;
	line-height: 1.6
}

.fadein span{
    opacity:0;}

#contents {
	width: 1180px;
	/*overflow:hidden;*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height:1.6;
	/*position: relative;
	top:100vh;*/
}

#main_w {
	box-sizing: border-box;
	float: none;
	width: 100%;
	padding: 0 0 0 0;
	overflow:hidden;
}

#main_pc{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:0.6;
}
	

#main_pc img{
	width:100%;
}

#main {
	box-sizing: border-box;
	/*overflow:hidden;*/
	float: left;
	width: 75%;
	margin-bottom: 30px;
}

/*#main a {
	color: #74635c;
	text-decoration: underline;
}

#main a:hover {
	color: #2e1e1d;
	text-decoration: none;
}*/

#sub {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 23%;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}


a {
	color:#009;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}

h2{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;/*ボーダーとテキストに空間をあける為のpadding*/
	color: #000066;
	font-size: 2.5em;
	font-weight: normal;
	/*font-family: 'Poppins', sans-serif;
	font-family: 'Source Serif Pro', serif;*/
	text-align: center;
	line-height: 1.3;
	font-family: "Times New Roman", Times, serif;


　
}

h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000066 25%, #000066 75%, transparent);
    background-image: linear-gradient(to right, transparent, #000066 25%, #000066 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

h3 {
	width: 99%;
	padding: 10px;
	color: #fff;
	background: #000;
	-webkit-box-shadow: 5px 5px 0 #ff0;
	box-shadow: 5px 5px 0 #ff0;
	border-left: 5px solid #666;
	box-sizing: border-box;
	margin-bottom: 20px;
}

h3 a {
	color: #fff;
	text-decoration: underline;
}
h3 a:hover {
	color: #a69035;
	text-decoration: none;
}

h4 {
	position: relative;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
	border-bottom: 4px solid #ccc;
	font-size: 1.2em;
	padding-top: 0.5em;
	font-weight: bold;
}
h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #73625a;
}

h5 {
	position: relative;
	padding: 1.0rem 1.5rem;
	border: 2px solid #d8d8d8;
	border-radius: 10px;
	background: #f9f9f9;
	font-size: 1.2em;
}

h5:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

h5:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}


h6 {
	position: relative;
	color: #006;
	font-size: 1.2em;
	padding-left: 5px;
	margin-bottom: 20px;
	text-shadow: 0 0 2px #666;
}
h6:before {
  content: "";
  position: absolute;
  background: #333;
  /*border:1px solid #333;*/
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

h7 {
	padding: 10px;
	border: 1px dotted #666;
	background: #fff;
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #309;
}

p {
	margin: 0 0 0 0;
}

p img {
	max-width:100%;
	height:auto;
	/*width:100%*/
}

img {
	/*vertical-align:bottom;*/
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	/*color:#ff0000;*/
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em 1em 1em 1em;
	border: 1px dotted #e8e3d0;
	border-left: 5px solid #e8e3d0;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	/*list-style:disc;*/
}
ol li {
	list-style:decimal;
}
li {
	/*margin-left:2em;*/
}

dt {
	/*margin-bottom: 2em;
	padding: 0em 0.25em 1.5em 0.25em;
	border-bottom: 1px solid #e8e3d0;*/
}
dt:before {
	/*content:"\0025a0";*/
}
dd {
	/*margin-bottom:1em;*/
}

.bgc_x{
	}

.bgc_txt{
		display:none;
	}

.bgc{
	width: 885px;
	/*width: 100%;*/
	margin-bottom: 1em;
	border-collapse: collapse;
	background: #fff;
	font-size: 0.85em;
	box-sizing: border-box;
	/*border-right: 1px solid #ddd;*/
}
.bgc th {
	padding: 3px 2px;
	text-align: center;
	vertical-align: middle;
	/*border-top: 1px solid #ddd;*/
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	min-height: 50px;
	background: #0d1f2e;
	color: #fff;
}
.bgc td {
	background: #f1f1f1;
	padding: 3px 2px;
	text-align: center;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	min-height: 50px;
	vertical-align: middle;
}

 .tbl {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	background:#fff;
	font-size:0.9em;
	box-sizing:border-box;
  }
.tbl th {
	width: 30%;
	text-align: center;
	vertical-align: middle;
	/*border-top: 1px solid #ddd;*/
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	min-height: 50px;
	background: #0d1f2e;
	color: #fff;
}
.tbl td {
	width: 70%;
	background: #f1f1f1;
	padding: 3px;
	text-align: left;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	min-height: 50px;
	vertical-align: middle;
}

.price{
	width: 98%;
	margin: 0 1%;
	border-collapse: collapse;
	font-size: 1em;
	box-sizing:border-box;
	border-top: 1px dashed #ccc;
}

.price th {
	width: 50%;
	padding: 3px;
	text-align: center;
	min-height: 50px;
	font-size: 1.2em;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
}

.price td {
	width: 50%;
	padding: 3px;
	text-align: center;
	min-height:50px;
	font-size:1.2em;
	vertical-align:middle;
	text-align:left;
	border-bottom: 1px dashed #ccc;
}

/*二重取り消し線*/
.doubleline {
background-image: url(../img/doubleline.png);
background-repeat:repeat-x;
background-position: center;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 20px 10px;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
	background: rgba(0, 0, 0, 0.8);
	/*border-bottom: 5px solid #e20a16;
	box-shadow: 0 1px 3px #999;*/
	z-index: 3;
	position: absolute;
	top: 0px;
	}
	
	nav ul {
		margin:0;
		padding:0;
	}
	nav li {
		position:relative;
		width:10.75%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}
	nav li:first-child {
		/*width:12%;*/
	}
	/*nav li:before {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		left:0;
		width:1px;
		height:14px;
		background: rgba(88, 74, 61, 0.7);
	}
	nav li:last-child:after {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		right:0;
		width:1px;
		height:14px;
		background: rgba(88, 74, 61, 0.7);
	}*/
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
	}
	nav li:last-child li {
		left:0%;
	}
	nav li a {
	display: block;
	padding: 20px 0;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	/*font-family: 'Source Serif Pro', serif;*/
	}
	nav li ul {
		display:block !important;
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		border-radius:0 0 3px 3px;
		z-index:3;
	}
	nav li ul li {
		overflow:hidden;
		width:auto;
		min-width:300%;
		max-width:auto;
		height:0;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		-o-transition:.2s;
		-ms-transition:.2s;
		transition:.2s;
	}
	
	/*nav li ul li:last-child {min-width:100%;}*/
	nav li li:first-child {
	width: auto;
	}
	nav li ul li a {
		padding:16px 5px 16px 5px;
		background: rgba(0, 0, 0, 0.8);
		text-align:center;
		font-weight:normal;
		font-size:0.8em;
	}
	nav li:hover > a {
	background: rgba(102, 102, 102, 0.8);
	color: #fff;
	}
	nav li:hover > a:hover {
	background: rgba(102, 102, 102, 0.8);
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.showNav {
		background: rgba(88, 74, 61, 0.7); !important;
	}

	.showSub {
		overflow:visible;
		min-height:52px;
		/*border-bottom:2px solid #8c0e0e;*/
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}

/*================================================
 *  index
 ================================================*/	
.container {
	display : flex;
	justify-content: center;
	width     : 100%;
	margin    : 0 0 20px 0;
	padding   : 0px;
	flex-direction: row;
	flex-wrap: wrap;
}
.item {
	width: 46%;
	height: auto;
	text-align: center;
	margin: 2%;
	vertical-align: middle;
	position: relative;
	background: #fff;
	line-height: 0.6;
	border:1px solid #ccc;
	box-sizing:border-box;
}

.item_3 {
	width: 31%;
	height: auto;
	text-align: center;
	margin:0.5% 1%;
	vertical-align: middle;
	position: relative;
	line-height: 1.6;
	-webkit-box-shadow: 3px 3px 0 #ff0;
	box-shadow: 3px 3px 0 #ff0;
	box-sizing:border-box;
	background: #000;
}

.item_3 a{
	display:block;
	text-decoration:none;
	color:#ff0;
	padding:5% 3%;
		}
.item_3 a:hover{
		text-decoration:none;
		color:#f00}

.item img {
	width:100%;
	height:auto;
	padding:0 0;}

.item .btn_txt{
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0 0;
	padding: 2% 0;
	top: 35%;
	left: 0px;
	right: 0;
	background: rgba(51,51,51,0.5);
	color: #f00;
	line-height: 1.6;
}

.item .btn_txt a{
	color: #fff;
	text-decoration: none;
}

.item .btn_txt a:hover{
	background: rgba(102,102,102,0.0001);
	color: #fff;
}
a.changeword_v span.en{
	display: inline;
	font-size: 1.3em;
	border: none;
	font-style:italic;
}
 a.changeword_v:hover span.en{ display:none; }
 a.changeword_v span.jp{ display:none; }
 a.changeword_v:hover span.jp{ display:inline; font-size:1.3em; border:none; opacity:1;}

/*================================================
 *  ニュース
 ================================================*/
.news{
	font-size:1.0em;
	line-height:170%;
	margin:0 10px 30px 10px;
	}


.news img{
	max-width:100%;
	height: auto;
	}

.date{
	font-size: 0.9em;
	font-weight: normal;
	padding: 0;
	line-height: 36px;
	color: #999;
	text-align:right;
	margin-bottom: 5px;
}

.prev{
	width: 49.5%;
	float: left;
	overflow: hidden;
	text-align: left;
	font-size: 1.0em;
	height: 40px;
	line-height: 40px;
	border-right: 1% solid #fff;
	box-sizing:border-box;
	}
	
.prev a {
	display: block;
	color: #009;
	background: #f1f1f1;
	opacity: 1;
	padding-left: 10px;
	text-decoration:none;
}

.prev a:hover {
	background: #009;
	color: #fff;
}

.next{
	width: 49.5%;
	float: right;
	overflow: hidden;
	text-align: right;
	font-size: 1.0em;
	height: 40px;
	line-height: 40px;
	box-sizing:border-box;
	}
.next a {
	display: block;
	color: #009;
	background: #f1f1f1;
	opacity: 1;
	padding-right: 10px;
	text-decoration:none;
}

.next a:hover {
	background: #009;
	color: #fff;
}

/*================================================
 *  サービス
 ================================================*/
.flex-container {
	width: 100%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/* 子要素(アイテム) */
.flex-item {
	width: 31%;
	margin: 10px auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #333;
	color: #333;
	line-height: 1;
	position: relative;
}

.flex-item p{
	padding: 0 10px 40px 10px;
	text-align: left;
}
.flex-item .new{
	font-weight:bold;
	font-size:16px;
	color:#860000;
	
	}

.flex-item img{
	width: 100%;
	height:auto}

a.flex_btn{
	font-size: 1em;
	color: #000;
	display: block;
	width: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: rgba(255,255,255,0.6);
	border: 2px #fff solid;
	box-sizing: border-box;
	text-decoration: none;
	margin-top: 0;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	margin-left: 2.5%;
	position: absolute;
	bottom: 0;
	line-height: 1.6;
}

a.flex_btn:hover{
background: rgba(88,88,88,0.8);
color:#fff;
}
a.flex_btn:visited, a.flex_btn:active {
	color: #333
}

/*================================================
 *  会社案内
 ================================================*/
#about {
	margin: 10px 0 10px 0;
	padding: 0;
	border-bottom:1px #ddd solid;
	overflow:hidden;
}
#about p { margin:0; }
#about dl {
	margin: 0;
	
}

#about dt {
	width: 20%;
	height: auto;
	display: block;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	line-height: 200%;
	border-bottom: none;
	font-weight: normal;
	border-top: 1px solid #ddd;
	padding: 10px 0px 10px 2%;
	color: #2e1e1d;
}
#about dd {
	width: 74%;
	display: block;
	float: left;
	margin: 0 0 0px 0;
	line-height: 200%;
	padding: 10px 2% 10px 2%;
	border-top: 1px solid #ddd;
	background: #f5f5f5;
}	

#about dt:last-child{
	border-bottom:1px #ccc;
}

.map{
	width: 100%;
	height: auto
}

.map iframe{width: 100%;
	height: 400px}

.studio{
	width:100%;
	height:auto;
	padding:2% 0;
	/*background:#ccc;*/
	text-align:center;
	margin-bottom:20px;
	}
.studio img{
	/*border:5px solid #fff;*/
	max-width:100%;
	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
	height:auto;
	padding:1.5%;
	background:#f1f1f1;
	}

/*パネル*/
panel_s {
  width: 100%;
}
 
#panel_s dt {
	border: solid 1px #fff;
	color: #fff;
	cursor: pointer;
	margin-top: 0px;
	padding: 5px 10px;
	text-align: left;
	list-style: none;
	background:#c6aa7a;
}
 
#panel_s dd {
  margin: 0 0 0 0;
  padding: 10px;
  overflow:hidden;
}

#panel_s dt,
#panel_s dt::before,
#panel_s dt::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#panel_s > dt:hover {
	background-color: #c6aa7a;
}

/*================================================
 *  中古車
 ================================================*/
.trim{
  position:relative;
  width:85%;
  margin:0 0 0 15%;
}

.trim img{
  width:100%;
  height:auto;
}

.trim:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff 90%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #fff 90%); 
}
.trim .comments{
	font-size: 1em;
	width: 90%;
	height: auto;
	padding: 3%;
	position: absolute;
	top: 7.5%;
	left: -18%;
	color: #000;
	line-height: 1.8;
	z-index: 1;
	background: rgba(241, 241, 241, 0.6);
	border-radius: 6px;
  }

.profile {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
.profile dl {
	margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid #b8975a;	
}


.profile dt {
	width: 24%;
	height: auto;
	display: block;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	line-height: 160%;
	border-bottom: none;
	font-weight: normal;
	border-right: 1px solid #b8975a;
	border-top: 1px solid #b8975a;
	padding: 5px 0px 5px 2%;
	text-align: left;
	box-sizing: border-box;
}

.profile dd {
	width: 76%;
	display: block;
	float: left;
	margin: 0 0 0 0;
	line-height: 160%;
	padding: 5px 2% 5px 2%;
	border-top: 1px solid #b8975a;
	text-align: left;
	box-sizing: border-box;
}

/*================================================
 *  メッセージ
 ================================================*/
.features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	color: #000;
}

.features_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
	 /*border:1px #ccc solid;*/
    width: 50%;
	line-height:160%;
}

.features_inner .txt{
	width: 100%;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 160%;
	font-weight: bold;
}

.features_inner .txt_s{
	width: 90%;
	margin: 5%;
	text-align: left;
	font-size: 1.1em;
	line-height: 160%;
}

.features_inner_pic {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    -webkit-align-items: bottom;
    align-items: bottom;
	padding: 0;
	width: 50%;
	position: relative;
	height: auto;
	align-self: flex-start;
}
.features_inner_pic img{
	width:100%;
	height:auto;
	align-self: flex-start;
	}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#fff;
}
.submenu li a {
	display: block;
	padding: 10px 2px;
	background: #54463a;
	color: #fff;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
	font-size:0.95em;
}
.submenu li a:hover {
	background: #e7e3d0;
	color:#2e1e1d;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

.tel{text-align:center; font-size:1.1em; color:#fff; font-weight:bold; margin-bottom:10px; padding:1em 0; background:#0d1f2e;}

/*================================================
 *  アンカーポイント調整
 ================================================*/
#a,#b,#c,#d,#e,#f,#g,#h,#i,#j,#k,#l,#m,#p,#Interior,#Exterior{
   margin-top:-90px;
  padding-top:90px;
  display:inline-block;
}

.anchorlink{
   margin-top:-90px;
  padding-top:90px;
}
	
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size: 0.9em;
	margin-bottom: 0px;
	padding: 2px;
	text-align: left;
}

/*================================================
 * その他
 ================================================*/
.input{
	padding:.2em .3em;
	display:inline-block;
	border:1px solid #ccc;
	box-shadow:inset 0 1px 3px #ddd;
	border-radius:4px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box}

.input_100{width:99%}
.input_90{width:90%}
.input_2-3{width:66%}
.input_1-2{width:50%}
.input_1-3{width:33%}
.input_1-4{width:25%}

input[type="submit"]{
	cursor:pointer;
	border:none;
	padding:5px 10px;
	border:1px solid #acacac;
	background:#efefef;
    background: -moz-linear-gradient(top, #efefef, #e5e5e5);
	background: -webkit-linear-gradient(top, #efefef, #e5e5e5);
	background: linear-gradient(#efefef, #e5e5e5);
	border-radius:3px;
	}

.tel-link {}
span{}

/*罫線の設定*/

.b_line{border-bottom:1px dotted #ccc;}
.rb2_line{border-bottom:2px solid #f00;}
.a_line{border:1px solid #ccc;}
.t_line{border-top:1px dotted #ccc;}

/*イメージボーダー*/
.border{border:4px solid #fff;}

/*背景の設定*/
.bgw{background-color: rgba(255,255,255,0.8);}
.bkbg{background:#000000}
.gbg{background:#f1f1f1}
.g2bg{background:#ccc}
.wbg{background:#ffffff}
.ybg{background:#e7e3d0}
.cbg{background:#453c3c;}
.mbg{background:#ffffcc;}
.bbg{background:#5c4e36;}

/*位置の設定*/
.rightlay{float:right;}
.leftlay{float:left;}
.clr{clear:both;}

/*テキストの設定*/
.txtc{text-align:center;}
.txtr{text-align:right;}
.txtl{text-align:left;}

.txtr_pc{text-align:right;}

.nf{font-size:0.6em}
.nnf{font-size:0.7em}
.nlf{font-size:0.8em}
.nnlf{font-size:0.85em}
.lnf{font-size:0.9em}
.lf{font-size:1.1em}
.llf{font-size:1.2em}
.lllf{font-size:1.5em}
.xf{font-size:2em}
.xlf{font-size:2.5em}
.min{font-family: 'Noto Serif', 'Sawarabi Mincho', serif;}

.yclr{color:#ff0}
.dbclr{color:#003265}
.puclr{color:#7030a0}
.pclr{color: #e85197}
/*.dbclr{
	color: #000066
}*/
.bclr{color: #003f98}
.bkclr{color: #000}
.gclr{
	color:#006600
}
.wclr{color:#ffffff}
.bclr{
	color: #0000FF
}
.rclr{color:#ff0000}
.brclr{color:#800000}
.beclr{
	color: #a69035
}
.gdclr{color:#a69136}
.b{font-weight:bold}

.pa025{ padding:0 0.25em}
.pa1{ padding:1em}
.pa2000{ padding:2em 0 0 0}
.pa0-5{ padding:0.5em}
.pa01{ padding:0 1em}
.pa030{padding:30px 0 10px 0}
.mb10{
	margin-bottom:10px}
.mb20{
	margin-bottom:20px}
.mb30{
	margin-bottom:30px}
.mb30s{
	margin-bottom:30px}
.mb50{
	margin-bottom:50px}
.mb50s{
	margin-bottom:50px}
.mb70s{
	margin-bottom:70px}
.mb100s{
	margin-bottom:100px}

.mt10{
	margin-top: 10px;
	font-size: 0.9em;
}
.mt15{
	margin-top:50px}
.ml10{
	margin-left:10px}
.ml20{
	margin-left: 10px;
	font-size: 0.8em;
}

.pr_pc{
	padding-right:20px}

.mr10{
	margin-right:10px}
.mr20{
	margin-right:20px}
.pa5{ padding:5px}
.pa_profile{
	padding: 12px 0 12px 70px
}

/*================================================
 *  バナー　ボタン
 ================================================*/
.bnr {
	overflow:hidden;
	margin-bottom:2em
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0;
	padding:0;
	list-style:none;
}

.bnr a{
	color:rgb(224, 183, 17);
	text-decoration: none;}

.bnr a:hover {
	color:rgb(171, 139, 11);
	text-decoration: none;}

.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

.overseas {
	display:block;
	margin:0 auto 1em auto;
	padding:5px 2px;
	font-size:1.1em;
	background:#c9b789;
	background: -moz-linear-gradient(top, #c9b789, #8d6b2b);
	background: -webkit-linear-gradient(top, #c9b789, #8d6b2b);
	background: linear-gradient(#c9b789, #8d6b2b);
	color:#fff;
	text-align:center;
	text-decoration:none;
	width:80%;
	border:#ddd2b6 double 3px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
}

.btn a {
	display: block;
	margin: 0 auto;
	padding: 5px 2px;
	font-size: 1.1em;
	background: #ccc;
	background: -moz-linear-gradient(top, #ccc, #666);
	background: -webkit-linear-gradient(top, #ccc, #666);
	background: linear-gradient(#ccc, #666);
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 80%;
	border: #ddd double 3px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
}

.btn a:hover {
	background:#ccc;
	background: -moz-linear-gradient(top, #666, #ccc);
	background: -webkit-linear-gradient(top, #666, #ccc);
	background: linear-gradient(#666, #ccc);
}

/*テクニックボタン*/
.button_tech{
     display:block;
     width: 100%x;
	 border:double 3px #fff;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #9d8f88; /*ボタン色*/
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button_tech:after {
    content: '▶';
	background: #ccc;
	padding:2px 5px 0 5px;
	border-radius:15px}

.button_tech:hover{
     background-color: #fff; /*ボタン色*/
	 border:double 3px #9d8f88;
}

.button_tech_bg{
     display:block;
     width: 100%x;
	 border:double 3px #fff;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
	 background:url(../img/btn_bg.jpg);
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button_tech_bg:after {
    content: '▶';
	background: #ccc;
	padding:2px 5px 0 5px;
	border-radius:15px}

.button_tech_bg:hover{
	color:#fff;
	opacity:0.8;
     /*background-color: #fff; ボタン色*/
	 border:double 3px #9d8f88;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	background: #000;
	/*background: rgba(88, 74, 61, 0.9);*/
	color: #999;
	clear: both;
}


footer a {
	color: rgb(204,204,204);
	text-decoration: none;
}

footer a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#c_line{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	margin-bottom:0.75em
}

#c_line:before,
#c_line:after {
    border-top: 1px solid #adadad;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}

#c_line:before {
    margin-right: 0.5em;
}

#c_line:after {
    margin-left: 0.5em;}
 
footer h1 {
	font-size: 1em;
	color: #f00;
	font-weight: normal
}

.footer_name{position:relative}
.footer_logo{position:absolute; top:0px; left:40px}
.footer_logo_sp{display:none}

/*フッターメニュー固定*/
#footer_fixed {
	display:none;
}


footer #footermain {
	overflow: hidden;
	width: 1180px;
	margin: 0 auto;
}

/*二分割*/
footer .ftr_two_one {
	overflow: hidden;
	margin-bottom: 0%;
	font-size: 0.8em;
	line-height: 1.8
}

footer .ftr_two_one ul {
	/*overflow:hidden;*/
	margin:2% -2% 0 0;
}
footer .ftr_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
	text-align:center;
}
footer .ftr_two_one li:nth-child(2n+1) {
	clear:both;
}
footer .ftr_two_one li img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/* フッターメニュー*/
.footermenu {
	width: 100%;
	padding: 25px 0 5px 0;
	overflow: hidden;
	border-top: 1px #ccc solid;
}
.footermenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footermenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:15px;
	text-align:center;
	border-top: 1px solid #efede9;
	border-left: 1px solid #efede9;
	border-bottom: 1px solid #efede9;
	
}

.footermenu li:last-child{ 
border-right: 1px solid #efede9;}

.footermenu a {
	color: #999;
	font-family: 'Mukta Vaani', sans-serif;
	text-decoration: none;
}
.footermenu a:hover {
	color: #fff;
}

.copyright {
	clear: both;
	padding: 20px 0 40px 0;
	font-size: 0.7em;
	text-align: center;
}
.copyright a{
	color: #ccc;
	}
.copyright a:hover{
	color: #fff;
	text-decoration: none;
}


/* ページトップへの戻り */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	padding: 0;
	color: rgb(255, 255, 255);
}

#pageTop a:hover {
	color:rgb(238, 238, 238)
}

#pageTop img {
	background-color: #000;
}
#pageTop img:hover {
	background-color:rgb(153, 153, 153)
}
 
 /* SNSボタン */
#sns {
	position: fixed;
	top: 100px;
	right: 0px;
	z-index: 9999;
	width: 30px;
	background: rgba(51, 51, 51, 0.8);
	padding: 10px 10px 5px 10px;
	border-radius: 10px 0 0 10px;
}

#sns img{
	width:30px;
	height:auto;
	margin-right:3px}


#sns a:hover {
	opacity:0.5;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../img/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}


a:hover img.hovercolor{
    cursor:pointer;
    filter: alpha(opacity=20); 
    -ms-filter: "alpha(opacity=20)";
    -moz-opacity:0.2; 
    -khtml-opacity: 0.2; 
    opacity:0.2;
    zoom:1;
}

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:20px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#e20a16;
}


.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

.aligncenter{
	float:none;
	display:block;
	margin:0 auto 10px;
}

.input{
	padding:.2em .3em;
	display:inline-block;
	border:1px solid #ccc;
	box-shadow:inset 0 1px 3px #ddd;
	border-radius:4px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box}


.input_100{width:99%}
.input_90{width:90%}
.input_2-3{width:66%}
.input_1-2{width:50%}
.input_1-3{width:33%}
.input_1-4{width:25%}

input[type="submit"]{
	cursor:pointer;
	border:none;
	padding:5px 10px;
	border:1px solid #acacac;
	background:#efefef;
    background: -moz-linear-gradient(top, #efefef, #e5e5e5);
	background: -webkit-linear-gradient(top, #efefef, #e5e5e5);
	background: linear-gradient(#efefef, #e5e5e5);
	border-radius:3px;
	}

.pc_display{
	display:block}
.sp_display{
	display:none}
	
.shd{box-shadow: 8px 8px 8px rgba(0,0,0,0.4);}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1179px) {
	nav li {
	width: 9%;
	font-size: 0.8em;
	}
	
	nav li ul li {
	min-width: 300%;
	}
	nav li li:first-child {
	width: auto;
	}
	nav li ul li a {
	padding: 18px 5px 18px 5px;
	background: rgba(51, 51, 51, 0.7);
	text-align: center;
	font-weight: normal;
	font-size: 0.8em;
	}
	nav li ul :last-child{
		right:0;
	}

	.inner {
		width:100%;
	}

	#contents {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	}
	
	.bgc_x{
	overflow-x: scroll;
	box-sizing:border-box;
	width:100%;
	}
	
	.bgc_txt{
		display:block;
	}
	
	.flow_pic img{
	width:714px;
	height:auto;
	}

	footer {
	width: 100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	h2{
	font-size:2.0em;
	margin: 0 0 20px 0;
}

.fadein{
	width: 96%;
	min-height: auto;
	padding: 20px 2%;
	background: #003265;
	text-align: left;
	font-size: 1.2em;
	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
	color: #fff;
	border-bottom: 1px solid #ddd;
	line-height: 1.6
}

.fadein span{
    opacity:1;}

	#contents {
		box-sizing:border-box;
		width:98%;
		padding:0 1%;
	}
	.lock {
		overflow:hidden;
	}

	header {
	display: block;
	z-index: 2;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 10px 5px 10px;
	background: rgba(0, 0, 0, 0.9);
	}
	
	.header_logo{
		display:none}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}
    
	#main_pc{
	margin-bottom: 0px;
    }

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
	background: #000;
	}
	nav .inner {
	width:100%;
    }
	
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:54px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #f1f1f1;
		/*background:#9b0f0f;*/
	}

	nav li:first-child {
		width:100%;
		border-top:0;
		border-top:1px solid #f1f1f1;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background: rgba(102, 102, 102, 0.9);
		/*background:#e20a16;*/
	}
	nav li a:hover {
		color:#fff;
		background: rgba(88, 88, 88, 0.95);
		/*background:#021c62;*/
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li ul li {
		min-width:100%;
		font-size:1.2em;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background: rgba(88, 88, 88, 0.9);
	}
	.subnav a:hover:after {
	 background: rgba(88, 88, 88, 0.9);
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:7px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:35px;
		height:35px;
		border-radius:5%;
		background: rgba(88, 88, 88, 1);
	}
	#navBtnIcon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #fff;
	transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#fff;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

h3{	}
h4{	box-shadow:none;}

/*================================================
 *  index
 ================================================*/	
.container {
	display : flex;
	justify-content: center;
	width     : 100%;
	margin    : 0 0 20px 0;
	padding   : 0px;
	flex-direction: row;
	flex-wrap: wrap;
}

.item_3 {
	width: 48%;
	height: auto;
	text-align: center;
	margin:1% 1%;
	vertical-align: middle;
	position: relative;
	line-height: 1.6;
	-webkit-box-shadow: 3px 3px 0 #ff0;
	box-shadow: 3px 3px 0 #ff0;
	box-sizing:border-box;
	background: #000;
}

.item_3 a{
	display:block;
	text-decoration:none;
	color:#ff0;
	padding:5% 3%;
		}
.item_3 a:hover{
		text-decoration:none;
		color:#f00}

.item {
	width: 49%;
	height: auto;
	text-align: center;
	margin: 0.5%;
	vertical-align: middle;
	position: relative;
	background: #fff;
	line-height: 0.6;
	border:1px solid #ccc;
	box-sizing:border-box;
}

.item img {
	width:100%;
	height:auto;
	padding:0 0;}

.item .btn_txt{
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0 0;
	padding: 2% 0;
	top: 0%;
	left: 0px;
	right: 0;
	background: rgba(51,51,51,0.5);
	color: #f00;
	line-height: 1.6;
}

.item .btn_txt a{
	color: #f00;
	text-decoration: none;
}

.item .btn_txt a:hover{
	background: rgba(102,102,102,0.0001);
	color: #fff;
}
a.changeword_v span.en{
	display: inline;
	font-size: 1.2em;
	border: none;
	font-style:italic;
}
 a.changeword_v:hover span.en{ display:none; }
 a.changeword_v span.jp{ display:none; }
 a.changeword_v:hover span.jp{ display:inline; font-size:1.3em; border:none; opacity:1;}

/*================================================
 *  ニュース
 ================================================*/
.news{
	margin-bottom:5%}

.news img{
	width:100%;
	height: auto;
	}

.date{
	font-size: 0.9em;
	font-weight: normal;
	padding: 0 10px;
	line-height: 36px;
	color: #999;
	text-align:right;
	margin-bottom: 5px;
}

.prev{
	width: 49.5%;
	float: left;
	overflow: hidden;
	text-align: left;
	font-size: 1.0em;
	height: 40px;
	line-height: 40px;
	border-right: 1% solid #fff;
	box-sizing:border-box;
	}
	
.prev a {
	display: block;
	color: #009;
	background: #f1f1f1;
	opacity: 1;
	padding-left: 10px;
	text-decoration:none;
}

.prev a:hover {
	background: #009;
	color: #fff;
}

.next{
	width: 49.5%;
	float: right;
	overflow: hidden;
	text-align: right;
	font-size: 1.0em;
	height: 40px;
	line-height: 40px;
	box-sizing:border-box;
	}
.next a {
	display: block;
	color: #009;
	background: #f1f1f1;
	opacity: 1;
	padding-right: 10px;
	text-decoration:none;
}

.next a:hover {
	background: #009;
	color: #fff;
}

/*================================================
 *  サービス
 ================================================*/
.flex-container {
	display : flex;
	width:100%;
	justify-content:center;
	flex-direction:row;
     flex-wrap:wrap;
	}
	
.flex-item {
	width: 49%;
	margin: 0 auto 1% auto;
	padding: 0;
	box-sizing: border-box;
	border: 2px solid #860000;
	background-color: #fff;
	color: #333;
	line-height: 1.6;
	position:relative;
}

.flex-item p{
	padding: 0 10px 40px 10px;
	text-align: left;
}
.flex-item .new{
	font-weight:bold;
	font-size:14px;
	color:#860000;
	
	}

.flex-item img{
	width: 100%;
	height:auto}

a.flex_btn{
	font-size: 1em;
	color: #950000;
	border-radius: 30px;
	display: block;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #FFB5AE;
	text-decoration: none;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	position: absolute;
	bottom: 0;
}

a.flex_btn:hover{
background:#c97571;
}
a.flex_btn:visited, a.flex_btn:active {color:#950000}


 /*================================================
 *  会社案内
 ================================================*/ 
	#about { margin:10px 0 0 0; padding:0; }
    #about dl { /*border-bottom:1px solid #ddd;*/ margin:0 0 10px 0; }
    #about dt {
	width: 96%;
	padding: 1% 2% 1% 2%;
	line-height: 200%;
	font-weight: normal;
	background: rgba(204, 204, 204, 1);
	border-bottom: 1px solid #999;
}
   #about dd {
	width: 96%;
	padding: 2% 2% 2% 2%;
	line-height: 200%;
}

.map{
	width: 100%;
	height: auto
}

.map iframe{
	width: 100%;
	height: 300px}

.studio{
	width:96%;
	height:auto;
	padding:2% 2%;
	background:#f1f1f1;
	text-align:center;
	margin-bottom:20px;
	}
.studio img{
	border:2px solid #fff;
	width:98%;
	height:auto;
	}

/*パネル*/
panel_s {
  width: 100%;
}
 
#panel_s dt {
	border: solid 1px #fff;
	color: #fff;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px 10px;
	text-align: left;
	list-style: none;
	background: #54463a
}
 
#panel_s dd {
  margin: 0px;
  padding: 0px;
  overflow:hidden
}

#panel_s dt,
#panel_s dt::before,
#panel_s dt::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#panel_s > dt:hover {
	background-color: #c6aa7a;
}

/*================================================
 *  中古車
 ================================================*/
.trim{
	position: relative;
	width: 100%;
	margin: 0 0 2% 0;
}

.trim img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.trim:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #fff 90%); 
}
.trim .comments{
	font-size: 1em;
	width: 96%;
	height: auto;
	padding: 2%;
	position: relative;
	left: 0;
	bottom: 0;
	color: #000;
	z-index: 1;
	background: rgba(241, 241, 241, 0.5);
	border-radius: 0px;
  /*border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;*/
  }

.profile {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
.profile dl {
	margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid #b8975a;	
}


.profile dt {
	width: 24%;
	height: auto;
	display: block;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	line-height: 160%;
	border-bottom: none;
	font-weight: normal;
	border-right: 1px solid #b8975a;
	border-top: 1px solid #b8975a;
	padding: 5px 0px 5px 2%;
	text-align: left;
	box-sizing: border-box;
}

.profile dd {
	width: 76%;
	display: block;
	float: left;
	margin: 0 0 0 0;
	line-height: 160%;
	padding: 5px 2% 5px 2%;
	border-top: 1px solid #b8975a;
	text-align: left;
	box-sizing: border-box;
}

.features {
	overflow:hidden;
	}

.features_inner {
	width:100%
	}
	
	.features_inner .txt_s{
	width: 90%;
	margin: 5% 5% 5% 5%;
	text-align: left;
	font-size: 1.1em;
}

	.features_inner .txt_s .txt{
	font-weight:bold;
}
	
.features_inner_pic {
	width:100%	

	}

.features_inner_pic img{
	width:100%	
	}

  .tbl {
    width: 100%;
  }
  .tbl th{
　　border-bottom: none;
    display: block;
    width: 100%;
	height:50px;
	line-height:50px;
  }
 
  .tbl td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  
  .price {
    width: 100%;
	margin-left:0;
	margin-right:0;
  }
  .price th{
	min-height:auto;
	border-top: none;  
　　border-bottom: none;
	font-size:1.1em;
    display: block;
    width: 100%;
	background:#f1f1f1;
  }
 
  .price td {
	min-height:auto;
　　border-bottom: none;
	font-size:1.1em;
    display: block;
    width: 100%;
  }


/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#fff;
}
.submenu li a {
	display: block;
	padding: 10px 2px;
	background: #54463a;
	color: #fff;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}
.submenu li a:hover {
	background: #e7e3d0;
	color:#2e1e1d;
}

.tel{text-align:center; font-size:1em; color:#fff; font-weight:bold; margin-bottom:10px; padding:0.5em 0; background:#0d1f2e;}

/*================================================
 *  アンカーポイント調整
 ================================================*/
#a,#b,#c,#d,#e,#f,#g,#h,#i,#j,#k,#l,#m,#p,#Interior,#Exterior{
   margin-top:-75px;
  padding-top:75px;
  display:inline-block;
}

.anchorlink{
  margin-top:-75px;
  padding-top:75px;
}

footer #contents{
	margin:0 auto}

footer .ftr_two_one ul {
		margin-right:0;
	}
footer .ftr_two_one li {
		width:100%;
	}
footer .ftr_two_one li:nth-child(2n+1) {
		clear:both;
	}

.button_tech_bg:after {
    content: '▶';
	background: none;
	padding:none;
	border-radius:0px}

.footermenu {
	overflow: hidden;
	padding:0 0;
	width: 100%;
	float: none;
}
.footermenu li {
	width: 100%;
	text-align:left;
	margin-right: 0;
	background: #fff;
	font-size:12px;
	padding:0;
	border-top:none;
	border-left:none;
	border-bottom: 1px solid #efede9;
	color:#fff
}

.footermenu li:last-child{ 
border-right:none;}

.footermenu li a {
	display: block;
	padding: 9px 0 8px 20px;
	background: url( ../img/footer_arrow_rt.png) no-repeat 98% center;
	color: #333
}
.footermenu li a:hover {
	background: url(../img/footer_arrow.png) no-repeat 98% center #f1f1f1;
	color: #333;
	text-decoration:none;
	}

.footermenu li:first-child{ margin-left:0;
border-top: 1px solid #efede9;}

/*フッターメニュー固定*/
#footer_fixed {
	display:block;
	padding: 5px 0;
	bottom: 0%;
	width: 100%;
	height: auto;
	color: rgb(255, 255, 255);
	line-height: 1.1em;
	position: fixed;
	z-index: 4;
	opacity: 0.9;
	background-color: rgb(46, 30, 29);
	-moz-opacity: 0.85;
	text-align: center;
}
.footer_contact {
	width:50%;
	margin: 5px 0;
	float:left; 
	color: rgb(231, 227, 208); 
	font-size: 0.8em; 
	display: inline-block;
	text-align:center}

.footer_contact a{
	color: rgb(231, 227, 208);
	text-decoration:none;
	display:block;}

.footer_contact a:hover{
	color: rgb(255, 255, 255);
	text-decoration:none;
	display:block;}

.footer_close {
	margin: 5px 2% 5px 2%; color: rgb(214, 155, 17); font-size: 0.8em; display: inline-block;
}
.footer_address {
	margin: 5px 2% 5px 2%; color: rgb(214, 155, 17); font-size: 0.8em; display: inline-block;
}

.footer_name{position:relative;}
.footer_logo{display:none}
.footer_logo_sp{display:block;
	text-align:center}


  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	height:auto;
	}
.input_100{width:100%}
.input_90{width:100%}
.input_2-3{width:100%}
.input_1-2{width:100%}
.input_1-3{width:39%}
.input_1-4{width:100%}

.pc_display{
	display:none}
.sp_display{
	display:block}
.break_none br{display: none;}

.mb30s{
	margin-bottom:10px}
.mb50s{
	margin-bottom:20px}
.mb70s{
	margin-bottom:30px}
.mb100s{
	margin-bottom:40px}
.pr_pc{
	padding-right:0px}

.txtr_pc{text-align:center;
margin-bottom:2%}

.lllf{font-size:1.3em}

}
