/*
Theme Name:  Okamura Child Theme. Child for Lightning.
Theme URI:  https://papas.jp
Description:  Theme to Okamura Site.
Author:  Okamura
Textdomain:  papas
Author URI:  https://papas.jp/
Template:  lightning
Version:  0.5
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

html { margin-top: 0!important; }

body {
	/*font-family: "Nunito", sans-serif;*/
	/*font-family: "M PLUS Rounded 1c", sans-serif;*/
	font-family: "Noto Sans Japanese";
	overflow: hidden;
	animation: fadein 3s forwards;
}

h2 { padding: 0; border: 0; }
h3 { /*border: 0;*/ }
h3::after { display: none; }
p { line-height: 1.8; }
ul { list-style: none; padding: 0; }
ul li { line-height: 1.8; }
a { text-decoration: none!important; }

@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.main-section--col--two { width: 100%; }
.sub-section--col--two { display: none; }

.home .site-body { padding-top: 0; padding-bottom: 0; }
.wp-block-cover { padding: 0; }

.page_top_btn {
	right: 10px;
    bottom: 10px;
	background: rgba(0,91,172,0.8);
    box-shadow: 0 0 0 0px rgb(255 255 255 / 80%), 0 0 0 0px rgb(0 0 0 / 80%);
	background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1200px) {
	:root{ --vk-width-container : 1240px; }
	.container { max-width: 1240px; }
}

/************************************** ヘッダー *************************************/

.site-body {
	padding: 2rem 0 2rem;
}

.site-header { position: relative; background: none; box-shadow: none; padding: 20px 0; }
.site-header-container {
	align-items: center;
    width: 100%;
    max-width: 100%!important;
    padding: 0;
}
.site-header-logo {
    margin-left: 0!important;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 0;
}
.site-header-logo a { display: inline-block; padding: 0 30px; }
.site-header-logo img {
    display: block;
	max-height: 83px;
    max-width: 100%;
    margin-left: 0!important;
}
.header-top { display: none; }

.floating-contact {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
    transform: translateY(-50%);
	z-index: 50;
}
.floating-contact a { display: block; padding: 3.5em 1em 1em 1em; color: #fff; background: #7eb224; border-radius: 7px 0 0 7px; transition: 0.3s; }
.floating-contact a span { writing-mode: vertical-rl; font-size: 1.1rem; font-weight: 500; letter-spacing: 0.1em; }
.floating-contact a:hover { color: #7eb224; background: #fff; }
.floating-contact a::before {
	content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 20px;
    background: url(img/common/mail_icon.png) no-repeat center;
    background-size: cover;
    transition: 0.3s;
}

/*---------- グローバルナビゲーション ----------*/

.global-nav { display: none!important; }

/*
.global-nav-list {
    justify-content: end;
	align-items: center;
	flex-shrink: 0;
}
.global-nav-list>li {
    height: 100%;
}
.global-nav-list>li:before { display: none; }
.global-nav-list>li>a {
	display: block;
	position: relative;
	justify-content: flex-start;
	padding: 10px 0!important;
    margin: 0 1.2em;
	height: auto!important;
    color: #222;
	overflow: visible!important;
	transition: 0.3s;
	z-index: 50;
}
.global-nav-list>li>a:hover { color: #00ac4f; }

.global-nav-list>li>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #00ac4f;
	transform: scale(0,1);
	transform-origin: left top;
	transition: transform .5s;
}
.global-nav-list>li>a:hover::after {
	transform: scale(1,1);
}

.global-nav-list>li .global-nav-name { display: block; position: relative; padding-bottom: 15px; font-size: 1.3em; font-weight: 500; letter-spacing: 0.15em; }

.global-nav-list .menu-item { position: relative; }
.global-nav-list .menu-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #009B4A;
}

.global-nav-list>li>ul.sub-menu { margin-top: 29px; }
.global-nav-list>li>ul.sub-menu li a {
	font-size: 1.2em;
    background-color: #1245a3;
	transition: 0.3s;
}
.global-nav-list>li>ul.sub-menu li a:hover {
	background-color: rgba(18, 69, 163, 0.5);
}
.global-nav-list>li.menu-item-has-children::after { display: none; }

.floating-button { position: fixed; top: 40%; right: 0; z-index: 100; }
.floating-button a { display: block; position: relative; padding: 3em 1em 1em 1em; writing-mode: vertical-rl; font-weight: 500; color: #fff; background: #298ed5; letter-spacing: 0.1em; transition: 0.3s; }
.floating-button a::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
    transform: translateX(-50%);
	width: 26px;
	height: 20px;
	background: url(img/common/mail_icon.png) no-repeat;
	background-size: 26px;
	transition: 0.3s;
}
.floating-button a:hover { color: #298ed5; background: #fff; }
.floating-button a:hover::before { background: url(img/common/mail_icon_on.png) no-repeat; background-size: 26px; }

*/

/*---------- バーガーメニュー ----------*/

.button__container {
	display: block;
	position: fixed;
	top: 20px;
	right: 20px;
	height: 80px;
	width: 80px;
	background: #f88d8d;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	z-index: 9999;
}
.button__container::after {
	content: "MENU";
	position: absolute;
	bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
	font-size: 0.85rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05rem;
}
.button__container:hover {
	opacity: 1;
}
.button__container.active .top {
	-webkit-transform: translateY(15px) translateX(0) rotate(45deg);
	transform: translateY(15px) translateX(0) rotate(45deg);
	background: #fff;
}
.button__container.active .middle {
	opacity: 0;
	background: #fff;
}
.button__container.active .bottom {
	width: 50%;
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
	background: #fff;
}

.button__container .menu-txt {
	position: absolute;
	bottom: -40px;
	font-size: .9em;
	color: #fff;
	letter-spacing: .1em;
}
.button__container .menu-txt.change-color { color: #111; }

.button__container span {
	background: #fff;
	border: none;
	height: 3px;
	width: 50%;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	margin-left: 25%;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.button__container span:nth-of-type(2) { top: 30px; }
.button__container span:nth-of-type(3) { top: 43px; }

.button__container:hover span:nth-of-type(1) { top: 20px; }
.button__container:hover span:nth-of-type(3) { top: 40px; }

.button__container:hover.active .top { top: 17px; }
.button__container:hover.active .bottom { top: 43px; }

.overlay {
	display: block;
	position: fixed;
	background: rgba(255,255,255,1);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 5000;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
	z-index: 5000;
}

.overlay .link-nav_inr { display: flex; justify-content: space-between; align-items: center; margin: 0 auto; }
.overlay .link-nav_inr figure {
	position: relative;
	height: 100vh;
	width: 35%;
	background: url();
	background-size: cover;
}
.overlay .link-nav_inr figure img { height: 100vh; object-fit: cover; }

.overlay .link-area {
	width: 45%;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
}
.overlay .link-area nav { margin-bottom: 40px; }
.overlay .link-area nav .link-list { display: flex; flex-wrap: wrap; margin: 0; padding: 0 0 0; }
.overlay .link-area nav .link-list > li {
	width: 48%;
	margin-bottom: 12px;
	padding-left: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: transform 0.3s ease, opacity 0.2s ease;
}
.overlay .link-area nav .link-list > li { transition-delay: 0.3s; }
.overlay .link-area nav .link-list > li ul { padding: 0; margin-top: 10px; margin-bottom: 0; }
.overlay .link-area nav .link-list > li ul li { padding: 0; margin-top: 5px; }
.overlay .link-area nav .link-list > li ul li a { position: relative; padding-left: 30px; font-size: 1.1rem; font-weight: 500; }

.overlay .link-area nav .link-list > li ul li a::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #1245a3;
	border-right: 2px solid #1245a3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .link-area nav .link-list > li {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.8s ease, opacity 1.2s ease;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.overlay .link-area nav .link-list > li p {
	position: relative;
	margin: 0;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5;
}

.overlay .link-area nav .link-list > li a {
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	color: #222;
	text-decoration: none;
	transition: .4s;
}
.overlay .link-area nav .link-list > li a:hover {
	color: #f88d8d;
}

.overlay .link-area nav .link-list > li a span {
	position: relative;
    display: block;
    margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
    color: #f88d8d;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
.overlay .link-area nav .link-list > li a span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.overlay .link-area nav .link-list .space { width: 100%; }

.overlay .link-area nav .link-list > li > .menu-sub { display: block; }
.overlay .link-area nav .link-list > li > .menu-sub { padding: 0; margin: 0; list-style: none; }
.overlay .link-area nav .link-list > li > .menu-sub > li { padding: 0; margin-bottom: 5px; }
.overlay .link-area nav .link-list > li > .menu-sub > li a { font-size: .8em; font-weight: 400; }
.overlay .link-area nav .link-list > li > .menu-sub > li a::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #0a50a1;
	transform: scale(0,1);
	transform-origin: left top;
	transition: transform .4s;
}
.overlay .link-area nav .link-list > li > .menu-sub > li a:hover::after {
	transform: scale(1,1);
}

.overlay .link-area .link-data {
	opacity: 0;
	transform: translateY(10px);
	transition: transform 0.3s ease, opacity 0.2s ease;
}
.open .link-area .link-data {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.5s ease, opacity 0.9s ease;
}
.overlay .link-area .link-data { transition-delay: 0.4s; }

.overlay .link-area .link-logo { margin-right: 10%; }
.overlay .link-area .link-logo img { width: 300px; }

.open .link-area .link-logo {
	margin-bottom: 20px;
	transform: translateY(0);
	transition: transform 0.5s ease, opacity 0.9s ease;
	transition-delay: 1.30s;
	opacity: 1;
}

.overlay .link-area .link-add { display: block; }
.overlay .link-area .link-add .add { margin-bottom: 0; color: #222; }
.overlay .link-area .link-add .tel { margin-bottom: 0; color: #222; }
.overlay .link-area .link-add .tel span { margin-right: 20px; font-weight: 600; }
.overlay .link-area .link-add .time { margin-bottom: 5px; color: #222; }
.overlay .link-area .link-add .sns-icon { margin-top: 40px; }

/************************************* スライダー ************************************/

.n2-section-smartslider { position: relative; overflow: hidden; height: 100vh; /*height: calc(100vh - 80px);*/ }

.n2-ss-slider .n2-ss-section-main-content { }
.n2-ss-slider .slide-caption01 div {
	margin-bottom: 20px;
	font-size: 4em!important;
	font-weight: 700;
	letter-spacing: 0.1em!important;
}
.n2-ss-slider .slide-caption02 p { letter-spacing: 0.1em!important; }

#main-visual { position: relative; width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
#main-visual::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 10vw;
    background: url(img/common/mv_under.png) no-repeat;
    background-size: 100vw;
    background-position: bottom;
}
#main-visual p { display: none; }
#main-visual .main-visual__caption { position: absolute; top: 45%; left: 0; right: 0; transform: translateY(-50%); }
#main-visual .main-visual__caption .caption01 { position: absolute; top: 50%; right: 12%; transform: translateY(-50%); line-height: 0; }

#main-visual .n2-ss-slider { height: 100vh; }
#main-visual .n2-ss-layer { padding: 0!important; }

#main-visual .recruit-icon { position: absolute; bottom: 60px; left: 30px; width: 300px; height: 338px; }
#main-visual .recruit-icon a {
	display: block;
	width: 300px;
	height: 338px;
	background: url(img/common/top_recruit_ill.png) no-repeat;
	background-size: cover;
	transition: 0.3s;
}
#main-visual .recruit-icon a:hover { background: url(img/common/top_recruit_ill_on.png) no-repeat; }

/************************************** フッター *************************************/

.site-footer { position: relative; border-top: 0px; background: #f88d8d; }

.site-footer .container { max-width: 90%; padding: 50px 0; }
.site-footer .container .row { margin: 0; }
.site-footer .footer-nav { display: none; }

.site-footer-content { padding-bottom: 0!important; }

.site-footer .wp-block-image img { width: 300px; }
.site-footer .widget_media_image { margin-bottom: 20px; }

.site-footer .col-lg-4:nth-child(1) { flex: 0 0 28%; max-width: 28%; padding: 0; }
.site-footer .col-lg-4:nth-child(1) .add { margin-top: 20px; }
.site-footer .col-lg-4:nth-child(1) .add div { font-size: 1rem; color: #fff; }
.site-footer .col-lg-4:nth-child(1) .add div span { font-size: 1.5rem; font-weight: 600; }

.site-footer .col-lg-4:nth-child(2) { display: none; }

.site-footer .col-lg-4:nth-child(3) { display: flex; justify-content: flex-end; flex: 0 0 65%; max-width: 730px; margin-left: auto; padding: 0; }
.site-footer .col-lg-4:nth-child(3) img { width: 100%; }

.site-footer .widget_nav_menu { margin-bottom: 0; padding-bottom: 20px; }

.site-footer-copyright { padding-top: 0!important; }
.site-footer-copyright p { margin: 0; font-size: 0.85rem; color: #fff; text-align: center; }

/************************************ トップページ ***********************************/

/* 当園について */

.top__contentsBox01 { position: relative; padding: 5em 0 8em; min-height: auto !important; }
.top__contentsBox01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 10vw;
	margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
	background: url(img/common/top_under_cloud.png) no-repeat;
	background-size: cover;
}

.top__contentsBox01 .inner { position: relative; z-index: 20; }

.top__contentsBox01 h2 { display: table; margin: 0 auto; }
.top__contentsBox01 h2 img { width: 100%; }
.top__contentsBox01 p { margin: 30px 0; font-size: 1.1rem; text-align: center; letter-spacing: 0.05em; }
.top__contentsBox01 p span { color: #f88d8d; }

.top__common_btn {
    display: flex;
    align-items: center;
    width: 250px;
    margin: 40px auto;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid #f88d8d;
    background-color: #f88d8d;
    position: relative;
    transition: 0.3s;
}
.top__common_btn::after {
	position: absolute;
	content: "";
	background: url(img/common/common-ar.svg) no-repeat center;
	background-size: cover;
	width: 26px;
	height: 10px;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.top__common_btn a { display: block; width: 100%; padding: 1em 1em 1em 2.5em; text-align: center; }
.top__common_btn span {
    font-size: 1.1rem;
	font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
	text-align: center;
    transition: 0.3s;
}
.top__common_btn:hover { background: #fff; }
.top__common_btn:hover span { color: #f88d8d; }
.top__common_btn:hover::after {
	background: url(img/common/common-ar-pink.svg) no-repeat center;
	background-size: cover;
}

.back-ill01 { position: relative; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; }
.back-ill01 .top_objective01 { position: absolute; left: 5%; bottom: 90px; width: 20vw; }
.back-ill01 .top_objective01 img { width: 100%; }
.back-ill01 .top_objective02 { position: absolute; right: 5%; bottom: 90px; width: 15vw; }
.back-ill01 .top_objective02 img { width: 100%; }

/* 保育目標 */

.top__contentsBox02 { position: relative; padding: 3em 0; min-height: auto !important; background: #fcf7e5; }
.top__contentsBox02 .inner { position: relative; z-index: 20; }

.top__contentsBox02 h2 { display: table; margin: 0 auto; }
.top__contentsBox02 h2 img { width: 100%; }

.top__contentsBox02 h3 { display: table; margin: 2em auto; border-bottom: 0; }
.top__contentsBox02 h3 img { width: 100%; }

.top__contentsBox02 .flexBox { display: flex; flex-wrap: wrap; justify-content: space-between; }
.top__contentsBox02 .flexBox .item { width: 31%; }
.top__contentsBox02 .flexBox .item img { width: 100%; }
.top__contentsBox02 .flexBox .item p {
	padding: 0.5em 1em;
    margin: 15px 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #f88d8d;
    border-radius: 50px;
}

.back-ill02 { position: relative; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; }
.back-ill02 .top_objective01 { position: absolute; left: 5%; top: 0; width: 10vw; }
.back-ill02 .top_objective01 img { width: 100%; }
.back-ill02 .top_objective02 { position: absolute; right: 5%; top: 0; width: 10vw; }
.back-ill02 .top_objective02 img { width: 100%; }

/*  */

.top__contentsBox03 { position: relative; padding: 3em 0; min-height: 700px!important; background: url(img/common/top_exterior_back.jpg) no-repeat center; }
.top__contentsBox03::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
    height: 5vw;
    background: url(img/common/top_exterior_line01.png) no-repeat;
    background-size: cover;
}
.top__contentsBox03::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
    height: 10vw;
    background: url(img/common/top_exterior_line02.png) no-repeat;
    background-size: cover;
}

/* アルバム */

.top__contentsBox04 {
	position: relative;
	min-height: auto!important;
	padding: 3em 0 8em;
}
.top__contentsBox04::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 10vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: url(img/common/top_topics_line.png) no-repeat;
    background-size: cover;
}

.top__contentsBox04 h2 { display: table; margin: 0 auto; }
.top__contentsBox04 h2 img { width: 100%; }

.top__contentsBox04 p.txt { text-align: center; }

.top__contentsBox04 .data { display: flex; align-items: center; margin-top: 10px; }
.top__contentsBox04 .data time { display: table; font-size: 0.9rem; line-height: 1; }

.top__contentsBox04 .swiper-slide a img { width: 100vw; height: 270px; object-fit: cover; object-position: top; border-radius: 15px; }
.top__contentsBox04 .swiper-slide h2.tit { display: block; margin: 5px 0 0; white-space: pre-line; }
.top__contentsBox04 .swiper-slide h2.tit a { margin-bottom: 0; font-size: 1.1rem; font-weight: 500; letter-spacing: 0; text-align: left; }

.top__contentsBox04 .swiper-slide h2.tit .top-news__list-new { margin-left: 10px; color: #f88d8d; }

/* お知らせ */

.top__contentsBox05 {
	position: relative;
	min-height: auto!important;
	padding: 3em 0;
	background: #fcf7e5;
}

.top__contentsBox05 h2 { display: table; margin: 0 auto; }
.top__contentsBox05 h2 img { width: 100%; }

.top__contentsBox05 .item-list { margin-top: 50px; }
.top__contentsBox05 .item-list .item { position: relative; border-bottom: 1px #ccc solid; }
.top__contentsBox05 .item-list .item a { display: flex; position: relative; padding: 1.3em 0; transition: 0.3s; }
.top__contentsBox05 .item-list .item a span { display: none; }
.top__contentsBox05 .item-list .item a time { margin-right: 20px; }
.top__contentsBox05 .item-list .item a:hover { color: #f88d8d; }
.top__contentsBox05 .item-list .item a::after {
	content: "";
	position: absolute;
	width: 26px;
	height: 10px;
	top: 50%;
	right: -10px;
	transform: translate(-50%, -50%);
	background: url(img/common/common-ar-gray.svg) no-repeat;
	background-size: cover;
	transition: 0.3s;
}
.top__contentsBox05 .item-list .item a:hover::after { right: 0; background: url(img/common/common-ar-pink.svg) no-repeat; }

/* お問い合わせ */

.top__contentsBox06 {
	position: relative;
	width: 100vw;
	min-height: auto!important;
    padding: 15em 0 10em;
    background: url(img/common/top_contact_back_v2.png) no-repeat top;
	background-size: cover;
}
.top__contentsBox06::after {
    content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 10vw;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	background: url(img/common/top_contact_under_line.png) no-repeat;
	background-size: cover;
}

.top__contentsBox06 .inner { position: relative; padding: 2em; background: #fff; border-radius: 20px; text-align: center; z-index: 10; }
.top__contentsBox06 .inner h2 { margin-bottom: 10px; }
.top__contentsBox06 .inner p { font-size: 1.1rem; }

.top__contentsBox06 .cantactFlex { display: flex; justify-content: center; }
.top__contentsBox06 .cantactFlex .cantactFlex_tell { padding-right: 3em; border-right: 1px #ddd solid; }
.top__contentsBox06 .cantactFlex .cantactFlex_tell h3 {
	position: relative;
	margin-bottom: 0;
	margin: 3px 0;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 2rem;
	color: #f88d8d;
	letter-spacing: 0.05em;
	border-bottom: 0;
}
.top__contentsBox06 .cantactFlex .cantactFlex_tell h3::before {
	content: "";
    position: absolute;
	top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
	width: 30px;
    height: 30px;
    background: url(img/common/tel_icon.png) no-repeat center;
    background-size: cover;
    transition: 0.3s;
}

.top__contentsBox06 .cantactFlex .cantactFlex_mail { padding-left: 3em; }
.top__contentsBox06 .cantactFlex .cantactFlex_mail .top__contact_btn {
    display: flex;
    align-items: center;
    width: 250px;
    margin: 10px auto;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid #f88d8d;
    background-color: #f88d8d;
    position: relative;
    transition: 0.3s;
}
.top__contentsBox06 .cantactFlex .cantactFlex_mail .top__contact_btn::after {
	content: "";
    position: absolute;
	top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
	width: 30px;
    height: 20px;
    background: url(img/common/mail_icon.png) no-repeat center;
    background-size: cover;
    transition: 0.3s;
}
.top__contentsBox06 .cantactFlex .cantactFlex_mail .top__contact_btn a {
    display: block;
    width: 100%;
    padding: 1em 1em 1em 2.5em;
    text-align: center;
}
.top__contentsBox06 .cantactFlex .cantactFlex_mail .top__contact_btn span {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}
.top__contentsBox06 .cantactFlex .cantactFlex_mail .top__contact_btn:hover { background: #fff; }
.top__contentsBox06 .cantactFlex .cantactFlex_mail .top__contact_btn:hover span { color: #f88d8d; }

/**************************************** 共通 ***************************************/

.page-header {
	position: relative;
	min-height: 30rem;
	text-align: left;
	z-index: 50;
}
.page-header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 140px;
	background: url(img/common/page_mv_under.png) no-repeat;
	background-size: 100vw;
	background-position: bottom;
}
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.page-header-inner { width: 100%; max-width: 100vw; margin-left: calc(50% - 40vw); margin-right: calc(50% - 40vw); }

.page-header h1, .page-header .page-header-title {
	position: relative;
	margin-top: -50px;
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 3.5em;
	font-weight: 500;
    color: #fff;
	text-align: center;
}

.page-header h1.page-header-title::before,
.page-header .page-header-title::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    padding: 0;
    font-size: 3.5em;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.breadcrumb { border-bottom: 0; }
.breadcrumb-list { padding: 20px 0; }
.breadcrumb-list i { display: none; }
.breadcrumb-list a { text-decoration: none; transition: 0.3s; }
.breadcrumb-list a:hover { color: #f88d8d; }

h2.heading {
	position: relative;
	font-size: 4em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	font-style: italic;
	color: #1245a3;
	line-height: 1.5;
}

h3.sub-heading {
	position: relative;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #111;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    border: 0;
}
h3.sub-heading::after { display: none; }

h2.title {
	position: relative;
	padding-bottom: 25px;
	margin-top: 50px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 2rem;
	font-weight: 500!important;
}
h2.title:after, h2.title:before {
	content: "";
	position: absolute;
    bottom: 0;
	left: 0;
    display: block;
    height: 5px;
}
h2.title:before {
	background-color: #ffebeb;
    width: 100%;
}
h2.title:after {
	width: 80px;
    background-color: #f88d8d;
}

h3.sub-title { margin-top: 45px; font-family: "M PLUS Rounded 1c", sans-serif; font-weight: 500; }
h3.sub-title::after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px #f88d8d solid;
}

/****************************** お問い合わせ *******************************/

.post-name-contact h1.page-header-title::before {
	content: "CONTACT";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.post-name-contact form { margin-top: 50px; }
.post-name-contact form p { line-height: 1em; }
.post-name-contact form label strong { display: block; margin-bottom: 0; font-weight: normal; }
.post-name-contact form label strong span { padding: 0.1em 0.5em; margin-left: 15px; font-size: 0.8em; color: #fff; background: #f88d8d; border-radius: 3px; }

.post-name-contact form input[type=text], .page-id-8 form input[type=email],
.post-name-contact form input[type=tel], .page-id-8 form textarea { background: #fcf7e5; border-radius: 5px; }

.post-name-contact p.contact-tel { margin-bottom: 5px; line-height: 1.2; }
.post-name-contact p.contact-tel b { font-size: 1.5rem; font-weight: 600; color: #f88d8d; }

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { border-radius: 5px; }
.wpcf7 input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea { border-radius: 5px; }

.post-name-contact .wpcf7-form .submit-button { text-align: center; }
.post-name-contact .wpcf7-form .submit-button span { display: none; }
.post-name-contact input[type=submit] { width: 250px; padding: 1em 2em; font-weight: 500!important; background: #f88d8d; border: 2px #f88d8d solid; border-radius: 50px; transition: 0.3s; }
.post-name-contact input[type=submit]:hover { color: #f88d8d; background: #fff; }

.post-name-contact .contact__txt a { color: #009B4A; text-decoration: underline; }

.post-name-contact_confirm h1.page-header-title::before { content: "CONTACT US"; }
.post-name-contact_confirm form .txt p { text-align: center; }
.post-name-contact_confirm form { padding: 3em 0; }
.post-name-contact_confirm form label {
    display: flex;
	flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.post-name-contact_confirm form label br { display: none; }
.post-name-contact_confirm form label strong { display: block; margin-bottom: 15px; }
.post-name-contact_confirm form label strong span { padding: 0.1em 0.5em; margin-left: 15px; font-size: 0.8em; color: #fff; background: #fd655c; }

.post-name-contact_confirm .contact_btn_inner { display: flex; justify-content: center; margin: 50px auto 0; }

.post-name-contact_confirm .contact_btn_inner { text-align: center; }
.post-name-contact_confirm .contact_btn_inner span { display: none; }
.post-name-contact_confirm .contact_btn_inner input[type=button] {
	width: 250px;
    padding: 1em 2em;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background: #999;
	border: 1px #999 solid;
	border-radius: 0;
	transition: 0.2s;
}
.post-name-contact_confirm .contact_btn_inner input[type=button]:hover { color: #999; background: #fff; }
.post-name-contact_confirm .contact_btn_inner input[type=submit] {
	width: 250px;
    padding: 1em 2em;
	margin: 0 10px;
	font-size: 1rem;
	font-weight: 500;
	background: #298ed5;
	border: 1px #298ed5 solid;
	border-radius: 0;
	transition: 0.2s;
}
.post-name-contact_confirm .contact_btn_inner input[type=submit]:hover { color: #298ed5; background: #fff; }

/************************** プライバシーポリシー ***************************/

.pp-list li { padding: 1em 1em; margin: 15px 0; background: #fcf7e5; border-radius: 7px; }

/******************************** お知らせ *********************************/

.site-body .entry { padding-bottom: 3em; } 
.home .site-body .entry { padding-bottom: 0; }

.post-type-news h1.page-header-title::before {
	content: "NEWS";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.post-type-news .post-list { margin: 20px 0 100px!important; }
.post-type-news .item-list { padding: 0; }
.post-type-news .item-list .item { display: flex; align-items: center; position: relative; width: 100%; border-bottom: 1px #ddd solid; }
.post-type-news .item-list .item::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #f88d8d;
    border-right: solid 2px #f88d8d;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	transition: 0.3s;
}
.post-type-news .item-list .item:hover::after { right: 15px; }

.post-type-news .item-list .item a { display: flex; width: 100%; padding: 20px 0; font-weight: 500; transition: .3s; }
.post-type-news .item-list .item a:hover { color: #f88d8d; }
.post-type-news .item-list .item time { margin-right: 10px; font-size: 0.9rem; font-weight: normal; color: #666; letter-spacing: 0.05em; }
.post-type-news .item-list .item h2 { margin: 10px 0 0; font-size: 1.2rem; }

.single-news .page-header-title::before {
    content: "NEWS";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.single-news .entry-data { text-align: right; }
.single-news .entry-data time { font-size: 0.9rem; }
.single-news .entry-data .article__category { padding: 0.1em 1em; font-size: 0.9rem; color: #fff; }

.single-news .main-section { margin: 0 0 0!important; }

.single-news .entry-meta { margin-top: 20px; text-align: right; }
.single-news .entry-meta-item { margin: 0; }
.single-news .entry-meta-item i { display: none; }
.single-news .entry-meta-item:nth-child(2),
.single-news .entry-meta-item:nth-child(3) { display: none; }

.single-news .entry-title {
	position: relative;
    padding-bottom: 25px;
    margin-top: 50px;
	margin-bottom: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2rem;
    font-weight: 500 !important;
}
.single-news .entry-title:after, .single-news .entry-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
	height: 5px;
}
.single-news .entry-title:before {
    background-color: #ffebeb;
    width: 100%;
}
.single-news .entry-title:after {
    width: 80px;
    background-color: #f88d8d;
}

.single-news .entry-body h2 { font-size: 1.4rem; }
.single-news .entry-body h3 { font-size: 1.2rem; }

.single-news .entry-body .wp-block-button { width: 250px; margin-bottom: 35px; }
.single-news .entry-body .wp-block-button .wp-block-button__link {
	display: block;
	width: 100%;
	padding: 0.7em 1em;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	background: #f88d8d;
	border: 2px #f88d8d solid;
	border-radius: 50px;
}
.single-news .entry-body .wp-block-button .wp-block-button__link:hover {
	color: #f88d8d;
	background: #fff;
}

.single-news .entry-body .wp-block-image img { border-radius: 10px; }

.single-news .entry-footer { display: none; }

.vk_posts.next-prev { display: none; }
.entry-meta-data-list--news__category { padding-top: 20px; }
.entry-meta-data-list--news__category dt { border-radius: 0; }

/******************************** アルバム *********************************/

.post-type-album h1.page-header-title::before {
	content: "ALBUM";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.post-type-album .post-list { display: flex; margin-left: 0; margin-right: 0; }
.post-type-album .post-list .item-list { flex: 0 0 31%; max-width: 100%; padding: 0; margin-right: 3.5%; margin-bottom: 30px; }
.post-type-album .post-list .item-list:nth-child(3n) { margin-right: 0; }
.post-type-album .post-list .item-list .item img { width: 100%; height: 270px; object-fit: cover; object-position: top; border-radius: 10px; }
.post-type-album .post-list .item-list .item time { display: block; margin-top: 10px; font-size: 0.9rem; color: #999; }
.post-type-album .post-list .item-list .item h2 { font-size: 1.1rem; }

.post-type-album .post-list .item-list .item a { color: #f88d8d; transition: 0.3s; }
.post-type-album .post-list .item-list .item a:hover { opacity: 0.7; }

.single-album .page-header-title::before {
	content: "ALBUM";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.single-album .entry-title { margin-bottom: 25px; padding-bottom: 25px; font-family: "M PLUS Rounded 1c", sans-serif; color: #f88d8d; text-align: center; border-bottom: 3px #f88d8d dotted; }
.single-album .album__sub-photo ul { display: flex; flex-wrap: wrap; }
.single-album .album__sub-photo ul li.item { width: 31%; margin-right: 3.5%; margin-bottom: 30px; }
.single-album .album__sub-photo ul li.item:nth-child(3n) { margin-right: 0; }
.single-album .album__sub-photo ul li.item a { transition: 0.3s; }
.single-album .album__sub-photo ul li.item a img { width: 100%; height: 270px; object-fit: cover; object-position: top; border-radius: 10px; }
.single-album .album__sub-photo ul li.item a:hover { opacity: 0.7; }
.single-album .album__sub-photo ul li.item p { padding: 0.5em 1em; background: #fcf7e5; border-radius: 10px; }

/******************************* ご意見BOX *********************************/

.post-type-opinion h1.page-header-title::before {
	content: "OPINION";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.opinion-manager {}
.opinion-manager b {
	display: block;
	position: relative;
	text-indent: -10px;
	padding-bottom: 0.5em;
	margin-bottom: 20px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.2rem;
	border-bottom: 1px #ccc solid;
}
.opinion-manager b::after {
    content: "";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px #f88d8d solid;
}

.opinion-manager .manager { display: flex; margin: 0 0 5px; }
.opinion-manager .manager:nth-child(4) { margin-bottom: 30px; }
.opinion-manager .manager dt {
	width: 30%;
	padding: 0.5em 1em;
	margin-bottom: 0;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #f88d8d;
	border-top: 1px #f88d8d solid;
	border-bottom: 1px #f88d8d solid;
}

.opinion-manager .manager dd { width: 70%; padding: 0.5em 1em; border-top: 1px #f88d8d solid; border-right: 1px #f88d8d solid; border-bottom: 1px #f88d8d solid; }

.opinion-manager .c-member { display: flex; margin: 0 0 5px; }
.opinion-manager .c-member:nth-child(4) { margin-bottom: 30px; }
.opinion-manager .c-member dt {
	width: 30%;
	padding: 0.5em 1em;
	margin-bottom: 0;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #f88d8d;
	border-top: 1px #f88d8d solid;
	border-bottom: 1px #f88d8d solid;
}

.opinion-manager .c-member dd { width: 70%; padding: 0.5em 1em; border-top: 1px #f88d8d solid; border-right: 1px #f88d8d solid; border-bottom: 1px #f88d8d solid; }

.post-type-opinion .post-list { margin: 20px 0 100px!important; }
.post-type-opinion .item-list { padding: 0; }
.post-type-opinion .item-list .item { display: flex; align-items: center; position: relative; width: 100%; border-bottom: 1px #ddd solid; }
.post-type-opinion .item-list .item::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #f88d8d;
    border-right: solid 2px #f88d8d;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	transition: 0.3s;
}
.post-type-opinion .item-list .item:hover::after { right: 15px; }

.post-type-opinion .item-list .item a { display: flex; width: 100%; padding: 20px 0; font-weight: 500; transition: .3s; }
.post-type-opinion .item-list .item a:hover { color: #f88d8d; }
.post-type-opinion .item-list .item time { margin-right: 10px; font-size: 0.9rem; font-weight: normal; color: #666; letter-spacing: 0.05em; }
.post-type-opinion .item-list .item h2 { margin: 10px 0 0; font-size: 1.2rem; }

.single-opinion .page-header-title::before {
	content: "OPINION";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.single-opinion .entry-title {
	position: relative;
	padding-bottom: 25px;
	margin-top: 50px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 2rem;
}
.single-opinion .entry-title::after, .single-opinion .entry-title::before {
	content: "";
	position: absolute;
    bottom: 0;
	left: 0;
    display: block;
    height: 5px;
}
.single-opinion .entry-title::before {
	background-color: #ffebeb;
	width: 100%;
}
.single-opinion .entry-title::after {
	background-color: #f88d8d;
	width: 80px;
}

.single-opinion .sub-title01 { margin-top: 45px; font-family: "M PLUS Rounded 1c", sans-serif; }
.single-opinion .sub-title01::after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px #f7d000 solid;
}

.single-opinion .sub-title02 { margin-top: 45px; font-family: "M PLUS Rounded 1c", sans-serif; }
.single-opinion .sub-title02::after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px #f88d8d solid;
}

.single-opinion time { display: block; text-align: right; }

.single-opinion .opinion_txtBox { padding: 1em; background: #fcf7e5; border-radius: 10px; }
.single-opinion .correspondence_txtBox { padding: 1em; background: #ffeeee; border-radius: 10px; }

.page-back_btn {
    display: flex;
    align-items: center;
    width: 300px;
    margin: 40px auto;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid #f88d8d;
    background-color: #f88d8d;
    position: relative;
    transition: 0.3s;
}
.page-back_btn::after {
	position: absolute;
	content: "";
	background: url(img/common/common-ar.svg) no-repeat center;
	background-size: cover;
	width: 26px;
	height: 10px;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.page-back_btn a { display: block; width: 100%; padding: 1em 1em 1em 2.5em; text-align: center; }
.page-back_btn span {
    font-size: 1.1rem;
	font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
	text-align: center;
    transition: 0.3s;
}
.page-back_btn:hover { background: #fff; }
.page-back_btn:hover span { color: #f88d8d; }
.page-back_btn:hover::after {
	background: url(img/common/common-ar-pink.svg) no-repeat center;
	background-size: cover;
}

/************************* 金谷中央保育園について **************************/

.post-name-about h1.page-header-title::before {
	content: "ABOUT";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.about_exterior {
	position: relative;
	width: 100vw;
	padding: 3em 0;
	margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
	min-height: 700px!important;
	background: url(img/common/top_exterior_back.jpg) no-repeat center;
}
.about_exterior::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
    height: 2.1vw;
    background: url(img/about/exterior_line_01.png) no-repeat;
    background-size: cover;
}
.about_exterior::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
    height: 1.5vw;
    background: url(img/about/exterior_line_02.png) no-repeat;
    background-size: cover;
}

.about_overview { margin-top: 40px; margin-bottom: 80px; }
.about_overview table {}
.about_overview table td { padding: 1em 1em; font-size: 1rem; }
.about_overview table td:nth-child(1) { width: 25%; background: #ffebeb; border-left: 0; border-right: 0; }
.about_overview table td:nth-child(2) { border-left: 0; border-right: 0; }

.about_objective {}
.about_objective h3 { padding-bottom: 0; margin-top: 40px; font-size: 1.8rem; font-weight: 500; color: #f88d8d; text-align: center; letter-spacing: 0.1em; border-bottom: 0; }
.about_objective b { display: block; margin-bottom: 40px; font-size: 1.4rem; font-weight: 500; text-align: center; letter-spacing: 0.1em; line-height: 1.8; }
.about_objective p { text-align: center; }

body.post-name-about .main-section--col--two .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	margin-top: 80px;
	padding: 4em 0 6em;
	background: #fcf7e5;
}
body.post-name-about .site-body { padding: 2rem 0 0; }
body.post-name-about .site-body .entry { padding-bottom: 0; }

.about_service { margin-bottom: 40px !important; }
.about_service-img { margin-bottom: 40px; }
.about_service-img img { width: 100%; border-radius: 10px; }
.about_service-txt { width: 80%; margin: 0 auto; text-align: justify; }

.about_service-flexBox { display: flex; flex-wrap: wrap; justify-content: space-between; }
.about_service-flexBox .item { width: 49%; padding: 2em; margin-bottom: 20px; background: #fff; border-radius: 10px; }
.about_service-flexBox .item span { display: block; padding: 0.5em 1em; font-size: 1.2rem; font-weight: 500; color: #f88d8d; text-align: center; border: 2px #f88d8d solid; border-radius: 7px; }
.about_service-flexBox .item p { margin-top: 15px; margin-bottom: 0; }

/***************************** 保育園での一日 ******************************/

.post-name-oneday h1.page-header-title::before {
	content: "ONEDAY";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.post-name-oneday h3.headline { padding-bottom: 0; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 2rem; font-weight: 500; color: #f88d8d; text-align: center; letter-spacing: 0.1em; border: 0; }
.post-name-oneday p.introduction { width: 80%; margin: 0 auto; }

.post-name-oneday .oneday_imgBox { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 60px; }
.post-name-oneday .oneday_imgBox .item { width: 32%; }
.post-name-oneday .oneday_imgBox .item img { width: 100%; border-radius: 50%; }

.post-name-oneday .oneday_schedule01 { margin-top: 60px; }
.post-name-oneday .oneday_schedule01 table { font-family: "M PLUS Rounded 1c", sans-serif; }
.post-name-oneday .oneday_schedule01 table th { padding: 1em; text-align: center; font-size: 1.2rem; font-weight: 600; color: #f88d8d; }
.post-name-oneday .oneday_schedule01 table td { padding: 1em; font-size: 1.2rem; font-weight: 600; color: #666; }

.post-name-oneday .oneday_schedule01 { border: 3px #f88d8d solid; border-radius: 15px; }
.post-name-oneday .oneday_schedule01 table { border-collapse: separate; border-spacing: 5px; }
.post-name-oneday .oneday_schedule01 table th { border: 0; background: #fcf7e5; }
.post-name-oneday .oneday_schedule01 table td { border: 0; background: #fcf7e5; }

.post-name-oneday .oneday_schedule01 table tr:nth-child(1) th { color: #fff; background: #f88d8d; border-radius: 12px 0 0 0; }
.post-name-oneday .oneday_schedule01 table tr:nth-child(1) td { color: #fff; text-align: center; background: #f88d8d; border-radius: 0 12px 0 0; }
.post-name-oneday .oneday_schedule01 table tr:nth-child(2) td { color: #fff; text-align: center; background: #f88d8d; }
.post-name-oneday .oneday_schedule01 table tr:last-of-type th { border-radius: 0 0 0 12px; }
.post-name-oneday .oneday_schedule01 table tr:last-of-type td { border-radius: 0 0 12px 0; }

.post-name-oneday .oneday_schedule02 { margin-top: 60px; border: 3px #7eb224 solid; border-radius: 15px; }
.post-name-oneday .oneday_schedule02 table { font-family: "M PLUS Rounded 1c", sans-serif; border-collapse: separate; border-spacing: 5px; }
.post-name-oneday .oneday_schedule02 table th { padding: 1em; text-align: center; font-size: 1.2rem; font-weight: 600; color: #7eb224; border: 0; background: #fcf7e5; }
.post-name-oneday .oneday_schedule02 table td { padding: 1em; font-size: 1.2rem; font-weight: 600; color: #666; border: 0; background: #fcf7e5; }

.post-name-oneday .oneday_schedule02 table tr:nth-child(1) th { color: #fff; background: #7eb224; border-radius: 12px 0 0 0; }
.post-name-oneday .oneday_schedule02 table tr:nth-child(1) td { color: #fff; text-align: center; background: #7eb224; border-radius: 0 12px 0 0; }
.post-name-oneday .oneday_schedule02 table tr:nth-child(2) td { color: #fff; text-align: center; background: #7eb224; }
.post-name-oneday .oneday_schedule02 table tr:last-of-type th { border-radius: 0 0 0 12px; }
.post-name-oneday .oneday_schedule02 table tr:last-of-type td { border-radius: 0 0 12px 0; }

/*************************** 様式のダウンロード ****************************/

.post-name-download h1.page-header-title::before {
	content: "DOWNLOAD";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.post-name-download p.guidance { margin-bottom: 40px; }
.post-name-download p {}
.post-name-download p a { display: block; position: relative; padding: 0.7em 1em 0.7em 2.5em; font-weight: bold; color: #f88d8d; background: #f7f7f7; border-radius: 10px; transition: 0.3s; }
.post-name-download p a:hover { color: #fff; background: #f88d8d; }
.post-name-download p a::before {
	content: "";
	position: absolute;
	top: 50%;
    left: 15px;
    transform: translateY(-50%);
	width: 17px;
	height: 20px;
	background: url(img/common/dl_icon.png) no-repeat;
	background-size: cover;
	transition: 0.3s;
}
.post-name-download p a:hover::before { background: url(img/common/dl_icon_on.png) no-repeat; }

/******************************** 採用情報 *********************************/

.post-name-recruit h1.page-header-title::before {
	content: "RECRUIT";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.post-name-recruit .recruit_img img { width: 100%; border-radius: 10px; }

.post-name-recruit .entry-body h3 { padding-bottom: 0; margin-top: 40px; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1.8rem; color: #f88d8d; text-align: center; letter-spacing: 0.1em; border: 0; }
.post-name-recruit .entry-body p { width: 80%; margin-left: auto; margin-right: auto; text-align: justify; }

.post-name-recruit .recruit_flexBox { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 60px; }
.post-name-recruit .recruit_flexBox .item { width: 31%; }
.post-name-recruit .recruit_flexBox .item img { width: 100%; border-radius: 10px; }

.post-name-recruit .recruit_job-description { margin-top: 60px; border: 2px #f88d8d solid; border-radius: 10px; }
.post-name-recruit .recruit_job-description table {}
.post-name-recruit .recruit_job-description table tr:first-of-type td { border-top: 0; }
.post-name-recruit .recruit_job-description table tr:last-of-type td { border-bottom: 0; }
.post-name-recruit .recruit_job-description table td { padding: 1em 1em; font-size: 1rem; }
.post-name-recruit .recruit_job-description table td:nth-child(1) { width: 25%; background: #ffebeb; border-left: 0; border-right: 0; }
.post-name-recruit .recruit_job-description table td:nth-child(2) { border-left: 0; border-right: 0; }

.recruit_btn {
    display: flex;
    align-items: center;
    width: 350px;
    margin: 40px auto;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid #f88d8d;
    background-color: #f88d8d;
    position: relative;
    transition: 0.3s;
}
.recruit_btn::after {
	position: absolute;
	content: "";
	background: url(img/common/common-ar.svg) no-repeat center;
	background-size: cover;
	width: 26px;
	height: 10px;
	top: 50%;
	left: 15%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.recruit_btn a { display: block; width: 100%; padding: 1em 1em 1em 3em; text-align: center; }
.recruit_btn span {
    font-size: 1.1rem;
	font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
	text-align: center;
    transition: 0.3s;
}
.recruit_btn:hover { background: #fff; }
.recruit_btn:hover span { color: #f88d8d; }
.recruit_btn:hover::after {
	background: url(img/common/common-ar-pink.svg) no-repeat center;
	background-size: cover;
}

/******************************** 年間行事 *********************************/

.post-name-events h1.page-header-title::before {
	content: "EVENTS";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.post-name-events p.events_heading { margin-top: 30px; font-size: 1.8rem; font-family: "M PLUS Rounded 1c", sans-serif; font-weight: 500; color: #666; text-align: center; letter-spacing: 0.1em; }

.post-name-events .events_list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; }
.post-name-events .events_list .events_lBox, .post-name-events .events_list .events_rBox { width: 47%; }

.post-name-events .events_list .monthBox { display: flex; align-items: center; margin-top: 30px; padding-bottom: 25px; border-bottom: 1px #ccc dashed; }
.post-name-events .events_list .monthBox .month {
	display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 140px;
    height: 140px;
    padding: 2em 0.5em;
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
}
.post-name-events .events_list .monthBox .month span {
	display: inline-block;
    margin-right: 10px;
    font-size: 5rem;
    font-weight: 400;
    line-height: 0.75;
    letter-spacing: -0.1em;
}

.post-name-events .events_list .monthBox .month.m04 { background: #f88d8d; }
.post-name-events .events_list .monthBox .month.m05 { background: #88ca67; }
.post-name-events .events_list .monthBox .month.m06 { background: #5ea13d; }
.post-name-events .events_list .monthBox .month.m07 { background: #dbbf4c; }
.post-name-events .events_list .monthBox .month.m08 { background: #ea9d52; }
.post-name-events .events_list .monthBox .month.m09 { background: #b79845; }
.post-name-events .events_list .monthBox .month.m10 { background: #9f623f; }
.post-name-events .events_list .monthBox .month.m11 { background: #df6363; }
.post-name-events .events_list .monthBox .month.m12 { background: #c45252; }
.post-name-events .events_list .monthBox .month.m01 { background: #82c4ea; }
.post-name-events .events_list .monthBox .month.m02 { background: #518cc1; }
.post-name-events .events_list .monthBox .month.m03 { background: #6c68ba; }

.post-name-events .events_list .monthBox .events_name { margin-left: 2em; font-weight: 500; line-height: 1.5; }

.post-name-events .events_list .monthBox .events_name.m04 { color: #f88d8d; }
.post-name-events .events_list .monthBox .events_name.m05 { color: #88ca67; }
.post-name-events .events_list .monthBox .events_name.m06 { color: #5ea13d; }
.post-name-events .events_list .monthBox .events_name.m07 { color: #dbbf4c; }
.post-name-events .events_list .monthBox .events_name.m08 { color: #ea9d52; }
.post-name-events .events_list .monthBox .events_name.m09 { color: #b79845; }
.post-name-events .events_list .monthBox .events_name.m10 { color: #9f623f; }
.post-name-events .events_list .monthBox .events_name.m11 { color: #df6363; }
.post-name-events .events_list .monthBox .events_name.m12 { color: #c45252; }
.post-name-events .events_list .monthBox .events_name.m01 { color: #82c4ea; }
.post-name-events .events_list .monthBox .events_name.m02 { color: #518cc1; }
.post-name-events .events_list .monthBox .events_name.m03 { color: #6c68ba; }

.post-name-events .events_list .monthBox .events_img { width: 200px; margin-left: auto; }
.post-name-events .events_list .monthBox .events_img img { width: 100%; border-radius: 10px; }

/********************************* SWIPER **********************************/

.swiper {
	width: 100vw;
	margin-top: 50px!important;
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: 100vw;
}
.swiper-wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	height: 100% !important;
}

.swiper-slide {
	align-items: start;
	justify-content: start;
	width: 100%;
	height: 100%;
	color: #111;
}
.swiper-slide a { display: block; position: relative; color: #111; transition: 0.3s; }
.swiper-slide a:hover { opacity: 0.6; }
.swiper-slide a .img { position: relative; line-height: 0; background: #fff; }
.swiper-slide a .img img { width: 100%; }
.swiper-slide a h2 { margin-top: 15px!important; }
.swiper-slide a:hover h2 { color: #b9840c; }
.swiper-slide a p { margin-top: 10px; }

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 0 0 10px !important;
	background: #fff;
}
.swiper-pagination-bullet:first-child {
	margin: 0 !important;
}

/*
.swiper.margin { margin: 100px 0; }
.swiper.margin-up { margin-top: -100px; }
*/

/****************************** スクロールアニメーション *****************************/

.border_h2 { position: relative; }
.border_h2 span {
	position: relative;
	display: inline-block;
	padding: 0.3vw 1vw 0.3vw;
}
.border_h2 span .border_x_left,
.border_h2 span .border_x_right,
.border_h2 span .border_y_top,
.border_h2 span .border_y_bottom {
	transition-delay: 0.3s;
}

.img_anim { overflow: hidden; }
.img_anim img { opacity: 0; transform: translateZ(0) scale(1.1); }
.img_anim.on img {
	opacity: 1;
	transition: transform 1s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, opacity 1s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s;
	transform: translateZ(0) scale(1);
}

.text_b { filter: blur(20px); opacity: 0; }
.text_b.on {
	filter: blur(0);
	opacity: 1;
	transition: filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.fade_y, .text {
	transform: translateY(10%);
	opacity: 0;
}
.fade_y.on, .text.on {
	opacity: 1;
	transform: translateY(0%);
	transition: 0.8s;
	z-index: 10;
}

.fade_x {
	transform: translateX(10%);
	opacity: 0;
}
.fade_x.on {
	opacity: 1;
	transform: translateX(0%);
	transition: 0.4s;
}

.border_y_top {
	height: 100%;
	width: 1px;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: top;
	background: #2f3739;
	transition: transform 0.9s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}
.border_y_bottom {
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: bottom;
	background: #2f3739;
	transition: transform 0.9s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}
.border_x_left {
	position: absolute;
	right: 0;
	top: 0;
	height: 1px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: left;
	background: #2f3739;
	transition: transform 1s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}
.border_x_right {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: right;
	background: #2f3739;
	transition: transform 1s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}

.bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity: 0;
}

@keyframes bgextendAnimeBase {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;  
	}
}

/*中の要素*/
.bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 0.2s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*左から右*/
.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
	z-index: 20;
}
@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(1);
	}
	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
	/*50.001% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
    	transform: scaleX(0);
	}*/
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger { padding: 0; }
.bgappearTrigger,
.bgLRextendTrigger { opacity: 0; }

/* 横無限スクロール */
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.scroll-infinity { margin: 80px 0 0; }
.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
.scroll-infinity__list--left {
	animation: infinity-scroll-left 30s infinite linear 0.1s both;
}
.scroll-infinity__item {
	width: calc(100vw / 5);
	margin: 0 10px;
}
.scroll-infinity__item>img {
	width: 100%;
	border-radius: 15px;
}

#bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	background-color: #f88d8d;
	z-index: 9999;
}
#bar.blue {
	background-color: #fd655c;
}

.page_top_btn {
    right: 10px;
    bottom: 10px;
    background: #f88d8d;
    box-shadow: 0 0 0 0px rgb(255 255 255 / 80%), 0 0 0 0px rgb(0 0 0 / 80%);
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 50%;
}

/************************************* Lightbox2 *************************************/

body.lb-disable-scrolling { overflow: hidden; }
.lb-loader, .lightbox { text-align: center; line-height: 0; position: fixed; top: 10vh!important; left: 0; }
.lightboxOverlay { position: fixed; top: 0; left: 0; z-index: 9999; background-color: #f88d8d; filter: alpha(Opacity=80); opacity: .9; display: none; }
.lightbox { width: 100%; z-index: 10000; font-weight: 400; outline: 0; }
.lightbox .lb-image { display: block; max-width: 800px; max-height: 700px; object-fit: cover; object-position: top; border-radius: 3px; border: 4px solid #fff; }
.lightbox a img { border: none; }
.lb-outerContainer { position: relative; max-width: 800px; max-height: 700px!important; margin: 0 auto; border-radius: 4px; background-color: #fff; }
.lb-outerContainer:after { content: ""; display: table; clear: both; }
.lb-loader { top: 43%; height: 25%; width: 100%; }
.lb-cancel { display: block; width: 32px; height: 32px; margin: 0 auto; background: url(../img/loading.gif) no-repeat; }
.lb-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
.lb-container>.nav { left: 0; }
.lb-nav a { outline: 0; background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-next, .lb-prev { height: 100%; cursor: pointer; display: block; }
.lb-nav a.lb-prev {
	position: absolute;
	width: 50%;
	left: -30px;
	float: left;
	background: url(img/prev.png) left no-repeat;
	background-size: 60px 54px;
	filter: alpha(Opacity=0);
}
.lb-nav a.lb-prev:hover { filter: alpha(Opacity=100); opacity: 1; }
.lb-nav a.lb-next {
	position: absolute;
	width: 50%;
	right: -30px;
	float: right;
	background: url(img/next.png) right no-repeat;
	background-size: 60px 54px;
	filter: alpha(Opacity=0);
}
.lb-nav a.lb-next:hover { filter: alpha(Opacity=100); opacity: 1; }
.lb-dataContainer { margin: 0 auto; padding-top: 5px; width: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.lb-dataContainer:after { content: ""; display: table; clear: both; }
.lb-data { padding: 0 4px; color: #ccc; }
.lb-data .lb-details { width: 85%; float: left; text-align: left; line-height: 1.1em; }
.lb-data .lb-caption { font-size: 13px; font-weight: 700; line-height: 1em; }
.lb-data .lb-caption a { color: #4ae; }
.lb-data .lb-number { display: none!important; clear: left; padding-bottom: 1em; font-size: 12px; color: #999; }
.lb-data .lb-close {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: url(img/close.png) top right no-repeat;
	background-size: cover;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
}
.lb-data .lb-close:hover { cursor: pointer; filter: alpha(Opacity=100); opacity: 1; }

/********************************** レスポンシブCSS **********************************/

@media only screen and (max-width: 1366px){
	
	.device-mobile .global-nav-list>li { padding: 0 !important; margin: 0 !important; }
	.device-mobile .global-nav-list>li .global-nav-name { font-size: 1.2em; }
	.device-mobile .global-nav-list>li>a { margin: 0 1.2em; }
	
	/*--------------- トップ ---------------*/
	
	#main-visual .main-visual__caption { left: 7%; }
	#main-visual .main-visual__caption .caption01 { font-size: 3rem; }
	
	.wp-block-cover__inner-container { width: 90%; max-width: 1100px !important; }
	
	/* お知らせ */
	.top-news { padding: 4em 0; }
	.top-news .wp-block-cover__inner-container .top-news__back-en { font-size: 7rem; line-height: 0.8; }
	.top-news h2 { padding-bottom: 40px; font-size: 2.4rem; }
	.top-news .item-list .item a div { font-size: 0.9rem; }
	.top-news .item-list .item::after { top: 10px; }
	
	/* フッター */
	.site-footer .container { padding: 50px 0 20px; }
	
	.site-footer .col-lg-4:nth-child(3) { max-width: 560px; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p { font-size: 0.85rem; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(1) { font-size: 0.95rem; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(2) { font-size: 0.95rem; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(3) { font-size: 0.85rem; }
	
	.site-footer-copyright { margin-bottom: 20px; }
		
}

@media only screen and (max-width: 1280px){ }

@media only screen and (max-width: 1024px){
	
	/*---------------- ヘッダー ----------------*/
	
	#site-header { padding: 10px 0; }
	#global-nav { display: none!important; }
	
	.overlay .link-area { width: 80%; padding: 10em 0; margin: 0 auto!important; }
	.overlay .link-area nav .link-list > li p { font-size: 1.5rem; }
	.overlay .link-nav_inr figure { display: none; }
	
	.button__container { top: 15px; right: 15px; width: 70px; height: 70px; }
	.button__container::after { font-size: 0.8rem; }
	
	.button__container span { top: 10px; }
	.button__container span:nth-of-type(2) { top: 22px; }
	.button__container span:nth-of-type(3) { top: 35px; }
	
	.button__container:hover.active .top { top: 10px; }
	.button__container:hover.active .bottom { top: 35px; }
	
	.button__container:hover span:nth-of-type(1) { top: 12px; }
	.button__container:hover span:nth-of-type(3) { top: 33px; }
	
	/*---------------- トップ ------------------*/
	
	.n2-section-smartslider { height: 50vh; }
	div#n2-ss-2 .n2-ss-slide { height: 50vh!important; }
	div#n2-ss-2 .n2-ss-slider-3 { height: 50vh; }
	
	.floating-button { top: 20%; }
	
	#main-visual .main-visual__caption .caption01 {}
	#main-visual .main-visual__caption .caption01 img { width: 250px; }
	
	#main-visual .recruit-icon { bottom: 30px; width: 250px; height: 285px; }
	#main-visual .recruit-icon a { width: 250px; height: 285px; }
	
	/**/
	.top__objective { padding: 3em 0 0; }
	.top__objective::before { left: 5%; width: 200px; height: 100px; }
	.top__objective .objective-flexBox { margin-top: 20px !important; }
	.top__objective-shoes::before { top: -100px; width: 170px; height: 140px; }
	
	.objective-txtBox h3 { letter-spacing: 0.05em; }
	
	.top__contentsBox01 { padding: 5em 0 6em; }
	.top__contentsBox01 h2 { width: 90%; }
	.back-ill01 .top_objective01 { bottom: 40px; }
	.back-ill01 .top_objective02 { bottom: 40px; }
	
	.top__contentsBox02 h2 { width: 90%; }
	.back-ill02 .top_objective01 { top: 100px; }
	.back-ill02 .top_objective02 { top: 100px; }
	
	.top__contentsBox03 { min-height: 500px !important; background-size: cover; }
	.top__contentsBox02 h3 { width: 60vw; }
	
	.top__contentsBox04 { padding: 3em 0 6em; }
	.top__contentsBox04 h2 { width: 90%; }
	
	.top__contentsBox05 h2 { width: 90%; }
	
	.top__contentsBox06 { padding: 10em 0 8em; }
	.top__contentsBox06 .inner h2 { width: 50%; margin: 0 auto; }
	
	/* 共通 */
	.breadcrumb-list { padding: 20px 0 0; }
	
	/* アルバム */
	.post-type-album .post-list .item-list .item img { height: 230px; }
	.single-album .album__sub-photo ul li.item a img { height: 230px; }
	
	/* 一年間の行事 */
	.post-name-events p.events_heading { font-size: 1.4rem; letter-spacing: 0.05em; }
	.post-name-events .events_list .events_lBox, .post-name-events .events_list .events_rBox { width: 600px; margin: 0 auto; }
	
	/* 採用情報 */
	.post-name-recruit .entry-body p { width: 100%; }
	.post-name-recruit .recruit_job-description table td:nth-child(1) { width: 20%; }
	
	/* プライバシーポリシー */
	.floating-contact { top: 25%; z-index: 100; }
		
}

@media only screen and (min-width: 992px){
	
	/*---------------- ヘッダー ----------------*/
	
	.site-header--layout--nav-float .site-header-logo { margin-right: 0!important; }
	
	#vk-mobile-nav-menu-btn { display: none!important; }
	
}

@media only screen and (max-width: 992px){
	
	/*---------------- ヘッダー ----------------*/
	
	#vk-mobile-nav-menu-btn { display: none!important; }
	
	.overlay .link-area nav .link-list > li { width: 48%; }
	.overlay .link-area nav .link-list > li a span { font-size: 1.1em; }
	.overlay .link-area nav .link-list > li p { font-size: 1.8rem; }
	
	.site-header-logo { text-align: left; }
	.site-header-logo img { max-height: 78px; }
	
	.floating-contact { display: none; }
	
	/*----------------- トップ -----------------*/
	
	#main-visual .main-visual__caption { top: 35%; left: 50%; }
	#main-visual .main-visual__caption .caption01 img { width: 220px; }
	
	#main-visual .recruit-icon { bottom: 15px; width: 200px; height: 230px; }
	#main-visual .recruit-icon a { width: 200px; height: 230px; }
	
	/* お知らせ */
	.wp-block-cover__inner-container { width: 80% !important; }
	.top-news { padding: 3em 0; }
	.top-news h2 { padding-bottom: 30px; }
	.top-news .item-list .item { padding-bottom: 12px; margin-bottom: 12px; }
	.top-news .item-list .item a { flex-wrap: wrap; }
	.top-news .item-list .item a div { width: 100%; margin-top: 10px; }
	.top-news .item-list .item::after { top: 20px; }
	
	.main-section { margin-bottom: 0; }
	
	.site-footer .widget_media_image { margin-bottom: 20px; text-align: center; }
	.site-footer .container .row { flex-direction: column; }
	.site-footer .col-lg-4:nth-child(1) { flex: 0 0 100%; max-width: 100%; }
	
	.top__contentsBox01 { padding: 3em 0 6em; }
	
    .top__contentsBox02 .flexBox { justify-content: center; }
	.top__contentsBox02 .flexBox .item { width: 48%; margin-bottom: 30px; }
	.top__contentsBox02 .flexBox .item:nth-child(1) { margin-right: 4%; }
	.top__contentsBox02 .flexBox .item:nth-child(3) { margin-bottom: 0; }
	
	.top__contentsBox02 h3 { margin-bottom: 1em; }
	
	.top__contentsBox04 .swiper-slide a img { height: 200px; border-radius: 10px; }
	.top__contentsBox05 { padding: 3em 0 0; }
	.top__contentsBox05 .item-list { margin-top: 30px; }
	.top__contentsBox06 { padding: 8em 0 8em; }
	
	/*------------------ 共通 ------------------*/
	
	.site-body { padding: 3rem 0 0; }
	.breadcrumb-list { display: none; }
	
	.page-header { min-height: 23em; }
	.page-header h1, .page-header .page-header-title { margin-top: -30px; font-size: 3em; }
	
	h2.title { margin-top: 30px; padding-bottom: 20px; font-size: 1.8rem; }
	
	h2.heading { font-size: 3.5em; margin-bottom: 30px; }
	h3.sub-heading { margin-top: 30px; }
	
	.single-news .page-header-title { margin-top: 150px; }
	
	/* 金谷中央保育園について */
	.about_exterior { min-height: 400px !important; background-size: cover; }
	.about_objective h3 { margin-top: 30px; margin-bottom: 15px; }
	.about_objective b { margin-bottom: 20px; }
	.about_service-txt { width: 100%; }
	
	body.post-name-about .main-section--col--two .alignfull { margin-top: 60px; }
	
	/* お知らせ */
	.single-news .entry-title { margin-top: 30px; padding-bottom: 20px; font-size: 1.8rem; }
		
	/* アルバム */
	.post-type-album .post-list .item-list { flex: 0 0 48%; }
	.post-type-album .post-list .item-list:nth-child(3n) { margin-right: 3.5%; }
	.post-type-album .post-list .item-list:nth-child(2n) { margin-right: 0; }
	
	.single-album .album__sub-photo ul li.item { width: 48%; }
	.single-album .album__sub-photo ul li.item:nth-child(3n) { margin-right: 3.5%; }
	.single-album .album__sub-photo ul li.item:nth-child(2n) { margin-right: 0; }
	.single-album .album__sub-photo ul li.item p { margin-bottom: 0; }
		
}

@media only screen and (max-width: 640px){
	
	#site-header { padding: 10px 0; }
	.site-header { height: 70px; }
	
	.site-header-logo a { padding: 0 10px; }
	.site-header-logo img { max-height: 50px; }
	.site-body-container { width: 90%; padding-left: 0; padding-right: 0; }
	
	.scroll-Block { display: none; }
	
	.button__container { top: 10px; right: 10px; width: 50px; height: 50px; }
	.button__container::after { bottom: 3px; font-size: 0.7rem; font-weight: 500; }
	
	.button__container span { top: 10px; }
	.button__container span:nth-of-type(2) { top: 18px; }
	.button__container span:nth-of-type(3) { top: 26px; }
	
	.button__container:hover span:nth-of-type(1) { top: 10px; }
	.button__container:hover span:nth-of-type(3) { top: 26px; }
	
	.button__container:hover.active .top { top: 10px; }
	.button__container:hover.active .bottom { top: 26px; }
	
	.button__container.active .top { -webkit-transform: translateY(8px) translateX(0) rotate(45deg); transform: translateY(8px) translateX(0) rotate(45deg); }
	.button__container.active .bottom { -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg); transform: translateY(-8px) translateX(0) rotate(-45deg); }
	
	.overlay .link-area nav { margin-bottom: 20px; }
	.overlay .link-nav_inr figure { display: none; }
	.overlay .link-area { width: 80%; padding: 7em 0; }
	
	.open .link-area .link-logo { margin-bottom: 10px; }
	.overlay .link-area .link-logo { margin-right: 5%; }
	.overlay .link-area .link-logo img { width: 180px; }
	.overlay .link-area .link-add { font-size: 0.9rem; }
	.overlay .link-area .link-add .tel span { margin-right: 10px; font-size: 1rem; }
	
	.overlay .link-area nav .link-list > li { width: 100%; margin-bottom: 5px; }
	.overlay .link-area nav .link-list > li a { display: flex; align-items: center; }
	.overlay .link-area nav .link-list > li a span { margin-right: 0; margin-left: 15px; font-size: 0.7em; letter-spacing: 0; order: 2; }
	.overlay .link-area nav .link-list > li p { font-size: 1.2rem; order: 1; }
	
	/*----------------- トップ -----------------*/
	
	.n2-section-smartslider { height: 45vh; }
	div#n2-ss-2 .n2-ss-slide { height: 45vh!important; }
	div#n2-ss-2 .n2-ss-slider-3 { height: 45vh; }
	
	#main-visual .main-visual__caption { top: 28%; }
	#main-visual .main-visual__caption .caption01 img { width: 120px; }
	
	#main-visual .recruit-icon { bottom: 10px; left: 15px; width: 130px; height: 140px; }
	#main-visual .recruit-icon a { width: 130px; height: 140px; }
	
	.floating-button { display: none; }
	.wp-block-cover__inner-container { width: 90% !important; }
	
	/**/
	.top__contentsBox01 h2 { width: 100%; }
	.top__contentsBox01 p { margin: 20px 0; font-size: 1rem; text-align: left; letter-spacing: 0; }
	.top__contentsBox01 p br { display: none; }
	
	.back-ill01 .top_objective01 { bottom: -40px; left: 50%; transform: translateX(-50%); width: 32vw; }
	.back-ill01 .top_objective02 { display: none; }
	
	.top__contentsBox02 h2 { width: 100%; }
	.top__contentsBox02 h3 { margin-top: 1em; padding-bottom: 0; }
	
	.back-ill02 .top_objective01 { top: 60px; }
	.back-ill02 .top_objective02 { top: 60px; }
	
	.top__contentsBox02 .flexBox .item { width: 90%; }
	.top__contentsBox02 .flexBox .item:nth-child(1) { margin-right: 0; }
	.top__contentsBox02 .flexBox .item p { font-size: 1.1rem; }
	
	.top__contentsBox03 { min-height: 200px !important; }
	
	.top__contentsBox04 { padding: 3em 0 4em; }
	.top__contentsBox04 h2 { width: 100%; }
	
	.top__contentsBox05 h2 { width: 100%; }
	.top__contentsBox05 .item-list { margin-top: 10px; }
	.top__contentsBox05 .item-list .item a { flex-direction: column; padding: 1em 0; }
	.top__contentsBox05 .item-list .item a div { margin-top: 5px; }
	
	.top__common_btn { margin: 25px auto; }
	
	.top__contentsBox06 { padding: 5em 0 5em; }
	.top__contentsBox06 .inner { padding: 1.5em; }
	.top__contentsBox06 .inner h2 { width: 80%; }
	.top__contentsBox06 .inner p { margin-bottom: 10px!important; font-size: 0.9rem; }
	.top__contentsBox06 .cantactFlex { flex-direction: column; }
	.top__contentsBox06 .cantactFlex .cantactFlex_tell { padding-right: 0; border-right: 0; }
	.top__contentsBox06 .cantactFlex .cantactFlex_tell h3 { border-bottom: 0; }
	.top__contentsBox06 .cantactFlex .cantactFlex_tell h3::before { left: 35px; }
	.top__contentsBox06 .cantactFlex .cantactFlex_mail { padding-left: 0; margin-top: 15px; }
	
	/* お知らせ */
	.top__news { padding: 3em 0; }
	.top__news h2.ttl { font-size: 1.5rem; }
	.top__news p.txt { text-align: left; }
	
	.swiper { margin-top: 20px !important; }
	
	.link-btn01 { margin: 10px auto 0; }
	.link-btn01 a { padding: 0.7em 3em; }
	
	/* お知らせ */
	.top-news .wp-block-cover__inner-container .top-news__back-en { font-size: 4rem; opacity: 0.5; }
	
	.top-news h2 { padding-bottom: 25px; font-size: 1.6rem; }
	.top-news .item-list { margin-bottom: 40px; }
	.top-news .item-list .item time { margin-right: 10px; }
	.top-news .item-list .item div { font-size: 1.1rem; }
	
	.top-contact { padding: 4em 0 2em; }
	.top-contact .ct-flexBox h2 { font-size: 1.4rem; }
	.top-contact .ct-flexBox .flexBox01 p, .top-contact .ct-flexBox .flexBox02 p { font-size: 0.9rem; margin-bottom: 10px; }
	.top-contact .ct-flexBox .flexBox02 p:last-of-type { font-size: 1.3rem; line-height: 0.7; }
	.top-contact .ct-flexBox .flexBox02 p:last-of-type strong { font-size: 1.7rem; line-height: 0.7; }
	
	.site-footer { background-position: bottom; }
	.site-footer .container { padding: 2.5em 0; }
	.site-footer .container .row { display: block; margin: 0; }
	.site-footer .wp-block-image img { width: 200px; }
	
	.site-footer .widget_nav_menu { padding-bottom: 0; }
	
	.site-footer .col-lg-4 .widget_media_image { margin-bottom: 10px; }
	.site-footer .col-lg-4 figure { margin-bottom: 0; }
	.site-footer .col-lg-4:nth-child(1) .footer__company p { font-size: 0.9rem; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data { margin-top: 10px; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(1) { line-height: 1; margin-bottom: 5px; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(1) span { font-size: 1.3rem; }
	
	.site-footer .col-lg-4:nth-child(3) { max-width: 100%; margin-top: 20px; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu>li { width: 100%; margin: 0 0 5px; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu>li>a { border-bottom: 1px #fff solid; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu>li>a::before { top: 7px; width: 7px; height: 7px; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu li ul { margin-bottom: 10px; }
	
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu { justify-content: space-between; padding-left: 0; margin: 15px 0 0; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu li { margin: 3px 7px 3px 0; padding-left: 13px; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu li:nth-child(3) { margin: 3px 0px 3px 0; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu li::before { top: 7px; left: -2px; width: 7px; height: 7px; }
	
    .site-footer-copyright { margin-bottom: 0; }
	
	/*------------------ 共通 ------------------*/
	
	.site-body { padding: 1rem 0 0; }
	
	.page-header { min-height: 15em; }
	.page-header-inner { margin: 0 auto; margin-left: calc(50% - 45vw); margin-right: calc(50% - 45vw); padding-left: 0; padding-right: 0; }
    .page-header h1, .page-header .page-header-title { margin-top: -20px; font-size: 1.7rem; font-weight: 600; }
	
	h2.title { margin-top: 20px; padding-bottom: 15px; font-size: 1.25rem; }
	h3.sub-title { margin-top: 25px; font-size: 1.15rem; }
	
	/*---------------- お知らせ ----------------*/
	
	.post-type-news h1.page-header-title::before { top: 25px; font-size: 1rem; }
	
	.post-type-news .post-list { margin: 20px 0 50px !important; }
	.post-type-news .item-list .item a { flex-direction: column; padding: 1em 0; }
	.post-type-news .item-list .item a .ttl { margin-top: 5px; }
	
	.single-news .page-header-title::before { top: 25px; font-size: 1rem; }
	
	.single-news .entry-title { margin-top: 20px; padding-bottom: 15px; font-size: 1.25rem; }
	
	/*---------------- アルバム ----------------*/
	
	.post-type-album h1.page-header-title::before { top: 25px; font-size: 1rem; }
	
	.post-type-album .post-list { margin-top: 20px; }
	.post-type-album .post-list .item-list { margin-bottom: 25px; }
	.post-type-album .post-list .item-list .item img { height: 130px; }
	.post-type-album .post-list .item-list .item h2 { margin-bottom: 0; font-size: 1rem; }
	
	.single-album .page-header-title::before { top: 25px; font-size: 1rem; }
	
	.single-album .entry-header { margin-top: 20px; margin-bottom: 20px; }
	.single-album .entry-title { margin-bottom: 15px; padding-bottom: 15px; font-size: 1.5rem; }
	
	.single-album .album__sub-photo ul { margin: 0; }
	.single-album .album__sub-photo ul li.item { margin-bottom: 15px; }
	.single-album .album__sub-photo ul li.item a img { height: 130px; }
	.single-album .album__sub-photo ul li.item p { font-size: 0.85rem; }
	
	/*---------------- 金谷中央保育園について ----------------*/
	
	.post-name-about h1.page-header-title::before { top: 25px; font-size: 1rem; }
	.post-name-about .entry-body p { font-size: 0.9rem; }
	
	.about_overview { margin-top: 20px; margin-bottom: 40px; }
	.about_overview table td:nth-child(1) { width: 100%; border-bottom: 0; }
	.about_overview table td { display: block; font-size: 0.9rem; }
	
	.about_exterior { min-height: 200px !important; }
	
	.about_objective h3 { margin-top: 30px; font-size: 1.4rem; letter-spacing: 0.05em; }
	.about_objective b { margin-bottom: 20px; font-size: 1.2rem; letter-spacing: 0.05em; line-height: 1.5; }
	.about_objective p { margin-bottom: 0; text-align: justify; }
	.about_objective p br { display: none; }
	
	body.post-name-about .main-section--col--two .alignfull { margin-top: 40px; padding: 3em 0 3em; }
	
	.about_service { margin-bottom: 25px !important; }
	.about_service-img { margin-bottom: 20px; }
	.about_service-flexBox .item { width: 100%; padding: 1em; margin-bottom: 15px; }
	.about_service-flexBox .item span { font-size: 1.1rem; }
	
	/*---------------- 年間行事 ----------------*/
	
	.post-name-events h1.page-header-title::before { top: 25px; font-size: 1rem; }
	
	.post-name-events p.events_heading { margin-top: 20px; font-size: 1.2rem; letter-spacing: 0; text-align: justify; }
	
	.post-name-events .events_list .monthBox { margin-top: 20px; padding-bottom: 15px; }
	.post-name-events .events_list .monthBox .month { width: 80px; height: 80px; padding: 1.5em 0.5em; font-size: 1.3rem; }
	.post-name-events .events_list .monthBox .month span { margin-right: 5px; font-size: 2.5rem; }
	.post-name-events .events_list .monthBox .events_name { margin-left: 1em; }
	.post-name-events .events_list .monthBox .events_img { width: 120px; }
	
	/*---------------- 保育園での一日 ----------------*/
	
	.post-name-oneday h1.page-header-title::before { top: 25px; font-size: 1rem; }
	
	.post-name-oneday h3.headline { font-size: 1.35rem; }
	.post-name-oneday p { font-size: 0.9rem; }
	.post-name-oneday p.introduction { width: 100%; }
	
	.post-name-oneday .oneday_imgBox { margin-top: 30px; }
	
	.post-name-oneday .oneday_schedule01 { margin-top: 30px; }
	.post-name-oneday .oneday_schedule01 table th { padding: 0.5em; font-size: 1rem; }
	.post-name-oneday .oneday_schedule01 table td { padding: 0.5em; font-size: 1rem; }
	
	.post-name-oneday .oneday_schedule02 { margin-top: 30px; }
	.post-name-oneday .oneday_schedule02 table th { padding: 0.5em; font-size: 1rem; }
	.post-name-oneday .oneday_schedule02 table td { padding: 0.5em; font-size: 1rem; }
	
	/*---------------- ご意見BOX ----------------*/
	
	.post-type-opinion h1.page-header-title::before { top: 25px; font-size: 1rem; }
	
	.post-type-opinion .post-list { margin: 20px 0 50px !important; }
	.post-type-opinion p { font-size: 0.9rem; }
	
	.opinion-manager .manager { flex-direction: column; }
	.opinion-manager .manager dt { width: 100%; padding: 0.5em 0.5em; font-size: 0.9rem; font-weight: 400; }
	.opinion-manager .manager dd { width: 100%; font-size: 0.9rem; text-align: center; border-left: 1px #f88d8d solid; }
	
	.opinion-manager .c-member { flex-direction: column; }
	.opinion-manager .c-member dt { width: 100%; padding: 0.5em 0.5em; font-size: 0.9rem; font-weight: 400; }
	.opinion-manager .c-member dd { width: 100%; font-size: 0.9rem; text-align: center; border-left: 1px #f88d8d solid; }
	
	.post-type-opinion .item-list .item a { flex-direction: column; padding: 1em 0; }
	.post-type-opinion .item-list .item a .ttl { margin-top: 3px; }
	
	.single-opinion .page-header-title::before { top: 25px; font-size: 1rem; }
	
	.single-opinion .entry-title { margin-top: 20px; padding-bottom: 15px; font-size: 1.25rem; }
	.single-opinion .sub-title01 { margin-top: 25px; font-size: 1.15rem; }
	.single-opinion .sub-title02 { margin-top: 25px; font-size: 1.15rem; }
	
	/*---------------- 採用情報 ----------------*/
	
	.post-name-recruit h1.page-header-title::before { top: 25px; font-size: 1rem; }
	
	.post-name-recruit .entry-body h3 { margin-top: 25px; font-size: 1.5rem; letter-spacing: 0.05em; }
	.post-name-recruit .entry-body p { font-size: 0.9rem; }
	
	.post-name-recruit .recruit_img { margin-top: 20px; }
	.post-name-recruit .recruit_flexBox { margin-top: 30px; }
	.post-name-recruit .recruit_job-description { margin-top: 30px; }
	.post-name-recruit .recruit_job-description table td { display: block; font-size: 0.9rem; border: 0; }
	.post-name-recruit .recruit_job-description table td:nth-child(1) { width: 100%; }
	
	/*---------------- 様式ダウンロード ----------------*/
	
	.post-name-download h1.page-header-title::before { top: 25px; font-size: 1rem; }
	
	.post-name-download p { margin-bottom: 15px; }
	.post-name-download p a { padding: 0.7em 1em 0.7em 3.2em; font-size: 0.9rem; }
	.post-name-download p.guidance { margin-top: 20px; margin-bottom: 25px; font-size: 0.9rem; }
	
	/*---------------- お問い合わせ ----------------*/
	
	.post-name-contact h1.page-header-title::before { top: 25px; font-size: 1rem; }
	
	.post-name-contact .entry-body p { font-size: 0.9rem; }
	
	/*---------------- プライバシーポリシー ----------------*/
	
	.pp-list li { font-size: 0.9rem; }
	