
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap{
		background:url("../img/mv_bg_sp.jpg") no-repeat top center;
		background-size:cover;
	}

	
    
	/* ==============================================================
     *
     * contact
     *
     * ============================================================== */
     
     
	
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	#sec01{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
	}


	#sec01{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
	}

	#sec01 .wrapper{
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2rem;
		letter-spacing: 0;
		color:#005292;
		text-align: center;
		line-height: 140%;
		padding:30px 0 20px;
	}
    
    #sec01 h2 span{
		display:block;
		font-size:1.3rem;
		color:#9199a2;
		padding: 10px 0 0;
	}
    
    #sec01 h2.ttl_txt2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.3rem;
		color: #b90f3b;
		padding: 30px 0;
		text-align: center;
	}
    
    #sec01 h2.ttl_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.2rem;
		letter-spacing: 1px;
		color:#005292;
		border-bottom: 1px solid #005292;
		padding: 30px 0 10px;
		margin: 0 0 30px;
	}

	#sec01 .tel_wrap{
		background:#e8eaee;
		padding: 30px 10% 30px;
		text-align: center;
	}

	

	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}

	#sec01 p.tel_txt{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 3.0rem;
		letter-spacing: 1px;
		line-height: 100%;
		padding: 7px 0 0;
	}

	#sec01 p.note_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 1px;
		line-height: 160%;
		text-indent: -1em;
		padding: 12px 0 40px 1em;
	}

	#sec01 p.note_txt2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		letter-spacing: 1px;
		text-indent:-1em;
		line-height: 140%;
		padding: 10px 0 0 1em;
	}


	#sec01 th{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.5rem;
		letter-spacing: 1px;

	}

	#sec01 td{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.7rem;
		letter-spacing: 1px;
		vertical-align: baseline;
	}
    
    #sec01 td a{
    	display:block;
    	font-size: 1.3rem;
    	color:#005292;
    	padding: 11px 0 0;
    	transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.01) 0s;
    }

    
    
    #sec01 .btn a{
    	width:260px;
    	display:block;
    	font-family: 'Noto Sans JP', sans-serif;
    	font-weight: 400;
    	font-size: 1.4rem;
    	text-align:center;
    	color:#fff;
    	padding:3px 0;
    	border-radius:40px;
    	background:#66bae6;
    	margin:0 auto 20px;
    	transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.01) 0s;
    }

    
	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

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

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width:413px) {
	
}