@charset "utf-8";
/*内部ページ基本レイアウト*/
*{
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
     width: 100%;
    height: auto;
    margin: 0;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
    position: relative;
}
body{
    margin: 0;
}
p{
    font-size: 16px;
    line-height: 1.8em;
}
main{
    position: relative;
    width: 100%;
    display: block;
}

a.btn{
	border: 2px solid #68a4dd;
    color: #68a4dd;
    display: block;
    border-radius: 12px;
    padding: 20px 0;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none;
    font-weight: bold;
	max-width: 535px;
}
a.btn:hover,
	.btn a:hover{
    background-color: #fffece !important;
}



.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0px 0px 6px 3px rgba(79, 79, 79, 0.26);
}

/*ページタイトル部分*/

.top{
    clear: both;
    width: 100%;
    height: 100px;
    background-color: rgba( 80, 150, 200, 0.55 );
    position: absolute;
    margin: inherit;
}
/*左アイコン*/
.top .top_text{ 
    width: 150px;
    margin : 10px 0 0 5%;
    float: left;
}
.top .top_text img.page_logo{
    width: 150px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
/*ミニネクロゴ*/
.top .hikari{ 
    width: 150px;
    margin: 10px auto 0 auto;
}


.top h1{
    color: #fff;
    font-weight: normal;
    margin-left: 20px;
    float: left;
}

.top read{
    width: 100%;
    height: auto;
}

/*メインイメージ画像*/
.mainimage{
    width: 100%;
    height: 60%;
    min-height: 500px;
    max-height: 600px;
    background-size:  auto 150%;
    background-repeat: no-repeat;
    background-position: top center;
}

/*メイン画像下PC色あり部分*/
.text{
    width: 100%;
    height: 20%;
    background-color: #5096c8;
    float: left;
    padding: 40px 0 40px 0
   
}
.text > div{
    width: 100%;
    max-width: 1024px;
    margin: auto;
    padding: 40px 0;
}
.text p{
    letter-spacing: 1.5px;
}


/*.text2 メイン画像下PC色あり部分 白背景・右横画像*/
.text_2{
    width: 75%;
    min-width: 530px;
    max-width: 530px;
    height: auto;
    background-color: rgba( 255, 255, 255, 0.85 );
    margin : -150px auto 0 5%;
    padding : 10px 0 30px 0 ;
    float: left;
}
.text_2 > div{
    width: 1024px;
    margin: auto;
    padding: 40px 0;   
}
.text_2 h2{
    width: 100%;
    margin: 0 auto;
    padding: 30px ;
    text-align: center;
    font-weight: normal;
}

.text_2 p{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.8em;
    font-family: "Sawarabi Gothic";
    letter-spacing: 0;
}

.text_img2{
    float: right;
    width: 30%;
    min-width: 100px;
    max-width: 350px;
}



/*下の白背景部分、*/
.whitebgarea{
        clear: both;
    }
.whitebgarea > div{
    max-width: 1024px;
    margin: 0 auto 40px auto;
    overflow: hidden;
}
.whitebgarea h2{
    text-align: center;
    margin: 50px 0;
    font-weight: normal;
    font-size: 26px;
}



/*tel*/


.tell{
    text-align: center;
    padding:6% 0 6%;
    background-color: #f5f5f5;
    clear:both; 
}

.tell img{
    padding: 0 10px;
    width: 320px;
}

.tell a:hover{
    opacity: 0.5;
}

.tell h3{
    color:#584d38;
    padding-bottom: 10px;
}




/* ########### 900以下 ########### */
@media (max-width: 900px) {
    main{
        width: 100%;
    }
	
	a.btn{
		border-radius: 80px;
		width: 90%;
	}
    
    /*メインイメージ画像*/
    .mainimage{
        max-height: none;
        min-height:inherit;
        height: 240px;
		
    }
    
    /*ページタイトル部分*/
    .top{
        height: 50px;
        position: relative;
        background-color: #5096c8;
    }
    .top .top_text{
        width: 100px;
        margin : 5px 0 0 5%;
        float: left;
    }  
    .top .top_text img.page_logo{
        width: 100px;
    }
    /*ミニネクロゴ*/
    .top .hikari{ 
        width: 110px;        
    }
    
    .top h1{
        font-size: 15px;
        margin-top: 13px;
        
    }
    
    /*メイン画像下PC色あり部分*/
    .text{
        padding: 0;
        height: auto;
        background-color: transparent;
    }
     .text > div{
        width: 90%;
        margin: -80px auto 5%;
         background-color: rgba( 255, 255, 255, 0.85 );
         padding: 10px 0;
    }

    .text p{
        letter-spacing: 0px;
    }
    
    /*.text2 メイン画像下PC色あり部分 白背景・右横画像*/
    .text_2{
        float: none;
        width: 90%;
        min-width: inherit;
        max-width: inherit;
        margin: 0 auto;
        padding: 20px 0;
        background-color: transparent;
    }
    .text_2 h2{
        color: #5096c8;
        font-size: 18px;
        width: 90%;
        padding: 0;
        
    }
    
    .text_2 p{
        color: #000;
        width: 90%;
        margin: 20px auto 30px auto;
        max-width: none;            
        width: 90%;
    }
    
    .text_img2{
        width: 90%;
        max-height: inherit;
        max-width: inherit;
        float: none;
        padding:0;
    }

    
    /*下の白背景部分、*/
    
    .whitebgarea h2{
        color: #fff;
        background-color: #5096c8;
        border-bottom: 2px solid #34609c;
        margin: 0;
        padding: 10px 0;
        font-size: 22px;
    }
    
    
}

@media (max-width: 650px) {
    
}
