@charset "UTF-8";
/* ======================================================
Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

body {
	line-height: 1;
}

img {
	line-height: 0;
	vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

a {
	outline: none;
}

em {
	font-style: normal;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ======================================================
Frame
====================================================== */
/*
* body
*/
body {
	min-width: 320px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic";
	font-size: 13px;
	color: #666666;
	line-height: 1.4;
}




@media screen and (min-width: 801px) {
	body {
		font-size: 16px;
	}
}
a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:active {
	color: #666666;
}

.tl-blue a:link {
	color: #5BC537;
	text-decoration: underline;
}

.tl-blue a:visited {
	color: #197d41;
}

.tl-blue a:hover {
	color: #52D69C;
	text-decoration: none;
}

.tl-blue a:active {
	color: #5BC537;
}

/*
* main
*/
.underlayer {
	margin: 15px 20px;
}

@media screen and (min-width: 801px) {
	.underlayer {
		overflow: hidden;
		max-width: 1100px;
		margin: 0 auto;
	}
	.underlayer main {
		float: right;
		max-width: 810px;
		width: 74%;
	}
	.underlayer aside {
		float: left;
		max-width: 264px;
		width: 24%;
	}
}
/*
* section
*/
/*
* layout
*/
.layout {
	margin-left: 1em;
	margin-right: 1em;
}

.layout.mg-auto {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 801px) {
	.layout {
		margin-left: auto;
		margin-right: auto;
	}

	.layout.w600 {
		max-width: 600px;
	}

	.layout.w700 {
		max-width: 700px;
	}

	.layout.w800 {
		max-width: 800px;
	}

	.layout.w900 {
		max-width: 900px;
	}

	.layout.w1000 {
		max-width: 1000px;
	}

	.layout.w1100 {
		max-width: 1100px;
	}

	.layout.w1200 {
		max-width: 1200px;
	}

	.layout.w1300 {
		max-width: 1300px;
	}

	.layout.w1400 {
		max-width: 1400px;
	}
}
/* ======================================================
header
====================================================== */
header {
	background-color: #ffffff;
}
header .header-txt {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 5px 0 3px;
	font-size: 12px;
	text-align: center;
	background: #197d41;
	color: #fff;
}
header .header {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 12px 15px;
}
header .header .logo {
	width: 80%;
	margin-bottom: 12px;
}
header .header .logo a {
	display: block;
	height: 0;
	padding-top: 13%;
	background-image: url("../img/common/header/logo.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 100% auto;
}
header .header .contacts dl {
	margin-bottom: 7px;
	letter-spacing: -.4em;
}
header .header .contacts dt,
header .header .contacts dd {
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: normal;
	vertical-align: middle;
}
header .header .contacts dt {
	margin-right: 10px;
	padding: 5px 2px 5px;
	background-color: #197d41;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.1;
	text-align: center;
}
header .header .contacts dt small {
	font-size: 50%;
}
header .header .contacts dt.none {
	display: none !important;
}
header .header .contacts dd,
header .header .contacts p {
	line-height: 1.6;
}
header .header .contacts dd span,
header .header .contacts p span {
	color: #197d41;
}
header .header .contacts dd small,
header .header .contacts p small {
	margin-left: 6em;
}
header .header .contacts .tels {
	font-size: 6vw;
	font-weight: bold;
	line-height: 1.1;
}
header .bt-smt-menu {
	position: absolute;
	top: 12px;
	right: 15px;
	width: 10%;
}
header .g-nav-wp {
	display: none;
}
header .g-nav {
	letter-spacing: -.4em;
}
header .g-nav a {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 50%;
	padding: 15px;
/*
	background-image: url("../img/common/share/bg-light-dot.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 6px auto;
*/
	background-color: #31662f;
	border-bottom: solid 2px #ffffff;
	color: #ffffff;
	vertical-align: middle;
}
header .g-nav a span {
	padding-left: 11px;
	background-image: url("../img/common/share/arrow-white.png");
	background-repeat: no-repeat;
	background-position: 0 45%;
	background-size: 6px auto;
}
header .g-nav a:nth-child(odd) {
	border-right: solid 2px #ffffff;
}
header .g-nav a.my,
header .g-nav a.contact {
	width: 100%;
	height: 4.5em;
	background: none;
	color: #fff;
	background-color: #EE6D79;
	text-align: center;
}
header .g-nav a.my {
	background-image: url("../img/common/share/my.png");
	background-repeat: no-repeat;
	background-position: 10% 50%;
	background-size: 52px auto;
	border-right: none;
}
header .g-nav.my-none a.my {/*▼マイページボタン非表示▼*/
	display: none;
}
header .g-nav a.contact {
	background-image: url("../img/common/share/contact.png");
	background-repeat: no-repeat;
	background-position: 10% 50%;
	background-size: 52px auto;
	line-height: 2.6em;
}
header .g-nav a.close {
	width: 100%;
	border-right: none;
	text-align: center;
	font-size: 6vw;
}
header .g-nav a.close small {
	display: inline-block;
	font-size: 4vw;
	vertical-align: middle;
}
header #js-menu-close {
	display: block;
	padding: 5px 0;
	text-align: center;
}

#js-about header .g-nav a.about,
#js-schedule header .g-nav a.schedule,
#js-access header .g-nav a.access,
#js-admissions header .g-nav a.admissions,
#js-recruit header .g-nav a.recruit,
#js-faq header .g-nav a.faq {
	text-decoration: none;
	background: none;
	background-color: #a93549;
}

#js-my header .g-nav a.my {
	text-decoration: none;
	background-color: #a93549;
	color: #666666;
}
#js-my header .g-nav a.my span {
	background-image: url("../img/common/share/arrow-gray.png");
}

@media screen and (max-width: 800px) {
	header .header .header-txt {
		font-size: 3vw;
	}

	header .header .contacts dt {
		margin-right: 5px;
		font-size: 2.75vw;
	}

	header .header .contacts dd {
		font-size: 2.75vw;
	}

	header .g-nav a {
		font-size: 4vw;
	}
}
@media screen and (max-width: 320px) {
	header .header {
		padding: 10px 5px;
	}

	header .header .contacts dt {
		padding: 0 2px 10px;
		font-size: 10px;
	}

	header .header .contacts dt small {
		display: none;
	}

	header .header .contacts dd,
	header .header .contacts p {
		font-size: 2.5vw;
	}
}
@media screen and (min-width: 801px) {
	header .header-txt {
		padding: 5px 0 5px;
		font-size: 16px;
	}
	header .header {
		overflow: hidden;
		padding: 20px 0;
	}
	header .header .logo-wp {
		float: left;
		max-width: 450px;
		width: 43%;
		margin-top: 10px;
	}
	header .header .logo {
		width: auto;
	}
	header .header .contacts {
		position: relative;
		float: right;
		width: 55%;
		padding: 0;
	}
	header .header .contacts dl {
		margin-bottom: 10px;
	}
	header .header .contacts dt {
		padding: 1px 10px 5px;
		font-size: 16px;
	}
	header .header .contacts dt small {
		font-size: 10px;
	}
	header .header .contacts dd,
	header .header .contacts p {
		font-size: 1.2vw;
		line-height: 1.4;
	}
	header .header .contacts dd small,
	header .header .contacts p small {
		margin-left: 0;
		font-size: 12px;
	}
	header .header .contacts .tels {
		font-size: 18px;
	}
	header .header .contacts a.bt-more {
		position: absolute;
		top: -1vw;
		right: 0;
		padding: 5px 20px 4px 7px;
		font-size: 1.2vw;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		line-height: 1.2;
	}
	header .header .contacts a.bt-more span::before,
	header .header .contacts a.bt-more span::after {
		top: 67%;
	}
	header .g-nav-wp {
		display: block;
		background-image: url("../img/common/share/bg-light-dot.png");
		background-repeat: repeat;
		background-position: 0 0;
		background-size: 6px auto;
		background-color: #fff;
	}
	header .g-nav {
		max-width: 1100px;
		margin: 0 auto;
	}
	header .g-nav a {
		width: 12.75%;
		padding: 5px 0;
		background: none;
		border-bottom: none;
		font-size: 1.4vw;
		color: #fff;
		vertical-align: middle;
		text-align: center;
		line-height: 2.8em;
	}
	header .g-nav a:hover {
		background-color: #a93549;
		text-decoration: none;
		color: #fff;
	}

	header .g-nav a:nth-child(odd) {
		border-right: none;
	}
	header .g-nav a.my {
		width: 23.5%;
		height: auto;
		background-size: 30px auto;
		background-position: 5% 50%;
		line-height: 1.4em;
	}

header .g-nav a span {
	padding-left: 11px;
	background-image: url("../img/common/share/arrow-white.png");
	background-repeat: no-repeat;
	background-position: 0 45%;
	background-size: 6px auto;
}

#js-about header .g-nav a.about span,
#js-schedule header .g-nav a.schedule span,
#js-access header .g-nav a.access span,
#js-admissions header .g-nav a.admissions span,
#js-recruit header .g-nav a.recruit span,
#js-faq header .g-nav a.faq span {
		background-image: url("../img/common/share/arrow-white.png");
}

header .g-nav a:hover span  {
		background-image: url("../img/common/share/arrow-white.png");
}

#js-about header .g-nav a.about,
#js-schedule header .g-nav a.schedule,
#js-access header .g-nav a.access,
#js-admissions header .g-nav a.admissions,
#js-recruit header .g-nav a.recruit,
#js-faq header .g-nav a.faq {
		color: #fff;
}

	header .g-nav a.my:hover {
		background-color: #197d41;
	}
	header .g-nav a.contact,
	header .g-nav a.close {
		display: none !important;
	}
	header .g-nav.my-none a {
		width: 16.6%;
	}
	header #js-menu-close {
		display: block;
		padding: 5px 0;
		text-align: center;
	}
}
@media screen and (min-width: 1100px) {
	header .header .contacts dd,
	header .header .contacts p {
		font-size: 14px;
	}

	header .header .contacts a.bt-more {
		padding: 5px 25px 5px 12px;
		font-size: 14px;
		top: 0;
	}

	header .header .contacts .tels {
		font-size: 23px;
	}

	header .header .contacts p small {
		font-size: 14px;
	}

	header .g-nav a {
		font-size: 14px;
	}
}
@media all and (-ms-high-contrast: none) {
	header .header .contacts a.bt-more span::before {
		top: 61%;
	}

	header .header .contacts a.bt-more span::after {
		top: 73%;
	}
}
@-moz-document url-prefix() {
	header .header .contacts a.bt-more span::before,
	header .header .contacts a.bt-more span::after {
		top: 123%;
		right: -27px;
	}
}
/* ======================================================
footer
====================================================== */
footer {
	position: relative;
	margin-top: 60px;
	padding: 0;
	background-color: #ffffff;
	border-top: solid 5px #197d41;
}
footer .bt-pagetop {
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	width: 85px;
	margin: 0 auto;
}
footer .basic {
	padding: 15px 20px 5px;
	background: #197d41;
	text-align: center;
}
footer .basic a,
footer .basic span {
	display: inline-block;
	margin-bottom: 10px;
	color: #ffffff;
}
footer .basic span {
	margin-left: 10px;
	margin-right: 5px;
}
footer .basic span.pc-ib {
	display: none;
}

footer .site {
	padding: 15px 0;
	text-align: center;
}
footer .site .logo {
	width: 68.75%;
	margin: 0 auto 15px;
}
footer .site .logo a {
	display: block;
	height: 0;
	padding-top: 16.5%;
	background-image: url("../img/common/footer/logo.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 100% auto;
}

footer .site ul {
	display: block;
	letter-spacing: -.4em;
	text-align: center;
	font-size: 3.6vw;
}
footer .site ul li {
	display: inline-block;
	letter-spacing: normal;
	padding: 0 1.0em 0.6em 0;
}
footer .site ul li a {
	display: inline-block;
	color: #323232;
}
footer .site ul li a::before {
	content: "●";
	color: #197d41;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

footer address {
	padding: 3px 0;
	background-color: #E0E0E0;
	font-size: 3vw;
	text-align: center;
}

@media screen and (max-width: 320px) {
	footer .basic a,
	footer .basic span {
		font-size: 3.5vw;
	}
}
@media screen and (min-width: 801px) {
	footer {
		margin-top: 60px;
		border-width: 10px;
	}
	footer .bt-pagetop {
		position: absolute;
		top: -60px;
		right: 2.5%;
		left: auto;
		width: 106px;
		margin: 0;
	}
	footer .basic {
		padding: 15px 0;
	}
	footer .basic a,
	footer .basic span {
		margin-bottom: 0;
	}
	footer .basic span {
		margin-left: 10px;
		margin-right: 5px;
	}
	footer .basic span.pc-ib {
		display: inline-block;
	}
	footer .site {
		max-width: 1100px;
		margin: 0 auto;
		padding: 25px 0 40px;
		text-align: left;
		overflow: hidden;
	}
	footer .site .logo {
		float: left;
		max-width: 369px;
		width: 34%;
		margin: 0;
	}
	footer .site ul {
		width: 60%;
		overflow: hidden;
		float: right;
		text-align: left;
		margin: 1.0em 0 0;
		font-size: 16px;
		/*font-size: 1.2vw;*/
	}
	footer .site ul li:first-child {
		width: 100%;
	}
	footer .site ul li a:hover {
		color: #3fa9f5;
	}

	/*
	footer .site ul {
	overflow: hidden;
	float: right;
	width: 60%;
	margin-top: 20px;
}
	footer .site li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 45%;
	margin: 0;
	font-size: 16px;
	text-align: left;
}
	footer .site li span {
	color: #F8B500;
}
	footer .site li:nth-child(3),
	footer .site li:nth-child(4) {
	text-align: left;
}
	*/
	footer address {
		padding: 10px 0;
		font-size: 14px;
	}
}
.footer-wp {
	background-image: url("../img/common/share/bg-wave.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.footer-nav {
	margin-top: 15px;
	padding: 20px 15px 0;
	letter-spacing: -.4em;
}
.footer-nav a {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 48%;
	margin: 0 1%;
}
.footer-nav img {
	width: 100%;
}

#js-home .footer-nav,
#js-my .footer-nav {
	display: none;
}

/* ======================================================
aside
====================================================== */
aside .snav {
	margin: 0 -20px;
	padding: 10px 20px;
	background-color: #a93549;
}
aside .snav .title {
	margin-bottom: 8px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
}
aside .snav > nav {
	padding: 6px 12px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
aside .snav > nav a {
	display: block;
	padding: 10px 5px;
}
aside .snav > nav a span {
	position: relative;
	display: block;
	padding-left: 1em;
}
aside .snav > nav a span::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #a93549;
}
aside .snav > nav a:not(:last-child) {
	border-bottom: solid 1px #B2B2B2;
}

@media screen and (min-width: 801px) {
	aside .basic {
		margin-bottom: 20px;
	}
	aside .basic a {
		display: block;
	}
	aside .basic a:not(:last-child) {
		margin-bottom: 15px;
	}
	aside .snav {
		margin: 0 0 20px;
		padding: 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	aside .snav .title {
		margin-bottom: 15px;
		font-size: 20px;
	}
	aside .snav > nav {
		padding: 12px 0;
		background-color: #ffffff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	aside .snav > nav a {
		display: block;
		padding: 10px 5px;
	}
	aside .snav > nav a:hover {
		text-decoration: none;
		color: /*#EE6D79*/ #a93549;
	}
	aside .snav > nav a:not(:last-child) {
		border-bottom: none;
	}
	aside .snav > nav a.selected {
		color: #a93549;
	}
}
aside.blog .snav {
	margin-bottom: 15px;
	padding-bottom: 20px;
}
aside.blog .snav .title {
	margin: 10px 0 15px;
	padding: 0 5px 10px;
	border-bottom: solid 2px #ffffff;
	text-align: left;
}
aside.blog .snav ul {
	margin: 0 10px;
}
aside.blog .snav li {
	padding-left: 1em;
	text-indent: -1em;
}
aside.blog .snav li:not(:last-child) {
	margin-bottom: 10px;
}
aside.blog .snav a {
	color: #ffffff;
}
aside.blog .snav a::before {
	content: ">";
	margin-right: 5px;
	font-size: 10px;
}

@media screen and (min-width: 801px) {
	aside.blog .snav {
		margin-bottom: 15px;
		padding-bottom: 20px;
	}
	aside.blog .snav .title {
		text-align: center;
	}
}
/* ======================================================
Common
====================================================== */
.cf:before, .cf:after, .section:before, .section:after {
	content: "";
	display: table;
}

.cf:after, .section:after {
	clear: both;
}

.cf, .section {
	zoom: 1;
}

a.op:hover,
button.op:hover,
a:hover img,
input.op:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	transition: opacity 0.2s ease-out;
}

a img {
	backface-visibility: hidden;
}

header img,
footer img,
main img,
aside img {
	width: 100%;
}

img.auto {
	width: auto !important;
}

img.max {
	width: auto !important;
	max-width: 100%;
}

.bg-white {
	background-color: #ffffff;
}

.bg-brown {
	background-color: #EFEBE7;
}

.bg-paper, body {
	background-image: url("../img/common/share/bg-beige-wave.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 12px auto;
}

.textOutside, header .header .logo a, footer .site .logo a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#js-loading {
	background-image: url("../img/common/ajax-loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px auto;
}

.lazy {
	background-image: url("../img/common/ajax-loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px auto;
}

.googlemap {
	position: relative;
	width: 100%;
	margin: 0;
	height: 0;
	padding-top: 56.25%;

	margin-bottom: 30px;
}
.googlemap a {
	display: block;
	height: 100%;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 801px) {
	.googlemap iframe {
		/*pointer-events: none;*/
	}
}
.dis {
	display: block;
}

.none {
	display: none;
}

.ib {
	display: inline-block;
}

.inline {
	display: inline;
}

.pc {
	display: none;
}

.pc-ib {
	display: none;
}

.pc-il {
	display: none;
}

.smt {
	display: block;
}

.smt-ib {
	display: inline-block;
}

.smt-il {
	display: inline;
}

@media screen and (min-width: 801px) {
	.pc {
		display: block;
	}

	.pc-ib {
		display: inline-block;
	}

	.pc-il {
		display: inline;
	}

	.smt {
		display: none;
	}

	.smt-ib {
		display: none;
	}

	.smt-il {
		display: none;
	}
}
.inlineBlockCenter {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.oh {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img.i-fl {
	float: left;
	width: 40%;
	margin: 0 10px 10px 0;
}

img.i-fr {
	float: right;
	width: 40%;
	margin: 0 0 10px 10px;
}

img.i-fr.w400 {
	width: 50%;
}

img.i-fl-smtFull,
img.i-fr-smtFull {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}

@media screen and (min-width: 801px) {
	img.i-fr.w200 {
		max-width: 200px;
	}

	img.i-fr.w400 {
		max-width: 400px;
	}

	img.i-fl-smtFull {
		float: left;
		width: 40%;
		margin: 0 10px 10px 0;
	}

	img.i-fr-smtFull {
		float: right;
		width: 40%;
		margin: 0 0 10px 10px;
	}
}
.mt0 {
	margin-top: 0 !important;
}

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

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

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

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

.mb0 {
	margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 801px) {
	.mt5 {
		margin-top: 10px !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mr10 {
		margin-right: 20px !important;
	}
}
.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

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

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

@media screen and (min-width: 801px) {
	.pl10 {
		padding-left: 20px !important;
	}

	.pr10 {
		padding-right: 20px !important;
	}
}
/* ======================================================
Block
====================================================== */
/* mainvisual */
.mainvisual {
	position: relative;
	max-width: 810px;
	width: 100%;
	height: 0;
	margin: 0 auto 20px;
	padding-top: 28%;
	background-image: url("../img/common/mainvisual/share.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 100%;
}
.mainvisual .title {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 1.2;
	color: #666666;
	text-shadow: -1px -1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 1px 0px #ffffff, -1px 1px 0px #ffffff;
}

@media screen and (max-width: 800px) {
	.mainvisual .title {
		font-size: 5vw;
		/*margin: 0;*/
		width: 70%;
	}
}
@media screen and (min-width: 801px) {
	.mainvisual .title {
		font-size: 28px;
	}
}
/* breadcrumb */
@media screen and (min-width: 801px) {
	.breadcrumb {
		margin-bottom: 40px;
		padding: 10px 0;
	}
	.breadcrumb ol {
		max-width: 1100px;
		margin: 0 auto;
	}
	.breadcrumb li {
		display: inline-block;
		font-size: 12px;
	}
	.breadcrumb li strong {
		font-weight: normal;
	}
	.breadcrumb li a {
		text-decoration: none;
	}
	.breadcrumb li a:hover {
		text-decoration: underline;
	}
	.breadcrumb li:not(:first-child):before {
		content: ">";
		margin: 0 5px 0 7px;
	}

	.c-white .breadcrumb {
		color: #ffffff;
	}
	.c-white .breadcrumb a {
		color: #ffffff;
	}
}
@media screen and (min-width: 1200px) {
	.breadcrumb {
		margin: 0 auto 60px;
	}
}
/* ======================================================
Title
====================================================== */
.h-title {
	margin: 40px 0;
	text-align: center;
	line-height: 1.2;
}

.h-title.label {
	position: relative;
	padding-top: 2.75em;
}

.h-title.label::before {
	display: block;
	content: attr(data-label);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-family: "Oswald", serif;
	font-weight: bold;
	letter-spacing: normal;
}

@media screen and (max-width: 800px) {
	.h-title {
		font-size: 4vw;
	}

	.h-title.label::before {
		font-size: 8vw;
	}
}
@media screen and (min-width: 801px) {
	.h-title {
		margin: 50px 0;
	}

	.h-title.label {
		padding-top: 4em;
	}

	.h-title.label::before {
		font-size: 40px;
	}
}
.h-title-bg {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F6D5DB;
	color: #D22B4B;
	overflow: hidden;
}

.h-title-bg.fsl {
	font-size: 17px;
}

.h-title-bg.circle {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	padding-left: 15px !important;
}

.h-title-bg.h-red {
	padding: 7px 10px 5px;
	background-color: #D22B4B;
	color: #ffffff;
}

.h-title-bg.h-red2 {
	padding: 7px 10px 5px;
	background-color: #F9E7D0;
	color: #666;
}

.h-title-bg.h-pink {
	padding: 7px 10px 5px;
	background-color: #F6D5DB;
}

.h-title-bg.h-blue {
	padding: 7px 10px 5px;
	background-color: #F9E7D0;
	color: #666666;
}

.h-title-bg.h-blue2 {
	padding: 7px 10px 5px;
	background-color: #EE6D79;
	text-align: center;
	color: #ffffff;
}

.h-title-bg.h-yellow {
	padding: 7px 10px 5px;
	background-color: #FFF7D9;
	border: solid 1px #197d41;
	text-align: center;
	color: #197d41;
}

.h-title-bg.time {
	position: relative;
	margin-top: 30px;
	overflow: visible !important;
}

.h-title-bg.time::before {
	position: absolute;
	top: -20px;
	left: 5px;
	content: attr(data-time);
	font-weight: normal;
}

@media screen and (max-width: 800px) {
	.h-title-bg.fsl {
		font-size: 1.5;
	}
}
@media screen and (min-width: 801px) {
	.h-title-bg {
		margin-bottom: 15px;
		padding: 8px 5px;
		font-size: 15px;
	}

	.h-title-bg.fsl {
		font-size: 22px;
	}

	.h-title-bg.h-red {
		margin-bottom: 20px;
		padding: 7px 20px 5px;
		font-weight: normal;
	}

	.h-title-bg.h-blue2 {
		text-align: left;
	}

	.h-title-bg.h-yellow {
		text-align: left;
	}

	.h-title-bg.time {
		margin-top: 30px;
	}
}
.h-title-b {
	margin-bottom: 20px;
	border-bottom: solid 2px #F8B500;
	color: #F8B500;
	font-size: 17%;
}

.h-title-b.h-blue {
	margin-bottom: 10px;
	padding: 5px 10px;
	border-bottom: solid 2px #197d41;
	color: #197d41;
}

@media screen and (max-width: 800px) {
	.h-title-b {
		font-size: 4.5vw;
	}
}
@media screen and (min-width: 801px) {
	.h-title-b {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.h-title-b.h-blue {
		margin-bottom: 15px;
		padding: 5px 30px 10px;
	}
}
.h-title-l {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	.h-title-l {
		font-size: 4.5vw;
	}
}
@media screen and (min-width: 801px) {
	.h-title-l {
		font-size: 22px;
	}
}
.h-title-m {
	margin-bottom: 10px;
	font-size: 15px;
	color: #EE6D79;
}
.h-title-m .sub {
	font-size: 84%;
	color: #666666;
}

.h-mb5 .h-title-m {
	margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
	.h-title-m {
		font-size: 4vw;
	}
}
@media screen and (min-width: 801px) {
	.h-title-m {
		margin-bottom: 15px;
		font-size: 18px;
	}
}
.h-title-s {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F6D5DB;
	border-left: solid 3px #D22B4B;
	color: #D22B4B;
}

.h-title-s.arrow {
	background-image: url("../img/common/share/icon-arrow.png");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 14px auto;
}

@media screen and (min-width: 801px) {
	.h-title-s {
		margin-bottom: 15px;
		padding: 10px 10px 7px;
		font-size: 20px;
	}

	.h-title-s.arrow {
		background-size: 22px;
	}
}
.h-title-deco {
	margin: 0 0 10px;
	padding: 4px 0 6px 40px;
	font-size: 17px;
	background-image: url("../img/common/share/icon-infomation.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 30px auto;
}

.more .h-title-deco {
	padding: 4px 30% 6px 40px;
}
.more .h-title-deco.nurse {
	padding: 4px 20% 6px 40px;
}
.h-title-deco.access {
	background-image: url("../img/common/share/icon-access.png");
}

.h-title-deco.about {
	background-image: url("../img/common/share/icon-about.png");
}

.h-title-deco.blog {
	background-image: url("../img/common/share/icon-blog.png");
}

.h-title-deco.parenting {
	background-image: url("../img/common/share/icon-parenting.png");
}

@media screen and (max-width: 800px) {
	.h-title-deco {
		font-size: 4vw;
	}
	.more .h-title-deco.nurse {
		font-size: 3.8vw;
	}
}
@media screen and (max-width: 320px) {
	.h-title-deco {
		font-size: 4vw;
	}
	.more .h-title-deco.nurse {
		font-size: 3vw;
	}
}
@media screen and (min-width: 801px) {
	.h-title-deco {
		padding: 10px 0 12px 60px;
		background-size: 50px auto;
		font-size: 22px;
	}
	.more .h-title-deco {
		padding: 10px 30% 12px 60px;
	}
	.more .h-title-deco.nurse {
		padding: 10px 20% 12px 60px;
		font-size: 22px;
	}
}
/* ======================================================
Common
====================================================== */
.jp {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic";
}

.en {
	font-family: "Oswald", serif;
}

.bold {
	font-weight: bold !important;
}

.normal {
	font-weight: normal !important;
}

.c-red {
	color: #EE6D79 !important;
}

.c-blue {
	color: #5BC537 !important;
}

.c-pink {
	color: #E895A5 !important;
}

.c-white {
	color: #ffffff !important;
}

.tl, td.tl, .tl th, .tl td {
	text-align: left !important;
}

.tr, td.tr, .tr th, .tr td {
	text-align: right !important;
}

.tc, td.tc, .tc th, .tc td {
	text-align: center !important;
}

.vt, td.vt, .vt th, .vt td {
	vertical-align: top !important;
}

.vc, td.vc, .vc th, .vc td {
	vertical-align: middle !important;
}

.vb, td.vb, .vb th, .vb td {
	vertical-align: bottom !important;
}

.indent,
.indent-li li {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

.indentEm1h,
.indentEm1h-li li {
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.indentEm2,
.indentEm2-li li {
	margin-bottom: 5px;
	padding-left: 2em;
	text-indent: -2em;
}

li.no-indent {
	padding-left: 0 !important;
	text-indent: 0 !important;
}

.main-copy {
	margin: 0 0 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 800px) {
	.main-copy {
		font-size: 4vw;
	}
}
@media screen and (min-width: 801px) {
	.main-copy {
		font-size: 30px;
	}
}
.lead {
	margin-bottom: 15px !important;
	line-height: 1.6;
}

@media screen and (min-width: 801px) {
	.lead {
		margin-bottom: 25px !important;
		font-size: 14px;
	}
}
.txt-wp {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.txt-wp .lead {
	margin-left: -5px;
	margin-right: -5px;
	padding: 0 5px 10px;
	border-bottom: solid 1px #5BC537;
}
.txt-wp .lead.no-bd {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border-bottom: none;
}
.txt-wp p {
	line-height: 1.8;
}
.txt-wp ul,
.txt-wp p:not(:last-child) {
	margin-bottom: 1em;
}
.txt-wp .large-list {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 17px;
}
.txt-wp .guide {
	padding: 20px 15px;
	background-color: #FEF8EB;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.txt-wp .guide dt {
	margin-bottom: 3px;
	color: #EE6D79;
}
.txt-wp .guide dd {
	margin-left: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
.txt-wp .guide a {
	color: #64A0FF;
}

.txt-wp.f13 {
	padding: 20px 10px;
}

@media screen and (min-width: 801px) {
	.txt-wp {
		margin-bottom: 50px;
		padding: 20px 30px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	.txt-wp p:not(:last-child) {
		margin-bottom: 1.5em;
	}
	.txt-wp .lead {
		margin-left: -10px;
		margin-right: -10px;
		padding: 0 10px 18px;
	}
	.txt-wp .lead.no-bd {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	.txt-wp .large-list {
		margin-left: 15px;
		margin-right: 15px;
		font-size: 22px;
	}

	.txt-wp.f13 {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 13px;
	}
	.txt-wp.f13 p {
		padding: 0 20px;
	}
}
.box-wp {
	margin-bottom: 30px;
	padding: 7px;
	background-size: 7px auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-sizing: border-box;
	color: #ffffff;
}
.box-wp .inside {
	padding: 15px;
	background-color: rgba(247, 134, 24, 0.5);
}
.box-wp p {
	line-height: 1.8;
}
.box-wp > p:not(:last-child) {
	margin-bottom: 1em;
}

@media screen and (min-width: 801px) {
	.box-wp {
		margin-bottom: 60px;
		padding: 20px;
		background-size: 13px auto;
	}
	.box-wp .inside {
		padding: 40px;
	}
}
.nav-txt {
	margin: 0 10px 30px;
	padding: 15px;
	background-color: #999999;
}
.nav-txt li {
	padding-left: 1em;
	text-indent: -1em;
}
.nav-txt li::before {
	content: "●";
}
.nav-txt li.none::before {
	content: "";
}
.nav-txt li:not(:last-child) {
	margin-bottom: 10px;
}

@media screen and (min-width: 801px) {
	.nav-txt {
		max-width: 700px;
		width: 99%;
		margin: 0 auto 60px;
		padding: 30px 50px 20px;
		letter-spacing: -.4em;
	}
	.nav-txt li {
		display: inline-block;
		letter-spacing: normal;
		box-sizing: border-box;
		width: 48%;
		margin: 0 1% 10px;
		vertical-align: top;
	}
}
@media screen and (min-width: 1000px) {
	.nav-txt {
		max-width: 900px;
	}
}
@media screen and (min-width: 1100px) {
	.nav-txt {
		max-width: 1000px;
	}
}
.txt-caution {
	margin-bottom: 25px;
	font-size: 11px;
	line-height: 1.6;
}

@media screen and (min-width: 801px) {
	.txt-caution {
		margin-bottom: 40px;
		font-size: 12px;
	}
}
/* 	Button */
a.bt,
button.bt,
input.bt {
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 0 8px;
	background-color: #197d41;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	letter-spacing: normal;
	vertical-align: top;
	font-weight: bold;
}
a.bt:hover,
button.bt:hover,
input.bt:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	transition: opacity 0.3s ease-out;
}
a.bt span,
button.bt span,
input.bt span {
	display: block;
	line-height: 1.3;
}
a.bt span,
button.bt span,
input.bt span {
	padding: 0 10px 0 30px;
}

a.bt::before,
a.bt::after,
button.bt::before,
button.bt::after,
input.bt::before,
input.bt::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 7px;
	height: 1px;
	background-color: #ffffff;
	-webkit-transform-origin: right center;
}

@media all and (-ms-high-contrast: none) {
	a.bt::before,
	button.bt::before,
	input.bt::before {
		top: 45%;
	}

	a.bt::after,
	button.bt::after,
	input.bt::after {
		top: 55%;
	}
}
a.bt::before,
button.bt::before,
input.bt::before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

a.bt::after,
button.bt::after,
input.bt::after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

a.bt.c-red,
button.bt.c-red {
	background-color: #EE6D79;
	color: #ffffff !important;
}

a.bt.c-gray,
button.bt.c-gray {
	background-color: #ABA19A;
	color: #ffffff;
}

a.bt.c-red::before,
a.bt.c-red::after,
button.bt.c-red::before,
button.bt.c-red::after,
a.bt.c-gray::before,
a.bt.c-gray::after,
button.bt.c-gray::before,
button.bt.c-gray::after {
	background-color: #ffffff;
}

@media screen and (max-width: 800px) {
	a.bt,
	button.bt,
	input.bt {
		font-size: 3.5vw;
	}
}
@media screen and (min-width: 801px) {
	a.bt,
	a.bt.c-red,
	a.bt.c-gray,
	button.bt,
	button.bt.c-red,
	button.bt.c-gray,
	input.bt {
		max-width: 500px;
		padding: 15px 0 13px;
		font-size: 18px;
	}
}
.half a,
.half button {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.half a span,
.half button span {
	padding: 0 10px 0 20px;
}

.half a.bt::before,
.half a.bt::after,
.half button.bt::before,
.half button.bt::after,
.half input.bt::before,
.half input.bt::after {
	left: 10px;
}

.btn-wp {
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: -.4em;
}

@media screen and (min-width: 801px) {
	.btn-wp {
		margin-bottom: 30px;
	}
}
.more {
	position: relative;
}
.more .bt-more {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

a.bt-more {
	position: relative;
	padding: 3px 25px 3px 15px;
	background-color: #FA5875;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 13px;
	color: #ffffff;
}

#js-home main a.bt-more {
	padding: 3px 15px;
	background-color: #197d41;
	font-size: 11px;
}

a.bt-more span {
	position: relative;
}

a.bt-more span::before,
a.bt-more span::after {
	content: "";
	position: absolute;
	top: 9px;
	right: -13px;
	display: block;
	width: 7px;
	height: 2px;
	background: #ffffff;
	-webkit-transform-origin: right center;
}

a.bt-more span::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.bt-more span::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width: 801px) {
	a.bt-more:hover {
		background-color: #E65A82;
		text-decoration: none;
	}

	#js-home main a.bt-more {
		font-size: 16px;
	}

	#js-home main a.bt-more:hover {
		background-color: #EE6D79;
	}
}
@media all and (-ms-high-contrast: none) {
	a.bt-more span::before {
		top: 7px;
	}

	a.bt-more span::after {
		top: 12px;
	}
}
/* table */
.table-layout-wp {
	margin-bottom: 30px;
}
.table-layout-wp dl {
	border: solid 1px #999999;
	border-bottom: none;
}
.table-layout-wp dl:last-child {
	border-bottom: solid 1px #999999;
}
.table-layout-wp dt,
.table-layout-wp dd {
	padding: 10px;
}
.table-layout-wp dt {
	background-color: #F6D5DB;
	border-bottom: solid 1px #999999;
}
.table-layout-wp dd {
	background-color: #ffffff;
}

@media screen and (min-width: 801px) {
	.table-layout-wp {
		margin-bottom: 55px;
	}
	.table-layout-wp dt,
	.table-layout-wp dd {
		display: table-cell;
		padding: 15px 10px;
		vertical-align: top;
		box-sizing: border-box;
	}
	.table-layout-wp dt {
		width: 25%;
		border-bottom: none;
		border-right: solid 1px #999999;
	}
	.table-layout-wp dd {
		width: 40em;
	}

	.table-layout-wp.wt40 dt {
		width: 40%;
	}

	.table-layout-wp.wt50 dt {
		width: 50%;
	}
}
.table-wp {
	margin-bottom: 25px;
}
.table-wp table {
	table-layout: fixed;
	width: 100% !important;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
.table-wp table th,
.table-wp table td {
	padding: 10px 5px;
	box-sizing: border-box;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	text-align: center;
	vertical-align: middle;
}
.table-wp table th {
	background-color: #F6D5DB;
}

@media screen and (max-width: 800px) {
	.table-wp table td {
		font-size: 3vw;
	}
}
@media screen and (min-width: 801px) {
	.table-wp table {
		margin-bottom: 50px;
		font-size: 14px;
	}
}

/* pagination */
.pagination {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	font-size: 3vw;
}
.pagination li 
{
	display: inline-block;
}
.pagination a,
.pagination .link-btn
{
	background-color: #ffffff;
	border: solid 1px #5BC537;
	border-radius: 5px;
	padding: 10px 0;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #5BC537;
	color: #ffffff;
}
.pagination .number {
	margin: 0 5em;
}
.pagination .number > * 
{
	display: inline-block;
	width: 3em;
	margin: 0 2px 5px;
}

.pagination .number > .active
{
	background-color: #CCFFDD;
}

.pagination .number span 
{
	margin-left: 5px;
}

.pagination .prev,
.pagination .next 
{	position: absolute;
	top: 0;
}

.pagination .prev 
{
	left: 0;
}
.pagination .next 
{	
	right: 0;
}

.pagination .prev a,
.pagination .next a 
{
	display: block;
	width: 4.5em;
}


@media screen and (min-width: 801px) {
	.pagination {
		width: 70%;
		margin: 0 auto 50px;
		font-size: 14px;
	}

	.pagination .number > a:hover {
		background-color: #52D69C;
		color: #ffffff;
	}
}
@media screen and (min-width: 1100px) {
	.pagination {
		width: 60%;
	}
}
/* ph-list */
.ph-list-wp {
	width: 98%;
	margin: 0 auto 10px;
	letter-spacing: -.40em;
	text-align: center;
}
.ph-list-wp li {
	display: inline-block;
	letter-spacing: normal;
}

.ph-list-wp.row2 {
	width: 100%;
}
.ph-list-wp.row2 li {
	width: 48%;
	margin: 0 1%;
}

.ph-list-wp.row3 {
	width: 100%;
}
.ph-list-wp.row3 li {
	width: 31.3%;
	margin: 0 1%;
}

.ph-list-wp.row4 {
	width: 100%;
}
.ph-list-wp.row4 li {
	width: 23%;
	margin: 0 1%;
}

.ph-list-wp.row5 {
	width: 100%;
}
.ph-list-wp.row5 li {
	width: 18%;
	margin: 0 1%;
}

@media screen and (min-width: 801px) {
	.ph-list-wp {
		margin-bottom: 25px;
	}
}
/* ======================================================
Top
====================================================== */
/* main */
.sc-main {
	background: #fff;
}
.sc-main .visual {
	padding: 15px;
	letter-spacing: -.4em;
}
.sc-main .visual .pickup,
.sc-main .visual a {
	display: inline-block;
	letter-spacing: normal;
}
.sc-main .visual .pickup {
	width: 98%;
	margin: 0 1% 10px;
}
.sc-main .visual a {
	width: 48%;
	margin: 0 1%;
}

@media screen and (min-width: 801px) {
	.sc-main .visual {
		max-width: 1100px;
		margin: 0 auto;
		padding: 30px 0;
		overflow: hidden;
	}
	.sc-main .visual .pickup,
	.sc-main .visual a {
		display: block;
	}
	.sc-main .visual .pickup {
		float: left;
		width: 65.5%;
		margin: 0;
	}
	.sc-main .visual a {
		float: right;
		width: 33.5%;
		margin: 0;
	}
	.sc-main .visual a:last-child {
		margin-top: 10px;
	}
}
#js-home .layout {
	padding-top: 20px;
}
#js-home .layout > section {
	margin-bottom: 25px;
}

/*
.sc-update section:nth-child(1) {
margin-bottom: 25px;
}
*/
.sc-update section {
	margin-bottom: 25px;
}

@media screen and (min-width: 801px) {
	#js-home .layout {
		padding-top: 40px;
	}
	#js-home .layout > section {
		margin-bottom: 50px;
	}

	.sc-update {
		overflow: hidden;
	}
	.sc-update section {
		width: 48.5%;
	}
	.sc-update section.full {
		float: none;
		width: 100%;
		margin-top: 25px;
	}
	.sc-update section:nth-child(1) {
		float: left;
		/*margin-bottom: 0;*/
	}
	.sc-update section:nth-child(2) {
		float: right;
	}
}
.post-list {
	padding: 15px 12px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.post-list li {
	padding-left: 3px;
}
.post-list li a {
	text-decoration: none;
}
.post-list li a.new .title em::after {
	content: "NEW";
	display: inline-block;
	margin-left: 5px;
	padding: 3px 3px 2px;
	background-color: #D22B4B;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.2;
	vertical-align: middle;
}
.post-list li .title {
	display: table;
}
.post-list li .title span,
.post-list li .title em {
	display: table-cell;
}
.post-list li .title span {
	width: 6.5em;
	color: #EE6D79;
}
.post-list li .title em:before {
	display: inline-block;
	content: attr(data-category);
	width: 6em;
	margin-right: 5px;
	padding: 2px 0;
	background-color: #E0E0E0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.post-list li p {
	display: none;
}
.post-list.lunch li p {
	display: block;
}
.post-list li img {
	display: block;
	width: 60% !important;
	margin: 0.5em auto;
}
.post-list li:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #B2B2B2;
}

.post-list.no-category li .title em:before {
	content: none;
}

.post-list.no-time li .title {
	margin-bottom: 5px;
	color: #2A599F;
}
.post-list.no-time li .title em:before {
	content: none;
}
.post-list.no-time li p {
	display: block;
	margin-left: 0;
}
.post-list li.post-list-before-ttl:not(:last-child) {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}
.post-list-before-ttl span {
	display: inline-block;
}
@media screen and (max-width: 320px) {
	.post-list li {
		font-size: 3.5vw;
	}
}
@media screen and (min-width: 801px) {
	.post-list {
		padding: 45px 50px;
	}
	.post-list li {
		padding-left: 0;
	}
	.post-list li a:hover {
		text-decoration: underline;
	}
	.post-list li .title {
		margin-bottom: 10px;
	}
	.post-list li .title span {
		width: 6.5em;
		color: #197d41;
	}
	.post-list li .title em:before {
		margin-right: 10px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		font-size: 13px;
	}
	.post-list li p {
		display: block;
		margin-left: 6.5em;
	}
	.post-list li:not(:last-child) {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.post-list.no-category li p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.post-list.no-time li .title {
		margin-bottom: 10px;
	}
	/*top_map*/
	.pc_height{
		width: auto;
	}

}



/* about */
.sc-about .detail {
	padding: 15px 20px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sc-about .detail .address {
	/*margin: 0 0 30px;*/margin: 30px 0 0;
}
.sc-about .detail .address img {
	margin-top: 15px;
}
.sc-about .detail dl {
	display: table;
	margin-bottom: 10px;
}
.sc-about .detail dl dt,
.sc-about .detail dl dd {
	display: table-cell;
}
.sc-about .detail dl dt {
	width: 5em;
	color: #FF9DC3;
}
.sc-about .detail .address img {
	display: block;
	width: 50%;
	margin: 15px auto 30px;
}


@media screen and (max-width: 320px) {
	.sc-about .detail dl {
		font-size: 3.5vw;
	}
}
@media screen and (min-width: 801px) {
	.sc-about .detail {
		padding: 30px 40px;
		letter-spacing: -.4em;
		text-align: center;
	}
	.sc-about .detail .address,
	.sc-about .detail p {
		display: inline-block;
		letter-spacing: normal;
		box-sizing: border-box;
		width: 47%;
		max-width: 480px;
		margin: 0;
		vertical-align: top;
	}
	.sc-about .detail .address {
		margin: 0 3% 0 0;
	}
	.sc-about .detail dl {
		text-align: left;
	}
	.sc-about .detail p {
		max-width: 480px;
		margin-top: 162px;
	}
	.sc-about .detail .address > div {
		width: 58%;
		float: left;
		margin: 0 10px 0 0;
	}
	.sc-about .detail .address dl {
		display: block;
	}
	.sc-about .detail .address dt,
	.sc-about .detail .address dd {
		display: block;
		width: auto;
	}
	.sc-about .detail .address img {
		width: auto;
		max-width: 190px;
		float: left;
		margin: 10px 0 0;
	}
	.sc-about .detail p {
		margin-top: 10px;
	}
}

/* 保育園の空き状況(20180119) */
.availability {
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 2.0em;
}
.availability .circle {
	display: block;
	position: absolute;
	top: 10vw;
	width: 7vw;
	height: 7vw;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	font-weight: 600;
	font-size: 5vw;
	color: #FA5875;
	background-color: #fff;
	text-align: center;
}
.availability .circle p {
	position: relative;
	top: 52%;
	transform: translateY(-48%);
}
.availability .circle.age0 {
	left: 20.5%;
}
.availability .circle.age1 {
	left: 49.5%;
}
.availability .circle.age2 {
	left: 79%;
}

@media screen and (min-width: 801px) {

	.availability .circle {
		top: 2.0vw;
		width: 5vw;
		height: 5vw;
		font-size: 4vw;
	}
	.availability .circle.age0 {
		left: 43.5%;
	}
	.availability .circle.age1 {
		left: 64.5%;
	}
	.availability .circle.age2 {
		left: 85.5%;
	}

}

@media screen and (min-width: 1001px) {

	.availability .circle {
		top: 20px;
		width: 56px;
		height: 56px;
		font-size: 44px;
	}

}

/*# sourceMappingURL=master.css.map */

@media screen and (min-width: 801px) {
	.no-time {
		padding: 45px 33px;
	}
	/*
	.sc-update section.full {
	width: 48.5%;
}
	*/
}


/*■■■■■■■ボリュームアップ追加　ここから■■■■■■■*/
.layout_pict {
	/*width: 50%;*/
	width: 100%;
	margin: auto;
}
.sc-about .detail .address dl.no_table dt {
	width: auto !important;
	display: block;
}
.sc-about .detail .address dl.no_table dd {
	display: block !important;
}

@media screen and (min-width: 801px) {

	.sc-about .detail .address,
	.sc-about .detail p {
		width: auto;
	}
	.sc-about .detail .address {
		margin-top: 25px;
	}
	.layout {
		margin-left: 1em;
		margin-right: 1em;
	}

}

@media screen and (min-width: 1150px) {
	.layout {
		margin-left: auto;
		margin-right: auto;
	}

}

/*■■■■■ボリュームアップ追加 ここから■■■■*/
.foot_banner_area_pc {
	display: none;
}
.foot_banner_area_smt div:first-child {
	margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
	.foot_banner_area_smt {
		display: none;
	}
	.foot_banner_area_pc {
		display: block;
		letter-spacing: -.4em;
	}
	.foot_banner_area_pc div {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		letter-spacing: normal;
	}
	.foot_banner_area_pc div:nth-child(2),
	.foot_banner_area_pc div:nth-child(3) {
		margin-left: 2%;
	}
}
/*■■■■■TOP動画追加20171220ここから■■■■*/
@media screen and (min-width: 801px) {
	.pickup_main {
		width: 60%;
		float:left;
	}
	.pickup_side {
		width: 33%;
		float: right;
	}
	.sc-main .visual .pickup_side .bnrarea a {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 18px;
	}
	.sc-main .visual .pickup_side .bnrarea img {
		width: 100%;
		display: block;
	}
	.sc-main .visual .pickup_side .top_movie {
		position: relative;
		padding-top: 56.25%;
		height: 0;
	}
	.sc-main .visual .pickup_side .top_movie video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.top_movie video img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 800px) {
	.pickup_main {
		width: 100%;
		float:none;
	}
	.sc-main .visual .pickup_side {
		display: block;
		/*table-layout: fixed;*/
		width: 100%;
		float:none;
	}
	.sc-main .visual .pickup_side .bnrarea {
		display: inline-block;
		width: 43%;
		vertical-align: top;
		padding: 0 10px 0 0;
	}
	.sc-main .visual .pickup_side .bnrarea a {
		width: 100%;
		margin-bottom: 5px;
	}
	.sc-main .visual .pickup_side .bnrarea img {
		width: 100%;
	}
	.sc-main .visual .pickup_side .top_movie {
		display: inline-block;
		width: 50%;
	}
	.pickup_side .top_movie video {
		width: 100%;
	}

}


/* 20180130追加 */
.bnr {
	display: block;
	margin:2.0em auto;
	clear: both;
}
.bnr img {
	width: 100%;
}



/*TOP バナーエリア*/
.banner-block {
	text-align: center;
	margin: 4% 0;
}
.banner-block img {
	padding: 1% 0;
	vertical-align: bottom;
}
@media screen and (min-width: 801px) {
	.banner-block img {
		width: 30%;
		max-width: 330px;
		padding: .5%;
	}
	.banner-block.type2 img {
		width: 46%;
	}

}



/* TOP 育脳対応 */

.sc-main.ikuno {
	display: block;
	padding: 15px 0;
	line-height: 1.0;
}
.sc-main.ikuno .visual {
	display: block;
	padding: 0 15px;
}

.sc-main.ikuno .visual a {
	width: 100%;
	/*margin: 0;*/
}

.sc-main.ikuno .aki-update {
	padding: 0 1.0em 0.3em 0;
}
.sc-main.ikuno .availability {
	margin-bottom: 0;
}

.h-title-deco.ikuno {
	background-image: url("../img/common/share/icon-ikuno.png");
}
.h-title-deco.ikuno > span i {
	display: none;
}

.post-list.ikuno li {
	display: block;
	letter-spacing: -.4em;
	width: 100%;
	position: relative;
}
.post-list.ikuno li > a {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-list.ikuno li > span {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	padding: 0 !important;
	width: 24.0vw;
	height: 16.0vw;
	background: #d9eefd;
}
.post-list.ikuno li > span img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto !important;
	width: auto !important;
	max-height: 100%;
	max-width: 100%;
}
.post-list.ikuno li div {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 97.9%;
	width: -webkit-calc(100% - 24vw - 0.5em);
	width: -moz-calc(100% - 24vw - 0.5em);
	width: calc(100% - 24vw - 0.5em);
	padding-left: 0.5em;
}
.post-list.ikuno li div h3 {
	display: block;
	color: #197d41;
	font-weight: 600;
	font-size: 1rem;
}
.post-list.ikuno li div p {
	display: block;
	color: #999;
	font-weight: normal;
	font-size: 3.6vw;
}

.sc-banner {
	background: #d7e0d8;
	padding-bottom: 20px;
}

.sc-sunrise {
	display: block;
	background: #fff;
	padding: 5%;
}
.sc-sunrise > section > img {
	display: block;
	margin: 0 auto;
	width: 25%;
}
.sc-sunrise > section > h2 {
	display: block;
	color: #ee6d79;
	padding: 0.3em 0 0;
	text-align: center;
	font-weight: 600;
	font-size: 4.6vw;
}
.sc-sunrise > section > p {
	display: block;
	color: #666;
	padding: 0.5em 0;
	text-align: center;
	font-size: 3.8vw;
}
.sc-sunrise > section > ul {
	display: block;
	letter-spacing: -.4em;
	margin-top: 10px;
}
.sc-sunrise > section > ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 48%;
}
.sc-sunrise > section > ul li:nth-child(2n) {
	margin-left: 4%;
}

.sc-sunrise > section > ul li a {
	display: block;
	margin-bottom: 10px;
}
.sc-sunrise > section > ul li a img {
	width: 100%;
	border-radius: 50%;
	border: 10px solid #71a2d0;
}
.sc-sunrise > section > ul li a b {
	display: block;
	color: #666;
	padding: 0.5em 0;
	text-align: center;
	font-size: 3.8vw;
}

@media screen and (min-width: 801px) {

	.sc-main.ikuno .aki-update {
		padding: 0 2.0em 0.3em 0;
	}

	.h-title-deco.ikuno > span i {
		display: inline-block;
	}

	.post-list.ikuno li > span {
		width: 180px;
		height: 120px;
	}
	.post-list.ikuno li > a:hover {
		background-color: rgba(63,169,245,0.2);
	}
	.post-list.ikuno li div {
		width: 97.9%;
		width: -webkit-calc(100% - 180px - 0.5em);
		width: -moz-calc(100% - 180px - 0.5em);
		width: calc(100% - 180px - 0.5em);
	}
	.post-list.ikuno li div h3 {
		font-size: 18px;
	}
	.post-list.ikuno li div p {
		margin-left: 0;
		font-size: 16px;
	}

	.sc-banner {
		padding-bottom: 40px;
	}

	.banner-block.ikuno {
		margin: 0 0 4%;
	}

	.sc-sunrise {
		display: block;
		background: #fff;
		padding: 15px 0;
	}
	.sc-sunrise > section {
		display: block;
		margin: 0 auto;
		max-width: 1100px;
	}
	.sc-sunrise > section > img {
		width: 105px;
	}
	.sc-sunrise > section > h2 {
		font-size: 30px;
	}
	.sc-sunrise > section > p {
		font-size: 18px;
	}
	.sc-sunrise > section > ul {
		margin-top: 15px;
	}
	.sc-sunrise > section > ul li:nth-child(2n) {
		margin-left: 0;
	}
	.sc-sunrise > section > ul li {
		width: 22.75%;
		vertical-align: top;
		margin-right: 3%;
	}
	.sc-sunrise > section > ul li:last-child {
		margin-right: 0;
	}
	.sc-sunrise > section > ul li a b {
		font-size: 22px;
	}

}






/*４月開園分 改修*/

/*トップページ*/
.admissions_new_band.smt-none {
	display: none;
}
.bnrarea02.new_area02 {
	margin-bottom: 10px;
}
.bnrarea02.new_area02 a {
	width: 100%;
}
.bnrarea.new_area a:nth-child(2) {
	display: none;
}


@media screen and (min-width: 801px) {
	.admissions_new_band.smt-none {
		display: block;
	}
	.admissions_new_band a {
		width: 100% !important;
		margin: 0 !important;
	}

	.bnrarea02.new_area02 {
		display: none;
	}
	.bnrarea.new_area a:nth-child(1) {
		display: none !important;
	}
	.bnrarea.new_area a:nth-child(2) {
		margin-top: 0;
	}

	.mainvisual.recruit_main .title {
		font-size: 25px;
	}

}

/*ADD 2020-10-12*/
.aki-update {
	text-align:right;
	padding-right: 1rem;
}

.availability .circle.age0 {
	left: 43.5%;
}
.availability .circle.age1 {
	left: 64.5%;
}
.availability .circle.age2 {
	left: 85%;
}
@media screen and (max-width: 799px) {
	.availability .circle.age0 {
		left: 20.5%;
	}
	.availability .circle.age1 {
		left: 49.5%;
	}
	.availability .circle.age2 {
		left: 79%;
	}
}



/*w14879*/
.video_block { 
        padding: 10px; 
        margin: 0 10px 50px; 
        background-color: #fff; 
        border-radius: 10px; 
} 
.video_block_inr { 
        aspect-ratio: 16 / 9; 
        width: 100%; 
        border-radius: 10px; 
        overflow: hidden; 
} 
.video_block iframe { 
        width: 100%; 
        height: 100%; 
}

/*w14887*/
.sc-banner {
	padding: 20px 0;
    margin-bottom: 20px;
}
#js-home .sc-banner .layout {
	padding-top: 0%;
}
.banner-block {
    margin: 1% 0;
}
.banner-flow {
	position:relative;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0px 10px 1%;
    transition: opacity 0.3s;
}
.banner-flow span {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #31662f;
	width: 80%;
	font-size: min(3vw,16px);
	max-width: 400px;
	padding: 1em 10px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
  font-weight: bold;
}
.banner-flow:hover img {
	opacity:1;
}
.banner-flow:hover {
	opacity:0.8;
	cursor:pointer;
}

@media screen and (max-width: 799px) {
	.about_bnr div a {
		margin-bottom: 2%;
	}
    .foot_banner_area div {
        margin: 2% 0;
    }
}
@media screen and (min-width: 800px) {
	.banner-flow {
		width: 93%;
        max-width: 1022px;
		margin: 0px auto;
	}
	.banner-flow span {
		height: 60px;
		padding: 10px;
		font-size: 16px;
	}
}


/* ヘッダーへ季節感を */
@media screen and (max-width: 799px) {
	header .header.season {
	  display: flex;
	  align-items: center;
	  flex-wrap: wrap;
	}
	header .header.season .logo-wp {
	  width: 100%;
	}
	header .header .season-logo {
	  display: block;
	  margin-right: 5px;
	  width: 17%;
	}
	header .header.season .contacts dl {
		margin-bottom: 0;
	}
	header .header.season .contacts dt {
	  display: none;
	}
	header .header.season  dd .season {
		  font-size:2.75vw !important;
		  display:block;
	}
	header .header.season .contacts p {
		margin-left: 0;
	}
}
@media screen and (min-width: 800px) {
	  header .header.season {
	  display: flex;
	  align-items: center;
	  gap: 2%;
	}
	header .header .season-logo {
	  width: 80px;
	}
	header .header.season .contacts dl {
		margin-bottom: 0;
	}
	header .header.season .contacts dt {
	  display: none;
	}
	header .header.season .logo-wp {
	  float: initial;
	}
	header .header.season .contacts {
	  width: auto;
	  flex: 1 0 auto;
	}
	header .header.season .contacts p {
		margin-left: 0;
	}
}

/* ======================================================
2023 top page renewal
====================================================== */

/* fv */
.mv_visual {
	background-color: #dfe7e9;
	 overflow: hidden;
	 text-align: center;
}

.mv_visual_inr {
	max-width: 1920px;
	margin: 0 auto;
}

.select_reason_block_ttl::after {
	background-color: #197d41;
}

.information {
	background-color: #197d41;
}

.information .txt-availability .availability .circle {
	color: #197d41;
}

.information .txt-availability .availability-item--admissions {
	color: #197d41;
}

#js-home .layout.mg.recruit {
	padding: 0;
}

#js-home .layout.top-license {
	padding: 0 0 20px;
}

/* header */
.smt-header-btn {
	display: none;
}

/* footer */
footer.renewal {
	margin-top: 0;
	border: none;
}

footer.renewal .basic {
	padding: 20px 20px 20px;
	background-image: none;
	background-color: #197d41;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer.renewal .basic_inr {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	row-gap: 25px;
}

footer.renewal .basic a,
footer.renewal .basic span {
	display: inline-block;
	margin-bottom: 0;
	box-sizing: border-box;
	width: calc(100% / 6);
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	position: relative;
	color: #fff;
}

footer.renewal .basic a {
	padding-left: 0px;
}

footer.renewal .basic a::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: left 0.3s;
}

footer.renewal .basic a:hover {
	text-decoration: none;
}

footer .basic a:hover::before {
	left: 5px;
}

footer.renewal .basic span {
	display: block;
	width: 100%;
	margin-left: 10px;
	margin-right: 5px;
}

footer.renewal .basic a span::before {
	content: "";
	background: url(../../../common/img/common/icon_arrow_w.svg);
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: left 0.3s;
}

footer.renewal .basic a span:hover::before {
	left: 5px;
}

.copy {
	background-color: #EDEDED;
	padding: 8px 5px;
}

.copy_inr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}

/* footer */
.footer-in {
	display: block;
	background-color: #fff;
	margin-bottom: 35px;
	border-radius: 10px;
	padding: 2% 2% 2%;
	max-width: 1060px;
	margin: 0 auto;
}

.footer-area-block {
	background-color: #F8F7F7;
	padding: 45px 10px;
}

.fnav {
	max-width: 1000px;
	padding-bottom: 0;
	background: none;
	border: none;
}

.fnav li {
	width: auto;
	font-size: 14px;
	font-weight: bold;
}

.fnav li a {
	position: relative;
	display: inline-block;
	padding: 0;
	width: auto;
}

.fnav li a span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #474747;
}

.fnav li a span::before {
	content: "";
	background: url(../../../common/img/common/icon_arrow_w.svg);
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: left 0.3s;
}

.fnav li a span:hover::before {
	left: 5px;
}

.f-area>li {
	display: block;
}

.f-area>li>span {
	display: flex;
	color: #474747;
	font-size: 14px;
	padding: 18px 10px;
	line-height: 1;
}

.footer-list-tit {
	font-size: 14px;
	font-weight: bold;
	background-color: #575757;
	position: relative;
	color: #ffffff;
	padding: 18px 10px;
	line-height: 1;
	margin: 0;
	cursor: pointer;
}

.footer-list-tit::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	width: 4px;
	height: 4px;
	transform: translateY(-50%) rotate(135deg);
	transition: transform 0.5s;
}

.footer-list-tit.close::after {
	transform: translateY(-50%) rotate(45deg);
}

.f-area .ken {
	background-color: #EDEDED;
	padding: 18px 20px 18px 30px;
}

.f-area .hoikuen {
	padding: 18px 20px 18px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-top: -35px;
}

.f-area .hoikuen>span {
	min-width: 30%;
	margin-top: 35px;
}

.f-area .hoikuen>span a {
	color: #464646;
}

.f-area .hoikuen>span a span {
	position: relative;
	padding-left: 20px;
}

.f-area .hoikuen>span a span::before {
	content: "";
	background: url(../../../common/img/common/icon_arrow.svg);
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: left 0.3s;
}

.f-area .hoikuen>span a span:hover::before {
	left: 5px;
}

/* footer bnner */
.footer-parts {
	border-top: none;
	padding: 0;
}

.footer-bnr-wp {
	margin-top: 0;
}

/* footer copy */
.footer_copy {
	background-color: #fed96e;
	padding: 8.5px 10px;
	text-align: center;
	font-size: 90%;
}

.footer_copy_inr {
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sns-layout a {
	display: inline-block;
	width: 26px;
}

.sns-layout a:first-of-type {
	margin-right: 30px;
}

.sns-layout a img {
	vertical-align: middle;
}

header .header .contacts dl {
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {

	/* header */
	header .header {
	padding: 0px 0px 5px 10px;
	}

	.header .contacts.season dl {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	}

	header .header .contacts dt {
	padding-bottom: 0;
	}

	.logo-wp {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	}

	header .header .logo {
	width: auto;
	flex: 1 1 auto;
	margin-right: 3%;
	margin-bottom: 0;
	}

	header .header .logo a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 0;
	height: 60px;
	width: 100%;
	background-size: contain;
	background-image: none;
	text-indent: initial;
	padding: 10px 0;
	box-sizing: border-box;
	}

	header .header .logo img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
	}

	.smt-header-btn {
	display: flex;
	}

	.smt-header-btn li {
	width: 13vw;
	width: min(13vw, 48px);
	display: inline-block;
	}

	.smt-header-btn li a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding-top: 36px;
	box-sizing: border-box;
	font-size: 10px;
	font-weight: 500;
	}

	.smt-header-btn li.smt-tel a {
	background: url(../../../common/img/common/icon_tel.svg) top 10px center no-repeat;
	background-color: #F1F0F1;
	color: #624E19;
	}

	.smt-header-btn li.smt-mail a {
	background: url(../../../common/img/common/icon_mail.svg) top 10px center no-repeat;
	background-color: #BBBBBB;
	color: #606060;
	}

	.smt-header-btn li.smt-menu a {
	background: url(../../../common/img/common/icon_menu.svg) top 10px center no-repeat;
	background-color: #F7C53F;
	color: #606060;
	}

	.smt-header-btn li a img {
	width: 22px;
	}

	header.header-renewal .g-nav-wp {
	z-index: 9999;
	top: 60px;
	}

	header.header-renewal .g-nav-wp.fixed {
	position: fixed;
	}

	.logo-wp {
	background-color: #fff;
	z-index: 9998;
	}

	.logo-wp.fixed {
	position: fixed;
	top: 0;
	left: 0;
	padding-left: 5px;
	width: 100%;
	box-sizing: border-box;
	}

	/* footer */
	.footer-nav {
	margin-top: 0;
	margin-bottom: 15px;
	}

	.footer-area-block {
	padding: 0;
	}

	footer.renewal .basic {
	display: block;
	padding: 0;
	}

	footer.renewal .basic_inr {
	display: block;
	}

	footer.renewal .basic a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 18px 8%;
	width: 100%;
	text-align: left;
	border-top: 1px solid #E8E8E8;
	position: relative;
	}

	footer.renewal .basic a:last-of-type {
	border-bottom: 1px solid #E8E8E8;
	}

	footer.renewal .basic a span::before {
	content: "";
	background: url(../../../common/img/common/icon_arrow_w.svg);
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: left 0.3s;
	}

	.footer-wp {
	padding: 0;
	margin-bottom: 0;
	}

	.footer-in {
	padding: 0;
	}

	.footer-list-tit {
	border-bottom: 1px solid #E8E8E8;
	padding: 14px 8%;
	line-height: 1.5;
	text-align: left;
	}

	.footer-list-tit>span span {
	display: inline-block;
	}

	.footer-list-tit::after {
	right: 5%;
	}

	.f-area .ken {
	padding: 18px 8%;
	}

	.f-area .hoikuen {
	padding: 0;
	margin-top: 0;
	}

	.f-area .hoikuen>span {
	text-align: left;
	width: 100%;
	margin-top: 0;
	}

	.f-area .hoikuen>span a {
	display: block;
	padding: 18px 8%;
	}

	.footer-parts {
	display: none;
	}

	.copy_inr {
	flex-direction: column-reverse;
	}

	.copy_sns {
	margin-bottom: 15px;
	}
}


/* 20240812 バナーをテキストへ変更 */
.page_bnr {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin: 0 0 2%;
	border: 1px solid #858585;
	padding: 5px;
	background-color: #fff;
	flex: 1;
}

.page_bnr:hover {
	text-decoration: none;
}

.page_bnr img {
    display: block;
    width: 60%;
	max-width: none;
}

.page_bnr > span {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
	padding: 0 6% 0 2%;
    font-size: 4vw;
	font-weight: bold;
    color: #31662f;
    position: relative;
	text-align: left;
}

.page_bnr > span::before, .page_bnr > span::after {
    display: block;
    content: "";
    position: absolute;
    right: 3%;
}

.page_bnr span::before {
    width: 16%;
    height: 2px;
    background-color: #31662f;
}

.page_bnr span::after {
	width: 8%;
	height: 0;
	padding-top: 8%;
    border-top: 2px solid #31662f;
    border-right: 2px solid #31662f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width: 801px) {
	.page_bnr {
		margin: 0 .5%;
		display: block;
	}

	.page_bnr img {
		width: 100%;
	}

	.page_bnr > span {
		font-size: min(2vw,24px);
		padding: 0 5%;
		margin-bottom: -5px;
	}

	.page_bnr > span::before, .page_bnr > span::after {
		right: 5%;
	}

	.page_bnr span::before {
		width: 23px;
	}

	.page_bnr span::after {
		width: 12px;
		height: 12px;
		padding-top: 0;
	}
}

.banner-block img {
	padding: 0;
}
.banner-flow {
    margin: 0 10px 2%;
	max-width: none;
}
@media screen and (min-width: 801px) {
	.banner-block {
		display: flex;
		padding: 0 .5%;
	}
	.banner-block img {
		padding: 1% 0;
	}

	.banner-flow {
		width: auto;
		margin: 0 0;
		padding: 0 1%;
	}
}

@media screen and (max-width: 799px) {
	.about_bnr div a {
		margin:0 0 2%;
	}
}