/*
Theme Name: rec-child
Theme URI: http://2inc.org ( テーマのURL )
Description: Habakiri の子テーマです ( テーマの説明 )
Author: Takashi Kitajima ( 作者名 )
Author URI: http://2inc.org ( 作者のURL )
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: rec
*/

@import url('https://fonts.googleapis.com/css?family=Squada+One');
@import url('https://fonts.googleapis.com/css?family=Khand');
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css?family=Bitter');
@import url('https://fonts.googleapis.com/css?family=Anton');

body {
    color: #fff;
    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

a:focus,
a:hover {
    text-decoration: none;
}

h2 {
    color: #ff6633;
}

.logocolor {
    color: #ff6633;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.page-header {
    padding: 100px 0;
}

.page-header::before {
    /* 透過した黒を重ねる */
    background-color: rgba(0, 0, 0, 0.5);
    /* どの範囲に重ねるかを指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.page-header__title {
    color: #fff;
    position: relative;
    font-family: 'Anton', sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.responsive-nav a,
.f_menu a {
    font-family: 'Khand', sans-serif;
}

#menu-lpnav li a {
    padding: 10px;
}

.orange {
    color: #ff6633;
}

.first_h2 {
    margin-top: 0!important;
}

.fnews h2:before {
    content: "\f1ea";
    font-family: FontAwesome;
    margin-right: 10px;
}

.fmedia h2:before {
    content: "\f26c";
    font-family: FontAwesome;
    margin-right: 10px;
}

.fblog h2:before {
    content: "\f02d";
    font-family: FontAwesome;
    margin-right: 10px;
}

#main {
    margin-bottom: 0px;
}

.mainbox {
    background: #333333;
    padding: 20px;
    overflow: hidden;
}

.mainbox h2 {
    font-family: 'Squada One', cursive;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 5px solid #ff0;
}

.sidebox {
    background: #333333;
    padding: 20px;
    overflow: hidden;
}

.front_blog h2 {
    margin-top: 30px;
}

.front_blog img {}

.front_blog figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #333333;
    overflow: hidden;
}

.front_blog figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.front_blog figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.front_blog p {
    color: #FFEB3B;
    font-weight: bold;
    margin: 10px 0;
}

.front_blog h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.front_bottom {
    margin-top: 20px;
}

.front_insta h2 {
    text-align: center;
}

#wdi_feed_0 .wdi_feed_wrapper {
    background-color: #333333!important;
}

#wdi_feed_0 .wdi_feed_container {
    background: none;
    border-bottom: none!important;
}

#wdi_feed_0 .wdi_photo_wrap_inner {
    border: 5px solid #333333!important;
    background-color: #333333!important;
}

.contact_bunner img {
    margin-bottom: 15px;
}


.front_company {
    text-align: center;
}

.f_menu {
    position: relative;
}

.f_menu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.f_menu li {
    float: left;
    padding: 20px 22.6px;
}

.f_menu2 ul {
    overflow: hidden;
    float: right;
}

.f_menu2 li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.p_post {
    overflow: hidden;
    margin-bottom: 10px;
}

.p_post p {
    margin-bottom: 0;
}

.sidebox h2,
.sidebar h2 {
    color: #ff6633;
    font-size: 28px;
    font-family: 'Squada One', cursive;
    clear: both;
}

.cat-item {
    font-size: 18px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px!important;
    margin-bottom: 5px;
}


.widget_categories li:after {
    content: "\f054";
    font-family: FontAwesome;
    float: right;
    margin-top: 3px;
}

#search-3 h2:before {
    content: "\f00e";
    font-family: FontAwesome;
    margin-right: 10px;
}

#categories-3 h2:before {
    content: "\f0e8";
    font-family: FontAwesome;
    margin-right: 10px;
}

#tag_cloud-2 h2:before {
    content: "\f02c";
    font-family: FontAwesome;
    margin-right: 10px;
}

#wpp-2 h2:before {
    content: "\f005";
    font-family: FontAwesome;
    margin-right: 10px;
}

.tagcloud a {
    background: #ffff00;
    padding: 5px 5px;
    color: #000;
    font-size: 11px!important;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block;
    float: left;
}


.lpcatch {
    margin-top: 30px!important;
}

.lpcatch img {
    height: 80vh!important;
}

.lpbox {
    padding: 100px 0;
}

.lpbox h2 {
    text-align: center;
    font-family: 'Bitter', serif;
    font-size: 40px;
    margin-bottom: 30px;
}

.lpbox p {
    font-family: 'Sawarabi Mincho';
    font-size: 17px;
    font-weight: 500;
}

.introduction {
    background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.56)), url(img/lp1_bg.jpg) fixed;
    background-size: cover;
}

.introduction p {
    text-align: center;
    font-size: 20px;
}

.manufacturer {
    background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.56)), url(img/lp2_bg.jpg) fixed;
    background-size: cover;
}

.pp {
    background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.56)), url(img/ppbg.jpg) fixed;
    background-size: cover;
}

.exterior {
    background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.56)), url(img/lp2_bg.jpg) fixed;
    background-size: cover;
}

.lp3 p {
    position: absolute;
    font-size: 13px;
    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    text-align: center;
    line-height: 14px;
    margin-bottom: 0;
}

.lp3-1 {
    top: 61%;
    left: 4.4%;
}

.lp3-2 {
    top: 8%;
    left: 36%;
}

.lp3-3 {
    top: 16%;
    right: 8%;
}

.lp3-4 {
    top: 82%;
    right: 41%;
}

.voice h3 {
    text-align: right;
    margin: 0 0 50px 0;
    font-size: 20px;
    color: #f63;
    font-family: 'Sawarabi Mincho';
}

.og {
    background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.56)), url(img/lp6_bg.jpg) fixed;
    background-size: cover;
}

.company_lp {
    background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.56)), url(img/lp7_bg.jpg) fixed;
    background-size: cover;
}

.company_lp dl {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.company_lp dd {}

.company_lp dt {}

.contact_lp table {
    border-collapse: collapse;
    width: 80%;
    margin: 0 auto;
}

.contact_lp table th,
.contact_lp table td {
    padding: 10px;
    border: none;
}

.contact_lp table td {
    color: #000;
}

.post_lp h2 {
    font-size: 30px;
}

.post_lp dt {
    color: #FFEB3B;
}

.post_lp dd {
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}


.more a {
    width: 80%;
    background: #ff6633;
    display: block;
    text-align: center;
    margin: 30px auto 0;
    padding: 5px;
    color: #000;
    font-size: 15px;
}

.wpcf7-list-item-label {
    color: #fff;
}

.contact_lp table th {
    text-align: center;
    width: 30%;
}

.wpcf7-submit {
    background: #ff6633;
    border: none;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.tagpage li {
    background: #ffff00;
    padding: 5px 5px;
    color: #000;
    font-size: 11px!important;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block;
    float: left;
}

.tagpage a {
    color: #000;
}

.taglink {
    clear: both;
}

.taglink a {
    display: block;
    background: #f63;
    text-align: center;
    padding: 5px;
}

.taglink a:hover {
    color: #000;
}

.entry__title a {
    color: #FFEB3B;
}

.pagination li>span {
    color: #000;
}

.pagination>li>a {
    color: #050505!important;
}

.wp-image-259 {
    margin-top: 50px;
}

#lp2,
#lp2-1 {
    text-align: left;
}


.gallerylink {
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
    font-family: 'Bitter', serif;
}

.gallerylink a {
    display: inline-block;
    width: 200px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
}

.gallerylink a::before,
.gallerylink a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.gallerylink a,
.gallerylink a::before,
.gallerylink a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gallerylink a {
    position: relative;
    z-index: 2;
    background-color: #f15a24;
    border: 2px solid #f15a24;
    color: #000;
    line-height: 60px;
}

.gallerylink a:hover {
    background-color: #fff;
    border-color: #f15a24;
    color: #f15a24;
}

.gallerylink a::before,
.gallerylink a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f15a24;
}

.gallerylink a::before {
    right: 0;
}

.gallerylink a::after {
    left: 0;
}

.gallerylink a:hover::before,
.gallerylink a:hover::after {
    width: 0;
    background-color: #f15a24;
}

.pcnone {
    display: none!important;
}

.spnone {
    display: inline;
}

.company table {
    border-collapse: collapse;
    width: 100%;
}

.company table th,
.company table td {
    padding: 10px;
    border-bottom: 5px solid #fff;
}

.company table th {
    background-color: #333;
    text-align: center;
    width: 30%;
}

.mainbox h2 span {
    float: right;
    font-size: 15px;
    padding-top: 25px;
}

.company h3 {
    color: #f25b24;
    font-size: 20px;
    border-bottom: 2px solid #f25b24;
    padding: 0 0 10px;
}

.company h4 {
    color: #ffff01;
}

.drawer-hamburger {
    right: 10px!important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #fff!important;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent!important;
}

.drawer--right {
    right: 15px!important;
}

.drawer-menu-item {
    font-size: 15px!important;
    padding: 10px 15px!important;
    color: #fff!important;
    font-family: 'Khand', sans-serif;
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #000;
}

.drawer-nav {
    right: 0;
    background: #131111!important;
}

.contact_b{
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {#menu-lpnav li a {
    padding: 7px;
}}

@media screen and (max-width: 768px) {
    .pcnone {
        display: inline!important;
    }
    .spnone {
        display: none!important;
    }
}

@media screen and (max-width: 414px) {
    button,
    input,
    select,
    textarea {
        width: 100%;
    }
    .contact_lp table {
        border-top: 1px solid #999;
    }
    .contact_lp table td {
        display: block;
        text-align: center;
    }
    .contact_lp table th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }
    .lpbox h2 {
        font-size: 20px;
    }
    .introduction p {
        font-size: 11px;
    }

    .lpbox p {
        font-size: 11px;
    }
    .wp-image-259 {
        margin-top: 20px;
    }

    .lpbox {
        padding: 50px 0;
    }
    .voice h3 {
        margin: 0 0 30px 0;
        font-size: 10px;
    }
    .introduction {
        background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.4)), url(img/lp1_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }

    .manufacturer {
        background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.4)), url(img/lp2_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }

    .pp {
        background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.4)), url(img/ppbg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .og {
        background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.4)), url(img/lp6_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }

    .company_lp {
        background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.4)), url(img/lp7_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }

    .tagpage ul {
        overflow: hidden;
        padding-left: 0;
    }
    .company table {
        border-top: 1px solid #999;
    }
    .company table td {
        display: block;
        text-align: center;
    }
    .company table th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }

    #lp2,
    #lp2-1 {
        text-align: center;
    }

    .lineup h3 {
        font-size: 20px;
        text-align: center;
    }
    .lineup p {
        font-size: 15px;
        text-align: center;
    }
}