@charset "UTF-8";

#cp_area {
	width: 100%;
	background:#eee;
	padding-bottom:40px;
}
#cp_contents {
	max-width: 1000px;
	font-family:san-serif;
	margin:0 auto;
	background:#fff;
	padding-bottom:40px;
}
.titleheader {
	margin:0 auto;
	background: url('images/mainimage.jpg')no-repeat center;
	background-size: cover;
	text-align: center;
}
.titleheader img {
	max-width: 100%;
	margin-bottom:20px;
}
.cp_sec01 {
	margin:0 auto;
}
.cp_sec02 {
	/*max-width: 700px;*/
	margin:0 auto;
	background: url('images/cloth_bg.jpg');
}
.cp_sec02_inner {
	max-width: 700px;
	margin:0 auto;
	}
.cp_sec03 {
	max-width: 900px;
	margin:100px auto 0;
	background: #eee;
	padding: 0;
}
.cp_sec03 img {
	width: 300px;
	height: auto;
	margin-top: -50px;
}
.cp_sec03 span {
	font-size: inherit;
	font-weight: bold;
}
.cp_sec03 .txtbox {
	font-size: 16px;
	padding: 20px;
	font-family: 'Sawarabi Mincho', sans-serif;
}
.bg_beige {
	margin: 15px auto;
	/*background: #ebe6dd;*/
	padding: 25px;
}
dt {
	/*font-size: 16px;
	font-weight: bold;
	color: #330000;
	display: inline-block;
	background: #fff;
	padding: 5px 20px;
	border-radius: 30px;
	margin: 10px 0;*/
	display: block;
	text-align: left;
	font-size: 20px!important;
	color: #330000;
	padding: 10px 10px 10px 20px;
	background: linear-gradient(135deg, #fffd01, #ff6600);
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
}
dd {
	font-size: 18px;
	margin: 30px;
}
dd strong {
	font-size: 2.0em;
	color: #ff6600;
	line-height: 0.5;
}
h1 {
	display: block;
	font-size:20px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
h2 {
	    display: block;
    text-align: center;
    font-size: 30px!important;
    color: #ff6600;
    padding: 40px 20px 10px;
    border-bottom: 3px solid #ff6600;
}
h3 {
	display: block;
	text-align: center;
	font-size: 24px!important;
	color: #330000;
	padding: 20px;
	background: linear-gradient(135deg, #ff6600, #fffd01, #ff6600);
}
img {
	border:0 none;
	height:auto;
	line-height: 1;
	outline:none;
	text-decoration: none;
}
.cp_leadcopy {
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:30px;
	line-height: 1.6;
	color:#330000;
	/*max-width:700px;*/
	margin:0 auto;
	padding:50px 10px;
	font-weight: 500;
	letter-spacing: 0.07em;
	background: url('images/vege_bg.jpg')no-repeat center;
	background-size: cover;
}
.cp_bodycopy {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:22px;
	line-height: 2.0;
	color:#330000;
	max-width:700px;
	margin:20px auto;
	padding:20px;
	font-weight: 500;
	letter-spacing: 0.07em;
}

.cp_flexbox {
	display:flex;
	border-bottom: 1px solid #ccc;
	justify-content: flex-start; 
	align-items: center;
}
.cp_btn {
	padding:10px 30px!important;
	border:none;
	display: inline-block;
	font-weight: bold;
	color:#000;
	background: linear-gradient(#d6e29a, #b0c46f);
	margin: 20px auto 0;
	font-size: 16px;
	border-radius: 5px;
	white-space: nowrap;
}
.bld {
	font-weight: 700;
}
.orange {
	font-size: inherit;
	color: #ff6600;
	font-weight: bold;
}
.del {
	text-decoration: line-through;
}
.cp_br_sp { display: none; }
@media screen and (max-width: 800px){
	h1 { margin-bottom: 0!important; }
}
@media screen and (max-width: 730px){
	.titleheader img { width:90%};
}
@media screen and (max-width: 700px){
	.cp_bodycopy {
		font-size: 14px;
		line-height: 1.8;
	}
    h2 {
    	font-size:20px!important;
    }
    h3 {
    	font-size:20px!important;
    }
    dt {
		font-size: 14px;
	}
	dd strong {
		font-size: 1.7em;
	}
	.cp_leadcopy {
		font-size: 20px;
	}
	.cp_bodycopy {
		font-size: 16px;
	}
    .cp_btn {margin-bottom: 20px!important;}
}
@media screen and (max-width: 650px){
	.cp_flexbox {
			flex-direction: column;
			border-bottom:none;
	}
}
@media screen and (max-width: 450px){
	.cp_sec03 .txtbox { font-size: 14px;text-align: center; }
	.cp_br_sp { display: inline; }
	.bg_beige { padding: 15px;}
	dd {padding: 10px;}
}
