@charset "UTF-8";

@media screen and (max-width: 999px){

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.pc{display:none !important;}
.sp{display:block !important;}



/****************************************

	ヘッダー

*****************************************/
#header {}


.top-visual {
	margin: 0 0 0 0;
	position: relative;
}
.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-img img {
	width: 100%;
	height: auto;
}


.header__logo {
	left: 3.125vw;
	top: 5vw;
	position: absolute;
}
.header__logo h1 img {
	width: auto;
	height: 13.3vw;
}

.header__bnr {
	right: 3.125vw;
	top: 5vw;
	position: absolute;
}
.header__bnr img {
	width: auto;
	height: 21vw;
}


.header__catch {
	left: 3.125vw;
	top: 69vw;
	position: absolute;
}
.header__catch img {
	width: auto;
	height: 26vw;
}

.header__circle {
	right: 7.08vw;
	bottom: 10vw;
	position: absolute;
    animation: rotate 12s infinite linear;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.header__circle img {
	width: auto;
	height: 22.3vw;
}

.header__arrow {
	right: 16.7vw;
	bottom: 19.16vw;
	position: absolute;
}
.header__arrow img {
	width: auto;
	height: 4.8vw;
}



.header__inner {
	background:
	url("../img/common/header_bg01_sp.png") no-repeat left bottom / 393px 169px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.lower__logo {
	padding: 5vw 0 5vw 3.125vw;
}
.lower__logo img {
	width: auto;
	height: 13.3vw;
}

.lower__bnr {
	padding: 4.5vw 3.125vw 0 0;
	margin: 0 0 -2.5vw 0;
}
.lower__bnr img {
	width: auto;
	height: 21vw;
}



.header2__inner {
	background:
	url("../img/common/header_bg01_sp.png") no-repeat left bottom / 393px 169px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.lower2__logo {
	padding: 5vw 0 5vw 3.125vw;
}
.lower2__logo img {
	width: auto;
	height: 13.3vw;
}

.lower2__bnr {
	padding: 4.5vw 3.125vw 0 0;
	margin: 0;
}
.lower2__bnr img {
	width: auto;
	height: 17vw;
}



/****************************************

	フッター

*****************************************/
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 15px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a {
	background-image: url("../img/common/pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 30px;
	height: 31px;
}



footer{}
#footer {
	background: #F6F2EB;
}
.footer__inner {
	margin: 0 15px;
	padding: 2.5rem 0;
}


.footer__link {
	padding: 50px 0 0 0;
}
.footer__link ul {}
.footer__link ul li {
	text-align: center;
	width: 100%;
	margin: 0 auto 30px auto;
}
.footer__link ul li img {
	max-width: 450px;
	width: 100%;
}

.footer__logo {
	text-align: center;
}


.footer__copyright {
	background:	#893C2D;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.1;
	padding: 25px 0 25px 0;
}





/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
.parallax {
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 0s;
}

.delay100 {
	transition-delay: 0.1s;
}
.delay200 {
	transition-delay: 0.2s;
}
.delay300 {
	transition-delay: 0.3s;
}
.delay400 {
	transition-delay: 0.4s;
}
.delay500 {
	transition-delay: 0.5s;
}
.delay600 {
	transition-delay: 0.6s;
}
.delay700 {
	transition-delay: 0.7s;
}
.delay800 {
	transition-delay: 0.8s;
}
.delay900 {
	transition-delay: 0.9s;
}
.delay1000 {
	transition-delay: 1s;
}

.parallax--up {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.parallax--down {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.parallax--rl {
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0);
}
.parallax--lr {
	-webkit-transform: translate(-50px, 0);
	transform: translate(-50px, 0);
}

.parallax--action {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}



/****************************************

	home

*****************************************/
#top {}



.top-news {
	padding: 14vw 0 7.6vw 0;
	background:
	url("../img/news_prt02_sp.png") no-repeat right top / 130px 166px,
	url("../img/news_prt01_sp.png") no-repeat left top / 120px 137px;
}
.top-news__inner {
	margin: 0 15px;
}

.top-news__title {
	text-align: center;
	color: #893C2D;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;
	padding: 0 0 20px 0;
}

.top-news__box {
	background: #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #893C2D;
	padding: 20px 0 35px 0;
}
.top-news__box--inner {
	margin: 0 15px;
	padding: 0 10px 0 0;
}

.top-news__box--inner p {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #893C2D;
}
.top-news__box--inner p span {
	margin: 0 10px 0 0;
}



.top-introduction {
	padding: 0 0 20vw 0;
	background:
	url("../img/introduction_prt03.png") no-repeat left bottom / 100% 27.615384615384613vw,
	url("../img/introduction_prt02.png") no-repeat right top 650px / 80px 171px,
	url("../img/introduction_prt01.png") no-repeat left top 500px / 80px 184px;
}
.top-introduction__inner {
	margin: 0 15px;
}


.top-introduction__title {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	border-bottom: 1px solid #893C2D;
	margin: 0 0 30px 0;
	padding: 35px 0 15px 0;
}
.top-introduction__title h2 {
	color: #893C2D;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.1;
}
.top-introduction__title p {
	width: 55%;
}
.top-introduction__title p a {
	text-align: center;
	background: #FF7722;
	box-shadow: 2px 2px 4px 0px rgba(250, 199, 162, 0.9);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 13px 20px 13px 10px;
	text-decoration: none;
	position: relative;
}
.top-introduction__title p a:hover {
	background: #FF8539;
}
.top-introduction__title p a::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("../img/introduction_bg01.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	z-index: 10;
}


.top-introduction__area {
	padding: 0 0 50px 0;
}
.top-introduction__area ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.top-introduction__area ul li {
	width: 48%;
	margin: 0 4% 8% 0;
}

.top-introduction__area ul li:nth-of-type(2n) {
	margin: 0 0 8% 0;
}

.top-introduction__area ul li:nth-of-type(1) a {
	text-align: center;
	background: #6ACB57;
	box-shadow: 2px 2px 4px 0px rgba(23, 168, 71, 0.5);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	color: #893C2D;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 13px 20px 13px 10px;
	text-decoration: none;
	position: relative;
}
.top-introduction__area ul li:nth-of-type(1) a:hover {
	background: #79D168;
}
.top-introduction__area ul li:nth-of-type(1) a::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("../img/introduction_bg02.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	z-index: 10;
}

.top-introduction__area ul li:nth-of-type(2) a {
	text-align: center;
	background: #5AC1D0;
	box-shadow: 2px 2px 4px 0px rgba(0, 127, 162, 0.5);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	color: #893C2D;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 13px 20px 13px 10px;
	text-decoration: none;
	position: relative;
}
.top-introduction__area ul li:nth-of-type(2) a:hover {
	background: #6BC8D5;
}
.top-introduction__area ul li:nth-of-type(2) a::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("../img/introduction_bg03.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	z-index: 10;
}

.top-introduction__area ul li:nth-of-type(3) a {
	text-align: center;
	background: #C799D2;
	box-shadow: 2px 2px 4px 0px rgba(163, 86, 193, 0.5);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	color: #893C2D;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 13px 20px 13px 10px;
	text-decoration: none;
	position: relative;
}
.top-introduction__area ul li:nth-of-type(3) a:hover {
	background: #CDA4D7;
}
.top-introduction__area ul li:nth-of-type(3) a::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("../img/introduction_bg04.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	z-index: 10;
}

.top-introduction__area ul li:nth-of-type(4) a {
	text-align: center;
	background: #FADF4F;
	box-shadow: 2px 2px 4px 0px rgba(233, 179, 0, 0.5);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	color: #893C2D;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 13px 20px 13px 10px;
	text-decoration: none;
	position: relative;
}
.top-introduction__area ul li:nth-of-type(4) a:hover {
	background: #FBE361;
}
.top-introduction__area ul li:nth-of-type(4) a::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("../img/introduction_bg05.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	z-index: 10;
}


.top-introduction__fukidashi {
	width: fit-content;
	margin: 0 auto 20px auto;
	border: 2px solid #893C2D;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	background: #FFFFFF;
	padding: 20px;
	font-family: "Zen Kaku Gothic New", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #303234;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	position: relative;
}
.top-introduction__fukidashi a {
	color: #FF0000;
}
.top-introduction__fukidashi::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 33px;
	background-image: url("../img/introduction_bg06.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: -33px;
	left: 49px;
	z-index: 10;
}

.top-introduction__sample {
	text-align: center;
	font-family: "Zen Kaku Gothic New", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #303234;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 80px 0;
}
.top-introduction__sample a {
	color: #FF0000;
}


.top-introduction__guide {
	text-align: center;
	font-family: "Zen Kaku Gothic New", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 30px 0;
}

.top-introduction__spspace {
	margin: 0 0 0 -40px;
}
.top-introduction__map {
	width: 240px;
	margin: 0 auto;
	background: url("../img/map_img01.png") no-repeat left top / 240px 346px;
	position: relative;
}


.top-introduction__circle--north {
	left: 55px;
	top: 70px;
	position: absolute;
}
.top-introduction__circle--north-img {
	width: 95px;
	margin: 0 auto;
	height: 50px;
	position: relative;
}
.top-introduction__circle--north-img a img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}
.top-introduction__circle--north-img a img:last-of-type {
	opacity: 0;
	transition: opacity .2s;
}
.top-introduction__circle--north-img a:hover img {
	opacity: 1;
}


.top-introduction__circle--west {
	left: 45px;
	top: 145px;
	position: absolute;
}
.top-introduction__circle--west-img {
	width: 95px;
	margin: 0 auto;
	height: 50px;
	position: relative;
}
.top-introduction__circle--west-img a img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}
.top-introduction__circle--west-img a img:last-of-type {
	opacity: 0;
	transition: opacity .2s;
}
.top-introduction__circle--west-img a:hover img {
	opacity: 1;
}


.top-introduction__circle--east {
	right: -35px;
	top: 115px;
	position: absolute;
}
.top-introduction__circle--east-img {
	width: 95px;
	margin: 0 auto;
	height: 50px;
	position: relative;
}
.top-introduction__circle--east-img a img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}
.top-introduction__circle--east-img a img:last-of-type {
	opacity: 0;
	transition: opacity .2s;
}
.top-introduction__circle--east-img a:hover img {
	opacity: 1;
}


.top-introduction__circle--south {
	right: -35px;
	top: 230px;
	position: absolute;
}
.top-introduction__circle--south-img {
	width: 95px;
	margin: 0 auto;
	height: 50px;
	position: relative;
}
.top-introduction__circle--south-img a img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}
.top-introduction__circle--south-img a img:last-of-type {
	opacity: 0;
	transition: opacity .2s;
}
.top-introduction__circle--south-img a:hover img {
	opacity: 1;
}



.top-gallery {
	padding: 40px 0;
}
.top-gallery__inner {
	display: flex;
	overflow: hidden;
}
.top-gallery__list {
	display: flex;
	list-style: none;
	animation: gallery-scroll 80s infinite linear 0.5s both;
}
.top-gallery__item {
	width: calc(100vw / 3.5);
	padding: 0 5px 0 5px;
}
.top-gallery__item:nth-of-type(2n) {
	padding: 20px 5px 0 5px;
}
.top-gallery__item > img {
	width: 100%;
	height: auto;
}

@keyframes gallery-scroll {
	from {
		transform: translateX(0);
	}
		to {
		transform: translateX(-100%);
	}
}



/****************************************

	contents

*****************************************/
#contents {}



.contents-visual {
	background-image: url("../img/kinder/visual_bg01_sp.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.contents-visual__inner {
	margin: 0 15px;
}
.contents-visual__inner h2 {
	font-family: "Zen Kaku Gothic New", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	padding: 4vw 0 4vw 0;
}
.contents-visual__inner h2 span {
	font-size: 12px;
	letter-spacing: 0.05em;
	display: block;
}



.contents-main {
	padding: 7px 0 0 0;
	background:
	url("../img/kinder/main_prt04_sp.png") no-repeat left bottom / 100% 31.874999999999996vw,
	url("../img/kinder/main_prt03_sp.png") no-repeat left top 1860px / 140px 274px,
	url("../img/kinder/main_prt02_sp.png") no-repeat right top 1400px / 180px 282px,
	url("../img/kinder/main_prt01_sp.png") no-repeat left top / 180px 260px;
}
.contents-main__border {
	border-top: 1px solid #893C2D;
	padding: 60px 0 160px 0;
}
.contents-main__inner {
	margin: 0 15px;
}



.contents-sec01 {
	margin: 0 0 75px 0;
}

.contents-sec01__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 30px 0;
	position: relative;
}
.contents-sec01__title span {
	border-left: 6px solid #6ACB57;
	padding: 0 0 0 15px;
}
.contents-sec01__title::after {
	content: '';
	display: inline-block;
	width: 87px;
	height: 72px;
	background-image: url("../img/kinder/sec01_ttl01.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	bottom: -2px;
	right: 15px;
	z-index: 10;
}

.contents-sec01__box {}
.contents-sec01__image {
	margin: 0 0 20px 0;
}
.contents-sec01__overview {}

.contents-sec01__image img {
	width: 100%;
}

.contents-sec01__overview dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.contents-sec01__overview dl:last-of-type {
	margin: 0 0 20px 0;
}
.contents-sec01__overview dl dt {
	width: 120px;
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}
.contents-sec01__overview dl dd {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}


.contents-sec01__mail a {
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	text-decoration: none;
	position: relative;
}
.contents-sec01__mail a::before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 15px;
	background-image: url("../img/kinder/sec01_mail.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 10;
}
.contents-sec01__mail a:hover {
	text-decoration: underline;
}


.contents-sec01__hp a {
	width: fit-content;
	margin: 0 auto 20px auto;
	text-align: center;
	background: #FADF4F;
	box-shadow: 2px 2px 4px 0px rgba(233, 179, 0, 0.8);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	color: #893C2D;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 18px 40px 18px 40px;
	text-decoration: none;
	position: relative;
}
.contents-sec01__hp a:hover {
	background: #FBE361;
}
.contents-sec01__hp a::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("../img/kinder/sec01_bg01.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	z-index: 10;
}


.contents-sec01__instagram a {
	display: block;
	width: 250px;
	text-align: center;
	margin: 0 auto 20px auto;
}



.contents-sec02 {
	margin: 0 0 75px 0;
}

.contents-sec02__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 30px 0;
	position: relative;
}
.contents-sec02__title span {
	border-left: 6px solid #5AC1D0;
	padding: 0 0 0 15px;
}
.contents-sec02__title::after {
	content: '';
	display: inline-block;
	width: 34px;
	height: 43px;
	background-image: url("../img/kinder/sec02_ttl01.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	bottom: -2px;
	right: 15px;
	z-index: 10;
}

.contents-sec02__box {}
.contents-sec02__image {
	margin: 0 0 20px 0;
}
.contents-sec02__overview {
	margin: 0 0 50px 0;
}

.contents-sec02__image img {
	width: 100%;
}

.contents-sec02__txt {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}
.contents-sec02__txt a {
	text-decoration: none;
	color: #893C2D;
}
.contents-sec02__txt a:hover {
	text-decoration: underline;
	color: #893C2D;
}
/*番号のクリック・タッチイベントを無効化*/
.contents-sec02__txt span.link-none {
	pointer-events: none;
}

.contents-sec02__gallery {}
.contents-sec02__gallery ul {}
.contents-sec02__gallery ul li {
	width: 271px;
	margin: 0 auto 30px auto;
}




.contents-sec03 {
	margin: 0 0 75px 0;
}

.contents-sec03__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 30px 0;
	position: relative;
}
.contents-sec03__title span {
	border-left: 6px solid #C799D2;
	padding: 0 0 0 15px;
}
.contents-sec03__title::after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 53px;
	background-image: url("../img/kinder/sec03_ttl01.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 10;
}

.contents-sec03__txt {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}



.contents-sec04 {
	margin: 0 0 75px 0;
}

.contents-sec04__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 30px 0;
	position: relative;
}
.contents-sec04__title span {
	border-left: 6px solid #FADF4F;
	padding: 0 0 0 15px;
}
.contents-sec04__title::after {
	content: '';
	display: inline-block;
	width: 74px;
	height: 62px;
	background-image: url("../img/kinder/sec04_ttl01.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	bottom: -2px;
	right: 15px;
	z-index: 10;
}

.contents-sec04__txt {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}



.contents-sec05 {
	margin: 0 0 75px 0;
}

.contents-sec05__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 30px 0;
	position: relative;
}
.contents-sec05__title span {
	border-left: 6px solid #6ACB57;
	padding: 0 0 0 15px;
}
.contents-sec05__title::after {
	content: '';
	display: inline-block;
	width: 118px;
	height: 46px;
	background-image: url("../img/kinder/sec05_ttl01.png");
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	bottom: -2px;
	right: 15px;
	z-index: 10;
}

.contents-sec05__txt {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}



.contents-sec06 {
	margin: 0 0 75px 0;
}

.contents-sec06__title {
	color: #893C2D;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 25px 0;
	position: relative;
}
.contents-sec06__title span {
	border-left: 6px solid #D6BCB7;
	padding: 0 0 0 15px;
}

.contents-sec06__txt {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.contents-sec06__txt a {
	color: #893C2D;
}



/****************************************

	zyouhou

*****************************************/
#zyouhou {}



.zyouhou-taiou {
	background:
	url("../img/info/info_prt01_sp.png") no-repeat left bottom / 100% 31.874999999999996vw;
	padding: 40px 0 160px 0;
}
.zyouhou-taiou__inner {
	margin: 0 15px;
}


.zyouhou-taiou__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 0 20px 0;
	position: relative;
}


.zyouhou-taiou__home {
	text-align: right;
	border-bottom: 1px solid #893C2D;
	padding: 0 0 12px 0;
	margin: 0 0 30px 0;
	position: relative;
}

.zyouhou-taiou__home--text {
	color: #D6BCB7;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
	position: relative;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.zyouhou-taiou__home--text:hover {
	color: #D6BCB7;
	text-decoration: underline;
}
.zyouhou-taiou__home--text::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 13px;
	background-image: url("../img/info/prt_home.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.zyouhou-taiou__guide {
	margin: 0 0 50px 0;
}
.zyouhou-taiou__guide--title {
	color: #303234;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.zyouhou-taiou__guide--txt {
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	margin: 0 0 10px 0;
}


.zyouhou-taiou__list dl {
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.zyouhou-taiou__list dl dt {
	color: #303234;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
}

.zyouhou-taiou__list dl dd a.pdf {
	margin: 0 0 0 15px;
	background: #FF6163;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	display: block;
	width: 50px;
	padding: 2px 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none;
}
.zyouhou-taiou__list dl dd a:hover.pdf {
	background: rgba(255, 97, 100, 0.8);
}

.zyouhou-taiou__list dl dd a.doc {
	margin: 0 0 0 20px;
	background: #5fc0ce;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	display: block;
	width: 50px;
	padding: 2px 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none;
}
.zyouhou-taiou__list dl dd a:hover.doc {
	background: rgba(95, 191, 206, 0.8);
}

.zyouhou-taiou__list dl dd a.xls {
	margin: 0 0 0 20px;
	background: #6fca64;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	display: block;
	width: 50px;
	padding: 2px 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none;
}
.zyouhou-taiou__list dl dd a:hover.xls {
	background: rgba(110, 202, 100, 0.8);
}



/****************************************

	shinai

*****************************************/
#shinai {}



.shinai-introduction {
	background:
	url("../../shinai/img/shinai_prt01_sp.png") no-repeat left bottom / 100% 31.874999999999996vw;
	padding: 40px 0 160px 0;
}
.shinai-introduction__inner {
	margin: 0 15px;
}


.shinai-introduction__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 0 20px 0;
}


.shinai-introduction__home {
	text-align: right;
	margin: 0 0 12px 0;
	position: relative;
}

.shinai-introduction__home--text {
	color: #D6BCB7;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
	position: relative;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.shinai-introduction__home--text:hover {
	color: #D6BCB7;
	text-decoration: underline;
}
.shinai-introduction__home--text::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 13px;
	background-image: url("../../shinai/img/prt_home.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.shinai-introduction__subtitle {
	background: #6fca64;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 15px 20px;
	margin: 0 0 20px 0;
}


.shinai-introduction__txt {
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	padding: 0;
	margin: 0 0 40px 0;
}




/****************************************

	hokubu

*****************************************/
#hokubu {}



.hokubu-introduction {
	background:
	url("../../hokubu/img/hokubu_prt01_sp.png") no-repeat left bottom / 100% 31.874999999999996vw;
	padding: 40px 0 160px 0;
}
.hokubu-introduction__inner {
	margin: 0 15px;
}


.hokubu-introduction__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 0 20px 0;
}


.hokubu-introduction__home {
	text-align: right;
	margin: 0 0 12px 0;
	position: relative;
}

.hokubu-introduction__home--text {
	color: #D6BCB7;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
	position: relative;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.hokubu-introduction__home--text:hover {
	color: #D6BCB7;
	text-decoration: underline;
}
.hokubu-introduction__home--text::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 13px;
	background-image: url("../../hokubu/img/prt_home.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.hokubu-introduction__subtitle {
	background: #5fc0ce;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 15px 20px;
	margin: 0 0 20px 0;
}


.hokubu-introduction__txt {
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	padding: 0;
	margin: 0 0 40px 0;
}




/****************************************

	toubu

*****************************************/
#toubu {}



.toubu-introduction {
	background:
	url("../../toubu/img/toubu_prt01_sp.png") no-repeat left bottom / 100% 31.874999999999996vw;
	padding: 40px 0 160px 0;
}
.toubu-introduction__inner {
	margin: 0 15px;
}


.toubu-introduction__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 0 20px 0;
}


.toubu-introduction__home {
	text-align: right;
	margin: 0 0 12px 0;
	position: relative;
}

.toubu-introduction__home--text {
	color: #D6BCB7;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
	position: relative;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.toubu-introduction__home--text:hover {
	color: #D6BCB7;
	text-decoration: underline;
}
.toubu-introduction__home--text::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 13px;
	background-image: url("../../toubu/img/prt_home.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.toubu-introduction__subtitle {
	background: #c69acf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 15px 20px;
	margin: 0 0 20px 0;
}


.toubu-introduction__txt {
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	padding: 0;
	margin: 0 0 40px 0;
}




/****************************************

	nanbu

*****************************************/
#nanbu {}



.nanbu-introduction {
	background:
	url("../../nanbu/img/nanbu_prt01_sp.png") no-repeat left bottom / 100% 31.874999999999996vw;
	padding: 40px 0 160px 0;
}
.nanbu-introduction__inner {
	margin: 0 15px;
}


.nanbu-introduction__title {
	color: #893C2D;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 0 20px 0;
}


.nanbu-introduction__home {
	text-align: right;
	margin: 0 0 12px 0;
	position: relative;
}

.nanbu-introduction__home--text {
	color: #D6BCB7;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
	position: relative;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.nanbu-introduction__home--text:hover {
	color: #D6BCB7;
	text-decoration: underline;
}
.nanbu-introduction__home--text::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 13px;
	background-image: url("../../nanbu/img/prt_home.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.nanbu-introduction__subtitle {
	background: #F8B500;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 15px 20px;
	margin: 0 0 20px 0;
}


.nanbu-introduction__txt {
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	padding: 0;
	margin: 0 0 40px 0;
}




/****************************************

	accordion

*****************************************/
.accordion {
	overflow: hidden;
}
.accordion-item {
	margin: 0 0 20px 0;
}
.accordion-header {
	background: #F3ECEA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	color: #893C2D;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	padding: 15px 20px 15px 20px;
	transition: 0.3s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.accordion-header:hover {
	background-color: #efe6e2;
}
.accordion-content {
	display: none;
	padding: 0 20px 30px 20px;
	background-color: #fff;
	color: #444;
}

.accordion-content a {
	display: block;
	margin: 20px 0 0 0;
	color: #303234;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	color: #893C2D;
	text-decoration: none;
}
.accordion-content a:hover {
	color: #893C2D;
	text-decoration: underline;
}
.accordion-arrow {
	border: solid #8b3e32;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(45deg);
	transition: transform 0.3s;
	margin: -5px 0 0 0;
}
.accordion-header.active .accordion-arrow {
	transform: rotate(-135deg);
	margin: 5px 0 0 0;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
