@charset "UTF-8";

/* =======================================

reset CSS

========================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,table,th,td {
	padding: 0;
	margin: 0;
}

html,
body {
/* 	background: #fff; */
	background: #fffff0 !important;
	color: #000;
}

body {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fJ02 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {
	font-size: small;
}

*:first-child + html body {
	font-size: small;
}

img {
	border: 0;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

ul,
dl,
ol {
	text-indent: 0;
}

li {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: inherit;
	font-weight: inherit;
}

b,
strong {
	font-weight: bold;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select,
b {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

* html input,
* html textarea,
* html select {
	font-size: 100%;
}

textarea.message {
	width: 100%;
	height: 20rem;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

th,
td {
	text-align: left;
	vertical-align: top;
}

caption {
	text-align: left;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
	font-size: 100%;
	line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
	font-size: 108%;
	line-height: 100%;
}

input,
select,
textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}

.fW500 {
	font-weight: 500;
}

.fW100 {
	font-weight: 100;
}

.fW300 {
	font-weight: 300;
}

.ls0 {
	letter-spacing: 0;
}

.ls2 {
	letter-spacing: 0.2em;
}

.ls4 {
	letter-spacing: 0.4em;
}

.lh0 {
	line-height: 0%;
}

.lh100 {
	line-height: 100%;
}

.lh120 {
	line-height: 120%;
}

.lh140 {
	line-height: 140%;
}

.lh200 {
	line-height: 200%;
}

.lh220 {
	line-height: 200%;
}

.lh240 {
	line-height: 200%;
}


/* cf
========================================== */

.cf:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
}

* html .cf {
	zoom: 1;
}


/* IE6 */

*:first-child + html .cf {
	zoom: 1;
}


/* IE7 */


/* =======================================

Structure CSS

========================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.center {
	text-align: center !important;
	vertical-align: middle;
}

.m-center{
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.red {
	color: #ff610c !important;
}

.blue {
	color: #15376a !important;
}

.white {
	color: #fff !important;
}

.beni {
	color: #ff5c5c !important;
}

.orange {
	color: #f88f03 !important;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.rela {
	position: relative;
}

.kome li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 140%;
	margin-bottom: 10px;
}

.kome_list li {
	margin-bottom: 17px;
}

.kome_list li:first-letter {
	color: #cad725;
	font-size: 14px;
	padding-right: 5px;
}

.mame {
	font-family: mamelon, sans-serif;
}

.fJ {
	font-family: zen-maru-gothic, sans-serif;
	color: #53452c;
}

.kodomo {
	font-family: kodomo-rounded, sans-serif;
}

.kodomo_l {
	font-family: kodomo-rounded-light, sans-serif;
}

.c_c_c {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.c_y0_xc {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}

.c_yc_x0 {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(50%) translateX(0%);
	transform: translateY(50%) translateX(0%);
}

.flex_nowrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.flex_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex_space_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex_left {
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
}

.flex_right {
	-webkit-box-pack: right;
	-webkit-justify-content: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.flex_flex_end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex_row_reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.align_items_c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.d_bl {
	display: block;
}

.poev_none {
	pointer-events: none;
}

.of_hidd {
	overflow: hidden;
}

.of_auto {
	overflow: auto;
}

.of_y {
	overflow-y: auto;
}

.of_x_hidd {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

figure {
	display: block;
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	margin: 0;
	padding: 0;
}

.f10 {
	font-size: 1rem !important;
}

.f11 {
	font-size: 1.1rem !important;
}

.f12 {
	font-size: 1.2rem !important;
}

.f13 {
	font-size: 1.3rem !important;
}

.f14 {
	font-size: 1.4rem !important;
}

.f15 {
	font-size: 1.5rem !important;
}

.f16 {
	font-size: 1.6rem !important;
}

.f17 {
	font-size: 1.7rem !important;
}

.f18 {
	font-size: 1.8rem !important;
}

.f19 {
	font-size: 1.9rem !important;
}

.f20 {
	font-size: 2rem !important;
}

.f21 {
	font-size: 2.1rem !important;
}

.f22 {
	font-size: 2.2rem !important;
}

.f23 {
	font-size: 2.3rem !important;
}

.f24 {
	font-size: 2.4rem !important;
}

.f25 {
	font-size: 2.5rem !important;
}

.f26 {
	font-size: 2.6rem !important;
}

.f27 {
	font-size: 2.7rem !important;
}

.f28 {
	font-size: 2.8rem !important;
}

.f29 {
	font-size: 2.9rem !important;
}

.f30 {
	font-size: 3rem !important;
}

.f_ps60 {
	font-size: 60% !important;
}

.f_ps65 {
	font-size: 65% !important;
}

.f_ps70 {
	font-size: 70% !important;
}

.f_ps75 {
	font-size: 75% !important;
}

.f_ps80 {
	font-size: 80% !important;
}

.f_ps85 {
	font-size: 85% !important;
}

.f_ps90 {
	font-size: 90% !important;
}

.f_ps95 {
	font-size: 95% !important;
}

.f_ps100 {
	font-size: 100% !important;
}

.f_ps105 {
	font-size: 105% !important;
}

.f_ps110 {
	font-size: 110% !important;
}

.f_ps115 {
	font-size: 115% !important;
}

.f_ps120 {
	font-size: 120% !important;
}

.f_ps125 {
	font-size: 125% !important;
}

.f_ps130 {
	font-size: 130% !important;
}

.f_ps135 {
	font-size: 135% !important;
}

.f_ps140 {
	font-size: 140% !important;
}

.f_ps145 {
	font-size: 145% !important;
}

.f_ps150 {
	font-size: 150% !important;
}

.border_s1 {
	border: solid 1px !important;
}

.border_s2 {
	border: solid 2px !important;
}

.border_s3 {
	border: solid 3px !important;
}

.border_s4 {
	border: solid 4px !important;
}

.border_s5 {
	border: solid 5px !important;
}

.border_s_b1 {
	border-bottom: solid 1px !important;
}

.border_s_b2 {
	border-bottom: solid 2px !important;
}

.border_s_b3 {
	border-bottom: solid 3px !important;
}

.border_s_b4 {
	border-bottom: solid 4px !important;
}

.border_s_b5 {
	border-bottom: solid 5px !important;
}

.border_s_l1 {
	border-left: solid 1px !important;
}

.border_s_l2 {
	border-left: solid 2px !important;
}

.border_s_l3 {
	border-left: solid 3px !important;
}

.border_s_l4 {
	border-left: solid 4px !important;
}

.border_s_l5 {
	border-left: solid 5px !important;
}

@media (max-width: 900px) and (min-width: 0px) {
	.f10 {
		font-size: 3.2vw !important;
	}

	.f11 {
		font-size: 3.3vw !important;
	}

	.f12 {
		font-size: 3.4vw !important;
	}

	.f13 {
		font-size: 3.5vw !important;
	}

	.f14 {
		font-size: 3.6vw !important;
	}

	.f15 {
		font-size: 3.7vw !important;
	}

	.f16 {
		font-size: 3.8vw !important;
	}

	.f17 {
		font-size: 3.9vw !important;
	}

	.f18 {
		font-size: 4vw !important;
	}

	.f19 {
		font-size: 4.1vw !important;
	}

	.f20 {
		font-size: 4.2vw !important;
	}

	.f21 {
		font-size: 4.3vw !important;
	}

	.f22 {
		font-size: 4.4vw !important;
	}

	.f23 {
		font-size: 4.5vw !important;
	}

	.f24 {
		font-size: 4.6vw !important;
	}

	.f25 {
		font-size: 4.7vw !important;
	}

	.f26 {
		font-size: 4.8vw !important;
	}

	.f27 {
		font-size: 4.9vw !important;
	}

	.f28 {
		font-size: 5vw !important;
	}

	.f29 {
		font-size: 5.1vw !important;
	}

	.f30 {
		font-size: 5.2vw !important;
	}
}

.inner {
	max-width: 800px !important;
	position: relative;
	width: 86%;
	margin: 0 auto;
}

.inner02 {
	max-width: 1000px !important;
	position: relative;
	width: 86%;
	margin: 0 auto;
}

.inner03 {
	max-width: 1200px !important;
	position: relative;
	width: 86%;
	margin: 0 auto;
}

.inner_500 {
	max-width: 500px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_600 {
	max-width: 600px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_700 {
	max-width: 700px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_800 {
	max-width: 800px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_900 {
	max-width: 900px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1000 {
	max-width: 1000px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1100 {
	max-width: 1100px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1200 {
	max-width: 1200px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1300 {
	max-width: 1300px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1400 {
	max-width: 1400px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1500 {
	max-width: 1500px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1600 {
	max-width: 1600px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1700 {
	max-width: 1700px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1800 {
	max-width: 1800px !important;
	position: relative;
	width: 96%;
	margin: 0 auto;
}


/* =======================================

margin / padding

========================================== */


/*! mb */

.mA0 {
	margin: 0px !important;
}

.mA5 {
	margin: 5px !important;
}

.mA10 {
	margin: 10px !important;
}

.mA15 {
	margin: 15px !important;
}

.mA20 {
	margin: 20px !important;
}

.mA25 {
	margin: 25px !important;
}

.mA30 {
	margin: 30px !important;
}

.mA35 {
	margin: 35px !important;
}

.mA40 {
	margin: 40px !important;
}

.mA45 {
	margin: 45px !important;
}

.mA50 {
	margin: 50px !important;
}

.mA55 {
	margin: 55px !important;
}

.mA60 {
	margin: 60px !important;
}

.mA65 {
	margin: 65px !important;
}

.mA70 {
	margin: 70px !important;
}

.mA75 {
	margin: 75px !important;
}

.mA80 {
	margin: 80px !important;
}

.mA85 {
	margin: 85px !important;
}

.mA90 {
	margin: 90px !important;
}

.mA95 {
	margin: 95px !important;
}

.mA100 {
	margin: 100px !important;
}

.mA105 {
	margin: 105px !important;
}

.mA110 {
	margin: 110px !important;
}

.mA115 {
	margin: 115px !important;
}

.mA120 {
	margin: 120px !important;
}

.mA125 {
	margin: 125px !important;
}

.mA130 {
	margin: 130px !important;
}

.mA135 {
	margin: 135px !important;
}

.mA140 {
	margin: 140px !important;
}

.mA145 {
	margin: 145px !important;
}

.mA150 {
	margin: 150px !important;
}

.mT0 {
	margin-top: 0px !important;
}

.mT5 {
	margin-top: 5px !important;
}

.mT10 {
	margin-top: 10px !important;
}

.mT15 {
	margin-top: 15px !important;
}

.mT20 {
	margin-top: 20px !important;
}

.mT25 {
	margin-top: 25px !important;
}

.mT30 {
	margin-top: 30px !important;
}

.mT35 {
	margin-top: 35px !important;
}

.mT40 {
	margin-top: 40px !important;
}

.mT45 {
	margin-top: 45px !important;
}

.mT50 {
	margin-top: 50px !important;
}

.mT55 {
	margin-top: 55px !important;
}

.mT60 {
	margin-top: 60px !important;
}

.mT65 {
	margin-top: 65px !important;
}

.mT70 {
	margin-top: 70px !important;
}

.mT75 {
	margin-top: 75px !important;
}

.mT80 {
	margin-top: 80px !important;
}

.mT85 {
	margin-top: 85px !important;
}

.mT90 {
	margin-top: 90px !important;
}

.mT95 {
	margin-top: 95px !important;
}

.mT100 {
	margin-top: 100px !important;
}

.mT105 {
	margin-top: 105px !important;
}

.mT110 {
	margin-top: 110px !important;
}

.mT115 {
	margin-top: 115px !important;
}

.mT120 {
	margin-top: 120px !important;
}

.mT125 {
	margin-top: 125px !important;
}

.mT130 {
	margin-top: 130px !important;
}

.mT135 {
	margin-top: 135px !important;
}

.mT140 {
	margin-top: 140px !important;
}

.mT145 {
	margin-top: 145px !important;
}

.mT150 {
	margin-top: 150px !important;
}

.mB0 {
	margin-bottom: 0px !important;
}

.mB5 {
	margin-bottom: 5px !important;
}

.mB10 {
	margin-bottom: 10px !important;
}

.mB15 {
	margin-bottom: 15px !important;
}

.mB20 {
	margin-bottom: 20px !important;
}

.mB25 {
	margin-bottom: 25px !important;
}

.mB30 {
	margin-bottom: 30px !important;
}

.mB35 {
	margin-bottom: 35px !important;
}

.mB40 {
	margin-bottom: 40px !important;
}

.mB45 {
	margin-bottom: 45px !important;
}

.mB50 {
	margin-bottom: 50px !important;
}

.mB55 {
	margin-bottom: 55px !important;
}

.mB60 {
	margin-bottom: 60px !important;
}

.mB65 {
	margin-bottom: 65px !important;
}

.mB70 {
	margin-bottom: 70px !important;
}

.mB75 {
	margin-bottom: 75px !important;
}

.mB80 {
	margin-bottom: 80px !important;
}

.mB85 {
	margin-bottom: 85px !important;
}

.mB90 {
	margin-bottom: 90px !important;
}

.mB95 {
	margin-bottom: 95px !important;
}

.mB100 {
	margin-bottom: 100px !important;
}

.mB105 {
	margin-bottom: 105px !important;
}

.mB110 {
	margin-bottom: 110px !important;
}

.mB115 {
	margin-bottom: 115px !important;
}

.mB120 {
	margin-bottom: 120px !important;
}

.mB125 {
	margin-bottom: 125px !important;
}

.mB130 {
	margin-bottom: 130px !important;
}

.mB135 {
	margin-bottom: 135px !important;
}

.mB140 {
	margin-bottom: 140px !important;
}

.mB145 {
	margin-bottom: 145px !important;
}

.mB150 {
	margin-bottom: 150px !important;
}

.mL0 {
	margin-left: 0px !important;
}

.mL5 {
	margin-left: 5px !important;
}

.mL10 {
	margin-left: 10px !important;
}

.mL15 {
	margin-left: 15px !important;
}

.mL20 {
	margin-left: 20px !important;
}

.mL25 {
	margin-left: 25px !important;
}

.mL30 {
	margin-left: 30px !important;
}

.mL35 {
	margin-left: 35px !important;
}

.mL40 {
	margin-left: 40px !important;
}

.mL45 {
	margin-left: 45px !important;
}

.mL50 {
	margin-left: 50px !important;
}

.mL55 {
	margin-left: 55px !important;
}

.mL60 {
	margin-left: 60px !important;
}

.mL65 {
	margin-left: 65px !important;
}

.mL70 {
	margin-left: 70px !important;
}

.mL75 {
	margin-left: 75px !important;
}

.mL80 {
	margin-left: 80px !important;
}

.mL85 {
	margin-left: 85px !important;
}

.mL90 {
	margin-left: 90px !important;
}

.mL95 {
	margin-left: 95px !important;
}

.mL100 {
	margin-left: 100px !important;
}

.mL105 {
	margin-left: 105px !important;
}

.mL110 {
	margin-left: 110px !important;
}

.mL115 {
	margin-left: 115px !important;
}

.mL120 {
	margin-left: 120px !important;
}

.mL125 {
	margin-left: 125px !important;
}

.mL130 {
	margin-left: 130px !important;
}

.mL135 {
	margin-left: 135px !important;
}

.mL140 {
	margin-left: 140px !important;
}

.mL145 {
	margin-left: 145px !important;
}

.mL150 {
	margin-left: 150px !important;
}

.mR0 {
	margin-right: 0px !important;
}

.mR5 {
	margin-right: 5px !important;
}

.mR10 {
	margin-right: 10px !important;
}

.mR15 {
	margin-right: 15px !important;
}

.mR20 {
	margin-right: 20px !important;
}

.mR25 {
	margin-right: 25px !important;
}

.mR30 {
	margin-right: 30px !important;
}

.mR35 {
	margin-right: 35px !important;
}

.mR40 {
	margin-right: 40px !important;
}

.mR45 {
	margin-right: 45px !important;
}

.mR50 {
	margin-right: 50px !important;
}

.mR55 {
	margin-right: 55px !important;
}

.mR60 {
	margin-right: 60px !important;
}

.mR65 {
	margin-right: 65px !important;
}

.mR70 {
	margin-right: 70px !important;
}

.mR75 {
	margin-right: 75px !important;
}

.mR80 {
	margin-right: 80px !important;
}

.mR85 {
	margin-right: 85px !important;
}

.mR90 {
	margin-right: 90px !important;
}

.mR95 {
	margin-right: 95px !important;
}

.mR100 {
	margin-right: 100px !important;
}

.mR105 {
	margin-right: 105px !important;
}

.mR110 {
	margin-right: 110px !important;
}

.mR115 {
	margin-right: 115px !important;
}

.mR120 {
	margin-right: 120px !important;
}

.mR125 {
	margin-right: 125px !important;
}

.mR130 {
	margin-right: 130px !important;
}

.mR135 {
	margin-right: 135px !important;
}

.mR140 {
	margin-right: 140px !important;
}

.mR145 {
	margin-right: 145px !important;
}

.mR150 {
	margin-right: 150px !important;
}

.pB0 {
	padding-bottom: 0px !important;
}

.pB5 {
	padding-bottom: 5px !important;
}

.pB10 {
	padding-bottom: 10px !important;
}

.pB15 {
	padding-bottom: 15px !important;
}

.pB20 {
	padding-bottom: 20px !important;
}

.pB25 {
	padding-bottom: 25px !important;
}

.pB30 {
	padding-bottom: 30px !important;
}

.pB35 {
	padding-bottom: 35px !important;
}

.pB40 {
	padding-bottom: 40px !important;
}

.pB45 {
	padding-bottom: 45px !important;
}

.pB50 {
	padding-bottom: 50px !important;
}

.pB55 {
	padding-bottom: 55px !important;
}

.pB60 {
	padding-bottom: 60px !important;
}

.pB65 {
	padding-bottom: 65px !important;
}

.pB70 {
	padding-bottom: 70px !important;
}

.pB75 {
	padding-bottom: 75px !important;
}

.pB80 {
	padding-bottom: 80px !important;
}

.pB85 {
	padding-bottom: 85px !important;
}

.pB90 {
	padding-bottom: 90px !important;
}

.pB95 {
	padding-bottom: 95px !important;
}

.pB100 {
	padding-bottom: 100px !important;
}

.pB105 {
	padding-bottom: 105px !important;
}

.pB110 {
	padding-bottom: 110px !important;
}

.pB115 {
	padding-bottom: 115px !important;
}

.pB120 {
	padding-bottom: 120px !important;
}

.pB125 {
	padding-bottom: 125px !important;
}

.pB130 {
	padding-bottom: 130px !important;
}

.pB135 {
	padding-bottom: 135px !important;
}

.pB140 {
	padding-bottom: 140px !important;
}

.pB145 {
	padding-bottom: 145px !important;
}

.pB150 {
	padding-bottom: 150px !important;
}

.pT0 {
	padding-top: 0px !important;
}

.pT5 {
	padding-top: 5px !important;
}

.pT10 {
	padding-top: 10px !important;
}

.pT15 {
	padding-top: 15px !important;
}

.pT20 {
	padding-top: 20px !important;
}

.pT25 {
	padding-top: 25px !important;
}

.pT30 {
	padding-top: 30px !important;
}

.pT35 {
	padding-top: 35px !important;
}

.pT40 {
	padding-top: 40px !important;
}

.pT45 {
	padding-top: 45px !important;
}

.pT50 {
	padding-top: 50px !important;
}

.pT55 {
	padding-top: 55px !important;
}

.pT60 {
	padding-top: 60px !important;
}

.pT65 {
	padding-top: 65px !important;
}

.pT70 {
	padding-top: 70px !important;
}

.pT75 {
	padding-top: 75px !important;
}

.pT80 {
	padding-top: 80px !important;
}

.pT85 {
	padding-top: 85px !important;
}

.pT90 {
	padding-top: 90px !important;
}

.pT95 {
	padding-top: 95px !important;
}

.pT100 {
	padding-top: 100px !important;
}

.pT105 {
	padding-top: 105px !important;
}

.pT110 {
	padding-top: 110px !important;
}

.pT115 {
	padding-top: 115px !important;
}

.pT120 {
	padding-top: 120px !important;
}

.pT125 {
	padding-top: 125px !important;
}

.pT130 {
	padding-top: 130px !important;
}

.pT135 {
	padding-top: 135px !important;
}

.pT140 {
	padding-top: 140px !important;
}

.pT145 {
	padding-top: 145px !important;
}

.pT150 {
	padding-top: 150px !important;
}

.pL0 {
	padding-left: 0px !important;
}

.pL5 {
	padding-left: 5px !important;
}

.pL10 {
	padding-left: 10px !important;
}

.pL15 {
	padding-left: 15px !important;
}

.pL20 {
	padding-left: 20px !important;
}

.pL25 {
	padding-left: 25px !important;
}

.pL30 {
	padding-left: 30px !important;
}

.pL35 {
	padding-left: 35px !important;
}

.pL40 {
	padding-left: 40px !important;
}

.pL45 {
	padding-left: 45px !important;
}

.pL50 {
	padding-left: 50px !important;
}

.pL55 {
	padding-left: 55px !important;
}

.pL60 {
	padding-left: 60px !important;
}

.pL65 {
	padding-left: 65px !important;
}

.pL70 {
	padding-left: 70px !important;
}

.pL75 {
	padding-left: 75px !important;
}

.pL80 {
	padding-left: 80px !important;
}

.pL85 {
	padding-left: 85px !important;
}

.pL90 {
	padding-left: 90px !important;
}

.pL95 {
	padding-left: 95px !important;
}

.pL100 {
	padding-left: 100px !important;
}

.pL105 {
	padding-left: 105px !important;
}

.pL110 {
	padding-left: 110px !important;
}

.pL115 {
	padding-left: 115px !important;
}

.pL120 {
	padding-left: 120px !important;
}

.pL125 {
	padding-left: 125px !important;
}

.pL130 {
	padding-left: 130px !important;
}

.pL135 {
	padding-left: 135px !important;
}

.pL140 {
	padding-left: 140px !important;
}

.pL145 {
	padding-left: 145px !important;
}

.pL150 {
	padding-left: 150px !important;
}

.pL0 {
	padding-left: 0px !important;
}

.pL5 {
	padding-left: 5px !important;
}

.pL10 {
	padding-left: 10px !important;
}

.pL15 {
	padding-left: 15px !important;
}

.pL20 {
	padding-left: 20px !important;
}

.pL25 {
	padding-left: 25px !important;
}

.pL30 {
	padding-left: 30px !important;
}

.pL35 {
	padding-left: 35px !important;
}

.pL40 {
	padding-left: 40px !important;
}

.pL45 {
	padding-left: 45px !important;
}

.pL50 {
	padding-left: 50px !important;
}

.pL55 {
	padding-left: 55px !important;
}

.pL60 {
	padding-left: 60px !important;
}

.pL65 {
	padding-left: 65px !important;
}

.pL70 {
	padding-left: 70px !important;
}

.pL75 {
	padding-left: 75px !important;
}

.pL80 {
	padding-left: 80px !important;
}

.pL85 {
	padding-left: 85px !important;
}

.pL90 {
	padding-left: 90px !important;
}

.pL95 {
	padding-left: 95px !important;
}

.pL100 {
	padding-left: 100px !important;
}

.pL105 {
	padding-left: 105px !important;
}

.pL110 {
	padding-left: 110px !important;
}

.pL115 {
	padding-left: 115px !important;
}

.pL120 {
	padding-left: 120px !important;
}

.pL125 {
	padding-left: 125px !important;
}

.pL130 {
	padding-left: 130px !important;
}

.pL135 {
	padding-left: 135px !important;
}

.pL140 {
	padding-left: 140px !important;
}

.pL145 {
	padding-left: 145px !important;
}

.pL150 {
	padding-left: 150px !important;
}

.pR0 {
	padding-right: 0px !important;
}

.pR5 {
	padding-right: 5px !important;
}

.pR10 {
	padding-right: 10px !important;
}

.pR15 {
	padding-right: 15px !important;
}

.pR20 {
	padding-right: 20px !important;
}

.pR25 {
	padding-right: 25px !important;
}

.pR30 {
	padding-right: 30px !important;
}

.pR35 {
	padding-right: 35px !important;
}

.pR40 {
	padding-right: 40px !important;
}

.pR45 {
	padding-right: 45px !important;
}

.pR50 {
	padding-right: 50px !important;
}

.pR55 {
	padding-right: 55px !important;
}

.pR60 {
	padding-right: 60px !important;
}

.pR65 {
	padding-right: 65px !important;
}

.pR70 {
	padding-right: 70px !important;
}

.pR75 {
	padding-right: 75px !important;
}

.pR80 {
	padding-right: 80px !important;
}

.pR85 {
	padding-right: 85px !important;
}

.pR90 {
	padding-right: 90px !important;
}

.pR95 {
	padding-right: 95px !important;
}

.pR100 {
	padding-right: 100px !important;
}

.pR105 {
	padding-right: 105px !important;
}

.pR110 {
	padding-right: 110px !important;
}

.pR115 {
	padding-right: 115px !important;
}

.pR120 {
	padding-right: 120px !important;
}

.pR125 {
	padding-right: 125px !important;
}

.pR130 {
	padding-right: 130px !important;
}

.pR135 {
	padding-right: 135px !important;
}

.pR140 {
	padding-right: 140px !important;
}

.pR145 {
	padding-right: 145px !important;
}

.pR150 {
	padding-right: 150px !important;
}

.pA0 {
	padding: 0px !important;
}

.pA5 {
	padding: 5px !important;
}

.pA10 {
	padding: 10px !important;
}

.pA15 {
	padding: 15px !important;
}

.pA20 {
	padding: 20px !important;
}

.pA25 {
	padding: 25px !important;
}

.pA30 {
	padding: 30px !important;
}

.pA35 {
	padding: 35px !important;
}

.pA40 {
	padding: 40px !important;
}

.pA45 {
	padding: 45px !important;
}

.pA50 {
	padding: 50px !important;
}

.pA55 {
	padding: 55px !important;
}

.pA60 {
	padding: 60px !important;
}

.pA65 {
	padding: 65px !important;
}

.pA70 {
	padding: 70px !important;
}

.pA75 {
	padding: 75px !important;
}

.pA80 {
	padding: 80px !important;
}

.pA85 {
	padding: 85px !important;
}

.pA90 {
	padding: 90px !important;
}

.pA95 {
	padding: 95px !important;
}

.pA100 {
	padding: 100px !important;
}

.pA105 {
	padding: 105px !important;
}

.pA110 {
	padding: 110px !important;
}

.pA115 {
	padding: 115px !important;
}

.pA120 {
	padding: 120px !important;
}

.pA125 {
	padding: 125px !important;
}

.pA130 {
	padding: 130px !important;
}

.pA135 {
	padding: 135px !important;
}

.pA140 {
	padding: 140px !important;
}

.pA145 {
	padding: 145px !important;
}

.pA150 {
	padding: 150px !important;
}

.mB1em {
	margin-bottom: 1em !important;
}


/*! mb */

@media (max-width: 900px) and (min-width: 0px) {
	.mA0 {
		margin: 0% !important;
	}

	.mA5 {
		margin: 2.5% !important;
	}

	.mA10 {
		margin: 2.5% !important;
	}

	.mA15 {
		margin: 2.5% !important;
	}

	.mA20 {
		margin: 5% !important;
	}

	.mA25 {
		margin: 5% !important;
	}

	.mA30 {
		margin: 5% !important;
	}

	.mA35 {
		margin: 7.5% !important;
	}

	.mA40 {
		margin: 7.5% !important;
	}

	.mA45 {
		margin: 7.5% !important;
	}

	.mA50 {
		margin: 10% !important;
	}

	.mA55 {
		margin: 10% !important;
	}

	.mA60 {
		margin: 10% !important;
	}

	.mA65 {
		margin: 12.5% !important;
	}

	.mA70 {
		margin: 12.5% !important;
	}

	.mA75 {
		margin: 12.5% !important;
	}

	.mA80 {
		margin: 15% !important;
	}

	.mA85 {
		margin: 15% !important;
	}

	.mA90 {
		margin: 15% !important;
	}

	.mA95 {
		margin: 17.5% !important;
	}

	.mA100 {
		margin: 17.5% !important;
	}

	.mA105 {
		margin: 17.5% !important;
	}

	.mA110 {
		margin: 20% !important;
	}

	.mA115 {
		margin: 20% !important;
	}

	.mA120 {
		margin: 20% !important;
	}

	.mA125 {
		margin: 22.5% !important;
	}

	.mA130 {
		margin: 22.5% !important;
	}

	.mA135 {
		margin: 22.5% !important;
	}

	.mA140 {
		margin: 25% !important;
	}

	.mA145 {
		margin: 25% !important;
	}

	.mA150 {
		margin: 25% !important;
	}

	.mT10 {
		margin-top: 2.5% !important;
	}

	.mT15 {
		margin-top: 2.5% !important;
	}

	.mT20 {
		margin-top: 5% !important;
	}

	.mT25 {
		margin-top: 5% !important;
	}

	.mT30 {
		margin-top: 5% !important;
	}

	.mT35 {
		margin-top: 7.5% !important;
	}

	.mT40 {
		margin-top: 7.5% !important;
	}

	.mT45 {
		margin-top: 7.5% !important;
	}

	.mT50 {
		margin-top: 12% !important;
	}

	.mT55 {
		margin-top: 10% !important;
	}

	.mT60 {
		margin-top: 10% !important;
	}

	.mT65 {
		margin-top: 12.5% !important;
	}

	.mT70 {
		margin-top: 12.5% !important;
	}

	.mT75 {
		margin-top: 12.5% !important;
	}

	.mT80 {
		margin-top: 15% !important;
	}

	.mT85 {
		margin-top: 15% !important;
	}

	.mT90 {
		margin-top: 15% !important;
	}

	.mT95 {
		margin-top: 17.5% !important;
	}

	.mT100 {
		margin-top: 17.5% !important;
	}

	.mT105 {
		margin-top: 17.5% !important;
	}

	.mT110 {
		margin-top: 20% !important;
	}

	.mT115 {
		margin-top: 20% !important;
	}

	.mT120 {
		margin-top: 20% !important;
	}

	.mT125 {
		margin-top: 22.5% !important;
	}

	.mT130 {
		margin-top: 22.5% !important;
	}

	.mT135 {
		margin-top: 22.5% !important;
	}

	.mT140 {
		margin-top: 25% !important;
	}

	.mT145 {
		margin-top: 25% !important;
	}

	.mT150 {
		margin-top: 25% !important;
	}

	.mB0 {
		margin-bottom: 0% !important;
	}

	.mB5 {
		margin-bottom: 2.5% !important;
	}

	.mB10 {
		margin-bottom: 2.5% !important;
	}

	.mB15 {
		margin-bottom: 2.5% !important;
	}

	.mB20 {
		margin-bottom: 5% !important;
	}

	.mB25 {
		margin-bottom: 5% !important;
	}

	.mB30 {
		margin-bottom: 5% !important;
	}

	.mB35 {
		margin-bottom: 7.5% !important;
	}

	.mB40 {
		margin-bottom: 7.5% !important;
	}

	.mB45 {
		margin-bottom: 7.5% !important;
	}

	.mB50 {
		margin-bottom: 10% !important;
	}

	.mB55 {
		margin-bottom: 10% !important;
	}

	.mB60 {
		margin-bottom: 10% !important;
	}

	.mB65 {
		margin-bottom: 12.5% !important;
	}

	.mB70 {
		margin-bottom: 12.5% !important;
	}

	.mB75 {
		margin-bottom: 12.5% !important;
	}

	.mB80 {
		margin-bottom: 15% !important;
	}

	.mB85 {
		margin-bottom: 15% !important;
	}

	.mB90 {
		margin-bottom: 15% !important;
	}

	.mB95 {
		margin-bottom: 17.5% !important;
	}

	.mB100 {
		margin-bottom: 17.5% !important;
	}

	.mB105 {
		margin-bottom: 17.5% !important;
	}

	.mB110 {
		margin-bottom: 20% !important;
	}

	.mB115 {
		margin-bottom: 20% !important;
	}

	.mB120 {
		margin-bottom: 20% !important;
	}

	.mB125 {
		margin-bottom: 22.5% !important;
	}

	.mB130 {
		margin-bottom: 22.5% !important;
	}

	.mB135 {
		margin-bottom: 22.5% !important;
	}

	.mB140 {
		margin-bottom: 25% !important;
	}

	.mB145 {
		margin-bottom: 25% !important;
	}

	.mB150 {
		margin-bottom: 25% !important;
	}

	.mL0 {
		margin-left: 0% !important;
	}

	.mL5 {
		margin-left: 2.5% !important;
	}

	.mL10 {
		margin-left: 2.5% !important;
	}

	.mL15 {
		margin-left: 2.5% !important;
	}

	.mL20 {
		margin-left: 5% !important;
	}

	.mL25 {
		margin-left: 5% !important;
	}

	.mL30 {
		margin-left: 5% !important;
	}

	.mL35 {
		margin-left: 7.5% !important;
	}

	.mL40 {
		margin-left: 7.5% !important;
	}

	.mL45 {
		margin-left: 7.5% !important;
	}

	.mL50 {
		margin-left: 10% !important;
	}

	.mL55 {
		margin-left: 10% !important;
	}

	.mL60 {
		margin-left: 10% !important;
	}

	.mL65 {
		margin-left: 12.5% !important;
	}

	.mL70 {
		margin-left: 12.5% !important;
	}

	.mL75 {
		margin-left: 12.5% !important;
	}

	.mL80 {
		margin-left: 15% !important;
	}

	.mL85 {
		margin-left: 15% !important;
	}

	.mL90 {
		margin-left: 15% !important;
	}

	.mL95 {
		margin-left: 17.5% !important;
	}

	.mL100 {
		margin-left: 17.5% !important;
	}

	.mL105 {
		margin-left: 17.5% !important;
	}

	.mL110 {
		margin-left: 20% !important;
	}

	.mL115 {
		margin-left: 20% !important;
	}

	.mL120 {
		margin-left: 20% !important;
	}

	.mL125 {
		margin-left: 22.5% !important;
	}

	.mL130 {
		margin-left: 22.5% !important;
	}

	.mL135 {
		margin-left: 22.5% !important;
	}

	.mL140 {
		margin-left: 25% !important;
	}

	.mL145 {
		margin-left: 25% !important;
	}

	.mL150 {
		margin-left: 25% !important;
	}

	.mR0 {
		margin-right: 0% !important;
	}

	.mR5 {
		margin-right: 2.5% !important;
	}

	.mR10 {
		margin-right: 2.5% !important;
	}

	.mR15 {
		margin-right: 2.5% !important;
	}

	.mR20 {
		margin-right: 5% !important;
	}

	.mR25 {
		margin-right: 5% !important;
	}

	.mR30 {
		margin-right: 5% !important;
	}

	.mR35 {
		margin-right: 7.5% !important;
	}

	.mR40 {
		margin-right: 7.5% !important;
	}

	.mR45 {
		margin-right: 7.5% !important;
	}

	.mR50 {
		margin-right: 10% !important;
	}

	.mR55 {
		margin-right: 10% !important;
	}

	.mR60 {
		margin-right: 10% !important;
	}

	.mR65 {
		margin-right: 12.5% !important;
	}

	.mR70 {
		margin-right: 12.5% !important;
	}

	.mR75 {
		margin-right: 12.5% !important;
	}

	.mR80 {
		margin-right: 15% !important;
	}

	.mR85 {
		margin-right: 15% !important;
	}

	.mR90 {
		margin-right: 15% !important;
	}

	.mR95 {
		margin-right: 17.5% !important;
	}

	.mR100 {
		margin-right: 17.5% !important;
	}

	.mR105 {
		margin-right: 17.5% !important;
	}

	.mR110 {
		margin-right: 20% !important;
	}

	.mR115 {
		margin-right: 20% !important;
	}

	.mR120 {
		margin-right: 20% !important;
	}

	.mR125 {
		margin-right: 22.5% !important;
	}

	.mR130 {
		margin-right: 22.5% !important;
	}

	.mR135 {
		margin-right: 22.5% !important;
	}

	.mR140 {
		margin-right: 25% !important;
	}

	.mR145 {
		margin-right: 25% !important;
	}

	.mR150 {
		margin-right: 25% !important;
	}

	.pT0 {
		padding-top: 0% !important;
	}

	.pT5 {
		padding-top: 2.5% !important;
	}

	.pT10 {
		padding-top: 2.5% !important;
	}

	.pT15 {
		padding-top: 2.5% !important;
	}

	.pT20 {
		padding-top: 5% !important;
	}

	.pT25 {
		padding-top: 5% !important;
	}

	.pT30 {
		padding-top: 5% !important;
	}

	.pT35 {
		padding-top: 7.5% !important;
	}

	.pT40 {
		padding-top: 7.5% !important;
	}

	.pT45 {
		padding-top: 7.5% !important;
	}

	.pT50 {
		padding-top: 10% !important;
	}

	.pT55 {
		padding-top: 10% !important;
	}

	.pT60 {
		padding-top: 10% !important;
	}

	.pT65 {
		padding-top: 12.5% !important;
	}

	.pT70 {
		padding-top: 12.5% !important;
	}

	.pT75 {
		padding-top: 12.5% !important;
	}

	.pT80 {
		padding-top: 15% !important;
	}

	.pT85 {
		padding-top: 15% !important;
	}

	.pT90 {
		padding-top: 15% !important;
	}

	.pT95 {
		padding-top: 17.5% !important;
	}

	.pT100 {
		padding-top: 10% !important;
	}

	.pT105 {
		padding-top: 17.5% !important;
	}

	.pT110 {
		padding-top: 20% !important;
	}

	.pT115 {
		padding-top: 20% !important;
	}

	.pT120 {
		padding-top: 20% !important;
	}

	.pT125 {
		padding-top: 22.5% !important;
	}

	.pT130 {
		padding-top: 22.5% !important;
	}

	.pT135 {
		padding-top: 22.5% !important;
	}

	.pT140 {
		padding-top: 25% !important;
	}

	.pT145 {
		padding-top: 25% !important;
	}

	.pT150 {
		padding-top: 25% !important;
	}

	.pB0 {
		padding-bottom: 0% !important;
	}

	.pB5 {
		padding-bottom: 2.5% !important;
	}

	.pB10 {
		padding-bottom: 2.5% !important;
	}

	.pB15 {
		padding-bottom: 2.5% !important;
	}

	.pB20 {
		padding-bottom: 5% !important;
	}

	.pB25 {
		padding-bottom: 5% !important;
	}

	.pB30 {
		padding-bottom: 5% !important;
	}

	.pB35 {
		padding-bottom: 7.5% !important;
	}

	.pB40 {
		padding-bottom: 7.5% !important;
	}

	.pB45 {
		padding-bottom: 7.5% !important;
	}

	.pB50 {
		padding-bottom: 10% !important;
	}

	.pB55 {
		padding-bottom: 10% !important;
	}

	.pB60 {
		padding-bottom: 10% !important;
	}

	.pB65 {
		padding-bottom: 12.5% !important;
	}

	.pB70 {
		padding-bottom: 12.5% !important;
	}

	.pB75 {
		padding-bottom: 12.5% !important;
	}

	.pB80 {
		padding-bottom: 15% !important;
	}

	.pB85 {
		padding-bottom: 15% !important;
	}

	.pB90 {
		padding-bottom: 15% !important;
	}

	.pB95 {
		padding-bottom: 17.5% !important;
	}

	.pB100 {
		padding-bottom: 17.5% !important;
	}

	.pB105 {
		padding-bottom: 17.5% !important;
	}

	.pB110 {
		padding-bottom: 20% !important;
	}

	.pB115 {
		padding-bottom: 20% !important;
	}

	.pB120 {
		padding-bottom: 20% !important;
	}

	.pB125 {
		padding-bottom: 22.5% !important;
	}

	.pB130 {
		padding-bottom: 22.5% !important;
	}

	.pB135 {
		padding-bottom: 22.5% !important;
	}

	.pB140 {
		padding-bottom: 25% !important;
	}

	.pB145 {
		padding-bottom: 25% !important;
	}

	.pB150 {
		padding-bottom: 25% !important;
	}

	.pL0 {
		padding-left: 0% !important;
	}

	.pL5 {
		padding-left: 2.5% !important;
	}

	.pL10 {
		padding-left: 2.5% !important;
	}

	.pL15 {
		padding-left: 2.5% !important;
	}

	.pL20 {
		padding-left: 5% !important;
	}

	.pL25 {
		padding-left: 5% !important;
	}

	.pL30 {
		padding-left: 5% !important;
	}

	.pL35 {
		padding-left: 7.5% !important;
	}

	.pL40 {
		padding-left: 7.5% !important;
	}

	.pL45 {
		padding-left: 7.5% !important;
	}

	.pL50 {
		padding-left: 10% !important;
	}

	.pL55 {
		padding-left: 10% !important;
	}

	.pL60 {
		padding-left: 10% !important;
	}

	.pL65 {
		padding-left: 12.5% !important;
	}

	.pL70 {
		padding-left: 12.5% !important;
	}

	.pL75 {
		padding-left: 12.5% !important;
	}

	.pL80 {
		padding-left: 15% !important;
	}

	.pL85 {
		padding-left: 15% !important;
	}

	.pL90 {
		padding-left: 15% !important;
	}

	.pL95 {
		padding-left: 17.5% !important;
	}

	.pL100 {
		padding-left: 17.5% !important;
	}

	.pL105 {
		padding-left: 17.5% !important;
	}

	.pL110 {
		padding-left: 20% !important;
	}

	.pL115 {
		padding-left: 20% !important;
	}

	.pL120 {
		padding-left: 20% !important;
	}

	.pL125 {
		padding-left: 22.5% !important;
	}

	.pL130 {
		padding-left: 22.5% !important;
	}

	.pL135 {
		padding-left: 22.5% !important;
	}

	.pL140 {
		padding-left: 25% !important;
	}

	.pL145 {
		padding-left: 25% !important;
	}

	.pL150 {
		padding-left: 25% !important;
	}

	.pR0 {
		padding-right: 0% !important;
	}

	.pR5 {
		padding-right: 2.5% !important;
	}

	.pR10 {
		padding-right: 2.5% !important;
	}

	.pR15 {
		padding-right: 2.5% !important;
	}

	.pR20 {
		padding-right: 5% !important;
	}

	.pR25 {
		padding-right: 5% !important;
	}

	.pR30 {
		padding-right: 5% !important;
	}

	.pR35 {
		padding-right: 7.5% !important;
	}

	.pR40 {
		padding-right: 7.5% !important;
	}

	.pR45 {
		padding-right: 7.5% !important;
	}

	.pR50 {
		padding-right: 10% !important;
	}

	.pR55 {
		padding-right: 10% !important;
	}

	.pR60 {
		padding-right: 10% !important;
	}

	.pR65 {
		padding-right: 12.5% !important;
	}

	.pR70 {
		padding-right: 12.5% !important;
	}

	.pR75 {
		padding-right: 12.5% !important;
	}

	.pR80 {
		padding-right: 15% !important;
	}

	.pR85 {
		padding-right: 15% !important;
	}

	.pR90 {
		padding-right: 15% !important;
	}

	.pR95 {
		padding-right: 17.5% !important;
	}

	.pR100 {
		padding-right: 17.5% !important;
	}

	.pR105 {
		padding-right: 17.5% !important;
	}

	.pR110 {
		padding-right: 20% !important;
	}

	.pR115 {
		padding-right: 20% !important;
	}

	.pR120 {
		padding-right: 20% !important;
	}

	.pR125 {
		padding-right: 22.5% !important;
	}

	.pR130 {
		padding-right: 22.5% !important;
	}

	.pR135 {
		padding-right: 22.5% !important;
	}

	.pR140 {
		padding-right: 25% !important;
	}

	.pR145 {
		padding-right: 25% !important;
	}

	.pR150 {
		padding-right: 25% !important;
	}

	.pA0 {
		padding: 0% !important;
	}

	.pA5 {
		padding: 2.5% !important;
	}

	.pA10 {
		padding: 2.5% !important;
	}

	.pA15 {
		padding: 2.5% !important;
	}

	.pA20 {
		padding: 5% !important;
	}

	.pA25 {
		padding: 5% !important;
	}

	.pA30 {
		padding: 5% !important;
	}

	.pA35 {
		padding: 7.5% !important;
	}

	.pA40 {
		padding: 7.5% !important;
	}

	.pA45 {
		padding: 7.5% !important;
	}

	.pA50 {
		padding: 10% !important;
	}

	.pA55 {
		padding: 10% !important;
	}

	.pA60 {
		padding: 10% !important;
	}

	.pA65 {
		padding: 12.5% !important;
	}

	.pA70 {
		padding: 12.5% !important;
	}

	.pA75 {
		padding: 12.5% !important;
	}

	.pA80 {
		padding: 15% !important;
	}

	.pA85 {
		padding: 15% !important;
	}

	.pA90 {
		padding: 15% !important;
	}

	.pA95 {
		padding: 17.5% !important;
	}

	.pA100 {
		padding: 17.5% !important;
	}

	.pA105 {
		padding: 17.5% !important;
	}

	.pA110 {
		padding: 20% !important;
	}

	.pA115 {
		padding: 20% !important;
	}

	.pA120 {
		padding: 20% !important;
	}

	.pA125 {
		padding: 22.5% !important;
	}

	.pA130 {
		padding: 22.5% !important;
	}

	.pA135 {
		padding: 22.5% !important;
	}

	.pA140 {
		padding: 25% !important;
	}

	.pA145 {
		padding: 25% !important;
	}

	.pA150 {
		padding: 25% !important;
	}
}

.z-in0 {
	z-index: 0;
}

.z-in1 {
	z-index: 1;
}

.z-in2 {
	z-index: 2;
}

.z-in3 {
	z-index: 3;
}

.z-in4 {
	z-index: 4;
}

.z-in5 {
	z-index: 5;
}

.z-in6 {
	z-index: 6;
}

.z-in7 {
	z-index: 7;
}

.z-in8 {
	z-index: 8;
}

.z-in9 {
	z-index: 9;
}

.z-in10 {
	z-index: 10;
}

.visibility_hidden {
	visibility: hidden;
}

.no_link {
	color: #9a9a9a !important;
	pointer-events: none !important;
}

.po_ev_no {
	pointer-events: none !important;
}

a.cl33,
a.cl50,
a.cl25,
a.cl20,
a.cl33 {
	display: block;
}

a.cl7_3,
a.cl4_6,
a.cl6_4,
a.cl3_7 {
	display: flex;
	justify-content: space-between;
	min-height: 108px;
}

.cl7_3,
.cl4_6,
.cl6_4,
.cl3_7 {
	display: flex;
	justify-content: space-between;
}

.cl33:after,
.cl50:after,
.cl25:after,
.cl20:after,
.cl33:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
}

@media (min-width: 901px) {

	.cl50_max > a,
	.cl50 > a,
	.cl33 > a,
	.cl25 > a,
	.cl3_7 > a,
	.cl7_3 > a,
	.cl4_6 > a,
	.cl6_4 > a {
		display: block;
	}

	.cl50_max > li,
	.cl50_max > a {
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cl50 > li,
	.cl50 > div,
	.cl50 > a {
		float: left;
		width: 49%;
		margin-bottom: 2%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cl50 > li:not(:nth-child(2n)),
	.cl50 > div:not(:nth-child(2n)),
	.cl50 > a:not(:nth-child(2n)) {
		margin-right: 2%;
	}

	.cl33 > li,
	.cl33 > div,
	.cl33 > a {
		float: left;
		width: 30%;
		margin-bottom: 5%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cl33 > div:not(:nth-child(3n)),
	.cl33 > li:not(:nth-child(3n)),
	.cl33 > a:not(:nth-child(3n)) {
		margin-right: 5%;
	}

	.cl25 > div,
	.cl25 > li,
	.cl25 > a {
		float: left;
		width: 23%;
		margin-bottom: 2.666%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		display: block;
	}

	.cl25 > div:not(:nth-child(4n)),
	.cl25 > li:not(:nth-child(4n)),
	.cl25 > a:not(:nth-child(4n)) {
		margin-right: 2.666%;
	}

	.cl3_7 > div:nth-child(odd),
	.cl3_7 > li:nth-child(odd) {
		float: left;
		width: 30%;
	}

	.cl3_7 > div:nth-child(even),
	.cl3_7 > li:nth-child(even) {
		float: right;
		width: 66%;
	}

	.cl7_3 > div:nth-child(odd),
	.cl7_3 > li:nth-child(odd) {
		float: left;
		width: 66%;
	}

	.cl7_3 > div:nth-child(even),
	.cl7_3 > li:nth-child(even) {
		float: right;
		width: 30%;
	}

	.cl4_6 > div:nth-child(odd),
	.cl4_6 > li:nth-child(odd) {
		float: left;
		width: 40%;
	}

	.cl4_6 > div:nth-child(even),
	.cl4_6 > li:nth-child(even) {
		float: right;
		width: 56%;
	}

	.cl6_4 > div:nth-child(odd),
	.cl6_4 > li:nth-child(odd) {
		float: left;
		width: 56%;
	}

	.cl6_4 > div:nth-child(even),
	.cl6_4 > li:nth-child(even) {
		float: right;
		width: 40%;
	}
}

@media (max-width: 900px) and (min-width: 0px) {

	.cl50_max > a,
	.cl50 > a,
	.cl33 > a,
	.cl25 > a,
	.cl3_7 > a,
	.cl7_3 > a,
	.cl4_6 > a,
	.cl6_4 > a {
		display: block;
	}

	.cl50_max > li,
	.cl50_max > div,
	.cl50_max > a {
		width: 100%;
		margin-bottom: 4%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cl50 > div,
	.cl50 > li,
	.cl50 > a {
		width: 100%;
		margin-bottom: 4%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cl33 > div,
	.cl33 > li,
	.cl33 > a {
		float: left;
		width: 48%;
		margin-bottom: 4%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cl33 > div:not(:nth-child(2n)),
	.cl33 > li:not(:nth-child(2n)),
	.cl33 > a:not(:nth-child(2n)) {
		margin-right: 4%;
	}

	.cl25 > div,
	.cl25 > li,
	.cl25 > a {
		float: left;
		width: 48%;
		margin-bottom: 4%;
		position: relative;
	}

	.cl25 > div:not(:nth-child(2n)),
	.cl25 > li:not(:nth-child(2n)),
	.cl25 > a:not(:nth-child(2n)) {
		margin-right: 4%;
	}

	.cl3_7 > div,
	.cl7_3 > div,
	.cl4_6 > div,
	.cl6_4 > div,
	.cl3_7 > li,
	.cl7_3 > li,
	.cl4_6 > li,
	.cl6_4 > li {
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
}


/* ---------------------------------------------------------------------------
★共通
--------------------------------------------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 1.6rem;
	background: #fff;
	position: relative;
	color: #333;
	font-weight: 400;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8;
	font-weight: 500;
	max-width: 100%;
}

object {
	pointer-events: none;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* a[href^="tel:"] {
pointer-events: none;
} */

a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}


/* ---------------------------------------------------------------------------
★フォントファミリー
--------------------------------------------------------------------------- */

.mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.gothic {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}


/* ---------------------------------------------------------------------------
★背景
--------------------------------------------------------------------------- */

.bk_gry {
	background: #f3f3f3;
}


/* ---------------------------------------------------------------------------
★LIST
--------------------------------------------------------------------------- */

.disc {
	margin-left: 20px;
	list-style-type: disc;
}

.disc > li {
	list-style-type: disc;
}

.disc > li:not(:last-child) {
	padding-bottom: 5px;
}

.decimal {
	margin-left: 20px;
	list-style-type: decimal;
}

.decimal > li {
	list-style-type: decimal;
}

.decimal > li:not(:last-child) {
	padding-bottom: 5px;
}

.note {
	font-size: 1.4rem;
}

.note > li {
	padding-left: 20px;
	position: relative;
}

.note > li:not(:last-child) {
	margin-bottom: 5px;
}

.note > li::before {
	display: block;
	content: "※";
	position: absolute;
	left: 0px;
	top: 0;
}


/* ---------------------------------------------------------------------------
★BASE
--------------------------------------------------------------------------- */

.small {
	font-size: 85%;
}

main {
	display: block;
	padding: 0px 0 0;
	margin: 0 auto;
}

#wb_wrap {
	overflow: hidden;
}

.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no_repeat;
	background-color: #e6e6e6;
}

.text-shadow {
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
	padding: 0 0 56.6%;
	width: 100%;
}

.movie_wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.plmu_wrap {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
}

.plmu_wrap #music {
	color: #ffffff;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../img/icon_music_on.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.plmu_wrap #music span {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	font-size: 1.3rem;
}

.plmu_wrap #music::before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	content: "";
	z-index: 2;
	top: 25%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	opacity: 0;
}

.plmu_wrap #music.off::before {
	opacity: 1;
}

.plmu_wrap #play {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid 2px #fff;
	position: relative;
}

.plmu_wrap #play::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 59%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap #play.off::before {
	border: 0px;
	content: "";
	display: block;
	width: 4px;
	height: 12px;
	border-right: solid 3px #fff;
	border-left: solid 3px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap .plmu_wrap .plmu_wrap #play .plmu_wrap #play.off::before {
	border: 0px;
	content: "";
	display: block;
	width: 4px;
	height: 12px;
	border-right: solid 3px #fff;
	border-left: solid 3px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.yt_wrap {
	padding: 0 0 66.6%;
	width: 100%;
}

.gmap_wrap {
	padding: 0 0 55%;
	width: 100%;
}

.iframe_wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.iframe_wrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.sToggle dl > dd {
	display: none;
}

.plus_wrap {
	position: absolute;
	right: 10px;
	width: 10px;
	content: "";
	display: block;
	height: 10px;
	top: -5px;
	bottom: 0;
	margin: auto;
}

.plus_wrap span {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: #1b1d25;
	top: 50%;
	bottom: 0;
	position: absolute;
	margin: 0;
}

.pl02 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.togg .pl02 {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}


/* ---------------------------------------------------------------------------
★タイトル
--------------------------------------------------------------------------- */

.tit02 {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	margin: 0 auto 35px;
}

.tit02 b {
	font-size: 5rem;
	line-height: 1.5;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
}

.tit02 span {
	color: #8c8c8c;
	font-size: 1.6rem;
	display: block;
	line-height: 1;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
	position: relative;
}

.txt_shinfo > small {
	position: absolute;
	top: -22px;
	left: 0;
	font-size: 41%;
	word-break: keep-all;
}


/* ---------------------------------------------------------------------------
★テキスト
--------------------------------------------------------------------------- */

.color_red {
	color: red !important;
}

.color_blue {
	color: blue !important;
}

.color_white {
	color: white !important;
}

.color_black {
	color: black !important;
}


/* ---------------------------------------------------------------------------
★アニメーション
--------------------------------------------------------------------------- */

.effectFU {
	overflow: hidden;
	display: block;
}

.effectFU > div.efdiv {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	-webkit-transform: translate3d(-100.5%, 0, 0);
	transform: translate3d(-100.5%, 0, 0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.effectFU > div.efdiv::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #f3f3f3;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.effectFU.isShow > div.efdiv {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.effectFU.isShow > div.efdiv::before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
}

.Onfade.isShow {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
}

@-webkit-keyframes fadesin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes fadesin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}


/* ---------------------------------------------------------------------------
★ヘッダー
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
★ハンバーガーメニュー
--------------------------------------------------------------------------- */

.menu-trigger_wrap {
	float: right;
	width: 54px;
	position: absolute;
	z-index: 10;
	right: 33px;
	top: 12px;
	padding: 10px 0;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 38px;
	height: 28px;
	z-index: 20;
	display: block;
	margin: 0 auto;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ae1627;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 12px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 0.75s forwards;
	animation: menu-bar01 0.75s forwards;
}

.menu-trigger em {
	position: absolute;
	top: 33px;
	font-size: 1.3rem;
	color: #ae1627;
	font-weight: bold;
	left: -2px;
}

@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
		transform: translateY(20px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(20px) rotate(0);
		transform: translateY(20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

.menu-trigger span:nth-of-type(2) {
	-webkit-transition: all 0.25s 0.25s;
	transition: all 0.25s 0.25s;
	opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 0.75s forwards;
	animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
		transform: translateY(-20px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translateY(-20px) rotate(0);
		transform: translateY(-20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

.active .menu-trigger span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 0.75s forwards;
	animation: active-menu-bar01 0.75s forwards;
	top: -7px;
}

@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
}

@keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(20px) rotate(0);
		transform: translateY(20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(20px) rotate(45deg);
		transform: translateY(20px) rotate(45deg);
	}
}

.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 0.75s forwards;
	animation: active-menu-bar03 0.75s forwards;
	bottom: -9px;
}

@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-20px) rotate(0);
		transform: translateY(-20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
		transform: translateY(-20px) rotate(-45deg);
	}
}


/* ---------------------------------------------------------------------------
★グローバルナビゲーション
--------------------------------------------------------------------------- */

.nav_wrp {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
	display: none;
}

.nav_wrp.changed {
	display: block;
}

.nav_site {
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 240px;
	height: 100%;
	padding: 100px 30px 50px;
	position: fixed;
	opacity: 0;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
	transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
	background: rgba(0, 0, 0, 0.8);
	overflow-y: auto;
	z-index: 1;
}

.nav_site.active {
	opacity: 1;
	top: 0;
	right: 0;
}


/* ---------------------------------------------------------------------------
★TOTOP
--------------------------------------------------------------------------- */

#totop {
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	display: block;
}

.totop_wrap {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: none;
}

.totop_wrap .icon-totop {
	display: block;
	width: 100%;
	text-align: center;
}

.totop_wrap .icon-totop::before {
	font-size: 5rem;
	content: "";
	width: 15px;
	height: 15px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
	display: none;
}


/* =======================================
★ページャー
========================================== */

.pager {
	width: auto;
	margin: 0 auto;
	padding-bottom: 100px;
}

.wp-pagenavi {
	clear: both;
	font-size: 14px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 2.6;
	border: 1px solid #000000;
	-webkit-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
	color: #000000;
	font-size: 14px;
	margin: 5px;
	vertical-align: top;
	padding: 0px;
	background-color: #fff;
	border-radius: 4px;
}

.wp-pagenavi span.extend {
	border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #000000;
	font-size: 14px;
	vertical-align: top;
	text-decoration: none;
}

#privacyBox {
	overflow-y: scroll;
	padding: 21px;
	background: #fff;
	margin-top: 20px;
	height: 163px;
	margin-bottom: 20px;
	border: solid 1px #eee;
}


/* =======================================
アコーディオン
========================================== */

ol,
ul {
	list-style: none;
}

.head {
	padding-bottom: 0;
	overflow: hidden;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
	padding: 15px 42px 15px 10px;
}


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

div#contents_kids {
	position: relative;
}

#contents_kids header > div {
	display: flex;
	justify-content: space-between;
	margin-top: 19px;
}

#contents_kids header {
	position: absolute !important;
	top: 37px;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto !important;
	animation: kids_main_txtBox cubic-bezier(0.08, 0.78, 0.38, 1.01) 1s;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	opacity: 0;
}

#contents_kids.kids_recruit header {
	animation: kids_main_txtBox cubic-bezier(0.08, 0.78, 0.38, 1.01) 1s;
	animation-fill-mode: forwards;
	animation-delay: 1.5s;
}

#contents_kids.archive header,
#contents_kids.single_post header,
#contents_kids.hyouka-saikids header,
#contents_kids.hyouka-saikidsasahi header {
	animation-delay: 0.3s;
}




#contents_kids header > div > a {
	display: block;
	color: #000;
}

#contents_kids header > div > a img {
	width: 150px;
	margin-bottom: 7px;
}

#contents_kids header > div ul {
	display: flex;
	margin-right: 16px;
	align-items: baseline;
	position: relative;
	bottom: 20px;
}

#contents_kids header > div ul li {
	margin-left: 21px;
}

#contents_kids header > div ul li img {
	width: 79px;
}

#contents_kids header > div ul li:nth-child(1) img {
	width: 49px;
}

#contents_kids header > div ul li:nth-child(2) img {
	width: 67px;
}

header ul.btnArea {
	padding: 0 26px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

header ul.btnArea li a {
	display: block;
	text-align: center;
	background: #cf6283;
	border-radius: 1em;
	font-family: mamelon, sans-serif;
	color: #fff;
	padding: 7px 0 4px;
	font-size: 14px;
}

header ul.btnArea li {
	width: 47%;
}

header p.tel {
	text-align: center;
	margin-top: 20px;
	font-size: 25px;
	font-family: mamelon, sans-serif;
}

header p.tel a {
	color: #54432d;
	font-weight: 500;
	background: url(../img/homon/tel.svg) no-repeat center left;
	background-size: 17px;
	padding-left: 24px;
}

div#batu {
	width: 50px;
	margin: 30px auto 0;
}


/* =======================================
kids　キッズトップページ
========================================== */


/*	main　キッズ
========================================== */

#contents_kids .txtBox {
	background: url(../img/kids/kids_main_bg.svg) no-repeat;
	position: absolute;
	top: 21%;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	min-width: 200px;
	max-width: 580px;
	height: 50%;
}

#contents_kids .txtBox > .anime {
	text-align: center;
	margin: auto;
	position: relative;
/* 	width: 450px; */
	width: 86%;
	top: 7%;
}

#contents_kids .txtBox > .anime h2 {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

#contents_kids .kao {
	position: absolute;
	width: 59%;
	left: 16.2%;
	bottom: 48%;
}

#contents_kids .kao__kuti {
	width: 80%;
	margin-left: 10%;
}

#contents_kids .kao__kuti img {
	width: 100%;
}

#contents_kids .a_kao__huku {
	position: absolute;
	left: 22.2%;
	bottom: 88%;
	width: 67%;
}

#contents_kids .a_kao__huku img {
	width: 100%;
}

#contents_kids .a_kao__kutu {
	position: absolute;
	width: 48%;
	right: -18%;
	bottom: -2%;
}

#contents_kids .a_kao__kutu img {
	width: 100%;
}

/*	main以降　キッズ
========================================== */
.news .u_01 {
	background: url(../img/kids/pink.svg);
	width: 26px;
	height: 26px;
	position: absolute;
	top: 27%;
	right: 10px;
}

.news .u_01:before,
.news .u_01:after {
	content: "";
	height: 3px;
	width: 11px;
	position: absolute;
	top: 43%;
	right: 7px;
	border-radius: 50em;
	background: #fff;
	transition: 0.2s;
}

.news .u_01:after {
	transform: rotate(90deg);
}

.news .open .u_01:after {
	transform: rotate(0deg);
}

.news li {
	border-bottom: 1px solid #aaaaaa;
}

.news .body01 {
	margin-left: 7px;
	position: relative;
	top: -10px;
}

.kids01 {
	animation: kids_main_txt02 cubic-bezier(0.15, 0.59, 0.61, 1.12) 1s;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	opacity: 0;
	transform: translate(0px, -10%);
}

.top_news.news_btn {
	animation: kids_main_txt02 cubic-bezier(0.15, 0.59, 0.61, 1.12) 1s;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	opacity: 0;
	transform: translate(0px, -10%);
}

.kids02 h2 {
	width: 380px;
	margin: auto;
	max-width: 80%;
}

.kids02 p.fJ {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	line-height: 215%;
}

.kids02 {
	background: url(../img/kids/mizutama.svg) no-repeat left bottom -90px;
	background-size: 300px;
	padding-bottom: 80px;
}

.kids02 > img {
	width: 48%;
	position: absolute;
	right: -4%;
	bottom: -102px;
}

.kids03 {
	background: #fcf16b;
/* 	background: url(../img/kids/line_y.svg) top center, linear-gradient(#ffffff 0px, #ffffff 20px, #fcf16b 21px, #fcf16b); */
	background: url(../img/kids/line_y.svg) top center, linear-gradient(transparent 0px, transparent 20px, #fcf16b 21px, #fcf16b);
	background-size: 120%;
}

.kids03 .c_tit span {
	color: #e8b40f;
}

.kids03 .c_box01 li > div:nth-child(1) {
	width: 27%;
	min-width: 27%;
	max-width: 27%;
}


/*c_box01*/

.c_box01 li {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 1.2em;
	box-shadow: 0 3px 0 #e8da5b;
	padding: 18px;
}

.c_box01 li > div:nth-child(1) {
	margin-right: 20px;
}

#contents_kids p.c_tit {
	margin-bottom: 8px;
}

.c_box01 {
	display: flex;
	flex-wrap: wrap;
}

h2.h2Tit {
	text-align: center;
	font-family: zen-maru-gothic, sans-serif;
	font-size: 175%;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #563b1d;
}

h2.h2Tit span {
	position: relative;
}

h2.h2Tit span:before,
h2.h2Tit span:after {
	content: "●";
	font-size: 50%;
	position: absolute;
	top: 28%;
}

h2.h2Tit span:before {
	left: -13%;
}

h2.h2Tit span:after {
	right: -13%;
}

h3.h3Tit {
	font-family: zen-maru-gothic, sans-serif;
	font-size: 150%;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #563b1d;
}

.line_b {
	position: relative;
	z-index: 9;
}

.line_b:before {
	content: "";
	width: 100%;
	height: 10px;
	background: #fff9c5;
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.line_b_gr {
	position: relative;
	z-index: 9;
}

.line_b_gr:before {
	content: "";
	width: 100%;
	height: 10px;
	background: #fff9c5;
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.kids04 {
	background: #f9f9f9;
	background: url(../img/kids/line_g_top.svg) top center, linear-gradient(#fcf16b 0px, #fcf16b 20px, #f9f9f9 21px, #f9f9f9);
	background-size: 120%;
	position: relative;
}

.kids04:before,
.kids07:before {
	content: "";
	position: absolute;
	background: url(../img/kids/line_g.svg) no-repeat;
	background-size: 120%;
	width: 100%;
	height: 70px;
	bottom: -30px;
}

.kids07:after {
	content: "";
	position: absolute;
	background: url(../img/kids/line_g.svg) no-repeat;
	background-size: 120%;
	width: 100%;
	height: 70px;
	top: -30px;
	transform: rotate(180deg);
}

.kids04 > div > div {
	position: relative;
	width: 760px;
	margin: auto;
}

.kids04 > div > div:before,
.kids04 > div > div:after {
	position: absolute;
	background: url(../img/kids/mizutama.svg) no-repeat left bottom;
	background-size: cover;
	content: "";
	width: 250px;
	height: 250px;
}

.kids04 > div > div:before {
	right: -67px;
	top: -90px;
	z-index: 9;
}

.kids04 > div > div:after {
	left: -112px;
	bottom: -29px;
	z-index: 0;
}

.kids04 > div > div > ul {
	position: relative;
	z-index: 9;
	width: 641px;
	margin: auto;
	padding: 90px 0;
}

.kids04 .kids04__bg {
	position: absolute;
	left: 16px;
	top: 0;
	width: 100%;
	z-index: 1;
}

.kids04 .kids04__bg img {
	width: 100%;
}

.kids04 h3 {
	display: flex;
	align-items: center;
}

.kids04 h3 img {
	width: 35px;
	margin-right: 10px;
}

.kids04 .cl3_7 > div:nth-child(odd) {
	width: 54px;
	margin-left: 30px;
	position: relative;
	top: -12px;
}

.kids04 .cl3_7 > div:nth-child(2) {
	width: calc(100% - 138px);
	padding-bottom: 40px;
	background: url(../img/kids/dotto.svg) repeat-x bottom 3px right;
	background-size: 82px;
}

.kids04 li.cl3_7:not(:last-child) {
	background: url(../img/kids/arrow.svg) no-repeat bottom left 50px;
	background-size: 15px;
}

.kids05 {
	background: url(../img/kids/bg_check.svg);
	background-size: 10px;
}

.kids05 img {
	margin: auto;
}

#contents_kids .kids05 .u_01 {
	position: absolute;
	z-index: 9;
	right: 12%;
	width: 24%;
	margin: 0;
	left: auto;
	top: 17%;
}

.c_table_03 th {
	width: 116px;
	padding: 3px 20px 3px 25px;
	font-family: zen-maru-gothic, sans-serif;
	color: #5a3710;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.c_table_03 th:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 16px;
	background: #efede8;
	right: 9px;
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 50em;
}

.c_table_03 tr:nth-child(5) th:before,
.c_table_03 tr:nth-child(8) th:before{
	height: calc(100% - 20px);
}

.c_table_03 tr:nth-child(1) th {
	background: url(../img/kids/icon01.svg) no-repeat left 2px center;
	background-size: 14px;
}

.c_table_03 tr:nth-child(2) th {
	background: url(../img/kids/icon02.svg) no-repeat left 2px center;
	background-size: 14px;
}

.c_table_03 tr:nth-child(3) th {
	background: url(../img/kids/icon03.svg) no-repeat left center;
	background-size: 18px;
}

.c_table_03 tr:nth-child(4) th {
	background: url(../img/kids/icon04.svg) no-repeat left 2px center;
	background-size: 15px;
}

.c_table_03 tr:nth-child(5) th {
	background: url(../img/kids/icon05.svg) no-repeat left top 10px;
	background-size: 20px;
}

.c_table_03 tr:nth-child(6) th {
	background: url(../img/kids/icon06.svg) no-repeat left 2px center;
	background-size: 14px;
}

.c_table_03 tr:nth-child(7) th {
	background: url(../img/kids/icon07.svg) no-repeat left center;
	background-size: 16px;
}

.c_table_03 tr:nth-child(8) th {
	background: url(../img/kids/icon03.svg) no-repeat left top 10px;
	background-size: 18px;
}

.c_table_03 td {
	padding: 5px 0px 5px 0px;
	font-weight: 600;
}

.c_table_03 a {
	color: #313030;
}

a.btn {
	font-family: zen-maru-gothic, sans-serif;
	color: #fff;
	background: #ed6c3a;
	padding: 7px 35px 8px;
	border-radius: 50em;
	font-size: 12px;
}

iframe {
	border-radius: 2em;
	padding: 10px;
	background: #fffce3;
}

a.btn02 {
	font-size: 11px;
	color: #617dd8;
	font-weight: bold;
}

a.btn03 {
	font-size: 12px;
	color: #617dd8;
	font-weight: bold;
	line-height: 160%;
	display: inline-block;
}


/* =======================================
kids　footer
========================================== */

#contents_kids footer {
	background: #fcf16b;
/* 	background: url(../img/kids/line_y.svg) top center, linear-gradient(#ffffff 0px, #ffffff 20px, #fcf16b 21px, #fcf16b); */
	background: url(../img/kids/line_y.svg) top center, linear-gradient(transparent 0px, transparent 20px, #fcf16b 21px, #fcf16b);
	
	background-size: 120%;
	padding: 45px 0 0px;
}

#contents_kids footer > div {
	background: url(../img/kids/footer_bg.svg) no-repeat top center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 468px;
	margin: auto;
	height: 77px;
}

#contents_kids footer p.fJ {
	font-size: 20px;
	margin-right: 37px;
	font-weight: bold;
}

#contents_kids footer a {
	background: url(../img/kids/tel.svg) no-repeat center left;
	padding-left: 22px;
	font-size: 20px;
	letter-spacing: 0.15em;
	background-size: 18px;
	color: #53452c;
	display: inline-block;
	margin-top: 7px;
}

#contents_kids footer .f11 {
	margin-left: 24px;
	position: relative;
	top: -7px;
}

#contents_kids p.mame.f10.bold {
	text-align: center;
	color: #fff;
	background: #999250;
	padding: 8px 0 7px;
	letter-spacing: 0.3em;
	margin-top: 30px;
}


/* =======================================
ハンバーガーメニュー
========================================== */

body {
	margin: 0;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
	z-index: 9999;
}

.global-nav {
	position: fixed;
	right: -320px;
	/* これで隠れる */
	top: 0;
	height: 100vh;
	background-color: #fff;
	transition: all 0.6s;
	z-index: 200;
	overflow-y: auto;
	/* メニューが多くなったらスクロールできるように */
	border-left: 2px solid #f2f2ce;
}

.hamburger {
	position: relative;
	right: 0;
	top: 0;
	width: 40px;
	/* クリックしやすいようにちゃんと幅を指定する */
	height: 40px;
	/* クリックしやすいようにちゃんと高さを指定する */
	cursor: pointer;
	z-index: 100;
	/*999にするとバツが表示されるようになる*/
}

.hamburger__line {
	position: absolute;
	left: 11px;
	width: 18px;
	height: 2px;
	background-color: #fff;
	transition: all 0.6s;
}

.hamburger__line--1 {
	top: 14px;
}

.hamburger__line--2 {
	top: 19px;
}

.hamburger__line--3 {
	top: 24px;
}

.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #ffffde;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
	cursor: pointer;
}


/* 表示された時用のCSS */

.nav-open .global-nav {
	right: 0;
}

.nav-open .black-bg {
	opacity: 0.8;
	visibility: visible;
}

.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 20px;
}

.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}

.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 20px;
}


/* アコーディオンメニュー */

.accordion-container .accordion-title,
.accordion-container .accordion-title02 {
	position: relative;
	margin: 0;
	padding: 0.625em 0.625em 0.625em 2em;
	font-weight: normal;
	cursor: pointer;
	display: block;
	font-family: zen-maru-gothic, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #54432d;
	border-bottom: 1px dotted #e5e5e5;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .accordion-title02:hover,
.accordion-title.open {
	opacity: 0.7;
}

.accordion-container .accordion-title::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	/*縦線に*/
	transform: rotate(90deg);
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	/*横線*/
	width: 15px;
	height: 2px;
	background: #fff;
	transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
	transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
	opacity: 0;
}

.accordion-content {
	padding-left: 53px;
	margin-top: 8px;
	font-size: 0.8em;
}

.accordion-content li {
	margin-bottom: 5px;
}

.accordion-container {
	width: 300px;
	margin: 15px auto;
	padding: 0 26px;
}


/* =======================================
訪問
============================================================================================================================== */


/*▼▼▼共通*/

.c_tit,
.c_tit02,
.c_tit03 {
	font-family: zen-maru-gothic, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 150%;
	color: #54432d;
}

.c_tit02 {
	background: #f6f6ea;
	padding: 2px 18px;
	font-size: 130%;
	border-radius: 0.2em;
}

.c_tit03 {
	border-bottom: 3px solid #d7b0d6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.c_tit.f16 {
	margin-bottom: 5px;
}

.bg_w {
	background: #fff;
	border-radius: 3.3em;
	padding: 30px 40px;
	position: relative;
}

.bg_y {
	background: #fffff0;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}

.bg_y .bg_w {
	border: 8px solid #f7f7e0;
	border-radius: 3em;
}

.bg_y .cl50 .bg_w {
	padding: 15px 28px 25px;
	border-radius: 2.2em;
}

.bold {
	font-weight: 600;
}

.btn01 {
	margin-top: 20px;
}

.btn01 a {
	color: #e48c9b;
	font-family: mamelon, sans-serif;
	background: url(../img/homon/arrow.svg) no-repeat;
	padding: 5px 0px 5px 41px;
}

.news_btn.btn01 a {
	color: #ED6C3A;
	background: url(../img/homon/news_arrow.svg) no-repeat;
	background-size: contain;
}

.inpage_main {
	position: relative;
}

.inpage_main .txt {
	position: absolute;
	bottom: 32%;
	left: 2%;
}

.inpage_main .txt img:nth-child(1) {
	width: 14em;
	margin-bottom: 1em;
	font-size: 26px;
	opacity: 0;
	animation: homon_main_txt ease 0.5s;
	animation-fill-mode: forwards;
	position: relative;
}

.inpage_main .txt img:nth-child(2) {
	width: 4em;
	font-size: 54px;
	opacity: 0;
	animation: homon_main_txt ease 0.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.15s;
	position: relative;
}

.rihabiri .inpage_main .txt img:nth-child(2) {
	width: 7.5em;
}

.homon_recruit .inpage_main .txt img {
	font-size: 50px;
}

.homon_recruit .inpage_main .txt img:nth-child(1) {
	width: 8em;
	margin-bottom: 0.3em;
}

.homon_recruit .inpage_main .txt img:nth-child(2) {
	width: 10em;
}

.homon_recruit .recruit02 > .u_01 {
	position: absolute;
	top: -64%;
	width: 43%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 17%;
	right: 0;
	margin: auto;
}

.homon_recruit .recruit02 > .u_01 img:nth-child(1) {
	width: 60%;
	padding-top: 20%;
}

.homon_recruit .recruit02 > .u_01 img:nth-child(2) {
	width: 45%;
}

.homon_recruit .recruit04 > div > img {
	position: absolute;
	width: 14%;
	right: 0;
	top: -25%;
}

.homon_recruit .bg_gr {
	background: #becb32;
/* 	background: url(../img/homon/bg_gr01.svg) top center, linear-gradient(#ffffff00 0px, #ffffff00 20px, #becb32 21px, #becb32); */
	background: url(../img/homon/bg_gr01.svg) top center, linear-gradient(#ffffff00 0px, #ffffff00 20px, #becb32 21px, #becb32);
	
	background-repeat: no-repeat;
}


/*▲▲▲共通*/

header {
	position: relative;
	z-index: 16;
}

header > div:nth-child(1) {
	background: #cad725;
	padding: 3px 0 3px;
}

header > div:nth-child(1) h1 {
	color: #fff;
}

header > div:nth-child(2) {
	display: flex;
	justify-content: space-between;
	padding-top: 8px;
}

header > div:nth-child(2) > a {
	width: 250px;
	position: relative;
	/* left: -12px; */
}

#contents_homon {
	background: url(../img/homon/bg.jpg);
}

.btn_area > a {
	display: block;
	margin-right: 27px;
}

.btn_area > a img {
	width: 35px;
}

.btn_area {
	margin-top: 14px;
	display: flex;
	align-items: center;
	width: 182px;
}

.navBox {
	position: fixed;
	margin-left: 50px;
}

div#js-hamburger {
	display: flex;
	background: #56462e;
	color: #fff;
	align-items: center;
	border-radius: 50em;
	padding: 0px 26px 0 17px;
	cursor: pointer;
}

div#js-hamburger > p img {
	font-size: 12px;
	width: 4em;
}

.homon_main {
	position: relative;
	display: flex;
	align-items: center;
}

.homon_main > .txt {
	width: 40%;
	opacity: 0;
	position: relative;
	top: 10px;
	animation: homon_main_txt ease 1s;
	animation-fill-mode: forwards;
	z-index: 11;
}

@keyframes homon_main_txt {
	0% {
		opacity: 0;
		top: 10px;
	}

	100% {
		opacity: 1;
		top: 0px;
	}
}

.homon_main > .img {
	width: 60%;
	opacity: 0;
	position: relative;
	top: 10px;
	animation: homon_main_txt ease 1s;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
}

.homon_main > .txt img {
	min-width: 106%;
	position: relative;
	z-index: 10;
}

.homon_main > .img a {
	position: absolute;
	bottom: -23px;
	z-index: 9;
	width: 236px;
	right: -2%;
	display: flex;
	align-items: baseline;
}

.homon_main > .img a div:nth-child(1) {
	width: 77px;
	margin-right: 21px;
	position: relative;
	top: -6px;
}

.homon_main > .img a div:nth-child(2) {
	width: 160px;
}

.homon_main > .img a > img {
	width: 65px;
	position: absolute;
	right: 52px;
	top: 31%;
}


/*▼▼▼メインスライダー*/

.slider:before {
	content: "";
	background: url("https://sunlink.co.jp/saikids/wp-content/uploads/2024/07/main_flame.png") no-repeat;
	width: calc(100% + 6px);
	height: 100%;
	position: absolute;
	z-index: 9;
	left: -3px;
	top: -3px;
	background-size: cover;
}


/*▲▲▲メインスライダー*/

.homon01 {
	opacity: 0;
	position: relative;
	top: 10px;
	animation: homon_main_txt ease 1s;
	animation-fill-mode: forwards;
	animation-delay: 1.5s;
}

.homon01 .u_01 {
	background: #56462e;
	border-radius: 50em;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 27%;
	right: 10px;
}

.homon01 .u_01:before,
.homon01 .u_01:after {
	top: 46%;
	height: 2px;
}

.homon02 .c_tit {
	letter-spacing: 0.1em;
	font-size: 22px;
}

.homon02 > ul {
	padding-top: 17%;
}

.homon02 img {
	position: absolute;
	top: 0;
	width: 25%;
}

.homon03 li {
	display: flex;
	align-items: center;
}

.homon03 li .mame {
	font-size: 42px;
	margin-right: 12px;
}

.homon03 li .fJ {
	line-height: 150%;
	font-weight: bold;
}

.homon03 img {
	position: absolute;
	right: 4%;
	bottom: -20%;
	width: 23%;
}

.homon04 p.bold {
	color: #5e5b58;
}

.homon04 img:nth-child(1) {
	border-radius: 4em;
}

.homon04 .c_tit {
	font-size: 180%;
	margin-bottom: 6px;
}

.homon04 .cl50 > div:nth-child(2) {
	position: relative;
}

.homon04 .cl50:nth-child(1) > div:nth-child(2) img:nth-child(2) {
	position: absolute;
	width: 50%;
	top: -12px;
	left: -8%;
}

.homon04 .cl50:nth-child(1) > div:nth-child(2) img:nth-child(3) {
	position: absolute;
	width: 36%;
	bottom: -7%;
	right: -7%;
}

.homon04 .cl50:nth-child(2) > div:nth-child(2) img:nth-child(2) {
	position: absolute;
	width: 34%;
	bottom: -5%;
	left: -6%;
}

.bg_gr {
	position: relative;
	background: #becb32;
	background: url(../img/homon/bg_gr01.svg) top center, linear-gradient(#fffff0 0px, #fffff0 20px, #becb32 21px, #becb32);
	background-repeat: no-repeat;
}

.bg_gr:before {
	content: "";
	position: absolute;
	background: url(../img/homon/bg_gr02.svg) bottom center;
	width: 100%;
	bottom: -21px;
	height: 70px;
	background-size: cover;
}

.homon05 > .inner a,
.homon07 .cl50 > li {
	background: #fff;
	border-radius: 2.5em;
	overflow: hidden;
}

.homon05 {
	z-index: 9;
}

.homon05 .u_1 > div:nth-child(2) {
	padding: 20px 20px 25px;
}

.homon05 .u_1 > div:nth-child(2) .cl50 li p {
	color: #b2697c;
	background: url(../img/homon/check.svg) no-repeat top 9px left 11px, #fbe4ea;
	background-size: 18px;
	border-radius: 1em;
	padding: 10px 10px;
	padding-left: 35px;
	line-height: 100%;
	font-size: 12px;
	font-weight: 600;
}

.homon05 .u_1 > div:nth-child(2) .cl50 {
	max-width: 364px;
	margin-top: 10px;
	position: relative;
}

.homon05 .u_1 > div:nth-child(2) .cl50:before {
	content: "";
	background: url(../img/homon/homon05_photo01.svg) no-repeat;
	width: 130px;
	height: 82px;
	position: absolute;
	right: -82px;
	top: -86px;
}

.homon05 p.btn {
	color: #e48c9b;
	font-family: mamelon, sans-serif;
	background: url(../img/homon/arrow.svg) no-repeat right;
	background-size: 30px;
	padding: 5px 39px 5px 0;
	line-height: 120%;
	font-size: 14px;
}

.homon05 .u_01 {
	position: absolute;
	top: -77%;
	display: flex;
	align-items: end;
	width: 43%;
	right: -9%;
	justify-content: space-between;
}

.homon05 .u_01 img:nth-child(1) {
	width: 41%;
	position: relative;
	bottom: -23px;
}

.homon05 .u_01 img:nth-child(2) {
	width: 34%;
}

.homon07 {
	max-width: 640px !important;
}

.homon07 .Instagram {
	width: 80%;
	margin: auto;
}

.homon07 ul {
	display: flex;
	justify-content: space-between;
}

.homon07 li {
	width: 48%;
	border-radius: 1.5em !important;
}

.homon07 li:nth-child(1) {
	margin-right: 4%;
}

.homon07 .cl50 > li a div:nth-child(2) {
	padding: 17px 0;
}

.homon07 .f10 {
	color: #e48c9b;
}

.homon07 .fJ {
	font-size: 130%;
}

.homon07 a .img {
	width: 42%;
	position: relative;
	overflow: hidden;
	margin-right: 6%;
}

.homon07 a .img img {
	position: absolute;
	width: calc(100% + 10px);
	min-width: calc(100% + 10px);
	top: 0;
	bottom: 0;
	margin: auto;
}


/* =======================================
訪問・彩キッズ共通
============================================================================================================================== */
.slider02 {
	max-width: 800px;
	margin: auto;
}

.slider02 .slick-arrow {
	background: url(../img/homon/arrow_next.svg) no-repeat;
	width: 50px;
	height: 50px;
}

.slider02 .slick-prev {
	background: url(../img/homon/arrow_prev.svg) no-repeat;
}

.slider02 .slick-prev::before,
.slider02 .slick-next::before {
	content: none;
}


/* =======================================
訪問 事業紹介　訪問・リハビリテーション共通
============================================================================================================================== */

.busines .cl50 {
	display: flex;
	flex-wrap: wrap;
}

.pointArea {
	display: flex;
	flex-wrap: wrap;
}

.business01,
.recruit00,
.recruit01,
.recruit02 {
	max-width: 843px;
	margin: auto;
}

.business01 .mame {
	color: #54432d;
}

.business06 .mame {
	background: url(../img/homon/suuz_bg.svg) no-repeat;
	padding: 8px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	margin-right: 9px;
}

.business06 .c_tit {
	display: flex;
	align-items: center;
}

.business06 .c_tit span:nth-child(2) {
	line-height: 120%;
}

.business03 .kodomo {
	color: #b962b7;
}

.business06 li {
	border-bottom: 2px solid #f6f6f6;
	padding: 0px 20px 20px;
}

.business06 ul {
	display: flex;
	flex-wrap: wrap;
}

.staffBox .tag {
	line-height: 110%;
}

.staffBox .tag span {
	border-radius: 0.2em;
	margin-right: 7px;
	padding: 2px 5px;
	display: inline-block;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.staffBox .tag01 {
	color: #b361b1;
	border: 1px solid #d7b0d6;
}

.staffBox .tag02 {
	color: #5d83ca;
	border: 1px solid #95b5f0;
}

.staffBox .tag03 {
	color: #62cfc0;
	border: 1px solid #aaf0e6;
}

.staffBox .tag04 {
	color: #e17e52;
	border: 1px solid #eec1ad;
}

.staffBox .tag05 {
	color: #7eb361;
	border: 1px solid #b3eb95;
}

.staffBox .tag06 {
	color: #b3ad61;
	border: 1px solid #d5d7b0;
}

.staffBox .tag07 {
	color: #7261b3;
	border: 1px solid #bbb0d7;
}

.staffBox .tag08 {
	color: #b36161;
	border: 1px solid #d7b0b0;
}

.slider02 .cl3_7 {
	background: #fff;
	border-radius: 3em;
	padding: 30px 30px;
	margin: 0 20px;
}

.mame {
	color: #54432d;
}

.business02 .cl3_7 > div:nth-child(odd) img {
	width: 60px;
	margin: auto;
}

.homon .business02 li:nth-child(5) .cl3_7 > div:nth-child(odd) img {
	width: 35px;
}

.rihabiri .business02 li:nth-child(7) .cl3_7 > div:nth-child(odd) img {
	width: 35px;
}

.c_table_01 table tbody tr th {
	width: 146px !important;
	font-weight: bold !important;
	font-family: zen-maru-gothic, sans-serif;
}

.c_table_01 table tbody tr td {
	width: calc(100% - 50px);
}

.business02 .cl3_7 > div:nth-child(odd) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85px;
}

.business02 .cl3_7 > div:nth-child(even) {
	width: calc(100% - 94px);
}

.business02 p.f14 {
	line-height: 150%;
}

.business05 .cl50 > li:nth-child(2) {
	width: 250px;
}

.business05 .cl50 {
	justify-content: center;
	align-items: center;
	display: flex;
}

.business05 .cl50 > li:nth-child(1) {
	margin-right: 5%;
}

.business05 .c_table_01 table tbody tr th {
	width: 85px !important;
}

.business05 .c_table_01 table tbody tr td {
	width: calc(100% - 86px) !important;
}


/* =======================================
footer
============================================================================================================================== */

.footer_c {
	margin: auto;
	text-align: center;
}

.footer_c img {
	width: 103px;
	margin: auto;
}

.footer_c p.fJ {
	font-size: 25px;
	padding-top: 12px;
}

.footer_c > div {
	font-size: 157%;
	letter-spacing: 0.15em;
}

.footer_c > div a {
	color: #54432d;
	font-weight: 500;
	background: url(../img/homon/tel.svg) no-repeat center left;
	background-size: 17px;
	padding-left: 24px;
}

footer .copy {
	background: #BEC13D;
	color: #fff;
	display: flex;
	position: relative;
	z-index: 9;
}

footer .copy > div {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	font-size: 10px;
	position: relative;
}

.footer_kaba {
	margin-top: 50px;
	position: relative;
	z-index: 0;
}

.footer_kaba img {
	position: absolute;
	bottom: 0;
	width: 150px;
	right: 0;
	animation: footer_kaba 2s cubic-bezier(0.38, -0.01, 0.35, 1.02) infinite alternate;
}

@keyframes footer_kaba {
	0% {
		bottom: -5px;
	}

	100% {
		bottom: 0px;
	}
}


/* =======================================
採用　共通部分
============================================================================================================================== */

.recruit00 ul li {
	color: #b2697c;
	background: url(../img/homon/check.svg) no-repeat center left 19px, #fbe4ea;
	background-size: 28px;
	border-radius: 1em;
	padding: 16px 22px;
	padding-left: 56px;
	line-height: 150%;
	font-weight: 600;
	font-family: zen-maru-gothic, sans-serif;
}

.recruit02 ul.cl25 img {
	width: 60px;
	margin: auto;
}

.recruit02 ul.cl25 p {
	margin-top: 14px;
}

.kids_recruit .recruit02 .border_t > ul {
	position: relative;
	z-index: 1;
}

.recruit03 .like {
	background: url(../img/homon/like.svg) no-repeat center left;
	padding-left: 20px;
	background-size: 15px;
}

.recruit03 .comment {
	background: url(../img/homon/comment.svg) no-repeat center left;
	padding-left: 20px;
	background-size: 15px;
}

.recruit03 .f14 {
	font-size: 1.4rem !important;
	line-height: 140%;
}

.recruit03 .recruit03-cl3_7__item1 {
	position: relative;
	margin-right: 5%;
}

.recruit03 .recruit03-cl3_7__item1__img {
	width: 80%;
	margin: auto;
}

.recruit03 .recruit03-cl3_7__item1__img img {}

.recruit03 .staff_comment_box__img {
	width: 80%;
	margin: auto;
}

.recruit03 .staff_comment_box__img img {}


/*recruit05*/

.recruit05 .head {
	background: #fff;
	border-radius: 1.2em;
	padding: 25px 40px;
	overflow: revert;
}

.recruit05 .u_01 {
	background: #56462e;
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.recruit05 .u_01:before,
.recruit05 .u_01:after {
	top: 46%;
	height: 2px;
	content: "";
	height: 6px;
	width: 27px;
	position: absolute;
	top: 46%;
	right: 25px;
	border-radius: 50em;
	background: #fff;
	transition: 0.2s;
}

.recruit05 .u_01:after {
	transform: rotate(90deg);
}

.recruit05 .open .u_01:after {
	transform: rotate(0deg);
}

.recruit05 li {
	background: #fff;
	border-radius: 1.2em;
	overflow: hidden;
	margin-bottom: 15px;
}

.recruit05 .head .u_01 {
	transition: 0.2s;
}

.recruit05 .head.open .u_01 {
	border-radius: 0 0 0 1.2em;
}

.recruit05 .inner02 {
	max-width: 800px !important;
}

.recruit05 .body01 {
	width: calc(100% - 100px);
	margin: 10px auto 60px;
}

.recruit05 .kome li {
	margin-bottom: 0;
}

.recruit05 .ver_m {
	vertical-align: middle;
}

.recruit06.inner02 {
	max-width: 500px !important;
}

.recruit06.c_table_01 table tbody tr th,
.recruit06.c_table_01 table tbody tr td {
	border-bottom: none !important;
	padding-top: 5px !important;
	padding-bottom: 10px !important;
}

.recruit06 input.long,
.recruit06 select,
.recruit06 textarea.message {
	padding: 14px;
	border-radius: 0.8em;
	border: 1px solid #eeeeee;
	width: 100%;
	background: #f9f9f9;
}

.recruit06.c_table_01 table tbody tr th {
	width: 86px !important;
	vertical-align: middle !important;
	color: #563a1d;
	text-align: center;
}

.recruit06 td.u_01 {
	display: flex;
}

.recruit06.c_table_01 table tbody tr.u_02 th {
	vertical-align: top !important;
	padding-top: 8px !important;
}

.recruit06 input.submit {
	background: #becb32;
	border: none;
	color: #fff;
	font-family: zen-maru-gothic, sans-serif;
	letter-spacing: 0.2em;
	padding: 15px 68px;
	border-radius: 50em;
	margin: 50px auto 0;
	display: block;
	cursor: pointer;
}


/*fix_area*/

.fix_area {
	position: fixed;
	right: 0;
	font-family: zen-maru-gothic, sans-serif;
	color: #fff;
	overflow: hidden;
	border-radius: 0.8em 0 0 0.8em;
	top: 50%;
	z-index: 15;
}

.fix_area a {
	color: #fff;
	padding: 15px 20px;
	padding-right: 36px !important;
	display: block;
	font-weight: 600;
}

.fix_area li:nth-child(1) a {
	background: url(../img/kids/arrow02.svg) no-repeat center right 16px, #ed6c3a;
	background-size: 15px;
	font-size: 90%;
	letter-spacing: 0.2em;
}

.fix_area li:nth-child(2) a {
	background: url(../img/kids/arrow02.svg) no-repeat center right 16px, #00cbcb;
	background-size: 15px;
	letter-spacing: 0.2em;
	font-size: 120%;
	padding: 7px 20px 12px;
	border-radius: 0 0 0 0.8em;
}


/* =======================================
採用　彩　訪問
============================================================================================================================== */

.homon_recruit .recruit02 ul.cl25 li:nth-child(1) img {
	width: 42px;
}

.homon_recruit .recruit02 ul.cl25 li:nth-child(4) img {
	width: 52px;
}

.homon_recruit .recruit02 ul.cl25 li:nth-child(3) img {
	width: 70px;
}

.homon_recruit .recruit02 .border_t {
	border-top: 2px solid #c8c8c9;
	max-width: 90%;
	margin: auto;
}

.homon_recruit .recruit02 .border_t > ul {
	margin-top: 25px;
	width: 587px;
	margin: 25px auto 0;
}

.homon_recruit .fix_area li:nth-child(1) a {
	background: url(../img/kids/arrow02.svg) no-repeat center right 16px, #63057a;
	background-size: 15px;
}

.homon_recruit .fix_area li:nth-child(2) a {
	background: url(../img/kids/arrow02.svg) no-repeat center right 16px, #0780c9;
	background-size: 15px;
}


/* =======================================
採用　彩キッズ kids_recruit
============================================================================================================================== */

.kids_recruit .recruit01 > div > .kodomo_l {
	font-weight: 100;
	color: #563b1d;
}

.kids_recruit .recruit01 .kodomo span:nth-child(1) {
	color: #2ad852;
}

.kids_recruit .recruit01 .kodomo span:nth-child(2) {
	color: #5694ef;
}

.kids_recruit .recruit01 .kodomo span:nth-child(3) {
	color: #ea9e59;
}

.kids_recruit .recruit01 .kodomo span:nth-child(4) {
	color: #8c8ae2;
}

.kids_recruit .recruit01 .kodomo span:nth-child(5) {
	color: #e5536b;
}

.kids_recruit .recruit01 .kodomo span:nth-child(6) {
	color: #282828;
}

.kids_recruit .bg_gray {
	background: #f4f4f4;
	position: relative;
}

.kids_recruit .bg_gray:before {
	content: "";
	background: url(../img/kids/line_gray.svg) bottom center no-repeat;
	width: 100%;
	height: 500px;
	position: absolute;
	bottom: -8px;
}

.kids_recruit .recruit02 ul.cl25 {
	max-width: 100%;
	align-items: unset;
}

.kids_recruit ul.cl25 li:nth-child(1) img {
	width: 45px;
}

.kids_recruit .border_t {
	position: relative;
	padding: 7px;
}

.kids_recruit .border_t > img {
	position: absolute;
	width: 100%;
	top: 0;
}

.kids_recruit .cl3_7.slick-slide {
	background: url(../img/kids/recruit03_photo01.png) no-repeat;
	background-size: 100% 100%;
}

.kids_recruit .bg_gr02 {
	background: #e8f970;
/* 	background: url(../img/kids/line_gr01.svg) top center, linear-gradient(#ffffff 0px, #ffffff 20px, #e8f970 21px, #e8f970); */
	background: url(../img/kids/line_gr01.svg) top center, linear-gradient(transparent 0px, transparent 20px, #e8f970 21px, #e8f970);
	
	background-size: 120%;
	position: relative;
}

.kids_recruit .recruit05 .u_01 {
	background: #90e05c;
}

.kids_recruit .bg_gr02:before {
	content: "";
	background: url(../img/kids/line_gr02.svg) bottom center no-repeat;
	width: 100%;
	height: 500px;
	position: absolute;
	bottom: -8px;
}

.kids_recruit .recruit03 img.u_02 {
	position: absolute;
	top: -26%;
	width: 23%;
	right: 0;
}

.kids_recruit .recruit06 input.submit {
	background: #ed6c3a;
}

.kids_recruit .recruit04 {
	position: relative;
}

.kids_recruit .recruit04_img {
	width: 30%;
	position: absolute;
	top: -130px;
}

.kids_recruit .recruit04_img > div {
	position: relative;
}

.kids_recruit .recruit04_img img:nth-child(1) {
	position: absolute;
	right: 14%;
	width: 25%;
	z-index: 1;
}

.kids_recruit .recruit04_img img:nth-child(2) {
	position: absolute;
	right: 39%;
	width: 25%;
	top: 78px;
	z-index: 1;
}

.kids_recruit .recruit04_img img:nth-child(3) {
	position: absolute;
}

.kids_recruit .recruit05_img {
	position: absolute;
	width: 30%;
	right: 0;
	top: -86px;
}

.kids_recruit .recruit05_img > div {
	position: relative;
}

.kids_recruit .recruit05_img img:nth-child(1) {
	position: absolute;
	right: -14%;
	width: 61%;
	top: -32px;
	z-index: 1;
}

.kids_recruit .recruit05_img img:nth-child(2) {
	position: absolute;
	right: 54%;
	width: 21%;
	top: 0;
	z-index: 1;
}

.kids_recruit .recruit05_img02 {
	position: absolute;
	width: 11%;
	left: 5%;
	bottom: -26px;
}

.kids_recruit .recruit05_img02 > div {
	position: relative;
}

.kids_recruit .recruit05_img02 img:nth-child(1) {
	position: absolute;
	right: 0%;
	width: 61%;
	bottom: 0;
	z-index: 1;
}

.kids_recruit .recruit05_img02 img:nth-child(2) {
	position: absolute;
	right: -60%;
	width: 51%;
	z-index: 1;
	bottom: 0;
}

.kids_recruit .recruit06 img {
	width: 100px;
	margin: auto;
	margin-bottom: 6px;
}


/* =======================================
animation
============================================================================================================================== */

.animationArea {
	position: relative;
	opacity: 0;
	transition: 1s;
	top: 10px;
}

.isAnimate {
	opacity: 1;
	top: 0px;
}


/*
.kids_main {
animation: kids_main cubic-bezier(0, 1.86, 1, 1.55) 0.2s;
transform: scaleY(0.7) translate(0px, 30%);
animation-fill-mode: forwards;
}

@keyframes kids_main {
0% {
transform: scaleY(0.8) translate(0px, 20%);
}
80% {
transform: scaleY(1.1) translate(0px, -10%);
}
97% {
transform: scaleY(0.95) translate(0px, 0);
}
100% {
transform: scaleY(1) translate(0px, 0);
}
}
#contents_kids .txtBox {
animation: kids_main_txtBox01 cubic-bezier(0.38, 1.16, 0.63, 1) 0.5s;
transform: translate(0px, 40%);
animation-fill-mode: forwards;
animation-delay: 0.4s;
opacity: 0;
}

@keyframes kids_main_txtBox01 {
0% {
opacity: 0;
transform: translate(0px, 35%);
}
100% {
opacity: 1;
transform: translate(0px, 0%);
}
}*/

@keyframes kids_main_txtBox {
	0% {
		opacity: 0;
		transform: translate(0px, 30%);
	}

	100% {
		opacity: 1;
		transform: translate(0px, 0%);
	}
}


/*すくすく育ち*/
#contents_kids .txtBox > .txtBox__img1 {
	position: relative;
	top: 5%;
	width: 44%;
	margin: auto;
	opacity: 0;
	animation: kids_main_txtBox cubic-bezier(0, 1.86, 1, 1.55) 0.2s;
	transform: translate(0px, 30%);
	animation-fill-mode: forwards;
	animation-delay: 2s;
}

#contents_kids .txtBox > .txtBox__img1 img {
	width: 100%;
}

/*かば*/
#contents_kids .txtBox > .txtBox__img2 {
	opacity: 0;
	animation: kids_main_txtBox cubic-bezier(0, 1.86, 1, 1.55) 0.2s;
	transform: translate(0px, 30%);
	animation-fill-mode: forwards;
	animation-delay: 2.1s;
	position: absolute;
	top: -18%;
	right: 0px;
	width: 30%;
}

#contents_kids .txtBox > .txtBox__img2 img {
	width: 100%;
}

/*風船*/
#contents_kids .txtBox > .anime .anime__husen {
	position: absolute;
	left: -2%;
	top: -20px;
	width: 100%;
	animation: kids_main_txtBox cubic-bezier(0.08, 0.78, 0.38, 1.01) 1s;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	opacity: 0;
	transform: translate(0px, 30%);
}

#contents_kids .txtBox > .anime .anime__husen img {
	width: 100%;
}

/*３つのオレンジ*/
#contents_kids .kids_main_txt02 {
	width: 85%;
	margin: 10% auto 0;
	animation: kids_main_txt02 cubic-bezier(0.15, 0.59, 0.61, 1.12) 1s;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	opacity: 0;
	transform: translate(0px, -10%);
}

@keyframes kids_main_txt02 {
	0% {
		opacity: 0;
		transform: translate(0px, -10%);
	}

	100% {
		opacity: 1;
		transform: translate(0px, 0%);
	}
}

#contents_kids .kids_main_txt02 img {
	width: 100%;
}

/*彩キッズのテキスト（ｈ２）*/
#contents_kids .txtBox > .anime h2 .anime__img {
	margin-right: 11px;
	opacity: 0;
	transform: translate(0px, 30%);
}

#contents_kids .txtBox > .anime h2 .anime__img--1 {
	width: 8%;
	margin-right: 5%;
	animation: kids_main_txtBox cubic-bezier(0, 1.86, 1, 1.55) 0.1s;
	animation-fill-mode: forwards;
	animation-delay: 1.1s;
}

#contents_kids .txtBox > .anime h2 .anime__img--2 {
	width: 8%;
	margin-right: 5%;
	animation: kids_main_txtBox cubic-bezier(0, 1.86, 1, 1.55) 0.1s;
	animation-fill-mode: forwards;
	animation-delay: 1.15s;
}

/*aの顔*/
#contents_kids .a_kao {
	opacity: 0;
	animation: a_kao cubic-bezier(0, 1.86, 1, 1.55) 0.1s;
	animation-delay: 1.15s;
	animation-fill-mode: forwards;
	position: absolute;
	width: 8%;
	height: 67%;
	bottom: 0;
	left: 25%;
	z-index: 10;
}

@keyframes a_kao {
	0% {
		opacity: 0;
		transform: translate(0px, 30%);
	}

	100% {
		opacity: 1;
		transform: translate(0px, 0%);
	}
}

#contents_kids .txtBox > .anime h2 .anime__img--3 {
	width: 2.3%;
	margin-right: 7%;
	animation: kids_main_txtBox cubic-bezier(0, 1.86, 1, 1.55) 0.1s;
	animation-fill-mode: forwards;
	animation-delay: 1.2s;
}

#contents_kids .txtBox > .anime h2 .anime__img--4 {
	width: 9%;
	margin-right: 4%;
	animation: kids_main_txtBox cubic-bezier(0, 1.86, 1, 1.55) 0.1s;
	animation-fill-mode: forwards;
	animation-delay: 1.25s;
}

#contents_kids .txtBox > .anime h2 .anime__img--5 {
	width: 2.3%;
	margin-right: 4%;
	animation: kids_main_txtBox cubic-bezier(0, 1.86, 1, 1.55) 0.1s;
	animation-fill-mode: forwards;
	animation-delay: 1.3s;
}

#contents_kids .txtBox > .anime h2 .anime__img--6 {
	width: 7%;
	margin-right: 5%;
	animation: kids_main_txtBox cubic-bezier(0, 1.86, 1, 1.55) 0.1s;
	animation-fill-mode: forwards;
	animation-delay: 1.35s;
}

#contents_kids .txtBox > .anime h2 .anime__img--7 {
	width: 7%;
	animation: kids_main_txtBox cubic-bezier(0, 1.86, 1, 1.55) 0.1s;
	animation-fill-mode: forwards;
	animation-delay: 1.4s;
}


/*目*/
#contents_kids .me {
	width: 50%;
}

#contents_kids .me img {
	width: 100%;
}

#contents_kids .me .me__img1 {
	animation: kids_me cubic-bezier(0, 1.86, 1, 1.55) 7s infinite;
	animation-fill-mode: forwards;
	animation-delay: 7s;
	position: relative;
}

@keyframes kids_me {
	0% {
		opacity: 1;
	}

	1% {
		opacity: 0;
	}

	2% {
		opacity: 0;
	}

	3% {
		opacity: 1;
	}

	4% {
		opacity: 1;
	}

	5% {
		opacity: 0;
	}

	6% {
		opacity: 0;
	}

	7% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

#contents_kids .me .me__img2 {
	opacity: 0;
}

#contents_kids .me img:nth-child(2) {
	animation: kids_me02 cubic-bezier(0, 1.86, 1, 1.55) 7s infinite;
	animation-fill-mode: forwards;
	animation-delay: 7s;
	position: relative;
	top: -2px;
}

@keyframes kids_me02 {
	0% {
		opacity: 0;
	}

	1% {
		opacity: 1;
	}

	2% {
		opacity: 1;
	}

	3% {
		opacity: 0;
	}

	4% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	6% {
		opacity: 1;
	}

	7% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


/*男の子*/

#kids_home {
	overflow: hidden;
}

.kids_main img {
	width: 100%;
}

.kids_main__bg1 {
	width: 100%;
}

.kids_main__img1 {
	position: absolute;
	bottom: -6%;
	left: -6%;
	width: 26%;
	animation: kids_main_txtBox cubic-bezier(0.08, 0.78, 0.38, 1.01) 1s;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	opacity: 0;
}

/*採用メイン 動き*/
.kids_recruit .ad01 {
	position: relative;
}

/*icon01*/
.kids_recruit .icon01 {
	position: absolute;
	width: 19.5%;
	right: 0;
	top: 8%;
	z-index: 2;
}

.kids_recruit .icon01 img {
	width: 100%;
}

.kids_recruit .icon01 .icon01__img1 {
	width: 37%;
	right: 0;
	top: 0;
}

.kids_recruit .icon01 .icon01__img2 {
	width: 28%;
	left: 41%;
	position: absolute;
	bottom: -97%;
}

.kids_recruit .icon01 .icon01__img3 {
	width: 39%;
	right: 13%;
	top: -20%;
	position: absolute;
}

/*icon02*/
.kids_recruit .icon02 {
	position: absolute;
	width: 19.5%;
	left: 1.5%;
	top: 10%;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}

.kids_recruit .icon02 img {
	width: 100%;
}

.kids_recruit .icon02 .icon02__img1 {
	width: 41%;
	right: 0;
	top: 0;
	display: block;
}

.kids_recruit .icon02 .icon02__img2 {
	width: 51%;
	position: relative;
	bottom: 29px;
}

/*icon03*/
.kids_recruit .icon03 {
	position: absolute;
	width: 21.5%;
	left: -5%;
	bottom: -1%;
	z-index: 2;
}

.kids_recruit .icon03 img {
	width: 100%;
}

/*icon04*/
.kids_recruit .icon04 {
	position: absolute;
	width: 19.5%;
	right: 0;
	bottom: 5%;
	display: flex;
	z-index: 2;
	transform: translate(0px, 10%);
	justify-content: end;
}

.kids_recruit .icon04 img {
	width: 100%;
}

.kids_recruit .icon04 .icon04__img1 {
	width: 53%;
	right: -16%;
	bottom: -8px;
	position: relative;
}

.kids_recruit .icon04 #lottie {
	width: 86%;
	left: 0;
	position: absolute;
	bottom: -47px;
}

.kids_recruit .inpage_main a {
	position: absolute;
	width: 14%;
	right: 10%;
	animation: mainBtn 2s cubic-bezier(0.71, 0.05, 0.25, 1) infinite alternate;
	top: 27%;
}

.kids_recruit .inpage_main a img {
	width: 100%;
}

#contents_kids .kids_main > a {
	position: absolute;
	right: -6%;
	bottom: -11%;
	display: block;
	width: 20%;
	animation: mainBtn 2s cubic-bezier(0.71, 0.05, 0.25, 1) infinite alternate;
	animation-delay: 5s;
	transform: rotate(0deg);
	z-index: 9;
}

@keyframes mainBtn {
	0% {
		transform: rotate(20deg);
	}

	100% {
		transform: rotate(-20deg);
	}
}

#contents_kids .kids_main > a img {
	width: 100%;
}

.u_03 {
	opacity: 0;
	animation: kidsRe_main cubic-bezier(0.64, 0.64, 0.46, 2.16) 0.3s;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
}

@keyframes kidsRe_main {
	0% {
		opacity: 0;
		transform: translate(0px, 10%);
	}

	100% {
		opacity: 1;
		transform: translate(0px, 0%);
	}
}

.kids_recruit .u_03 .inpage_main__img {
	width: 100%;
}

.kids_recruit .u_03 .inpage_main__img img {
	width: 100%;
}

.iconBox {
	opacity: 0;
	animation: iconBox cubic-bezier(0.64, 0.64, 0.46, 2.16) 0.3s;
	animation-fill-mode: forwards;
	animation-delay: 0.7s;
}

@keyframes iconBox {
	0% {
		opacity: 0;
		transform: translate(0px, 10%);
	}

	100% {
		opacity: 1;
		transform: translate(0px, 0%);
	}
}

/* .Instagram img:nth-child(1) {
width: 24%;
margin: 0 auto 7%;
} */

.Instagram a {
	max-width: 350px;
	display: block;
	margin: auto;
}

@media screen and (max-width: 1144px) {

	.c_table_03 tr:nth-child(1) th:before,
	.c_table_03 tr:nth-child(4) th:before {
		height: calc(100% - 20px);
	}

	.c_table_03 tr:nth-child(1) th {
		background: url(../img/kids/icon01.svg) no-repeat left top 10px;
		background-size: 14px;
	}

	.c_table_03 tr:nth-child(4) th {
		background: url(../img/kids/icon04.svg) no-repeat left top 10px;
		background-size: 15px;
	}
}

.thanks_kids {
	padding-top: 210px;
	text-align: center;
}

.kids07 {
	background: #f9f9f9;
	position: relative;
}

.kids07 ul {
	position: relative;
	z-index: 9;
}

.kids07 .homon07 .f10 {
	color: #ed6c3a;
}


/* Contact Form7 */

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}

.contact7 .contact7-row {
	display: flex;
	justify-content: space-evenly;
}

.contact7 .contact7-row + .contact7-row {
	margin-top: 20px;
}

.contact7 dt {
	font-family: zen-maru-gothic, sans-serif;
	color: #53452c;
	font-weight: bold;
	width: 20%;
	text-align: right;
}

.contact7 dd {
	width: 70%;
}

.contact7 input[type="text"],
.contact7 input[type="email"],
.contact7 input[type="tel"],
.contact7 textarea {
	padding: 14px;
	border-radius: 0.8em;
	border: 1px solid #eeeeee;
	width: 100%;
	background: #f9f9f9;
}

.btn_contact7 {
	text-align: center;
}

.btn_contact7 input {
	background: #ed6c3a;
	border: none;
	color: #fff;
	font-family: zen-maru-gothic, sans-serif;
	letter-spacing: 0.2em;
	padding: 15px 68px;
	border-radius: 50em;
	margin: 50px auto 0;
	display: block;
	cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item {
	display: block;
	text-align: center;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 6/25(火) 近藤追加コード */
/* sunlinkのFVを持ってくる */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.saikids_main {
    position: relative;
    display: flex;
    align-items: center;
	flex-direction: row-reverse;
	margin-top: 170px;
}

.saikids_main>.txt {
    width: 50%;
    opacity: 0;
    position: relative;
    top: 10px;
    animation: homon_main_txt ease 1s;
    animation-fill-mode: forwards;
    z-index: 11;
}

@keyframes homon_main_txt {
    0% {
        opacity: 0;
        top: 10px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}

.saikids_main>.img {
	 flex-grow: 1;
    width: 50%;
    opacity: 0;
    position: relative;
    top: 10px;
    animation: kids_main_txt02 cubic-bezier(0.15, 0.59, 0.61, 1.12) 1s;
    animation-fill-mode: forwards;
    animation-delay: 3s;
	transform: translate(0px, -10%);
}

.saikids_main>.txt img {
    min-width: 106%;
    position: relative;
    z-index: 10;
}

.saikids_main>.img a {
    position: absolute;
    bottom: -23px;
    z-index: 9;
/*     width: 170px; */
	width: calc(380 / 1440 * 100%);
    left: -2%;
    display: flex;
    align-items: baseline;
}

.saikids_main>.img a div:nth-child(1) {
    width: 77px;
    margin-right: 21px;
    position: relative;
    top: -6px;
}

.saikids_main>.img a div:nth-child(2) {
    width: 160px;
}

.saikids_main>.img a>img {
    width: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: mainBtn 2s cubic-bezier(0.71, 0.05, 0.25, 1) infinite alternate;
}

/* #contents_kids .saikids_main > a {
	position: absolute;
	right: -6%;
	bottom: -11%;
	display: block;
	width: 20%;
	animation: mainBtn 2s cubic-bezier(0.71, 0.05, 0.25, 1) infinite alternate;
	animation-delay: 5s;
	transform: rotate(0deg);
	z-index: 9;
} */

.txtBox.mv_ver2{
	position: relative !important;
}

/*▼▼▼メインスライダー*/

.slider:before {
    content: "";
    background: url("https://sunlink.co.jp/saikids/wp-content/uploads/2024/07/main_flame.png") no-repeat;
    width: calc(100% + 6px);
    height: 100%;
    position: absolute;
    z-index: 9;
    left: -3px;
    top: -3px;
    background-size: cover;
}


/*▲▲▲メインスライダー*/


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 25/12/18　近藤追加 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.recruit_banner{
	max-width: 800px;
	padding: 0 8px;
}
@media (max-width: 768px){
	.recruit_banner{
		padding: 0 20px;
	}
}



