/*===============================================
●pc用のcssを記述
===============================================*/
@media screen and (min-width:900px) {



/*見出し（全般）設定
-----------------------------------*/
h1 {
    padding: 0px;
    font-size: 75%;
    width: auto;
    float: left;
	}
h2 {

	}

h3 {
	font-size: 187%;
	}

h4 {
	font-size: 156%;
	}
h5 {
	font-size: 125%;

}

	
 /*共通TXT-----------------*/		
	
.t-go {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.t-min {
font-family: 'Noto Serif JP', serif;
	    font-weight: 500;
}
	
.txt-body {
    width: 100%;
    font-size: 113%;
    line-height: 200%;
}

.txt-lead {
    width: 100%;
    font-size: 156%;
    line-height: 180%;
}
.txt-price {
    width: 100%;
    font-size: 218%;
    line-height: 140%;
}
.txt-caption {
    width: 100%;
    font-size: 88%;
    line-height: 130%;
}			
	

/*ヘッドー-----------------*/	
	
.head {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    display: table;
    width: 100%;
    height: 40px;
    background-color: #000000;
 
    margin-top: 0px;

}

.head_wrapp {
    padding: 0px;
    width: 98%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    display: block;
 
}
.head_h1 {
    text-align: left;
    margin-top: 3px;
    margin-bottom: 1px;
    font-weight: lighter;
    display: block;
    width: 50%;
    float: left;
    color: #505050;
}	
.logobox {
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
    max-width: 200px;
    width: 100%;
    display: block;
}

	
.head_detabox {
    padding: 0px;
    margin-right: 55px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block;
    float: right;
    color: #000000;
    width: 260px;
    height: 70px;
}

.head_detabox img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

	

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


	
	
section {
    display: table;
    width: 100%;
    min-height: 100px;
}	
.sec_back_coler {
    background-color: #000;
}	
	
.sec_back_coler2 {
    background-color: #EFEFEF;
}	
	
.sec_back_peper {
    background-image: url(../img/back_01.jpg);
    background-repeat: repeat-y;
    background-position: right center;
}	
	


/*コンテンツ----------------*/
	
.con {
    min-height: 100px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: 100%;
    height: 300px;
}

	
/*wrapp-----------------*/	
	
.wrapp_max {
    width: 100%;
}
	
.wrapp_wide {
    width: 100%;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    background-color: #F17624;
}
.wrapp_middle {
    width: 100%;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
   background-color: #F17624;
}		
.wrapp_small {
    width: 100%;
    max-width: 375px;
    margin-right: auto;
   margin-left: auto;
    background-color: #F17624;
}		
	
	
		
/*フッター設定
---------------------------------------------------------------------------*/

	
.footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: table;
    background-color: #000000;
}		
	

	

.footer_txtbox {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: table;
    line-height: 130%;
    font-size: 70%;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;


}
.footer_txtbox p {
    display: inline-block;


}

.foot_logobox {

    margin-right: auto;
    margin-left: auto;

    width: 300px;
    display: block;
}
.foot_wrapp {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    height: 100%;
}
	
	
.foot_img {
    width: 100%;
    max-width: 135px;
    display: block;

}
.foot_migi {
    float: right; 
    display: block;
}

.foot_hidari {
    float: left; 
    display: block;
}	
	
/*応募
---------------------------------------------------------------------------*/

.obo {
    position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;
    background-repeat: repeat-x;
    height: auto;
    display: none;
    border-top: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    background-image: url(../img/sp_toi_bace.gif);
    background-position: center top;
}



	
/*iframe-----------------*/		
	
.iframe_box{
    position: relative;
    width: 100%;
    height: 920px;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #A9A9A9;
    max-width: 700px;
}
.iframe_box iframe{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
}		
	
	
	

	

	
	
	
}




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


/*見出し（全般）設定
-----------------------------------*/
h1 {

    font-size: 60%;
	}
h2 {
	font-size: 125%;
	}

h3 {
	font-size: 187%;
	}

h4 {
	font-size: 156%;
	}
h5 {
	font-size: 125%;

}

	
 /*共通TXT-----------------*/		
	
	
.txt-body {
    width: 100%;
    font-size: 125%;
    line-height: 175%;
}

.txt-lead {
    width: 100%;
    font-size: 156%;
    line-height: 180%;
}
.txt-price {
    width: 100%;
    font-size: 218%;
    line-height: 140%;
}
.txt-caption {
    width: 100%;
    font-size: 88%;
    line-height: 130%;
}			

	
	
/*ヘッドー-----------------*/	
	
.head {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    display: table;
    width: 100%;
    height: 35px;
    background-color: #000000;
  
    margin-top: 0px;
 
}

.head_wrapp {
    padding: 0px;
    width: 95%;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    display: table;

}
.head_h1 {
    text-align: left;
    margin-top: 3px;
    margin-bottom: 1px;
    font-weight: lighter;
    display: block;

    float: left;
    color: #505050;
    height: auto;
}	
.logobox {
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
    max-width: 200px;
    width: 100%;
    display: block;
}

.head_detabox {
    padding: 0px;
    margin-top: 5px;
    margin-right: 45px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: none;
    float: right;
    color: #000000;
    width: 200px;
    background-color: #FFEBD2;
}
	
	

	
	
/*セクション-----------------*/		
	
	
section {
    display: table;
    width: 100%;
    min-height: 50px;
}	
.sec_back_coler {
    background-color: #000;
}	
	
.sec_back_coler2 {
    background-color: #EFEFEF;
}	

	

		
	
/*コンテンツ----------------*/
	
.con {
    min-height: 100px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: 100%;
    height: 300px;
}


	
/*wrapp-----------------*/	
	
.wrapp_max {
    width: 100%;
    background-color: #F17624;	
}
	
.wrapp_wide {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    background-color: #F17624;
}
.wrapp_middle {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
   background-color: #F17624;
}		
.wrapp_small {
    width: 95%;
    max-width: 375px;
    margin-right: auto;
   margin-left: auto;
    background-color: #F17624;
}		
	
	

		
	
/*フッター設定
---------------------------------------------------------------------------*/

	
.footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 0px;
    text-align: center;
    display: table;
    background-color: #000000;
}		
	

	

.footer_txtbox {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: table;
    line-height: 130%;
    font-size: 70%;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;


}
.footer_txtbox p {
    display: inline-block;


}

.foot_logobox {

    margin-right: auto;
    margin-left: auto;

    width: 210px;
    display: block;
}
.foot_wrapp {
    width: 100%;
    max-width: 280px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    height: 100%;
}
	
	
.foot_img {
    width: 100%;
    max-width: 130px;
    display: block;

}
.foot_migi {
    float: right; 
    display: block;
}

.foot_hidari {
    float: left; 
    display: block;
}		

/*応募
---------------------------------------------------------------------------*/

.obo {
    position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;
    background-repeat: repeat-x;
    height: 94px;
    display: table;
    background-image: url(../img/sp_toi_bace.gif);
    background-position: right top;
}

.obo_wrapp {
	height: auto;
	width: 95%;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.obo_img_mail {
    height: auto;
    max-width: 220px;
    float: right;
}
.obo_img_txt {
    height: auto;
	margin-top: 20px;
    max-width: 117px;
    float: left;
}
/*iframe-----------------*/		
	
.iframe_box{
    position: relative;
    width: 100%;
    height: 920px;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #A9A9A9;
    max-width: 700px;
}
.iframe_box iframe{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
}		
		





}
