@charset "UTF-8";


body {margin: 0;
     	font-family: '????',
        'Hiragino kaku Gothic Pro',
        sans-serif;
}

/*=========PC大きい画面の設定===============*/

@media(min-width: 768px){

   /*----- ヘッダー-------*/
        
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index:100;
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    
}
    
/*ヘッダーを画面上部に固定*/
    
.head-fixed{
    position: fixed;
} 
    
    
/*ヘッダー サイト名　ナビを左右に表示*/
    
    header .container{
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        height: 60px; 
        padding-top: 16px;
        width: ;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
    }
    
      .headC{
        display: none;
    }
    
    .headB{
        display: block !important;
    }
    
    
    .headB ul{
        display: flex;
    }  


/*ヘッダーA: サイト名*/
.headA{
    display: inline-block;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    /*background-color: #2c3850;*/
    color: #65646E;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-decoration: none;
    
}

/*ヘッダーB: ナビケーションメニュー*/
.headB ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.headB a{
    display: block;
    padding: 16px;
    color: #65646E;
    font-size: 16px;
    text-decoration: none;
}

.headB a:hover{
    background-color: rgba(0,0,0,0.4);
    color: #fff;  
    
}


/*コンテンツA:ヒーローイメージ*/
    
    .conA{
        display: flex;
        align-items: center;
        justify-content: center;
        height:75vh;
        background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../img/top_img01_02.jpg);/*url(../img/img04.jpg);*/
        color: #fff;
         background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    }
    
    /*アニメーション設定----*/

@keyframes changeTiming{
    0%{
        background-image: url(../img/img01_012.jpg);

    }
    
    50%{
        background-image: url(../img/top_img01_01.jpg);
    }
    
     100%{
        background-image: url(../img/top_img01_02.jpg);
    }
}

.conA{
    animation-name: changeTiming;
    animation-duration: 10s;
    animation-delay: 0s;
    animation-iteration-count :infinite;
}

/*アニメーション設定ここまで―――*/
    
    .conA h1{
        margin-top: 50px; 
        font-size: 50px;
        font-family: 'メイリオ',
        'Hiragino kaku Gothic Pro',
        sans-serif;
    }
    
    .conA p{
        font-size: 24px;
        color: #fff;
    }

    
/*問い合わせフォーム*/
    
#formWrap {
	width:700px;
	margin:50px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
    
}
    
#formWrap h3{
    margin-top: 30px;
    padding: 20px 10px;
    font-size: 20px;
   border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    } 
    
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
    
/*フッター*/
  footer{
        height: 180px;
        color: #000;
    }
    
    
    footer .container{
        padding: 40px 20px;
        color: #fff;
        height: 180px;
        background:/*url(../img/img01_01.jpg);*/#fff;
        border-top: 1px solid #ccc;
    } 
     
    .footA h2{
        font-size: 26px;
        color: #000;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    .footC {
        font-size: 14px;
        color: #000;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    
 
}



/*======モバイル画面の設定==================*/

@media(max-width:767px){
      
   
/*-- ヘッダー --*/
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index:100;
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    
}


/*ヘッダーを画面上部に固定*/
    .head-fixed{
        position: fixed;
}

    
/*ヘッダーA: サイト名*/
.headA{
    display: inline-block;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: #65646E;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    
}

/*ヘッダーB: ナビケーションメニュー*/
    
    header .container01{
         display: inline;
    }

    
    .headB ul{
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.headB a{
    display: block;
    padding: 16px;
    color: #65646E;
    font-size: 16px;
    text-decoration: none;
}

.headB a:hover{
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    
    
}
   

     header .container-small{ 
         display: flex;
         align-items: center;
         justify-content :space-between;
         /*width: auto;*/
    }

    
    .headC{
        display: inline;
        margin-right: 10px;
        margin-top: 5px;
        padding:0;
        border:none;
        outline: none;
        background: none;
        font-size: 30px;
        color: #65646E;
       /*opacity: 0.5;*/
        cursor: :pointer;
    }
    
    .headC p{
        font-size: 15px;
        margin-top: 2px;
        margin-bottom: 2px
    }
    
    .headC:hover{
        opacity: 0.3;
    }
    
    .headB{
        display: none;
    }



/*コンテンツA:ヒーローイメージ*/
.conA{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    min-height: 300px;
    background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../img/top_img02.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
        
}

/*アニメーション設定----*/

@keyframes changeTiming{
    0%{
        background-image: url(../img/img01_011.jpg);

    }
    
     40%{
        background-image: url(../img/top_img01.jpg);
    }
    
    100%{
        background-image: url(../img/top_img02.jpg);
    }
}

.conA{
    animation-name: changeTiming;
    animation-duration: 8s;
    animation-delay: 0s;
    animation-iteration-count :2;
}

/*アニメーション設定ここまで―――*/

.conA h1{
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10vw;
    letter-spacing: 0.2em;
    margin-left: 0.2em;
}
    


.conA p{
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 18px;
}

    
/*問い合わせフォーム*/
    
#formWrap {
	width:80%;
	margin:35px auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; 
}

    #formWrap p{
     line-height: 1.6;
     color: #65646E;
    }
    
    
table.formTable th, table.formTable td {
	padding-left: 12%;
    width:100%;
	display:block;
}
table.formTable th {
	margin-top:15px;
	border-bottom:15px;
    text-align: left;
    color: #555;
}
input[type="text"], textarea {
	width:70%;
	padding:5px;
	font-size:110%;
    
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:70%;
	height:40px;
    }
    
    
/*フッター*/
    footer{
        height: 200px;
        color: #fff;
        background:#b2b2b2; /*url(../img/footer_bg.jpg);*/
        border-top: 1px solid #ccc;
        text-align: center;
    }


    footer .container{
        padding: 40px 20px;
        color: #fff;
        height: 100px;
    }
    
    
    .footA h2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 0.2em;
    }    
    
    .footC {
        font-size: 14px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 20px;
    }



}







 
