@charset "utf-8";
/*
Theme Name: oheso-group 12
Theme URI: https://oheso-group.com/
Description: 専用のベーステーマ
Version: 12.0
*/

/* common
---------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection { background: #F0F0F0; color: #000000; }
::selection { background: #F0F0F0; color: #000000; }

p { font-size: 14px; line-height: 1.8; letter-spacing: 0.1em; }
address,i { font-style: normal; }
img { max-width: none; }
.clearfix:after { content: ''; display: block; clear:both; }
.anime-spring, .anime-spring-s { transform-origin: center bottom; opacity: 0; }
header, #mainContents, footer { opacity: 0; pointer-events: none; }

/* txt
-----------------------------------*/
.font-sans { font-family: 'Montserrat', sans-serif; }
.font-num { font-family: 'Quicksand', sans-serif; font-weight: 700; }
.txt-s { font-size: 12px !important; }
.txt-s.l2 { margin-top: 3px; display: inline-block; }
.marker { box-shadow: inset 0 -4px 0 0 #FFF255; }
.marker-bold strong { box-shadow: inset 0 -7px 0 0 #FFF255; padding-bottom: 3px; font-weight: 600; }
.bold { font-weight: bold !important; }

@media all and (-ms-high-contrast:none){
	.marker, .marker-bold strong { position: relative; box-shadow: none; padding-bottom: 0; z-index: 1; }
	.marker:after, .marker-bold strong:after {
		display: block;
		content: '';
		position: absolute;
		bottom: 5px;
		left: 0;
		background: #FFF255;
		width: 100%;
		height: 7px;
		z-index: -1;
	}	
	.marker:after { bottom: 8px; height: 4px; }
}

/* link
------------------------------------*/
a { color: #000000; text-decoration: none; transition: .1s linear; -webkit-transform: translateZ(0); }
a:hover { color: #4E94D6; text-decoration: none; }
body.sp a:hover, body.tablet a:hover { color: #000000; }
figure a { display: block; transition: .15s linear; }
figure a:hover { opacity: 0.6; }
header .logo:hover, footer .logo:hover { opacity: 0.5; transition: .15s linear; }

/* .btn
------------------------------------*/
.btn-link a {
	display: inline-block;
	box-sizing: border-box;
	background: #78C4E9 url(img/share/ico-arrow-ring.svg) no-repeat right 16px center;
	background-size: 29px 29px;
	border-radius: 3px;
	padding: 18px 60px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.btn-link-s a {
	display: inline-block;
	box-sizing: border-box;
	background: #78C4E9;
	border-radius: 3px;
	padding: 14px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.btn-link-l a {
	display: inline-block;
	box-sizing: border-box;
	background: #3576B3;
	border-radius: 3px;
	padding: 16px 38px 16px 42px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.btn-down {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	background: #78C4E9;
	border-radius: 3px;
	margin: 0 auto;
	padding: 18px 70px 18px 30px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.15em;
	white-space: nowrap;
	transition: .2s linear;
	cursor: pointer;
}

.btn-down:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	background: #78C4E9 url(img/share/ico-arrow-ring.svg) no-repeat;
	background-size: 29px 29px;
	width: 29px;
	height: 29px;
	margin-top: -14px;
	transform: rotate(90deg);
	transition: .2s linear;
}

.btn-down.active:before { transform: rotate(270deg); }

.btn-link a:hover,
.btn-link-s a:hover,
.btn-link-l a:hover,
.btn-down:hover {
	opacity: 0.5;
}

@media all and (-ms-high-contrast:none){
	.btn-link a { background-size: 30px 30px; padding-top: 20px; padding-bottom: 14px; }
	.btn-link-s a { padding-top: 16px; padding-bottom: 12px; }
	.btn-link-l a { padding-top: 18px; padding-bottom: 11px; }
	.btn-down { padding-top: 22px; padding-bottom: 15px; }
}

.btn-set { overflow: hidden; }
.btn-set div { float: left; }
.btn-set.btn3 div { width: 32%; margin-right: 2%; }
.btn-set.btn3 div:nth-of-type(3n) { margin-right: 0 !important; }
.btn-set div a { width: 100%; }

.btn-set.btn5 div { width: 19.2%; margin-right: 1%; }
.btn-set.btn5 div:nth-of-type(5n) { margin-right: 0 !important; }
.btn-set.btn5 div a { font-size: 14px; letter-spacing: 0.08em !important; }

.btn-set.teens div { width: 32.3%; }


/* header
---------------------------------------------------------------------------*/
header {
	position: fixed;
	box-sizing: border-box;
	background: #FFFFFF;
	width: 100%;
	min-width: 1260px;
	margin: 0 auto;
	padding: 0;
	z-index: 10000;
}

.header-inner {
	box-sizing: border-box;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}

header .logo {
	position: relative;
	float: left;
	margin: 34px 0 0 32px;
	z-index: 10000;
	transition: .2s ease-out;
	z-index: 10001;
}

header .logo img { display: block; width: 339px; height: auto !important; }
header .logo a:hover { opacity: 0.5; }

header .gnav {
	float: right;
	background: #FFFFFF;
	padding: 26px 24px 30px 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  _::-webkit-full-page-media, _:future, :root header .gnav {
    padding: 26px 20px 30px 0px;
  }
}

header .gnav li {
	float: left;
	transition: .15s linear;
}

header .gnav li:hover > a,
header .gnav li > a.active {
	color: #4E94D6 !important;
}

body.sp header .gnav li:hover > a,
body.tablet header .gnav li:hover > a {
	color: #000000 !important;
}

body.sp header .gnav li > a.active,
body.tablet header .gnav li > a.active {
	color: #4E94D6 !important;
}

header .gnav li > a {
	display: block;
	box-sizing: border-box;
	height: 45px;
	padding: 15px 10px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.18em;
}

header .gnav li > a span {
	display: inline-block;
	padding: 0 1px 8px 2px;
	white-space: nowrap;
}

header .gnav li > a span.let {
	letter-spacing: 0.14em;
}

body#kimochi li#gnav-kimochi > a span,
body#hoiku li#gnav-hoiku > a span,
body#hoikuen li#gnav-hoiku > a span,
body#kodomoen li#gnav-hoiku > a span,
body#tsunagari li#gnav-hoiku > a span,
body#kodomo-studio li#gnav-hoiku > a span,
body#gakudojyo li#gnav-hoiku > a span,
body#gakudojyo-program li#gnav-hoiku > a span,
body#year-schedule li#gnav-hoiku > a span,
body#safety li#gnav-hoiku > a span,
body#meal li#gnav-meal > a span,
body#news li#gnav-news > a span,
body#document li#gnav-news > a span,
body#access li#gnav-access > a span,
body#donate li#gnav-donate > a span,
body#contact li#gnav-contact > a span {
	background: url(img/share/line-dot-gnav.svg) repeat-x left bottom;
	background-size: 5px 1px;
}

.btn-mnav-a { position: relative; }

.btn-mnav-a .close {
	display: block;
	position: absolute;
	top: 10px;
	right: -2px;
	box-sizing: border-box;
	background: #4E94D6;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	padding: 4px 0 0 4px;
	font-size: 0;
	opacity: 0;
}

/* .mnav
------------------------------------*/
.mnav-wrap {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	padding-top: 50px;
	z-index: 10000;
	opacity: 0;
}

.mnav-cover {
	display: none;
	position: fixed;
	top: 130px;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	min-height: 100vh;
	z-index: 9998;
	opacity: 0;
}

.mnav-inner-wrap {
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #F1F9FC), color-stop(0.35, #E5EBF3), color-stop(0.7, #E8F7F9));
	background: linear-gradient(140deg, #F1F9FC 0%, #E5EBF3 35%, #E8F7F9 70%);
	box-sizing: border-box;
	width: 100%;
	padding: 40px 50px 50px;
}

.mnav-inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto -2%;
}

.column3 { width: 862px; }

.mnav {
	position: relative;
	float: left;
	background: #FFFFFF;
	box-shadow: 0 2px 2px 0 #CFDBDD;
	box-sizing: border-box;
	border-radius: 6px;
	width: 23.2%;
	margin: 0 2.4% 2.4% 0;
	text-align: center;
	z-index: 2;
}

.column3 .mnav { width: 31.2%; margin: 0 3.2% 3.2% 0; }
.mnav:nth-of-type(4n) { margin-right: 0; }
.column3 .mnav:nth-of-type(3n) { margin-right: 0; }

header .gnav li .mnav a { display: block; padding: 10px 10px 25px; }
header .gnav li .mnav a:hover { opacity: 0.5; }

.mnav a figure { position: relative; margin-bottom: 22px; }
.mnav a figure img { border-radius: 5px; }

.mnav a figure figcaption {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: #4E94D6;
	padding: 6px 10px 7px 12px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.mnav em {
	display: block;
	margin-bottom: 12px;
	color: #738CA5;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.mnav strong {
	display: block;
	color: #3576B3;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.mnav strong.let { letter-spacing: 0.12em; }

.mnav strong i {
	display: inline-block;
	padding-left: 5px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.mnav strong span { letter-spacing: 0.08em; }

.mnav a[target="_blank"] strong:after {
	display: inline-block;
	content: '';
	background: url(img/share/ico-blank.png) no-repeat;
	background-size: 16px 15px;
	width: 16px;
	height: 15px;
	margin: 3px 0 0 8px;
}

.mnav-inner .cloud1,
.mnav-inner .cloud2,
.mnav-inner .cloud3 {
	display: block;
	position: absolute;
	z-index: 1;
}

.mnav-inner .cloud1 {	top: 16px; left: -202px; }
.mnav-inner .cloud2 {	top: -70px; right: 246px; }
.mnav-inner .cloud3 {	bottom: 94px; right: -65px; }

@media all and (-ms-high-contrast:none){
	header .gnav li .mnav a { padding-bottom: 20px; }
	.mnav a figure { margin-bottom: 25px; }
}

/* .mnav-title
------------------------------------*/
/*
.mnav-title {
	background: none;
	box-shadow: none;
	padding: 25px 0 0 12px;
	text-align: left;
}

.mnav-title h2 {
	margin-bottom: 20px;
	color: #3576B3;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.mnav-title p {
	margin-bottom: 20px;
	font-size: 15px;
	letter-spacing: 0.08em;
}

.mnav-title .arrow-list li a {
	height: auto;
	padding: 2px 5px 2px 35px !important;
	font-size: 14px;
	color: #333;
}

.mnav-title .arrow-list li a:hover {
	opacity: 1 !important;
}

.mnav-title .arrow-list li a span {
	display: inline-block;
	border-bottom: none !important;
	padding: 0;
	text-decoration: underline;
	white-space: nowrap;
}
*/

/* .mnav-gakudojyo
------------------------------------*/
.mnav-gakudojyo {
	/*overflow: hidden;*/
	width: 566px !important;
	margin-right: 0;
	z-index: 3;
}

.mnav .link-list {
	position: absolute;
	bottom: 24px;
}

.mnav .link-list a {
	display: block;
	background: url(img/share/ico-arrow-ring3.svg) no-repeat right 10px top 10px;
	background-size: 20px 20px;
	border-bottom: 1px solid #DCEAF7;
	padding: 13px 42px 11px 10px !important;
	height: auto;
	color: #3576B3;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.mnav .link-list a[target="_blank"] {
	background: url(img/share/ico-blank.png) no-repeat right 12px top 14px;
	background-size: 14px 14px;
}

.mnav .link-list a span {
	padding-left: 6px;
	font-size: 10px;
	letter-spacing: 0.12em;
	opacity: 0.6;
}

.mnav-gakudojyo + .mnav {
	float: none;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

/* .mnav-sns
------------------------------------*/
.mnav-sns { padding: 22px 20px 0; }

.mnav-sns-title {
	border-bottom: 2px solid #3576B3;
	margin-bottom: 18px;
	padding-bottom: 11px;
	text-align: center;
}

.mnav-sns-title em,
.mnav-sns-title strong {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.mnav-sns-title em { padding-right: 10px; }
header .gnav .mnav-sns li { float: none; }
header .gnav .mnav-sns li > a { height: auto; padding: 7px 19px 7px 7px; }

/* header - media query
-----------------------------------*/
@media all and (-ms-high-contrast:none){
	header .gnav li > a span { padding-bottom: 4px; }
}

@media (max-width: 1280px) {
	.mnav a figure img { width: 100%; height: auto; }
}

@media (max-width: 1260px) {
	.mnav strong { font-size: 18px; letter-spacing: 0.1em; }
	.mnav strong.let { letter-spacing: 0.02em; }
	.mnav em { font-size: 12px; }
	.mnav .link-list a { font-size: 15px; letter-spacing: 0.08em; }
	header .gnav .mnav-sns li > a img { width: 150px; height: auto; }
}

/* snav
-------------------------------------*/
.snav {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-bottom: 110px;
  white-space: nowrap;
}

.snav ul { position: relative; left: 50%; float: left; }
.snav ul li { position: relative; left: -50%; float: left; }

.snav ul li a {
  display: inline-block;
  box-sizing: border-box;
  height: 45px;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.15em;
  border-left: 1px solid #000;
  text-align: center;
}

.snav ul li a.line2 {
	padding-top: 4px;
	padding-bottom: 0;
}

.snav ul li a span {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0.35em;
	margin-right: -0.35em;
}

.snav ul li:last-of-type a { border-right: 1px solid #000;   }
.snav ul li.active a { color: #4E94D6 !important; }

/* snav-news
-------------------------------------*/
.snav-news ul li a {
	height: auto;
	padding: 10px 14px 10px 16px;
	font-size: 14px;
}

.snav-news ul li a span {
	display: inline;
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.05em;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	min-width: 1260px;
	margin: 0 auto;
	padding: 120px 0 0 100px;
}

footer .pagetop { text-align: right; padding: 0 28px 10px 0; }
footer .pagetop a { display: inline-block; padding: 20px; }
footer .pagetop a img { transition: .15s ease; }
footer .pagetop a:hover img { transform: translateY(-8px); }

.footer-inner {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	background: url(img/share/line-dot-double.svg) repeat-x left top;
	background-size: 9px 6px;
	padding: 65px 60px 65px 30px;
}

.footer-main { width: 230px; min-width: 230px; }
.footer-main .logo { transform: translateY(8px); }
.footer-main .logo img { width: 100%; height: auto; margin-top: 0px; }

.footer-main address { margin: 25px 0 0 5px; }

.footer-main address p {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.8;
}

.footer-main address p:last-of-type { margin-bottom: 0; }

footer .gnav {
	display: -webkit-box;
	display: flex;
	margin: 5px 0 0;
}

footer .gnav dl { margin-right: 40px; }
footer .gnav dl:last-of-type { margin-right: 0; }
footer .gnav dt { margin-bottom: 8px; }

footer .gnav dt a,
footer .gnav dt > span {
	display: inline-block;
	background: url(img/share/ico-arrow-dot.svg) no-repeat left 1px top 14px;
	background-size: 10px auto;
	padding: 14px 10px 4px 20px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

footer .gnav dd {
	display: -webkit-box;
	display: flex;
	margin-top: 13px;
}

footer .gnav-sub { margin-right: 12px; }
footer .gnav-sub:last-of-type { margin-right: 0; }

footer .gnav-sub li a {
	display: inline-block;
	background: url(img/share/ico-arrow-right.svg) no-repeat left top 12px;
	background-size: 12px 9px;
	padding: 9px 10px 10px 20px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	white-space: nowrap;
	transition: .1s linear;
}

footer .gnav-sub li a[target="_blank"] {
	background: url(img/share/ico-blank-s.png) no-repeat left 1px top 12px;
	background-size: 10px 9px;
}

footer .gnav-sub li a span { border-bottom: 1px solid #000000; transition: .1s linear; }
footer .gnav-sub li a:hover span { border-bottom: 1px solid #4E94D6; }

footer .copyright {
	display: block;
	margin: 20px 0 0px 5px;
	font-size: 10px;
	letter-spacing: 0.3em;
}

/* footer - media query
-----------------------------------*/
@media (max-width: 1820px) {
	footer { padding-left: 45px; }
	footer .gnav dl { margin-right: 30px; }
}
@media (max-width: 1720px) {
	footer { padding-left: 30px; }
	.footer-inner { padding-left: 20px; }
	.footer-main { width: 210px; min-width: 210px; }
	footer .gnav dl { margin-right: 25px; }
	footer .gnav-sub { margin-right: 10px; }
	footer .gnav-sub li a { font-size: 13px; letter-spacing: 0.1em; }
}
@media (max-width: 1580px) {
	.footer-inner { padding-right: 40px; padding-left: 15px; }
	.footer-main { width: 195px; min-width: 195px; }
	.footer-main address p { font-size: 13px; }
	footer .gnav { margin-left: 55px; }
	footer .gnav-sub li a { font-size: 12px; letter-spacing: 0.06em; }
	footer .copyright { margin-top: 14px; }
}
@media (max-width: 1440px) {
	.footer-inner { padding-right: 30px; padding-left: 0; }
	.footer-main { width: 185px; min-width: 185px; }
	footer .gnav { margin-left: 50px; }
	footer .gnav dl { margin-right: 16px; }
	footer .gnav dl:last-of-type { margin-left: -8px; }
	footer .gnav dt { margin-left: -1px; transform: translateX(2px); }
	footer .gnav dt a, footer .gnav dt > span { padding-left: 18px; font-size: 14px; letter-spacing: 0.06em; }
	footer .gnav-sub { margin-right: 4px; }
	footer .gnav-sub li a { padding-top: 8px; padding-right: 8px; padding-left: 17px; letter-spacing: 0.02em; }
}

/* .sns-list
------------------------------------*/
.sns-list { overflow: hidden; }
.sns-list li { float: left; margin-left: 6px; }

.sns-list li a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	transform-origin: center center;
	transition: .15s ease-out;
}

.sns-list li a:hover { opacity: 0.5; }

/* .nav-tab
------------------------------------*/
.nav-tab {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 100px;
	text-align: center;
}

.nav-tab:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	background: #000000;
	width: 100%;
	height: 2px;
	z-index: 2;
}

.nav-tab:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	height: 10px;
	z-index: 1;
}

.nav-tab li {
	position: relative;
	display: inline-block;
	width: 184px;
	margin: 0 4px;
}

.nav-tab li.active:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 10px;
	left: 2px;
	background: #EAF8FF;
	width: calc(100% - 4px);
	height: 2px;
	z-index: 3;
}

.nav-tab li a {
	display: block;
	background: url(img/share/bg-gray.jpg) center center;
	background-size: 200px 100px;
	border-top: 2px solid #D8D8D8;
	border-right: 2px solid #D8D8D8;
	border-left: 2px solid #D8D8D8;
	border-radius: 5px 5px 0 0;
	padding: 20px 0 28px;
	white-space: nowrap;
}

.nav-tab li a:hover,
.nav-tab li.active a {
	background: url(img/share/bg-blue.jpg) center center;
	background-size: 200px 100px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	color: #000000;
	opacity: 1;
}

.nav-tab li a:hover { transform: translateY(-10px); }

.nav-tab li em {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.19em;
}

.nav-tab li strong {
	display: block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.11em;
}

/* .wp-pagenavi
------------------------------------*/
.wp-pagenavi {
	margin-top: 80px;
	text-align: center;
	font-size: 16px;
}

.wp-pagenavi a,
.wp-pagenavi .extend {
	margin: 0 5px;
	padding: 5px;
}

.wp-pagenavi .current {
	display: inline-block;
	border-bottom: 1px solid #4E94D6;
	margin: 0 10px;
	padding: 5px 0 2px;
	color: #4E94D6;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	position: relative;
	display: inline-block;
	background: url(img/share/ico-arrow-dot.svg) no-repeat center center;
	background-size: 11px 15px;
	width: 11px;
	height: 15px;
	padding: 5px 20px;
	text-indent: -9999px;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
	background: url(img/share/ico-arrow-dot.svg) no-repeat left center, url(img/share/ico-arrow-dot.svg) no-repeat right center;
	background-size: 11px 15px, 11px 15px;
	width: 22px;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}

.wp-pagenavi a.previouspostslink { margin-right: 10px; }
.wp-pagenavi a.nextpostslink { margin-left: 10px; }

.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	opacity: 0.5;
}


/* illust
---------------------------------------------------------------------------*/

/* .illust-kitchen
------------------------------------*/
.illust-kitchen {
	position: relative;
	width: 90px;
	height: 79px;
}

.illust-kitchen img { position: absolute; }
.illust-kitchen .img1 { top: 14px; left: 20px; }
.illust-kitchen .img2 { bottom: 8px; left: 17px; }
.illust-kitchen .img3 { bottom: 0; right: 0; }
.illust-kitchen .img4 { top: 18px; left: 0; }
.illust-kitchen .img5 { top: 0; left: 9px; }

.illust-kitchen.anime .img1 { transform-origin: center center; }
.illust-kitchen.anime .img3,
.illust-kitchen.anime .img4,
.illust-kitchen.anime .img5 { opacity: 0; }

/* .akakurage-l
------------------------------------*/
.akakurage-l {
	position: relative;
	width: 371px;
	opacity: 0;
}

.akakurage-l .photo {
	position: relative;
	overflow: hidden;
	background: #F4D35A;
	width: 326px;
	height: 0;
	margin-left: 9px;
	padding: 0 15px;
}

.akakurage-l .photo img {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	border-radius: 6px;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	width: 100%;
	min-width: 1260px;
	margin: 0 auto;
	padding: 130px 0 0;
	text-align: left;
}

/* .box
---------------------------------------------------------------------------*/
.box-brown { background: #F8F5EE; color: #4D442B; }
.box-blue { background: #ECF2F8; color: #264281; }

/* .img-main
---------------------------------------------------------------------------*/
.img-main {
	position: relative;
	width: 100% !important;
	min-width: 1085px;
	margin: 0 auto 100px;
}

.img-main .cover {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 998;
}

.img-main .page-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	padding: 30px 35px;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.2em;
	z-index: 999;
}

.img-main .page-title.row {
	padding: 27px 25px 16px 35px;
	letter-spacing: 0.12em;
}

.img-main .page-title span {
	display: block;
	margin-top: 13px;
	color: #4E94D6;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.25em;
}

/* .slider
------------------------------------*/
.slider { box-sizing: border-box; width: 100%; }
.slider-title { padding-right: 70px; }
.slider .inner { width: 100%; opacity: 0; }
.slider .inner:first-of-type { opacity: 1; }
.slider .inner img { width: 100%; height: auto; }
.slider-title .inner img { border-radius: 0 90px 0 0; }

.slider .slick-dots {
	position: absolute;
	bottom: -7px;
	right: 23px;
	z-index: 999;
}

.slider .slick-dots li {
	position: relative;
	width: 22px;
	height: 27px;
}

.slider .slick-dots button {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	transition: .2s linear;
}

.slider .slick-dots button:after {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	background: #E7E7E7;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.slider .slick-dots button:hover:after,
.slider .slick-dots .slick-active button:after {
	background: #000000;
}

/* .slider-title - media query
-----------------------------------*/
@media (max-width: 1220px) {
	.slider-title { padding-right: 80px; }
	.slider .slick-dots { right: 27px; }
	.slider .slick-dots button:after { top: 8px; left: 8px; width: 6px; height: 6px; }
}

/* ico
---------------------------------------------------------------------------*/
.ico-num,
.ico-num-s {
	position: relative;
	box-sizing: border-box;
	border-radius: 50%;
	background: #FFFFFF;
	border: 2px solid #000000;
	width: 45px;
	height: 45px;
}

.ico-num-s {
	width: 36px;
	height: 36px;
}

.ico-num.theme:before,
.ico-num-s.theme:before {
	display: block;
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	background: url(img/share/txt-theme.png) no-repeat;
	background-size: 33px 9px;
	width: 33px;
	height: 9px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ico-num i,
.ico-num-s i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 1px;
	color: #000000;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.05em;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.ico-num-s i {
	margin-top: 0;
	font-size: 13px;
}

@media all and (-ms-high-contrast:none){
	.ico-num i, .ico-num-s i { font-weight: 600; }
}

/* line
---------------------------------------------------------------------------*/
.line-dot {
	background: url(img/share/line-dot.svg) repeat-x left bottom;
	background-size: 6px 1px;
}

/* title
---------------------------------------------------------------------------*/

/* .sec-title
------------------------------------*/
.sec-title {
	position: relative;
	margin-bottom: 85px;
	text-align: center;
}

.sec-title .logo-mark {
	position: absolute;
	top: -160px;
	left: 50%;
	transform-origin: center center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999;
}

.sec-title .logo-mark img {
	display: block;
	opacity: 0;
}

.sec-title h2 {
	margin-bottom: 40px;
	font-size: 20px;
}

.sec-title h3 {
	font-size: 33px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.sec-title h4 {
	margin-top: 22px;
	color: #3576B3;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.sec-title p {
	margin: 40px 0 12px;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.12em;
}

.sec-title p:last-of-type {
	margin-bottom: 0;
}

/* .sec-title.gakudojyo
------------------------------------*/
.sec-title.gakudojyo {
	margin: -10px 0 120px;
}

.sec-title.gakudojyo .logo-mark {
	top: 150px;
}

.sec-title.gakudojyo .logo-mark img {
	width: 188px;
	height: 97px;
}

.sec-title.gakudojyo h2 {
  margin-bottom: 55px;
  padding-top: 90px;
}

.sec-title.gakudojyo h3 {
	margin: 70px 0 35px;
	font-size: 28px;
}

.sec-title.gakudojyo p {
	margin-top: 0;
	font-size: 16px;
}

/* .title-line
------------------------------------*/
.title-line span {
	border-bottom: 1px solid #000000;
	padding: 0 0 3px 1px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

@media all and (-ms-high-contrast:none){
	.title-line span { border-bottom: 0; padding-bottom: 0; text-decoration: underline; }
}

/* .title-line-left
------------------------------------*/
.title-line-left {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.18em;
}

.title-line-left:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #000000;
	width: 13px;
	height: 1px;
	margin-top: -1px;
}

@media all and (-ms-high-contrast:none){
	.title-line-left:before { margin-top: -4px; }
}

/* .title-square
------------------------------------*/
.title-square {
	position: relative;
}

.title-square:before {
	display: block;
	content: '';
	position: absolute;
	top: -78px;
	left: -60px;
	background: url(img/share/ico-square.svg) no-repeat;
	background-size: 150px 150px;
	width: 150px;
	height: 150px;
	z-index: -1;
}

/* .title-left
------------------------------------*/
.title-left { display: -webkit-box; display: flex; }
.title-left .title { font-weight: 600; }
.title-left .inner { padding: 2px 0 0 70px; }

/* .title-en
------------------------------------*/
.title-en {
	font-size: 12px;
	letter-spacing: 0.4em;
}

/* .title-set-en
------------------------------------*/
.title-set-en {
	width: 1020px;
	margin: 0 auto 50px;
}

.title-set-en h2 {
	margin-bottom: 28px;
}

.title-set-en h2 span {
	display: inline-block;
	border-right: 1px solid #000000;
	margin-right: 22px;
	padding: 6px 26px 4px 0;
}

.title-set-en h2 strong {
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.title-set-en p {
	font-size: 16px;
	line-height: 2;
}


/* list
---------------------------------------------------------------------------*/
.list2 li, .list3 li, .list4 li {
	float: left;
	text-align: center;
}

.list2 li { width: 48.2%; margin-right: 3.6%; }
.list3 li { width: 30.6%; margin-right: 4.1%; }
.list4 li { width: 22.6%; margin-right: 3.2%; }

.list2 li:nth-of-type(2n), .list3 li:nth-of-type(3n), .list4 li:nth-of-type(4n) {
	margin-right: 0 !important;
}

.list2 li figure, .list3 li figure, .list4 li figure {
	margin-bottom: 25px;
}

.list2 li figure img, .list3 li figure img, .list4 li figure img {
	width: 100%;
	height: auto;
}

.list2 li h3, .list3 li h3, .list4 li h3,
.list2 li h4, .list3 li h4, .list4 li h4 {
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

.list4 li h3 { margin-bottom: 24px; }

.list2 li p, .list3 li p, .list4 li p {
	text-align: justify;
}

.list4 li p {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.08em;
}

.list4 li p.txt-s { margin-bottom: 6px; }
.list4 li p:last-of-type { margin-bottom: 0; }

/* .anchor-list
------------------------------------*/
.anchor-list li {
	margin-bottom: 2px;
}

.anchor-list li a {
	display: block;
	background: url(img/share/ico-anchor.svg) no-repeat left 13px top 22px;
	border-bottom: 1px solid #000000;
	background-size: 9px 12px;
	padding: 20px 5px 10px 40px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

/* .arrow-list
------------------------------------*/
.arrow-list li {
	margin-bottom: 2px;
}

.arrow-list li a {
	display: inline-block;
	background: url(img/share/ico-arrow-right-m.svg) no-repeat left center;
	background-size: 20px 7px;
	padding: 5px 5px 5px 35px;
}

.arrow-list li a span {
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
	transition: .1s linear;
}

.arrow-list li a:hover span {
	border-bottom: 1px solid #4E94D6;
}

@media all and (-ms-high-contrast:none){
	.arrow-list li a { background-position: left top 7px; }
	.arrow-list li a span { border-bottom: none; padding-bottom: 0; text-decoration: underline; }
	.arrow-list li a:hover span { border-bottom: none; }
}

@media all and (-ms-high-contrast:none){
	.arrow-list li a { background-position-y: top 11px; }
}

/* .dot-list
------------------------------------*/
.dot-list li {
	position: relative;
	margin: 0 0 7px 3px;
	padding-left: 15px;
}

.dot-list li:before {
	display: block;
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

/* .attention-list
------------------------------------*/
.attention-list li {
	position: relative;
	margin: 0 0 7px 3px;
	padding-left: 18px;
}

.attention-list li:before {
	display: block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

/* dl
---------------------------------------------------------------------------*/

/* .dl-line-dot
------------------------------------*/
.dl-line-dot {
	overflow: hidden;
}

.dl-line-dot dt {
	clear: both;
	float: left;
	width: 70px;
	padding: 20px 0 17px 5px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.dl-line-dot dd {
	background: url(img/share/line-dot.svg) repeat-x left bottom;
	padding: 18px 5px 17px 105px;
}

/* table
---------------------------------------------------------------------------*/

/* .table-color
------------------------------------*/
.table-color {
	border-top: 1px solid #BEDCEC;
	border-left: 1px solid #BEDCEC;
	width: 100%;
	text-align: center;
}

.table-color th {
	background: #EBF4F9;
	border-right: 1px solid #BEDCEC;
	padding: 17px 15px;
	color: #3576B3;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.table-color td {
	background: #FFFFFF;
	border-right: 1px solid #BEDCEC;
	border-bottom: 1px solid #BEDCEC;
	padding: 16px 15px;
	font-size: 16px;
}

/* .lead
---------------------------------------------------------------------------*/
.lead {
	text-align: center;
}

.lead h2 {
	margin-bottom: 38px;
}

.lead h2 span {
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.lead h3 {
	margin-bottom: 30px;
}

.lead h3 span {
	display: block;
	margin-bottom: 22px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3em;
}

.lead h3 strong {
	display: block;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.lead p {
	font-size: 17px;
	line-height: 2;
}

@media all and (-ms-high-contrast:none){
	.lead h2 span { border-bottom: none; padding-bottom: 0; text-decoration: underline; }
}

/* .sec-outline
---------------------------------------------------------------------------*/
.sec-outline {
	overflow: hidden;
	width: 1030px;
	margin: 0 auto 130px;
}

.sec-outline h2,
.sec-efforts h2 {
	margin-bottom: 45px;
	font-size: 16px;
}

.sec-outline h2 span { line-height: 1.6; }

.sec-outline .map {
	overflow: hidden;
	float: left;
	width: 452px;
}

.sec-outline #gMap-hoikuen,
.sec-outline #gMap-kodomoen,
.sec-outline #gMap-tsunagari,
.sec-outline #gMap-gakudojyo {
	margin-bottom: 33px;
}

.sec-outline #gMap-hoikuen,
.sec-outline #gMap-hoikuen iframe,
.sec-outline #gMap-kodomoen,
.sec-outline #gMap-kodomoen iframe,
.sec-outline #gMap-tsunagari,
.sec-outline #gMap-tsunagari iframe,
.sec-outline #gMap-gakudojyo,
.sec-outline #gMap-gakudojyo iframe {
	width: 452px;
	height: 325px;
	margin-bottom: 33px;
}

.sec-outline .map img { display: block; float: left; }
.sec-outline .map img:last-of-type { float: right; }

.sec-outline .txt-set {
	float: right;
	width: 510px;
}

.sec-outline .dl-line-dot dt {
	width: 100px;
	padding-top: 13px;
	padding-bottom: 0;
	color: #3576B3;
	font-size: 15px;
	letter-spacing: 0.15em;
}

.sec-outline .dl-line-dot dd {
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 140px;
}

.sec-outline .dl-line-dot dd p {
	font-size: 15px;
	line-height: 1.6;
}

.sec-outline .dl-line-dot dd p.attention {
	margin-top: 7px;
	font-size: 13px !important;
	line-height: 1.65 !important;
	letter-spacing: 0.04em;
}

.sec-outline .dl-line-dot dt.dl-table { float: none; padding-top: 14px; padding-bottom: 19px; }
.sec-outline .dl-line-dot dd.dl-table { background: none; padding: 0; }
.sec-outline .dl-line-dot dd.dl-table > p { margin: 15px 0 0 2px; font-size: 13px; }

.sec-outline .btn-set { clear: both; width: 100%; padding-top: 60px; }
.sec-outline .btn-set div { width: 32%; margin-right: 2%; }

.sec-outline .btn-set div:last-of-type { margin-right: 0; }

@media all and (-ms-high-contrast:none){
	.sec-outline .dl-line-dot dt { padding-top: 15px; }
	.sec-outline .dl-line-dot dd { padding-top: 17px; padding-bottom: 12px; }
}


/* .group-hoiku
---------------------------------------------------------------------------*/
.group-hoiku {
	width: 100%;
	text-align: center;
}

.group-hoiku .rainbow {
	position: relative;
	overflow: hidden;
	width: 252px;
	height: 107px;
	margin: 0 auto 48px;
}

.group-hoiku .rainbow i {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 252px 252px 0 0;
	width: 252px;
	height: 126px;
	transform-origin: center bottom;
}

.group-hoiku .wrap {
	position: relative;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #F1F9FC), color-stop(0.5, #E5EBF3), color-stop(1, #E8F7F9));
	background: linear-gradient(160deg, #F1F9FC 0%, #E5EBF3 50%, #E8F7F9 100%);
	width: 100%;
}

.group-hoiku h2 {
	position: relative;
	top: -18px;
	margin-bottom: 12px;
}

body#top .group-hoiku h2 {
	margin-bottom: 16px;
}

.group-hoiku .lead-hoiku p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.18em;
}

body#top .group-hoiku .lead-hoiku p {
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0.15em;
}

.group-hoiku .btn-wrap { margin-top: 35px; }
body#top .group-hoiku .btn-wrap { margin-top: 42px; }

.group-hoiku .btn-wrap div { display: inline-block; margin: 0 10px; }
.group-hoiku .btn-wrap div a { width: 330px; }

.group-hoiku .hoiku-list-wrap {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1220px;
	margin: 75px auto 60px;
	padding: 0 40px;
}

body#top .group-hoiku .hoiku-list-wrap { margin-top: 95px; }

.group-hoiku .hoiku-list { overflow: hidden; }

.group-hoiku .hoiku-list li {
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 0 0 6px 6px;
	width: 23.7%;
	margin-right: 1.7%;
	z-index: 2;
}

.group-hoiku .hoiku-list figure {
	position: relative;
	margin-bottom: 0;
}

.group-hoiku .hoiku-list figure figcaption {
	position: absolute;
	bottom: -20px;
	left: 50%;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 20px;
	height: 40px;
	padding: 15px 24px 0 28px;
	color: #EF859F;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.3em;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.group-hoiku .hoiku-list li figure img { width: auto; }

.group-hoiku .hoiku-list .inner { padding: 25px 25px 30px; }
.group-hoiku .hoiku-list .inner .txt-set { padding: 0 2px; }

.group-hoiku .hoiku-list h3,
.group-hoiku .gakudojyo-wrap .txt-set h4,
.group-hoiku .gakudojyo-wrap .cafe .txt-set h3 {
	margin-bottom: 5px;
	color: #3576B3;
	white-space: nowrap;
	text-align: center;
}

.group-hoiku .hoiku-list h3 em,
.group-hoiku .gakudojyo-wrap .cafe .txt-set h3 em {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
}

.group-hoiku .hoiku-list h3 strong,
.group-hoiku .gakudojyo-wrap .txt-set h4,
.group-hoiku .gakudojyo-wrap .cafe .txt-set h3 strong {
	display: block;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.group-hoiku .hoiku-list h4,
.group-hoiku .gakudojyo-wrap .txt-set h5,
.group-hoiku .gakudojyo-wrap .cafe .txt-set h4 em {
	margin-bottom: 22px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.25em;
	white-space: nowrap;
	text-align: center;
}

.group-hoiku .hoiku-list p,
.group-hoiku .gakudojyo-wrap .txt-set p {
	padding: 0 2px;
	color: #000;
	font-size: 13px;
	line-height: 1.75;
	letter-spacing: 0.08em;
	text-align: justify;
}

.group-hoiku .hoiku-list p .marker { font-weight: 600; color: #232323; }
.group-hoiku .hoiku-list .btn-link-s { margin-top: 26px; }

.group-hoiku .hoiku-list .btn-link-s a,
.group-hoiku .gakudojyo-wrap .btn-link-s a {
	width: 100%;
	padding: 11px 9px 11px 11px;
	font-size: 14px;
	letter-spacing: 0.14em;
}

@media all and (-ms-high-contrast:none){
	.group-hoiku .hoiku-list .btn-link-s a,
	.group-hoiku .gakudojyo-wrap .btn-link-s a { padding-top: 12px; padding-bottom: 8px; }
}

/* .group-hoiku .hoiku-list - media query
-----------------------------------*/
@media (max-width: 1220px) {
	.group-hoiku .hoiku-list li figure img { width: 100%; }
}

/* .group-hoiku .gakudojyo-wrap
------------------------------------*/
.group-hoiku .gakudojyo-wrap {
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	padding: 60px 40px 70px;
	text-align: left;
}

.group-hoiku .gakudojyo-wrap .inner {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.group-hoiku .gakudojyo-wrap .inner-s {
	box-sizing: border-box;
	border-radius: 6px;
}

.group-hoiku .gakudojyo-wrap .gakudojyo {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	width: 774px;
	padding: 40px 0;
}

.group-hoiku .gakudojyo-wrap .inner .contents {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.group-hoiku .gakudojyo-wrap .title {
	overflow: hidden;
	width: 72px;
	text-align: center;
	transform: translateX(30px);
}

.group-hoiku .gakudojyo-wrap .title .logo { margin-bottom: 25px; }
.group-hoiku .gakudojyo-wrap .title .logo img { width: 64px; height: auto; }
.group-hoiku .gakudojyo-wrap .title h3 { margin-bottom: 22px; }
.group-hoiku .gakudojyo-wrap .title h3 img { width: 20px; }
.group-hoiku .gakudojyo-wrap .title h4 img { width: 34px; }

.group-hoiku .gakudojyo-wrap .inner .contents li {
	box-sizing: border-box;
	border-right: 1px solid rgba(0,0,0,0.08);
	width: 340px;
	padding: 0 45px;
}

.group-hoiku .gakudojyo-wrap .inner .contents li:last-of-type { border-right: none; }

.group-hoiku .gakudojyo-wrap .inner li figure,
.group-hoiku .gakudojyo-wrap .inner .cafe figure {
	margin-bottom: 25px;
}

.group-hoiku .gakudojyo-wrap .txt-set h4 {
	margin-bottom: 13px;
}

.group-hoiku .gakudojyo-wrap .txt-set h4 span {
	display: inline-block;
	padding-left: 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
}

.group-hoiku .gakudojyo-wrap .txt-set h5 {
	letter-spacing: 0.16em;
}

.group-hoiku .gakudojyo-wrap .txt-set h5,
.group-hoiku .gakudojyo-wrap .cafe .txt-set h3 {
	margin-bottom: 18px;
}

.group-hoiku .gakudojyo-wrap .btn-link-s {
	margin-top: 18px;
}

.group-hoiku .gakudojyo-wrap .cafe {
	background: url(img/tetsugaku-coffee/bg-texture.jpg) repeat left top;
  background-size: 100px auto;
	width: 330px;
	padding: 10px;
}

.group-hoiku .gakudojyo-wrap .cafe > div {
	border: 1px solid #F2E6D0;
	background-color: #FFFDFA;
	padding: 30px;
}

.group-hoiku .gakudojyo-wrap .cafe .txt-set h3 em {
	margin-bottom: 12px;
	color: #000000;
	letter-spacing: 0.18em;
}

.group-hoiku .gakudojyo-wrap .cafe .txt-set h3 strong {
	display: block;
	margin-bottom: -2px;
	color: #B88F3D;
	letter-spacing: 0.18em;
}

.group-hoiku .gakudojyo-wrap .cafe .btn-link-s a {
	background-color: #B88F3D;
}

@media all and (-ms-high-contrast:none){
	.group-hoiku .gakudojyo-wrap .btn-link a { padding-top: 15px; padding-bottom: 10px; }
}

/* .group-hoiku .gakudojyo-wrap - media query
-----------------------------------*/
@media (max-width: 1200px) {
	.group-hoiku .gakudojyo-wrap .btn-link a { background-image: none; padding-right: 18px; text-align: center; }
}


/* .news-list
---------------------------------------------------------------------------*/
.news-list .inner { background: url(img/share/line-dot.svg) repeat-x left bottom; }

.news-list .news-title {
	overflow: hidden;
	position: relative;
	padding-left: 150px;
}

.news-list time {
	display: block;
	position: absolute;
	top: 27px;
	left: 30px;
	font-size: 14px;
	letter-spacing: 0.12em;
}

.news-list .post-categories { float: left; padding-bottom: 18px; }
.news-list .post-categories li { display: inline!important; }

.news-list .post-categories a {
	display: inline-block;
	padding: 5px 5px 5px 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: underline;
}

.news-list h2 a,
.news-list h2 span {
	display: block;
	padding: 22px 75px 0px 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.news-list h2 a,
.news-list .accordion h2 span {
	color: #3576B3;
}

.news-list .accordion h2 span {
	position: relative;
	font-weight: 600;
	cursor: pointer;
	transition: .2s linear;
}

.news-list .accordion h2 span:after {
	display: block;
	content: '';
	position: absolute;
	top: 26px;
	right: 35px;
	background: url(img/share/ico-arrow-dot.svg) no-repeat;
	background-size: 11px 15px;
	width: 11px;
	height: 15px;
	transform: rotate(-270deg);
	transition: .15s ease-in-out;
}

.news-list .accordion.active h2 span:after { transform: rotate(-90deg); }

.news-list h2 a:hover,
.news-list .accordion h2 span:hover { opacity: 0.5; }

/* .news-main
------------------------------------*/
.news-main {
	display: none;
	box-sizing: border-box;
	width: 100%;
	padding: 0 75px 50px 151px;
	font-size: 14px;
}

#newsContents.single .news-main {
	display: block;
}

.news-main div,
.news-main p {
	margin-bottom: 15px;
	letter-spacing: 0.12em;
	line-height: 1.7;
}

.news-main p:first-child { padding-top: 10px; }
.news-main p:last-child { margin-bottom: 0; }
.news-main a { text-decoration: underline; }
.news-main strong { font-weight: 600; }
.news-main em { font-style: italic; }
.news-main del { text-decoration: line-through; }

.news-main img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.news-main iframe { max-width: 100%; }
.news-main p img:last-of-type { margin-bottom: 40px; }

.news-main .wp-caption { max-width: 100%; margin-bottom: 25px; }
.news-main .wp-caption-text { margin-top: -5px; }

.news-main ul, .news-main ol { margin: 30px 0; }
.news-main ul li { list-style: disc; margin: 0 0 6px 25px; }
.news-main ol li { list-style: decimal; margin: 0 0 6px 25px; }
.news-main ul li:last-of-type, .news-main ol li:last-of-type { margin-bottom: 0; }

.news-main blockquote {
	background: #F5F5F5;
	padding: 28px 35px;
}

/* .sec-table
------------------------------------*/
.news-main .sec-table { margin-top: 50px; }

.news-main .sec-table h3 {
	margin: 45px 0 20px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.news-main .sec-table h3:first-of-type { margin-top: 0; }

.news-table {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.news-table tr { border-bottom: 1px solid #DBDBDB; }
.news-table tr:first-of-type { border-top: 1px solid #DBDBDB; }

.news-table th {
	position: relative;
	box-sizing: border-box;
	width: 20%;
	padding: 17px 15px 15px 0;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}

.news-table td {
	box-sizing: border-box;
	width: 80%;
	padding: 17px 5px 15px 0;
}

/* .news-link
------------------------------------*/
.news-main .news-link {
	overflow: hidden;
	margin: 25px 0 0 2px;
}

.news-main .news-link li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
}

.news-link .btn-link-s a {
	background: #78C4E9 url(img/share/ico-arrow-ring.svg) no-repeat right 14px center;
	background-size: 23px 23px;
	padding-right: 50px;
	padding-left: 18px;
	letter-spacing: 0.12em;
	text-decoration: none;
}

/* .movie-wra
------------------------------------*/
.movie-wrap {
	position: relative;
	border-top: 11px solid #755322;
	border-bottom: 11px solid #755322;
	width: 969px;
	margin: 0 auto 50px;
}

.movie-wrap .inner {
	position: absolute;
	top: 0;
	left: 27px;
	background: #000000;
	width: 915px;
	height: 515px;
	cursor: pointer;
	z-index: 999;
}

.movie-wrap .inner .btn-movie {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 129px;
	height: 172px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 1 !important;
	z-index: 1;
}

.movie-wrap .inner .img-movie { transition: .15s linear; }
.movie-wrap .inner:hover .img-movie { opacity: 0.8; }

.movie-wrap iframe {
	position: relative;
	display: block;
	width: 915px;
	height: 515px;
	margin: 0 auto;
	z-index: 2;
	opacity: 0;
}


/* .fnav-gakudojyo
---------------------------------------------------------------------------*/
.fnav-gakudojyo {
	position: relative;
	box-sizing: border-box;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #E8F7F9), color-stop(0.5, #E5EBF3), color-stop(1, #F1F9FC));
	background-image: linear-gradient(-17deg, #E8F7F9 0%, #E5EBF3 48%, #F1F9FC 100%);
	width: 100%;
	margin: 300px 0 85px;
	padding: 0 0 100px;
}

.fnav-gakudojyo .logo-mark {
	position: absolute;
	top: -140px;
	left: 50%;
	transform: translateX(-50%) !important;
}

.fnav-gakudojyo .logo-mark img {
	width: 160px;
	height: auto;
}

.fnav-gakudojyo h2 {
	margin-bottom: 10px;
	text-align: center;
	transform: translateY(-18px);
}

.fnav-gakudojyo h2 + p {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-align: center;
}

.fnav-gakudojyo ul {
	width: 1142px;
	margin: 85px auto 0;
}

.fnav-gakudojyo li .btn-link { margin-top: 30px; }
.fnav-gakudojyo li .btn-link a { display: block; }


/* .sec-playground
---------------------------------------------------------------------------*/
.sec-playground {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto 180px;
	padding: 0 60px 10px;
}

.sec-playground .txt-set {
	position: absolute;
	bottom: 15px;
	left: 95px;
	width: 300px;
	z-index: 2;
}

.sec-playground h2 {
	margin-bottom: 26px;
}

.sec-playground h3 {
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: 0.14em;
}

.sec-playground p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.04em;
	text-align: justify;
}

/* .sec-playground - media query
-----------------------------------*/
@media (max-width: 1240px) {
	.sec-playground figure img { width: 100%; height: auto; }
}


/* form
---------------------------------------------------------------------------*/
.hidden-fields-container {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* .grecaptcha-badge
---------------------------------------------------------------------------*/
.grecaptcha-badge { pointer-events: none; z-index: -999; opacity: 0; }
body#contact .grecaptcha-badge { pointer-events: auto; z-index: 1000; opacity: 1; }