﻿@charset "utf-8";

/* CSS Document */



body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.sawarabi-mincho-regular {
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.top-part {
    background: #c3ca00;
    padding: 30px 0 23px 0;
}



.container {
    max-width: 1280px;

}

html {
    scroll-padding-top: 90px;
    min-height: 100%;
}

.logo {
    text-align: left;

}

.logo img {
    width: 300px;
    height: auto;
    border: none;
    outline: none;

}

.logo a {
    border: none;
    outline: none;

}

.logo-mobile {
    text-align: left;
    display: none;
}


.logo-mobile img {
    width: 20%;
}


.navi {

    width: 100%;
    display: block;
}


.hr-line {
    border-bottom: 2px solid #fff;
    left: 0;
    right: 0;
    margin: 25px 0 0;

}



.carousel-indicators .active {
    background: #000;
}

.carousel-indicators li {
    background: #666;
}

.carousel-indicators {
    bottom: -26px;
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    border-radius: 100px;
    margin-left: 7px;
    margin-right: 7px;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}


.banner-bg-slide2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    z-index: 999;
}

.banner-bg-slide2 a {
    text-decoration: none;
}

.banner-text {
    text-align: center;
    color: #fff;

}


.banner-text h1 {
    margin: 0px;
    font-style: italic;
    color: white;
    font-weight: lighter;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), -1px 0 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 1px -1px 1px rgba(0, 0, 0, 0.2), 1px 0 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 4vw;
    padding-bottom: 30px;
}

.banner-text p span {
    font-weight: bold;
    color: white;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), -1px 0 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 1px -1px 1px rgba(0, 0, 0, 0.2), 1px 0 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 2vw;
    line-height: 60px;
}

.banner-cover {

    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.company-info {
    text-align: center;
    margin-bottom: 40px;
}

.company-info p {
    text-align: center !important;
    font-family: "Sawarabi Mincho";
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1.2em;
    line-height: 1.8;
}

.border-box {
    border: 1px solid #c3ca00;
    border-radius: 4px;
}

.border-box h4 {
    background: #c3ca00;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 10px 13px;
}

.caption-box-content {
    padding: 15px 23px;
}

.caption-box-content ul {
    margin: 0;
    padding: 0;
}

.caption-box-content ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.caption-box-content ul li:last-child {
    margin-bottom: 0px;
}

.caption-box-content-repeat {
    color: #563a1f;
}

.caption-box-content-repeat a {
    color: #563a1f;
}

.caption-box-content-repeat a:hover {
    color: #C3CA00;
    text-decoration: none;
}

.caption-box-content-repeat h3 {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: block;

}

.caption-box-content-repeat p {
    font-size: 13px;
    margin: 0;
    margin-top: 15px;
}

.caption-box-content-repeat p a {
    font-size: 13px;
    text-decoration: underline;
}

.caption-box-content-repeat p a:hover {

    text-decoration: none;
}



.caption-box-content-repeat label {
    display: block;
    font-size: 11px;
}

.green-head {
    color: #009944;
    font-size: 23.4px;
    margin-bottom: 1.8em;
    margin-top: 1.8em;
}

.brown-box {
    margin: 1em 10px;
    background-color: #ddd4bf;
    border: dashed 3px #ffffff;
    box-shadow: 0 0 0 10px #ddd4bf;
    border-radius: 5px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 110px;

}

.brown-box.mrgn-btm {

    margin-bottom: 30px;

}

.brown-box-content {
    text-align: left;
    width: 100%;

}

.brown-box-content h4 {

    font-size: 25px;
    color: #563a1f;
    font-weight: bold;
    line-height: 1.8;

}

.brown-box-content p {
    line-height: 1.8;
    font-size: 18px;
    margin: 0;

}

.brown-box-img {
    text-align: center;
    width: 100%;
    display: block;
}

.brown-box-img img {
    width: 94%;
    height: auto;
}

.omkase {
    text-align: center;
    margin-bottom: 50px;
}

.social-main {
    text-align: center;
}

.social-main p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 0;
}

.social-main ul {
    margin: 0;
    padding: 0;
}

.social-main ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 32%;
    display: inline-block;
    margin: 6px 4px;
}

.social-main ul li a {
    font-size: 18px;
    align-items: center;
    color: #fff;
    display: block;
    border-radius: 4px;
    padding: 13px 0;
}

.social-main ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.social-main ul li a i {
    display: inline;
    margin-right: 5%;
}

.social-main ul li a svg {
    display: inline;
    width: 18px;
    fill: #fff;
    margin-right: 2%;
    position: relative;
    top: 3px;
}


.social-main.line6 ul li {
    width: 15%;
}

.social-main.line6 ul li i {
    display: block;
    text-align: center;
    padding-bottom: 2px;
    font-size: 16px;
}

.social-main.line6 ul li svg {
    padding-bottom: 2px;
}

.social-main.line6 ul li svg {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.social-main.line6 ul li a {
    font-size: 12px;
    padding: 6px 0;
}

.twitter {
    background: #1da1f2;

}

.facebook {
    background: #3b5998;

}

.hatebu {
    background: #2c6ebd;

}

.pocket {
    background: #ef4056;

}

.line {
    background: #00c300;

}

.copy {
    background: #333;

}

.pintrest {
    background: #bd081c;

}

.textwidget {
    text-align: left;
    margin-bottom: 40px;
}

.textwidget h5 {
    text-align: left;
    background: #c3ca00;
    padding: 16px 12px;
    border-radius: 2px;
    font-size: 1.17em;
    font-weight: bold;
    color: #fff;
    display: flex;
    margin-bottom: 32px;
}

.textwidget h5.mt-15 {
    margin-bottom: 15px;
}

.textwidget h5 i {
    font-size: 28px;
    margin-right: 35px;
}

.textwidget iframe {
    border: none;
    width: 100%;

}

.insta {

    text-align: center;
}



.insta-icon {
    text-align: left;
}

.insta-icon a {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}

.insta-icon i {
    font-size: 30px;
    margin-right: 22px;
    background: #333;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insta-icon h3 {
    font-size: 20px;
    color: #000;
}

.insta a {

    background: #408bd1;
    color: #fff;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 4px;

}

.insta a:hover {

    background: #359dff;
}

.insta-imglink {

    text-align: left;
}

.insta-imglink a {
    text-decoration: none;
}

.insta-imglink img {

    width: 25%;
    display: block;
    margin: 25px 0;
}

.latest-artical {
    text-align: left;
}

.latest-artical ul {
    margin: 0;
    padding: 0;
}

.latest-artical ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.latest-artical ul li a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    padding: 10px 4px;
    line-height: 1.8;
    display: block;
}

.latest-artical ul li a:hover {
    background: #fcfcf2;
}




.mrgn-top {
    margin-top: 75px;
}

.int-mrgn-top {
    margin-top: 75px;
}

.footer {
    background: url(../images/footer.png) repeat-x 0 0 !important;
    min-height: 161px;
    box-sizing: border-box;
    margin-top: 50px;
}

.bottom {
    padding-top: 55px;
}

.bottom p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.right-part {
    padding-left: 70px;
}

.faith-main-menu {
    position: relative !important;
}

.page-heading {
    text-align: left;
    background: url(../images/h_line.png) no-repeat bottom left;
    height: 90px;
    margin-bottom: 10px;
    background-size: contain;
}

.page-heading h1 {
    text-align: left;
    font-weight: bold;
    font-size: 36px;
    color: #333;
    margin: 0;
    padding: 0;
}


.page-heading1 {
    text-align: left;
    width: 30%;
    width: 38%;
}

.page-heading1 h1 {
    text-align: left;
    font-weight: bold;
    font-size: 36px;
    color: #333;
    margin: 0;
    padding: 0;
}

.page-heading-main-int {
    text-align: left;
}

.page-heading-main-int h1 {
    text-align: left;
    font-weight: bold;
    font-size: 26px;
    color: #333;
    padding-bottom: 30px;
}




.page-heading-int {
    text-align: left;
}

.page-heading-int h4 {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    padding: 35px 0;
}

.inquiry-form {
    text-align: left;
}

.inquiry-form p {
    font-size: 18px;
    color: #333;
    margin-bottom: 1.8em;
    line-height: 1.8;
}

.inquiry-form .form-group {
    margin-bottom: 30px;
}

.inquiry-form .form-group.nomargn {
    margin-bottom: 0px;
}

.inquiry-form .form-check {
    margin-bottom: 13px;
}

.inquiry-form .form-check.margn {
    margin-bottom: 30px;
}


.inquiry-form input[type="checkbox"] {

    top: -2px;
}








.inquiry-form .form-group label {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    display: block;
}

.inquiry-form .form-check label {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    display: block;
}

.inquiry-form .form-group p {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    display: block;
    margin: 0;
    margin-bottom: 5px;
}

.inquiry-form .form-group label:before {
    content: '';
    width: 15px;
    height: 14px;
    background: #333;
    display: inline-block;
    margin-right: 7px;
}

.inquiry-form .form-group .form-control {
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    width: 100%;
    line-height: normal;
}


.inquiry-form .form-group button {
    padding: 1em !important;
    margin: 2em 0em 1.7em !important;
    background-color: #C3CA00 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    width: 50%;
    transition: 0.5s;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
    border: none;
    outline: none;
}

.inquiry-form .form-group button:hover {
    background-color: #796E70 !important;
    color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {

    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
}

.h-link {
    margin-top: 50px;
}

.h-link a {
    color: #777;
    text-decoration: none;
    margin-top: 50px;
}

.h-link a:hover {
    color: #c3ca00;
}


.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .9s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


.news-card {
    text-align: left;
}

.news-card ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.news-card ul li {
    list-style-type: none;
    margin-bottom: 15px;
    width: 49%;
}

.news-card ul li .news-box {
    background: #ddd4bf;
    padding: 8px 5px;
    height: 450px;
}

.news-card ul li .news-box a {
    text-decoration: none;
}

.news-card ul li .news-box .product-img {
    text-align: center;
    margin-bottom: 10px;
}

.news-card ul li .news-box .product-img img {
    width: 100%;
}

.news-card ul li .news-box .product-discript {
    text-align: left;
}

.news-card ul li .news-box .product-discript h4 {
    text-align: left;
    font-size: 20px;
    color: #563a1f;
    font-weight: 700;
    line-height: 1.3;
}


.news-card ul li .news-box .product-discript p {
    margin-top: 6px;
    font-size: 12px;
    opacity: 0.85;
    color: #333;
    line-height: 1.4;
}

.news-card ul li .news-box .product-discript label {
    font-size: 12px;
    color: #333;
    margin-right: 15px;
}

.news-card ul li .news-box:hover h4 {
    color: #C3CA00;
}


.int-banner img {
    width: 100% !important;
}

.social-mrgn {

    margin-top: 50px;
}


.work-box {
    background: #ddd4bf;
    box-sizing: border-box;
    border-radius: 0 130px 130px 0;
    display: flex;
    margin-top: 30px;

}

.flow-box {
    background: #ddd4bf;
    box-sizing: border-box;
    display: flex;
    margin-top: 30px;

}





.work-content {
    text-align: left;
    padding-right: 50px;
    width: 100%;
    padding-left: 20px;
    position: relative;
    padding-top: 25px;
}

.work-content h4 {

    text-align: left;
    font-size: 20px;
    color: #563a1f;
    font-weight: 700;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 10px;
}

.work-content h4:before {
    content: '';
    width: 10px;
    height: 36px;
    display: block;
    background: #563a1f;
    display: inline-block;

    position: absolute;
    left: 0;
    top: 19px;
}







.work-content p {

    text-align: left;
    font-size: 16px;
    color: #563a1f;
    font-weight: normal;
    line-height: 1.6;

}

.work-content ul {
    margin: 0;
    padding: 0;
    padding-left: 32px;

}

.work-content ul li {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    color: #563a1f;
    list-style-type: disc;
    line-height: 1.6;

}

.work-content a {
    margin: 0px auto 10px;
    border-radius: 8px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #553A1F;
    display: block;
    width: 80%;
    font-size: 18px;
    text-decoration: none;
    margin-top: 5px;


}

.work-content a:hover {
    background: #684828;
    color: #C3CA00;

}


.flow-count {
    text-align: center;
    padding-top: 20px;
}

.flow-box {
    background: #ddd4bf;
    box-sizing: border-box;
    display: flex;

}

.flowwork-content {
    padding-top: 20px;
}

.flowwork-content h4 {

    text-align: left;
    font-size: 20px;
    color: #604c3f;
    font-weight: 700;
    line-height: 1.8;
    font-weight: bold;
    padding-bottom: 5px;
}

.flowwork-content p {

    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 1.6;

}

.flowwork-images {
    width: 100%;
}

.flowwork-content-row-pd {
    padding-left: 0px;
}

.flowwork-images img {
    height: 290px;
}

.profile-main-full {
    display: flex;
    background: url(../images/prof_bg.png) no-repeat top;
    padding-top: 50px;
    background-size: contain;
    margin-bottom: 70px;
}

.profile-main {

    width: 90%;
    padding-top: 50px;
}

.profile-content {
    text-align: left;
    padding-bottom: 30px;

}

.profile-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 2px;
}

.profile-content p a {
    color: #563a1f;
    text-decoration: underline;
}

.history-main {
    background: url(../images/outline_bg.png) no-repeat top;
    padding-top: 50px;
    background-size: contain;
    display: flex;
}

.big-product {
    position: relative;
}

.calalogue-main {
    position: relative;
}



.calalogue-main .small-btn {

    font-size: 14px;
    padding: 8px 8px;
    opacity: 0.9;
    border: 1px solid #eee;
    background: #c3ca00;
    color: #fff;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0;
    display: none;
}

.date-tags {
    line-height: 0.8;
    text-align: right;
    margin-bottom: 1em;
    padding-top: 15px;
    padding-right: 15px;

}

.date-tags p {
    padding: 2px;
    display: inline;
    font-size: 14px;

}

.product-cont {
    text-align: left;
}

.product-cont p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.product-cont p a {
    color: #563a1f;
    text-decoration: underline;
}

.product-cont p a:hover {
    text-decoration: none;
}

.product-cont h5 {
    background-color: #c3ca00;
    font-size: 24px;
    padding: 25px;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    margin: 30px 0;
}

.product-cont ul {
    margin: 0;
    padding: 0;
}

.product-cont ul li {
    font-size: 18px;
    color: #333;
    padding-bottom: 35px;
    line-height: 1.8;

}


.product-cont ul li a {
    font-size: 18px;
    color: #333;
    text-decoration: none;

}

.product-cont ul li:last-child {
    padding-bottom: 0px;

}

.product-cont p:last-of-type {
    margin-bottom: 0;
}

.catalog-list {
    text-align: center;
}

.catalog-list ul {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;

}

.catalog-list ul li {
    margin: 0;
    padding: 0;
    width: 33%;
    float: left;
}

.catalog-list.catalog-list-full ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}




.related-main {
    margin-bottom: 30px;
}

.related-main a {
    text-align: left;
    display: flex;
    padding: 15px;
    text-decoration: none;

}

.related-main a:hover {
    background: #fcfcf2;
}

.related-img {
    text-align: left;
    margin-right: 15px;
    width: 22%;
}


.related-img img {
    width: 100%;
}

.related-detail {
    text-align: left;
    width: 78%;
}

.related-detail p {
    font-size: 14.4px;
    font-weight: normal;
    color: #333;
    line-height: 1.3;
}

.related-detail h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.relatedline i {
    font-size: 40px;
    color: #ccc;
    display: flex;
    align-items: center;

}

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

.relatedline img {
    width: 100%;
}

.relatedline .related-detail {
    width: auto;
}

.right-direction {
    flex-direction: row-reverse;
}