/*
Theme Name: 広野保育園
Theme URI: http://wordpress.org/themes/twentythirteen
Author: masato WATANABE
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starside_menuting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('reset.css');

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

/*コンテンツ幅768ピクセル*/
@media print, screen and (min-width:769px) {
    
/* Loading背景画面設定　*/
    
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:#f5f5f5;
	text-align:center;
	color:#754a00;
    transition: opacity .5s ease-out;
    opacity: 1;
}

/* Loadingバー中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	width: 20%;
	transform: translate(-50%, -50%);
	color: #754a00;
}    
/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
/*
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
*/
    font-size: 62.5%;
}
button, input, select, textarea {
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;

/*
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
*/
}
body {
	color: #754a00;
	line-height: 1.7;
	margin: 0;
    overflow-x: hidden;
    font-size: 1.6rem;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a {
	color: #754a00;
    text-decoration: none;
}
a:visited {
	color: #754a00;
}
a:focus {
	outline: none;
}
a:active, a:hover {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*PCサイズでは非表示*/
.sp_show {
    display: none;
}
    
/*フェードイン用のcss*/ 
/*下からフェードイン*/
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    transition: opacity 1.5s,visibility 1.5s, transform 1.5s;
}
.js-fade.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

/*上からフェードイン*/
.js-fadeDown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.js-fadeDown.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: block;
	margin: 5px 10px 5px 0;
}
img.alignright {
	display: block;
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignnone {
	margin:0;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin: 5px 0;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
#main_visual {
	margin: 0;
	height: auto;
    position: relative;
}
/*コンテンツメイン*/
.contents_main {
	margin: 0 auto 100px;
	padding:0 50px;
	max-width:1280px;
	font-size: 105%;
	line-height: 190%;
}
.contents_2col {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding:30px 0 0 0;
}
.contents_page {
	order: 1;
	margin: 0;
	width:73%;
}
/*サイド*/
#side {
	order: 1;
	width:22%;
	height: 100%;
	position: sticky;
	top:0px;
}
#side img {
	max-width: 100%;
	height: auto;
}
#rightside {
	order: 2;
	width:22%;
}

/*more_btn共通ボタンスタイル*/ 
.more_btn {
	border-radius: 30px;
	background-color: #36B8C7;
	transition: 400ms;
	box-shadow: 0 3px 3px #999;
	width: fit-content;
}
.more_btn a {
	padding: 15px 100px 10px;
	display: block;
	color: #fff;
	height: 100%;
	transition: 400ms;
	font-size: clamp(14px, 1vw, 16px);
}
.btn_flex {
	display: flex;
	justify-content: center;
}
/*ホバー時の動き*/
.more_btn:hover {
	background-color: #fff;
}    
.more_btn:hover a {
	color: #36B8C7;
}
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site_header {
	margin: 0;
	width:100%;
	background-image: url("images/headers/header_bg.png");
	background-size: cover;
	background-position: center bottom;
}
 @media screen and (max-width: 900px) {
	.site_header {
		height: auto;
	}
}
#site_title {
	width:40%;
}
h1 a {
	display: block;
}
h1 a img {
	max-width: 100%;
    margin-top: 10px;
}
#header_link {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
	width:45%;
}
#header_link ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header_link ul li {
	list-style: square;
	margin-right: 20px;
	padding-right: 10px;
}
#header_link ul li:last-child {
	margin: 0;
}
#header_link ul li img {
	max-width: 100%;
	height: auto;
}
#header_link a,
ul#menu-menu_pc li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header_link a:visited,
ul#menu-menu_pc li a:visited {
	color: #FFFFFF;
}
#header_link a:hover,
ul#menu-menu_pc li a:hover {
	text-decoration:underline;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
/*グローバルナビゲーション*/
#navi_back {
	height: 69px;
	background: url("images/headers/nav_back.svg");
}
.site_nav {
	display: block;
	margin: 0 auto;
	padding:0 15px;
	max-width: 1400px;
}   
.header_tel {
	display: flex;
	justify-content: flex-end;
	padding-top: 14px;
}
.header_inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}
.header_nav {
	display: flex;
	padding-bottom: 1vw;
	justify-content: center;
	column-gap: 3vw;
}
.header_nav .nav-left {
	display: flex;
	flex: 1;
	justify-content: space-between;
}
.header_nav .header_h1 {
	display: flex;
	width: fit-content;
}
.header_nav .header_h1 h1 {
	display: flex;
	align-items: end;
	padding-bottom: 1.5vw;
}
.header_nav .header_h1 a {
	margin-top: 1vw;
}
.header_nav .header_h1 a img {
	transition-duration: 400ms;
	margin-top: 0;
	width: 19vw;
	max-width: 350px;
	min-width: 230px;
}
.header_nav .header_h1 a:hover img {
	transform: translate(0px, -5px);
}
.header_nav .nav-right {
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin-bottom: 20px;
}
ul#menu-header-nav-left,
ul#menu-header-nav-right {
	margin-top: 10px;
	max-width: 450px;
	justify-content: center;
	gap: 2vw;
}
ul#menu-header-nav-left li a,
ul#menu-header-nav-right li a {
	display: block;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}
ul#menu-header-nav-left li a img,
ul#menu-header-nav-right li a img {
	display: block;
	margin: 0 auto;
	width: 8vw;
	max-width: 100px;
	transition-duration: 400ms;
}
ul#menu-header-nav-left li a:hover img,
ul#menu-header-nav-right li a:hover img {
	transform: translate(0px, -5px);
}
ul#menu-header-nav-left li a p,
ul#menu-header-nav-right li a p {
	text-align: center;
	font-size: clamp(12px, 1vw, 18px);
	color: #754a00;
}
@media screen and ( max-width: 1200px ) {
.site_header .header_nav {
	column-gap: 30px;
}
}

@media screen and ( max-width: 900px ) {
.site_header .header_nav {
	column-gap: 0px;
}
.header_nav .header_h1 a img {
	width: 23vw;
	max-width: 200px;
	min-width: 150px;
	margin-bottom: 8px;
}
.header_nav .nav-right {
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin-bottom: 10px;
}
}

/*-------------------------------------------------------
----パン屑リスト-----------------------------------------
-------------------------------------------------------*/
#breadcrumb {
	padding: 20px 0 5px 0;
	font-size: 80%;
	text-align: left;
}
#breadcrumb_inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width:1400px;
	color: #754a00;
}
#breadcrumb_inner a {
	text-decoration: none;
}
#breadcrumb_inner a:hover {
	text-decoration:none;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
/*-------------------------------------------------------
----トップページmv-----------------------------------------
-------------------------------------------------------*/   
#main_visual {
	position: relative;
	height: 55vw;
	z-index: -1;
	top: -3.5vw;
}
#main_visual .mv01,
#main_visual .mv02,
#main_visual .mv03,
#main_visual .mv04,
#main_visual .mv05 {
	width: 100vw;
	margin: 0 auto;
	position: absolute;
	animation: rotation 30s infinite;
	opacity: 0;
}
#main_visual .mv01 {
	animation-delay: 0;
}
#main_visual .mv02 {
	animation-delay: 6s;
}
#main_visual .mv03 {
	animation-delay: 12s;
}
#main_visual .mv04 {
	animation-delay: 18s;
}
#main_visual .mv05 {
	animation-delay: 24s;
}

@keyframes rotation {
0% {
   opacity: 0;
}
7% {
   opacity: 1;
}
18% {
   opacity: 1;
}
25% {
   opacity: 0;
}
100% {
   opacity: 0;
}
} 
#main_visual .mv01 .mv01_img,
#main_visual .mv02 .mv02_img,
#main_visual .mv03 .mv03_img,
#main_visual .mv04 .mv04_img,
#main_visual .mv05 .mv05_img {
	width: 100vw;
	height: 100%;
}
#main_visual .mv01 .mv01_text {
	position: absolute;
	top: 18%;
	left: 55%;
	width: 160px;
}
#main_visual .mv02 .mv02_text {
	position: absolute;
	top: 16%;
	left: 20%;
	width: 160px;
}
#main_visual .mv03 .mv03_text {
	position: absolute;
	top: 22%;
	left: 85%;
	width: 160px;
}
#main_visual .mv04 .mv04_text {
	position: absolute;
	top: 13%;
	left: 80%;
	width: 160px;
}
#main_visual .mv05 .mv05_text {
	position: absolute;
	top: 13%;
	left: 87%;
	width: 140px;
}

@media screen and ( max-width: 1600px ) {
#main_visual .mv04 .mv04_text {
	width: 120px;
}
#main_visual .mv05 .mv05_text {
	width: 120px;
	top: 10%;
}
}

@media screen and ( max-width: 1350px ) {
#main_visual .mv04 .mv04_text {
	width: 120px;
}
#main_visual .mv05 .mv05_text {
	width: 100px;
	top: 10%;
}
}

@media screen and ( max-width: 1200px ) {
#main_visual .mv01 .mv01_text {
	width: 120px;
}
#main_visual .mv02 .mv02_text {
	width: 120px;
}
#main_visual .mv03 .mv03_text {
	width: 120px;
}
#main_visual .mv04 .mv04_text {
	width: 100px;
}
#main_visual .mv05 .mv05_text {
	width: 80px;
}
}

@media screen and ( max-width: 950px ) {
#main_visual .mv01 .mv01_text {
	width: 100px;
}
#main_visual .mv02 .mv02_text {
	width: 100px;
}
#main_visual .mv03 .mv03_text {
	width: 100px;
}
#main_visual .mv04 .mv04_text {
	width: 80px;
}
#main_visual .mv05 .mv05_text {
	width: 70px;
}
}
    
/*-------------------------------------------------------
----トップページ-----------------------------------
-------------------------------------------------------*/
.main_contents {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	top: -6vw;
}
    
/*-------------------------------------------------------
----トップページお知らせ-----------------------------------
-------------------------------------------------------*/
#news_container {
	background: url("images/pages/news_container_bg_small.png")repeat;
	margin: 0 calc(50% - 50vw);
}
#news_container .news_box {
	width: 100%;
	max-width: 1280px;
	padding: 50px 30px 150px;
	margin: 0 auto;
}
#news_container .news_box .news_h2 {
	display: flex;
	margin-bottom: 40px;
	padding-top: 10px;
	justify-content: center;
}
#news_container .news_box .news_h2 img {
	margin-right: 1vw;
	z-index: 10;
}
#news {
	color: #004B5A;
	font-size: clamp(20px, 2vw, 34px);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}
    
@media screen and ( max-width: 1150px ) {
#news_container .news_box .news_h2 {
	position: relative;
}
#news_container .news_box .news_h2 img {
	width: 5vw;
	position: absolute;
	top: 15px;
	left: 0px;
}
#news {
	font-size: 20px;
	padding-left: 50px;
}
}
    
.news_contents {
	border-bottom: 1px dotted #000;
	transition: 200ms;
}
.news_contents:hover {
	background-color: rgba(255, 255, 255, .8);
}
.news_contents  a {
	display: block;
	padding: 20px;
}
.news_contents a .news_content {
	display: flex;
	margin-bottom: 5px;
}
.news_contents .news_content .news_date {
	margin: 0 0 0 10px;
	font-weight: 400;
	padding-top: 5px;
}
.news_contents .news_content a img {
	margin: 0 20px 10px 0;
}
.news_ptitle {
	font-size: 2.2rem;
}
#news_container .news_box h2 {
	position: relative;
	padding-top: 0;
}
#news_container .news_box .news_h2 {
	margin: 50px 0 40px 50px;
	justify-content: left;
	position: relative;
	padding-top: 0;
}
#news_container .news_box .news_h2::before {
	content: "";
	background-image: url("images/pages/news_icon.png");
	background-size: cover;
	width: 80px;
	height: 45px;
	position: absolute;
	top: 2px;
	left: 0px;
}
#news_container .news_box .news_h2 h2 {
	padding-left: 100px;
}
#news_container .news_box .news_wrapper {
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
	row-gap: 50px;
}
#news_container .news_box .news_contents {
	border-bottom: none;
	width: calc((100% - 60px) / 3);
	margin-right: 29.9px;
}
#news_container .news_box .news_contents:nth-child(3n) {
	margin-right: 0;
}
#news_container .news_box .news_contents a {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#news_container .news_box .news_contents a .news_thumbnail {
	overflow: hidden;
	height: 15vw;
	max-height: 220px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#news_container .news_box .news_contents a .news_thumbnail .news_thumbnail_img {
	height: 15vw;
	max-height: 220px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 400ms;
}
#news_container .news_box .news_contents a:hover .news_thumbnail .news_thumbnail_img {
	transform: scale(1.1);
}
#news_container .news_box .news_contents a .news_content p {
	transition: 200ms;
}
#news_container .news_box .news_contents a p {
	transition: 200ms;
}
#news_container .news_box .news_contents a:hover .news_content p {
	color: #f0345c;
}
#news_container .news_box .news_contents a:hover p {
	color: #f0345c;
}
#news_container .news_box .news_contents .news_content {
	flex-direction: column;
}
#news_container .news_box .news_contents .news_content .news_date {
	margin: 0;
	padding-top: 15px;
	font-size: clamp(1.4rem, 1vw, 1.6rem);
}
#news_container .news_box .news_contents .news_ptitle {
	font-size: clamp(1.4rem, 1vw, 1.6rem);
}
.news_box .more_btn {
	width: fit-content;
	padding: 0;      
	margin: 0 auto;
}
#news_container .new_mark {
	position: relative;top:-6px;left:10px;
}
.must_mark {
	position: relative;top:-6px;left:5px;
}

@media screen and ( max-width: 1200px ) {
#news_container .news_box {
	min-width: 300px;
	padding: 0px 15px 60px;
}
.news_contents a {
	padding: 20px 15px;
}
.news_contents a .news_content {
	display: block;
}
.news_contents .news_content .news_date {
	margin: 10px 0 0 0;
}
.news_contents .news_ptitle {
	font-size: 1.6rem;
}
.news_box .more_btn {
	width: fit-content;
	padding: 0;        
}
.news_box .more_btn a {
	width: 100%;
	padding: 15px 100px 10px;
}
}
    
/*-------------------------------------------------------
----トップページ保育日記-----------------------------------
-------------------------------------------------------*/
.diary_container_bg {
	background-image: url("images/pages/diary_bg.png");
	background-size: 100% auto;
	top: 0px;
	position: relative;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 25px 0 0;
}
.diary_container_bg::before {
	content: "";
	background-image: url("images/pages/diary_bg_top2.png");
	background-size: 100% auto;
	position: absolute;
	width: 100vw;
	height: 6vw;
	top: -5vw;
}
#diary_container_bottom_slider {
	display: flex;
	width: 100vw;
	position: absolute;
	margin: 0 auto;
	height: 5vw;
	bottom: -4.5vw;
	overflow-x: hidden; /* 横にはみ出た部分を隠す */
}
#diary_container_bottom_slider .slide {
	background-size: cover;
	background-image: url("images/pages/diary_bg_bottom2.png");
	width: 100vw;
	height: 2.5vw;
}
#diary_container {
	max-width: 1280px;
	margin: 3vw auto 0;
	padding: 40px 40px 20px;
	background-color: #f9f2da;
	max-width: 1400px;
}
.diary_h2 {
	display: flex;
	padding: 0 10px;
}
.diary_h2 .diary_img {
	width: 80px;
}
.diary_h2 h2 {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-left: 16px;
	padding-top: 22px;
	font-size: 28px;
}
.diary_h2 h2 span {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 17px;
	margin-left: 25px;
}
.h2_line {
	width: 100%;
}
.diary_category {
	display: flex;
	column-gap: 15px;
	justify-content: space-between;
	max-width: 1280px;
	margin: 50px auto 100px;
}
.diary_category li a {
	display: block;
}
.diary_category li a img {
	width: 100%;
	max-width: 123px;
	transition: 400ms;
}
.diary_category li a img:hover {
	transform: translate(0px, -5px);
}
#diary_container .diary_class_container {
	max-width: 1100px;    
	margin: 0 auto;
}
.diary_class_wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
	margin: 0 auto 40px;
}
.diary_class_wrapper .diary_box {
	margin-right: 29.9px;
	width: calc((100% - 60px) / 3);
	margin-bottom: 20px; /* 行間のスペース */
}
.diary_class_wrapper .diary_box:nth-child(3n) {
	margin-right: 0;
}
.diary_class_wrapper .diary_box a {
	display: block;
}
.diary_class_wrapper .diary_box a .dairy_thumbnail_img {
	overflow: hidden;
	height: 20vw;
	max-height: 220px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.diary_class_wrapper .diary_box a .dairy_thumbnail_img .diary_thumbnail_tag:nth-child(1) {
	top: 0px;
}
.diary_class_wrapper .diary_box a .dairy_thumbnail_img .diary_thumbnail_tag:nth-child(2) {
	top: 34px;
}
.diary_class_wrapper .diary_box a .dairy_thumbnail_img .diary_thumbnail_tag:nth-child(3) {
	top: 68px;
}
.diary_class_wrapper .diary_box a img.new_mark {
	position: relative;
	top: -6px;
}
.dairy_thumbnail_img_inner {
	position: relative;
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center;
	transition: 400ms ease;
}
.diary_class_wrapper .diary_box a:hover .dairy_thumbnail_img_inner {
	transform: scale(1.1);
}
.diary_class_wrapper .diary_box a:hover p {
	color: #f0345c;
}
.diary-date {
	font-size: clamp(1.4rem, 1vw, 1.6rem);
	font-weight: 400;
	margin-top: 25px;
}
.diary-title {
	font-size: clamp(1.4rem, 1vw, 1.6rem);
	margin-top: 10px;
}
.diary_class_wrapper .diary_box a:hover .top-diary-list-wrapper .top-diary-list {
	color: #f0345c;
	transition: 400ms;
}
.diary_btn {
	margin: 0 auto 50px;
}
p.no-post {
	margin: 50px auto;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
}

/*-------------------------------------------------------
----トップページきょうの給食・おやつ--------------------------
-------------------------------------------------------*/   
.lunch_sdgs_container_bg {
	margin: 0 calc(50% - 50vw) 100px;
	width: 100vw;
	background-color: #f9f2da;
	position: relative;
	padding: 50px 0 150px;
}
#lunch_container_top_slider {
	display: flex;
	width: 100vw;
	position: absolute;
	margin: 0 calc(50% - 50vw);
	height: 5vw;
	top: -2.5vw;
	overflow-x: hidden;
}
#lunch_container_top_slider .slide {
	background-size: cover;
	background-image: url("images/pages/lunch_bg_top.png");
	width: 100vw;
	height: 2.5vw;
}
.lunch_container_bg {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #f9f2da;
	position: relative;
	padding: 50px 0;
}
.lunch_container_bg .lunch_box {
	width: 100%;
	max-width: 1280px;
	padding: 50px 30px 150px;
	margin: 0 auto;
}
.lunch_container_bg .lunch_box .lunch_h2 {
	display: flex;
	margin: 0 0 40px 50px;
}
.lunch_container_bg .lunch_box .lunch_content {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
	margin: 30px 0;
}
.lunch_container_bg .lunch_box .lunch_content .lunch_photo {
	display: flex;
	width: auto;
	margin: 0;
}
.lunch_container_bg .lunch_box .lunch_content .lunch_photo .photo_back {
	background-color: #fff;
	padding: 2%;
	width: fit-content;
	position: relative;
}
.lunch_container_bg .lunch_box .lunch_content .lunch_photo .photo_back::after {
	content: "";
	background-image: url("images/pages/photo_back_pin.png");
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3%;
	left: 52%;
	transform: translate(-50%, -50%);
}
.lunch_container_bg .lunch_box .lunch_content .lunch_photo .photo {
	background-size: cover;
	background-position: 50%;
	width: 25vw;
	height: 16vw;
	border-radius: 0px;
	max-width: 300px;
	max-height: 195px;
}
.lunch_container_bg .lunch_box .lunch_content .lunch_text {
	padding: 30px 2vw 0;
	margin: 0 0 0 2vw;
	background: #fff;
	border-radius: 30px;
	width: 100%;
}
.lunch_container_bg .lunch_box .lunch_content .lunch_text .flex {
	display: flex;
	margin-bottom: 20px;
	position: relative;
}
.lunch_container_bg .lunch_box .lunch_content .lunch_text .flex .lunch_key {
	display: block;
	width: fit-content;
	background-color: #ffc156;
	border-radius: 34px;
	padding-top: 4px;
	position: absolute;
	top: -4px;
	left: 0;
}
.lunch_container_bg .lunch_box .lunch_content .lunch_text .flex .lunch_value {
	margin-left: 100px;
	padding: 0;
	font-size: clamp(14px,1vw,16px);
}

#lunch {
	font-size: 34px;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	padding: 13px 0 0 10px;
}
.lunch_box .lunch_content .lunch_photo {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	width: 80%;
	align-items: center;
	margin: 30px auto;
}
.lunch_box .lunch_content .lunch_photo .photo {
	background-size: cover;
	background-position: 50%;
	width: 30vw;
	height: 18vw;
	border-radius: 15px;
	max-width: 220px;
	max-height: 150px;
}
#news,
#lunch,
.sdgs_container .sdgs_h2 h2{
	font-size: clamp(24px, 2vw, 28px);
}
.lunch_box .lunch_content .lunch_text {
	margin: 30px 4vw 0;
}
.lunch_box .lunch_content .lunch_text .flex {
	display: flex;
	margin-bottom: 20px;
	position: relative;
}
.lunch_box .lunch_content .lunch_value {
	margin-left: 100px;
	padding: 0;
	font-size: clamp(14px, 1vw, 16px);
}
.lunch_box .lunch_content .lunch_text .flex .lunch_key {
	display: block;
	width: fit-content;
	background-color: #FFC156;
	border-radius: 34px;
	padding-top: 4px;
	position: absolute;
	top: -4px;
	left: 0px;
}
.lunch_box .lunch_content .lunch_text .flex .lunch_key span {
	padding: 0 30px;
}
.lunch_box .lunch_content .lunch_text .flex .lunch_key span.lunch_menu {
	padding: 0 30px;
}
.lunch_box .lunch_content .lunch_text .flex .lunch_key span.lunch_oyatsu {
	padding: 0 22px;
}
.lunch_box .lunch_snack_btn {
	margin: 10px auto 0;
}
.links_container_bg {
	background-color: #fffdf4;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	position: relative;
}
.links_container_bg .links_container_top {
	position: absolute;
	top: -3vw;
	width: 99vw;
}
#links_container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
	gap: 50px;
	max-width: 1200px;
	padding: 150px 20px 50px;
	position: relative;
}

.sdgs_h2 {
	display: flex;
	padding: 15px 10px 15px;
}
.sdgs_h2 h2 {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: clamp(24px, 2.5vw, 34px);
	padding: 30px 0 0 10px;
}
.sdgs_h2_line {
	margin-bottom: 20px;
	width: 100%;
}
.sdgs_container {
	padding: 60px 20px 60px;
	border-radius: 10px;
	position: relative;
	background-image: url("images/pages/sdgs_bg.webp");
	background-size: 100% auto;
	width: 45vw;
	max-width: 550px;
	height: 60vw;
	max-height: 740px;
	background-repeat: no-repeat;
	background-position: center;
}
.sdgs_h2 {
	display: flex;
	padding: 2vw 0 0 0;
	width: fit-content;
	margin: 2px auto 20px;
}
.sdgs_h2 img {
	width: 12vw;
	max-width: 120px;
}
.sdgs_context {
	margin: 30px 5px 24px 10px;
}
.sdgs_context p {
	width: 90%;
	margin: 0 auto 0;
	font-size: 1.5rem;
}
.sdgs_context p span {
	color: #FF1E22;
	font-size: 1.2rem;
}
.sdgs_btn {
	margin: 10px auto 0;
}
.sdgs_link_block {
	width: 90%; 
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
}
.sdgs_link_block .sdgs_morakko {
	width: 47%;
}
.sdgs_link_block .mokkeda_pdf .wp-block-button a {
	background-color: #fff;
	border: 3px solid #36bcde;
	padding: 25px 30px 20px 80px;
	font-size: 1.8rem;
	max-width: 250px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	gap: 20px;
	border-radius: 15px;
	color: #484848;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
	transition: 200ms;
	margin: 1vw auto 0;
	position: relative;
}
.sdgs_link_block .mokkeda_pdf .wp-block-button a::before {
	content: "";
	background-image: url(icon/pdf_icon.png);
	background-size: cover;
	width: 30px;
	height: 40px;
	position: absolute;
	top: 17px;
	left: 28px;
}
.sdgs_link_block a p {
	padding-top: 5px;
	font-size: clamp(14px, 1.5vw, 18px);
}
.sdgs_link_block a img {
	width: 25%;
	max-width: 30px;
}
.sdgs_link_block .sdgs_btn_block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 20px;
}
.sdgs_link_block .sdgs_btn_block .mokkeda {
	background-color: #fba4cc;
	text-align: center;
	width: 220px;
}
.sdgs_link_block .sdgs_btn_block .mokkeda a {
	padding: 12px 30px 8px;
}
.sdgs_link_block .sdgs_btn_block .mokkeda:hover {
	background-color: #fff;
}
.sdgs_link_block .sdgs_btn_block .mokkeda:hover a {
	color: #fba4cc;
}
.sdgs_link_block .sdgs_btn_block .guide {
	background-color: #a66a85;
	text-align: center;
	width: 220px;
}
.sdgs_link_block .sdgs_btn_block .guide a {
	padding: 12px 65px 8px;
}
.sdgs_link_block .sdgs_btn_block .guide:hover {
	background-color: #fff;
}
.sdgs_link_block .sdgs_btn_block .guide:hover a {
	color: #a66a85;
}
#links_container .tomoaso_box {
	width: 45vw;
	max-width: 550px;
	height: 60vw;
	max-height: 740px;
	background-image: url("images/pages/lunch_bg.webp");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 60px 50px;
}
#links_container .tomoaso_box .tomoaso_icon {
	width: 12vw;
	max-width: 150px;
	position: absolute;
	top: 2vw;
	left: 4vw;
}
#links_container .tomoaso_box .tomoaso_h2 {
	display: flex;
	margin: 0 auto;
	width: fit-content;
	text-align: center;
}
#links_container .tomoaso_box .tomoaso_h2 h2 {
	font-size: clamp(24px,2vw,28px);
	margin-top: 1vw;
}
#tomoaso {
	font-size: 34px;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.tomoaso_box .tomoaso_content {
	margin: 30px 5px 54px 10px;
}
.tomoaso_box .tomoaso_content .tomoaso_text p {
	font-size: 1.5rem;
}
.tomoaso_box .tomoaso_btn {
	margin: 10px auto 0;
}
.tomoaso_link_block {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
.tomoaso_link_block .tomoaso_img {
	width: 47%;
}
.tomoaso_link_block .tomoaso_btn_block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 20px;
}
.tomoaso_link_block .tomoaso_btn_block .more_btn {
	width: 100%;
}
.tomoaso_link_block .tomoaso_btn_block .tomoaso_btn2 {
	background-color: rgba(240,94,97,1.00);
}
.tomoaso_link_block .tomoaso_btn_block .tomoaso_btn2:hover {
	background-color: #fff;
}
.tomoaso_link_block .tomoaso_btn_block .tomoaso_btn2:hover a {
	color: rgba(240,94,97,1.00);
}
.tomoaso_link_block .tomoaso_btn_block .tomoaso_btn3 {
	background-color:rgba(200,31,33,1.00);
}
.tomoaso_link_block .tomoaso_btn_block .tomoaso_btn3:hover {
	background-color:#fff;
}
.tomoaso_link_block .tomoaso_btn_block .tomoaso_btn3:hover a {
	color:rgba(200,31,33,1.00);
}
.tomoaso_link_block .tomoaso_btn_block .more_btn a {
	padding: 12px 30px 8px;
}
.tomoaso_link_block .tomoaso_btn_block .more_btn a .btn_flex span {
	white-space: nowrap;
}        
@media screen and ( max-width: 1050px ) {
	#links_container {
		flex-direction: column;
	}

	#links_container .sdgs_container {
		padding-top: 90px;
		width: 80vw;
		max-width: 550px;
		height: 95vw;
		max-height: 740px;
		margin: 0 auto;
	}

	#links_container .sdgs_container .sdgs_h2 img {
		width: 14vw;
	}

	#links_container .sdgs_container .sdgs_h2 h2 {
		clamp(24px, 2vw, 28px);
	}

	#links_container .tomoaso_box {
		padding-top: 30px;
		width: 80vw;
		max-width: 550px;
		height: 95vw;
		max-height: 740px;
		margin: 0 auto;
	}

	#links_container .tomoaso_box .tomoaso_icon {
		width: 150px;
		position: absolute;
		top: 50px;
		left: 50px;
	}
}       
.otayori_container {
	width: fit-content;
	display: flex;
	margin: 0 auto;
	column-gap: 50px;
	padding: 0 0 150px;
}
.otayori_h2 h2 {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: clamp(24px, 2.5vw, 34px);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 30px 0 0 0;
}
.otayori_container .otayori_lists_box .otayori_lists {
	padding: 50px;
	display: flex;
	justify-content: space-between;
	gap: 3vw;
	background-color: #fff;
	border-radius: 15px;
}
.otayori_container .otayori_lists_box .otayori_lists li {
	width: fit-content;
}
.otayori_container .otayori_lists_box .otayori_lists li a {
	display: block;
}
.otayori_container .otayori_lists_box .otayori_lists li a img {
	max-width: 80px;
	transition: 400ms;
}
.otayori_container .otayori_lists_box .otayori_lists li a:hover img {
	transform: translate(0px, -5px);
}

/*-------------------------------------------------------
----Ｈ２見出し-------------------------------------------
-------------------------------------------------------*/
/*Ｈ２共通（背景画像あり・子ページ・ブランク）*/
h2.entry_title {
	margin:0;
	padding:50px 0 40px 0;
	font-size:200%;
	line-height: 1.40;
	letter-spacing: 1px;
	text-align: center;
}
/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	text-align: right;
	margin-bottom:15px; 
}
.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	clear:both;
	margin: 0;
	padding: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.entry-content td {
	padding: 6px 10px;
	font-size:98%;
	line-height: 1.50;
	letter-spacing: 1px;
}
.entry-content p {
	margin: 0 0 15px 0;
	font-size: 1.8rem;
	line-height: 2.00;
	letter-spacing: 0.6px;
}
.entry-content img {
	max-width:100%;
	height:auto;
}
.entry-content p img {
	margin: 0;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin: 5px 0 10px 20px;
}
.entry-content img.aligncenter,
.entry-content .wp-caption.aligncenter img {
	display: block;
	margin:10px auto;
}
.entry-content img.alignnone,
.entry-content .wp-caption.alignnone img {
	margin:10px auto;
}
.entry-content .wp-caption.alignleft img,
.entry-content .wp-caption.alignright img {
	margin:10px auto;
}
.entry-content .wp-caption p.wp-caption-text {
	margin: -5px 0 15px 0;
	text-align:center;
	font-size:80%;
}
.entry-content div.alignnone {
	margin: 0;
}
.entry-content div.aligncenter {
	margin: 0 auto;
}
.entry-content ul li {
	margin: 5px 0 5px 30px;
	padding: 0;
	line-height: 160%;
}
.entry-content ul li li {
	margin: 3px 0 3px 0;
	list-style: circle;
}
.entry-content ol li {
	margin: 3px 0 8px 28px;
	padding: 0 0 4px 0;
	line-height: 160%;
}
.entry-content table {
	margin: 10px auto 15px;
}
.entry-content table td p {
	margin: 0;
	letter-spacing: 1px;
}
.entry-content h3 {
	clear: both;
	margin: 10px 0 15px 0;
	padding: 10px 3px;
	font-size: clamp(2rem, 2vw, 2.8rem);
	color: #484848;
	letter-spacing: 1px;
	line-height: 135%;
}
.entry-content h4 {
	clear: both;
	font-size: clamp(1.8rem, 1.8vw, 2.4rem);
	color: #00579b;
    position: relative;
    font-weight: 700;
    margin: 50px 0;
    padding-left: 20px;
}
.entry-content a,
.entry-content a:visited {
	color: #0E7DBC;
	text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:active {
	color: #5EB8EC;
	text-decoration: none;
}

h3.saishin_list {
	margin:10px 0;
	text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
}
.subpage-list li a {
	display: block;
	margin: 0 0 3px 0;
	padding:9px 10px 13px 10px;
	width: 100%;
	text-decoration: none;
	color: #ffffff;
	line-height:1.2;
	border-radius: 5px;
	border:solid 3px #ffffff;
	background: #3892c2;
}
.subpage-list li a:hover {
	background: #236382;
}
.subpage-list li a:last-child {
	margin: 0;
}

/*孫ページ表示*/
ul.children {
	list-style: circle;
	list-style-position: outside;
	margin: 0 0 5px 25px;
}
.children li a {
	display:block;
	margin:0;
	padding:0;
	background:none;
	color:#3892c2;
	font-size:90%;
	border-radius:5px;
}
.children li a:hover {
	background: none;
	text-decoration: underline;
}

.cat-list {
	margin: 5px 0;
}
.cat-list h3 {
	margin: 0 0 5px 0;
	font-weight: bold;
}

/*ページナビ*/
.wp-pagenavi {
	margin: 25px 0 0 0;
	width: 100%;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border: none !important;
	margin: 5px;
}
.wp-pagenavi span {
	position: relative;
	display: inline-block;
	width: 30px;
}
.wp-pagenavi span.current {
	color: #f0345c;
}
.wp-pagenavi a.page:hover {
	color: #f0345c;
}
/*.wp-pagenavi .previouspostslink {
	margin: 2px 0;
}*/
.wp-pagenavi a .pagination-p::after,
.wp-pagenavi a .pagination-n::after {
	transition: all .5s;
}
.wp-pagenavi a .pagination-p::after {
	content: "";
	background-image: url("images/pages/pagenavi-p_img.png");
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -14px;
	left: 0;
}
.wp-pagenavi a .pagination-p:hover::after {
	background-image: url("images/pages/pagenavi-p_img_hv.png");
}
.wp-pagenavi a .pagination-n::after {
	content: "";
	background-image: url("images/pages/pagenavi-n_img.png");
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -14px;
	left: 0;
}
.wp-pagenavi a .pagination-n:hover::after {
	background-image: url("images/pages/pagenavi-n_img_hv.png");
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	margin: 0;
	padding: 0;
}
.widget-area {
	color: #000000;
}
.widget h3 {
	margin: 0 0 3px 0;
	font-weight: bold;
}
.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0 0 0 1px;
	padding: 0 0 3px 15px;
	font-size: 85%;
}
.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul, .widget li > ol {
	margin-left: 2px;
}
.widget a {
	color: #59a0e5;
}
.widget a:hover {
	color: #ea9629;
}

/* Search widget */
input.search-field {
	width: 120px;
}
.search-submit input {
	border: solid 1px #999999;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date, .widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

/**
 * 14.2 Galleries
 */
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
	max-width: 100%;
	height:auto;
}
.gallery-caption {
	display: block;
	font-size: 85%;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site_footer {
	background-image: url("images/footers/footer_bg.png");
	background-position: top center;
	position: relative;
	margin-top: -150px;
}
.sway {
  animation: swayAnimation 5s cubic-bezier(0.45,0.05,0.55,0.95) infinite;
}
.footer_top {
	position: absolute;
	top: -3vw;
	width: 99vw;
}
.footer_inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 10px auto;
	padding:0 15px;
	max-width:1280px;
}
.footer_inner_item1 {
	margin: 100px auto 0;
}
.footer_btn01 {
	width: 550px;
	margin: 40px 0 50px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
}
.download_btn {
	width: fit-content;
	margin: 0 auto 50px;
}
.download_btn a {
	background-color: #36BCDE;
	border-radius: 33px;
	text-align: center;
	padding: 16px 75px 12px;
	color: #fff;
	font-size: 20px;
	display: block;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
	transition: 200ms;
}
.download_btn a:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}
.footer_btn a {
	display: block;
	background-color: #fff;
	border: 3px solid #2DA9E1;
	border-radius: 33px;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
	transition: 200ms;
	color: #484848;
}
.footer_btn a:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}
.footer_btn .btn_flex {
	padding: 5px 40px 5px 20px;
}
.footer_btn.tel_btn .btn_flex {
	padding: 5px 20px 5px 20px;
}
.footer_btn .btn_flex span {
	padding: 15px 10px 10px;
}
.footer_content {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
#footer_title {
	text-align: center;
	margin-bottom: 50px;
}
#footer_title a {
	display: block;
}
.footer_address_box a.toAccess {
	display: block;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	padding-right: 20px;
	color: #754a00;
}
.footer_address_box a.toAccess::after {
	content: "";
	background-image: url('images/footers/arrow_footer_adress_gray.png');
	background-size: cover;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 7px;
	right: -5px;
	transition: 200ms;
}
.footer_address_box a.toAccess:hover::after {
	right: -10px;
}
.footer_address_box p {
	text-align: center;
	font-weight: 400;
	color: #484848;
}
.footer_address_box p:first-child {
	margin-bottom: 27px;
}
.footer_inner_item2 {
	width: 90%;
	max-width: 1200px;
	margin: 40px auto 50px;
	background-color: #fff;
	border-radius: 15px;
}
.footer_inner_item2 .footer_link {
	display: flex;
	justify-content: space-between;
	padding: 25px 30px 25px 50px;
}
.footer_inner_item2 .footer_link ul li {
	position: relative;
	padding-left: 25px;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
}
.footer_inner_item2 .footer_link ul li:first-child {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 8px;
}
.footer_inner_item2 .footer_link ul li:first-child:before {
	content: "";
	background-image: url("images/footers/footer_menu_icon.png");
	width: 18px;
	height: 38px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.footer_inner_item2 .footer_link ul li a {
	color: #484848;
	transition: 200ms;
}
.footer_inner_item2 .footer_link ul li a:hover {
	color: #f0345c;
	transition: 200ms;
}
.sm_show {
	display: none;
}  
#copyright a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
ul.footer_menu li a:hover,
#copyright a:hover {
	text-decoration: underline;
} 
.copyright_box {
	width: 100vw;
	background-color: #B97541;
}   
#copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

@media screen and ( max-width: 1150px ) {
	.footer_inner_item2 .footer_link {
		padding: 25px 20px;
	}
	.footer_inner_item2 .footer_link ul li {
		font-size: 12px;
	}
	.footer_inner_item2 .footer_link ul li:first-child {
		font-size: 14px;
	}
	.sm_show {
		display: block;
	}
}

/*-------------------------------------------------------
---- 固定ページ共通 ---------------------------------------
-------------------------------------------------------*/
body {
	background: url("images/pages/news_container_bg.png")repeat;
}
.main_visual_sub {
	background-size: cover;
	background-position: center;
	height: 45vw;
	position: relative;
	top: -25px;
	z-index: -1;
}
.main_visual_sub::after {
	content: "";
	width: 100%;
	height: 37px;
	background-image: url("images/mv/mv_bottom_white.png");
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main_visual_sub .entry_title {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main_visual_sub .entry_title img {
	width: 17vw;
	min-width: 300px;
}
.contents_main_sub {
	margin: 50px auto 300px;
	padding:0 40px;
	max-width: 1400px;
}
.entry-content h3 {
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
	margin: 20px auto 50px;
	width: fit-content;
}
.wp-block-columns {
	margin: 50px 0;
} 
/*-------------------------------------------------------
---- 園について ------------------------------------------
-------------------------------------------------------*/
.page-id-9 .main_visual_sub {
	background-image: url("images/pages/about_mv.webp");
}
.page-id-9 .main_visual_sub .entry_title img {
	width: 21vw;
	min-width: 236px;
	max-width: 280px;
}
.page-id-9 .about_video {
	width: fit-content;
	margin: 100px auto;
	position: relative;
}
.page-id-9 .about_video::before {
	content: "";
	position: absolute;
	background-image: url("images/pages/about_video_icon2.png");
	background-size: cover;
	width: 12vw;
	height: 12vw;
	top: -5vw;
	left: -3vw;
}
.page-id-9 .about_video video {
	max-width: 1000px;
}
.page-id-9 .link_button_block {
	max-width: 800px;
	margin: 50px auto 0;
}
.page-id-9 .link_button_block .wp-block-column {
	width: fit-content;
	flex-grow: 1;
}
.page-id-9 .link_button_block .link_button {
	width: 100%;
}
.page-id-9 .link_button_block .link_button a {
	display: block;
	background-color: #fff;
	border: 2px solid #2DA9E1;
	border-radius: 33px;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
	transition: 200ms;
	color: #484848;
	padding: calc(.667em + 8px) calc(1.333em + 2px) calc(.667em + 2px);
	text-decoration: none;
}
.page-id-9 .link_button_block .link_button a:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}
.link_container_bg {
	background-image: url("images/pages/link_container_bg.webp");
	background-size: cover;
	position: relative;
	margin: 50px calc(50% - 50vw) 100px;
	width: 100vw;
	padding: 50px 0 100px;
}
.link_container_bg::after {
	content: "";
	background-image: url("images/pages/link_container_bottom.png");
	background-size: cover;
	position: relative;
	width: 100vw;
	height: 17px;
	position: absolute;
	bottom: 0px;
}
#link_container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 20px 0;
}
@keyframes wakuwaku {
	0%  {
		transform: scale(1.0, 1.0) translate(0, 0);
		opacity: 0;
	}
	15% {
		transform: scale(0.98, 0.9) translate(0, 5px);
		opacity: 1;
	}
	30% {
		transform: scale(1.02, 1.0) translate(0, 8px);
	}
	50% {
		transform: scale(0.98, 1.05) translate(0, -8px);
	}
	70% {
		transform: scale(1.0, 0.9) translate(0, 5px);
	}
	100% {
		transform: scale(1.0, 1.0) translate(0, 0);
		opacity: 1;    
	}
} 
.entry-content h2 figure {
	width: fit-content;
	margin: 50px auto 100px;
}
.entry-content h2 figure img.wakuwaku {
	display: block;
	width: fit-content;
	opacity: 0;
	width: 70vw;
	max-width: 800px;
}
.entry-content h2 figure img.wakuwaku.wakuwaku_animation {
	animation: wakuwaku 1s ease-in-out forwards;
}
.entry-content .link_container_bg .link_wrapper {
	display: flex;
	column-gap: 20px;
	row-gap: 70px;
	flex-wrap: wrap !important;
	max-width: 1280px;
	margin: 100px auto 0;
	padding: 0 20px;
}
.entry-content .link_container_bg .link_wrapper .link_box {
	flex: 1 1 28%; /* flex-grow, flex-shrink, flex-basis */
	background-color: #fff;
	border-radius: 12px;
	position: relative;
}
.link_wrapper .link_box01::before {
	content: "";
	width: 100px;
	height: 50px;
	background-image: url("images/pages/introduction_tape.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.link_wrapper .link_box02::before {
	content: "";
	width: 100px;
	height: 50px;
	background-image: url("images/pages/important_tape.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.link_wrapper .link_box03::before {
	content: "";
	width: 100px;
	height: 50px;
	background-image: url("images/pages/oneday_tape.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.link_wrapper .link_box04::before {
	content: "";
	width: 100px;
	height: 50px;
	background-image: url("images/pages/asobouland_tape.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.link_wrapper .link_box05::before {
	content: "";
	width: 100px;
	height: 50px;
	background-image: url("images/pages/access_tape.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.link_wrapper .link_box06::before {
	content: "";
	width: 100px;
	height: 50px;
	background-image: url("images/pages/qa_tape.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.link_wrapper .link_box a {
	display: block;
	padding: 30px 20px;
	height: 100%;
	text-decoration: none;
}
.link_wrapper .link_box a .link_img_box {
	overflow: hidden;
	height: 20vw;
	max-height: 280px;
}
.link_box .link_box_inner {
	overflow: hidden;
}
.link_box .link_box_inner .link_box_img {
	background-size: cover;
	width: 100%;
	height: 20vw;
	max-height: 250px;
	transition: 200ms;
}
.link_wrapper .link_box a:hover .link_box_inner .link_box_img {
	transform: scale(1.1);
}
.link_box01 .link_box_inner .link_box_img {
	background-image: url("images/pages/introduction_img.png");
	background-position: bottom center;
}
.link_box02 .link_box_inner .link_box_img {
	background-image: url("images/pages/important_img.png"); 
}
.link_box03 .link_box_inner .link_box_img {
	background-image: url("images/pages/oneday_img.png"); 
}
.link_box04 .link_box_inner .link_box_img {
	background-image: url("images/pages/tomoasoland_img.png"); 
}
.link_box05 .link_box_inner .link_box_img {
	background-image: url("images/pages/access_img.jpg"); 
	background-position: 50% 60%;
}
.link_box06 .link_box_inner .link_box_img {
	background-image: url("images/pages/qa_img.png"); 
}
.link_wrapper .link_box a h3 {
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	font-weight: 700;
}
.link_wrapper .link_box a p {
	font-size: 1.6rem;
	color: #222;
}
.link_wrapper .link_box a .link_img_box figure {
	transform: scale(1);
	transition: 400ms;
}
.link_wrapper .link_box a:hover .link_img_box figure {
	transform: scale(1.1);
}
.link_wrapper .link_box a h3.link_title {
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	text-align: center;
	color: #712525;
	font-weight: 700;
	margin: 16px auto 10px;
}
.link_wrapper .link_box a p {
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	font-weight: 400;
}
.h3_block img {
	width: 150px;
	margin: 50px auto 0;
	display: block;
}
h4.h4_about::before {
	content: "";
	background-image: url("images/pages/h4_about.png");
	position: absolute;
	top: -24px;
	left: -9px;
	width: 80px;
	height: 80px;
	z-index: -1;
}
h4.h4_ayumi::before {
	content: "";
	background-image: url("images/pages/h4_ayumi.png");
	position: absolute;
	top: -24px;
	left: -9px;
	width: 80px;
	height: 80px;
	z-index: -1;
}
h4.h4_access::before {
	content: "";
	background-image: url("images/pages/h4_access.png");
	position: absolute;
	top: -24px;
	left: -9px;
	width: 80px;
	height: 80px;
	z-index: -1;
}
#tablepress-1 td,
#tablepress-2 td {
	padding: 10px 0;
}
#tablepress-2 td.column-1,
#tablepress-2 td.column-2 {
	width: 10%;
}
#tablepress-2 td.column-3 {
	width: 80%;
}
#post-9 .entry-content iframe {
	width: 100%;
	height: 600px;
}
#post-9 .entry-content .about_images {
	margin-top: 100px;
}
#post-9 .entry-content .about_images .about_kindergarten {
	flex: 2;
}
#post-9 .entry-content .about_images .about_bus {
	flex: 1;
}
#post-9 .entry-content .about_images .about_kindergarten img,
#post-9 .entry-content .about_images .about_bus img {
	border-radius: 30px;
}

/*-------------------------------------------------------
---- 園の特色 ------------------------------------------
-------------------------------------------------------*/
.page-id-11 .main_visual_sub {
	background-image: url("images/pages/features_mv.jpg");
	background-position: 50% 0%;
}
.page-id-11 .main_visual_sub .entry_title img {
	width: 20vw;
	min-width: 236px;
	max-width: 260px;
}
.page-id-11 .link_button_block {
	max-width: 1000px;
	margin: 50px auto 100px;
}
.page-id-11 h3#philosophy::before,
.page-id-11 h3#happyproject::before {
	content: "";
	background-image: url("images/pages/h3_icon01.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 85px;
	height: 100px;
	position: absolute;
	top: -30px;
	left: -100px;
}
.page-id-11 h3#important::before,
.page-id-11 h3#childcare::before {
	content: "";
	background-image: url("images/pages/h3_icon02.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 85px;
	height: 100px;
	position: absolute;
	top: -25px;
	left: -100px;
}
.page-id-11 h3::after {
	content: "";
	background-image: url("images/pages/h3_bottom_line2.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: calc(100% + 50px);
	height: 10px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, 0);
}
.page-id-11 .link_button_block .wp-block-column {
	width: fit-content;
	flex-grow: 1;
}
.page-id-11 .link_button_block .link_button {
	width: 100%;
}
.page-id-11 .link_button_block .link_button a {
	display: block;
	background-color: #fff;
	border: 3px solid #2DA9E1;
	border-radius: 33px;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
	transition: 200ms;
	color: #484848;
	padding: calc(.667em + 10px) calc(1.333em + 2px) calc(.667em + 2px);
	white-space: nowrap;
	font-size: 1.05em;
	text-decoration: none;
}
.page-id-11 .link_button_block .link_button a:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}
.page-id-11 .entry-content .content_group {
	margin-bottom: 100px;
}
.page-id-11 .entry-content .content_group .philosophy_text {
	font-size: 3rem;
	font-weight: 700;
}
.page-id-11 .entry-content h3 {
	font-weight: 400;
	color: #754a00;
	font-size: 3rem;
}
.page-id-11 .entry-content p {
	color: #754a00;
}
.page-id-11 .entry-content #pillar,
.page-id-11 .entry-content #childcare,
.page-id-11 .entry-content #hironokko {
	margin-bottom: 50px;
}
.page-id-11 .entry-content h4::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -30px;
	width: 80px;
	height: 80px;
	z-index: -1;
}
.page-id-11 .entry-content .tab-panel {
	margin-bottom: 100px;
}
.page-id-11 .entry-content .tab-group {
	display: flex;
	justify-content: center;
}
.page-id-11 .entry-content li.tab {
	flex-grow: 1;
	list-style:none;
	text-align:center;
	cursor:pointer;
	margin: 0;
	width: 270px;
	padding: 0;
	transition: all .5s;
	height: 6.5vw;
	max-height: 100px;
	line-height: 1.8vw;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	font-size: clamp(1.4rem, 1.3vw, 2rem);
}
.page-id-11 .entry-content .tab:hover {
	color: #754a00;
	transition: all 0.5s ease-out;
}
.page-id-11 .entry-content .tab.is-active {
	color: #754a00;
}
.page-id-11 .entry-content li.tab-1 {
	background-image: url("images/pages/important_01.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-1:hover {
	background-image: url("images/pages/important_01_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-1.is-active {
	background-image: url("images/pages/important_01_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content li.tab-2 {
	background-image: url("images/pages/important_02.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-2:hover {
	background-image: url("images/pages/important_02_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-2.is-active {
	background-image: url("images/pages/important_02_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content li.tab-3 {
	background-image: url("images/pages/important_03.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-3:hover {
	background-image: url("images/pages/important_03_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-3.is-active {
	background-image: url("images/pages/important_03_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content li.tab-4 {
	background-image: url("images/pages/important_04.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-4:hover {
	background-image: url("images/pages/important_04_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-4.is-active {
	background-image: url("images/pages/important_04_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content li.tab-5 {
	background-image: url("images/pages/important_05.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-5:hover {
	background-image: url("images/pages/important_05_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content .tab-5.is-active {
	background-image: url("images/pages/important_05_hv.png");
	background-size: cover;
}
.page-id-11 .entry-content .panel-group {
	height:100%;
	border-top:none;
	background:#fcf7f2;
	padding: 30px;
	border-radius: 0 0 15px 15px;
	color: #754a00;
}
.page-id-11 .entry-content .panel-group h4 {
	color: #754a00;
	position: relative;
	padding: 0 0 0 60px;
}
.page-id-11 .entry-content .panel-group h5 {
	color: #754a00;
	position: relative;
	padding: 0 0 0 60px;
}
.page-id-11 .entry-content .panel {
	display:none;    
}
.page-id-11 .entry-content .panel .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-id-11 .entry-content .panel .panel-img {
	max-width: 400px;
}
.page-id-11 .entry-content .panel-group .panel h4::before {
	content: "";
	background-size: cover;
	width: 54px;
	height: 60px;
	position: absolute;
	top: -25px;
	left: 0px;
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-1 h4 {
	width: fit-content;
	margin: 0 auto 50px;
}
.page-id-11 .entry-content .panel-group .panel-1 h4::before {
	background-image: url("images/pages/h4_panel-1.png");
}
.page-id-11 .entry-content .panel-group .panel-1 p {
	font-size: 1.8rem;
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.page-id-11 .entry-content .panel-group .panel-2 h4 {
	padding: 0;
	text-align: center;
	width: fit-content;
	margin: 50px auto 100px;
}
.page-id-11 .entry-content .panel-group .panel-2 h4::after {
	content: "";
	background-image: url("images/pages/h4_line_panel-2.png");
	background-size: contain;
	width: 110%;
	height: 70%;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-2 h5 {
	margin: 0 0 0 5%;
}
.page-id-11 .entry-content .panel-group .panel-2 h5::before {
	content: "";
	background-image: url("images/pages/h5_panel-2.png");
	background-size: cover;
	width: 54px;
	height: 60px;
	position: absolute;
	top: -25px;
	left: 0px;
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-2 p {
	font-size: 1.6rem;
	width: 80%;
	margin: 30px auto 50px;
}
.page-id-11 .entry-content .panel-group .panel-3 .panel3-block {
	margin: 50px 20px;
}
.page-id-11 .entry-content .panel-group .panel-3 h4 {
	width: fit-content;
	margin: 0 auto 50px;
	padding: 0 0 0 40px;
}
.page-id-11 .entry-content .panel-group .panel-3 h4::before {
	width: 40px;
	height: 40px;
	top: -9px;
	left: -5px;
}
.page-id-11 .entry-content .panel-group .panel-3 h4.h4_rhythm::before {
	background-image: url("images/pages/h4_panel-3-1.png");
}
.page-id-11 .entry-content .panel-group .panel-3 h4::after {
	content: "";
	background-size: cover;
	width: 125%;
	height: 30px;
	position: absolute;
	bottom: -20px;
	left: 60%;
	transform: translateX(-50%) rotate(-5deg);
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-3 h4.h4_rhythm::after {
	background-image: url("images/pages/h4_line_panel-3-1.png");
}
.page-id-11 .entry-content .panel-group .panel-3 h4.h4_exercise::before {
	background-image: url("images/pages/h4_panel-3-2.png");
}
.page-id-11 .entry-content .panel-group .panel-3 h4.h4_exercise::after {
	background-image: url("images/pages/h4_line_panel-3-2.png");
}
.page-id-11 .entry-content .panel-group .panel-3 h4.h4_book_reading::before {
	background-image: url("images/pages/h4_panel-3-3.png");
}
.page-id-11 .entry-content .panel-group .panel-3 h4.h4_book_reading::after {
	background-image: url("images/pages/h4_line_panel-3-3.png");
}
.page-id-11 .entry-content .panel-group .panel-3 h4.h4_food_education::before {
	background-image: url("images/pages/h4_panel-3-4.png");
}
.page-id-11 .entry-content .panel-group .panel-3 h4.h4_food_education::after {
	background-image: url("images/pages/h4_line_panel-3-4.png");
	background-size: cover;
	width: 17vw;
	max-width: 200px;
	height: 2vw;
	max-height: 25px;
	position: absolute;
	bottom: -20px;
	left: 70%;
	transform: translateX(-50%) rotate(-5deg);
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-3 p {
	font-size: 1.8rem;
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.page-id-11 .entry-content .panel-group .panel-3 p.rhythm-p {
	position: relative;
	padding: 0 0 0 60px;
	margin-top: 20px;
}
.page-id-11 .entry-content .panel-group .panel-3 p.rhythm-p:last-child {
	margin-top: 0;
}
.page-id-11 .entry-content .panel-group .panel-3 p.rhythm-p::before {
	content: "";
	background-image: url("images/pages/rhythm-p_icon.png");
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 25px;
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-3 p.exercise-p {
	position: relative;
	padding: 0 0 0 60px;
	margin-top: 20px;
}
.page-id-11 .entry-content .panel-group .panel-3 p.exercise-p:last-child {
	margin-top: 0;
}
.page-id-11 .entry-content .panel-group .panel-3 p.exercise-p::before {
	content: "";
	background-image: url("images/pages/exercise-p_icon.png");
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 25px;
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-4 h4 {
	padding: 0 50px;
	width: fit-content;
	margin: 0 auto 30px;
}
.page-id-11 .entry-content .panel-group .panel-4 h4::before {
	padding: 0 0 0 50px;
	width: 50px;
	height: 50px;
	top: -10px;
	left: -5px;
}
.page-id-11 .entry-content .panel-group .panel-4 h4.h4_english::before {
	background-image: url("images/pages/h4_english_icon.png");
}
.page-id-11 .entry-content .panel-group .panel-4 h4.h4_english::after {
	content: "";
	background-image: url("images/pages/h4_english_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -10px;
	right: -15px;
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-4 h4.h4_swimming::before {
	background-image: url("images/pages/h4_swimming_icon.png");
}
.page-id-11 .entry-content .panel-group .panel-4 h4.h4_swimming::after {
	content: "";
	background-image: url("images/pages/h4_swimming_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -10px;
	right: -15px;
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-4 h4.h4_special::before {
	background-image: url("images/pages/h4_special_icon.png");
}
.page-id-11 .entry-content .panel-group .panel-4 h4.h4_special::after {
	content: "";
	background-image: url("images/pages/h4_special_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -10px;
	right: -15px;
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-4 p {
	font-size: 1.8rem;
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.page-id-11 .entry-content .panel-group .panel-4 p.description-text {
	border: 2px #825b18 solid;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0 5px;
	margin-bottom: 50px;
	background-color: #fff;
}
.page-id-11 .entry-content .panel-group .panel-4 .panel4-images {
	justify-content: flex-end;
}
.page-id-11 .entry-content .panel-group .panel-5 h4 {
	padding: 0;
	text-align: center;
	width: fit-content;
	margin: 50px auto 100px;
}
.page-id-11 .entry-content .panel-group .panel-5 h4::after {
	content: "";
	background-image: url("images/pages/h4_line_panel-2.png");
	background-size: contain;
	width: 110%;
	max-width: 535px;
	height: 65%;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-5 h5 {
	margin: 0 0 30px 5%;
}
.page-id-11 .entry-content .panel-group .panel-5 h5::before {
	content: "";
	background-size: cover;
	width: 54px;
	height: 60px;
	position: absolute;
	top: -25px;
	left: 0px;
	z-index: 10;
}
.page-id-11 .entry-content .panel-group .panel-5 h5.h5_panel-5-1::before {
	background-image: url("images/pages/h5_panel-5-1.png");
}
.page-id-11 .entry-content .panel-group .panel-5 h5.h5_panel-5-2::before {
	background-image: url("images/pages/h5_panel-5-2.png");
}
.page-id-11 .entry-content .panel-group .panel-5 h5.h5_panel-5-3::before {
	background-image: url("images/pages/h5_panel-5-3.png");
}
.page-id-11 .entry-content .panel-group .panel-5 h5.h5_panel-5-4::before {
	background-image: url("images/pages/h5_panel-5-4.png");
}
.page-id-11 .entry-content .panel-group .panel-5 h5.h5_panel-5-5::before {
	background-image: url("images/pages/h5_panel-5-5.png");
}
.page-id-11 .entry-content .panel-group .panel-5 h5.h5_panel-5-6::before {
	background-image: url("images/pages/h5_panel-5-6.png");
}
.page-id-11 .entry-content .panel-group .panel-5 p {
	font-size: 1.8rem;
	width: 80%;
	margin: 0 auto 50px;
	position: relative;
}
.page-id-11 .entry-content .panel.is-show {
	display:block;
}
.page-id-11 .h5_group {
	margin: 20px auto 40px;
	width: 80%;
}
.page-id-11 h4 {
	margin: 0 0 30px;
}
.page-id-11 h5 {
	font-size: 2rem;
	margin: 10px 0;
	color: #f0345c;
	font-weight: 700;
	position: relative;
}
.page-id-11 h5::before {
	background-image: url("images/pages/h5_lightred.png");
	content: "";
	position: absolute;
	top: -16px;
	left: -27px;
	width: 60px;
	height: 60px;
	z-index: -1;
}
.page-id-11 .bring_yourself_block {
	margin-bottom: 80px;
}
.page-id-11 .happyproject_group {
	margin-bottom: 200px;
}
.page-id-11 .local-production_block {
	margin-bottom: 50px;
}
.page-id-11 .smileday_block {
	margin-bottom: 70px;
}
.page-id-11 h5.h5_ichiba {
	color: #fd2436;
}
.page-id-11 .field_trip_block .h5_group h5,
.page-id-11 .ichiba_block .h5_group h5,
.page-id-11 .market_block .h5_group h5 {
	margin-left: 30px;
}
.page-id-11 .field_trip_block .h5_group p,
.page-id-11 .ichiba_block .h5_group p,
.page-id-11 .market_block .h5_group p {
	width: 80%;
	margin: 0 auto;
}
.ichiba_img figure img {
	border-radius: 15px;
	width: 30vw;
}
.page-id-11 .sdgs_block {
	margin-bottom: 200px;
}
.page-id-11 .local_food_img {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-id-11 .asobou_land_pdf_l p {
	color: #484848;
}
.page-id-11 .asobou_land_pdf_l .pdf_dl_btn a {
	margin: 0 auto;
}
.page-id-11 .mokkeda .mokkeda_btn a {
	display: block;
	background-color: #fff;
	border: 3px solid #36bcde;
	padding-top: 20px;
	font-size: 1.8rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	gap: 20px;
	border-radius: 15px;
	margin-top: 20px;
	color: #484848;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
	transition: 200ms;
	position: relative;
	text-decoration: none;
}
.page-id-11 .mokkeda {
	width: 90%;
	margin: 0 auto;
}
.page-id-11 .sdgs_block .mokkeda_pdf {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-id-11 .market_block .sdgs_example_box {
	background-image: url("images/pages/sdgs_example_back.png");
	background-size: cover;
	padding: 10vw 8vw 12vw;
	position: relative;
	margin-top: 200px;
	width: 100%;
	max-height: 730px;
}
.page-id-11 .market_block .sdgs_example_box::before {
	content: "";
	background-image: url("images/pages/sdgs_example_top.png");
	background-size: cover;
	position: absolute;
	top: -50px;
	left: 46%;
	transform: translate(-50%,-50%);
	width: 68vw;
	height: 13vw;
	max-width: 774px;
	max-height: 147px;
}
.page-id-11 .market_block .sdgs_example_box ul li {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.page-id-11 .asobou_land_pdf_l .pdf_dl_btn a {
	display: block;
	background-color: #fff;
	border: 3px solid #36bcde;
	padding-top: 20px;
	padding-left: 80px;
	font-size: 1.8rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	gap: 20px;
	border-radius: 15px;
	margin-top: 20px;
	color: #484848;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
	transition: 200ms;
	position: relative;
	text-decoration: none;
}
.page-id-11 .mokkeda .mokkeda_btn a:hover,
.page-id-11 .asobou_land_pdf_l .pdf_dl_btn a:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}
.page-id-11 .asobou_land_pdf_l .pdf_dl_btn a::before {
	content: "";
	background-image: url("icon/pdf_icon.png");
	background-size: cover;
	width: 30px;
	height: 40px;
	position: absolute;
	top: 17px;
	left: 30px;
}
.page-id-11 .asobou_land_pdf_l .pdf_dl_btn {
	margin: 0 auto;
}
.page-id-11 .sdgs_content_box .sdgs_examples {
	background-color: #ffe9a1;
	padding: 40px 40px 20px;
	border-radius: 15px;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .1);
}
.page-id-11 .sdgs_content_box .sdgs_examples::before {
	content: "";
	background-image: url("images/pages/circle_white.png");
	width: 10px;
	height: 10px;
	position: absolute;
	top: 15px;
	left: 20px;
}
.page-id-11 .sdgs_content_box .sdgs_examples::after {
	content: "";
	background-image: url("images/pages/circle_white.png");
	width: 10px;
	height: 10px;
	position: absolute;
	top: 15px;
	right: 20px;
}
.page-id-11 .sdgs_content_box p {
	margin: 5px 0;
}
.page-id-11 .sdgs_content_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-id-11 .sdgs_content_box ul li {
	width: 45%;
	list-style: inside;
}
.page-id-11 .sdgs_content_box .sdgs_morakko {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-id-11 .sdgs_content_box .sdgs_morakko figure {
	width: 40%;
	margin: 0 auto 20px;
}
.page-id-11 #asobou_land {
	position: relative;
	width: fit-content;
	margin: 0 auto 50px;
	padding: 0;
	font-size: 3rem;
	color: #754a00;
}
.page-id-11 .asobou_land_text {
	margin: 0 auto 50px;
}
.page-id-11 .asobou_land_pdf_l {
	padding: 40px 40px 20px;
	background-color: #e9f9ff;
	border-radius: 30px;
	position: relative;
	box-shadow: 3px 3px 0px 0px rgba(100, 100, 100, .1);
}
.page-id-11 .asobou_land_pdf_l::before {
	content: "";
	background-image: url("images/pages/circle_gray.png");
	width: 10px;
	height: 10px;
	position: absolute;
	top: 15px;
	left: 20px;
}
.page-id-11 .asobou_land_pdf_l::after {
	content: "";
	background-image: url("images/pages/circle_gray.png");
	width: 10px;
	height: 10px;
	position: absolute;
	top: 15px;
	right: 20px;
}
.page-id-11 .asobou_land_pdf_rl p {
	margin-bottom: 30px;
}
.page-id-11 .asobou_land_pdf_rl .pdf_dl_btn {
	margin: 0 auto 20px;
}
.page-id-11 .asobou_land_yearly {
	padding: 40px 20px;
	background-color: #e9f9ff;
	border-radius: 30px;
	margin-top: 0;
	box-shadow: 3px 3px 0px 0px rgba(100, 100, 100, .1);
	position: relative;
}
.page-id-11 .asobou_land_yearly::before {
	content: "";
	background-image: url("images/pages/circle_gray.png");
	width: 10px;
	height: 10px;
	position: absolute;
	top: 15px;
	left: 20px;
}
.page-id-11 .asobou_land_yearly::after {
	content: "";
	background-image: url("images/pages/circle_gray.png");
	width: 10px;
	height: 10px;
	position: absolute;
	top: 15px;
	right: 20px;
}
.page-id-11 .asobou_land_yearly .features_asobou_land_img {
	display: flex;
	align-items: center;
}
.page-id-11 .asobou_land_yearly .pdfemb-viewer {
	margin: 0 auto;
}
.page-id-11 .asobou_land_yearly figure {
	width: fit-content;
	margin: 0 0 0 auto;
}
.page-id-11 .asobou_land_yearly p {
	text-align: center;
	color: #484848
}
.page-id-11 .schedule_download {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 500px;
}
.page-id-11 .schedule_download a {
	background-color: #fff;
	border: 3px solid #36bcde;
	padding-top: 20px;
	padding-left: 80px;
	font-size: 1.8rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	gap: 20px;
	border-radius: 15px;
	color: #484848;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
	transition: 200ms;
	position: relative;
	text-decoration: none;
}
.page-id-11 .schedule_download a:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}
.page-id-11 .schedule_download a::before {
	content: "";
	background-image: url("icon/pdf_icon.png");
	background-size: cover;
	width: 30px;
	height: 40px;
	position: absolute;
	top: 17px;
	left: 40px;
}
.page-id-11 .contact_img {
	margin-top: 100px;
}

@media screen and ( max-width: 1500px ) {
	.page-id-11 .market_block .sdgs_example_box {
		padding: 12vw 8vw 11vw;
	}
}

@media screen and ( max-width: 1400px ) {
	.page-id-11 .market_block .sdgs_example_box {
		padding: 12vw 8vw 9vw;
	}
}

@media screen and ( max-width: 1350px ) {
	.page-id-11 .market_block .sdgs_example_box {
		padding: 10vw 8vw 9vw;
	}
}

@media screen and ( max-width: 1300px ) {
	.page-id-11 .market_block .sdgs_example_box {
		padding: 9vw 8vw 8vw;
	}
}

@media screen and ( max-width: 1200px ) {
	.page-id-11 .market_block .sdgs_example_box {
		height: 600px;
		padding: 10vw 8vw 7vw;
	}
}

@media screen and ( max-width: 1150px ) {
	.page-id-11 .sdgs_content_box ul li {
		width: 100%;
	}
	.page-id-11 .market_block .sdgs_example_box {
		height: 50vw;
		padding: 10vw 8vw;
	}
	.page-id-11 .market_block .sdgs_example_box ul li {
		font-size: clamp(1.4rem, 1vw, 1.6rem);
	}
	.page-id-11 .market_block .sdgs_example_box p {
		font-size: clamp(1.4rem, 1vw, 1.6rem);
	}
	.page-id-11 .asobou_land_dayori .features_asobou_land_img {
		display: flex;
		align-items: center;
	}
	.page-id-11 .asobou_land_dayori a::after {
		right: 30px;
	}
	.page-id-11 .asobou_land_dayori a:hover::after {
		right: 20px;
	}
}

@media screen and ( max-width: 1030px ) {
	.page-id-11  .wp-block-columns.tomoaso_land_block {
		flex-direction: column;
	}
	.page-id-11  .asobou_land_pdf_l {
		width: 80%;
		margin: 0 auto;
	}
	.page-id-11  .asobou_land_pdf_r .wp-block-button {
		margin: 0 auto;
	}
}

@media screen and ( max-width: 950px ) {
	.page-id-11 .market_block .sdgs_example_box::before {
		top: -45px;
		left: 46%;
	}
	.page-id-11 .market_block .sdgs_example_box {
		height: 50vw;
		padding: 10vw 6vw 4vw;
	}
	.page-id-11 .market_block .sdgs_example_box ul li {
		font-size: 1.2rem;
	}
	.page-id-11 .market_block .sdgs_example_box p {
		font-size: 1.2rem;
	}
}

/*20250702　スマイルデー追加*/
.shoutaijou {
	margin: 0 auto;
	width: 75%;
	max-width: 820px;
}
.smileday_block .h5_group {
	margin: 50px auto 10px;
	width: 90%;
}

/*-------------------------------------------------------
---- 園の生活 ------------------------------------------
-------------------------------------------------------*/
.page-id-13 .main_visual_sub {
	background-image: url("images/pages/life_mv.jpg");
	background-position: 50% 30%;
}
.page-id-13 .main_visual_sub .entry_title img {
	width: 20vw;
	min-width: 236px;
	max-width: 260px;
}
.timeline_box {
	position: relative;
	width: calc(50% - 100px);
}
.timeline_box h2 {
	position: relative;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700; 
	margin: 32px 0 15px;
}
.timeline_box p {
	position: relative;
	font-size: 2rem;
	line-height: 4rem;
}
.timeline_box .timeline_img{
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.timeline_box .timeline_img:before{
	content: "";
	display: block;
	position: absolute;
	top: -33px;
	left: 22px;
	width: 108px;
	height: 74px;
	background-size: cover;
	text-align: center;
	box-sizing: border-box;
}
.timeline_area {
	position: relative;
	background: url(../image/timelie_illust_bg.jpg) top center no-repeat;
}
.timeline_area .timeline_inr {
	position: relative;
	width: calc(100% - 30px);
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.timeline_area .timeline_inr:after {
	content: "";
	display: block;
	clear: both;
}
.timeline_area .timeline_center {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 130px;
}
.timeline_area .timeline_center p {
	position:relative;
	font-size:3.6rem;
	color:#00579b;
	font-weight:900; 
	text-align:center;
}
.timeline_area .timeline_center .line{
	position: relative;
	width: 2px;
	background: #00579b;
	margin: 20px auto 16px; 
	height: 240px;
}
.page-id-34182 .timeline_area .timeline_center .line01 {height:140px;}
.page-id-34182 .timeline_area .timeline_center .line03 {height:520px;}
.page-id-34182 .timeline_area .timeline_center .line05 {height:300px;}
.page-id-34182 .timeline_area .timeline_center .line06 {height:220px;}
.page-id-34182 .timeline_area .timeline_center .line07 {height:240px;}

.timeline_box h3 {
	font-size: 2.4rem;
	margin-top: 10px;
	margin-bottom: 0;
    margin-top: 10px;
}
.timeline_box.box01{float:right;height:500px;}
.timeline_box.box01 h3 {
	color: #C40606;
}
.timeline_box.box02{float:right;margin-top:20px;height:650px;}
.timeline_box.box02 h3 {
	color: #1C7D05;
}
.timeline_box.box03{float:left;margin:100px 0;height:1050px;}
.timeline_box.box03 h3 {
	color: #1C7D05;
}
.timeline_box.box04{float:right;margin-top:50px;height:560px;}
.timeline_box.box04 h3 {
	color: #AC077B;
}
.timeline_box.box05{float:left;margin-top:300px;height:520px;}
.timeline_box.box05 h3 {
	color: #F281A4;
}
.timeline_box.box06{float:right;margin-top:230px;height:600px;}
.timeline_box.box06 h3 {
	color: #FBA31F;
}
.timeline_box.box07{float:left;margin-top:200px;height:520px;}
.timeline_box.box07 h3 {
	color: #0959B4;
}

#facility figure {
	width: fit-content;
	position: relative;
	margin: 0 auto;
}
#facility figure::before {
	content: "";
	background-image: url("images/pages/click.png");
	background-size: cover;
	width: 150px;
	height: 85px;
	position: absolute;
	top: -75px;
	left: 95%;
}
#environment,
#event {
	margin-top: 100px;
}
.entry-content .month_link {
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and ( max-width: 1000px ) {
	.entry-content .month_link {
		display: none;
	}
}

.entry-content .month_link a {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 5px 8px 5px 5px;
	border-radius: 50%;
	position: relative;
}
.entry-content .month_link a::after {
	content: "";
	background-image: none;
	width: 80px;
	height: 75px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 400ms;
	z-index: -1;
}
.entry-content .monthly_event_group p {
	font-size: 1.6rem;
	font-weight: 700;
	color: #484848;
}
.entry-content .month_link .maitsuki a:hover::after,
.entry-content .month_link .september a:hover::after,
.entry-content .month_link .march a:hover::after {
	background-image: url("images/pages/bg_month_link_orange.png");
}
.entry-content .month_link .april a:hover::after,
.entry-content .month_link .october a:hover::after {
	background-image: url("images/pages/bg_month_link_yellow.png");
}
.entry-content .month_link .may a:hover::after,
.entry-content .month_link .november a:hover::after {
	background-image: url("images/pages/bg_month_link_purple.png");
}
.entry-content .month_link .june a:hover::after,
.entry-content .month_link .december a:hover::after {
	background-image: url("images/pages/bg_month_link_green.png");
}
.entry-content .month_link .july a:hover::after,
.entry-content .month_link .january a:hover::after {
	background-image: url("images/pages/bg_month_link_red.png");
}
.entry-content .month_link .august a:hover::after,
.entry-content .month_link .february a:hover::after {
	background-image: url("images/pages/bg_month_link_blue.png");
}
.entry-content .maitsuki_box {
	background-color: #e9f9ff;
	padding: 50px;
	border-radius: 30px;
}
.entry-content .month_event {
	background-color: #e9f9ff;
	border-radius: 30px;
	min-width: 390px;
	margin: 20px 10px;
	padding: 20px;
}
.entry-content .month_event > .wp-block-columns {
	background-color: #e9f9ff;
	border-radius: 30px;
	margin: 0;
	gap: .5rem;
}
#april .wp-block-column figure.apr01,
#june .wp-block-column figure.jun01,
#august .wp-block-column figure.aug01,
#september .wp-block-column figure.sep01,
#december .wp-block-column figure.dec01,
#january .wp-block-column figure.jan01,
#february .wp-block-column figure.feb01 {
	margin: 20px 0 0 10px;
}
#may .wp-block-column figure.may01 {
	margin: 20px 0 0 10px;
}
#may .wp-block-column figure.may02 {
	margin: 0 10px 0 0;
}
#july,
#august, 
#september {
	padding: 20px 20px 5px;
}
#july .jul01 figure,
#july .jul02 figure,
#july .jul03 figure {
	margin: 0 0 0 10px;
}
#july .jul01 {
	margin: 0 0 0 50px;
}
#july .july_under,
#march .march {
	justify-content: space-around;
}
#july .jul02,
#july .jul03 {
	max-width: 130px;
}
#october,
#november, 
#december {
	padding: 15px 20px 0;
}
#october figure.oct01 {
	margin: 30px 0 0 10px;
}
#october figure.oct02 {
	margin: -70px 0 0 10px;
}
#november figure.nov01,
#november figure.nov02 {
	margin-top: 20px;
}
#november p {
	margin-left: 10px;
}
#january,
#february, 
#march {
	padding: 20px 20px 0;
}
#march .mar01,
#march .mar02,
#march .mar04 {
	max-width: 120px;
	margin: 0 auto;
}
#march .mar03 {
	max-width: 170px;
	margin: 0 auto;
}
.monthly_event_group .wp-block-group__inner-container .monthly_event_group_columns {
	flex-wrap: wrap !important;
	justify-content: space-around;
	gap: .5em;
}
.monthly_event_group img {
	border-radius: 10%;
}
    
/*-------------------------------------------------------
---- 入園案内 ------------------------------------------
-------------------------------------------------------*/
.page-id-15 .main_visual_sub {
	background-image: url("images/pages/admission_mv.jpg");
}
.page-id-15 .main_visual_sub .entry_title img {
	width: 20vw;
	min-width: 236px;
	max-width: 260px;
}
.page-id-15 .h3_block img {
	width: 150px;
}
.page-id-15 #tablepress-3 {
	width: 70vw;
}
.page-id-15 #tablepress-4 {
	width: 100%;
}
.page-id-15 #tablepress-5 {
	width: 100%;
}
.page-id-15 #tablepress-6 {
	width: 100%;
}
.page-id-15 .tablepress-6-p {
	margin: 0 auto;
	width: 50vw;
}
.page-id-15 #tablepress-7 {
	width: 100%;
}
.page-id-15 #tablepress-8 .row-1 .column-1,
.page-id-15 #tablepress-8 .row-3 .column-1 {
	background-color: #ffe9a1;
	font-weight: 700;
}
.page-id-15 .tablepress thead th {
	text-align: center;
	background-color: #ffe9a1;
	color: #754a00;
	border: solid 1px #ccc;
	padding: 10px 0 5px;
}
.page-id-15 .tablepress td {
	text-align: center;
	border: solid 1px #ccc;
	vertical-align: middle;
	padding: 15px 0 10px;
	color: #754a00;
	background-color: #fff;
}
.page-id-15 .kengaku {
	margin-bottom: 100px;
}
.page-id-15 .kengaku p a,
.page-id-15 .ichijiazukari p a {
	color: #ff3561;
	font-weight: 700;
}
/*よくある質問*/
.page-id-15 .entry-content #qa {
	margin-top: 100px;
}
.page-id-15 .entry-content #sp-ea-378.sp-easy-accordion > .sp-ea-single {
	border: none;
	margin-bottom: 20px;
	background-color: #e9f9ff;
}
.page-id-15 .entry-content .ea-card h3.ea-header {
	padding: 0px 3px;
	background-color: #e9f9ff;
}
.page-id-15 .entry-content .ea-card h3.ea-header a {
	padding: 30px;
	background-color: #e9f9ff;
	border-radius: 20px;
}
.page-id-15 .entry-content .ea-card .ea-body {
	padding: 30px;
	background-color: #fff;
	border: 20px solid #e9f9ff;
	border-radius-bottom-right: 20px;
	border-radius-bottom-left: 20px;
	border-top: none;
}
.page-id-15 .entry-content .ea-card .ea-body p {
	font-family: "heisei-maru-gothic-std", sans-serif;
	color: #444;
}
.page-id-15 .entry-content .ea-card .ea-body p a {
	color: #ff3561;
	font-weight: 700;
}
    
/*-------------------------------------------------------
---- お問い合わせ ----------------------------------------
-------------------------------------------------------*/
.page-id-17 .main_visual_sub {
	background-image: url("images/pages/contact_mv_s.webp");
	background-position: 50% 30%;
}
.page-id-17 .entry-content .contact_block {
	background-color: #d2eefc;
	border-radius: 20px;
	padding: 20px;
	gap: 0;
}
.page-id-17 .entry-content .contact_block .contact_box {
	background-color: #fff;
	padding: 30px 0;
}
.page-id-17 .entry-content .contact_block .contact_box .box_inner {
	padding: 30px;
}
.page-id-17 .entry-content .contact_block .contact_box:nth-child(1) {
	border-radius: 20px 0 0 20px;
}
.page-id-17 .entry-content .contact_block .contact_box:nth-child(2) {
	border-radius: 0;
	padding: 30px 0;
}
.page-id-17 .entry-content .contact_block .contact_box:nth-child(2) .box_inner {
	border-left: 3px dotted #d2eefc;
	border-right: 3px dotted #d2eefc;
}
.page-id-17 .entry-content .contact_block .contact_box:nth-child(3) {
	border-radius: 0 20px 20px 0;
}
.page-id-17 .entry-content .contact_block .contact_box .box_inner h3  {
	font-size: 1.5em;
	padding-bottom: 0;
}
.page-id-17 .entry-content .contact_block .contact_box .box_inner p  {
	font-size: 1em;
}
.page-id-17 .entry-content .to-qa-btn .wp-block-button a {
	border: 2px solid #ff90a3;
	background-color: #fff;
	color: #ff90a3;
	position: relative;
	transition: 200ms;
	padding: calc(.667em + 2px) calc(1.333em + 30px) calc(.667em - 2px) calc(1.333em + 2px);
	text-decoration: none;
}
.page-id-17 .entry-content .to-qa-btn .wp-block-button a::after {
	content: "";
	background-image: url("images/pages/arrow_pink.png");
	width: 14px;
	height: 8px;
	position: absolute;
	top: 23px;
	right: 26px;
}
.page-id-17 .entry-content .to-qa-btn .wp-block-button a:hover {
	background-color: #ff90a3;
	color: #fff;
}
.page-id-17 .entry-content .to-qa-btn .wp-block-button a:hover::after {
	background-image: url("images/pages/arrow_white.png");
}
.page-id-17 .entry-content .to-mail-btn {
	margin-top: 40px;
}
.page-id-17 .entry-content .to-mail-btn .wp-block-button a {
	border: 2px solid #1a7efb;
	background-color: #fff;
	color: #1a7efb;
	position: relative;
	transition: 200ms;
	padding: calc(.667em + 2px) calc(1.333em + 30px) calc(.667em - 2px) calc(1.333em + 2px);
	text-decoration: none;
}
.page-id-17 .entry-content .to-mail-btn .wp-block-button a::after {
	content: "";
	background-image: url("images/pages/arrow_blue.png");
	width: 14px;
	height: 8px;
	position: absolute;
	top: 23px;
	right: 26px;
}
.page-id-17 .entry-content .to-mail-btn .wp-block-button a:hover {
	background-color: #1a7efb;
	color: #fff;
}
.page-id-17 .entry-content .to-mail-btn .wp-block-button a:hover::after {
	background-image: url("images/pages/arrow_white.png");
}
.page-id-17 .entry-content .contact_tel,
.page-id-17 .entry-content .contact_fax {
	margin: 0;
}
.page-id-17 .entry-content .contact_tel a {
	color: #ff3561;
	font-size: clamp(1.2rem, 2vw, 2em);
}
.page-id-17 .entry-content .contact_fax a {
	color: #1a7efb;
	font-size: clamp(1.2rem, 2vw, 2em);
}
.page-id-17 .inquiry_list dt p {
	display: flex;
}
.page-id-17 .inquiry_list .must {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 2px max(6px,.44vw);
	margin: -2px 0 2px 10px;
	font-size: 12px;
	line-height: 22px;
	border-radius: max(6px,.44vw);
	color: #fff;
	background-color: #cf1d05;
	height: 25px;
}
.page-id-17 .inquiry_list .must.mt {
	margin-top: 10px;
}
.page-id-17 #agreement p input#tsugi {
	padding: 25px 80px 20px;
}

/*-------------------------------------------------------
---- お問い合わせ ----------------------------------------
-------------------------------------------------------*/
.page-id-421 .main_visual_sub,
.page-id-423 .main_visual_sub {
	background-image: url("images/pages/contact_mv_s.webp");
	background-position: 50% 50%;
}

/*-------------------------------------------------------
---- フォトアルバム一覧ページ -------------------------------
-------------------------------------------------------*/
.post-type-archive-album .main_visual_sub {
	background-image: url("images/pages/album_mv.webp");
}
.post-type-archive-album .main_contents {
	margin: 50px auto 400px;
	top: 0;
}
.post-type-archive-album .main_contents .album_block {
	max-width: 1000px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post-type-archive-album .main_contents .class_box {
	max-width: 300px;
	margin-bottom: 50px;
	flex: 1 1 30%; /* flex-grow, flex-shrink, flex-basis */
}
.post-type-archive-album .main_contents .class_box a {
	display: block;
	padding: 10px;
	border: 5px solid #fff;
	border-radius: 40px;
	transition: border .3s ease;
}
.post-type-archive-album .main_contents .class_box a:hover {
	border: 5px solid #f0345c;
}
.post-type-archive-album .main_contents .class_box a img {
	border-radius: 40px;
	width: 100%;
}
.post-type-archive-album .main_contents .nakayoshi_album .class_box {
	margin: 0 auto;
}
    
/*-------------------------------------------------------
----フォトアルバム子ページ-----------------------------------
-------------------------------------------------------*/
.tax-class h2 {
	padding-left: 50px;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.tax-class .post_wrapper {
	width: 90vw;
	max-width: 1280px;
	padding: 0 20px;
}
/*.tax-class .post_wrapper .post_box {
	margin-bottom: 20px;
}*/
.tax-class .site_footer {
	margin-top: 0px;
}
.tax-class .new_mark {
	position: relative;
	top: -8px;
	margin-right: 10px;
}
/*ひよこ組*/
.term-hiyoko h2::before {
	content: "";
	background-image: url("icon/hiyoko_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 43px;
	left: -5px;
}
/*もも組*/
.term-momo h2::before {
	content: "";
	background-image: url("icon/momo_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 43px;
	left: -5px;
}
/*さくら組*/
.term-sakura h2::before {
	content: "";
	background-image: url("icon/sakura_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 43px;
	left: -5px;
}
/*うめ組*/
.term-ume h2::before {
	content: "";
	background-image: url("icon/ume_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 43px;
	left: -5px;
}
/*たけ組*/
.term-take h2::before {
	content: "";
	background-image: url("icon/take_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 43px;
	left: -5px;
}
/*まつ組*/
.term-matsu h2::before {
	content: "";
	background-image: url("icon/matsu_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 43px;
	left: -5px;
}
.term-nakayoshi h2 {
	padding-left: 0px;
}

/*-------------------------------------------------------
---- 投稿一覧ページ ---------------------------------------
-------------------------------------------------------*/
.category .contents_main {
	margin-bottom: 100px;
}
.category .contents_main h2 {
	font-size: 3.4rem;
	width: fit-content;
	margin: 0 auto 30px;
	display: flex;
	position: relative;
	padding-left: 40px;
}

/*広野保育園*/
.category-hirono .contents_main h2::before {
	content: "";
	background-image: url("icon/hirono_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: -22px;
}
/*ひよこ組*/
.category-hiyokogumi .contents_main h2::before {
	content: "";
	background-image: url("icon/hiyokogumi_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: -22px;
} 
/*もも組*/
.category-momogumi .contents_main h2::before {
	content: "";
	background-image: url("icon/momogumi_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: -22px;
}
/*さくら組*/
.category-sakuragumi .contents_main h2::before {
	content: "";
	background-image: url("icon/sakuragumi_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: -22px;
}
/*うめ組*/
.category-umegumi .contents_main h2::before {
	content: "";
	background-image: url("icon/umegumi_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: -22px;
}
/*たけ組*/
.category-takegumi .contents_main h2::before {
	content: "";
	background-image: url("icon/takegumi_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: -22px;
}
/*まつ組*/
.category-matsugumi .contents_main h2::before {
	content: "";
	background-image: url("icon/matsugumi_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: -22px;
}
/*すくすく*/
.category-sukusuku .contents_main h2::before {
	content: "";
	background-image: url("icon/sukusuku_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: -22px;
}
.category-en-dayori .contents_main h2,
.category-kyusyoku-dayori .contents_main h2,
.category-kenkou-dayori .contents_main h2 {
	padding-left: 70px;
}
/*園だより*/
.category-en-dayori .contents_main h2::before {
	content: "";
	background-image: url("icon/en_dayori.png");
	background-size: cover;
	width: 50px;
	height: 64px;
	position: absolute;
	top: 37px;
	left: 0px;
}
/*給食だより*/
.category-kyusyoku-dayori .contents_main h2::before {
	content: "";
	background-image: url("icon/kyusyoku_dayori.png");
	background-size: cover;
	width: 50px;
	height: 64px;
	position: absolute;
	top: 37px;
	left: 0px;
}
/*けんこうだより*/
.category-kenkou-dayori .contents_main h2::before {
	content: "";
	background-image: url("icon/kenkou_dayori.png");
	background-size: cover;
	width: 50px;
	height: 64px;
	position: absolute;
	top: 37px;
	left: 0px;
}
.category .contents_main .post_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.category .contents_main .post_wrapper .post_box {
	flex: 0 0 33.3333%; /* 各アイテムがコンテナの幅の1/3を占めるように設定 */
	box-sizing: border-box; /* paddingやborderが要素の幅に含まれるように設定 */
/* 必要に応じてpaddingやmarginを調整 */
}
.contents_main .post_wrapper .post_box a {
	display: block;
	padding: 10px;
	width: fit-content;
} 
.post_box a .post_thumb {
	border: 5px solid #fff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.post_box a:hover .post_thumb {
	border: 5px solid #f0345c;
	transition: border .3s ease;
}
.post_thumb img {
	width: 100%; /* 画像の幅を100%に設定して、.post_box内にフィットさせる */
	height: auto; /* 画像の高さを自動に設定 */
}
.contents_main .post_wrapper .post_box a .post_title p {
	font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.contents_main .post_wrapper .post_box a .post_title .title {
	margin-left: 10px;
}
.contents_main .post_wrapper .post_box a:hover .post_title {
	color: #f0345c;
}
.contents_main .post_wrapper .post_box a .post_title .new_mark {
	position: relative;
	top: -10px;
	left: 10px;
}
.category .site_footer {
	margin-top: 0;
}
    
/*-------------------------------------------------------
---- きょうの給食・おやつ投稿一覧ページ ----------------------
-------------------------------------------------------*/
.post-type-archive-lunch_snack .lunch_snack_icon {
	width: 50px;
	margin-right: 20px;
}
.post-type-archive-lunch_snack h2.entry_title {
	padding-left: 0;
}
.post-type-archive-lunch_snack .contents_main .lunch_content.flex {
	display: flex;
	margin-top: 50px;
	justify-content: left;
	column-gap: 1vw;
	border-bottom: 1px solid #754a00;
	padding: 0 30px 30px;
}
.post-type-archive-lunch_snack .lunch_content .lunch_photo {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	width: 45%;
	align-items: center;
}
.post-type-archive-lunch_snack .lunch_content .lunch_photo .photo {
	background-size: cover;
	background-position: 50%;
	width: 20vw;
	height: 15vw;
	border-radius: 15px;
	max-width: 260px;
	max-height: 205px;
}
.post-type-archive-lunch_snack .lunch_content .lunch_text {
	margin: 0 0 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.post-type-archive-lunch_snack .lunch_content .lunch_text .flex {
	display: flex;
	margin-bottom: 20px;
}
.post-type-archive-lunch_snack  .lunch_content .lunch_text .flex .lunch_key {
	display: block;
	width: fit-content;
	height: fit-content;
	background-color: #FFC156;
	border-radius: 34px;
	padding-top: 1px;
}
.post-type-archive-lunch_snack  .lunch_content .lunch_text .flex .lunch_key span {
	font-size: clamp(1.4rem, 1vw, 1.8rem);
	white-space: nowrap;
}
.post-type-archive-lunch_snack  .lunch_content .lunch_text .flex .lunch_key span.lunch_day {
	padding: 0 30px;
}
.post-type-archive-lunch_snack  .lunch_content .lunch_text .flex .lunch_key span.lunch_menu {
	padding: 0 14px;
}
.post-type-archive-lunch_snack  .lunch_content .lunch_text .flex .lunch_key span.lunch_oyatsu {
	padding: 0 23px;
}
.post-type-archive-lunch_snack  .lunch_content .lunch_text .flex .lunch_value {
	margin-left: 20px;
	font-size: clamp(1.4rem, 1vw, 1.8rem);
}
.post-type-archive-lunch_snack .site_footer {
	margin-top: 0px;
}
@media screen and ( max-width: 1280px ) {
	.post-type-archive-lunch_snack .contents_main .lunch_content.flex {
		display: flex;
		width: 90%;
		margin: 50px auto 0px;
	}
	.post-type-archive-lunch_snack .lunch_content .lunch_photo {
		display: flex;
		justify-content: center;
		column-gap: 10px;
	}

}
@media screen and ( max-width: 900px ) {
	.post-type-archive-lunch_snack .contents_main .lunch_content.flex {
		display: flex;
		width: 95%;
	}
}

/*-------------------------------------------------------
---- もっけだマーケットページ ------------------------------------
-------------------------------------------------------*/
.post-type-archive-mokkeda h2.entry_title {
	font-size: 3.4rem;
	width: fit-content;
	margin: 0 auto 30px;
	display: flex;
	position: relative;
	padding-left: 70px;
}
.post-type-archive-mokkeda .entry_title::before {
	content: "";
	background-image: url("icon/morakko_icon.png");
	background-size: cover;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 28px;
	left: -20px;
}
.post-type-archive-mokkeda .post_wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 25px;
	margin: 40px auto;
}
.post-type-archive-mokkeda .dl_wrapper {
	display: flex;
	column-gap: 30px;
	margin: 0 auto 50px;
	width: 95%;
	min-width: 700px;
}
.post-type-archive-mokkeda .dl_wrapper .dl_text {
	width: 100%;
}
.post-type-archive-mokkeda .dl_wrapper .dl_text a,
.post-type-archive-mokkeda .dl_wrapper .dl_text a:visited {
	text-decoration: underline;
}
.post-type-archive-mokkeda .dl_wrapper .dl_text a:hover,
.post-type-archive-mokkeda .dl_wrapper .dl_text a:active {
	text-decoration: none;
}
.post-type-archive-mokkeda .dl_wrapper .dl_text .red {
	color: #F1161A;
	font-weight: 700;
}
.post-type-archive-mokkeda .dl_wrapper .dl_text .blue {
	color: #0064FF;
	font-weight: 700;
}
.post-type-archive-mokkeda .dl_wrapper .dl_text .green {
	color: #049619;
	font-weight: 700;
}
.post-type-archive-mokkeda .dl_wrapper .dl_text .caution {
	color: #F1161A;
	text-align: right;
}
.post-type-archive-mokkeda .dl_wrapper .paper_dl {
	margin: 0 auto;
	width: fit-content;
	align-items: center;
	display: flex;
}
.post-type-archive-mokkeda .paper_dl a {
	background-color: #fff;
	border: 3px solid #36bcde;
	padding: 7px 40px 0 90px;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	gap: 20px;
	border-radius: 15px;
	color: #484848;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
	transition: 200ms;
	position: relative;
	width: fit-content;
}
.post-type-archive-mokkeda .paper_dl a:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}
.post-type-archive-mokkeda .paper_dl a::before {
	content: "";
	background-image: url("icon/pdf_icon.png");
	background-size: cover;
	width: 30px;
	height: 40px;
	position: absolute;
	top: 17px;
	left: 40px;
}
.post-type-archive-mokkeda .post_wrapper .post_box {
	margin-right: 29.9px;
	width: calc((100% - 60px) / 3);
	margin-bottom: 20px;
}
.post-type-archive-mokkeda .post_wrapper .post_box:nth-child(3n) {
	margin-right: 0;
}
.post-type-archive-mokkeda .post_wrapper .post_box a {
	display: block;
	padding: 10px;
	width: fit-content;
}
.post-type-archive-mokkeda .post_wrapper .post_box a .post_thumb {
	border: 5px solid #fff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.post-type-archive-mokkeda .post_wrapper .post_box a:hover .post_thumb {
	border: 5px solid #f0345c;
	transition: border .3s ease;
}
.post-type-archive-mokkeda .post_wrapper .post_box a .post_thumb img {
	width: 100%;
	height: auto;
}
.post-type-archive-mokkeda .post_wrapper .post_box a:hover .post_title {
	color: #f0345c;
}
.post-type-archive-mokkeda .post_wrapper .post_box a .post_title p {
	font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.post-type-archive-mokkeda .post_wrapper .post_box a .post_title .new_mark {
	position: relative;
	top: -10px;
	left: 5px;
}
.post-type-archive-mokkeda .site_footer {
	margin-top: 0px;
}
    
/*-------------------------------------------------------
---- 保育日記一覧ページ ------------------------------------
-------------------------------------------------------*/
.category-news .contents_main h2 {
	padding-left: 0;
}
.category-news .contents_main .diary_wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
	margin: 0 auto 40px;
}
.category-news .contents_main .diary_wrapper .diary_box {
	margin-right: 29.9px;
	width: calc((100% - 60px) / 3);
	margin-bottom: 20px;
}
.category-news .contents_main .diary_wrapper .diary_box:nth-child(3n) {
	margin-right: 0;
}
.category-news .contents_main .diary_wrapper .diary_box a {
	display: block;
}
.category-news .contents_main .diary_wrapper .diary_box a .diary_thumbnail_img {
	overflow: hidden;
	height: 20vw;
	max-height: 220px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.category-news .contents_main .diary_wrapper .diary_box a .diary_thumbnail_img .diary_thumbnail_tag:nth-child(1) {
	top: 0px;
}          
.category-news .contents_main .diary_wrapper .diary_box a .diary_thumbnail_img .diary_thumbnail_tag:nth-child(2) {
	top: 34px;
}                
.category-news .contents_main .diary_wrapper .diary_box a .diary_thumbnail_img .diary_thumbnail_tag:nth-child(3) {
	top: 68px;
}
.category-news .contents_main .diary_wrapper .diary_box a .diary_thumbnail_img .diary_thumbnail_img_inner {
	position: relative;
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center;
	transition: 400ms ease;
} 
.category-news .contents_main .diary_wrapper .diary_box a:hover .diary_thumbnail_img .diary_thumbnail_img_inner {
	transform: scale(1.1);
} 
.category-news .diary_box a p span .new_mark {
	position: relative;
	top: -8px;
} 
    
/*-------------------------------------------------------
---- 更新情報一覧ページ ------------------------------------
-------------------------------------------------------*/
.category-posts .contents_main {
	max-width: 1150px;
}
.category-posts .contents_main h2 {
	padding-left: 0;
}
.category-posts .contents_main .post_wrapper {
	display: block;
}
.category-posts .contents_main .post_box .post_title {
	display: flex;
	column-gap: 30px;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.category-posts .contents_main .post_box .post_title .title-tag {
	display: flex;
	min-width: 18em;
	max-width: 18em;
}
.category-posts .contents_main .post_box .post_title img.post_class_tag {
	top: 2px;
}
.category-posts .contents_main .post_wrapper .post_box .post_title .new_mark {
	top: -10px;
}
    
/*-------------------------------------------------------
---- 投稿ページ ---------------------------------------
-------------------------------------------------------*/
.single .contents_main .contents_2col .contents_page h2.entry_title {
	padding: 40px 0;
	font-weight: 700;
}
.single .contents_main {
	margin: 0 auto 400px;
}
.single .contents_main .contents_2col .contents_page article .entry-content figure {
	/*width: fit-content;*/
	margin: 30px auto;
}
.single .contents_main .contents_2col .contents_page article .entry-content figure.is-type-video {
	width: auto;
}
#subpage {
	margin-top: 40px;
	background-color: #f9f2da;
	padding: 10px;
	border-radius: 10px;
}
ul.recentEntries {
	margin: 0;
	font-size: 1.6rem;
	line-height: 2rem;
}
ul.recentEntries {
	margin: 3px 0;
}
ul.recentEntries a li {
	color: #484848;
	transition: 200ms;
	background-color: #fff;
	padding: 20px 10px 20px 14px;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
ul.recentEntries a li p {
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: 700;
}
ul.recentEntries a:hover li {
	color: #f0345c;
}
@media screen and ( max-width: 1000px ) {
	.single .contents_2col {
		flex-direction: column;
		align-items: normal;
	}
	.single  .contents_page {
		width: 100%;
	}
	.single #rightside {
		width: 100%;
	}
}
    
/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
.inquiry_list {
	margin-bottom: 15px;
	overflow: hidden;
}
.inquiry_list dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:20px 0;
	width:100%;
	overflow: hidden;
}
.inquiry_list dt {
	padding:30px 20px 5px 20px;
	width: 28%;
    border-top: 1px solid #ccc;
    display: flex;
}
.inquiry_list dt.con_title {
    border-bottom: 1px solid #ccc;
}
.inquiry_list dt p {
    margin: 0;
}
.inquiry_list dd {
	padding:30px 20px 30px 0;
	width: 72%;
    border-top: 1px solid #ccc;
}
.inquiry_list dd.con_title {
    border-bottom: 1px solid #ccc;
}
.inquiry_list dd p {
    margin: 0;
}
.inquiry_list input, .inquiry_list textarea, .inquiry_list select {
	padding: 5px 8px;
	border-radius: 3px;
	border: solid 1px #754a00;
}
/*名前*/
.con_name,
.con_name_furi {
	margin: 0 10px 0 0;
	width: 300px;
}
/*メールアドレス*/
.con_address {
	width: 100%;
}
/*TEL*/
.con_tel {
	width: 65px;
}
/*郵便番号*/
.con_yubin1 {
	margin-bottom: 10px;
	width: 110px;
}
/*住所*/
.con_jusyo {
	width: 100%;
}
/*お問い合わせ内容*/
.con_inquiry {
	width: 100%;
}
/* Contact Form 7のチェックボックスを縦並びに */
.wpcf7-checkbox .wpcf7-list-item {
	margin: 0 10px 0 0;
    display:block;
}
/* Contact Form 7のチラジオボタンを横並びに */
.wpcf7-radio .wpcf7-list-item {
	margin: 0 10px 0 0;
    width: 40%;
}
.wpcf7-list-item:nth-child(3) {
	width: 80%;
} 
.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 .wpcf7-not-valid {
	background: #ed9db9;
}  
#agreement {
    display: flex;
    align-items: center;
}
#agreement input#modoru {
    padding: 30px 50px 25px;
    margin: 30px 0;
    border: none;
}
.wpcf7-confirm, .wpcf7-submit, .wpcf7-back {
	padding: 30px 80px 25px;
    margin: 30px;
	letter-spacing: 3px;
    background-color: #f43333;
    color: #fff;
    border: none;
    transition: 400ms;
    box-shadow: 1px 1px 3px #4a4a4a;
}
.wpcf7-submit:disabled {
	background-color: #ccc;
    color: #000;
    box-shadow: none;
}
.wpcf7-submit {
	font-weight: bold;
}
#agreement p {
    position: relative;
    width: fit-content;
    margin: 30px auto 50px;
}
#agreement p::after {
	content: "";
    background-image: url("images/pages/triangle_white.png");
    width: 9px;
    height: 11px;
    position: absolute;
    top: 25px;
    right: 90px;
}
.wpcf7 .wpcf7c-conf {
	background-color: #fff;
	font-weight: bold;
}
.wpcf7-form-control {
}
.mapp-layout {
	margin: 0 0 15px 0;
	border: solid 1px #cccccc;
}
.wpcf7-radio,
.wpcf7-checkbox {
    border: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.content-column {
	padding:5px;
}
    
    .con_tel {
        width: 20%;
    }
.footer_area {
	display: none;
}
#preview{
	position: absolute;
	display: none;
}  
#modoru{
	display: block !important;
}
    
/*-------------------------------------------------------
----投稿共通-----------------------------------------
-------------------------------------------------------*/
/*ファイル*/
.single a.wp-block-file__button {
	background-color: #fff;
	border: 3px solid #2DA9E1;
	padding: 16px 20px 12px;
	font-size: 1.8rem;
	width: 160px;
	text-align: center;
	display: inline-block;
	transition: 200ms;
	border-radius: 15px;
	color: #484848;
	text-decoration: none;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
}
.single a.wp-block-file__button:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}
.single .wp-block-button a.wp-block-button__link {
	background-color: #fff;
	border: 3px solid #2DA9E1;
	padding: 16px 20px 12px;
	font-size: 1.8rem;
	width: 160px;
	text-align: center;
	display: inline-block;
	transition: 200ms;
	border-radius: 15px;
	color: #484848;
	box-shadow: 6px 6px 0px 0px rgba(100, 100, 100, .3);
}
.single .wp-block-button a.wp-block-button__link:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}
    
/*-------------------------------------------------------
----404エラーページ-----------------------------------------
-------------------------------------------------------*/
.error404 .main_visual_sub {
	height: 30vw;
}
.error404 .main_visual_sub .entry_title {
	text-align: center;
	width: 65vw;
	font-size: 2.8rem;
}

/*-------------------------------------------------------
----ギャラリー-----------------------------------------
-------------------------------------------------------*/
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
	display: none;
}
body .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 3px 10px 9px;
	font-size: 1.4rem;
	position: relative;
	text-shadow: none;
}

body .wp-block-image figcaption {
	font-size: 1.4rem;
}

/*テスト用*/
.page-id-39392 .main_visual_sub {
	display: none;
}

}
