@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;text-align: left;width: 100%}
td{padding: 1em; text-align: center;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}




h2 span{
    color: #000000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6em;
    font-weight: bold;
}

h3{
    color: #660000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5em;
    font-weight: bold;
}

body{
    font: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust:100%;
    overflow-x: hidden;
    color: #000;
    background: #fff;
}

a{
    color: #0066ff;
    text-decoration: none;
}

a:hover, .active{
    text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
    text-align: center;

}

#header h1{
    padding-top: 60px;
}

#mainnav a{
    color: #000;
    font-size: 1.3em;
}

#mainImg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 740px;
}

#mainImg img{
    position: absolute;
    left: 50%;
    max-width: 1280px;
    width: 1280px;
    height: 740px;
    margin-left: -640px;
}


span#f-no{
    font-size: 2em;
    color: #FFF;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000,
        -2px 2px 1px #000,
        2px -2px 1px #000,
        -2px -2px 1px #000;  
}


/* フッター
------------------------------------------------------------*/
#footer{
    clear: both;
    padding: 50px 10px 50px 0;
    text-align: center;
    font-size: 14px;
}


/* 共通
------------------------------------------------------------*/

img{
    max-width: 100%;
    height: auto;
}

section{
    clear:both;
    padding-top: 70px;
}

section h2{
    font-family: 'Pacifico', cursive;
    width: 60%;
    margin: 0 auto 0px;
    font-size: 22px;
    font-weight:normal;
    text-align: center;
    background: url(../images/borderBlack.png) repeat-x 0 50%;
    background-size: 1px 1px;
}

section h2 span {
    background: #fff;
    padding: 0;
}

.inner{
    width: 94%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.innerS{
    width: 60%;
    margin: 0 auto;
    padding-bottom: 80px;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
    padding: 0 !important;
}

#sec02 header{
    display: none;
}

.gallery li{
    float: left;
    width: calc(99%/3);
    line-height: 0;
}

.gallery img{
    width: 100%;
    height: auto;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
    clear: both;
    width: 100%;

}

.bg{
    line-height: 0;
}

.txt h2{
    padding: 0 0 20px !important;
}




/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
    width: 100%;
    margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
    display: block;
    margin: 0 auto 5px;
}

.col3 li{
    line-height: 2.0;
}

.col3 .img{
    padding: 80px 50px;
    margin-bottom: 40px;
    line-height: 0 !important;
    background: #000000;
}

#sec04_01{
    background: url(../images/main.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    padding: 400px 20px;

}

#sec04_01 img{
    width: auto;
}










/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
    margin-bottom: 5px;
}

.col2 li{
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.plan2 li{
    display: inline-block;
    width: 100%;
    margin: 20px 0;

}

#sns img{
    padding: 35px 10px 5px 0;
}

#sns a:hover img{
    opacity: .8;
}

#map{
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

#map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #000000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 

}
#page-top a:hover {
    text-decoration: none;
    color: #000;
    background: #e9e9e9;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4); 
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.yoyaku{
    font-size:1.3em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    color:#ffffff;
    background: #660000;
    border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius:5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:5px;   /* Firefox用 */  
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4); 
    padding: 8px;
    animation: flashing 1.0s ease-out;
    animation-iteration-count: infinite;    /* 繰り返し回数 または infinite */

}
@keyframes flashing {
    0%   { opacity: 0.5; }
    50%  { opacity: 1;}
    100% { opacity: 0.5; }
}


.yoyaku:hover{
    background: #f0e1d9;
    color: #000;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4); 
    text-decoration: none;
}



.effect i {
    height: 120px;
    padding: 20px;
    font-size: 100px;
    transition: .8s;
} 
.effect div {
    margin: auto;
    transition: .8s;
    transition-delay: .8s;
}




/* RESPONSIVE 設定
------------------------------------------------------------*/



@media only screen and (min-width: 641px){
    .col2 li{
        width: 60%;
        vertical-align: top;
    }
    .col2 li:first-child{
        width: 35%;
        padding-right: 4%;
    }
}


@media only screen and (max-width: 640px){
    .innerS{
        width: 94%;
        padding-bottom: 70px;
    }
    .col3 li{
        line-height: 1.7;
    }
    .col3 img{
        margin: 0 auto;
    }
    .col3 .img{
        padding: 30px;
        margin-bottom: 20px;
    }
    #gallery li{
        float: none;
        width: 100%;
    }
    #map iframe{
        width: 96% !important;
        left: 2%;
    }


    .last td:last-child {
        border-bottom: solid 0px #fff;
        width: 100%;
    }
    .tbl-r02 {
        width: 80%;
    }
    .tbl-r02 th,
    .tbl-r02 td {
　　border-bottom: none;
        display: block;
        width: 100%;
    }



}

@media only screen and (max-width: 799px){
    #header{
        position: fixed;
        width: 100%;
        z-index: 500;
    }

    #headerWrap{
        position: relative;
        width: 100%;
        height: auto;
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    #header h1{
        padding-top: 10px;
    }

    #header h1 img{
        margin-top: 3px;
        max-height: 90px;
        width: auto !important;
    }


    .panel{
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        z-index: 100;
    }





    .col3 li{
        margin: 50px auto 0 auto;
        display: block;
    }
    section{
        padding-top: 50px;
    }
    section h2{
        margin: 0 auto 20px;
    }
    section h2 span {
        padding: 0 30px;
    }

    .innerS-t{
        position: relative;
        top:100px;
        overflow: hidden;
        width: 100%;
        margin-bottom: 50px;
    }

    span#f-no{
        font-size: 1.5em;
        color: #FFF;
        font-weight: bold;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;  
        line-height: 1em;
        position: relative;
        top:50px;
    }
    span#f-no1{
        font-size: 1.5em;
        color: #FFF;
        font-weight: bold;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;  
        line-height: 1em;
        position: relative;
        top:50px;
    }

    #sec04_01{
        background: url(../images/main.jpg) no-repeat center center;
        background-size:cover;
    }


}

