details {
  padding: 1rem;
	color: #3f4849;
	border: 2px solid #45b9d4;
/*   background: #45b9d4; */
  border-radius: 5px;
  margin: 10px auto;
  font-weight: bold;
  font-size: 1.2em;
}
body {
	background-color:#dbeaec;
}
a { text-decoration: none !important; }
a:hover { opacity: .5 !important; }
summary {
  font-size: 1.2em;
  list-style: none;
  cursor: pointer;
  outline: none;
}

details[open] .in-details {
  font-weight: normal;
  font-size: 1.2em;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.line {
  text-align: center;
  width: 50%;
  padding: 1rem 2rem;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

.googleMap {
  margin-top: 1em;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
	margin-bottom: -0;
  max-width: none;
  width: 100vw;
  height: 30vw;
}

/* 会社概要_2カラム */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.col {
  border-bottom: 1px solid #808080;
  margin: 0 auto;
  width: 50%;
  max-width: 100%;
/*   background-color: #fff; */
  padding: 10px 0 10px;
  justify-content: center;
  align-items: center;
}

.col2 {
  padding: 10px 0 10px;
  border-bottom: 1px solid #808080;
  margin: 0 auto;
  width: 50%;
  max-width: 100%;
  /*   background-color: #dcdcdc; */
}

.textPosition {
  text-align: right;
}

.firstList {
  width: 20%;
  display: inline-block;
  font-size: .8em;
  text-align: right;
  margin-left: 40px;
}

.secondList {
  display: inline-block;
  font-size: 1.6em;
  text-align: center;
  margin-left: 40px;
}

.border {
  border-bottom: #c0c0c0 1px solid;
}

.carCategory {
  max-width: 100%;
  margin: 0 auto;
  width: 80%;
}

.carTtl {
  font-size: 1.4em;
  font-weight: bold;
 color: #1a1e1e;
  margin-top: .5em;
}
.ttlDeco { 
  border-bottom: 1px solid #676767;
 }
 .txtDeco {
	  color: #1a1e1e;
		line-height: 1.8em;
		font-size: 1.6em;
		font-weight: bold;
 }
.carCategoryTxt {
  line-height: 1.6em;
  font-size: 1.2em;
 color: #1a1e1e;
  padding: 0 0 2em 3em;
  margin-top: -.5em;
}
.tax {
  font-size: .8em;
     color: #1a1e1e;
}
.notesTxt {
  font-size: 1em;
 color: #1a1e1e;
}
.breakPoint {
  display: none !important;
}
.recomme {
  font-size: 1.4em;
  color: #d6401d;
  font-weight: bold;
}
.toHome a {
	text-decoration:none;
	font-size:1.3em;
}
.toHome a:hover {
	opacity: 0.5;
}
video {
  width: 100%;
}
@media screen and (max-width: 640px) {
/* 	googleMapと会社概要ここから */
	
.googleMap {
/* 	SP */
  height: 60vw;
}

/* 会社概要_SP */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.col {
  border-bottom: 1px solid #808080;
  margin: 0 auto;
  width: 80%;
  max-width: 100%;
/*   background-color: #fff; */
  padding: 10px 0 10px;
  justify-content: center;
  align-items: center;
}

.col2 {
  padding: 10px 0 10px;
  border-bottom: 1px solid #808080;
  margin: 0 auto;
  width: 80%;
  max-width: 100%;
  /*   background-color: #dcdcdc; */
}

.textPosition {
  text-align: right;
}

.firstList {
  width: 20%;
  display: inline-block;
  font-size: .8em;
  text-align: right;
  margin-left: 1em;
}

.secondList {
  font-size: 1.2em;
  text-align: center;
  margin-left: 1em;
}
	
/* ここまで */
	
  .breakPoint {
    display: block;
  }
  .tax {
    font-size: .8em;
    color: #1a1e1e;
  }
  .notesTxt {
    line-height: .8em;
    font-size: 1em;
		 color: #1a1e1e;
/*     color: #686868; */
  }

.carCategory {
    max-width: 100%;
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
 .txtDeco {
   font-size: 1.3em;
   line-height: 2em;
   font-weight: bold;
 }
  .carCategoryTxt {
    line-height: 1.6em;
    font-size: 1.2em;
    color: #1a1e1e;
    padding: 0 ;
    margin-top: -.5em;
    margin-bottom: 2em;
  }
  .ttlDeco {
      border-bottom: 1px solid #676767;
  }
  .col .col2 {
    margin: 0 auto;
    width: 80%;
    max-width: 100%;
  }

  .firstList {
    font-size: .8em;
  }

  .secondList {
    font-size: 1.1em;
  }

  .btn {
    /* SP版 */
    text-decoration: none;
    border-radius: 100px;
    padding: 20px auto;
    text-align: center;
    width: 50%;
    max-width: 100%;
    background-color: #2d0902;
    color: #FFF;
    letter-spacing: 0.1em;
    font-size: 1.4em;
    font-weight: bold;
  }
}

.btn {
	border-style: none;
  padding: 20px 20%;
  text-align: center;
  width: 50%;
  text-decoration: none;
  max-width: 50%;
  background-color: #2d0902;
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  border-radius: 100px;
  transition: all .3s;
}

.btn:hover {
	opacity:0.5;
		border-style: none;
  padding: 20px 20%;
  text-align: center;
  width: 50%;
  text-decoration: none;
  max-width: 50%;
  background-color: #2d0902;
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  border-radius: 100px;
  transition: all .3s;
/*   border-radius: 100px;
  padding: 20px 30%;
  width: 50%;
  max-width: 50%;
  background-color: #2d0902;
  color: #202020;
	opacity: .5;
  border: 2px solid #202020;
  font-size: 1.4em;
  font-weight: bold; */

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}


/* ここから投稿ページのおすすめのtableのcss */
th {
  padding: 10px auto 0;
  font-weight: bold;
  color: #505050;
	font-size: 1.2em;
}

td {
  padding: 10px;
}
.tbl-r03 {
  width: 50%;
  max-width: 100%;
  margin: 0 auto;
}
.tableSpacing img {
	 width: 200px;
	 height:auto;
	}
	.tbl-r03 a {text-decoration: none;}
	.tbl-r03 a:hover {
		opacity:.5;
	}
@media screen and (max-width: 640px) {
	th {
			font-size: 1em;
	  	margin-top:2.5em;
	}
  .tbl-r03 {
    width: 100%;
  }
  .tbl-r03 th {
    text-align: left;
    line-height: 1.8em;
    font-size: .8em;
  }

  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tableSpacing {
    margin-bottom: 10em;
  }
  .tbl-r03 tr td,
  .tbl-r03 tr th {
    border-left: none;
    display: block;
  }

  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }

  .tbl-r03 thead tr {
    width: 100%;
  }

  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }

  .tbl-r03 tbody tr {
    width: 50%;
  }

  .tbl-r03 tr td+td {
    border-left: none;
  }

  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}

/* クリックで表示されるcssここから */
/*ボックス全体*/
.accordion-box {
  margin: 10px 0;
  padding: 0;
}

/*ラベル*/
.accordion-box label {
	text-align: center;
  display: block;
	font-size: 1.2em;
	color:#5f6e70;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  padding: 5px;
/*   border: 1px solid red; */
}

/*チェックボックスを非表示にする*/
.accordion-box input {
  display: none;
}

/*中身を非表示にしておく*/
.accordion-box div {
  height: 0;
  overflow-y: hidden;
  transition: 0.5s;
  /*表示するスピード*/
  opacity: 0;
}

/*クリックで中身を表示*/
.accordion-box input:checked+label+div {
  height: auto;
  opacity: 1;
/*   background-color: pink; */
}

/*アイコン*/
.accordion-box label::before {
  content: "＋";
  padding-right: 8px;
}

/*クリックでアイコン入れ替え*/
.accordion-box input:checked+label::before {
  content: "－";
}
/* クリックで表示されるcssここまで */

/* ボタン(線だけ) */
.lineButton {
	text-decoration: none  !important;
	margin: 0 auto;
	padding: 1em 3.5em;
	text-align: center;
	border: 2px solid #2d0902;
	border-radius: 100px;
	width: 300px;
	max-width: 100%;
	padding: 0 auto;
	color: #2d0902;
	font-size: 1.4em;
	font-weight: bold;
}
.lineButton:hover {
/* 	opacity: .5; */
	color: #fff !important;
	background-color: #2d0902;
}
.lineButton2 {
	white-space: 
		nowrap;width: 50%;
}
.toppageLink {
/* 	text-decoration: 
	none; */
	color: #fff;
}
.toppageLink:hover {
	opacity: .5;
}
.visibilityHalf:hover {
	opacity: .5;
}

.visibilitySP {
	display: none;
}
.visibilityPC {
		width:100%;
	height:auto;
	display: block;
}
@media screen and (max-width: 640px) {
  .visibilityPC {
    display: none;
  }
    .visibilitySP {
    width:100%;
    height:auto;
    display: block;
  }
}

/* お問い合わせここから */
.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
.mailForm {
	font-size: 1.2em;
	font-weight: bold;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 60px;
    position: relative;
}
.item {
	        display: block;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
}


/* フォーム入力項目 */
/* 必須マーク */
.must {
	border-radius: .2em;
	border: 2px solid #ef4511;
}

.must,
.free {
	color: #ef4511;
	border-radius: 3px;
	font-size: .8em;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	font-size: 1.2em;
	 width: 100%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

/* 送信ボタン */
input.sub-btn {
	width: 90%;
	height: 60px;
	background: #ef4511;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-radius: 100px;
	border: 1px solid #ef4511;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	opacity: .5; 
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center !important;
}
.adjust {
	margin-left: 0px;
	margin-right: auto;
}

summary::-webkit-details-marker {
	/* iPhone用設定1 (summaryの矢印消す)	 */
  display: none;
}

@media screen and (max-width: 640px) {
	input.sub-btn {
		width: 80%;
	}
	
	.adjust {
			margin-left: 0;
	}

	/* iPhone用設定2	 */
_::-webkit-full-page-media, _:future, :root input.sub-btn  {
		text-align: center !important;
		width: 80%;
		height: 60px;
	color: #fff;
			linear-gradient: none !important;
	-webkit-appearance: none　!important;
	background: #ef4511;
	background: linear;
/* 	margin: 0 auto;
	max-width: 100%; */
	margin-left: .5em;
	}
	
_:lang(x)+_:-webkit-full-screen-document, input.sub-btn :hover {
		opacity: none !important;
	}
	
	input, select {
		-webkit-appearance: none;
		appearance: none;
	}
}
	
	
	
}
/* お問い合わせここまで */