﻿/*
Theme name: とりっこランド
Author: nobody
Author URI: https://tesmstudio-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: 17px;
	line-height: 1.7; 
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #704438;
	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;
}



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

.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: 2.5em;
}

table.hyou{
	border-collapse: collapse; 
	table-layout: fixed;
	margin: 20px auto 2.5em;
	border:1px solid #111;
}

table.hyou th, table.hyou td{
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #111;
}

table.hyou th{
	background-color: #bde;
}

.no-deco{text-decoration: none;}

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

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



/****  ベーシックレイアウト  ****/
.main{
	width: 1080px;
	margin: 0 auto;
}
.footer{
	clear: both;
	width: 1080px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}





/****  ヘッダー  ****/
.site-header {
	width: 100%;
}
.header-inner{
	width: 1080px;
	margin: 0 auto;
}
.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%;
}



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

h1.title{
	font-size: 1.9em;
	color: #111;
	line-height: 1.6;
	margin: 45px 0 40px;
	font-weight: bold;
}

.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;
}
.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: #e2ebbc;
}

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

.page-content h2 {
	font-size: 1.47em;
    padding-bottom: 0.5em;
}

.page-content h3{
	clear: both;
	color: #333;
	font-size: 1.3em;
	line-height: 1.2;
	padding: 5px 0 0;
	margin: 30px 0 15px;
}

.page-content ul {
	padding-left: 1.5em;
	padding-bottom: 2.0em;
}

.page-content a {
	color: #704438;
	text-decoration: none;
}
.page-content a:hover {
	color: #2BC877;
	text-decoration: underline;
}
.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%;
}
}






/****  フッター  ****/
.footer p{
}
/*
.footer a{
	color: #fff;
	background-color: #8dc21f;
	text-decoration: none;
}
.footer a:hover{
	color: #EA3382;
}
*/
.footer-name {
	color: #fff;
	background-color: #2BC877;
	font-size: 0.8em;
	padding: 8px 0;
}
.footer-name a{
	color: #fff;
	background-color: #2BC877;
	text-decoration: none;
}
.footer-name a:hover{
	color: #d2c861;
}
.footer-wrap {
	padding: 0;
}
.footer-inner {
	width: 1080px;
	margin: 0 auto;
}
.footer-line1 {
	width: 100%;
	border-top: 5px solid #2bc877;
}
.footer-bottom {
	width: 667px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.footer-left {
	display: block;
}
.footer-right {
	display: block;
}
.footer-logo-box {
	width: 267px;
}
.footer-logo-box img {
	width: 100%;
}
.footer-addr-telfax-wrap {
	width: 380px;
}
.footer-addr {
	font-size: 0.95em;
	padding-top: 35px;
	text-align: left;
}
.footer-telfax {
	font-size: 0.9em;
	padding-bottom: 0;
	text-align: left;
}
.footer-menu ul {
	list-style-type: none;
	text-align: right;
}
.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;
}
.a-color {
	color: #2bc877 !important;
}
.add-margin {
	/* margin-top: 127px; */
	margin-top: 67px;
}

#a-en-syokai {
	padding-top: 67px;
	margin-top: -67px;
}

#a-en-gaiyo {
	padding-top: 67px;
	margin-top: -67px;
}

#a-byogo {
	padding-top: 67px;
	margin-top: -67px;
}

#a-yoshiki {
	padding-top: 67px;
	margin-top: -67px;
}

#a-rinen {
	padding-top: 67px;
	margin-top: -67px;
}

.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: 1080px) {
body{
	/* font-size: 20px; */
	min-width: 0; 
	width: 100%;
}

.header-inner{
	width: 100%;
}

.main{
	width: 100%;
}

.content-box{
	width: 100%;
	overflow: hidden;
	box-shadow: none;
}
.footer {
	width: 100%;
}
.footer-inner {
	width: 100%;
}
.footer-menu ul {
	text-align: center;
}

}

@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{
}
/*
h1.title{
	font-size: 1.7em;
	margin: 30px 2% 20px;
}
*/
.page-content{
	padding: 0 10px 25px;
}
}


@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;
}
.page-content{
	padding: 0 5px 20px;
}

}
@media screen and (max-width: 550px) {
.header-desc {
	height: 40px;
	font-size: 0.8em;
	line-height: 40px;
}
}
@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;
}
}



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

}


/* グローバルメニュー */
#gmenu {
	display: block;
}
#gmenu ul {
	font-size: 1.3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #39B54A;
	border-bottom: 1px solid #e6e6e6;
}
#gmenu ul li {
	width: 20%;
	float: left;
	border-right: 1px solid #6E8028;
}
#gmenu ul li:nth-child(2) {
	line-height: 1.0;
}
#gmenu ul li:first-child {
	border-left:  1px solid #39B54A;
}
#gmenu ul li:last-child {
	border-right:  1px solid #39B54A;
}
#gmenu ul li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
}
#gmenu ul li:nth-child(2) a {
	padding: 12px 0 11px;
}
#gmenu ul li a:hover {
	color: #39B54A;
	background-color: #ffffff;
}
.fixed {
    position: fixed;
    top: 0;
    width: 1080px;
    z-index: 10000;
}

/* スマホ時グローバルメニュー */
nav.globalMenuSp {
	display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #39B54A;
    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: #1CB361;
}

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

.navToggle {
    display: none;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -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: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初の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: 1080px) {
.header-image {
	width: 100%;
}
#gmenu {
	display: none;
}
nav.globalMenuSp {
	display: block;
}
.navToggle {
    display: block;
}
}

/* 利用登録は随時受け付けております */
.riyo-toroku {
	width: 710px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #29abe2;
	overflow: hidden;
}

.riyo-toroku-title {
	font-size: 1.4em;
	padding: 20px 0 10px;
	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-tel-mail {
	;
}

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

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

.riyo-toroku-inquiry {
	color: #fff;
	background-color: #29abe2;
	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: #39b54a;
}
.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;
	text-align: center;
}

@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;
}
.enno-gaiyo-gmap-box {
	width: 50%;
	float: left;
}
.ggmap {
position: relative;
padding-bottom: 70%;
/* padding-bottom: 56.25%; */
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@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;
}
.enno-gaiyo-gmap-box {
	width: 100%;
	float: none;
}
}
@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;
}
}


/* 各種様式 */
.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: #2bc877;
	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 #2bc877;
	border-radius: 13px;
	color: #2bc877;
	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%;
}
}



/*Contact Form 7カスタマイズ*/
.hw-table{
  width: 100%;
  border-collapse: collapse;
}

.hw-table tr{
  border-bottom: solid 2px white;
}

.hw-table tr:last-child{
  border-bottom: none;
}

.hw-table th{
  position: relative;
  text-align: left;
  width: 50%;
  background-color: #29abe2;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.hw-table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #29abe2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.hw-table td{
  text-align: left;
  width: 50%;
  text-align: center;
  background-color: #b6e2ff;
  padding: 10px 0;
}

body .inquiry{}
.inquiry{
 width:100%;
}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:.875em;
 font-weight:bold;
 color:#444;
 padding:2em;
 width:35%;
 background:#fef5e8;
 border:solid 1px #e6e6e6;
 vertical-align:middle;
}
/*通常欄*/
.inquiry td{
 font-size:1em;
 border:solid 1px #e6e6e6;	
 padding:1em;
 vertical-align:middle;
 width:65%;
}
/*必須の調整*/
body .haveto{
 font-size:.875em;
 padding:3px;
 background:#b2151b;
 color:#fff;
 border-radius:5px;
 float:right;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
body .any{
 font-size:.875em;
 padding:3px;
 background:#93c9ff;
 color:#fff;
 border-radius:5px;
 float:right;
 position:relative;
 bottom:1px;
}
/*全角半角色*/
body .zenhan{
 font-size:1em;
 color:#2ec5ff;
 margin-right:7px;
 float:right;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
body #formbtn{
width:360px;
background:#ffaa56;
color:#fff;
cursor: pointer;
font-size:1.3em;
padding: .4em;
border-radius:5px;
margin-top: 2em;
margin-bottom: .3em;
}
#formbtn:hover{
 background:#fff;
 color:#ff870f;
 border:2px solid #ffa042;
	transition: 0.5s;
}
/*フォーム枠サイズ*/
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-kana"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"] {
        width: 90%;
height: 50px;
}
.wpcf7 input[name="your-tel"] {
        width: 50%;
height: 50px;
}
.wpcf7 input[type="text"], input[type="email"], input[type="number"], input[type="tel"]{
 font-size:1em;
 border: 1px #89BDDE solid;
 padding: 0.3em;
 border-radius: 5px;
	margin: 1em;
}
.wpcf7 textarea[name="your-message"] {
    font-size: 1em;
    border: 1px #89BDDE solid;
    /* padding: 0.5em; */
    border-radius: 5px;
    margin-bottom: 0px;
    width: 100%;
    height: 200px;
	padding: 0.3em;
	margin: 1em;
}
.wpcf7 input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus {
 background: #EEFFFF;
 box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.wpcf7-form .wpcf7-select {
 font-size:1em;
 height: 50px;
 text-align:center;
cursor: pointer;
 border: 1px #89BDDE solid;
 padding-right: .5em;
 border-radius: 5px;
	margin: 1em;
}
/* ----------------------------------------
背景色の変更
----------------------------------------- */
input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf, wpcf7-list-item-label.wpcf7c-conf {
    background: #eee !important;
}
/*フォーム見出し*/
.head_form {
 position: relative;
 background: #f4f4f4;
 padding: 2px 5px 2px 50px!important;
 margin-left: 10px;
 font-size: 20px;
 color: #474747;
 border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.head_form:before {
 font-family: "Font Awesome 5 Free";
 font-weight: bold;
 content: "\f041";
 display: inline-block;
 line-height: 40px;
 position: absolute;
 padding: 0em;
 color: white;
 background: #ff6363;
 width: 40px;
 text-align: center;
 height: 40px;
 line-height: 40px;
 left: -.45em;
 top: 50%;
 -moz-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 border-radius: 50%;
 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

/*ラジオボタン・チェックボックスの大きさ*/
input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
}
/*form破線のボックス*/
.box-hasen {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #f96d3e;/*点線*/
}
.box-hasen p {
    margin: 0; 
    padding: 0;
}
/*cf7行間調整*/
.br-size {
	margin-bottom:0.5em;
}
/* フォーカスや音声読み上げは残したまま非表示にする。 */
/*input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}*/
/*input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
  cursor: pointer;
}*/
/*input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #e7ffb4;
    color: #333333;
}*/
/*.wpcf7-list-item-label:hover {
background-color: #E2EDF9; /* マウスオーバー時の背景色を指定する 
}*/
/*.wpcf7-list-item-label {
display: block;
height: 50px;
text-align: center;
cursor: pointer;
border: 1px #89BDDE solid;
padding: 0.4em;
border-radius: 5px;
margin: 1em 1em 1em 0;
transition: 0.5s;
}*/
span.wpcf7-list-item {
 padding: .5em;
}
@media(max-width:750px){
.inquiry th,.inquiry td,.hw-table th,.hw-table td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:.8em;
}
.wpcf7 input[type="text"], input[type="email"], input[type="tel"]{
 font-size:1em;
 border: 1px #89BDDE solid;
 padding: 0.4em;
 border-radius: 5px;
 margin: .2em 0 .2em 0;
 width: 100%!important;
}
.wpcf7 textarea[name="your-message"] {
    width: 100%;
	margin: 0.2em 0;
}
/*.wpcf7-list-item-label {
 padding: 0.4em;
 margin: .2em 0 1em -1em;
}*/
span.wpcf7-list-item {
 padding: .5em;
}
}
@media(max-width:360px){
body #formbtn {
	width: 100%;
}
}


.btnbox{
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 width: 360px;
 margin: 0 auto;
}
/*スクロールオフセット調整*/
form.wpcf7-form{
	margin-top: -100px;
	padding-top: 100px;
}
.selectradio-label{
	display: block;
	height: 60px;
	width: 100%;
}
.selectradiobox{
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 margin: 0 auto;
 padding-bottom: 50px;
}
/*デフォルトのサンクスメッセージを消す*/
.wpcf7-mail-sent-ok{
    display:none!important;
}

@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: 500px) {
.facebook-wrap {
	width: 98%;
}
}
.facebook-box {
	width: 500px;
	margin: 0 auto;
}
@media screen and (max-width: 500px) {
.facebook-box {
	width: 100%;
}
}