/*
Theme Name:MICtrac
Theme URI:
Description:
Author:PLUSIDEA
Author URI:http://plusidea.co.jp/
Version:7.7
*/


@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
  min-width: 320px;
  font-size: 62.5%;
  height: 100%;
}

@font-face {
  font-family: 'EucrosiaUPC';
  src: url('./fonts/upceb.ttf') format('truetype');
}

@font-face {
  font-family: 'mplusH';
  src: url('./fonts/mplus-2p-heavy.ttf') format('truetype');
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  margin: 0;
  font-size: 1.6rem;
}

.small {
	font-size: 12px;
}
.large {
	font-size: 20px;
}
.xlarge {
	font-size: 24px;
}
img {
	max-width: 100%;
  display: block;
  margin: auto;
}
.tac {
    text-align: center;
}
.tar {
    text-align:right;
}
.tal {
    text-align:left;
}
a{
  text-decoration: none;
  color: #000;
}
a:hover{
  opacity: 1;
}
span.big {
  font-size: 30px;
}
span.red{
  color: #ff3333;
  font-weight: bold;
}
table{
  border-collapse: collapse;
}
dh{
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
.flr{
  float: right;
}
.fll{
  float: left;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
 content:"";
 display:block;
 overflow:hidden;
}
.clearfix:after {
 clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
 zoom:1;
}
.br-pc { display:block; }
.br-sp { display:none; }

/*------------------パンくずリスト------------*/

.breadcrumg-area ul{
  padding-left: 0;
  margin-bottom: 30px;
}

.breadcrumg-area ul li{
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.breadcrumg-area ul li::before{
  position: absolute;
  left: 0;
  content:">";
  color: #333;
}

.breadcrumg-area ul li:first-child{
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before{
  display: none;
}

.inner {
  max-width: 900px;
  margin: auto;
}
/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
.topWrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 30px;
}

.topLogo {
    width: 260px;
}

.topLogo h1 {
    font-size: 3.8rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.topLogo h1 img {
    width: 200px;
    margin: 0;
}

.topLogo > p {
    margin-bottom: 5px;
}

nav.topNavi {
    width: 55%;
}

nav.topNavi ul {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav.topNavi ul li {
    border-left: 1px solid #d6d6d6;
    width: 25%;
    height: 63px;
}

nav.topNavi ul li:last-child {
    border-right: 1px solid #d6d6d6;;
}

nav.topNavi ul li a {
    text-align: center;
    margin: 18px auto;
    display: block;
}

nav.topNavi p.en {
    text-align: center;
    font-size: 1.1rem;
    color: #E92935;
    margin-bottom: 6px;
}

nav.topNavi　p.jp {
    margin-top: 5px;
    font-size: 1.7rem;
}

.topInfo a.tel {
    display: block;
    position: relative;
    font-size: 2.4rem;
    margin:5px 0 0 37px;
}

.topInfo a.tel::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 25px;
    left: -36px;
    background: url(./img/telIcon.png) no-repeat;
    background-position: center;
    background-size: contain;
}

p.time span {
    background: #3F3D3D;
    color: #fff;
    padding: 2px 5px;
    font-size: 1.4rem;
    margin-right: 5px;
}

p.time {
    margin-top: 5px;
}

/*----------------------------------------------------------------------
mainvisual
----------------------------------------------------------------------*/
.mainV {
    width: 100%;
    position: relative;
    z-index: -1;
}
img.sp {
    display: none;
}
/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/
.searchContainer {
    margin-top: -110px;
}

.searchContainer .contact {
    text-align: right;
}

.searchContainer .contact a {
    display: block;
    width: 123px;
    position: relative;
    padding: 15px 40px 15px 15px;
    background: #E92935;
    color: #fff;
    text-align: center;
    margin: 0 0 15px auto;
}

.searchContainer .contact a::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    right: 30px;
    background: url(./img/vector1.png) no-repeat;
    background-position: center;
    background-size: contain;
}


/*絞り込み詳細検索*/
.searchContainer.searchContainer2 {
    margin-top: 20px;
}


.serchform_content {
    color: #fff;
    display: flex;
    margin: 5px 1%;
    align-items: center;
    width: 31%;
}

.serchform_content.sc_2column {
    width: 47.5%;
}

.serchform_content p {
    font-size: 14px;
    white-space: nowrap;
    width: 100px;
}

.no_search p {
    text-align: center;
    padding: 25px 0;
    font-size: 22px;
    font-weight: bold;
}

.search-count {
    font-size: 19px;
    font-weight: bold;
}

.searchContainer.searchContainersub {
    margin-top: 0;
}

.searchContainersub2 {
    margin-top: 70px;
}

div#archive_headline h2.ichiran_title {
    margin-top: 30px;
}

.seachBox form.details_searchform {
    /*justify-content: flex-start;*/
    padding: 17px 29px;
}

.serchform_content select {
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 60%;
}

.serchform_content input[type='tel'],
.serchform_content input[type='text'] {
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 60%;
}

input#input_free {
    width: 99%;
}

input.serch_submit {
    padding: 0 32px;
    height: 40px;
    margin: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px !important;
    background: #E92935;
    color: #fff;
    margin-left: auto;
}

.form_price_wraper {
    display: flex;
    align-items: center;
}

p.price_and {
    padding: 0 10px;
    width: auto;
    box-sizing: border-box;
}

.serchform_content.hanbai_kakaku{
    width: 50%;
}

.serchform_content.hanbai_kakaku select{
    
}

/*絞り込み詳細検索ここまで*/

.seachBox {
    background: #3F3D3D;
}

.seachBox form {
    display: flex;
    justify-content: space-between;
    padding: 17px 34px;
    flex-flow: row wrap;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.topRadio {
    display: none;
}

.seachBox form label {
    min-width: 86px;
    width: 12%;
    margin: 5px 0;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}

.seachBox form label:hover {
    opacity: 0.8;
    cursor: pointer;
}

.seachBox form label p {
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seachBox form label img {
    width: 90%;
}

.openBtn {
    display: none;
}

section {
    padding: 70px 0;
}

h2.toph2 {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
}

h2.toph2 span {
    margin-left: 20px;
    font-size: 1.4rem;
    color: #E92935;
}

.itemArea {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.itemBox {
    width: 32%;
    margin-top: 20px;
    /*padding-bottom: 30px;*/
    box-shadow: 10px 10px 15px #efefef;
    position: relative;
}

.thumb img {
    width: 100%;
    height: 186px;
    object-fit: cover;
}

.insNum {
    display: flex;
    margin: 15px 0 0 15px;
}

p.inspection {
    background: #E92935;
    color: #fff;
    padding: 5px 17px;
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 1.3rem;
}

p.itemNum {
    padding: 3px 0;
}

p.type {
    margin: 15px 0 0 15px;
}

p.sm {
    margin: 5px 0 0 15px;
}

p.price {
    margin: 15px 0 0 15px;
}

.itemMore {
    margin: 20px auto;
    text-align: center;
}

.itemMore a {
    display: inline-block;
    background: #E92935;
    color: #fff;
    padding: 10px 50px;
}


/*ディティールテーブル*/

.detail table {
    width: 100%;
    /*margin: auto;*/
}

.detail table th {
    width: 25%;
    padding: 5px 0;
    background: #d2d2d2;
    border: 1px solid;
}

.detail table td {
    padding-left: 3px;
    border: 1px solid;
}

.detail table td.com {
    padding: 5px;
    font-size: 1.4rem;
}

section.recommend, 
section.infoCat {
    background: #F1F1F1;
}

.itemList {
    margin: 70px auto;
    text-align: center;
}

.itemList a {
    background: #E92935;
    color: #fff;
    display: block;
    padding: 17px 0;
}

.itemList a span {
    position: relative;
    display: inline-block;
}

.itemList a span::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: -30px;
    background: url(./img/vector1.png) no-repeat;
    background-position: center;
    background-size: contain;
}

section.infoCat .wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.infoArea .icTtl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.infoCat .ttl {
    display: flex;
}

section.infoCat .ttl img {
    height: 22px;
    margin: 0 15px 0 0;
}

section.infoCat .infoList {
    margin-right: 60px;
    position: relative;
}

section.infoCat .infoList::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: -25px;
    background: url(./img/vector1.png) no-repeat;
    background-position: center;
    background-size: contain;
}

ul.info {
    margin-top: 20px;
    width: 93%;
}

ul.info .text {
    padding-left: 30px;
}

ul.info li a {
    display: flex;
    padding: 15px;
    border-top: 1px solid #E4E4E4;
}

ul.info li:last-child a {
    border-bottom: 1px solid #E4E4E4;
}

section.infoCat .wrapper .catArea .cat {
    margin-top: 20px;
    border-top: 1px solid #E4E4E4;
    padding: 45px 0px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

section.infoCat .wrapper .catArea .cat .catBox {
    width: 45%;
    text-align: center;
    background: #fff;
    padding: 24px 0;
}

section.infoCat .wrapper .catArea .cat .catBox:nth-child(n+3) {
margin-top: 15px;
}

section.infoCat .wrapper > div, 
ul.info {
    width: 100%;
}

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
.footerTop {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.footerTop > div {
    width: 50%;
}

.fMap iframe {
    width: 100%;
    height: 100%;
}

.fAboutArea {
    margin: 75px 0 0 100px;
    width: 50%;
}

.fAboutTable {
    margin: 20px auto 10px;
    border-top: 1px solid #E4E4E4;
    padding: 10px 0px;
}

ul.fAboutTable li {
    margin-top: 15px;
    display: flex;
}

ul.fAboutTable li span {
    width: 70px;
    text-align: center;
    background: #3F3D3D;
    color: #fff;
    display: inline-block;
    line-height: 1.6;
    font-size: 1.4rem;
    margin-right: 20px;
    align-self: flex-start;
    text-shadow: none;
}

.fAboutArea .how {
    padding: 20px 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.fAboutArea .how > p {
    line-height: 1.7;
}

.fAbout {
    background: url(./img/footerImg.png) no-repeat;
    background-size: contain;
    background-position: right;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff;
}

.footerMiddle {
    background: #3F3D3D;
}

.footerNav ul {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    list-style: none;
}

.footerNav ul li a {
    font-size: 1.4rem;
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid;
}

.footerNav ul li:last-child a {
    border: none;
}

.footerNav > p {
    color: #666363;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 7px;
    padding-bottom: 80px;
}

.copy {
    padding: 30px 0;
    text-align: center;
    font-size: 1.4rem;
    background: #000;
    color: #fff;
}

/*----------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------*/
main.page {
    margin: 50px auto;
}

main.page .seachBox {
    margin: -50px auto 50px;
}

main.page h1, 
.pageContainer h2  {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.pageContainer {
    margin-bottom: 100px;
}

/*ご購入の流れ*/
.flowBox {
    display: flex;
    margin-top: 110px;
    justify-content: space-between;
    position: relative;
    background: #efefef;
}

.flowBox:first-child {
    margin-top: 0;
}

.flowBox::after {
    position: absolute;
    content: "";
    margin: auto;
    bottom: -92px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 100px 0 100px;
    border-color: #888888 transparent transparent transparent;
}

.flowBox:nth-child(5)::after {
    content: none;
}

.flowImg {
    width: 35%;
}

.flowImg img {
    height: auto;
    margin-left: 0;
}

.flowText {
    width: 62%;
}

.flowText h3 {
    font-size: 2.1rem;
    margin: 20px 0;
}

.flowText > p {
    line-height: 1.6;
    padding-left: 10px;
}

.flowText a{
    text-decoration: underline;
    color: #E92935;
}

/*特捜車両一覧*/

.itemListArea {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
}

.itemListArea .itemBox {
    width: 24%;
    margin-top: 20px;
    box-shadow: 10px 10px 15px #efefef;
    position: relative;
    margin-right: 12px;
}

.itemListArea .itemBox:nth-child(4n) {
    margin-right: 0;
}

.itemBox.list {
    font-size: 1.4rem;
}

.itemBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.itemBox .detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*お問い合わせ*/
.contactForm table {
    width: 100%;
    margin-top: 30px;
}

.contactForm table th {
    padding: 10px 0;
    border: 1px solid;
    vertical-align: middle;
}

.contactForm table td {
    border: 1px solid;
    padding: 10px;
}

.contactForm table td input[type="text"], 
.contactForm table td textarea {
    width: 100%;
    text-align: left;
    padding-right: 0;
    font-size: 1.6rem;
}

.contactForm > p input[type="submit"] {
    margin: 20px auto;
    padding: 5px 10px;
    display: inherit;
    font-size: 1.5rem;
    transition: all .3s;
    border: 1px solid;
    box-sizing: border-box;
}

.contactForm > p:hover input[type="submit"] {
    background: #555;
    color: #fff;
    border: 1px solid #555;
    box-sizing: border-box;
}

.contactForm table td input[type="text"].p-postal-code, 
.contactForm table td span.mwform-tel-field input[type="text"] {
    width: 5rem;
}

div#mw_wp_form_mw-wp-form-80 > p {
    text-align: center;
    line-height: 1.6;
}


/*会社概要*/
table.aboutTable, 
table.kobutsu {
    width: 100%;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    margin-bottom: 30px;
}

table.aboutTable th {
    background-color: #eee;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    font-weight: bold;
    padding: 0.75em;
    width: 20%;
    text-align: left;
}

table.aboutTable td {
    width: 80%;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 0.75em;
}


table.kobutsu th {
    width: 33%;
    text-align: left;
    background-color: #eee;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    font-weight: bold;
    padding: 0.75em;
}

table.kobutsu td {
    width: 33%;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 0.75em;
}

 .contactForm table td textarea {
    text-align: left;
 }

/*よくある質問*/
.faqBox {
    padding: 15px 0;
    line-height: 1.2;
    border-bottom: 1px dotted;
}

.faqBox .q, 
.faqBox .a {
    position: relative;
    padding-left: 2rem;
    font-size: 1.8rem;
    width: 95%;
    margin: auto;
}

.faqBox .q {
    font-weight: bold;
}

.faqBox .q::before {
    position: absolute;
    content: "Q.";
    left: 0;
}

.faqBox .a {
    margin-top: 10px;
    background-color: #EFEFEF;
    line-height: 1.5;
    padding-left: 2.8rem;
}

.faqBox .a::after {
    position: absolute;
    content: "A.";
    left: 8px;
    top: 0;
}

/*サイトの利用について*/
/*プライバシーポリシー*/
.pageContainer.about h3, 
.pageContainer.privacy h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.pageContainer.about p, 
.pageContainer.privacy p {
    margin-bottom: 30px;
    line-height: 1.2;
}

.pageContainer.privacy, 
.pageContainer.about {
    width: 95%;
    margin: 0 auto 100px;
}

/*archive.php*/
div#archive_headline h2 {
    font-size: 2.8rem;
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
}

.pagination {
    margin: 50px 0;
    text-align: center;
}

span.page-numbers.current, 
a.page-numbers, 
a.next.page-numbers {
    border: 1px solid;
    padding: 2px 7px;
    transition: all .3s;
    display: inline-block;
}

.pagination a.page-numbers:hover, 
.pagination a.next.page-numbers:hover {
    color: #fff;
    background: #888;
    border: 1px solid #888;
}

span.page-numbers.current {
    color: #fff;
    background: #888;
    border: 1px solid #888;
}

p.noItem {
    text-align: center;
    width: 100%;
    font-size: 2.1rem;
    font-weight: bold;
    margin: 30px auto;
}

/*ニュース一覧*/
article.blog_box {
    margin: 15px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #888;
    box-sizing: border-box;
}

article.blog_box:ladt-chilc {
    border: none;
}


.blog_right h2 {
    font-size: 2.1rem;
    display: inline-block;
    position: relative;
}

.blog_right h2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1rem;
    background: #E92935;
    bottom: -0.3rem;
    opacity: .8;
    z-index: -10;
}

.blog_right p.date {
    margin: 15px auto 5px;
    font-size: 1.6rem;
}

/*ニュース詳細*/
main#single-post {
    margin-top: 50px;
}

main#single-post p.time {
    margin: 0 0 15px;
}



/*車両詳細*/
h1.single-title {
    text-align: center;
    font-size: 2.8rem;
    margin: 10px 0;
    font-weight: bold;
}

.singleDetail {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin: 50px 0;
    font-weight: bold;
}

table.table_top {
    width: 100%;
}

table.table_top td {
    padding: 12px;
}

table.left, 
table.right {
    width: 50%;
    align-self: stretch;
}

table.bottom {
    width: 100%;
}

.singleDetail table th {
    width: 180px;
}

.singleDetail table th {
    padding: 10px 0;
    background: #d2d2d2;
    border: 1px solid #888;
    box-sizing: border-box;
    line-height: 3rem;
}

.singleDetail table.right th {
	border-left: none;
}

.singleDetail table td {
    padding-left: 10px;
    border: 1px solid #888;
    box-sizing: border-box;
    font-weight: normal;
}

.singleDetail table.bottom td {
	padding: 10px;
}

.contact.toInfo {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
}

.contact.toInfo a {
    display: block;
    width: 185px;
    position: relative;
    padding: 15px 40px 15px 15px;
    background: #3F3D3D;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin: 8px auto;
}

.contact.toInfo a::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    right: 30px;
    background: url(./img/vector2.png) no-repeat;
    background-position: center;
    background-size: contain;
}

/*ニュース詳細*/
.singlePsotText {
    margin: 50px auto 100px;
}

.singlePsotText p {
    line-height: 1.8;
    margin: 1em 0;
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5{
    margin: 1.2em auto;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.4;
}

.single-post h2{
    font-size: 26px;
    color: #E92935;
}

.single-post h3{
    font-size: 22px;
    border-bottom: 2px solid #E92935;
    padding-bottom: 10px;
}

.single-post h4{
    font-size: 20px;
    border-left: 4px solid #E92935;
    padding: 7px 0;
    padding-left: 10px;
}

.single-post h5{
    font-size: 18px;
    color: #E92935;
}


/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

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

    .serchform_content select {
        padding: 0 5px;
    }

    .serchform_content {
        margin: 5px;
    }

    input.serch_submit {
        margin: 5px;
    }

}


.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
    .br-pc { display:none; }
    .br-sp { display:block; }
    .sp-only {
        display: block;
    }

    .openBtn {
        display: block;
    }

    .cateSeach > div a {
        color: #FFF;
        display: block;
        text-align: center;
        padding: 5px 0;
    }

    .splogo {
        display: inline-block;
    }

    .topLogo h1 img {
        margin: 0 auto 20px;
        width: 170px;
    }

	.inner {
	    width: 95%;
	}

	.topWrapper {
	    margin-right: 5rem;
	}

	.drawer-nav {
	    width: 23rem;
	}

	.drawer--right .drawer-nav {
	    right: -23rem;
	}

	.drawer--right.drawer-open .drawer-hamburger {
	    right: 23.25rem;
	}

	.drawer-hamburger {
	    width: 3rem;
	}

	nav.drawer-nav ul {
	    margin-top: 20px;
	}

	nav.drawer-nav ul li {
	    padding: 10px 0 10px 20px;
	    border-top: 1px solid #3F3D3D;
	}

	nav.drawer-nav ul li:last-child {
	    border-bottom: 1px solid #3F3D3D;
	}

	nav.drawer-nav p.en {
	    font-size: 1.2rem;
	    color: #E92935;
	}


	.searchContainer {
	    margin-top: 10px;
	}

    .itemArea .itemBox, 
	.itemListArea .itemBox {
	    width: 95%;
	    display: flex;
	    justify-content: space-between;
	    margin: 20px auto 0;
	    box-shadow: 10px 10px 15px #ddd;
        flex-direction: row;
	}

    .itemListArea .itemBox:nth-child(4n) {
        margin-right: auto;
    }

    .itemBox .thumb {
        width: 38%;
    }

	.itemBox .detail {
	    width: 60%;
        display: block;
	}

	section.infoCat .wrapper > div {
	    width: 100%;
	}

	ul.info {
	    margin: 20px auto;
	    width: 100%;
	}

	.catArea {
	    margin-top: 20px;
	}

	.footerTop > div {
	    width: 100%;
	}

	.fAboutArea {
	    margin: 45px 0 45px 30px;
	    width: 60%;
	}

	.fMap iframe {
	    height: 300px;
	}

	.footerTop {
	    height: auto;
	}

    ul.fAboutTable li span {
        display: block;
        margin-bottom: 15px;
    }

    .flowBox {
        align-items: center;
    }

    .flowBox {
        flex-direction: column;
    }

    .flowImg, 
    .flowText {
        width: 100%;
    }

    .flowBox {
        padding: 15px 0;
    }

    .faqBox .q {
        width: 90%;
    }

    .faqBox .a {
        width: 85%;
    }

    .flowImg img {
        margin: auto;
    }

    .seachBox form {
        justify-content: flex-start;
    }

    .seachBox form label {
        margin: 5px;
    }

    #open {
        display: none;
    }

    #open2 {
        display: none;
    }

    .serchform_content {
        width: 48%;
    }

    .serchform_content.sc_2column {
        width: 100%;
    }


    .serchform_content select {
        width: 100%;
    }

    .serchform_content input[type='tel'] {
        width: 100%;
    }

    .serchform_content p {
        flex-shrink: 0;
        margin-left: 12px;
    }

    input.serch_submit {
        margin-left: auto;
        margin-right: 10px;
    }

    .form_price_wraper select {
        width: 130px;
    }

    .serchform_content.hanbai_kakaku {
        width: 100%;
    }

    .single-post h2{
        font-size: 24px;
    }

    .single-post h3{
        font-size: 20px;
    }

    .single-post h4{
        font-size: 18px;
    }

    .single-post h5{
        font-size: 16px;
    }


}

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

    .serchform_content {
        width: 100%;
        margin-bottom: 20px;
    }

    .serchform_content select {
        max-width: 350px;
        margin-left: auto;
    }

    .serchform_content input[type='tel'] {
        max-width: 350px;
        margin-left: auto;
    }

    input#input_free {
        max-width: 350px;
        margin-left: auto;
    }

    .serchform_content p {
        margin-left: 0;
    }

    .form_price_wraper {
        margin-left: auto;
        max-width: 350px;
        width: 100%;
    }

    .form_price_wraper select {
        width: 100%;
    }

}

@media screen and (max-width: 425px) {
    .topInfo {
        text-align: center;
    }
    .topInfo > p {
        font-size: 1.4rem;
    }

    .topInfo a.tel {
        margin-left: 45px;
    }

    .topLogo > p {
        text-align: center;
    }

    .topLogo h1 {
        text-align: center;
        font-size: 4rem;
        margin-bottom: 10px;
    }

    p.time {
        margin: 5px 28px;
        font-size: 1.3rem;
    }

    .topInfo a.tel {
        font-size: 2.9rem;
    }

    p.time span {
        font-size: 1.2rem;
    }

    .topInfo a.tel::before {
        position: absolute;
        content: "";
        width: 37px;
        height: 28px;
        left: -43px;
    }

	.topWrapper {
	    margin: 20px;
	    justify-content: center;
	}

	img.pc {
	    display: none;
	}
	img.sp {
	    display: block;
	}

	.seachBox form {
	    padding: 25px 20px;
	}

	.seachBox form > div {
	    width: 100%;
	}

    .seachBox form label p {
        font-size: 1rem;
    }

    .seachBox form label {
        margin: 5px auto;
        min-width: 68px;
        font-size: 1.2rem;
    }

	.seachBox form .kw, 
	.seachBox form .maker, 
	.seachBox form .type, 
	.submitBtn input[type="submit"] {
	    width: 100%;
	    max-width: none;
	    margin: 5px 0;
	}

	.seachBox form .type::before, 
	.seachBox form .maker::before {
	    top: 1.2em;
	}

	.seachBox form .type select, 
	.seachBox form .maker select, 
	.seachBox form .kw input {
	    padding: 12px 38px 12px 8px;
	}

	.submitBtn::before {
	    top: 15px;
	}

	section {
	    padding: 30px 0 0;
	}

	.itemBox {
	    flex-direction: column;
	}

	.itemBox .thum, 
	.itemBox .detail {
	    width: 100%;
	}

	.itemList.inner {
	    margin: 30px auto;
	}

	.fAboutArea {
	    background: rgba(255, 255, 255, 0.8);
	    width: 80%;
	    margin: 30px auto;
	    padding: 20px;
	}

	.footerNav ul {
	    flex-direction: column;
	}

	.footerNav ul li {
	    text-align: center;
	    margin: 5px;
	}

	.footerNav ul li a {
	    border: none;
	}


    h2.toph2 {
        display: block;
        text-align: center;
    }

    h2.toph2 span {
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }

    .detail table th {
        padding: 10px 0;
    }

    .itemArea .itemBox, .itemListArea .itemBox {
        flex-direction: column;
        align-items: center;
    }

    .itemBox .thumb {
        width: 100%;
    }

    .thumb img {
        height: 220px;
    }

    .itemMore a {
        padding: 14px 100px;
    }

    p.date {
        font-size: 12px;
    }

    ul.info .text {
        padding-left: 20px;
    }

    section.infoCat .wrapper .catArea .cat {
        justify-content: space-around;
        padding: 20px 0;
    }

    .footerTop > div {
        margin-bottom: 20px;
    }

    .fAbout {
        background-size: auto;
        background-position: right;
    }

    section.infoCat .wrapper > div {
        margin: 0 20px 15px;
    }

    section.infoCat .ttl {
        justify-content: center;
    }

    .contactForm table th, 
    .contactForm table td {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .contactForm table th {
        background: #efefef;
    }

    .contactForm table td input[type="text"], 
    .contactForm table td textarea {
        width: 90%;
        text-align: center;
        padding-right: 0;
    }

    .singleDetail table tr th, 
    .singleDetail table tr td {
        font-size: 1.2rem;
    }

    .singleDetail table tr th {
        font-size: 1.2rem;
        width: 9rem;
    }

    h1.single-title {
        font-size: 1.8rem;
    }
    .singlePsotText {
        margin: 30px auto 50px;
    }

    .serchform_content {
        flex-direction: column;
    }

    .serchform_content p {
        margin-right: auto;
        margin-bottom: 10px;
    }

}

/*media queryここまで*/






