@charset "utf-8";
/* CSS Document */

/*RESET*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}


/*STYLE*/

*{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body{
	background: #fff1cf;
	background: url("../images/bg_cloth.jpg");
background-attachment: fixed;
}

#contents{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	box-shadow:0px 0px 28px 1px #eeb8ae;
}

#contents img{
	width: 100%;
	vertical-align: middle;
}

#contents {
	font-size: 1.0em;
	line-height: 1.2;
}


/*font-size*/

.font-L{
	font-size: 1.4em;
}

.font-M{
	font-size: 1em;
}

.font-S{
	font-size: 0.9em;
}

p.ls_S{
	letter-spacing: -0.04em;
}

.txt_C{
	text-align: center;
}

.font_red{
	color: #DD4040;
}

.productNo span,
.productNo strong{
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",Meiryo, serif;
	vertical-align: top;
	display: inline-block;
}

.productNo span{
	font-size: 1.3em;
	border: 2px solid #eb6d32;
	border-radius: 3px;
	color: #eb6d32;
	margin: 0 8px;
	padding: 2px 5px;
}

.productNo strong{
	font-size: 1.8em;
}

/*padding*/

.pad40{
	padding: 0 5%;
}

.pad30{
	padding: 0 3%;
}

.pad40 img{
	max-width: 670px;
	margin: 0 auto;
}

.pad_t_80{
	padding-top: 80px;
}

.pad_t_60{
	padding-top: 60px;
}

.pad_t_40{
	padding-top: 40px;
}

.pad_t_30{
	padding-top: 30px;
}

.pad_b_40{
	padding-bottom: 40px;
}

.pad_b_60{
	padding-bottom: 60px;
}

.pad_b_80{
	padding-bottom: 80px;
}

.pad_b_100{
	padding-bottom: 100px;
}


/*margin*/

.mar40{
	margin: 0 40px;
}

.mar_t_60{
	margin-top: 60px;
}

.mar_t_40{
	margin-top: 40px;
}

.mar_b_120{
	margin-bottom: 120px;
}

.mar_b_100{
	margin-bottom: 100px;
}

.mar_b_80{
	margin-bottom: 80px;
}

.mar_b_60{
	margin-bottom: 60px;
}

.mar_b_40{
	margin-bottom: 40px;
}

.mar_b_30{
	margin-bottom: 30px;
}

.mar_b_20{
	margin-bottom: 20px;
}

.mar_b_15{
	margin-bottom: 15px;
}

.mar_b_10{
	margin-bottom: 10px;
}


/*bg*/

.bg_wood{
	background: url("../images/bg_wood.jpg");
}

.bg_green{
	background: url("../images/bg_green.jpg");
}

.bg_blue{
	background: url("../images/bg_blue.jpg");
}

.bg_cloth{
	background: url("../images/bg_cloth.jpg");
}

/*btn*/

.btn{
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.btn{
  -webkit-font-smoothing: antialiased;
}

.btn:hover{
  opacity: 0.80;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter:alpha(opacity=80);
  animation: wobbleud 0.5s linear infinite;
}

@keyframes wobbleud{
  0%{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
  }

  25%{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
  }

  75%{
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
  }

  100%{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
  }
}


/*#contents*/
#contents #sec_01 .pad30 p.font-L,
#contents #sec_11 .pad30 p.font-L{
	color: #4d8e14;
}

#contents #sec_02 p.txt_C{
	font-size: 1.4em;
}

#contents #sec_06,
#contents #sec_08,
#contents #sec_11 div.pad_b_60{
	text-align: center;
}

#contents #sec_06 img{
	max-width: 670px;
}

#contents #sec_11 div.pad_b_60 img{
	max-width: 675px;
}

#contents #sec_11 #info h3{
	margin-bottom: 10px;
	border-left: 5px solid #ea6e51;
	padding-left: 10px;
	font-size: 1.1em;
}

#contents #sec_11 #info ul{
	margin: 0 10px 30px 30px;
}

#contents #sec_11 #info li{
	margin-bottom: 10px;
}

#sec_12{
	background: #fffce0;
}

#sec_12 h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",Meiryo, serif;
	font-size: 1.7em;
	text-align: center;
}

#sec_12 table{
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

#sec_12 table th,
#sec_12 table td{
	padding: 15px;
	border-bottom: 1px dotted #c0a78d;
}

#sec_12 table th{
	width: 30%;
}

#sec_qa{
background: #f7e6e1;
background: -moz-linear-gradient(top,  #f7e6e1 40%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #f7e6e1 40%,#ffffff 100%);
background: linear-gradient(to bottom,  #f7e6e1 40%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e6e1', endColorstr='#ffffff',GradientType=0 );
}

#sec_qa div{
	margin: 0 auto 30px;
	border-radius: 10px;
	background: #fff ;
	padding:40px 15px;
	text-align: center;
	max-width: 710px;
}

#sec_qa div img{
	max-width: 654px;
}

#contents #sec_open p{
	text-align: center;
	font-size: 18px;
}

/*footer*/

footer{
	background: #4d2312;
	color: #fff;
	padding-bottom: 20px;
}

footer p{
	text-align: center;
}

footer ul{
	display:flex;
	flex-direction: row;
	justify-content: center;
	padding: 30px;
}

footer li{
	padding: 0 10px;
	text-align: center;
}

footer a,
footer a:visited{
	color: #fff;
}

footer a:hover{
	text-decoration: none;
}

footer small{
	display: block;
	text-align: center;
}


@media (max-width: 768px) {
	#contents{
		font-size: 0.9em;
	}
	.br{
			display: block;
	}
	.font-L{
		font-size: 1.2em;
	}
	.font-M{
		font-size: 0.85em;
	}
	.font-S{
		font-size: 0.8em;
	}
	.pad_t_80{
		padding-top: 40px;
	}
	.pad_t_60{
		padding-top: 40px;
	}
	.pad_b_40{
		padding-bottom: 20px;
	}
	.pad_b_60{
		padding-bottom: 40px;
	}
	.pad_b_80{
		padding-bottom: 40px;
	}
	.pad_b_100{
		padding-bottom: 60px;
	}
	.mar_b_120{
		margin-bottom: 60px;
	}
	.mar_b_100{
		margin-bottom: 50px;
	}
	.mar_b_80{
		margin-bottom: 40px;
	}
	.mar_b_60{
		margin-bottom: 40px;
	}
	.mar_b_40{
		margin-bottom: 20px;
	}
	.mar_b_30{
		margin-bottom: 15px;
	}
	.mar_b_20,.mar_b_15{
		margin-bottom: 10px;
	}
	footer ul{
		display:flex;
		flex-direction: column;
		justify-content: center;
		padding: 30px;
	}
	footer li{
		padding: 5px 0
	}
	#contents #sec_02 p.txt_C{
		font-size: 1.2em;
	}
	.productNo span,.productNo strong{
		font-size:1.2em;
	}
}

/*end*/