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


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

.topimg {
    margin-top: 0px;
    width: 100%;
    display: table;
    height: 900px;
    padding-top: 0px;
    background-color: #000000;
    background-image: url(../img/main.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}	
	

	
.topimg_titol {
    width: 960px;
    display: table;
    margin-top: 300px;
    margin-right: auto;
    margin-left: auto;
}		
.topimg_titol_p {
    font-family: 'Noto Serif JP', serif;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 500;


}		
.topimg_titol_p2 {
    font-family: 'Noto Serif JP', serif;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}		
	
	
	

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

.sec01_titol {
    display: table;
    width: 100%;
    height: auto;
    margin-top: 0px;
	margin-bottom: 50px;
    float: right;
    text-align: center;
}
.sec01_titol p {
    font-family: 'Noto Serif JP', serif;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 500;
}
.sec01_left {
    display: table;
    width: 40%;
	min-height: 300px;
    height: auto;
    color: #FFFFFF;	

}
 
.sec01_right {
    display: table;
    width: 40%;
    min-height: 300px;
    height: auto;
    color: #FFFFFF;
    float: right;

}
	
.sec01_box_mi {
    display: table;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
	line-height: 45px;
	text-align: center;
    height: auto;
    color: #FFFFFF;	
	margin-bottom: 20px;
  font-feature-settings: "palt";
}
.sec01_box_txt {
    display: table;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    color: #FFFFFF;
    font-size: 19px;
    line-height: 35px;
    font-weight: 600;
    height: auto;
    color: #FFFFFF;	
  font-feature-settings: "palt";	
}	
	
.sec01_box_txt_link {
    display: table;
    width: 70%;
	float: right;
    font-family: 'Noto Serif JP', serif;
    color: #FFFFFF;
    text-align: right;
}
	
	
 /*セクション2ー-----------------*/		

.sec02 {
    margin-right: auto;
    margin-left: auto;
	margin-top: 70px;
	margin-bottom: 70px;
display:flex;justify-content: center;padding:0;list-style: none;
	width: 100%;
    max-width: 960px;
    height: auto;
    min-height: 100px;
}

	
.sec02_left {

width:calc(100% / 2);
	margin-right:15px;

    height: auto;
    color: #000;

}
 
.sec02_right {

width:calc(100% / 2);
	margin-left: 15px;

    height: auto;
    color: #000;

}
	
.sec02_box_mi {
    display: table;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    line-height: 35px;
    text-align: left;
    height: auto;
    color: #000;
    margin-bottom: 10px;
    font-feature-settings: "palt";
}
.sec02_box_txt {
    display: table;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    color: #000;	
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    height: auto;
  font-feature-settings: "palt";	
}	
	
	
 /*セクション3-----------------*/	
	
.sec03 {
    width: 100%;
    height: 300px;
    background-image: url(../img/offshot.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	margin-bottom: 20px;
}
	
	
	
}




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

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


.topimg {
    margin-top: 0px;
    width: 100%;
    display: table;
    height: 680px;
	padding-top: 0px;
    background-color: #000000;
    background-image: url(../img/main.jpg);
    background-position: center bottom;
    background-size: cover;
}	
	
	
.topimg_titol {
    width: 85%;
    display: table;
    margin-top: 430px;
    margin-right: auto;
    margin-left: auto;
}		
.topimg_titol_p {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: 500;
    text-shadow: 0px 0px 3px #000000;
}		
.topimg_titol_p2 {
    font-family: 'Noto Serif JP', serif;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-shadow: 0px 0px 3px #000000;	
}		
	
 /*セクション1ー-----------------*/	
	

.sec01_titol {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 50px;
	margin-bottom: 20px;
    float: right;
    text-align: center;
}
.sec01_titol p {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-weight: 500;
}
.sec01_left {
    display: table;
    width: 85%;
    height: auto;
    color: #FFFFFF;	
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 80px;
}
 
.sec01_right {
    display: table;
    width: 85%;
    height: auto;
    color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;

}
.sec01_box_mi {
    display: table;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
  font-feature-settings: "palt";	
    font-size: 23px;
	line-height: 15px;
	text-align: center;
    height: auto;
    color: #FFFFFF;	
	margin-bottom: 20px;

}
.sec01_box_txt {
    display: table;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    height: auto;
    color: #FFFFFF;	
}	
	
.sec01_box_txt_link {
    display: table;
    width: 70%;
	float: right;
    font-family: 'Noto Serif JP', serif;
    color: #FFFFFF;
    text-align: right;
}

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

.sec02 {
	margin-top: 20px;
	margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
display:table;justify-content: center;padding:0;list-style: none;
	width: 80%;
    height: auto;
    min-height: 300px;
}

	
.sec02_left {

width:100%;
	margin-bottom:15px;

    height: auto;
    color: #000;

}
 
.sec02_right {

width:100%;

    height: auto;
    color: #000;

}
	
.sec02_box_mi {
    display: table;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    line-height: 25px;
    text-align: left;
    height: auto;
    color: #000;
    margin-bottom: 10px;
    font-feature-settings: "palt";
}
.sec02_box_txt {
    display: table;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    color: #000;	
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    height: auto;
  font-feature-settings: "palt";	
}		
	

 /*セクション3ー-----------------*/		
	
.sec03 {
    width: 100%;
    height: 150px;
    background-image: url(../img/offshot.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	margin-bottom: 20px;
}	
	
	
}
