@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* 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;}
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;}

body{
	font: 14px/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{
    position: relative;
    overflow:hidden;
    width:100%;
}

#slogan{
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

#slogan h1{
    font-size: 40px;
    font-family: 'Pacifico', cursive;
    margin-bottom: 20px;
    font-weight:normal;
}

#slogan h2{
    font-size: 20px;
    font-weight:normal;
}

/* フッター
------------------------------------------------------------*/
#footer{
    clear: both;
    padding: 50px 10px 50px 0;
    text-align: center;
    font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
    font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
    width: 100%;
    height: auto;
}

section{clear:both;}

section h2{
    font-size: 22px;
    font-weight:normal;
    text-align: center;
}

.inner{
    width: 94%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.col2 li{
    display: inline-block;
    width: 100%;
    margin: 20px 0 20px 0;
}

/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
    clear: both;
   width: 100%;
   background: #f6f6f6;
}

.bg{
   line-height: 0;
}

.txt h2{
   padding: 0 0 20px !important;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
    .inner{
        width: 1024px;
        padding-bottom: 120px;
    }
    section h2{
        padding: 100px 0 ;
    }
    section h2.copy_txt{
        padding: 200px 0 ;
        font-size: 30px;
    }
    .txt h2{
        padding: 0 0 20px !important;
    }
}

@media only screen and (min-width: 800px){
    body{
        font-size:14px;
    }

    .panel{
        display:block !important;
    }

    /* SEC02 MESSAGE
    -----------------*/
    .txt, .bg{
        width: 50%;
        float: left;
        display: table;
        background: #f6f6f6;
    }

    #sec02_02 .txt, #sec02_02 .bg{
        float: right;
    }

    .vMid{
        display: table-cell;
        padding: 0 100px;
        vertical-align: middle;
    }

    /* SEC03
    -----------------*/
    .sec03_txt,
    .sec04_txt{
        width: 40%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 799px){
    #slogan h1{
        font-size: 31px;
    }
}

@media only screen and (max-width: 1199px){
    section h2{
        padding: 50px 0 20px 0;
    }
    #sec01 h2{
        padding: 70px 0 ;
    }
    .vMid{
        padding: 0 20px;
    }
}