@charset "UTF-8";

body{
	letter-spacing: 0.06em;
}

a{
	color: #00b5f0;
}

#cp_area {
	width: 100%;
	padding-bottom:40px;
}
#cp_contents {
	font-family:'UD デジタル 教科書体 NK-R', sans-serif;
	margin:0 auto;
	background:#fff;
}

.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 {
	margin:0 auto;
	max-width: 900px;
	padding: 0;
}
.cp_sec02 {
	max-width: 1000px;
	margin:0 auto;
	background: url('images/cloth_bg2.jpg');
	padding: 5em 0 0;
	font-weight: 800;
}
.cp_sec03_inner {
	margin:0 auto;
	max-width: 900px;
	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;
}
.cp_sec03 {
    max-width: 900px;
    margin: 100px auto 0;
    background: #eee;
    padding: 0;
}
.bg_beige {
	margin: 0 auto;
	/*background: #ebe6dd;*/
	padding: 25px;
}
dt {
	display: block;
	text-align: left;
	font-size: 1.2em!important;
	font-weight: bold;
}
dd {
	margin-bottom: 14px;
	font-size: 14px;
}
dd:last-child{
	margin-bottom: 0;
}
h1 {
	display: none;
	font-size:20px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
h2 {
	display: block;
    text-align: center;
    font-size: 4em;
    color: #DB2B1B;
    padding: 40px 20px 10px;
}
h3 {
	display: block;
	color: #330000;
}
img {
	border:0 none;
	height:auto;
	line-height: 1;
	outline:none;
	text-decoration: none;
}
.cp_leadcopy {
	text-align: center;
	font-family: 'UD デジタル 教科書体 NK-R','Sawarabi Mincho', sans-serif;
	font-size:2.5em;
	line-height: 3;
	color:#330000;
	/*max-width:700px;*/
	margin:0 auto;
	padding:150px 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: url('images/vege_bg2.jpg')no-repeat center;
	background-size: cover;
}
.cp_bodycopy {
	font-family: 'UD デジタル 教科書体 NK-R','Sawarabi Mincho', sans-serif;
	font-size:25px;
	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;
}
.pink-text {
	font-size: inherit;
	color: hotpink;
	font-weight: bold;
}
.red-text {
	font-size: inherit;
	color: #DB2B1B;
	font-weight: bold;
}

.del {
	text-decoration: line-through;
}
.cp_br_sp { display: none; }

.img-center {
	display:block;
	margin: 0 auto;
}

.text-center{
	text-align: center;
}

.big-text{
	font-size:1.5em;
	line-height: 1.6em;
}

.sp-only{
	display: none;
}

.sp-only-600{
	display: none;
	}

.pc-only{
	display: block;
}

a[href*="tel:"]{
	color: #000;
}

.container{
	max-width: 1000px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
	width: 100%;
	font-family: 'Noto Sans JP','Zen Kaku Gothic New', sans-serif;	
	box-sizing: border-box;
}

@media screen and (max-width: 800px){
	h1 { margin-bottom: 0!important; }
	h2 {
    	font-size:3.5em!important;
    }
	.sp-only{
	display: block;
	}
	.pc-only{
	display: none;
	}
	a[href*="tel:"]{
		color: #00b5f0;
	}
}
@media screen and (max-width: 730px){
	.titleheader img { width:90%;}
}
@media screen and (max-width: 700px){
	.cp_bodycopy {
		font-size: 20px;
		line-height: 1.8;
	}
    h2 {
    	font-size:3em!important;
    }
    h3 {
    	font-size:20px!important;
    }
	.cp_leadcopy {
		font-size: 20px;
		padding:80px 10px;
		line-height: 2.5;
	}
    .cp_btn {margin-bottom: 20px!important;}
}
@media screen and (max-width: 650px){
	.cp_flexbox {
			flex-direction: column;
			border-bottom:none;
	}
	.big-text{
	font-size:1.2em;
	line-height: 1.3em;
	}
	.container{
	padding-left: 30px;
    padding-right: 30px;
}
	dd{
		font-size: 12px;
	}
}

@media screen and (max-width: 450px){
	.cp_sec03 .txtbox { font-size: 14px;text-align: center; }
	.cp_br_sp { display: inline; }
	.bg_beige { padding: 15px;}
	h2 {
    	font-size:2.3em!important;
    }
	.cp_leadcopy {
		line-height: 1.7;
		padding:40px 10px;
		font-size: 15px;
	}
	.cp_bodycopy {
	font-size: 16px;
	}
}
