@charset "utf-8";
/* =========================================================================================
Layout
=========================================================================================*/
.flex-box-middle{ /* width:1040px */
    display: flex;
    align-items: start;
    gap: 80px;
    max-width: 1040px;
    margin: 0 auto;
}
.flex-box-middle .item{
    width: calc( (100% - 80px) / 2 );
}
.flex-box-middle + .flex-box-middle{
    margin-top: 100px;
}

@media only screen and (max-width:820px){
    .flex-box-middle{ flex-wrap: wrap; gap: 40px; }
    .flex-box-middle .item{ width: 100%; }
}
@media only screen and (max-width:468px){
 
}

/* =========================================================================================
  Page - BUSINESS
=========================================================================================*/
.business .entry-content{
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
}
.business .kadomaru{
    background-image: url(../images/page/business_bg.jpg);
    background-color: #F0F0F0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 0;
}
.business section{
    padding-inline: 30px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
}
.business .fuji{
    margin-bottom: 100px;
}
.business .fuji .flex-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1200px;
    margin: 22.5vh auto 0;
}
.business .fuji .flex-box .box{
    width: calc( 93% / 2 );
    background: #FFF;
    padding: 5%;
    border-radius: 60px;
    margin: 0;
}
.business .bg_gray .flex-box-middle{
    flex-direction: row-reverse;
}
.business .bg_white{
    padding-block: 100px;
}
.business .bg_white .inner{
    position: relative;
    z-index: 11;
}
.business .bg_white .inner .tit2{
    margin-top: 3.0em;
}

@media only screen and (max-width:1040px){
    .business .fuji .flex-box { gap: 50px; }
    .business .fuji .flex-box .box{ width:100% ;}
    .business .fuji .flex-box .box .tit2 { margin: 0 auto 50px; }
}
@media only screen and (max-width:820px){
    .business .kadomaru{ background-size: 200%; }
    .business .fuji .flex-box .box .title-fukidashi { margin: 0 auto 30px; }
    .business .fuji .flex-box .box { padding: 30px;}
}
@media only screen and (max-width:468px){
    .business section{ padding-inline: 20px !important; margin-left: -20px !important; margin-right: -20px !important;}
}


/* =========================================================================================
  Page - BUSINESS
=========================================================================================*/
.company .entry-content{
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
}
.company .kadomaru{
    padding-bottom: 0;
}
.company section{
    padding-inline: 30px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
}

/* message */
.company .message{
    padding-block: 100px;
}
.company .message .inner{
    max-width: 850px;
}
.company .message .right{
    text-align: right;
}

/* overview */
.company .overview{
    padding-block: 200px 100px;
}
.company .overview .inner{
    max-width: 880px;
}
.company .overview table tr th,
.company .overview table tr td {
    padding: 2.0em 2.5em;
}
.company .overview table tr th {
    min-width: 200px;
    font-size: 112.5%;
    text-align: left;
    vertical-align: top;
    background: #F0F0F0;
}
.company .overview table .link{
    margin:0;
}

/* access */
.company .access {
    padding-block: 175px 100px;
}
.company .access .flex-box-middle{
    flex-direction: row-reverse;
}
.company .access .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}
.company .access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* history */
.company .history {
    padding-block: 200px 100px;
}
.company .flex-box{
    flex-direction: row-reverse;
}
.company .history_list {
    position: relative;
    width:calc(100% - 410px);
    padding-left: 40px;
}
.company .history_list::before {
    position: absolute;
    top:5px;
    left: 0;
    display: block;
    content:"";
    width:1px; 
    height:96%;
    background:#D74535;
}
.company .history_list dl {
    position: relative;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.company .history_list dl::before {
    position: absolute;
    top: 5px;
    left: -53px;
    content:"";
    width:28px;
    aspect-ratio: 1 / 1;
    background:#D74535;
    border-radius: 20px;
}
.company .history_list dl + dl {
    margin-top: 3.0em;
}
.company .history_list dl dt {
    width: 145px;
}
.company .history_list dl dt::after{
    display: none;
}
.company .history_list dl dt b {
    display: block;
    margin-bottom: 7px;
    font-size: 250%;
    line-height: 1.0;
}
.company .history_list dl dt small {
    display: block;
    font-size: 100%;
    margin-bottom: 1.0em;
}
.company .history_list dl dd {
    width: calc(100% - 145px);
    padding-top: 0.45em;
}
.company .history_list dl dd:nth-of-type(2) {
    padding-top: 0;
}
.company .history_photo {
    width:350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company .history_photo div {
    position: relative;
}
.company .history_photo div img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    z-index: 9;
}
.company .history_photo div::after {
    position: absolute;
    top: 10px;
    left: 10px;
    content:"";
    width: 100%;
    height: 100%;
    background:#D74535;
    border-radius: 20px; 
}

/* vision */
.company .vision {
    padding-block: 200px 50px;
}
.company .vision .inner{
    width: fit-content;
}
.company .vision .flex-box{
    flex-direction: row;
    gap: 0;
    margin-bottom: 5.0em;
}
.company .vision h3 {
    width: 285px;
    margin-bottom: 0;
}
.company .vision .comment {
    width:calc(100% - 285px);
    font-weight: 500;
}
.company .vision .comment b {
    font-size: 162.5%;
    display: block;
    line-height: 1.6;
}

@media only screen and (max-width:820px){
    .company .message {padding-top:50px;}
    .company .overview { padding-block: 150px 50px; }
    .company table { width: 100%; }
    .company table th,
    .company table td {
        table-layout:auto !important;
        display:block !important;
        padding:25px 5% !important;
        width:auto !important;
        height:auto !important;
    }
    .company table th { text-align: center !important;}
    .company .access { padding-block: 150px 50px; }
    .company .history { padding-block: 150px 50px; }
    .company .history_list { width:100%; padding-left: 20px;}
    .company .history_list dl::before { left: -32px; width: 24px;}
    .company .history_list dl + dl { margin-top:3.0em;}
    .company .history_list dl dt { width: 115px;}
    .company .history_list dl dd { width: calc(100% - 115px); padding-top: 0;}
    .company .history_photo { width: 100%; flex-direction: row; flex-wrap: wrap; gap: 20px; margin-top: 2.0em; }
    .company .history_photo div{ width: calc( ( 100% - 20px ) / 2); }
    .company .history_photo div::after { height: 97%; }
    .company .vision { padding-block: 100px 50px; }
    .company .vision h3 {align-items: start; margin-bottom: 1.5em;}
    .company .vision h3,
    .company .vision .comment { width:100%;}
}
@media only screen and (max-width:468px){
    .company section{ padding-inline: 20px !important; margin-left: -20px !important; margin-right: -20px !important;}
    .company .vision .comment b { font-size: 145%; margin-bottom: 0.25em;}
}

/* =========================================================================================
  PRODUCT
=========================================================================================*/
/* Archive */
.product-list{
    background: #FFF;
    padding: 45px;
    border-radius: 60px;
}
.product-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    gap: 30px;
}
.product-list li{
    width: calc( ( 100% - 60px ) / 3 );
    border: 1px solid #D74535;
    background: #FFF;
    border-radius: 20px;
    margin: 0;
}
.product-list li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 100%;
    text-decoration: none;
}
.product-list li .thumbnail {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.product_list .item .thumbnail img{
    object-fit: cover;
    aspect-ratio: 149 / 125;
    max-width: 100%;
}
.product-list li .thumbnail .cat{
    display: inline-block;
    width: fit-content;
    margin-right: 0;
    color:#D74535;
    border:1px solid #D74535;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0.25em 1.0em 0.25em 1.25em;
    margin-left: 1px;
    z-index: 10;
}
.product-list li .thumbnail .small-heading{
    text-indent: 0;
    font-size: 0.85em;
    margin-top: 0.5em;
    margin-left: 1px;
    line-height: 1.4;
    color: #000;
    flex-grow: 1;
}
.product-list li .btn { 
    cursor: pointer;
    display: block;
	padding:10px;
	font-weight:bold;
	font-size:100%;
    text-align: center;
    text-decoration: none;
	border:none;
	color:#FFF;
    background:#D74535 url(../images/common/arrow_right.svg) no-repeat 95% center;
    background-size: 7px auto;
    border: 2px solid #D74535;
	border-radius:20px;
}
.product-list li .btn:hover{ 
    opacity: 0.8;
    transition: 0.3s;
}
@media only screen and (max-width:1000px){
    .product-list li { width: calc( ( 100% - 30px ) / 2 );}
}
@media only screen and (max-width:600px){
    .product-list{ padding: 30px 20px; border-radius: 40px; }
    .product-list li { width: 100%;}
}


/* single */
.single-products article{
    margin-top: 40px;
}
.single-products .kadomaru{
    padding-top: 0;
}
.single-products .entry-header {
    min-height: auto;
    padding: 100px 0 0;
}
.single-products h2 {
    margin-bottom: 0.25em;
}
.single-products .pan {
    position:absolute;
    top: 20px;
    right: 0;
}
.single-products .entry-content {
    padding: 0;
    overflow:visible;
}
.single-products .product_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0;
}
.single-products .product_item .gallery {
    width:55.5%;
}
.single-products .product_item .come {
    width:40%;
}
.single-products .product_item .come h3.tit5{
    margin-top: 0;
}
.single-products .product_item .come .comment{
    margin-bottom: 2.5em;
}
.single-products .product_item .come .comment:last-child{
    margin-bottom: 0;
}
.single-products .product_item .come + .come{
    margin-top: 2.5em;
}
.single-products .product_item .come.nissan-info {
    width:100%;
}
.single-products .product_item .come .note{
    color: #D74535;
    font-size: 0.9em;
    line-height: 1.5;
    margin-top: 2.0em;
}
.single-products .product_item .come ul li::before {
    background: #000 !important;
}
.single-products .single-navi{
    display: block;
}

@media only screen and (max-width:820px){
    .single-products .entry-header { padding-top: 70px; }
    .single-products .entry-header h2 { padding-inline: 0 !important; }
    .single-products .pan { position:static; margin-bottom: 20px; padding-inline: 0 !important;}
    .single-products .product_item { flex-direction: column; }
    .single-products .product_item .gallery,
    .single-products .product_item .come { width:100%;}
    .single-products .product_item .gallery { margin-bottom: 30px;}
    .single-products .product_item .come h3 br { display: none; }
}
@media only screen and (max-width:468px){
    .single-products .entry-header { padding-top: 50px; }
}

/*Slider*/
.swiper {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
    width: 100%;
    margin-bottom: 75px;
}
.swiper-container {
    overflow: hidden;
    width: 100%;
}
.swiper-slide {
    flex-flow: column nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212121;
    font-weight: bold;
    font-size: max(0.5rem, 1.5vw);
}
.swiper-slide img{
    aspect-ratio: 149 / 125;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    border-radius: 20px !important;
}
.slider {
    position: relative;
    width: 100%;
    flex-grow: 1;
}
.swiper-thumbnail {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 20px;
}
.swiper-thumbnail .swiper-slide {
    flex-flow: row nowrap;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.5s;
}
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
@media only screen and (max-width:468px){
    .swiper { margin-bottom: 20px; }
    .swiper-slide img{ border-radius: 10px !important;}
    .swiper-thumbnail { margin-top: 0; }
}

/* =========================================================================================
  Page - QUALITY
=========================================================================================*/
.quality section + section{
    margin-top: 100px;
}
.quality .flex-box{
    max-width: 850px;
    margin: auto;
    align-items: start;
    gap: 60px;
}
.quality .flex-box .item{
    width: 60%;
}
.quality .flex-box .item.image{
    width: calc( 40% - 60px );
}
.quality .flex-box .comment{
    margin-bottom: 3.0em;
}
.quality .flex-box .comment h4{
    margin-top: 2.0em;
}

@media only screen and (max-width:820px){
    .quality .flex-box{ flex-direction: column; gap: 0; }
    .quality .flex-box .item { width: 100% !important; }
}

/* =========================================================================================
  Page - CONTACT
=========================================================================================*/
.contact .bg_white{
    background: #FFF;
    padding: 50px;
    border-radius: 60px;
    margin-bottom: 100px;
}
.contact .bg_white .comment{
    max-width: 850px;
    margin: auto;
}
.contact_box {
    max-width: 1024px;
    margin: 0 auto;
}
.contact_box dl {
    overflow: hidden;
}
.contact_box dl + dl {
    margin-top:40px;
}
.contact_box dt {
    float: left;
    width: 200px;
    font-size: 112.5%;
    line-height: 80px;
}
.contact_box dd {
    float: right;
    width: calc(100% - 200px);
}
.contact_box dt span,
.contact_box th span
 {
    padding-left: 10px;
    color: #FF0000;
}

.contact_box table {
    margin: 0 auto;
}
.contact_box table tr th ,
.contact_box table tr td {
    padding: 15px 50px;
}
.contact_box table tr th {
    width: 300px;
    font-size: 112.5%;
    text-align: left;
    vertical-align: top;
    background: #F0F0F0;
}

.contact_box input[type="text"],
.contact_box input[type="tel"],
.contact_box input[type="email"],
.contact_box textarea,
.contact_box select {
    width: 100%;
    height: 80px;
	padding:15px 40px;
    font-size: 112.5%;
	background:#FFF;
	box-sizing:border-box;
	border-radius:10px;
    border: none;
}
.contact_box ::placeholder{
    color: #7E7E7E;
    font-weight: 400;
 }
.contact_box select {
    width: 80%;
    max-width:320px;
    background: #FFF url(../images/common/arrow_down.svg) no-repeat 90% center;
}
.contact_box textarea { 
    padding:30px 40px;
    height: 300px;
    font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
.contact_box .btn {
    margin: 80px auto 20px;
    width: 100%;
} 
.contact_box .btn p{
    width: 100%;
    display: flex ;
    justify-content: center;
    flex-wrap: wrap;
    gap:20px;
}
.contact_box .btn p span{
    width: 100%;
    background: transparent;
}  
.contact_box .b_conf,.contact_box .b_send { 
    cursor: pointer;
    display: block;
	font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	padding:10px;
    min-width: 300px;
	font-weight:bold;
	font-size:100%;
	border:none;
	color:#FFF;
    background:#D74535 url(../images/common/arrow_right.svg) no-repeat 93% center;
    background-size: 7px auto;
    border: 2px solid #D74535;
	border-radius:20px;
}
.contact_box .b_conf:hover , .contact_box .b_send:hover { 
	color:#D74535;
    background:#FFF url(../images/common/arrow_right_r.svg) no-repeat 93% center;
    background-size: 7px auto;
    border: 2px solid #D74535;
    transition: 0.3s;
}
.contact_box .b_prev { 
    cursor: pointer;
    display: block;
	font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	padding:10px;
    min-width: 300px;
	font-weight:bold;
	font-size:100%;
	border:none;
	color:#D74535;
    background:#FFF url(../images/common/arrow_left_r.svg) no-repeat 7% center;
    background-size: 7px auto;
    border: 2px solid #D74535;
	border-radius:20px;
}
.contact_box .b_prev:hover { 
	color:#FFF;
    background:#D74535 url(../images/common/arrow_left.svg) no-repeat 7% center;
    background-size: 7px auto;
    border: 2px solid #D74535;
    transition: 0.3s;
}
.contact_box .come a {
    color: #000;
}
.contact_box .come p{
    text-align: center;
}
.contact_box .come p + p {
    margin-top: 1.0em;
}
.contact_box .come p small {
    font-size: 0.75em;
    line-height: 1.2;
}

@media only screen and (max-width:820px){
    .contact .bg_white{ padding: 40px; }
    .contact_box dl + dl { margin-top:20px; }
    .contact_box dt,
    .contact_box dd { float:none; width:100%;}
    .contact_box dt { line-height: 60px;}

    .contact_box table { width: 90%; }
    .contact_box table th,
    .contact_box table td {
        table-layout:auto !important;
        display:block !important;
        padding:15px 0 !important;
        width:100% !important;
        height:auto !important;
    }
    .contact_box table th { text-align: left !important; padding-bottom: 0.5em !important; border-bottom: 1px solid #000;} 

    .contact_box input[type="text"],
    .contact_box input[type="tel"],
    .contact_box input[type="email"],
    .contact_box textarea,
    .contact_box select { padding:15px 20px; height: 60px;}
    .contact_box textarea { height: 200px;}
    .contact_box .btn { margin:40px auto 10px;}
}
@media only screen and (max-width:468px){
    .contact .bg_white{ border-radius: 40px ; padding: 30px; }
}

/* =========================================================================================
Search
=========================================================================================*/
.search-area{
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}
.search-area .searchform{
    position: relative;
    width: 300px;
}
.search-area .searchform input[type=text] {
    font-weight: bold;
    line-height: 1.0;
    padding: 0.5em 0 0.5em 2.5em;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 3px solid #D74535;
}
.search-area .searchform input[type=text]::placeholder{
    color: #BBB;
}

.search-area .searchform input[type=submit] {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    color: #000;
    border: none;
    background: transparent url(../images/common/icon_search.svg) no-repeat center;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    text-indent: -9999px;
}

.search-area .searchform .searchsubmit:hover {
    opacity: .6;
}

/*search results*/
.search-list a {
    text-decoration: none;
}
.search-list ul li {
    padding:1.0em 0;
    border-bottom: 1px solid;
}
.search-list h4{
    margin-bottom: 0.25em;
}
.search-list .right {
    display: block;
    text-align: right;
}

@media only screen and (max-width:820px){
    .search-list h3 { font-size:112.5%;}
}
@media only screen and (max-width:468px){
    .search-area .searchform { margin: 0 auto;}
}


/* =========================================================================================
404
=========================================================================================*/
.error404 .entry-header{
    text-align: center;
    padding:40px 20px;
    margin: 0 ;
}

.error404 .error-message{
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
    .error404 .error-message p img{
        margin: 0 auto 80px;
        max-width: 250px;
    }

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

}
@media only screen and (max-width:468px){

}