@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{
        height: 60px;
        padding-top:15px;
    }
    
    
    header .container{
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        
    }
    
    /* ヘッダー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{
        display: flex;
        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;  
        
    }  
        
    .headC{
            display: none;
        }
        
    .headB{
            display: block !important;
        }
     
    
    
    .conA{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70vh;
       min-height: 300px;
       background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/sub_img01_01.jpg);
        background-position: center;
        background-size: cover;
        color:#fff;
        text-align:center;
    }
    
    .conA h2{
        font-size: 50px;
        font-family: 'Montserrat', sans-serif;
        
    }
   
    .conA p{
        font-size: 26px;
    }
    



    main{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 0px; 
    padding-right: 0px;
    margin-bottom: 0px;
    background: #fff;
    
    }



    .nameA h1{
        margin-top: 30px;
        margin-left: 70px;
        padding-left: 10px;
        font-size: 35px;
        color: #65646E;
        font-family: 'Times New Roman', serif;
        border-left: none;
    }  

    .messagebox{
        width:850px;
        height: auto;
        margin: 0 auto;    
        margin-top: 40px;
        margin-bottom: 50px;
        padding: 30px;
        text-align: left;
        border-top: 1px solid #ccc;
        border-bottom:  1px solid #ccc;
        background: #fff;
         border-left: none;
    }    

    .messagebox h2{
        padding-left: 20px;
        color: #3e3e3f;
        font-size: 20px;
        font-family: "Times New Roman";
        border-left: 10px solid #696969;  
    }


    .messagebox p{ 
        margin-top: 45px;
        color: #3e3e3f;
        font-size: 15px;
        font-family:'Montserrat', sans-serif;
        color: #3e3e3f; 
         line-height : 1.8;
    }


    .nameB{
        height: 300px;
        width: 850px;
        text-align: center;
        /*padding-top: 80px;*/
        background-color: #fff;
        border: #696969 1px solid;
        /*background-image: url(../img/background.jpg);
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */
        font-family: "Times New Roman";
    }

    .nameB h2{
     margin-top: 135px;   
    font-size: 40px;
    color: #696969;
    border-bottom: #9d9f99;
    font-family: "Times New Roman";
    }

    .nameB img {
      margin-top: 0;
      height: 50px;  
      width: 50px;
    }


    .contents{
        width: 850px;
        height: auto;
        margin: 0 auto;
        background-color:#fff;
        text-align: center;
    
    }  


    .contents img{
    width: 230px;
    border: none;
    }   

    .contents a{
    font-size: 13px;
    font-family: "Times New Roman";
    color: #000;
    text-decoration: none;
    }
    
   

    .nameC h2{
        margin-top: 90px;
        margin-bottom: 30px ;
        padding: 20px;
        font-size: 24px;
        text-align: left;
        color: #65646E;
        font-family: 'Times New Roman', serif;
        border-top: 1px solid #65646E;
        border-bottom: 1px solid #65646E;
    }

    .contents h3{
    font-size: 23px;
    font-family: "Times New Roman";
    }   
    .contents h4{
    font-size: 13px;
        font-family: "Times New Roman";
    margin-top: 2px;
    }


    .contents p{
    text-align:left;
    font-size: 15px;
        color: #65646E;
        font-family: "Times New Roman";
    line-height : 200%;
    }
        
    .box{
    display: flex; 
    width: 850px;
    height: 360px;
    padding-top: 5px;
    margin-top: 15px;
    text-align:center;
    
    }


    .left{ 
    width: 240px;
    height: 340px;
    margin-left: 5px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:center;
    border: 1px solid #ccc;
    }
    .left h3{
        font-size:24px;
    } 
    .left h4{
        font-size:14px;
    }

    .right{ 
    width: 550px;
    height: 300px;
    margin-top: 10px;
    padding-top: 50px; 
    padding-left: 20px;
    padding-right: 20px;
    text-align:center;
    
    background:#fff;/* url(backgraund_img01.jpg);*/
    border: 1px solid #ccc;
    }

    .right p{
    text-align:left;
    font-size: 14.5px;
    line-height : 1.8;
    color: #3e3e3f;
    }  

    
    /*フッター*/
    
    footer{
        margin-top: 40px;
        height: 220px;
        padding-top: 30px;
        color: #fff;
        background-color: #ccc;
    }
    
    
  
     
    .footA h2{
        margin-top:20px;
        font-size: 26px;
        color: #fff;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    .footC p{
        font-size: 18px;
        color: #fff;
        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: 16px;
    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.3);
    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:45vh;
    min-height: 250px;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/sub_img01.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
        
}

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

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


main{
    width: 100%;
    height: auto;
}

.nameA h1{
  margin-top: 30px;
  font-size:24px;
  margin-left: 25px;
  padding-left: 10px;
  color:#65646E; 
  font-family: 'Times New Roman', serif;
  border-left: 10px solid #65646E;
}

.messagebox{
    width:100%;
    height: auto;
    margin: 0 auto;    
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-bottom:  1px solid #ccc;
    background: #fff;
   /* border-left: 0px solid #ccc;
   border-right: 0px solid #ccc;  */  
  /* background: url(backgraund_img01.jpg); */
}    

.messagebox h2{
    margin: 30px;
    color: #3e3e3f;
    font-size: 16px;
    font-family: /*'Montserrat',*/ sans-serif;
    line-height: 1.6;
    border-left: none;
}


.messagebox p{
    margin: 20px 30px ;
    font-size: 15px;
    color: #65646E;
    font-family: /*'Montserrat',*/ sans-serif;
   line-height : 1.8;
}

.contents{
  width: 96%
  height: auto;
  text-align: center;
  padding-left: 12px;
  background-color:#fff;
  /*background: url(contents_back.jpg) ;*/
} 

.nameB{
    height: 180px;
    width: 88%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 50px;
    margin-left: 4%;
    background-color: #fff;
    border: #656E64 1px solid;
    text-align: center;
    /*background-image: url(../img/nameB_bg_sp.jpg);
    background-size:cover; */
    }


.nameB h2{
  margin-top: 60px;
  color: #696969;
  font-size: 25px;
  font-family: 'Times New Roman', serif;
 /* border-bottom: 1px solid #fff; */
}

.nameB img{
    width: 50px;
    height: 50px;
}

.nameC{
    height: 70px;
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
}
.nameC h2{
    margin-top: 20px;
    padding: 20px;
    font-size: 20px;
    color: #656E64;
    font-family: 'Times New Roman',serif;
    border-top: 1px solid #65646E;
    border-bottom: 1px solid #65646E;
}


.contents img{
   width: 97%;
   border: none;
}   

.contents a{
   font-size: 13px;
   font-family: "Times New Roman";
   color: #000;
   text-decoration: none;
}


.contents h3{
  font-size: 18px;
   font-family: "Times New Roman";
}   
.contents h4{
   font-size: 13px;
    font-family: "Times New Roman";
   margin-top: 2px;
}

 

.contents p{
   text-align:left;
   font-size: 12px;
    font-family: "Times New Roman";
   line-height : 180%;
}

.box{ 
  display: flex;
  width: 97%;
  height: 280px;
  margin-top: 30px;
  text-align:center;
 /*border: 1px solid #ccc;*/
  
}



.left{ 
  width: 40%;
  height: 275px;
  margin-left: 5px;
  margin-top: 20px;
  padding-top: 10px;
  text-align:center;
  /*background: url(left_ice.jpg);*/
  border: 1px solid #ccc;
}

.right{ 
  width: 52%;
  height: 270px;
  margin-top: 20px;
  padding-top: 5px; 
  padding-left: 5px;
  padding-right: 5px;
 padding-bottom: 10px;
  text-align:center;
  
  background:#fff;/* url(backgraund_img01.jpg);*/
  border: 1px solid #ccc;
}

.right p{
  text-align:left;
  margin-left: 5px;
    margin-right: 5px;
   font-size: 13.5px;
   line-height : 1.8;
} 


/*フッター*/
    footer{
        height: 200px;
        color: #fff;
        margin-top: 50px;
        padding-top: 30px;
        background:#9d9f99;
        border-top: 1px solid #ccc;
        text-align: center;
    }


  
    
    
    .footA h2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: 0.2em;
    }    
    
    .footC p{
        font-size: 16px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 30px;
    }

}



    





 
