﻿/*
Theme name: いろは
Author: nobody
Author URI: https://teamstudio-e.net
Version: 1.0
*/

/****  リセット  ****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1,h2,h3,h4,h5,h6{
	clear: both;
}




/****  base  ****/
body{
	font-size: 16px;
	line-height: 2; 
	letter-spacing: 0.05em;
	font-family: "M PLUS 1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #542700;
	min-width: 1080px;
} 
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
		box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6{
	word-wrap:break-word;
	overflow-wrap:break-word;
}

@font-face {
  font-family: 'timemachine';
  src: url('./font/timemachine-wa.ttf') format('truetype');
}
@font-face {
  font-family: 'sigoto';
  src: url('./font/ShigotoMemogaki-Regular-1-02.ttf') format('truetype');
}

/****  文字装飾  ****/

.red{color: red;}
.blue{color: blue;}
.green{color: green;}
.gray{color: gray;}

.b, strong{font-weight: bold;}

.ll{font-size: 1.6em; font-weight: bold;}
.l{font-size: 1.3em; font-weight: bold;}
.s{font-size: 0.85em;}
.ss{font-size: 0.65em;}

.back-red{background-color: #ffccff;}
.back-blue{background-color:#ccffff;}

.badge-red,
.badge-green{
	padding: 3px 8px 1px;
	margin-right: 5px;
	border-radius: 7px;
	color: #fff;
}
.badge-red{
	background-color: #e00;
}
.badge-green{
	background-color: #060;
}

.clear{
	clear: both;
	line-height: 0;
	overflow: hidden;
}
.space{
	clear: both;
	height: 5em;
}


a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a:hover {
  text-decoration: underline;
}

.ppp-adjuster {
	margin-top: -90px;
	padding-top: 90px;
}



/****  ベーシックレイアウト  ****/
.main-side{
	width: 100%;
	padding: 0 50px;
	overflow: hidden;
}

.main-full {
	width: 1000px;
	margin: 30px auto;
}

.main-full-news {
	width: 1200px;
	margin: 30px auto;
}

.footer-inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

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



/****  ヘッダー  ****/
.site-header {
	width: 100%;
}
.header-inner{
	width: 1100px;
	padding: 0 50px;
	margin: 0 auto;
/*
	width: 1080px;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
*/
}
.header-left {
	width: 14%;
	height: auto;
	float: left;
}
.header-center {
  width: 48%;
  float: left;
  text-align: center;
}
.header-right {
  float: right;
  text-align: right;
}
.header-call-action {
  position: relative;
  width: 240px;
  height: 60px;
  line-height: 1.5em;
  text-align: center;
  padding: 0 0 0 20px;
  margin-top: 3px;
}
.header-mail-action {
  position: relative;
  width: 230px;
  height: 60px;
  line-height: 1.5em;
  text-align: center;
  padding-right: 10px;
}
.action-tel::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(./images/tel.png) no-repeat;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(7px);
}
.action-mail {
  background-color: #F39DA6;
}
.action-mail::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(./images/plane.png) no-repeat;
  margin: -5px 5px 0 0;
  display: inline-block;
  transform: translateY(15px);
}
.header-logo {
  margin-left: 10px;
}
.header-desc {
	display: inline-block;
	width: 100%;
	height: 60px;
	color: #fff;
	background-color: #8DC21F;
	font-size: 1.35em;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
}
.header-image {
	width: 100%;
	line-height: 1;
	margin-bottom: -1px;
}
.header-image img {
	width: 100%;
}
.header-nav{
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.slide-wrap{
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}
.header-catch {
  position: absolute;
  z-index: 4;
  width: 100%;
  top: 14%;
  left: 0;
}

/* ヘッダートップメニュー */
#top-menu {
  display: block;
}
#top-menu ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* font-size: 1.12em; */
	list-style-type: none;
	margin: 0;
	padding: 13px 0 10px;
	overflow: hidden;
}
#top-menu ul li {
	display: inline-block;
}
#top-menu ul li a {
	font-size: 1em;
	font-weight: bold;
	display: block;
	color: #542700;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration: none;
    margin: 0 20px 0 0;
}
#top-menu ul li a:hover {
	color: #3C1B00;
}
.title_spacer {
	padding-top: 140px;
}

/****　　投稿・固定ページ  ****/
.content-box{
	/*padding: 0 43px 10px;*/
	/*margin-bottom: 30px;*/
	position: relative;
	/*overflow: hidden;*/
	border-radius: 7px;
}
.content-header{
	/*margin: 0 -43px 10px;*/
	padding: 10px 43px 10px;
}

h1.title{
	margin: 10px 0 10px;
	text-align: center;
	font-size: 1.3em;
}

h1.page-title{
	font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .news-content-date-box {
    margin: 0 0 15px;
  }
}
.content-header .up-date,
.content-header .cat-link{
	text-align: right;
	float: none;
}
.sns-counts .share-count-top{
	font-size: 1.1em;
}
.eye-catch{
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
	box-shadow: 0 2px 5px #999;
	clear: both;
}
.content{
	clear: both;
	width: 100%;
	padding-top: 1em;
}
/*.content h2{
	width: 1000px;
	font-size: 1.2em;
	padding: 3px 0;
	text-align: center;
	background-color: #f9e0ad;
	margin: 0 auto;
}*/

.content h3 {
    font-size: 1.2em;
    padding-left: 0.2em;
    display: block;
    color: #6b7c2e;
    background-color: #e6f7a2;
}

.page-content{
	clear: both;
	padding: 0 40px 30px;
}
.page-content p {
	padding: 5px 0;
}

.page-content h2 {
	font-size: 22px;
    border-radius: 10px;
	color: #fff;
	padding: 0 1.5em .3em;
	margin: 40px 0;
}


.page-content h3{
	font-size: 1.5em;
	line-height: 1.2;
  padding: 0.2em 0.5em;
	
}

.page-content ul {
	padding-left: 1em;
}

.page-content a {
	color: #f76331;
	text-decoration: none;
}

.content h4{
	clear: both;
}

.content h5{
	clear: both;
	color: #333;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 3px 17px 0;
	margin: 30px 0 10px;
}

.content h6{
	clear: both;
	color: #333;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 0 20px 0;
	margin: 30px 0 10px;
}

.topics dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.topics dt {
	padding-bottom: 5px;
}

@media screen and (min-width: 960px) {
.topics dt {
	clear: left;
	float: left;
	width: 15%;
}
.topics dd {
	margin-left: 16%;
}
}



/****  サイドバー  ****/
.side-box{
	background-color: #fff;
	overflow: hidden;
	padding: 0 15px 10px 0;
	margin-bottom: 30px;
}
.side-title {
	font-size: 1.5em;
	padding-bottom: 15px;
}
.side .box{
	background-color: #fff;
	overflow: hidden;
	padding: 0 15px 10px;
	margin-bottom: 30px;
}
.side .box-header{
	font-size: 1.2em;
	padding: 15px 0 5px;
	margin: 0 0 5px;
}

.side ul li{
	list-style: none;
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 0.95em;
	clear:both;
	overflow: hidden;
}
.side .box a{
	color: #006699;
	text-decoration: none;
}
.side .box a:hover{
	color: #EA3382;
}

.side ul.children{
	margin: 8px 0 0 25px;
	font-size: 0.95em;
}
.search-box{
	height: 35px;
	box-shadow: 0 2px 5px #999;
	margin-bottom: 30px;
}
.search-text{
	width: 80%;
	height: 100%;
	font-size: 1em;
	float: left;
	padding: 5px 10px;
	margin: 0;
	border: none;
}
.search-submit{
	font-size: 1.2em;
	width:20%;
	height: 100%;
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
.search-submit:hover{
	background-color: #EA3382;
}

.side-share{
	font-size: 1.2em;
	padding: 0 15px;
	margin: 0 0 5px;
}




/****  フッター  ****/
.footer p{
}
/*
.footer a{
	color: #fff;
	background-color: #8dc21f;
	text-decoration: none;
}
.footer a:hover{
	color: #EA3382;
}
*/
.footer-wrap {
	padding: 0;
}
.footer-inner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.footer-line1 {
	width: 100%;
	border-top: 5px solid #7ebf41;
}
.footer-bottom {
	width: 680px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.footer-logo {
	width: 430px;
	margin: 70px auto;
}
.footer-logo-box,.footer-sns-box {
	width: 100%;
	text-align: center;
	margin-top: 1.5em;
}
.footer-addr-telfax-wrap {
	/*width: 550px;*/
}
.footer-tel {
	font-size: 1.25em;
	text-align: center;
	line-height: 1.7;
	font-weight: bold;
}
.footer-addr {
	font-size: 0.95em;
	padding-top: 10px;
	text-align: center;
	line-height: 1.7;
	font-weight: bold;
}
.footer-eng {
	font-family: "M PLUS 1";
	font-size: 1.5em;
	padding-bottom: .5em;
	text-align: center;
	font-weight: bold;
}
.footer-image-l {
	text-align: left;
}
.footer-image-r {
	text-align: right;
}
.footer-kodomo {
	text-align: center;
}
.footer-menu {
	text-align: right;
	font-size: small;
	margin-bottom: 2em;
}
.footer-menu ul {
	list-style-type: none;
}
.footer-menu ul li {
	display: inline;
	font-size: 0.8em;
}
.footer-menu ul li:first-child {
	margin-right: 1em;
}
.footer-menu ul li:last-child {
	margin-right: 5em;
}
.footer-menu ul li:a {
}
.footer-menu ul li a:hover{
	color: #d2c861;
}
.footer-name {
	font-size: 0.8em;
	padding: 2px 0;
	text-align: center;
}
.footer-name a{
	text-decoration: none;
}
.footer-name a:hover{
	color: #d2c861;
}
.add-margin {
	/* margin-top: 200px; */
	margin-top: 145px;
}
.add-margin2 {
	margin-top: 200px;
}

#a-center {
	padding-top: 150px;
	margin-top: -150px;
}

#a-about {
	padding-top: 150px;
	margin-top: -150px;
}

#a-news {
	padding-top: 150px;
	margin-top: -150px;
}

#a-life {
	padding-top: 150px;
	margin-top: -150px;
}

#a-education {
	padding-top: 150px;
	margin-top: -150px;
}

#a-inquiry {
	padding-top: 150px;
	margin-top: -150px;
}

#a-info {
	padding-top: 150px;
	margin-top: -150px;
}

#a-link {
	padding-top: 150px;
	margin-top: -150px;
}

.content-kugiri-space {
	margin-top: 60px;
}

.content-kugiri-space-s {
	margin-top: 30px;
}

.content-kugiri-space-top {
	margin-top: 40px;
}


@media screen and (max-width: 1100px) {
body{
	/* font-size: 20px; */
	min-width: 0; 
	width: 100%;
}

.header-inner{
	width: 100%;
}
.header-inner2{
	width: 100%;
}

.main-side{
	width: 100%;
	/* margin: 0 0 30px; */
	padding: 0 50px;
}
.main{
	width: 100%;
	margin-right: 0;
	float: none;
}
.main-full {
	width: 100%;
}
.side {
	width: 100%;
	float: none;
	margin: 0 auto;
}

.content-box{
	width: 100%;
	overflow: hidden;
	box-shadow: none;
}
.footer {
	width: 100%;
}
.footer-inner {
	width: 100%;
    padding: 0 20px 5px;
}
.footer-menu ul {
	text-align: center;
}
.footer-right {
    width: 100%;
    padding: 0 10px;
}
.footer-logo-box {
	width: 100%;
	text-align: center;
}
.footer-left {
	width: 100%;
	margin: 30px auto 0;
	float: none;
	padding-right: 0;
}
.footer-logo-box img {
    width: auto;
}
}

@media screen and (max-width: 1000px) {
.content h2 {
	width: 100%;
}
}


@media screen and (max-width: 895px) {
.footer-tel-mail-wrap {
	margin: 0 auto;
}
}



@media screen and (max-width: 850px) {
body{
	/* font-size: 19px; */
}

.content-box{
	padding: 0 30px 20px;
}
.content-header{
	padding: 0;
}
/*
h1.title{
	font-size: 1.7em;
	margin: 30px 2% 20px;
}
*/
.page-content{
	padding: 0 10px 25px;
}
}

@media screen and (max-width: 800px) {
.header-inner{
	padding: 0 20px;
}
.header-inner2{
	padding: 0 20px;
}
.main-side{
	padding: 0 20px;
}
/*
.fixed {
    padding-right: 40px;
}
*/
.main-product-list {
	width: 100%;
}
.main-product {
	width: 100%;
}
}

@media screen and (max-width: 700px) {
.header-desc {
	height: 50px;
	font-size: 1.15em;
	line-height: 50px;
}
.page-content{
	padding: 0 7px 23px;
}
}

@media screen and (max-width: 667px) {
.footer-bottom {
	width: 100%;
	margin-top: 0;
}
.footer-addr {
	padding-top: 3px;
	font-size: 0.9em;
}
}



@media screen and (max-width: 600px) {
.header-desc {
	height: 50px;
	font-size: 1.05em;
	line-height: 50px;
}
.content-box{
	padding: 0 20px 20px;
	line-height: 1.5
}
.page-content{
	padding: 0 5px 20px;
}
}
@media screen and (max-width: 462px) {
.footer-tel-mail-wrap {
	width: 100%;
}
}
@media screen and (max-width: 450px) {
body{
	/* font-size: 17px; */
}
.content-box{
	padding: 0 10px 20px;
}
.content-header{
}
/*
h1.title{
	font-size: 1.5em;
	margin: 30px 2% 20px;
}
*/
.content h2{
}
.td-mobile-icon {
	font-size: 2.7em;
}
.td-tel-no {
	font-size: 2.7em;
	padding: 0 0 0 6px;
}
.td-uketsuke {
	font-size: 0.7em;
}
.td-mail-icon {
	font-size: 2.7em;
	line-height: 1.0;
}
.td-mail {
	font-size: 1.05em;
	padding: 0 0 0 6px;
}

.footer-itaku {
	font-size: 0.7em;
}
.footer-name {
	font-size: 0.7em;
}
.footer-menu ul li {
	font-size: 0.75em;
}
.footer-menu ul li:last-child {
    margin-right: 0;
}

}

@media screen and (max-width: 420px) {
.header-desc {
	height: 30px;
	font-size: 0.6em;
	line-height: 30px;
}
}

@media screen and (max-width: 400px) {
.td-mobile-icon {
	font-size: 2.4em;
}
.td-tel-no {
	font-size: 2.3em;
	padding: 0 0 0 6px;
}
.td-uketsuke {
	font-size: 0.6em;
}
.td-mail-icon {
	font-size: 2.4em;
	line-height: 1.0;
}
.td-mail {
	font-size: 0.9em;
	padding: 0 0 0 6px;
}
.footer-addr-telfax-wrap {
	width: 100%;
}
}



@media screen and (max-width: 350px) {
body{
	font-size: 15px;
}

}

.fixed {
	background: #fff;
    position: fixed;
    top: 0;
	left: 0;
	height: 60px;
    /* width: 1080px; */
    z-index: 10000;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	width: 100vw;
}

/* スマホ時グローバルメニュー */
nav.globalMenuSp {
	display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
 
nav.globalMenuSp ul {
    background: #623a0e;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	opacity: 0.9;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
	text-decoration: none;
}
nav.globalMenuSp ul li a:hover {
	background-color: #fff;
    color: #623a0e;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: none;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 75px;
    width: 42px;
    height: 50px;
    cursor: pointer;
    z-index: 6;
    background: #FFFDE5;
    text-align: center;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	border-radius: 10px;
	-webkit-filter:drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.25));
	-moz-filter:drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.25));
	-ms-filter:drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.25));
	filter:drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.25));
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #623a0e;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #623a0e;
    font-size: 10px;
    font-weight: bold;
    top: 28px;
	letter-spacing: .1em;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (max-width: 1280px) {
.header-left {
  width: 25%;
}
.header-image {
	width: 100%;
}
#top-menu {
	display: none;
}
nav.globalMenuSp {
	display: block;
}
.navToggle {
    display: block;
}
.header-right {
    right: 55px;
}
.main-full-news {
  width: 100%;
}
}

/* お気軽にご相談ください */
.riyo-toroku {
	width: 710px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #e26e29;
	background-color: white;
	overflow: hidden;
}

.riyo-toroku-title {
	font-size: 1.4em;
	padding: 1em .5em;
	text-align: center;
}

.riyo-toroku-line2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding-left: 30px;
	padding-bottom: 30px;
}

.riyo-toroku-date {
	font-size: 1.4em;
	color: #000;
	padding: 0 .5em;
}

.riyo-toroku-tel {
	font-size: 2.0em;
	color: #e26e29;
}

.riyo-toroku-mail {
	font-size: 1.0em;
	color: #e26e29;
}

.riyo-toroku-inquiry {
	color: #fff;
	background-color: #e26e29;
	border-radius: 5px;
	font-size: 1.2em;
	padding: 0.5em 1.5em;
	margin-top: 8px;
	margin-left: 20px;
}
@media screen and (max-width: 710px) {
.riyo-toroku {
	width: 100%;
}
.riyo-toroku-line2 {
	padding-left: 0;
}
.riyo-toroku-tel-mail {
	padding-bottom: 20px;
}
.riyo-toroku-inquiry {
	margin-left: 0;
}
}

/* 園の紹介 */
.enno-syokai {
	width: 144px;
	margin: 30px auto 0;
}
.enno-sykai img {
	width: 100%;
}

.enno-syokai-box {
	width: 830px;
	margin: 0 auto;
}
.enno-syokai-text {
	font-size: 1.05em;
	padding: 0 0.5em;
}
.enno-syokai-color1 {
	color: #f5da59;
}
.enno-syokai-color2 {
	color: #38a2ff;
}
.enno-syokai-color3 {
	color: #9cd2ed;
}
@media screen and (max-width: 830px) {
.enno-syokai-box {
	width: 100%;
}
}

.hoiku-gallery-title-box {
	width: 880px;
	margin: 0 auto;
}
.hoiku-gallery-title {
	font-size: 1.47em;
}
.hoiku-gallery-box {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	align-content: space-around;
	width: 820px;
	margin: 15px auto 0;
}
.hoiku-gallery-pict {
	width: 260px;
	padding-bottom: 10px;
}

@media screen and (max-width: 880px) {
.hoiku-gallery-title-box {
	width: 100%;
}
}
@media screen and (max-width: 820px) {
.hoiku-gallery-box {
	width: 100%;
}
}


/* 保育のご案内 */
.ho-annai-wrap {
	width: 880px;
	margin: 30px auto;
	padding-left: 50px;
	overflow: hidden;
}

.chuki-red {
	font-size: 0.85em;
	color: red;
	text-align: center;
	padding: 20px 0;
}

.ho-annai-title {
	font-size: 1.47em;
	padding-bottom: 0.8em;
}
.ho-annai-chuki {
	color: #f00;
	font-size: 1em;
	padding-bottom: 0.8em;
}
.ho-annai-text {
	font-size: 1.1em;
	line-height: 2.0;
	padding-bottom: 0.8em;
}

.ho-annai-line-box {
	padding: 0 90px;
	margin: 0 auto;
}
.ho-annai-line {
	font-size: 1.15em;
	padding: 0 0 13px;
	text-align: left;
	line-height: 1.2;
}
.ho-annai-dtl-wrap {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	align-content: space-around;
	align-items: flex-start;
	width: 1000px;
	margin: 20px auto 0;
}
.ho-annai-dtl-box {
	width: 330px;
	margin-bottom: 15px;
	border: 1px solid #e2ebbc;
	overflow: hidden;
}
.ho-annai-dtl-title {
	font-size: 1.2em;
	padding-left: 0.2em;
	display: block;
	color: #6b7c2e;
	background-color: #e2ebbc;
}
.ho-annai-dtl-text {
	font-size: 1.1em;
	padding-left: 0.2em;
}
.ho-annai-pink {
	color: #f694e3;
}

@media screen and (max-width: 1000px) {
.ho-annai-dtl-wrap {
	width: 100%;
}
}
@media screen and (max-width: 880px) {
.ho-annai-wrap {
	width: 98%;
	padding-left: 0;
}
}
.ho-annai-line-box {
	padding: 0 45px;
}

@media screen and (max-width: 460px) {
.ho-annai-line-box {
	padding: 0 25px;
}
.ho-annai-line {
	font-size: 0.8em;
}
}

/* 園の概要 */
.enno-gaiyo-wrap {
	width: 950px;
	margin: 30px auto;
	padding-left: 100px;
	padding-bottom: 20px;
	overflow: hidden;
}
.enno-gaiyo-text-box {
	width: 55%;
	float: left;
	padding-top: 15px;
}
.enno-gaiyo-pict-box {
	position: relative;
	width: 45%;
	height: 660px;
	float: left;
}
.enno-gaiyo-text {
	font-size: 1.0em;
}
.enno-gaiyo-haichi {
	position: absolute;
	top: 30px;
	right: 0;
}
.enno-gaiyo-haichi img {
	width: 350px;
}
.enno-gaiyo-hiritsu {
	position: absolute;
	bottom: 0;
	left: -50px;
}
.enno-gaiyo-hiritsu img {
	width: 100%;
}
.enno-gaiyo-access-wrap {
	width: 900px;
	margin: 0 auto;
	padding: 60px 0 30px;
	overflow: hidden;
}
.enno-gaiyo-access-box {
	position: relative;
	width: 50%;
	float: left;
}
.enno-gaiyo-access-title {
	position: absolute;
	top: 0;
	left: 0;
}
.enno-gaiyo-access-text {
	font-size: 1.0em;
}

@media screen and (max-width: 970px) {
.enno-gaiyo-wrap {
	width: 100%;
	padding-left: 20px;
}
.enno-gaiyo-text-box {
	width: 100%;
	float: none;
}
.enno-gaiyo-pict-box {
	width: 100%;
	height: 500px;
	float: none;
}
.enno-gaiyo-haichi {
	left: 0;
}
.enno-gaiyo-hiritsu {
	display: none;
}
}
@media screen and (max-width: 900px) {
.enno-gaiyo-access-wrap {
	width: 100%;
}
.enno-gaiyo-access-box {
	width: 100%;
	float: none;
	padding-bottom: 30px;
}
}
@media screen and (max-width: 400px) {
.enno-gaiyo-haichi {
	width: 100%;
}
.enno-gaiyo-haichi img {
	width: 100%;
}
.enno-gaiyo-access-text {
	font-size: 0.9em;
}
}

/* 病後児保育等 */
.byougo-wrap {
	width: 880px;
	margin: 30px auto;
	padding-left: 50px;
	overflow: hidden;
}
.byougo-title {
	font-size: 1.47em;
	padding-bottom: 0.8em;
}
.byougo-chuki {
	color: #f00;
	font-size: 1em;
	padding-bottom: 0.8em;
}
.byougo-text {
	font-size: 1.1em;
	line-height: 2.0;
	padding-bottom: 0.8em;
}
.byougo-pink {
	color: #f694e3;
}
.byougo-kakko {
	font-size: 1.1em;
	line-height: 1.2;
	padding-bottom: 0.8em;
}
.byougo-pict-wrap {
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}
.byougo-pict {
	width: 260px;
	padding-bottom: 20px;
}
.byougo-pict img {
	width: 100%;
}

@media screen and (max-width: 880px) {
.byougo-wrap {
	width: 98%;
	padding-left: 0;
}
}
@media screen and (max-width: 880px) {
.byougo-pict-wrap {
	width: 100%;
}
}

/* 一時保育  */
.ichiji-wrap {
	width: 880px;
	margin: 30px auto;
	padding-left: 50px;
	overflow: hidden;
}
.ichiji-title {
	font-size: 1.47em;
	padding-bottom: 0.8em;
}
.ichiji-chuki {
	color: #f00;
	font-size: 1em;
	padding-bottom: 0.8em;
}
.ichiji-text {
	font-size: 1.1em;
	line-height: 2.0;
	padding-bottom: 0.8em;
}
.ichiji-pink {
	color: #f694e3;
}
@media screen and (max-width: 880px) {
.byougo-wrap {
	width: 98%;
	padding-left: 0;
}
}

.ichiji-dtl-wrap {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	align-content: space-around;
	align-items: flex-start;
	width: 1000px;
	margin: 50px auto 30px;
}
.ichiji-dtl-box {
	width: 430px;
	margin-bottom: 15px;
	border: 1px solid #e2ebbc;
	overflow: hidden;
}
.ichiji-dtl-title {
	font-size: 1.2em;
	padding-left: 0.2em;
	display: block;
	color: #6b7c2e;
	background-color: #e2ebbc;
}
.ichiji-dtl-text {
	font-size: 1.1em;
	padding-left: 0.2em;
}
@media screen and (max-width: 1000px) {
.ichiji-dtl-wrap {
	width: 100%;
}
}
@media screen and (max-width: 640px) {
.ichiji-wrap {
	width: 100%;
}
.ichiji-line-box {
	padding: 0 45px;
}
}

@media screen and (max-width: 460px) {
.ichiji-line-box {
	padding: 0 25px;
}
.ichiji-line {
	font-size: 0.8em;
}
.ichiji-dtl-box {
	width: 330px;
}
.footer-eng {
  font-size: 1.2em;
}
}


/* 各種様式 */
.kakusyu-yoshiki {
	width: 162px;
	margin: 30px auto;
}
.kakusyu-yoshiki img {
	width: 100%;
}
.k-yoshiki-wrap {
	width: 380px;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow: hidden;
}
h4.k-yoshiki-title {
	font-size: 1.47em;
	padding-bottom: 0.5em;
}
.k-yoshiki-list {
}
.k-yoshiki-list ul {
	padding-bottom: 1.5em;
	padding-left: 40px;
}
/*.k-yoshiki-list ul li::before {
	content: '・';
}*/
.k-yoshiki-list ul li a {
	font-size: 1.0em;
	line-height: 1.2;
	color: #704438;
	text-decoration: none;
}
.k-yoshiki-list ul li a:hover {
	color: #007CEA;
	text-decoration: underline;
}
@media screen and (max-width: 380px) {
.k-yoshiki-wrap {
	width: 100%;
}
.k-yoshiki-title {
	font-size: 1.3em;
}
}

/* 保育理念・保育内容 */
.rinen-wrap {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
p.rinen {
	font-size: 1.0em;
    line-height: 2.0;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
}
.rinen-list {
	
}
.rinen-list ul {
	padding-left: 40px;
}
.rinen-list ul li {
	font-size: 1.0em;
}
.rinen-list ul li:first-child {
	margin-top: -1.0em;
}
.nagare-wrap {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}
h3.nagare {
	display: inline-block;
	padding: 0.2em 1.0em;
	border: 2px solid #007CEA;
	border-radius: 13px;
	color: #007CEA;
	background-color: #fff;
}
p.nagare-text {
	font-size: 1.0em;
}
.nyuji-list {
	
}
.nyuji-list ul {
	list-style-type: none;
}
.nyuji-list ul li {
	font-size: 1.0em;
}
.nyuji-list ul li::before {
	content: '★';
}
.mochimono-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 976px;
	margin: 0 auto;
	overflow: hidden;
}
.mochimono-list {
	width: 50%;
}
.mochimono-list ul {
	padding-left: 40px;
}
.mochimono-list ul li {
	font-size: 1.0em;
}
.kanyu-title {
	font-size: 1.0em;
	text-align: center;
}
.kanyu-wrap {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 970px) {
.mochimono-wrap {
	width: 100%;
	justify-content: space-between;
}
.mochimono-list {
	width: 100%;
}
}
@media screen and (max-width: 800px) {
.rinen-wrap {
	width: 100%;
}
.kanyu-wrap {
	width: 100%;
}

}
@media screen and (max-width: 700px) {
.nagare-wrap {
	width: 100%;
}
.header-right {
  position: initial;
}
}

@media screen and (max-width: 880px) {
.ichiji-wrap {
	width: 98%;
	padding-left: 0;
}
}
.facebook-wrap {
	width: 500px;
	margin: 0 auto;
	padding: 60px 0 60px;
	overflow: hidden;
}
@media screen and (max-width: 550px) {
.facebook-wrap {
	width: 98%;
}
.header {
	text-align: center;
}
.header-logo .header-logo_imageRight {
  position: unset;
  display: block;
  margin: 0 auto;
}
}
.facebook-box {
	width: 500px;
	margin: 0 auto;
}
@media screen and (max-width: 500px) {
.facebook-box {
	width: 100%;
}
}

/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/



.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
 	width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #E6E0DA;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform th {
	font-size: 15px;
	width: 35%;
	padding: 25px 0px 10px 15px;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	border-top: none;
}


.cform td {
	font-size: 15px;
	line-height: 200%;
	/*border-bottom: solid 1px #d6d6d6;*/
	padding: 20px 10px 10px;
}


/*―――――表示―――――*/

.cform {
	width: 100%;
	margin: auto;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}



@media only screen and (max-width:1100px) {
.table-header,.table-header2 {
  width: 100%;
}
	.cform th,
	.cform td {
		width: 97%;
  padding: .5em 1em;
		display: block;
		border-top: none;
		margin: 0 auto;
	}
	.cform td {
		margin-bottom: 1em;
	}
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#F39DA6;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 5px;
cursor: pointer;
text-align:center;
width: 100%;
}

.submit-btn {
text-align:center;
margin:20px auto 0;
　cursor: pointer;
}

.submit-btn input:hover {
border: 1px solid #F39DA6;
color: #F39DA6;
background-color: #fff;
cursor: pointer;
width: 100%;
}


/*―――「必須」デザイン―――*/
.required-srt {
padding-left: 10px;
margin-top: 2.5px;
color: #fa5555;
}


.news-content-header {
  border-bottom: 3px dotted #4f3525;
  padding: 10px 43px 10px;
  margin-bottom: .5em;
}
.post-list-box {
	padding: 10px;
	border-bottom: 1px solid #C1C1C2;
}
.post-list-box p {
	margin-bottom: 0.4em;
	letter-spacing: normal;
}
.post-date {
	color: #58595B;
	font-size: 0.941em;
	margin-top: 8px;
}
.post-date-l {
  background: #623a0e;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 8px 15px;
  text-align: center;
}
.post-list-title {
	font-size: 1.059em;
}
.post-list-title a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.post-list-title a:hover {
	color: #58595B;
	text-decoration: none;
}
.post-excerpt {
	color: #58595B;
	font-size: 0.941em;
}
.shimekiri {
	display: inline-block;
	font-size: 0.9em;
	padding: 0 5px;
	color: #fff;
	background-color: #7ebf41;
	border-radius: 5px;
}
#post-list-button {
margin: 40px 0 10px;
  text-align: center;
  font-size: 1.3em;
}
#post-list-button a:hover {
display: table;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  vertical-align: middle;
  z-index: 5;
}
#post-oldblog-button {
    position:relative;
	width: 200px;
	height: 35px;
	background-color: #fff;
	margin: 30px 0 60px auto;
	border-radius: 10px;
	border: 1px solid #000;
}
#post-oldblog-button a:hover {
	border-radius: 10px;
	background-color: #000;
	color: #fff;
}
#post-oldblog-button .pl-Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-decoration: none;
	color: #000;
	font-size: .85em;
	padding: 3px 0;
	text-align: center;
}

/* ルビ */
ruby[data-ruby] {
  position:relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position:absolute;
  left:-2em;
  top:-.8em;
  right:-2em;
  text-align:center;
  font-size:.5em;
}

.label_m {
	height: 3.5em;
    color: #2c2c2f;
}

@media screen and (max-width: 600px) {
.label_m {
	height: auto;
}
}


.info-waku {
    margin: auto auto;
}

.infotext {
    line-height: 2.6;
	font-size: 18px;
}

.td-left {
    width: 40%;
}
.td-right {
    width: 40%;
	position: relative;
}
.td-center {
    width: 20%;
}

.header-catch {
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 34%;
	left: 0;
}
.catch-table {
    width: 100%;
}
.catch-left {
	width:5%;
 }
.catch-center {
	width:23%;
 }
.catch-center2 {
	width:18%;
 }
.catch-right {
	width:75%;
 }
.header-catch2 {
	position: absolute;
	z-index: 5;
	width: 100%;
	top: 74%;
	left: 0;
}

@media screen and (max-width: 700px) {
#post-list-body div {
   padding: .3em .3em 2em; 
}
.post-list-box-waku {
    padding: .3em .3em 2em;
}
}

@media screen and (max-width: 700px) {
.td-left,
.td-right,
.td-center {
  display: block;
  width: 29%;
  margin: -5px auto 0;
}
.td-center {
  /*margin-top: -40px;*/
}
.header-catch2{
	display: none;
}
}
.set {
  clear: both;
}

.p-bottom{
    padding-bottom: 3em;
}
@media screen and (max-width: 810px) {
.infotext {
    line-height: inherit;
}
.p-bottom{
    padding-bottom: 1.5em;
}
h1.title {
    margin: 0;
}
}

.post-list-box-waku{
    border-radius: 7px;
    margin-top: -5px;
    padding: 1em 2em 2em;
    background-color: white;
    line-height: 1.5em;
}
.page-content ul{
  list-style-type:none;
}


ul.line{
  padding-left:1em;
  text-indent:-1em;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	padding: 1.5em 0;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #9D836D;
	background-color: #FFF;
	border: solid 1px #E6E0DA;
	padding: 8px 15px;
	margin: 3px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
	display: inline-block;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#9D836D; 
    border-color:#9D836D;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #F39DA6;
	border-color: #F39DA6;
	font-weight: bold;
    }

/*●個別記事のページナビ*/
.navigation {
	clear: both;
  text-align: center;
  padding-top: 1.5em;
}
.navileft {
  float:left;
  text-align:left;
  word-break:break-all;
  line-height:1.5em;
}
.naviright {
  float:right;
  text-align:right;
  word-break:break-all;
  line-height:1.5em;
}
.navigation a, .navigation span {
	color: #9D836D;
	background-color: #FFF;
	border: solid 1px #E6E0DA;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.navigation a:hover{
    color:#FFF; 
    background-color:#9D836D; 
    border-color:#9D836D;
    }

.oshirase-wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 5em;
}
.oshirase-left {
	width: 26%;
	margin-right: 30px;
}
.oshirase-right {
	width: 73%;
}
.oshirase-pict {
	display: block;
}
.content-title {
	text-align: left;
	margin-top: -6px;
	margin-bottom: 5px;
}
.content-title a {
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
}
.content-oshirase {
	margin-bottom: 6px;
	line-height: 1.8em;
}
.content-oshirase a {
	font-size: 1em;
	color: #727171;
}
.content-oshirase a:hover {
	color: #0b1118;
}
.oshirase-time {
	font-size: 0.95em;
	text-align: left;
	padding-bottom: 10px;
	margin-right: 20px;
	float: left;
}

@media screen and (max-width: 950px) {
	.oshirase-pict img {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.oshirase-left {
	width: 100%;
	margin-right: 0;
}
	.oshirase-wrap {
		flex-flow: row wrap;
	}
	.oshirase-right {
		width: 100%;
		margin-top: 10px;
	}
	.oshirase-pict img {
		min-width: 300px;
	}

}

ul.oshirase-list {
display: flex;
flex-flow: row wrap;
padding: 0 0 10px;
list-style: none;
}

/*ul.oshirase-list li:nth-child(-n + 3) {
flex-basis: 110px;
}*/

.news-cate {
  display: inline-block;
  font-size: 17px;
  color: #333;
  border: 1px solid #666;
  padding: 0px 10px 3px;
  background-color: #E4FFC9;
  margin-right: 5px;
  margin-left: .5em;
  margin-bottom: 3px;
  text-align: center;
}

.news-cate a:hover {
  opacity: 0.8;
  text-decoration:none;
}

a,a:visited,a:hover {
    color: inherit;
    text-decoration:none; 
}

.diamond img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
}

/*教育についてページ―めざす子ども像*/
.colorbox{
  position: relative;
}

.colortext-tittle {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

.colortext {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 2.5em;
	text-shadow: 2px 2px 2px rgba(30,30,30,1);
    -webkit-text-shadow: 2px 2px 2px rgba(30,30,30,1);
}

.colortext_b{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
	text-shadow: 2px 2px 2px rgba(30,30,30,1);
    -webkit-text-shadow: 2px 2px 2px rgba(30,30,30,1);
}

/*.colorbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,255,0,.3);
}*/

.colorbox img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.per80 {
  margin: 0 calc(50% - 40vw);
  width: 80vw;
}

.inquiry_topic {
    margin: 0 auto;             /* デフォルトCSS打ち消し */
    margin-top: 100px;    /* 周りの余白指定 */
	margin-bottom: 0.5em;
    text-align:  center;    /* 文字位置指定 */
	font-family: 'sigoto',sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	width: 450px;
}


/*トップページ―みどり園紹介*/
.intro-r{
	display: -webkit-flex;
	display:flex;
	/*flex-flow: row wrap;
	justify-content: flex-end;*/
	height: 425px;
	max-width: 1200px;
	margin: 0 auto 100px;
}
.tategaki1-r{
	writing-mode: vertical-rl;    /* 文章を縦書きにする */
	font-size:35px;               /* 文字サイズ */
	font-family:serif;            /* 明朝体にする */
	line-height:50px;              /* 文字間隔 */
	font-weight: bold;
	color: #7ebf41;
	letter-spacing: 0.2em;
	margin-left: .8em;
}

.tategaki2-r{
	writing-mode: vertical-rl;    /* 文章を縦書きにする */
	font-size:19px;               /* 文字サイズ */
	line-height:40px;             /* 文字間隔 */
}


.intro-l{
	display: -webkit-flex;
    display: flex;
	height: 425px;
	max-width: 1200px;
	margin: 0 auto 100px;
}

.header-right ul {
  list-style-type: none;
  padding: 0;
  display: flex;
}
ul.top-news-ul {
  list-style-type: none;
  padding: 0;
}


/* 枠h2 */
.midasi {
  text-align: center;
  margin: 2em auto 3em;
}

.midasi>h2 {
	display: inline-block;
	padding: 0 1.5em .3em;
	margin: 40px 0;
}

.nintei-waku {
  padding: 1.25em 2.375em!important;
}



/* 一日の流れ */
.contentBox {
  display: table;
  width: 100%;
  position: relative;
  padding: 20px 0;
}
.contentBox::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  background-color: #dfe5ee;
}

.contentBox p {
  padding: initial;
}

.contentList {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-left: 23px;
}

.time {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.7em;
  text-align: right;
  color: #7EBF41;
  padding-right: 30px!important;
  width: 50%;
}
.contentBox ul {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-left: 30px;
}
.contentBox li {
  display: block;
  font-size: 1.2em;
  line-height: 1.55;
  color: #7EBF41;
}
.contentBox li .tag {
  margin-left: 0.5em;
  font-size: .7em;
  font-weight: bold;
  background-color: #dfe5ee;
  border-radius: 30px;
  padding: 3px 10px;
}
.contentBox li .tag small {
  margin-left: 0.5em;
  font-size: .9em;
}
.imgList {
  position: absolute;
}
.imgList:before {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: cover;
  top: -13px;
  z-index: 1;
}
.imgList li {
  position: relative;
}
.imgList li img {
  overflow: hidden;
  border-radius: 30px;
}
.imgList.item01 {
  top: 11px;
  left: 7.38%;
}
.imgList.item01:before {
  right: 203px;
  background-image: url(./images/day_badge01.png);
}
.imgList.item02 {
  top: -22px;
  left: 71.9%;
}
.imgList.item02:before {
  left: 15px;
  background-image: url(./images/day_badge02.png);
}
.imgList.item03 {
  top: 13px;
  left: 0.4%;
}
.imgList.item03:before {
  right: 203px;
  background-image: url(./images/day_badge03.png);
}
.imgList.item04 {
  top: -35px;
  left: 64.57%;
}
.imgList.item04:before {
  left: 15px;
  background-image: url(./images/day_badge04.png);
}
.imgList.item05 {
  top: 5px;
  left: 8%;
}
.imgList.item05:before {
  right: 203px;
  background-image: url(./images/day_badge05.png);
}
.imgList.item06 {
  top: 1px;
  left: 62.19%;
}
.imgList.item06:before {
  left: 15px;
  background-image: url(./images/day_badge06.png);
}
.imgList.item07 {
  top: 4px;
  left: -4.5%;
}
.imgList.item07:before {
  right: 203px;
  background-image: url(./images/day_badge07.png);
}
.imgList.item08 {
  top: 8px;
  left: 73.3%;
}
.imgList.item08:before {
  left: 15px;
  background-image: url(./images/day_badge08.png);
}
.imgList.item08_2 {
  top: 65px;
  left: 84%;
}
.imgList.item08_2:before {
  display: none;
}
.imgList.item09 {
  top: 3px;
  left: 7%;
}
.imgList.item09:before {
  right: 203px;
  background-image: url(./images/day_badge09.png);
}
.imgList.item10 {
  top: 31px;
  left: 65%;
}
.imgList.item10:before {
  left: 15px;
  background-image: url(./images/day_badge10.png);
}
.imgList.item11 {
  top: -5px;
  left: -90px;
}
.imgList.item11:before {
  right: 203px;
  background-image: url(./images/day_badge11.png);
}
.imgList.item12 {
  top: 30px;
  left: 8%;
}
.imgList.item12:before {
  right: 203px;
  background-image: url(./images/day_badge12.png);
}
.imgList.item13 {
  top: 8px;
  left: 72%;
}
.imgList.item13:before {
  left: 15px;
  background-image: url(./images/day_badge13.png);
}

@media screen and (max-width: 1180px) {
  .contentBox {
    padding: 20px 0;
  }
  .contentBox:after {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-top: -4px;
    margin-left: -4px;
  }
.contentBox ul {
  padding-left: 20px;
}
  .time {
    font-size: 1.4em;
    letter-spacing: -0.001em;
  }
  .contentList {
    padding-left: 8px;
  }
  .contentList li {
    font-size: 1em;
    line-height: 1.35;
    position: relative;
	margin-left: .7em;
    letter-spacing: -0.002em;
  }
  .contentList li .tag {
    position: absolute;
    bottom: -1.7em;
    left: 0;
    display: inline;
    margin-left: 0;
    transform: scale(0.5);
    transform-origin: top left;
    white-space: nowrap;
	font-size: 1.5em;
  }
  .imgList {
    width: 28%!important;
  }
  .imgList:before {
    width: 42px;
    height: 42px;
    top: -6px;
  }
  .imgList li img {
    border-radius: 15px;
  }
  .imgList.item01 {
    top: 35px;
    left: 4%;
  }
  .imgList.item01:before {
    right: -6px;
  }
  .imgList.item02 {
    top: 10px;
    left: 68%;
  }
  .imgList.item02:before {
    left: -6px;
  }
  .imgList.item03 {
    top: 6px;
    left: 3.46%;
  }
  .imgList.item03:before {
    right: -6px;
  }
  .imgList.item04 {
    top: 6px;
    left: 65%;
  }
  .imgList.item04:before {
    left: -6px;
  }
  .imgList.item05 {
    top: 0;
    left: 2.6%;
  }
  .imgList.item05:before {
    right: -6px;
  }
  .imgList.item06 {
    top: 4px;
    left: 64%;
  }
  .imgList.item06:before {
    left: -6px;
  }
  .imgList.item07 {
    top: 4px;
    left: 1.3%;
  }
  .imgList.item07:before {
    right: -6px;
  }
  .imgList.item08 {
    top: -2px;
    left: 74.66%;
  }
  .imgList.item08:before {
    left: -6px;
  }
  .imgList.item08_2 {
    top: 38px;
    left: 1.3%;
  }
  .imgList.item08_2:before {
    display: block;
    right: -6px;
    background-image: url(./images/day_badge08.png);
  }
  .imgList.item09 {
    top: 24px;
    left: 68%;
  }
  .imgList.item09:before {
    right: auto;
    left: -6px;
  }
  .imgList.item10 {
    top: 3px;
    left: 2.66%;
  }
  .imgList.item10:before {
    left: auto;
    right: -6px;
  }
  .imgList.item11 {
    top: 5px;
    left: 74.66%;
  }
  .imgList.item11:before {
    right: auto;
    left: -6px;
  }
  .imgList.item12 {
    top: 4px;
    left: 2.66%;
  }
  .imgList.item12:before {
    right: -6px;
  }
  .imgList.item13 {
    top: 26px;
    left: 69.86%;
  }
  .imgList.item13:before {
    left: -6px;
  }
}
@media screen and (max-width: 750px) {
  .contentBox {
    padding: 20px 0;
  }
  .contentBox:after {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-top: -4px;
    margin-left: -4px;
  }
.contentBox ul {
  padding-left: 0;
}
  .time {
    font-size: 1em;
    padding-right: 11px!important;
    letter-spacing: -0.001em;
  }
  .contentList {
    padding-left: 8px;
  }
  .contentList li {
    font-size: .9em;
    line-height: 1.35;
    position: relative;
	margin-left: .7em;
    letter-spacing: -0.002em;
  }
  .contentList li .tag {
    position: absolute;
    bottom: -2em;
    left: 0;
    display: inline;
    margin-left: 0;
    transform: scale(0.5);
    transform-origin: top left;
    white-space: nowrap;
	font-size: 1em;
  }
  .imgList {
    width: 28%!important;
  }
  .imgList:before {
    width: 28px;
    height: 28px;
    top: -6px;
  }
  .imgList li img {
    border-radius: 15px;
  }
  .imgList.item01 {
    top: 35px;
    left: 4%;
  }
  .imgList.item01:before {
    right: -10px;
  }
  .imgList.item02 {
    top: 10px;
    left: 68%;
  }
  .imgList.item02:before {
    left: -6px;
  }
  .imgList.item03 {
    top: 6px;
    left: 3.46%;
  }
  .imgList.item03:before {
    right: -10px;
  }
  .imgList.item04 {
    top: 6px;
    left: 65%;
  }
  .imgList.item04:before {
    left: -6px;
  }
  .imgList.item05 {
    top: 0;
    left: 2.6%;
  }
  .imgList.item05:before {
    right: -10px;
  }
  .imgList.item06 {
    top: 4px;
    left: 64%;
  }
  .imgList.item06:before {
    left: -6px;
  }
  .imgList.item07 {
    top: 4px;
    left: 1.3%;
  }
  .imgList.item07:before {
    right: -10px;
  }
  .imgList.item08 {
    top: -2px;
    left: 74.66%;
  }
  .imgList.item08:before {
    left: -6px;
  }
  .imgList.item08_2 {
    top: 38px;
    left: 1.3%;
  }
  .imgList.item08_2:before {
    display: block;
    right: -10px;
    background-image: url(./images/day_badge08.png);
  }
  .imgList.item09 {
    top: 24px;
    left: 68%;
  }
  .imgList.item09:before {
    right: auto;
    left: -6px;
  }
  .imgList.item10 {
    top: 3px;
    left: 2.66%;
  }
  .imgList.item10:before {
    left: auto;
    right: -10px;
  }
  .imgList.item11 {
    top: 5px;
    left: 74.66%;
  }
  .imgList.item11:before {
    right: auto;
    left: -6px;
  }
  .imgList.item12 {
    top: 4px;
    left: 2.66%;
  }
  .imgList.item12:before {
    right: -10px;
  }
  .imgList.item13 {
    top: 26px;
    left: 69.86%;
  }
  .imgList.item13:before {
    left: -6px;
  }
}
.contentBox::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #7EBF41;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.contentBox:nth-last-child(1)::before{
  content: none;
}

.eventbox{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em!important;
    border-top: solid 2px #7EBF41;
    border-bottom: solid 2px #7EBF41;
}
.eventbox:before, .eventbox:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #7EBF41;
}
.eventbox:before {left: 10px;}
.eventbox:after {right: 10px;}
.eventbox p {
    margin: 0; 
    padding: 0;
}

.info_step {
  display: inline-block;
  font-size     : 20pt!important;
  line-height   : 1.2;
}
.info_step:first-letter {
  font-size     : 32pt;
  color         : #fff;
  background    : #7EBF41;
  padding       : 0 8px;
  margin-right: 10px;
}

/*年間行事*/
.y-eventbox {
	height: auto;
    position: relative;
    margin: 80px 0;
}

.year-wood {
  position: absolute;
  top: -50px;
  left: -70px;
}
.year-title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.y-eventbox:nth-child(1) {
  background-color: #FFE4E1;
}
.y-eventbox:nth-child(2) {
  background-color: #CBF3D1;
}
.y-eventbox:nth-child(3) {
  background-color: #FFE6C8;
}
.y-eventbox:nth-child(4) {
  background-color: #DCF5FF;
}
.td-event_text p {
  padding: 0px 10px;
  margin-left: 4em;
}

.event-table {
  width: 100%;
  padding: 3em 2em;
}
.td-event_text {
  width: 40%;
  vertical-align:top;
}
/*.td-event_pic {
  display: inline;
}*/
.eventpic1 {
  width: 200px;
  margin-left: 50px;
}
.eventpic2 {
  width: 200px;
  margin-right: 20px;
}
.eventpic1 img,.eventpic2 img {
  overflow: hidden;
  border-radius: 30px;
}


.soudanbox{
    padding: 1em 1em 2em;
    margin: 0 auto 60px;
    color: #fff;
    background: #3898db;
    border-bottom: solid 6px #2c79af;
    border-radius: 20px;
	width: 400px;
	text-align: center;
}

.inquiry {
    margin-bottom: 0.25em!important; 
    padding: 0;
}
.tel p {
    margin: 0; 
    padding: 0;
}
.soudan p {
  font-size: 1.2em;
    margin: 0; 
    padding: 0;
}
.fa-position {
  margin-right: 10px;
}

.intro_1-wrap{
/*  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;*/
}

ul.intro-list {
  display: flex;
  flex-flow: row nowrap;
  padding: 0 0 10px;
  list-style: none;
  height: inherit;
}

@media screen and (max-width: 1000px) {
.eventpic1 {
  margin-left: 0px;
}
}

@media screen and (max-width: 900px) {
.contentBox-wrap {
  width: 100%;
}
.footer-map, .footer-logo {
  width: initial;
}
.table1 td,th{
  width: 100%;
  display: block;
}
 
.table1 td:first-child{
  width: 100%;
  display: block;
}
	
/*年間行事*/
.year-wood {
  position: absolute;
  top: -50px;
  left: -40px;
  width: 150px;
}
.year-title {
  width: 250px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.eventpic1, .eventpic2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.eventpic1 img,.eventpic2 img {
  overflow: hidden;
  border-radius: 10px;
}
.td-event_text {
  display: block;
  width: 100%!important;
  vertical-align:top;
  text-align: center;
}
.td-event_pic {
  display: block;
  width: 100%!important;
}
.td-event_text p{
	margin-left: initial;
	margin-bottom: 1.5em;
}
}

@media screen and (max-width: 800px){
.intro_1-wrap, .intro_2-wrap {
  flex-flow: row wrap;
}
.img1 {
  margin-right: initial;
  width: 100%;
}
}

@media screen and (max-width: 700px) {
.soudanbox {
  width: 100%;
}
.btn_inquiry,
a.btn_inquiry {
  width: 100%;
}
}


@media screen and (max-width: 420px) {
.soudanbox {
  width: 100%;
}
}
input {
  width: 700px;
  white-space: normal;
}




@media screen and (max-width: 1080px) {
.intro-r {
    flex-flow: wrap;
    justify-content: center;
    height: auto;
    max-width: none;
    margin: 0 auto 100px;
    flex-direction: column;
}
	
.intro-l {
    flex-flow: wrap;
    justify-content: center;
    height: auto;
    max-width: none;
    margin: 0 auto 100px;
    flex-direction: column-reverse;
}
.img1 {
    margin-right: initial;
    width: 100%;
    text-align: center;
}

.img2 {
    margin-left: initial;
    width: 100%;
    text-align: center;
}
	
ul.intro-list {
    height: 450px;
    justify-content: center;
	margin-top: 2em;
}
}


@media screen and (max-width: 520px) {
.tategaki1-r, .tategaki1-l {
	line-height:1.3em;
	margin-left: .5em;
    font-size: 30px;
}
.tategaki2-r, .tategaki2-l {
	line-height:1.7em;
}
.colortext_b {
  font-size: 22px;
}
.colortext {
  font-size: 16px;
  line-height: 2em;
}
}

@media screen and (max-width: 720px) {
	.eventname {
      margin: 0 auto;
	  padding: 30px 0 0;
      text-align: center;
}
}

@media screen and (max-width: 500px) {
.news_topic {
    width: 100%;
}
}

/*FooGalleryリンク解除*/
.fg-item-inner a {
  pointer-events: none;
}

/*一日の流れ*/
.tab {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  /*max-width: 300px;*/
  width: 100%;
}
ul.tab-list {
  display: flex;
	padding: 0;
	border-bottom: #7EBF41 solid 10px;
}
.tab-menu {
  align-items: center;
  background-color: #ccc;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: 50px;
  justify-content: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.tab-menu.current {
  background-color: #7EBF41;
}

.tab-content-box {
  background-color: #7EBF41;
  display: none;
  /*max-width: 500px;*/
  width: 100%;
}
.tab-content-box img {
  display: block;
  height: auto;
  width: 100%;
}

#google_map {
margin: 30px auto 10px;
position: relative;
width: 100%;
padding-top: 30%;
}
#google_map iframe,
#google_map object,
#google_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
  @media only screen and (max-width: 1000px) {
li.tab-menu {
  height: auto;
  padding: .5em;
}
#google_map {
padding-top: 56.25%;
}
}
.wp-block-table td, .wp-block-table th {
  border: none;
}
.table1 td,th{
  border-top:1px solid #ccc;
  padding:10px;
}
 
.table1 td:first-child{
  color: #7EBF41;
}
.table1 tr:last-child td,
.table1 tr:last-child th{
  border-bottom:1px solid #ccc;  
}

/*test*/
.page-id-742 .y-eventbox {
   display: flex;
	padding: 3em;
	flex-flow: row wrap;
	justify-content: center;
}
.page-id-742 .event-pic {
   display: flex;
	margin-left: 50px;
	flex-flow: row wrap;
	justify-content: center;
}
.page-id-742 .eventpic1,.page-id-742 .eventpic2 {
  margin: 10px;
}

/*ダウンロードボタン修正*/
.wp-block-file:not(.wp-element-button) {
  font-size: inherit;
}
.wp-block-file * + .wp-block-file__button {
  color: #fff;
  background-color: #60b068;
  padding: .4em 1em;
}

/*お知らせアイキャッチ画像*/
.oshirase-pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*お知らせ一覧*/
.top-news-ul {
  position: relative;
  z-index: 2;
}

.top-news-ul-li {
  padding: 20px 0 0;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
}

.top-news-ul-li:first-child {
  /*padding: 0;*/
}

.top-news-ul-li-a {
  background: #fff;
  border-radius: 10px;
  color: #623a0e;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

/*.top-news-ul-li:hover .top-news-ul-li-a,*/
.top-news-ul-li-a:hover {
  transform: scale(1.05, 1.05);
  text-decoration: none;
}

.top-news-ul-li-fig {
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.top-news-ul-li-date {
  background: #623a0e;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  left: 12px;
  line-height: 1;
  padding: 8px 15px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateY(-50%);
}

.top-news-ul-li-body {
  cursor: pointer;
  display: block;
  padding: 30px 25px 25px;
  position: relative;
}

.top-news-ul-li-body-inner {
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.top-news-tolist-box {
  padding: 20px 0 0;
}

.top-news-tolist-a {
  display: table;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  vertical-align: middle;
  z-index: 5;
}

.top-news-tolist-a-img {
  max-width: 272px;
  width: 100%;
}

.top-news-tolist-a:hover,
.top-news-tolist-a:active {
  transform: translateY(5px);
}

@media only screen and (min-width: 640px) {
  .top-news-ul {

  }

  .top-news-ul-li {
    width: calc(50% - 10px);
  }

  .top-news-ul-li:nth-of-type(2n+1) {
    float: left;
  }

  .top-news-ul-li:nth-of-type(2n) {
    float: right;
  }

  .top-news-ul-li-body-inner {

  }
}


/***** ↓tablet, pc *****/
@media only screen and (min-width: 1024px) {
  .top-news-ul {
    padding: 0;
    vertical-align: middle;
  }

  .top-news-ul-li {
    margin-left: 30px;
    width: calc(25% - 22.5px);
  }

  .top-news-ul-li:nth-of-type(4n+1) {
    margin-left: 0;
    padding: 0 0 30px;
  }

  .top-news-ul-li:nth-of-type(2n+1) {
    float: left;
  }

  .top-news-ul-li:nth-of-type(2n) {
    float: left;
  }

  .top-news-ul-li:nth-of-type(4n+2),
  .top-news-ul-li:nth-of-type(4n+3) {
    padding: 30px 0 0;
  }

  .top-news-ul-li:nth-of-type(4n) {
    padding: 0 0 30px;
  }

  .top-news-ul-li-a {

  }

  .top-news-ul-li-date {
    vertical-align: middle;
  }

  .top-news-ul-li-body {
    vertical-align: middle;
  }

  .top-news-tolist-box {
    padding: 40px 0 0;
  }
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.satooya_type {
	padding:2em;/*内側余白*/
	border-radius:20px;/*丸みを調整*/
	background-color:#fff;
}


/*------------------------------------------------------------
Q&A
------------------------------------------------------------*/
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: auto;
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 63%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #edf16f;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -15px;
  border-left: 25px solid #edf16f;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::after {
  left: -25px;
  border-left: 25px solid #faf5e8;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #fde5e5;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fde5e5;
}
.oneArea .onebox:nth-child(even) .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #faf5e8;
}
@media screen and (max-width: 1024px) {
  .oneArea .onebox .imgArea {
  display: none;
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
  .oneArea .onebox .fukidasi::after {
    top: 20px;
  }
  .oneArea .onebox .fukiArea {
  width: 100%;
}
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .onebox:nth-child(even) {
    margin-top: 15px;
  }
  .oneArea .onebox .imgArea {
    width: 20%;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
}

/*------------------------------------------------------------
fadein
------------------------------------------------------------*/

.RightToLeft {
  opacity: 0;
  transform: translateX(50px);
  transition: .6s;
}
.RightToLeft.is-show {
  opacity: 1;
  transform: translateY(0);
}
.LeftToRight {
  opacity: 0;
  transform: translateX(-50px);
  transition: .6s;
}
.LeftToRight.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fadein {
  opacity: 0;
  transform: translateY(100%);
  transition: .6s;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
.delay_a {
  transition-delay: .2s;
}
.delay_b {
  transition-delay: .4s;
}
.delay_c {
  transition-delay: .6s;
}
.delay_d {
  transition-delay: .8s;
}
.delay_e {
  transition-delay: 1.0s;
}
.delay_f {
  transition-delay: 1.2s;
}
.delay_g {
  transition-delay: 1.4s;
}
.delay_h {
  transition-delay: 1.6s;
}
.delay_i {
  transition-delay: 1.8s;
}

/*------------------------------------------------------------
里親になるための流れ
------------------------------------------------------------*/
.p-recommend__step.is-in {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-animation: scrollIn .8s ease 0s;
  animation: scrollIn .8s ease 0s;
}
@media only screen and (min-width: 369px) {
  .p-recommend__step {
    padding: 12.5% 0 0;
  }
}
.p-recommend__step {
  position: relative;
  opacity: 0;
}

.p-recommend__step:nth-child(1n) dt {
  background: #ffac90;
}
@media only screen and (min-width: 769px) {
  .p-recommend__step dt {
    width: 60px;
    height: 60px;
  }
}
.p-recommend__step dt {
  position: absolute;
  left: 2%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index: 1;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
  color: #fff;
  font-weight: 600;
  letter-spacing: .1em;
}

.p-recommend__step dt span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  line-height: 1.2em;
}

.p-recommend__step dt strong {
  display: block;
  font-size: 1.4em;
}

@media only screen and (min-width: 369px) {
  .p-recommend__step dd {
    padding: 1% 5%;
  }
}
.p-recommend__step dd {
  position: relative;
  z-index: 0;
  border: 3px solid rgba(199,201,199,.2);
  background: #fff;
  border-radius: 20px;
}
.p-recommend__step dd p:first-child {
  text-align: center;
}
@media only screen and (min-width: 369px) {
  .p-recommend__step dd p {
    margin: 1.5% 0;
  }
}

.p-recommend__step:nth-child(1n) dd p strong {
  color: #ff793b;
}
@media only screen and (min-width: 769px) {
  .p-recommend__step dd p strong {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.p-recommend__step dd p strong {
  display: block;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-weight: 600;
  letter-spacing: .1em;
}


/*------------------------------------------------------------
里親になるための流れ矢印
------------------------------------------------------------*/
.arrow_bottom_eiri{
  position: relative;
  top: 2em;
}
.arrow_bottom_eiri:before{
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 5px solid #faf5e8;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 1px;
  z-index: 1;
}
.arrow_bottom_eiri:after{
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 20px solid #e5b190;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 1px;
  z-index: 0;
}


@media only screen and (min-width: 1024px) {
  .news-content-date {
    vertical-align: middle;
  }
}
.tel {
    font-size: 1.4em;
	font-weight: bold;
  }
.header_text {
  font-family: 'timemachine', sans-serif;
	font-weight: bold;
}
.illust {
  display: block;
  position: absolute;
}
.know-image-l {
  left: -100px;
  top: 1360px;
  z-index: 4;
}
.know-image-r {
  right: -100px;
  top: 1050px;
  z-index: 4;
}

@media screen and (max-width: 685px) {
  .header-left {
    width: 100%;
}
  .fixed {
  height: 200px;
}
.slide-wrap {
  padding-top: 200px;
}
.header-right ul {
  display: block;
}
.header-call-action {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 68px;
  left: 0;
}
.action-tel::before {
  top: 0;
  left:calc(50% - 120px);
}
.header-mail-action {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 140px;
  left: 0;
}
.title_spacer {
	padding-top: 230px;
}
}
@media screen and (max-width: 520px) {
.arrow_bottom_eiri {
  position: relative;
  top: 1em;
}
}
@media screen and (max-width: 1100px) {
.illust {
  display: none;
}
}
.wp-block-file {
  margin: 1em 0;
}

/*------------------------------------------------------------
区切り線
------------------------------------------------------------*/
.page-content {
	width: 100%;
}
.hr-dots {
  border: 0;
  margin: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hr-dots::before {
    content: '◆◆◆';
    font-size: 1.25em;
    letter-spacing: .75em;
    opacity: .75;
	color: darksalmon;
  }
.more-color {
    color: #f76331;
  }
.mw_wp_form {
    text-align: center;
  }
/*------------------------------------------------------------
お問い合わせ枠
------------------------------------------------------------*/
.inquiry-box {
    padding: 2em 3em!important;
    margin: 2em 0;
    background: #fff8cf;
    border: dashed 2px #ffc3c3;
    border-radius: 20px;
}

@media screen and (max-width: 550px) {
.header-desc {
	height: 40px;
	font-size: 0.8em;
	line-height: 40px;
}
.inquiry_topic {
  width: 100%;
}
}
@media screen and (max-width: 523px) {
.inquiry_topic {
  text-align: left;
}
}

.thanks-box {
  width: 700px;
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
.thanks-box {
	width: 100%;
}
}
@media screen and (max-width: 685px) {
.header-catch {
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 63%;
	left: 0;
}
.catch-center {
	width:35%;
 }
}