@charset "utf-8";
/* CSS Document */


.mainimage{
    background-image: url("../image/topimge.jpg");
    background-position: top center;
}


h2{
    margin: 0;
    color: #5096c8;
}

.text_1,.text_3{
    width: 50%;
    height: auto;
    background-color: rgba( 255, 255, 255, 0.85 );
    margin : -6% 0 0 5%;
    position:absolute;
    padding-bottom: 50px;
}

.text_2 strong{
	color: #ff9d34;
	font-weight: normal;
}


.text_img2{
    margin: -60px 5% 0 0%;
    text-align: center;
}
.text_img2 img{
    width: 90%;
}



.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;
}


/*料金プラン************************************/
.ryoukin{
    width: 100%;
    height: auto;
    background-image: url("../image/back.png");
    background-size: 100%;
    text-align: center;
    padding : 30px 0%;
    background-repeat: no-repeat;
    overflow: hidden;
}



.ryoukin p{
    color: #584d38;
    font-size: 22px;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 10px;
    font-family: "Sawarabi Gothic";
    text-align: left;
}
.ryoukin a{
	margin: 60px auto 0 auto;
}



/* ########### 900以下 ########### */
@media (max-width: 900px) {   

    .mainimage{
        background-position: center 20% ;
        background-size: 90% auto;
    }
    /*上部のイラスト設定*/
  .text_img2{
        margin: 0 auto;
        text-align: center;
    }
    .text_img2 img{    
        width: 90%;
        width: 250px;
    }
    
    
    /*料金プラン************************************/
    .ryoukin{
        padding: 0%;
        width: 100%;
        background-size: cover;
    }    
 
    .ryoukin p{
        font-size : 100%;
        width: 90%;
        padding: 60px 0 20px 0;
    }
	.ryoukin a{
		margin: 30px auto 0 auto;
	}
    
    
    .tell{
    float: none;
    padding:10% 0 10%;
}

.tell img{
    width: 80%;
}
    /*料金プラン************************************/
  
}
/* ########### 600以下 ########### */
@media (max-width: 600px) {   

    .mainimage{
            background-position: center center;
            background-size: cover;

        }
}
