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



/*見出し（全般）設定
-----------------------------------*/
h1 {
	font-family: 'Noto Sans JP', sans-serif;
    padding: 0px;
    font-size: 65%;
    width: auto;
    float: left;
	}
h2 {
	font-size: 225%;
	}

h3 {
	font-size: 187%;
	}

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

}

	
 /*共通TXT-----------------*/		
	
.t-go {
    font-family: 'Noto Sans JP', sans-serif;
}
.t-min {
font-family: 'Noto Serif JP', serif;
}
	
.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 {
	width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    display: table;
    height: 60px;
    background-color: #FFFFFF;
    position: fixed;
    margin-top: 0px;
    z-index: 300;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 160px auto;
}

.head_wrapp {
    padding: 0px;
    width: 1080px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: 60px;
}
.head_h1 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: lighter;
    display: table;
    width: 100%;
    float: left;
    color: #000000;
}	
.logobox {
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
    max-width: 43px;
    width: 100%;
    display: block;
}

.logo_txtbox {
    padding: 0px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    max-width: 170px;
    width: 100%;
    text-align: center;
}	
	
.head_detabox {
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: table;
    float: right;

    width: auto;
    height: auto;
}

.head_detabox_line {
    padding: 0px;
    display: block;
    float: right;
    width: 35px;
    height: 33px;
}	
.head_detabox_tel {
    padding: 0px;
    display: block;
    float: right;
    width: 115px;

	margin-top: 6px;
    margin-right: 50px;
}		
.head_detabox_tel_pc {
    display: block;
}		
.head_detabox_tel_sp {
    display: none;

}			

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

section {
    display: table;
    width: 100%;
    min-height: 100px;

}	
.sec_back_coler {
    background-color: #EFEFEF;
}	
	
.sec_back_coler2 {
    background-color: #1D2067;
}	
	
.sec_back_peper {
    background-image: url(../img/back_01.jpg);
    background-repeat: repeat-y;
    background-position: right center;
}	
	


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

	
/*wrapp-----------------*/	
	
.wrapp_pc_max {
    width: 100%;
}
	
.wrapp_pc_wide {
    width: 100%;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    background-color: #F17624;
}
.wrapp_pc_middle {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    background-color: #F17624;
    border-top-width: medium;
}		
.wrapp_pc_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: #FFFFFF;
}		
	

	

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


}
.footer_txtbox p {
    display: inline-block;


}

.foot_logobox {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 200px;
    display: block;
}
	
	



	
/*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;
}		
	
	
	
/*セクション8-----------------*/		
.sec_08 {
	width: 100%;
	max-width: 720px;
    display: table;
    margin-right: auto;
    margin-left: auto;	
    margin-bottom: 0px;
}
	
.sec_08_head {
	width: 100%;	
    display: table;
    margin-right: auto;
    margin-left: auto;	
 margin-bottom: 80px;
}

.sec_08_shoplink {
	width: 85%;

    display: table;
    margin-right: auto;
    margin-left: auto;	
 margin-bottom: 50px;
}	
	

	
	
	
}




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


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

    font-size: 75%;
	}
h2 {
	font-size: 225%;
	}

h3 {
	font-size: 187%;
	}

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

}

	
/*共通TXT-----------------*/		
	
.t-go {
    font-family: 'Noto Sans JP', sans-serif;
}
.t-min {
font-family: 'Noto Serif JP', serif;
}
	
.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: 50px;
    background-color: #FFFFFF;
    position: fixed;
    margin-top: 0px;
    z-index: 300;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 115px auto;	
}

.head_wrapp {
    padding: 0px;
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    text-align: center;
}
.head_h1 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: lighter;
    display: none;
    width: 90%;
    float: left;
    color: #FFFFFF;
}	
.logobox {
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
    max-width: 30px;
    width: 100%;
    display: block;
}

.logo_txtbox {
    padding: 0px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;

    max-width: 156px;
    width: 100%;
    display: block;
}	
	
	
.head_detabox {
    padding: 0px;
    margin-top: 17px;
    margin-right: 30px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: table;
    float: right;

    width: auto;
    height: auto;
}
	
.head_detabox_line {
    padding: 0px;
    display: block;
    float: right;
    width: 25px;
    height: auto;
}	
.head_detabox_tel {
    padding: 0px;
    display: block;
    float: right;
    width: 60px;
    height: auto;
	margin-top: 0px;	
	margin-right: 0px;
}			

.head_detabox_tel_pc {
    display: none;	
}		
.head_detabox_tel_sp {
    display: block;

}	
	
/*セクション-----------------*/		
	
	
section {
    display: table;
    width: 100%;
    min-height: 100px;

}	
.sec_back_coler {
    background-color: #EFEFEF;
}	
	
.sec_back_coler2 {
    background-color: #1D2067;
}	

	

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

	
	
/*wrapp-----------------*/	
	
.wrapp_sp_max {
    width: 100%;
    background-color: #F17624;	
}
	
.wrapp_sp_wide {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    background-color: #F17624;
}
.wrapp_sp_middle {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
   background-color: #F17624;
}		
.wrapp_sp_small {
    width: 85%;
    max-width: 375px;
    margin-right: auto;
   margin-left: auto;
    background-color: #F17624;
}		
	
	

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

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

	

.footer_txtbox {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: table;
    line-height: 130%;
    font-size: 70%;

    margin-top: 20px;
    margin-bottom: 20px;


}
.footer_txtbox p {
    display: inline-block;


}

.foot_logobox {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 200px;
    display: block;
}
	


/*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;
}		
		

	/*セクション8-----------------*/		
.sec_08 {
	width: 90%;
		max-width: 720px;
	margin-left: auto;
	margin-right: auto;
    display: table;
    margin-bottom: 50px;
}
	
.sec_08_head {
	width: 100%;	
    display: table;
    margin-right: auto;
    margin-left: auto;	
 margin-bottom: 20px;
}

.sec_08_shoplink {
	width: 95%;
	max-width: 480px;	
    display: table;
    margin-right: auto;
    margin-left: auto;	
 margin-bottom: 30px;
}	



}
