@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: "Zen Maru Gothic", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #724b41;
	font-size: 16px;
	line-height: 1.6;
	background: #ece2d8;
	background-image: url("../../common/bg_01.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

a {color:#1a0dab; text-decoration:underline;}
a:hover {color:#1a0dab; text-decoration:none;}

a:link {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

*, *: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: #7ca25e;
	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: 1200px){

.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	ヘッダー

*****************************************/
header {}
#header {
	width: 1200px;
	margin: 0 auto;
	height: 128px;
}

.header__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
}

.header__logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 35px 0 0 0;
	z-index: 9999;
}


.header__menu {
	margin-left: auto;
}
.header__menu ul {
	margin: 50px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.header__menu ul li {
	width: 122px;
	position: relative;
}
.header__menu ul li a {
	text-decoration: none;
	text-align: center;
	color: #724b41;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 0 5px 0;
	display: block;
}

.header__menu ul li a:hover {}


/* 点線を擬似要素で統一 */
.header__menu ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-left: 2px dotted #c5bfbf;
}
.header__menu ul li:last-of-type a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-right: 2px dotted #c5bfbf;
}


.header__menu ul li:nth-of-type(1) a span {
	display: block;
	padding: 0 0 10px 0;
	transition-duration: .2s;
}
.header__menu ul li:nth-of-type(2) a span {
	display: block;
	padding: 0 0 9px 0;
	margin: -15px 0 0 0;
	transition-duration: .2s;
}
.header__menu ul li:nth-of-type(3) a span {
	display: block;
	padding: 0 0 6px 0;
	margin: -5px 0 0 0;
	transition-duration: .2s;
}

.header__menu ul li:nth-of-type(1) a:hover span {
	transform: translateY(-5px);
	transition-duration: .2s;
}
.header__menu ul li:nth-of-type(2) a:hover span {
	transform: translateY(-5px);
	transition-duration: .2s;
}
.header__menu ul li:nth-of-type(3) a:hover span {
	transform: translateY(-5px);
	transition-duration: .2s;
}
.header__menu ul li:nth-of-type(3) a:hover p,
.header__menu ul li:nth-of-type(2) a:hover p,
.header__menu ul li:nth-of-type(1) a:hover p {
	color: #7ca25e;
}



/****************************************

	フッター

*****************************************/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a {
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 40px;
	height: 40px;
}



footer{}
#footer {}

.footer__contents {
	background: #bfd2b0;
	background-image: url("../../common/footer_bg01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
}
.footer__contents::before {
	content: '';
	display: inline-block;
	width: 131px;
	height: 159px;
	background-image: url("../../common/footer-prt01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -135px;
	left: 130px;
}

.footer__inner {
	width: 1240px;
	margin: 0 auto;
}

.footer__logo {
	text-align: center;
	padding: 50px 0 25px 0;
}

.footer__address {
	text-align: center;
	color: #724b41;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 20px 0;
}

.footer__tel {
	text-align: center;
	color: #724b41;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 35px 0;
}
.footer__tel a {
	color: #724b41;
	text-decoration: none;
}
.footer__tel a:hover {
	color: #724b41;
	text-decoration: underline;
}


.footer__link01 {
	padding: 0 0 36px 0;
	width: fit-content;
	margin: 0 auto;
}
.footer__link01 a {
	text-align: center;
	width: 265px;
	background: #ffffff;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	color: #5a4e49;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px 5px 15px 20px;
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
}
.footer__link01 a:after {
	position: absolute;
	content: '';
    transform: translateY(-50%);
	top: 50%;
	left: 15px;
	width: 12px;
	height: 12px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	z-index: 999;
}
.footer__link01 a:after {
	background: #8c5822;
}
/*ボタン内spanの形状*/
.footer__link01 span {
	position: relative;
	z-index: 999;
	color: #5a4e49;
}
.footer__link01:hover span{
	color: #5a4e49;
}


.footer__link02 {
	padding: 0 0 30px 0;
}
.footer__link02 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__link02 ul li {}
.footer__link02 ul li a {
	text-align: center;
	width: 160px;
	background: #ffffff;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	color: #5a4e49;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px 5px 15px 10px;
	margin: 0 20px 0 0;
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
}
.footer__link02 ul li:nth-of-type(7) a,
.footer__link02 ul li:nth-of-type(6) a {
	text-align: left;
	padding: 7px 5px 7px 35px;
	line-height: 1.1;
}
.footer__link02 ul li:last-of-type a {
	margin: 0;
}
.footer__link02 ul li a:after {
	position: absolute;
	content: '';
    transform: translateY(-50%);
	top: 50%;
	left: 15px;
	width: 12px;
	height: 12px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	z-index: 999;
}
.footer__link02 ul li:nth-of-type(1) a:after {
	background: #d1a6cb;
}
.footer__link02 ul li:nth-of-type(2) a:after {
	background: #edb965;
}
.footer__link02 ul li:nth-of-type(3) a:after {
	background: #ffb7b6;
}
.footer__link02 ul li:nth-of-type(4) a:after {
	background: #c5a682;
}
.footer__link02 ul li:nth-of-type(5) a:after {
	background: #6bb9d4;
}
.footer__link02 ul li:nth-of-type(6) a:after {
	background: #7ca25e;
}
.footer__link02 ul li:nth-of-type(7) a:after {
	background: #ef8db0;
}

/*ボタン内spanの形状*/
.footer__link02 ul li span {
	position: relative;
	z-index: 999;
	color: #5a4e49;
}
.footer__link02 ul li:hover span{
	color: #5a4e49;
}


/*== 背景が流れる（左から右） */
.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #FFF78D;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin: left top;
	transform: scale(1, 1);
}



.footer__copyright {
	text-align: center;
}
.footer__copyright p {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 50px 0;
}



/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ふわっ（上から）*/
.fadeDown{
	animation-name: fadeDownAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownAnime{
	opacity: 0;
}



/****************************************

	home

*****************************************/
#top {}


.top-visual {
	position: relative;
}
.top-visual::before {
	content: '';
	display: inline-block;
	width: 164px;
	height: 141px;
	background-image: url("../../img/gakudo-prt01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -50px;
	left: 40px;
}
.top-visual::after {
	content: '';
	display: inline-block;
	width: 178px;
	height: 90px;
	background-image: url("../../img/gakudo-prt02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 50px;
	right: 20px;
	z-index: -10;
}

.slider {
	margin: 0 auto;
	width: 90%;
}
.slick-img img {
	height: auto;
	width: 100%;
}



.top-visual__tree01 {
	position: absolute;
	top: -110px;
	left: 4%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: top-visual__tree01-move;
}
@keyframes top-visual__tree01-move {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-10px); opacity: 1; }
}

.top-visual__tree02 {
	position: absolute;
	top: -106px;
	left: 14%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: top-visual__tree02-move;
	animation-delay: 2.5s;
}
@keyframes top-visual__tree02-move {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-10px); opacity: 1; }
}

.top-visual__tree03 {
	position: absolute;
	top: -115px;
	left: 22%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: top-visual__tree03-move;
	animation-delay: 5s;
}
@keyframes top-visual__tree03-move {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-10px); opacity: 1; }
}



.top-menu-sp {
	display: none;
}



.top-gakudo {}
.top-gakudo__inner {
	width: 900px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
}

.top-gakudo__title {
	text-align: center;
	padding: 0 0 30px 0;
}

.top-gakudo__txt {
	color: #724b41;
	font-size: 18px;
	line-height: 1.7;
}



.top-children {
	background: #FFFFFF;
	background-image: url("../../img/children-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
}
.top-children__inner {
	width: 960px;
	margin: 0 auto;
	padding: 110px 0 170px 0;
}

.top-children__title {
	text-align: center;
	padding: 0 0 30px 0;
}

.top-children__txt {
	color: #724b41;
	font-size: 18px;
	line-height: 2.4;
}
.top-children__list {}
.top-children__list ul li {
	color: #724b41;
	font-size: 18px;
	line-height: 2.4;
}



.top-guide {
	background: #d1a6cb;
	position: relative;
}
.top-guide::before {
	content: '';
	display: inline-block;
	width: 330px;
	height: 120px;
	background-image: url("../../img/guide-bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
}

.top-guide__bg {
	width: 870px;
	margin: 0 auto;
	position: relative;
}
.top-guide__bg::before {
	content: '';
	display: inline-block;
	width: 161px;
	height: 76px;
	background-image: url("../../img/guide-prt01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -70px;
	left: 95px;
}
.top-guide__bg::after {
	content: '';
	display: inline-block;
	width: 151px;
	height: 84px;
	background-image: url("../../img/guide-prt02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -77px;
	right: 105px;
}

.top-guide__inner {
	padding: 0 0 30px 0;
}

.top-guide__title {
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 10px 0;
	transform: translateY(-40px);
}



.top-guide__info {
	position: relative;
}
.top-guide__info::before {
	content: '';
	display: inline-block;
	width: 142px;
	height: 122px;
	background-image: url("../../img/guide-prt03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 30px;
	left: -160px;
}
.top-guide__info::after {
	content: '';
	display: inline-block;
	width: 157px;
	height: 80px;
	background-image: url("../../img/guide-prt04.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -10px;
	right: -176px;
}

.top-guide__info table {
	width: 870px;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 15px;
	margin: 0 auto;
}
.top-guide__info table th {
	background: #ece2d8;
	text-align: center;
	padding: 8px 10px;
	vertical-align: middle;
	color: #724b41;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	border-bottom: 1px solid #9e837c;
}
.top-guide__info table td {
	background: #ffffff;
	padding: 8px 20px;
	vertical-align: middle;
	color: #724b41;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	border-bottom: 1px solid #9e837c;
}

.top-guide__info table tr:first-child th {
	border-radius: 15px 0 0 0;
}
.top-guide__info table tr:first-child td {
	border-radius: 0 15px 0 0;
}
.top-guide__info table tr:last-child th {
	border-radius: 0 0 0 15px;
	border-bottom: none;
}
.top-guide__info table tr:last-child td {
	border-radius: 0 0 15px 0;
	border-bottom: none;
}



.top-flow {
	background: #FFFFFF;
	background-image: url("../../img/flow-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
}
.top-flow__bg {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.top-flow__bg::before {
	content: '';
	display: inline-block;
	width: 178px;
	height: 191px;
	background-image: url("../../img/flow-prt01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -20px;
	left: -115px;
}
.top-flow__bg::after {
	content: '';
	display: inline-block;
	width: 177px;
	height: 118px;
	background-image: url("../../img/flow-prt02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -10px;
	right: -120px;
}

.top-flow__inner {
	padding: 120px 0 165px 0;
}

.top-flow__title {
	text-align: center;
	padding: 0 0 145px 0;
}


.top-flow__list {
	width: 1000px;
	margin: 0 auto 66px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.top-flow__weekdays {
	width: 450px;
	background: #f6ebcc;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
.top-flow__weekdays::before {
	content: '';
	display: inline-block;
	width: 141px;
	height: 97px;
	background-image: url("../../img/flow-prt04.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.top-flow__weekdays::after {
	content: '';
	display: inline-block;
	width: 141px;
	height: 97px;
	background-image: url("../../img/flow-prt05.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}

.top-flow__weekdays--title {
	text-align: center;
	color: #724b41;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 12px 0;
	transform: translateY(-50px);
	position: relative;
}
.top-flow__weekdays--title::before {
	content: '';
	display: inline-block;
	width: 62px;
	height: 52px;
	background-image: url("../../img/flow-prt03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	right: 145px;
}

.top-flow__weekdays--contents {
	color: #724b41;
	font-size: 18px;
	font-weight: 500;
	line-height: 3.8;
	padding: 40px 45px 60px 45px;
	position: relative;
}
.top-flow__weekdays--contents::before {
	content: '';
	display: inline-block;
	width: 250px;
	height: 169px;
	background-image: url("../../img/flow-prt06.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 35px;
	right: -30px;
}
.top-flow__weekdays--contents::after {
	content: '';
	display: inline-block;
	width: 154px;
	height: 276px;
	background-image: url("../../img/flow-prt07.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 75px;
	right: 60px;
}


.top-flow__weekends {
	width: 450px;
	background: #d2e9ed;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
.top-flow__weekends::before {
	content: '';
	display: inline-block;
	width: 141px;
	height: 97px;
	background-image: url("../../img/flow-prt09.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.top-flow__weekends::after {
	content: '';
	display: inline-block;
	width: 141px;
	height: 97px;
	background-image: url("../../img/flow-prt10.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}

.top-flow__weekends--title {
	text-align: center;
	color: #724b41;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 12px 0;
	transform: translateY(-50px);
	position: relative;
}
.top-flow__weekends--title::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 63px;
	background-image: url("../../img/flow-prt08.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -28px;
	right: 60px;
}

.top-flow__weekends--contents {
	color: #724b41;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.5;
	padding: 52px 45px 20px 45px;
	position: relative;
}
.top-flow__weekends--contents::before {
	content: '';
	display: inline-block;
	width: 184px;
	height: 238px;
	background-image: url("../../img/flow-prt11.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 50px;
	right: 18px;
}
.top-flow__weekends--contents::after {
	content: '';
	display: inline-block;
	width: 157px;
	height: 201px;
	background-image: url("../../img/flow-prt12.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 100px;
	right: 55px;
}


.top-flow__image {}
.top-flow__image ul {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.top-flow__image li {
	margin: 0 40px 0 0;
}
.top-flow__image li:last-of-type {
	margin: 0;
}


.top-fee {
	background: #ece2d8;
	position: relative;
}
.top-fee::before {
	content: '';
	display: inline-block;
	width: 330px;
	height: 120px;
	background-image: url("../../img/fee-bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
}

.top-fee__bg {
	width: 700px;
	margin: 0 auto;
	position: relative;
}
.top-fee__bg::before {
	content: '';
	display: inline-block;
	width: 176px;
	height: 84px;
	background-image: url("../../img/fee-prt01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -80px;
	left: -10px;
}
.top-fee__bg::after {
	content: '';
	display: inline-block;
	width: 194px;
	height: 71px;
	background-image: url("../../img/fee-prt02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -68px;
	right: -25px;
}

.top-fee__inner {
	padding: 0 0 40px 0;
}

.top-fee__title {
	text-align: center;
	color: #724b41;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 60px 0;
	transform: translateY(-40px);
}

.top-fee__info {
	position: relative;
}
.top-fee__info::after {
	content: '';
	display: inline-block;
	width: 161px;
	height: 163px;
	background-image: url("../../img/fee-prt03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -195px;
	right: -300px;
}

.top-fee__info table {
	width: 700px;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 15px;
	margin: 0 auto;
	border: 1px solid #9e837c;
}
.top-fee__info table th {
	background: #d2e9ed;
	text-align: left;
	padding: 8px 20px;
	vertical-align: middle;
	color: #724b41;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	border-bottom: 1px solid #9e837c;
	border-right: 1px solid #9e837c;
}
.top-fee__info table td {
	background: #ffffff;
	padding: 8px 20px;
	vertical-align: middle;
	color: #724b41;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	border-bottom: 1px solid #9e837c;
}

.top-fee__info table tr:first-child th {
	border-radius: 15px 0 0 0;
}
.top-fee__info table tr:first-child td {
	border-radius: 0 15px 0 0;
}
.top-fee__info table tr:last-child th {
	border-radius: 0 0 0 15px;
	border-bottom: none;
}
.top-fee__info table tr:last-child td {
	border-radius: 0 0 15px 0;
	border-bottom: none;
}



.top-access {
	background: #f9f6f3;
	background-image: url("../../img/access-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
}
.top-access__inner {
	width: 740px;
	margin: 0 auto;
	padding: 110px 0 120px 0;
}

.top-access__title {
	text-align: center;
	padding: 0 0 20px 0;
}

.top-access__map {
	text-align: center;
	padding: 0 0 30px 0;
	position: relative;
}
.top-access__map::before {
	content: '';
	display: inline-block;
	width: 173px;
	height: 152px;
	background-image: url("../../img/access-prt01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -40px;
	left: -210px;
}
.top-access__map::after {
	content: '';
	display: inline-block;
	width: 159px;
	height: 126px;
	background-image: url("../../img/access-prt02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -20px;
	right: -205px;
}


/* 計算方法　長方形動画（740:360）の場合100÷740×360=48.64864864864865% に設定 */
.top-access__map-google {
	text-align: center;
	padding: 0 0 48.64864864864865% 0;
	position: relative;
	width: 100%;
	margin: 0;
}
.top-access__map-google iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.top-access__address {
	color: #724b41;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
.top-access__address dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.top-access__address dl dt {
	width: 230px;
	color: #724b41;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	padding: 10px 0 10px 0;
	border-right: 1px solid #724b41;
}
.top-access__address dl dt span {
	color: #724b41;
	font-size: 20px;
}
.top-access__address dl dd {
	color: #724b41;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding: 10px 0 10px 30px;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
