@charset "UTF-8";
/*---------------------------------
基本設定
----------------------------------*/
html {
	min-width: 320px;
	font-size: 62.5%;/*10px*/
}
body {
	margin: 0;
	line-height: 1.5;
	color: #333;
	background:#fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
/*Headline*/
h1 {
  float:left;
	margin: 0.25em 0;
	font-size: 48px;
	font-size: 4.8rem;
  font-weight:bold;
}

h2 {
  clear:both;
	margin: 1em 0;
	font-size: 21px;
	font-size: 2.1rem;
}
h3 {
	margin: 0.5em 0;
	font-size: 21px;
	font-size: 2.1rem;
}

h4 {
	margin: 1em 0;
	font-size: 18px;
	font-size: 1.8rem;
}


h5 {
	margin: 1.67em 0 1em;
	font-size: 14px;
	font-size: 1.4rem;
}
h6 {
	margin: 1.67em 0 0.5em;
	font-size: 14px;
	font-size: 1.4rem;
}
img, video {
	max-width: 100%;
	height: auto;
}
/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}

.bold{
  font-weight:bold;
}

.red_color{
 color:#FF0000;
}

.through{
  text-decoration: line-through;
}

.opacity_05{
  opacity:0.5;
}

.small_font{
  font-size:90%;
}

.spec_page{
  font-size:120%;
 width:90%;
 text-align:center;
 font-weight:bold;
 background-color:#666; 
 margin:20px auto 10px;
 padding:3px 0;
 border-radius:15px;
 bottom:0;
 letter-spacing: 10px;
}

.spec_page a:link{
 color:#fff;
 text-decoration:none;
}

.spec_page a:hover{
  opacity:0.5;
}

.spec_page a:visited{
 color:#fff;
 text-decoration:none; 
}



/*---------------------------------
全体の枠
----------------------------------*/
#wrapper {
	margin: 0 10px;
	padding-bottom: 40px;
}

/*---------------------------------
ヘッダー
----------------------------------*/



#header-logo img{
  display:block;/*インライン要素を解除する*/
  margin:0;
  padding:0;
}

.hr{
	 display:block;
    border:0;
    border-top: 6px solid #FF6600;
    margin:0;
    padding:0;
    clear:both;
}



 
#header-h1 img{　/*h1マーク*/
  width:14.5299%;
  padding:0;
  margin:0.8575% 0.8575% 0.8575% 0;
  float:left;
}

header h1{
 width:73.5014%; 
 margin: 0.25em 0;
 padding-bottom:20px;
 font-size:38px;
	font-size: 3.8rem;
  font-weight:bold;
}


#main_visual_1 {
  display:block;/*インライン要素を解除する*/
	margin-bottom:20px;
	/*760px+15px( column)/1170px*/
}

#main_visual_2 {
  display:block;/*インライン要素を解除する*/
	float:left;
	width: 48.7179%;
	/*570px(6column)/1170px*/



/*2020 5/9 写真サイズ変更---------------------------

STOP #main_visual_1 {
  display:block;/*インライン要素を解除する*/
	margin-bottom:20px;
	/*760px+15px( column)/1170px*/
}


STOP #main_visual_2 {
  display:block;/*インライン要素を解除する*/
	float:left;
	width: 48.7179%;
	/*570px(6column)/1170px*/
}

STOP #main_visual_3 {
  display:block;/*インライン要素を解除する*/
  margin:0;
  padding:0;
	float:right;
	width: 48.7179%;
	/*370px( column)/1170px*/
}


2020 5/9 写真サイズ変更　終了---------------------------------*/


/*---------------------------------
ナビゲーション
----------------------------------*/



/*---------------------------------
コンテンツ
----------------------------------*/
 #contents section{
   border:3px solid #ccc;
   background-color:#e9e9e9;
   width: 74.3589%;
	/*970px(10column)/1170px*/
    margin-right:12.5641%;
    margin-left:12.5641%;
    margin-bottom:20px;
}


  #contents section h3 {
	color: #cc6600;
  text-align:center;
}

  #contents section h4 {
    text-align:center;
    margin:20px;
  }

#contents .price{
  font-size:24px;
  font-size:2.4rem;
  font-weight:bold;
  color:#FF0000;
}


#contents .contents_text{
  text-align:center;
  height:70%;
    padding:0 20px 15px;
}


article .photo {
	text-align:center;
}

article .big{
  font-weight:bold;
	margin: 2em 0 0.5em;
	font-size: 18px;
	font-size: 1.8rem;
}


article table{
	width:100%;
  margin:0 auto;
  border-collapse: collapse;
	border-spacing: 0;
}

article table .small{
  font-size:0.8em;
}

article table th{
  background-color:#CCCCCC;
  border:solid 1px #999999;
  text-align:left;
  padding:0.5em;
}

article table td{
  background-color:#FFFFFF;
  border:solid 1px #999999;
  text-align:left;
  padding:0.5em
}

table .table_30{
  width:30%;
}

table .table_40{
  width:40%;
}

table .table_60{
  width:60%;
}

.inner {
	margin-bottom:20px;
}



#spec section{
   width: 82.9059%;
    margin-right:8.5470%;
    margin-left:8.5470%;
    margin-bottom:20px;
}




#spec section h2{
  width:100%;
  margin:0;
  text-indent:1em;
  text-indent:1rem;
	font-size: 28px;
	font-size: 2.8rem;
  background-color:#ffe9a6;
  color:#666666;
}


#spec .photo_info img{
 width:100%;
 margin: 0;
}

#spec .photo_info p{
  margin-top:10px;
}


#spec section .price{
 font-size:32px;
 font-size:3.2rem;
 color:#FF0000;
}


#spec section .small{
 font-size:16px;
 font-size:1.6rem; 
}




/*---------------------------------
Aside
----------------------------------*/

#text-gaiyou h5 {
    font-size:21px;
    font-size:2.1rem;
    margin:0.8em 0;
	color: #666;
}


#gaiyou_visual_1 img{
 margin:15px auto 30px;


}

 <!--table:送料 -->
#text-gaiyou table{
	width:100%;
  margin:0 auto;
  border-collapse: collapse;
	border-spacing: 0;
}

#text-gaiyou .small{
  font-size:0.8em;
}

#text-gaiyou th{
  background-color:#CCCCCC;
  border:solid 1px #999999;
  text-align:left;
  padding:0.2em;
}

#text-gaiyou td{
  background-color:#FFFFFF;
  border:solid 1px #999999;
  text-align:left;
  padding:0.2em
}
 
  <!--table:送料おわり -->
  

.info a:hover img{
  opacity:0.5;
}



.info img{
  display:block;
  clear:both;
	width:65.8119%;
  margin-right:17.0940%;
  margin-left:17.0940%;
  margin-bottom:20px;
}


#text-gaiyou .ul_1{
  font-size:0.9em;
}

#text-gaiyou .ul_2{
  clear:both;
  margin-top:0;
  margin-bottom:20px;
  width:100%;
}

/*---------------------------------
フッター
----------------------------------*/

footer {
  float:right;
  	font-size: 0.9em;
}


footer ul{
  float:right;
	overflow:hidden;/*はみ出したボーダーを隠すため*/
		margin-bottom:10px;
    margin-right:5px;
}

	
.footer-company-links li{
  font-size:12px;
  font-size:1.2rem;
	display: inline;
  border-left: solid 1px #3f2702;
	padding:0 5px;
	margin-left:-1px;/*先頭のボーダーを削除するため*/

	
}

.footer-company-links a:link{
  text-decoration:none;
  color: #333;
}

.footer-company-links a:hover{
  opacity:0.8;
}

.footer-company-links a:visited{
  text-decoration:none;
  color: #333;
}




footer .copyright{
  font-size:12px;
  font-size:1.2rem;
  color:#ccc;
  clear:both;
  float:right;
   margin-right:5px;
   margin-bottom:10px;
}



/*---------------------------------
申込みフォーム
----------------------------------*/
.form_h1{
  text-align:center;
  clear:both;
  color:#FFFFFF;
  width:82.9059%;
  margin: 0.25em 8.547% 1.7094%;
	font-size: 18px;
	font-size: 1.8rem;
  font-weight:bold;
  background-color:#003399;
}

.form{
  width:82.9059%;
  text-align:left;
  margin:20px auto;
}


.form th{
  font-size:14px;
  font-size:1.4rem;
  background-color:#e8e8e8;
  border: 1px solid #b9b9b9;
  padding:0.5em;
  font-weight:normal;
  vertical-align: middle;
}

.form td{
  font-size:14px;
  font-size:1.4rem;
  background-color:#fff;
  border: 1px solid #b9b9b9;
  padding:0.5em;
}

.form .small{
  font-style:normal;
  padding-left:0.5em;
	font-size:0.8em;
}

.form .red{
  color:#FF3333;
  font-style:normal;
	font-size:0.8em;
  padding-left:0.5em;
}

.form_box1{
 width:30%; 
}

.form_box2{
 width:70%; 
}

/* 2016-08-01追加 フォーム画像ボタン用 by Yu-ichi */
button {
  border:none;
  background:none;
  padding:0;
  margin:20px auto;
  cursor:pointer;
}
button:hover {
  opacity:0.5;
}


/*---------------------------------
サンクスページ
----------------------------------*/
.thank_h1{
  clear:both;
  width:100%;
  padding-top:30px;
  font-size:28px;
  font-size:2.8rem;
  color:#999999;
 text-align:center;
  
}

.thank_p{
  width:100%;
  clear:both;
 text-align:center;
 font-size:14px;
  font-size:1.4rem;
  margin-bottom:400px;
  padding-top:30px;

}



/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 500px) {

header .header-logo{
  float:left;
	width: 48.7179%;
	/*570px(6column)/1170px*/
}

header .header-tel{
  float:right;
  line-height:center;
	width: 48.7179%;
	/*570px(6column)/1170px*/
  
}  

/*---------------------------------
コンテンツ
----------------------------------*/

#text-gaiyou ul{
  margin-top:30px;
}

#spec .photo_info{
  width:100%;
  margin:10px auto;
}


#spec .spec_text{
  width:100%;
  margin:10px auto;
}



/*---------------------------------
Aside
----------------------------------*/







}


@media only screen and (min-width: 640px) {
  

  
/*---------------------------------
全体の枠
----------------------------------*/
  #wrapper {
	margin: 0 20px;
}


/*---------------------------------
ヘッダー
----------------------------------*/
.hr{
	 display:block;
    border:0;
    border-top: 8px solid #FF6600;
    margin:0;
    padding:0;
}



/*---------------------------------
ナビゲーション
----------------------------------*/


/*---------------------------------
コンテンツ
----------------------------------*/

 #contents h2 {
		margin: 0.83em 0;
	font-size: 32px;
	font-size: 3.2rem;
}

#spec section{
  clear:both;
}

#spec .photo_info{
  float:left;
  width:40.1709%;
  margin:10px 2.5641% 0 0;
}

#spec .photo_info a:hover img{
  opacity:0.5;
}


#spec .spec_text{
  float:left;
  width:57.2649%;
  margin:10px auto 40px;
}


/*---------------------------------
Aside
----------------------------------*/






}



@media only screen and (min-width: 960px) {
/*---------------------------------
基本設定
----------------------------------*/
  body {
	font-size: 14px;
	font-size: 1.4rem;
}


/*---------------------------------
レイアウト設定
----------------------------------*/  
  header {
	width: 100%;/*1170px(12column)/1170px*/
  margin:0;
  padding:0;
  }


header .header-logo{
  float:left;
	width: 40.1709%;
	/*470px(5column)/1170px*/
}

header .header-tel{
  float:right;
  line-height:center;
	width: 31.6239%;
	/*370px(4column)/1170px*/
  
}

  
#header-h1 img{
  width:5.9829%;
  float:left;
  margin:0.8575% 0.8575% 0.8575% 0;
}

header h1{
 width:93.1596%; 
 margin: 0.25em 0;
	font-size: 48px;
	font-size: 4.8rem;
  font-weight:bold;
}


#main_visual_1 {
  clear:both;
	float:left;
	width: 66.2393%;
	/*760px+15px( column)/1170px*/
}

#main_visual_2 {
	float:right;
	width: 30.7692%;
	/*360px( column)/1170px*/
}

#main_visual_3 {
	float:right;
	width: 30.7692%;
	/*360px( column)/1170px*/
}




/*---------------------------------
ナビゲーション
----------------------------------*/






/*---------------------------------
コンテンツ
----------------------------------*/
#contents section {
  float:left;
	width: 31.6239%;
	/*370px(4column)/1170px*/
  margin-left:0;
    margin-right:1.7949%;
  }

#contents section:last-child {
	margin-right: -1.7949%;
}





/*---------------------------------
Aside
----------------------------------*/

#text-gaiyou section{
  clear:both;
 width:100%; 
 margin-left:0;
 margin-right:0;
 
}


  
#gaiyou_visual_1 img{
 clear:both;
 float:left; 
 	width: 65.8119%;
 margin-right: 2.5641%;/*30px/1170px*/
 margin-left:0;


}

#text-gaiyou ul{
  float:left;
  width:31.6239%;
  margin-right:0;
}



.info img{
  display:block;
	width:40.1709%;
  margin-right:29.9145%;
  margin-left:29.9145%;
}



 @media only screen and (min-width: 75.625em) { /*1210px*/
/*---------------------------------
全体の枠
----------------------------------*/
  #wrapper {
	width: 83.5714em;/*1170px*/
	/*width:1170px;*/
    margin: 0 auto;
}
}


}

