@charset "UTF-8";
/* CSS Document */
#nav li {
	list-style-type: none;
	float: left;
	margin-right: 2.5em;
	display: block;
	font-size: 0.94em;
}
#nav li a {
	color: #C00;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: block;
	height: 40px;
	width: 760px;
	clear: both;
	position: relative;
	background-color: #E8E8E8;
	padding-top: 10px;
	padding-left: 40px;
	margin-top: 20px;
}
#footer{
	width:100%;
	background-color: #6CB73D;
	color: #FFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	clear: both;
	padding-top: 40px;
	padding-bottom: 10px;
}

#section01,#section02,#section03,#section04,#section05 {
	/* 画像を常に天地左右の中央に配置 */
  background-position: center top;
	/* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  /*background-attachment: fixed;*/
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#section01 {
	/* 画像ファイルの指定 */
  background-image: url(../img/01_back.jpg);
}
@media only screen and (max-width: 767px) {
#section01 {
	/* 画像ファイルの指定 */
  background-image: url(../img/01_back_sp.jpg);
}
}
#section01 p {	margin-top: -20px;
}
#section02 {
	/* 画像ファイルの指定 */
  background-image: url(../img/02_back.jpg);
	min-height:730px;
	margin: 0px;
	padding: 1em 0;
}
#section02 p {
	margin-top: 50px;
	line-height: 2em;
}
#section03 {
	/* 画像ファイルの指定 */
  	background-image: url(../img/03_back.jpg);
	min-height:750px;
	margin: 0px;
	padding: 1em 0;
}

#section03 ul#reason {
	margin:0 auto 1em;
	list-style-type: none;
	width: 100%;
}
#section03 ul#reason li {
	width: 270px;
	float: left;
	margin: 0 40px 20px 0;
	background-image: url(../img/03_li.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:0 10px;
	background-color:rgba(255,255,255,0.8);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.08em;
	min-height:220px;
	font-size:2em;
	color: #F66;
}
#section03 ul#reason li:nth-child(3) {
	margin-right: 0;
	float: right;
}
#section03 ul#reason li h3  {
	text-align: center;
	margin-top: 90px;
	font-size: 0.9em;
	line-height: 1em;
}
#section03 ul#reason p{
	padding: 0px;
	font-size: 0.6em;
	color: #630;
	margin: 20px 10px;
	text-align: left;
	line-height: 1.4em;
	letter-spacing: normal;
	display: block;
}
#section03 #mediaBox {
	background-color:rgba(255,255,255,0.8);
	background-image: url(../img/media.png);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	clear:both;
	padding:1em;
	margin:2em auto;
}
#section03 #mediaBox h2 {
	color:#ffffff;
	background-color:rgba(255,128,155,0.8);
	padding:0.5em;
	display:inline-block;
}
#section03 #mediaBox dl {
	margin-left:1em;
}
#section03 #mediaBox dt {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#section03 #mediaBox dd {
	margin-left:6em;
	margin-bottom:0.5em;
} 

#section04 {
	/* 画像ファイルの指定 */
  background-image: url(../img/04_back.jpg);
	background-repeat: repeat-y;
	padding-bottom: 2em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#section04 p {
	margin-top: 50px;
	line-height: 2em;
}

#section04 #used {
     min-height:300px;
}


#section04 #used h2 {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 0.3em;
	margin-bottom: 0.2em;
	padding-top: 1em;
}

#section04 #used dl {
	background-color: #FFF;
	padding: 10px;
	width: 205px;
	float: left;
	margin-right: 20px;
/* box-shadow */
box-shadow:7px 7px 9px -5px #735b6f;
-moz-box-shadow:7px 7px 9px -5px #735b6f;
-webkit-box-shadow:7px 7px 9px -5px #735b6f;


}
#section04 #used dl:nth-child(4) {
	float: right;
	margin-right: 0;
}

#section04 #used dd {
	padding: 1em auto 0.5em;
	text-align: center;
}

#section05 {
	/* 画像ファイルの指定 */
  background-image: url(../img/05_back.jpg);
	padding-top: 100px;
	/*	position: absolute;*/
	padding-bottom: 30px;
}
#section05 #history {
	background-image: url(../img/05_front_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	z-index: 3;
	height: 400px;
	/*	position: relative;*/
	margin-top: -500px;
}
#section05 #history img {
	margin-top: 500px;
}
#section05 ul {
	background-color: #FFF;
	background-color:rgba(255,255,255,0.8);
	width: 800px;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 30px;
	list-style-type: none;
	list-style-position: inside;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #333;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	z-index: 1;
	/*	position: relative;*/
	display: block;
	margin-top: 150px;
}
#section05 ul li {
	background-image: url(../img/05_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0.1em;
}
#section06 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
    max-width:960px;
}
.inner p {
	font-size: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	font-weight: lighter;
}
.inner p .txtSmall {
	font-size: 0.76em;
}

h1 {
	margin: 0px;
	padding: 0px;
}
.inner {
	text-align: left;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.t-row td:nth-child(odd) {
    background:#ffffff;
}
.t-row td:nth-child(even) {
    background:#FCFBF8;
}
.t-row th:nth-child(odd) {
    background:#ffffff;
}
.t-row th:nth-child(even) {
    background:#FCFBF8;
}.t-row tr th {
	padding: 0.5em;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.t-row tr td {
	padding: 0.5em;
	text-align: center;
}
.t-row td .t-price {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.sale{color:red;text-align: center;}
span.teika{text-decoration:line-through;color:#000000;}
/*
.t-row {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
}*/

/*テーブルレスポンシブ*/

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}



#section06 .fb-page {
	margin: 30px auto;
	width: 500px !important;
}
.t-row .text-s   {
	font-size: 0.8em;
	font-weight: normal;
}
