/*===============================================
●style.css 画面の横幅が670px以上
===============================================*/
@media screen and (min-width:900px) {


/*メイン画像
-----------------------------------*/
	
 /*トップ画像ー-----------------*/	

.topimg {
    margin-top: 0px;
    width: 100%;
    display: table;
    height: 700px;
	padding-top: 0px;
    background-color: #C1272D;
    background-image: url(../img/main.jpg);
    background-position: center bottom;
    background-size: cover;
}	
	

	
.topimg_titol {
    width: 100%;
    display: table;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 90px;
}		
.topimg_titol_sp {
    display: none;
 
}		
	
/*見出し装飾
-----------------------------------*/


	

	
 /*画像ー-----------------*/	

	
	
/*新着-----------------*/		
.newsbox{
    width: 85%;
    height: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	   padding-top: 15px;
    padding-bottom: 5px;
    border: 1px solid #633C2C;
}		
.newsbox iframe{
    top: 0;
    left: 0;
    width: 98%;
    height: 98%;
	margin-right: auto;
    margin-left: auto;
    border: none;
    display: block;

}	

	
		
	
 /*お知らせー-----------------*/	
	
.infobox {
    width: 95%;
    display: table;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    border: 1px solid #633C2C;
}	
.infobox_midashi {
	font-family: 'Noto Serif JP', serif;
	font-size: 160%;
	color: #633C2C;
    width: 90%;
    display: table;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #633C2C;
    padding-bottom: 10px;
	margin-bottom: 10px;

}	
.infobox_txt {
    width: 90%;
    display: table;
    margin-right: auto;
    margin-left: auto;
  font-family: 'Noto Serif JP', serif;
	font-size: 90%;	
	line-height: 160%;
	color: #633C2C;
}	

	
	
 /*セクション1ー-----------------*/	
	

.sec_01img {
    width: 40%;
    display: table;
    max-width: 455px;
    border: 7px solid #FFFFFF;
    -webkit-box-shadow: 3px 3px 6px 1px #999999;
    box-shadow: 3px 3px 6px 1px #999999;
    float: left;
}
.sec_01box {
    width: 55%;
    display: table;
    max-width: 515px;
    float: right;
}

	
	
	
/*ボタン-----------------*/		

	
	
	
}




/*ここからスマートフォン用環境の設定---------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width:899px) {

/*トップ画像ー-----------------*/	


.topimg {
    margin-top: 0px;
    width: 100%;
    display: table;
    height: 700px;
	padding-top: 0px;
    background-color: #C1272D;
    background-image: url(../img/main.jpg);
    background-position: center bottom;
    background-size: cover;
}	
	
	
.topimgback {
    background-image: url(../img/main.jpg);
    background-position: center center;
    background-size: cover;
}	
	
.topimg_titol {
   display: none;
}		
.topimg_titol_sp {
    width: 100%;
    display: table;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 90px;
}		
	
	
/*新着-----------------*/		
.newsbox{
    width: 85%;
    height: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	   padding-top: 15px;
    padding-bottom: 5px;
    border: 1px solid #633C2C;
}		
.newsbox iframe{
    top: 0;
    left: 0;
    width: 98%;
    height: 98%;
	margin-right: auto;
    margin-left: auto;
    border: none;
    display: block;

}
	
		
 /*お知らせー-----------------*/	
	
.infobox {
    width: 95%;
    display: table;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    border: 1px solid #633C2C;
}	
.infobox_midashi {
	font-family: 'Noto Serif JP', serif;
	font-size: 160%;
	color: #633C2C;
    width: 90%;
    display: table;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #633C2C;
    padding-bottom: 10px;
	margin-bottom: 10px;

}	
.infobox_txt {
    width: 90%;
    display: table;
    margin-right: auto;
    margin-left: auto;
  font-family: 'Noto Serif JP', serif;
	font-size: 90%;	
	line-height: 160%;
	color: #633C2C;
}	
	



}
