@charset 'UTF-8';
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*ヒーローコンテンツ======================================*/
#hero
{
    position: relative;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 635px;
    margin: 0 auto;

    background: url(../../img/top/hero.jpg) center center no-repeat;
    background-size: cover;
}

.hero_img
{
    display: table; 
    overflow: hidden;

    width: 100%;
    height: calc(635px - 90px);
    margin: 0 auto;
}
.hero_img .hero_lead
{
    display: table-cell;

    vertical-align: middle; 

    color: #fff;
}
.hero_img .hero_lead p
{
    font-size: 24px;
    font-size: 2.4rem;
}
.hero_img .hero_lead h2
{
    font-family: 'PT Sans', sans-serif;
    font-size: 72px;
    font-size: 7.2rem;
    font-weight: 600;
    line-height: 100%;
}
.hero_img .hero_lead .text
{
    width: 780px;
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    #hero
    {
        min-height: 400px;
    }
    .hero_img
    {
        height: calc(400px - 0px);
        padding: 0 10px;
    }
    .hero_img .hero_lead
    {
        padding-bottom: 15px; 

        text-align: left;
        vertical-align: bottom;
    }
    .hero_img .hero_lead p
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .hero_img .hero_lead h2
    {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

/*在庫一覧======================================*/
/*事業内容======================================*/
.top_contents h3
{
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600; 

    text-align: center;
}
.top_contents h3:after
{
    display: block;

    width: 60px;
    height: 1px;
    margin: 0 auto; 

    content: '';

    background: #ff006e;
}

.top_contents .sub
{
    font-size: 17px;
    font-size: 1.7rem;

    text-align: center;
}

.top_contents .inner_wrap
{
    background: #f2f2f2;
}

.top_contents .text
{
    padding: 50px 0;
}

.top_contents .text_area
{
    display: table;

    padding: 40px  12% 0;
}

.top_contents .img01
{
    background: url(../../img/top/contents01.jpg) center center no-repeat;
}

.top_contents .img02
{
    background: url(../../img/top/contents02.jpg) center center no-repeat;
}

.top_contents .img03
{
    background: url(../../img/top/contents03.jpg) center center no-repeat;
}

.top_contents .img
{
    position: relative;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 428px;
    margin: 0 auto;

    background-size: cover;
}

.top_contents .sparea
{
    display: none;
}

.top_contents .dt_half.rverse li
{
    width: 50%;
}

.top_contents .dt_half.rverse .rightside
{
    float: right;
}

.top_contents .dt_half.rverse .leftside
{
    float: left;
}

#top_contents .container_contents_wide
{
    padding: 30px 0 0;
}

.sparea
{
    display: none;
}

@media screen and (max-width: 640px)
{
    .top_contents .img
    {
        min-height: 375px;
    }
    .sparea
    {
        display: table !important;
    }
    .pcarea
    {
        display: none;
    }
}

/*施工事例======================================*/
.top_gallery .img img
{
    width: 100%;
}

.top_gallery .text
{
    font-size: 12px;
    font-size: 1.2rem;

    padding: 25px 15px;

    text-align: center;

    background: #fff;
}

/*よくある質問======================================*/
.top_faq dl
{
    line-height: 2em;
}

.top_faq dt:before
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600; 

    display: inline-block;

    margin: 0 auto;
    padding-right: 10px;

    content: 'Q.';
}

.top_faq dd
{
    font-weight: 200;

    padding-bottom: 30px;
}
.top_faq dd:before
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600; 

    display: inline-block;

    margin: 0 auto;
    padding-right: 10px;

    content: 'A.';
}
.top_faq dd:last-child
{
    padding-bottom: 0;
}

/*アクセス======================================*/
.top_access h4
{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;

    padding-bottom: 10px;
}

.top_access th
{
    width: 100px; 
    padding: 8px 0;
}

.top_access .gmap
{
    width: 100%;
    height: 410px;
    margin-top: 60px;
}

.container_contents_wide.top_access
{
    padding: 50px 0 0;
}

/*フォーム======================================*/
.top_contact .area_title
{
    display: table;

    width: 100%;
}

.top_contact h2
{
    display: table-cell;
}

.top_contact .privacy
{
    position: relative; 

    display: table-cell;
}
.top_contact .privacy a
{
    color: #fff;
}
.top_contact .privacy a:hover
{
    text-decoration: underline;
}
.top_contact .privacy:before
{
    font-family: FontAwesome;

    display: inline-block;

    margin-right: 5px;

    content: '\f0da';

    color: #fff;
}

form#mailformpro table th
{
    display: block;

    box-sizing: border-box;
    width: 100%;
    padding: 0 0 5px;
}

form#mailformpro table td input
{
    font-size: inherit;
    line-height: 60px;

    box-sizing: border-box;
    width: 100%;
    height: 30px; 
    margin: 0;
    padding: 10px;

    border: 1px solid #fff;
}

form#mailformpro table td textarea
{
    box-sizing: border-box; 
    width: 100%;

    border: 1px solid #fff;
}

@media screen and (max-width: 640px)
{
    .top_contact .privacy
    {
        text-align: right;
    }
}

/*在庫一覧======================================*/
/*===============================================
●基本レイアウト_col4
===============================================*/
.stock_index .text
{
    position: relative;
}
.stock_index .text:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent #ff006e transparent;
}

.stock_index .price
{
    line-height: 100%; 

    text-align: right;
}
.stock_index .price:after
{
    font-size: 13px;
    font-size: 1.3rem;

    padding-left: 10px; 

    content: '万円';
}

.col_4
{
    display: block;
    overflow: hidden; 

    margin-right: -1.23%;
}
.col_4 li
{
    float: left;

    width: 23.763%;
    margin-right: 1.23%; 

    background-color: #fff;
}
.col_4 .img img
{
    width: 100%;
}
.col_4 .text
{
    padding: 15px;
}
.col_4 .text h3
{
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
}
.col_4 .text .price_ttl
{
    font-size: 13px;
    font-size: 1.3rem;

    color: #4d4d4d;
}
.col_4 .text .price
{
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
}

@media screen and (max-width: 640px)
{
    .col_4
    {
        margin-right: 0;
    }
    .col_4 li
    {
        float: none;

        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .col_4 li:last-child
    {
        margin-bottom: 0;
    }
    .col_4 .text
    {
        padding: 10px;
    }
    .col_4 .text .price
    {
        font-size: 600%;
    }
}
