@charset "utf-8";

@font-face {
	font-family: "rounded-regular";
	src: url("../font/rounded-mgenplus-1mn-regular.eot?") format('eot');
	src: url("../font/rounded-mgenplus-1mn-regular.eot?#iefix") format('embedded-opentype'),
		url("../font/rounded-mgenplus-1mn-regular.woff") format('woff'),
		url("../font/rounded-mgenplus-1mn-regular.ttf")  format('truetype');
}
@font-face {
	font-family: "rounded-bold";
	src: url("../font/rounded-mgenplus-1mn-bold.eot?") format('eot');
	src: url("../font/rounded-mgenplus-1mn-bold.eot?#iefix") format('embedded-opentype'),
		url("../font/rounded-mgenplus-1mn-bold.ttf")  format('truetype');
}

body {
	font-family: "rounded-regular" , ‘游明朝’, YuMincho, ‘ヒラギノ明朝 ProN W3’ , ‘HiraMinProN-W3’ ,”メイリオ”, Meiryo, serif!important;
	color: #666;
	background-color: #F8F1E2;
	line-height: 160%;
}

/* ページの横幅の一括管理用 */
.container {max-width: 1000px; margin: 0 auto;}

/* float解除用 */
.clearfix:after {content: ""; display: block; clear: both; }

/* 文字の装飾 */
h1, h2, h3, h4 {font-weight: normal;}

/* imgタグのリンクはうっすら透明ロールオーバー */
a {transform: rotate(0.05deg); color: #3823AC; text-decoration:none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
a:hover {color: #5BB53C;}

/* imgタグは基本的にレスポンシブ */
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* imgタグのリンクはうっすら透明ロールオーバー */
a img.linkimg {-webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
a:hover img.linkimg {opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; background: none!important;}

/* アイコンフォントの配置調整 */
.fa {margin-right: 5px}

/* 要素の左右の回り込み */
.responsive_l,
.responsive_r {
	display: block;
	text-align: center;
}
.responsive_side {
	text-align: center;
}
.responsive_side_box {
	display: inline-block;
	vertical-align: top;
}
@media (min-width: 800px) {
	.responsive_l { z-index:1000; float: left; margin: 10px 10px 10px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;}
	.responsive_r { z-index:1000; float: right; margin: 10px 0 10px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;}
}

/* 記事作成画面における写真の回り込み */
img.alignright { display: block; margin: 10px 0 10px auto; }/* 配置位置 右 */
img.alignleft { display: block; margin: 10px auto 10px 0; }/* 配置位置 左 */
img.aligncenter { display: block; margin: 10px auto; }/* 配置位置 中央 */

/* 蛍光ペン風 */
strong { font-family: "rounded-bold"; background: linear-gradient(transparent 60%, #fff100 60%); }

/* 要素の表示有無 */
@media (min-width: 800px) {
	.no_pc {
		display: none!important;
	}
}
@media (max-width: 800px) {
	.no_mb {
		display: none!important;
	}
}

.content_flex {
	text-align: center;
	display: table;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}

.content_txt h2 {
	font-family: "rounded-bold";
	background: #D2EFD6;
	box-shadow: 0px 0px 0px 5px #D2EFD6;
	border: dashed 1px #5BB53C;
	padding: 0.2em 0.5em;
}

/* ====================================================
header
==================================================== */

#lp_202207_header_l {
	float: left;
}

#lp_202207_header_r {
	float: right;
}


.lp_202207_header_tel {
	display: table-cell;
}

.lp_202207_header_mail {
	display: table-cell;
}


/* ヘッダー固定 */
@media (min-width: 800px) {
	#fixed_body {
		padding-top: 80px;
	}
	#fixed_header{
		z-index: 1000;
		width: 100%; /* 幅を指定 */
		height: 80px; /* 高さを指定 */
		background: #FFF; /* 背景色を指定 */
		padding: 10px 0; /* ヘッダーに上下左右それぞれ余白を指定 */
		box-sizing: border-box; /* padding分を含んで幅を100%にするため */
		position: fixed; /* ウィンドウを基準に画面に固定 */
		top: 0; /* 上下の固定位置を上から0pxにする */
		left: 0; /* 左右の固定位置を左から0pxにする */
	}
	header{
		padding: 10px 0;
		background: #FFF;
	}
	#header_logo {
		width: 300px;
		height: auto;
	}
	.lp_202207_header_tel, .lp_202207_header_mail {
		padding-top: 5px;
	}
}
@media (max-width: 800px) {
	#fixed_body {
		padding-top: 60px;
	}
	#fixed_header{
		z-index: 1000;
		width: 100%; /* 幅を指定 */
		height: 60px; /* 高さを指定 */
		background: #FFF; /* 背景色を指定 */
		padding: 5px 0; /* ヘッダーに上下左右それぞれ余白を指定 */
		box-sizing: border-box; /* padding分を含んで幅を100%にするため */
		position: fixed; /* ウィンドウを基準に画面に固定 */
		top: 0; /* 上下の固定位置を上から0pxにする */
		left: 0; /* 左右の固定位置を左から0pxにする */
	}
	header{
		padding: 5px 0;
		background: #FFF;
	}
	#header_logo {
		width: 250px;
		height: auto;
	}
	.lp_202207_header_tel, .lp_202207_header_mail {
		padding-top: 0px;
	}
}

/* ====================================================
page
==================================================== */
#page_title {
	max-width: 1000px;
	margin: 0 auto 20px;
	padding: 10px;
	background-color: #5BB53C;
	color: #fff;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}

#page_title_main h1 {
	font-family: "rounded-bold";
	font-size: 24px;
	margin: 15px 0 5px;
}

#page_title_sub {
	font-size: 14px;
	color:#fff100;
	margin-bottom: 15px;
}

.content_box {
	padding: 0 1%;
	margin-bottom: 30px;
}

.lp_202207_ttl {
	z-index: 30;
	font-family: "rounded-bold";
	background: #D2EFD6;
	box-shadow: 0px 0px 0px 5px #D2EFD6;
	border: dashed 1px #5BB53C;
	padding: 0.2em 0.5em;
	margin: 0 1%;
	font-size: 24px;
}

.lp_202207_txt {
	padding: 0 2%;
	margin-bottom: 30px;
}



.lp_202207_box02 {
	padding: 30px 1%;
	transform: rotate(0.05deg);
}

.lp_202207_box03 {
	padding: 30px 1%;
	background-color: #CCECFC;
	transform: rotate(0.05deg);
}

.lp_202207_box04 {
	text-align: center;
	padding: 40px 1%;
	background-color: #23AC38;
}

.lp_202207_box05 {
	padding: 30px 1%;
	transform: rotate(0.05deg);
}







.lp_202207_box06 {
	padding: 30px 1%;
	transform: rotate(0.05deg);
}

.sub_ttl {
	z-index: 30;
	transform: rotate(0.05deg);
	color: #5BB53C;/*文字色*/
	padding: 0.5em 1em 0.5em 0.5em;/*文字周りの余白*/
	margin: 20px 0 10px 1%;
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: #D2EFD6;/*背景色*/
	vertical-align: middle;/*上下中央*/
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.sub_ttl:before {
	z-index: 30;
	content: '●';
	color: white;
	margin-right: 8px;
}











.lp_202207_cv {
	background-color: #FFF;
	padding: 30px 10px;
	text-align: center;
	transform: rotate(0.05deg);
}
.content_flex_cv {
	display: table-cell;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
	list-style: none;
	width: 96%;
	max-width: 900px;
	margin:0 auto;
}

.accordion-area li{
	margin: 10px 0;
	background-color: #B7D100;
}

.accordion-area section {
	border: 1px solid #5BB43B;
}

/*アコーディオンタイトル*/
.title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-size:1rem;
	font-weight: bold;
	padding: 1% 3% 1% 50px;
	transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #333;

}
.title::before{
	top:48%;
	left: 15px;
	transform: rotate(0deg);

}
.title::after{    
	top:48%;
	left: 15px;
	transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
	display: none;/*はじめは非表示*/
	background: #f3f3f3;
	margin:0 3% 3% 3%;
	padding: 10px;
}

/* ====================================================
Youtube
==================================================== */
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mb50 {
	margin-bottom: 50px;
}

/* ====================================================
問い合わせフォーム
==================================================== */
.c1 {
	padding: 10px 20px;
	font-weight: bold;
	display: block;
	line-height: 30px;
}

.c2 {
	padding: 10px 20px;
	font-weight: bold;
	line-height: 30px;
}

p.c1,
p.c2 {
	margin: 0;
}

.m-alert {
	padding: 5px;
	background: #ED7C82;
	color: #fff;
	margin: 5px;
	font-weight: normal;
}

.m-optional {
	padding: 5px;
	background:#4FC5D1;
	color: #fff;
	margin: 5px;
	font-weight: normal;
}

input[type=text],
input[type=tel],
input[type=email] {
	font-size: 15px;
	padding: 5px;
	margin-top: 5px;
	transform: rotate(-0.05deg);

}

.c1 textarea,
.c2 textarea {
	font-size: 13px;
	width: 96%;
	padding: 5px;
	margin-top: 5px;
	transform: rotate(-0.05deg);

}

.file {
	margin: 10px;
	display: block;
}

span.wpcf7-list-item {
	display: block!important;
}

wpcf7-list-item {
	margin-top: 10px;
	display: block!important;
}

input[type=text],
input[type=email],
input[type=tel] {
	width: 96%;
	padding: 5px;
	margin-top: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
	border: solid 1px #20b2aa;
}

input[type=text],
select,
input[type=email],
input[type=tel] {
	outline: none;
}

.contact_right textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	width: 96%;
	padding: 0 3px;
}

.contact_right textarea:focus {
	border: solid 1px #20b2aa;
}

.contact_right textarea {
	outline: none;
	width: 96%;
}

input[type=submit] {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	width: 25%;
	height: 40px;
	font-size: 18px;
	padding: 0 3px;
	margin: 5px;
	cursor: pointer;
	color: #333;
	font-weight: bold;
	background: #f5f5f5;
	text-shadow: 1px 1px 0px #fff;
}

.contact_form input[type=submit] {
	width: 50%;
}

.contact_form input[type=text],
.contact_form input[type=email] {
	width: 96%;
	height: 50px;
	font-size: 1.5em;
}

input[type="radio"] {
	margin: 0 0 4px 0 !important;
}

.sent .forminner {
	display: none;
}

.screen-reader-response {
	display: none;
}

/* reCAPTCHAのロゴを非表示 */
.grecaptcha-badge { visibility: hidden; }

#google_grecaptcha {
	margin-top: 40px;
	padding: 10px;
	font-size: 14px;
}


/* ====================================================
footer
==================================================== */
footer {
	background-color: #5BB53C;
	color: #fff;
}

#footer_logo {
	text-align: center;
	padding: 20px 0 10px;
}
#footer_logo img {
	width: 300px;
	height: auto;
}

#copyright {
	text-align: center;
	font-size: 10px;
	padding: 10px 20px;
}