
a{
	color: #d93915;;
}

.header{
	background:#fff;
}

.nav a{
	color: #333;
}
.nav a:hover{
	color: #840000;
}

.footer{
	background-color:rgba(0,0,0,0.9);
	color:#fff;
}

.yellow{
	background: linear-gradient(transparent 60%, yellow 30%);
}

.big{
	font-size:120%;
}

.shadow{
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.gothic{
	font-family:"Helvetica Neue","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


h2{
	font-weight:600;
}

/* 最上部 */

.catch{
	position:relative;
	background-image: url(img/nobori/back.png);
	background-position: left top ;
	background-repeat: no-repeat;
	background-size:800px;
	height:530px;
}

.ttl{
	position:absolute;
	top:100px;
	left:200px;
	color:#efefef;
	font-size:40px;
	text-align:left;
}

.ttl .min{
	font-size:80%;
}

.btn_buy{
	position: relative;
	display: inline-block;
	font-size:30px;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	background-color:#fefefe;
	color: #d93915;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	transition: .3s;
}

.btn_buy:hover{
	background-color:#d93915;
	color:#fefefe;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

.sample{
	position:absolute;
	top:40px;
	left:60%;
}

.sample img{
	width:100px;
}

@media screen and (max-width:1100px) {
	.catch{
		position:static;
		background-position: top center;
		height:auto;
	}
	.ttl{
		position:static;
		top:auto;
		left:auto;
		margin:100px auto;
		padding-left:40px;
		width:450px;
	}
	.sample{
		position:static;
		top:auto;
		left:auto;
		padding-top:50px;
	}
	.sample img{
	width:13%;
	}
}

@media screen and (max-width:767px) {
		.sample img{
	width:18%;
	}
}

/* ＃とは */

.intro{
	width:50%;
	margin:10px auto 40px;
}

.intro img{
	width:60%;
}

.intro p{
	margin:20px auto;
	text-align:justify;
	font-size:18px;
}

.intro p.ctr{
	text-align:center;
	font-family:"Helvetica Neue","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (max-width:1100px) {
	.intro{
		margin-top:50px;
		width:70%;
	}
	.intro img{
		width:70%;
	}
}

@media screen and (max-width:767px) {
	.intro{
	width:98%;
	}
	.intro img{
		width:75%;
	}
	.intro h2{
		font-size:38px;
	}
	.intro p{
		margin:40px auto;
		padding:0 60px;
		font-size:28px;
		line-height:1.5em;
	}
}

/* 値段 */

.price{
	font-size:27px;
	line-height: 150%;
	text-align:center;
	width:320px;
	margin:auto;
}

.price td{
	width:50%;
	text-align:left;
	line-height:0.6em;
	padding:12px 0;
}

.price td:last-child{
	text-align:right;
}
	
.price .min{
	font-size:16px;
	padding:0 0 12px;
}

.price_sub{
	margin:20px auto 30px;
}

.price_sub h3{
	margin:15px auto;
	font-weight:600;
}

.price_sub p{
	margin-bottom:15px;
}

@media screen and (max-width:767px) {
	.price{
		font-size:36px;
		width:60%;
	}
	.price td{
	width:50%;
	line-height:0.9em;
}
	.price .min{
	font-size:23px;
	padding:0 0 12px;
	}

	.price_sub h3{
		font-size:32px;
	}
	.price_sub p{
		font-size:30px;
		margin-bottom:35px;
}
}

/*__見本__*/

.mihon{
	width:70%;
	margin:40px auto;
	display:flex;
}

.spec_img{
	width:40%;
}

.spec_img img{
	width:100%;
	height:auto;
}

.spec_inner{
	width:60%;
	text-align:left;
}

.spec_inner p{
	padding:10px;
	border-bottom:solid 1px #ddd;
}

.spec_inner p .number{
	font-size:20px;
	padding:4px;
	margin:3px;
	border:solid 1px #222;
	border-radius:18px;
}

.spec_inner p .spec{
	font-size:22px;
	padding:4px;
	margin:3px;
	line-height:1.8em;
}

@media screen and (max-width:1100px) {
	.mihon{
		display:inline;
	}
	.spec_img{
		width:60%;
		margin:auto;
}
	.spec_inner{
		width:100%;
		margin:auto;
	}
}

@media screen and (max-width:767px) {
	.mihon{
		width:90%;
	}
	.mihon h2{
		font-size:36px;
	}
	.spec_img{
		width:60%;
		margin:auto;
}
	.spec_inner{
		width:100%;
		margin:auto;
	}
	.spec_inner p{
		font-size:24px;
		padding:10px 30px 18px;
	}
	.spec_inner p .number{
		font-size:30px;
	}
	.spec_inner p .spec{
		font-size:34px;
	}
}

.color_sample img{
	width:80%;
	margin:auto;
}

/*__申し込みボタン__*/

.btn_form{
	position: relative;
	display: inline-block;
	font-size:22px;
	font-weight: bold;
	margin:10px;
	padding: 0.25em 0.5em;
	text-decoration: none;
	background-color:#d93915;
	color: #fefefe;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	transition: .3s;
}

.btn_form:hover{
	background-color:#fefefe;
	color:#d93915;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

.form{
	margin:40px auto 0;
}

.form p{
	margin-top:25px;
	font-size:20px;
}

@media screen and (max-width:767px) {
	.btn_form{
		font-size:34px;
	}
	.form p{
		font-size:30px;
	}
}

.to_top{
	font-size:17px;
	margin-bottom:30px;
}

.to_top a{
	display: inline-block;
	margin:10px;
	padding: 0.25em 0.5em;
	text-decoration: none;
	border:solid 2px #d93915;
	color: #d93915;
	transition: .3s;
	border-radius:2px;
}

.to_top a:hover{
	color: #fff;
	background-color:#d93915;
}

@media screen and (max-width:767px) {
	.to_top{
	font-size:22px;
	}

}

/*note*/

.btn_note{
	position: relative;
	display: inline-block;
	border-radius: 6px;
	border: 2px solid #000;
	margin:10px;
	padding: 0.65em 1em;
	color: #fff;
	text-decoration:none;
	background: #000;
	transition: .3s;
	font-family:"Helvetica Neue","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.btn_note:hover{
	color: #000;
	background: #fff;
}

/*____*/

.footer_logo{
	background-color:#fff;
	margin-top:10px;
	padding-bottom:5px;
}

.footer_logo img{
	width:26%;
}

@media screen and (max-width:980px) {
	.footer_logo img{
		width:60%;
	}
}