@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img {
	vertical-align: bottom;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #893C2D;
	font-size: 16px;
	line-height: 1.6;
	background: #FFFFFF;
	background-size: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

a {color:#004799; text-decoration:underline;}
a:hover {color:#336CAD; text-decoration:none;}
a:hover img {opacity: 0.7; transition: all .3s ease;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

::selection {
	background: #893C2D;
	color: #ffffff;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}



/****************************************

	サイズ調整

*****************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{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;}

.mb05{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;}

.ml05{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;}

.mr05{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;}

.pt05{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;}
.pt65{padding-top:65px !important;}

.pb05{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;}

.pl05{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;}

.pr05{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;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs30{font-size:30px !important;}

.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2 !important;}		.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}		.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}		.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}		.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}

.fL{float:left;}
.fR{float:right;}
.clear{clear:both;}

@media screen and (min-width: 1000px){

.pc {display:block !important;}
.sp {display:none !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: 6.923076923076923vw;
	top: 5.153846153846154vw;
	position: absolute;
}
.header__logo h1 img {
	width: auto;
	height: 6.384615384615384vw;
}

.header__bnr {
	right: 6.923076923076923vw;
	top: 2.6153846153846154vw;
	position: absolute;
}
.header__bnr img {
	width: auto;
	height: 10.076923076923077vw;
}


.header__catch {
	left: 7.076923076923077vw;
	top: 22.153846153846153vw;
	position: absolute;
}
.header__catch img {
	width: auto;
	height: 14.076923076923077vw;
}

.header__circle {
	right: 11.538461538461538vw;
	bottom: 9.153846153846153vw;
	position: absolute;
    animation: rotate 12s infinite linear;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.header__circle img {
	width: auto;
	height: 10.076923076923077vw;
}

.header__arrow {
	right: 15.769230769230768vw;
	bottom: 13.230769230769232vw;
	position: absolute;
}
.header__arrow img {
	width: auto;
	height: 2.1538461538461537vw;
}



.header__inner {
	background:
	url("../img/common/header_bg02.png") no-repeat right bottom / 454px 101px,
	url("../img/common/header_bg01.png") no-repeat left bottom / 580px 181px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: relative;
}
.lower__logo {
	padding: 50px 0 42px 0;
}
.lower__bnr {
    position: absolute;
    right: 6.923076923076923vw;
	top: 34px;
}



.header2__inner {
	background:
	url("../img/common/header_bg03.png") no-repeat right bottom / 454px 101px,
	url("../img/common/header_bg01.png") no-repeat left bottom / 580px 181px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: relative;
}
.lower2__logo {
	width: 960px;
	padding: 50px 0 42px 0;
}
.lower2__bnr {
    position: absolute;
    right: 6.923076923076923vw;
	top: 34px;
}



/****************************************

	フッター

*****************************************/
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 30px;
	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 {
	width: 960px;
	margin: 0 auto;
	padding: 2.5rem 0;
}


.footer__link {
	padding: 55px 0 0 0;
}
.footer__link 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;
}
.footer__link ul li {
	width: 450px;
	margin: 0 40px 40px 0;
}
.footer__link ul li:nth-of-type(2n) {
	margin: 0 0 40px 0;
}

.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: 15px 0 15px 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: 6vw 0 7.6vw 0;
	background:
	url("../img/news_prt02.png") no-repeat right top / 391px 411px,
	url("../img/news_prt01.png") no-repeat left top / 378px 330px;
}
.top-news__inner {
	width: 960px;
	margin: 0 auto;
}

.top-news__title {
	text-align: center;
	color: #893C2D;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1;
	padding: 0 0 27px 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 {
	width: 810px;
	margin: 0 auto;
	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 6.9vw 0;
	background:
	url("../img/introduction_prt03.png") no-repeat left bottom / 100% 27.615384615384613vw,
	url("../img/introduction_prt02.png") no-repeat right top 183px / 296px 630px,
	url("../img/introduction_prt01.png") no-repeat left top / 300px 691px;
}
.top-introduction__inner {
	width: 1000px;
	margin: 0 auto;
}


.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 73px 0;
	padding: 35px 0 15px 0;
}
.top-introduction__title h2 {
	width: 700px;
	color: #893C2D;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1;
}
.top-introduction__title p {
	width: 300px;
}
.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: 24px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 18px 18px 18px 18px;
	text-decoration: none;
	position: relative;
}
.top-introduction__title p a:hover {
	background: #FF8539;
}
.top-introduction__title p a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	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: 18px;
	z-index: 10;
}


.top-introduction__area {
	padding: 0 0 65px 0;
}
.top-introduction__area ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.top-introduction__area ul li {
	width: 220px;
	margin: 0 40px 0 0;
}

.top-introduction__area ul li:last-of-type {
	margin: 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: 24px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 18px 18px 18px 18px;
	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: 20px;
	height: 20px;
	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: 18px;
	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: 24px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 18px 18px 18px 18px;
	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: 20px;
	height: 20px;
	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: 18px;
	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: 24px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 18px 18px 18px 18px;
	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: 20px;
	height: 20px;
	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: 18px;
	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: 24px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 18px 18px 18px 18px;
	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: 20px;
	height: 20px;
	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: 18px;
	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 30px;
	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;
	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__map {
	width: 602px;
	margin: 0 auto;
	background: url("../img/map_img01.png") no-repeat left top / 503px 724px;
	position: relative;
}


.top-introduction__circle--north {
	left: 118px;
	top: 145px;
	position: absolute;
}
.top-introduction__circle--north-img {
	width: 197px;
	margin: 0 auto;
	height: 108px;
	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: 102px;
	top: 298px;
	position: absolute;
}
.top-introduction__circle--west-img {
	width: 197px;
	margin: 0 auto;
	height: 108px;
	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: 0;
	top: 343px;
	position: absolute;
}
.top-introduction__circle--east-img {
	width: 197px;
	margin: 0 auto;
	height: 108px;
	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: 0;
	top: 482px;
	position: absolute;
}
.top-introduction__circle--south-img {
	width: 197px;
	margin: 0 auto;
	height: 108px;
	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: 66px 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 / 5);
	padding: 0 15px 0 15px;
}
.top-gallery__item:nth-of-type(2n) {
	padding: 30px 15px 0 15px;
}
.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.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.contents-visual__inner {
	width: 1000px;
	margin: 0 auto;
}
.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: 48px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding: 3.3vw 0 3.3vw 0;
}
.contents-visual__inner h2 span {
	font-size: 20px;
	letter-spacing: 0.05em;
	display: block;
}



.contents-main {
	padding: 15px 0 0 0;
	background:
	url("../img/kinder/main_prt04.png") no-repeat left bottom / 100% 22.30769230769231vw;
}
.contents-main__border {
	border-top: 2px solid #893C2D;
	padding: 6vw 0 18vw 0;
}
.contents-main__inner {
	width: 1000px;
	margin: 0 auto;
}



.contents-sec01 {
	margin: 0 0 75px 0;
}

.contents-sec01__title {
	color: #893C2D;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 50px 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: 135px;
	z-index: 10;
}

.contents-sec01__box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 960px;
	margin: 0 auto;
}
.contents-sec01__image {
	width: 420px;
}
.contents-sec01__overview {
	width: 445px;
}

.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: 2.125;
}
.contents-sec01__overview dl dd {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.125;
}


.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 0 20px 0;
	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: 20px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	display: block;
	padding: 18px 55px 18px 55px;
	text-decoration: none;
	position: relative;
}
.contents-sec01__hp a:hover {
	background: #FBE361;
}
.contents-sec01__hp a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	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: 18px;
	z-index: 10;
}


.contents-sec01__instagram a {
	display: block;
	width: fit-content;
	text-align: center;
	margin: 0 0 20px 0;
}



.contents-sec02 {
	margin: 0 0 75px 0;
}

.contents-sec02__title {
	color: #893C2D;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 50px 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: 135px;
	z-index: 10;
}

.contents-sec02__box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 960px;
	margin: 0 auto 75px auto;
}
.contents-sec02__image {
	width: 420px;
}
.contents-sec02__overview {
	width: 480px;
}

.contents-sec02__image img {
	width: 100%;
}

.contents-sec02__txt {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.125;
}
.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 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 930px;
	margin: 0 auto;
}
.contents-sec02__gallery ul li {
	width: 271px;
	margin: 0 58px 0 0;
}
.contents-sec02__gallery ul li:last-of-type {
	margin: 0;
}



.contents-sec03 {
	margin: 0 0 75px 0;
}

.contents-sec03__title {
	color: #893C2D;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 35px 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: 135px;
	z-index: 10;
}

.contents-sec03__txt {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	width: 700px;
	margin: 0 0 0 20px;
}



.contents-sec04 {
	margin: 0 0 75px 0;
}

.contents-sec04__title {
	color: #893C2D;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 35px 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: 115px;
	z-index: 10;
}

.contents-sec04__txt {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	width: 700px;
	margin: 0 0 0 20px;
}



.contents-sec05 {
	margin: 0 0 75px 0;
}

.contents-sec05__title {
	color: #893C2D;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 5px 0 15px 0;
	border-bottom: 2px solid #D6BCB7;
	margin: 0 0 35px 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: 95px;
	z-index: 10;
}

.contents-sec05__txt {
	color: #893C2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	width: 700px;
	margin: 0 0 0 20px;
}



.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 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	margin: 0 20px 0 20px;
}

.contents-sec06__txt a {
	color: #893C2D;
}


/****************************************

	zyouhou

*****************************************/
#zyouhou {}



.zyouhou-taiou {
	background:
	url("../img/info/info_prt01.png") no-repeat left bottom / 100% 22.30769230769231vw;
	padding: 4.5vw 0 25vw 0;
}
.zyouhou-taiou__inner {
	width: 1000px;
	margin: 0 auto;
}


.zyouhou-taiou__title {
	color: #893C2D;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 15px 20px 15px;
	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 20px 60px 20px;
}
.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 20px 10px 20px;
	margin: 0 0 30px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.zyouhou-taiou__list dl dt {
	color: #303234;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 20px 0 0;
	min-width: 255px;
}

.zyouhou-taiou__list dl dd a.pdf {
	background: #FF6163;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	display: block;
	width: 60px;
	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 {
	background: #5fc0ce;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	display: block;
	width: 60px;
	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 {
	background: #6fca64;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	display: block;
	width: 60px;
	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("../img/list/list_prt01.png") no-repeat left bottom / 100% 22.30769230769231vw;
	padding: 4.5vw 0 25vw 0;
}
.shinai-introduction__inner {
	width: 1000px;
	margin: 0 auto;
}


.shinai-introduction__title {
	color: #893C2D;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 15px 20px 15px;
	position: relative;
}


.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("../img/list/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: 26px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 15px 40px;
	margin: 0 0 25px 0;
}


.shinai-introduction__txt {
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 40px;
	margin: 0 0 50px 0;
}




/****************************************

	hokubu

*****************************************/
#hokubu {}



.hokubu-introduction {
	background:
	url("../img/list/list_prt01.png") no-repeat left bottom / 100% 22.30769230769231vw;
	padding: 4.5vw 0 25vw 0;
}
.hokubu-introduction__inner {
	width: 1000px;
	margin: 0 auto;
}


.hokubu-introduction__title {
	color: #893C2D;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 15px 20px 15px;
	position: relative;
}


.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("../img/list/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: 26px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 15px 40px;
	margin: 0 0 25px 0;
}


.hokubu-introduction__txt {
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 40px;
	margin: 0 0 50px 0;
}




/****************************************

	toubu

*****************************************/
#toubu {}



.toubu-introduction {
	background:
	url("../img/list/list_prt01.png") no-repeat left bottom / 100% 22.30769230769231vw;
	padding: 4.5vw 0 25vw 0;
}
.toubu-introduction__inner {
	width: 1000px;
	margin: 0 auto;
}


.toubu-introduction__title {
	color: #893C2D;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 15px 20px 15px;
	position: relative;
}


.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("../img/list/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: 26px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 15px 40px;
	margin: 0 0 25px 0;
}


.toubu-introduction__txt {
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 40px;
	margin: 0 0 50px 0;
}




/****************************************

	nanbu

*****************************************/
#nanbu {}



.nanbu-introduction {
	background:
	url("../img/list/list_prt01.png") no-repeat left bottom / 100% 22.30769230769231vw;
	padding: 4.5vw 0 25vw 0;
}
.nanbu-introduction__inner {
	width: 1000px;
	margin: 0 auto;
}


.nanbu-introduction__title {
	color: #893C2D;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	border-left: 6px solid #893C2D;
	padding: 2px 0 2px 15px;
	margin: 0 15px 20px 15px;
	position: relative;
}


.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("../img/list/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: 26px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 15px 40px;
	margin: 0 0 25px 0;
}


.nanbu-introduction__txt {
	color: #303234;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 40px;
	margin: 0 0 50px 0;
}




/****************************************

	accordion

*****************************************/
.accordion {
	margin: 0 20px;
	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 25px 15px 40px;
	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 40px 30px 40px;
	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;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
