/*
Theme Name: chichibusakura
*/
/****************************************
General Setting 
*****************************************/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;900&family=Zen+Maru+Gothic:wght@100;400;500;600;700&display=swap');
@font-face {
  /* font-family: 'keifont';
  font-weight: normal;
  src: url(fonts/keifont_web.ttf) format('truetype');
  font-display: swap;*/
}
/****************************************
Form
*****************************************/
input[type="submit"] {
  border: 1px solid #ccc;
  padding: 4px 10px;
  color: #666;
  cursor: pointer;
  /* Webkit */
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  /* FF */
  background: -moz-linear-gradient(top, #eee, #ccc);
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffcccccc);
  zoom: 1;
}
/*function.phpで消したid:classic-theme-styles-inline-cssの代替*/
.wp-block-button__link {
    color: #fff;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
/***********************************************************************************************

　　　　共通

************************************************************************************************/
.clear {
  clear: both;
  line-height: 0
}
.clearfix:after {
  content: " ";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
.sp_image, .sp_image_inline_block, .sp_image_inline {
  display: none !important;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 1;
}
br[style="clear: both;"] {
  height: 0px;
  line-height: 0px;
}
strong {
  font-weight: bold;
}
ul.disc li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
h1 {
  clear: both;
}
h2 {
  clear: both;
  margin: 0px auto;
  text-align: center;
  font-weight: bold;
}
h3 {
  clear: both;
  margin: 0px auto;
  font-weight: bold;
}
h4 {
  clear: both;
}
h5 {
  clear: both;
}
h6 {
  clear: both;
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
table {
  border-collapse: collapse;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
img.aligncenter {
  width: auto;
  display: block;
  margin: 0px auto;
}
.inline-block {
  display: inline-block;
}
dt {
  clear: both;
}
figcaption {
  clear: both;
  padding: 0.5em 0px 1em;
}
ul[style="list-style-type: disc;"], ul[style="list-style-type: circle;"], ul[style="list-style-type: square;"] {
  width: 95%;
  margin: 0px auto;
  max-width: 900px;
}
ul[style="list-style-type: disc;"] li {
  list-style-type: disc;
}
ul[style="list-style-type: circle;"] li {
  list-style-type: circle;
}
ul[style="list-style-type: square;"] li {
  list-style-type: square;
}
.red {
  color: #ff0000;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgb60 {
  margin-bottom: 60px !important;
}
.mgt-0 {
  margin-top: 0em !important;
}
.mgt-1 {
  margin-top: 1em !important;
}
.mgt3 {
  margin-top: 3em !important;
}
.pdb40 {
  padding-bottom: 40px !important;
}
.ls_0{
	letter-spacing: 0px;
}
.fsize12 {
  font-size: 1.2em;
}
.bg_green {
  background-color: #a5d51f;
}
.bg_blue {
  background-color: #85b1df;
}
.bg_orange {
   background-color: #f19975;
}
.webfont {
  transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 575px) {
  .pc-only {
    display: none;
  }
.sp-only {
  display: block;
}
}
img[src*=’.svg’] {
  width: 100%;
  height: auto;
}
/****************************************
function.phpで指定した文字色
*****************************************/
.has-pink-color {
  color: #ff9db9;
}
.has-pink-background-color {
  background: #ff9db9;
}
.has-orange-color {
 color: #f19975;
}
.has-orange-background-color {
  background: #f19975;
}
.has-yellow-color {
 color: #ffee77;
}
.has-yellow-background-color {
  background: #ffee77;
}
.has-light-green-cyan-color {
 color: #a5d51f;
}
.has-light-green-cyan-background-color {
  background: #a5d51f;
}
.has-amber-color {
 color: #fcb900;
}
.has-amber-background-color {
  background: #fcb900;
}
.has-vivid-green-cyan-color {
 color: #00d084;
}
.has-vivid-green-cyan-background-color {
  background: #00d084;
}
.has-pale-cyan-blue-color {
 color: #8ed1fc;
}
.has-pale-cyan-blue-background-color {
  background: #8ed1fc;
}
.has-vivid-cyan-blue-color {
 color: #0693e3;
}
.has-vivid-cyan-blue-background-color {
  background: #0693e3;
}
.has-light-gray-color {
 color: #eee;
}
.has-light-gray-background-color {
  background: #eee;
}
.has-cyan-blue-gray-color {
 color: #abb8c3;
}
.has-cyan-blue-gray-background-color {
  background: #abb8c3;
}
.has-dark-gray-color {
 color: #313131;
}
.has-dark-gray-background-color {
  background: #313131;
}
/***********************************************************************************************

　　　　全体

************************************************************************************************/
body {
  left: 0;
  font-size: 15px;
  line-height: 24px;
  font-family: "Zen Maru Gothic", 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
  text-align: center;
  color: #505050;
  background-color: #feffe3;
}
header#pagehead {
  display: flex;
  position: relative;
  width: 1250px;
  height: 100px;
  margin: 0px auto;
}
header#pagehead h1, #footer h1 {
  display: flex;
  font-weight: normal;
  font-size: 20px;
}
header#pagehead h1 > img, #footer h1 > img {
  object-fit: contain;
}
header#pagehead h1 #h1_inner, #footer h1 #h1_inner {
  margin-left: 20px;
  margin-top: 10px;
  text-align: left;
}
header#pagehead h1 #en, header#pagehead h1 #logoname, #footer h1 #en, #footer h1 #logoname {
  color: #ff9db9;
}
header#pagehead h1 #logoname, #footer h1 #logoname {
  font-weight: bold;
}
header#pagehead h1 #en, header#pagehead h1 #bottom, #footer h1 #en, #footer h1 #bottom {
  font-size: 9px;
}
header#pagehead .menu-mainmenu-container {
  position: absolute;
  right: 160px;
}
header#pagehead a.logo {
  position: absolute;
}
.home header#pagehead a.logo {
  top: 60px;
  left: 60px;
}
body.page-template-default header#pagehead a.logo, body.category header#pagehead a.logo, body.archive header#pagehead a.logo, body.single header#pagehead a.logo {
  left: 10px;
}
a#header_home {
  position: absolute;
  right: 30px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #ff9db9;
  border-radius: 32px;
  color: #fff;
}
#pagehead_left {
  position: relative;
  left: 45px;
  top: 25px;
  width: 320px;
  z-index: 10;
}
#footer {
  width: 100%;
  margin: 0px auto;
  padding-bottom: 15px;
}
body.page-template-default #footer, body.single #footer, body.category #footer, body.archive #footer {
  position: relative;
  padding-top: 50px;
  margin-top: -10px;
  background: url(images/footer_bg.png) repeat-x;
  background-size: 1250px;
}
#footer > .menu-footermenu-container:nth-child(2) {
  display: none;
}
#footer > .menu-footermenu-container > ul {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  text-align: center;
  font-size: 14px;
}
#footer > .menu-footermenu-container > ul > li {
  display: inline-block;
  margin: 0px 17px;
  vertical-align: top;
  text-align: left;
}
#footer > .menu-footermenu-container > ul > li > a {
  margin-bottom: 15px;
  font-weight: bold;
}
#footer > .menu-footermenu-container > ul > li > ul.sub-menu {
  margin-top: 15px;
}
#footer > .menu-footermenu-container > ul > li > ul.sub-menu > li {
  font-weight: normal;
}
#footer > .menu-footermenu-container > ul > li > ul.sub-menu > li:before {
  content: "・";
}
#footer > .menu-footermenu-container > ul > li.menu-item-70 {
  position: absolute;
  right: 0px;
  top: 40px;
}
#footer > .menu-footermenu-container > ul > li#menu-item-71 {
  position: absolute;
  right: 0px;
  top: 80px;
}
#footer a.logo {
  display: inline-block;
  margin-bottom: 25px;
}
.copy {
  margin-top: 25px;
  font-size: 0.8em;
  text-align: center;
}
.cont_bg_white{
	width: 1030px;
	margin: 1.5em auto;
	background-color: #ffffff;
	border-radius: 10px;
	text-align: left;
	padding: 2em 2em 1em 2em;
}
.cont_bg_white p{
	line-height: 1.8em;
}
.cont_bg_white h2{
	color: #a5d41f;
background: url(images/page/mokuhyou/mokuhyou_h3_bg.png);
	background-repeat: repeat-X;
background-position: bottom;
background-size: 330px;
font-size: 1.2em;
padding-bottom: 0.5em;
margin-bottom: 0.8em !important;
text-align: left;
	}
.cont_bg_white h3{
	font-size: 1.2em;
	font-weight: normal;
	}
.wp-block-column img{
	border-radius: 15px;
}
.kakumaru15 img{
	border-radius: 15px;
}
/***********************************************************************************************

　　　　menu

************************************************************************************************/
#menu-mainmenu {
  display: flex;
  z-index: 10;
  position: relative;
}
#menu-mainmenu > li {
  width: 135px;
  padding-top: 52px;
}
#menu-mainmenu > li > a {
  font-weight: bold;
}
#menu-mainmenu > li > ul {
  display: none;
}
#menu-mainmenu > li > ul > li {
  background: #fff;
  font-size: 0.9em;
  letter-spacing: 0px;
  padding: 2px 0px;
}
#menu-mainmenu > li > ul > li:first-child {
  padding-top: 10px;
}
#menu-mainmenu > li > ul > li:last-child {
  padding-bottom: 10px;
}
#menu-mainmenu > li > ul::before {
  content: "▼";
  color: #ff9db9;
}
#menu-mainmenu > li > ul > li a:hover {
  color: #ff9db9;
}
#menu-item-818 , #menu-item-816 ,#menu-item-817 ,#menu-item-819{
  display: none;
}
#sp_menu {
  display: none;
}
/***********************************************************************************************

　　　　TOPページ

************************************************************************************************/
body.home {
  margin: 0px auto;
  background: url(images/footer_bg.png) repeat-x;
  background-size: 1250px;
  background-position: bottom;
  background-color: #feffee;
}
#mainimage_wrap {
  background: url(images/top/bg1.png) repeat-x;
  background-position-y: 480px;
}
#mainimage {
  position: relative;
  width: 1250px;
  height: 632px;
  margin: 0px auto;
}
#mainimage #mainphoto {
  position: absolute;
  right: 0px;
}
#sp_slide {
  display: none;
}
#pc_slide {
  position: absolute;
  right: 0px;
  width: 1013px;
  height: 632px;
}
#pc_slide_inner {
  position: relative;
  overflow: hidden;
  min-width: 1013px;
  height: 632px;
}
#pc_slide_inner svg {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -506.5px;
}
#mainimage #catchcopy {
  position: absolute;
  left: 50px;
  top: 220px;
  width: 20em;
  font-size: 2.3em;
  letter-spacing: 10px;
}
#mainimage #catchcopy #catchcopy_inner {
  position: relative;
}
#mainimage #catchcopy #catchcopy_inner p {
  display: none;
  position: absolute;
  padding: 15px 5px 20px 20px;
  background: url(images/top/maincopy_bg.png) no-repeat;
  background-size: cover;
}
#mainimage .tel_address, #footer .tel_address, #pagehead_left .tel_address, #sp_menu .tel_address {
  font-size: 0.8em;
  letter-spacing: 1px;
}
#mainimage .tel_address, #pagehead_left .tel_address, #sp_menu .tel_address {
  position: absolute;
}
#mainimage .tel_address {
  top: 330px;
  left: 30px;
}
#pagehead_left .tel_address {
  top: 90px;
}
#mainimage .tel_address .tel, #footer .tel_address .tel, #pagehead_left .tel_address .tel, #sp_menu .tel_address .tel {
  width: 140px;
  margin: 0px auto;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.7em;
  background: url(images/top/tel.png) no-repeat;
  background-position: 0% 5px;
  background-size: 11px;
}
#mainimage #mainimage_contact, #pagehead_left #mainimage_contact {
  position: absolute;
}
#mainimage #mainimage_contact {
  left: 30px;
  top: 390px;
}
#pagehead_left #mainimage_contact {
  top: 95px;
}
#mainimage #bloglink {
  z-index: 5;
  position: absolute;
  bottom: -70px;
  right: 100px;
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #e2f088;
  opacity: 1.0;
}
#mainimage #bloglink > div {
  position: relative;
  width: 100%;
  height: 140px;
}
#mainimage #bloglink > div > img {
  position: absolute;
  right: 30px;
  top: -10px;
}
#mainimage #bloglink > div > span {
  position: absolute;
  bottom: 20px;
  width: 100%;
  right: 0%;
}
#mainimage .flower {
  position: absolute;
  left: 150px;
  top: 120px;
}
main#topmain {
  position: relative;
  overflow: hidden;
}
main#topmain .flower {
  position: absolute;
  left: calc(50% - 534px);
  top: 50px;
}
#top_content {
  background-image: url(images/top/topmain_flower_l.png), url(images/top/topmain_flower_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 0% left 10%, top 30% right 10%;
  background-size: 176px, 125px;
  background-color: #ffecf7;
}
#top_content > article {
  position: relative;
  padding-top: 50px;
  padding-bottom: 116px;
  line-height: 2.5em;
}
#top_content > article > p {
  margin-bottom: 70px;
}
#top_content > article figure#leadimg1 {
  position: absolute;
  width: 165px;
  height: 200px;
  top: 40px;
  left: calc(50% - 550px);
}
#top_content > article figure#leadimg2 {
  position: absolute;
  width: 230px;
  height: 150px;
  right: calc(50% - 500px);
}
#top_content > article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
#news {
  background: #ffecf7;
}
#news_cont {
  background-image: url(images/top/topmain_flower_l2.png), url(images/top/topmain_flower_r2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 30% left 10%, top 2% right 10%;
  background-size: 153px, 110px;
  padding: 80px 0px;
  background-color: #fff;
}
#news_cont > ol {
  width: 540px;
  margin: 0px auto;
  text-align: left;
}
#news_cont > ol > li {
  margin-bottom: 15px;
}
#news_cont > ol .date_box {
  display: inline-block;
  width: 100px;
  margin-right: 35px;
}
#news h2, #preschool h2, #guidance_recruite h3, #map h2 {
  color: #ff9db9;
  font-size: 1.7em;
  font-weight: bold;
}
#news h2 {
  width: 390px;
  height: 78px;
  padding-top: 25px;
  background: url(images/top/news/h2_bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
#news h2 .ja, #preschool h2 .ja, #guidance_recruite h3 .small {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
#link3 {
  justify-content: center;
  align-items: center;
  padding: 90px 0px;
  background: url(images/top/link3/bg.png);
  background-size: 72px;
}
#link3 > figure {
  width: 270px;
  margin: 0px 25px;
}
#preschool {
  position: relative;
  padding-top: 60px;
}
#preschool h2 {
  margin-bottom: 60px;
}
#preschool > div > div {
  align-items: flex-start;
  width: 980px;
  margin: 0px auto;
}
#preschool .pre_class {
  width: 450px;
  margin-bottom: 80px;
}
#preschool .pre_class a:hover {
  opacity: 1;
}
#preschool .pre_class h3 {
  margin-bottom: 15px;
  font-size: 1.2em;
}
#preschool .pre_class h3 .small {
  margin-right: 15px;
  font-size: 15px;
  color: #ff9db9;
}
#preschool .pre_class:nth-child(even) {
  margin-left: 70px;
}
#preschool .pre_class > div {
  position: relative;
}
#preschool .pre_class .class_thumb > div {
  position: relative;
  width: 450px;
  height: 315px;
}
#preschool .pre_class .class_thumb > div > figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
#preschool .pre_class .class_thumb > div > figure:first-child {
  z-index: 10;
}
#preschool .pre_class .class_thumb > div > figure:nth-child(1) > img, #preschool .pre_class .class_thumb > div > figure:nth-child(2) > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#preschool .pre_class .class_thumb > div > figure:nth-child(3) {
  top: 232px;
  left: 20px;
  z-index: 15;
  width: 122px;
  height: 20px;
}
#preschool .pre_class .class_thumb > div > figure:nth-child(3) > img {
  width: 122px;
}
#preschool .pre_class > div > .pre_detail {
  position: relative;
  top: -25px;
  z-index: 20;
  text-align: left;
}
#preschool .pre_class > div > figure {
  position: absolute;
  z-index: 30;
}
#preschool .pre_class:nth-child(1) > div > figure {
  top: 100px;
  left: -30px;
}
#preschool .pre_class:nth-child(2) > div > figure {
  top: 300px;
  right: 40px;
}
#preschool .pre_class:nth-child(3) > div > figure {
  top: 320px;
  right: 30px;
}
#preschool .pre_class:nth-child(4) > div > figure {
  top: 280px;
  right: -30px;
}
#guidance_recruite {
  justify-content: center;
  width: 1180px;
  height: 320px;
  margin: 0px auto 60px;
  background: #deee77;
  border-radius: 30px;
}
#guidance_recruite > .guidance_recruite_item {
  width: 520px;
  height: 125px;
  margin: 0px 15px;
  background: #fff;
}
#guidance_recruite > .guidance_recruite_item > div {
  position: relative;
}
#guidance_recruite > .guidance_recruite_item h3 {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: left;
}
#guidance_recruite > .guidance_recruite_item .more {
  position: relative;
  top: 85px;
  left: 70px;
  width: 122px;
}
#guidance_recruite > .guidance_recruite_item .thumb {
  position: absolute;
  top: -25px;
  right: 20px;
  width: 270px;
  height: 185px;
}
#guidance_recruite > .guidance_recruite_item .thumb img {
  border-radius: 20px;
}
#map {
  margin-bottom: 60px;
}
#map h2 {
  margin-bottom: 15px;
}
/***********************************************************************************************

　　　　固定ページデフォルト

************************************************************************************************/
body.page-template-default #mainimage {
  height: 615px;
  margin-top: 20px;
}
body.page-template-default #main h1 {
  padding-top: 210px;
  padding-bottom: 50px;
  margin-top: -165px;
  font-size: 1.3em;
  background: #ffb4d1;
  background-image: url(images/page/h1_bg_hana.png);
  background-repeat: no-repeat;
  background-position: top 120px center;
  background-size: 1087px;
}
body.page-template-default #main h1 .en, body.page-template-default #main h1 br {
  display: none;
}
body.page-template-default #main h1 span.yellow {
  display: block;
  margin-top: 10px;
  color: #ffed77;
}
body.page-template-default h2 {
  font-size: 1.3em;
}
.h2_left {
  background-image: url(images/page/tree2.png);
  background-repeat: no-repeat;
  background-position: bottom 0px left 100px;
  background-size: 56px;
}
.tree2_left {
  background-image: url(images/page/tree2.png);
  background-repeat: no-repeat;
  background-position: bottom 0px left 10%;
  background-size: 56px;
}
.tree2_right {
  background-image: url(images/page/tree2.png);
  background-repeat: no-repeat;
  background-position: top 0px right 10%;
  background-size: 56px;
}
.tree_left {
  background-image: url(images/page/tree.png);
  background-repeat: no-repeat;
  background-position: top 25% left 10%;
  background-size: 25px;
}
.tree_right {
  background-image: url(images/page/tree.png);
  background-repeat: no-repeat;
  background-position: top 0px right 10%;
  background-size: 25px;
}
/*#page_top {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url(images/page/sakura_l.png), url(images/page/sakura_r.png), url(images/page/mokuhyou/mokuhyou_bg.png), url(images/page/mokuhyou/mokuhyou_bg2.png);
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
  background-size: 110px, 125px, 1250px, 1250px;
  background-color: #ffb4d1;
  background-position: left 20px top 70px, right 20px bottom 30px, center top, 0 0;
}*/
#page_top {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url(images/page/sakura_l.png), url(images/page/sakura_r.png), url(images/page/page_top_bg.png), url(images/page/page_top_bg3.png);
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
  background-size: 110px, 125px, 1250px, 20px;
  background-color: #ffecf7;
  background-position: left 20px top 70px, right 20px bottom 30px, center top, left top;
}
#page_top h2 {
  margin-bottom: 85px;
}
#page_top p {
  margin-bottom: 1.2em;
}
#page_top .wp-block-columns {
  width:1100px;
  margin: 2em auto;
}
.style01 {
  width: 520px;
  background-color: #ffffff;
  margin: 4em auto 1em auto;
  border-radius: 10px;
}
.style01 th {
  padding: 1em 0.5em;
  border-bottom: solid 2px #ffecf7;
  color: #ff9db9;
  font-size: 1.2em;
}
.style01 td {
  text-align: left;
  padding: 1em;
  border-top: dashed 2px #ffecf7;
  border-right: dashed 2px #ffecf7;
}
.style01 td:last-child {
  border-right: none;
}
.style01 th:last-child {
  border-right: none;
}
.style02 th {
  width: 130px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 0.5em;
}
.style02 td {
  text-align: left;
  vertical-align: top;
  padding: 0.5em;
}
.style03 {
  border-collapse: separate;
  width: 610px;
  background-color: #ffffff;
  margin: 1em auto 1em auto;
  border: solid 2px #ffcfdc;
  border-radius: 10px;
}
.style03 th {
  padding: 0.5em 2em;
  border-bottom: solid 2px #ffcfdc;
  color: #a5d51f;
  font-size: 1.1em;
  font-weight: normal;
}
.style03 td {
  text-align: left;
  padding: 0.5em 1em;
  border-bottom: dashed 2px #ffcfdc;
  border-right: dashed 2px #ffcfdc;
}
.style03 tr:last-child td {
  border-bottom: none;
}
.style03 td:first-child {
  text-align: center;
}
.style03 td:last-child {
  border-right: none;
}
.style03 th:last-child {
  border-right: none;
}
.style04 {
  width: 800px;
  margin: 1em auto 0em auto;
}
.style04 th {
	color: #ffffff;
	border-radius: 10px;
	padding: 0.5em;
	margin: 0 1em;
}
.style04 td {
	padding: 0.6em 1em 1.5em 1em;
}
.style04 td:first-child {
	text-align: left;
	color: #f28ab6;
	background-image: url(images/page/arrow_yellow.png);
	background-repeat: no-repeat;
	background-position: left 17px bottom 5px;
	background-size: 10px;
}
.style04 tr {
  border-bottom: dashed 2px #ffcfdc;
}
.style04 tr:first-child,.style04 tr:last-child  {
  border-bottom: none;
}
.style04 tr:last-child td:first-child{
  background-image: none;
}
.style05 {
  border-collapse: separate;
  width: 940px;
  margin: 2em auto 0em auto;
  background-color: #ffffff;
  border: 2px solid  #ffee77;
  border-radius: 10px;
}
.style05 th{
  font-size: 1.1em;
  padding: 0.8em;
  border-bottom: 2px solid  #ffee77; 
  border-right: solid 2px #ffee77;
}
.style05 td{
  padding: 0.8em;
  border-bottom: dashed 2px  #ffee77;
  border-right: solid 2px #ffee77;
}
.style05 td:first-child {
  color: #f28ab6;
}
.style05 td:last-child {
  border-right: none;
}
.style05 th:last-child {
  border-right: none;
}
.style05 tr:last-child td {
  border-bottom: none;
}
.style06 {
  border-collapse: separate;
  width: 940px;
  margin: 2em auto 0em auto;
  background-color: #ffffff;
  border: 2px solid #ffee77;
  border-radius: 10px;
}
.style06 th{
  font-size: 1.1em;
  padding: 0.8em;
  border-right: solid 2px #ffee77;
  border-bottom: dashed 2px  #ffee77;
  color: #ff9db9;
}
.style06 td{
  padding: 0.8em;
  border-bottom: dashed 2px  #ffee77;
  text-align: left;
}
.style06 tr:last-child th,.style06 tr:last-child td {
  border-bottom: none;
}
.bacebox_01 {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url(images/page/tree2.png);
  background-repeat: no-repeat;
  background-position: top 70px left 10%;
  background-size: 56px;
}
.bacebox_02 {
  background-color: #ffffff;
  padding-top: 60px;
  background-image: url(images/page/tree2.png);
  background-repeat: no-repeat;
  background-position: top 70px right 10%;
  background-size: 56px;
}
.bacebox_03 {
  background-color: #feffe3;
  padding-top: 60px;
  background-image: url(images/page/tree2.png);
  background-repeat: no-repeat;
  background-position: top 70px left 10%;
  background-size: 56px;
  padding-bottom: 40px;
}
.bacebox_01 h2 {
  margin-bottom: 20px;
}
.bacebox_02 h2 {
  margin-bottom: 20px;
}
.bacebox_03 h2 {
  margin-bottom: 20px;
}
/***********************************************************************************************

　　　　教育案内

************************************************************************************************/
#mokuhyou_cont {
  justify-content: center;
}
#mokuhyou_cont > div {
  width: 330px;
  margin: 0px 30px;
}
#mokuhyou_cont h3 {
  padding-bottom: 10px;
  color: #a5d41f;
  background: url(images/page/mokuhyou/mokuhyou_h3_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 330px;
  font-size: 1.2em;
}
#mokuhyou_cont h3 + p {
  margin-bottom: 10px;
}
#mokuhyou_cont img {
  border-radius: 15px;
}
#houshin {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background: url(images/page/tree.png), url(images/top/link3/bg.png);
  background-color: #fff;
  background-position: right 150px bottom, left 0px bottom -140px;
  background-repeat: no-repeat, repeat-x;
  background-size: 25px, 72px;
}
#houshin h2 {
  margin-bottom: 20px;
}
/*#houshin .flower{
  position: absolute;
  top: 200px;
  left: calc(50% - 490px);
}
#houshin .tree{
  position: absolute;
  bottom: 0px;
  right: 200px;
}
#houshin h2{
  margin-bottom: 20px;
}
#houshin_cont{
  justify-content: center;
  margin-top: 80px;
}
#houshin_cont > div{
  width: 300px;
  height: 300px;
  margin: 0px 20px;
  border:2px solid #ffcfdc;
  border-radius:50%;
  background: #fff;
}
#houshin_cont > div > div{
  position: relative;
}
#houshin_cont > div > div > figure{
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
#houshin_cont > div > div > h3{
  position: relative;
  top: 50px;
  font-size: 1.2em;
  color: #a5d41f;
}
#houshin_cont > div > div > p{
  position: absolute;
  width: 100%;
  top: 130px;
}*/
#houshin_cont {
  width: 1020px;
  margin: 50px auto 0;
}
#houshin_cont .houshin01 {
  background: url(images/page/houshin/num/houshin1.png);
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: center top;
  width: 320px;
  height: 338px;
  margin: 0 auto;
}
#houshin_cont .houshin02 {
  background: url(images/page/houshin/num/houshin2.png);
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: center top;
  width: 320px;
  height: 338px;
  margin: 0 auto;
}
#houshin_cont .houshin03 {
  background: url(images/page/houshin/num/houshin3.png);
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: center top;
  width: 320px;
  height: 338px;
  margin: 0 auto;
}
#houshin_cont .houshin01 h3, #houshin_cont .houshin02 h3, #houshin_cont .houshin03 h3 {
  font-size: 1.2em;
  color: #a5d41f;
  padding: 100px 0px 25px
}
#houshin_cont p {
  letter-spacing: 1.8px;
}
#tokushoku {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url(images/page/tree.png);
  background-repeat: no-repeat;
  background-position: bottom 0% left 10%;
  background-size: 25px;
  background-color: #fff;
}
/*#tokushoku .tree{
  position: absolute;
  top: 100px;
  left: calc(50% - 530px);
}*/
#tokushoku h2 {
  margin-bottom: 20px;
}
.tokusyoku_cont {
  width: 990px;
  margin: 60px auto 0px;
}
.tokusyoku_cont > div {
  width: 450px;
  margin-bottom: 40px;
}
.tokusyoku_cont > div:nth-child(2n) {
  margin-left: 80px;
}
.tokusyoku_cont > div > div {
  position: relative;
}
/*#tokusyoku_cont > div > div > h3{
  position: absolute;
  top: 280px;
  z-index: 10;
  width: 250px;
  color: #ff9db8;
  font-size: 1.2em;
}
#tokusyoku_cont > div > div > p{
  text-align: left;
}*/
.tokusyoku_cont .tokusyoku_photo {
  width: 450px;
  height: 315px;
  margin-bottom: 10px;
}
.tokusyoku_cont .tokusyoku_photo > div {
  position: relative;
}
.tokusyoku_cont .tokusyoku_photo > div > figure {
  position: absolute;
  width: 450px;
  height: 315px;
}
.tokusyoku_cont .tokusyoku_photo > div > figure:nth-child(1) {
  z-index: 5;
}
.tokusyoku_cont .tokusyoku_photo > div > figure > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tokusyoku_cont > .wp-block-column {
  position: relative;
}
.tokusyoku_cont > .wp-block-column h3 {
  position: absolute;
  top: 285px;
  z-index: 10;
  width: 250px;
  color: #ff9db8;
  font-size: 1.2em;
}
.tokusyoku_cont p {
  text-align: left;
  letter-spacing: 1.5px;
}
#day,#schedule,#q_a{
  position: relative;
  padding-bottom: 40px;
  background-image: url(images/page/sakura_bgr.png), url(images/page/sakura_bgl.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 30% right 5%, bottom 10% left 5%;
  background-size: 270px;
}
#day .tree,#schedule .tree {
  position: absolute;
  top: 120px;
  right: 150px;
}
#day h2,#schedule h2,#q_a h2,#entry h2 {
  padding-top: 40px;
  background-color: #fff;
}
#day > div > p, #schedule > div > p, #q_a > div > p{
  padding-top: 40px;
  background-image: url(images/page/tree2.png);
  background-repeat: no-repeat;
  background-position: bottom 0% right 10%;
  background-size: 56px;
  background-color: #fff;
}
#day > div > p, #schedule  > div > p, #q_a > div > p , #entry > div > p{
  padding-bottom: 20px;
}
#day #nagare_box,#schedule #flow {
  align-items: flex-start;
  justify-content: center;
  width: 1180px;
  margin: 30px auto 0px;
  padding: 25px 0px;
  background: #fff;
}
#nagare_box #nagare_left > div > div {
  align-items: flex-start;
  margin-bottom: 10px;
}
#nagare_box #nagare_left .time {
  margin-right: 65px;
  color: #b3da51;
}
#nagare_box #nagare_left .time p {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0;
}
#nagare_box #nagare_left .time figure {
  position: relative;
  right: 5px;
}
#nagare_box #nagare_left .nagare_cont {
  text-align: left;
}
#nagare_box #nagare_left .nagare_cont h3 {
  font-weight: bold;
  color: #ff9db8;
}
#nagare_box #nagare_right figure {
  width: 325px;
  height: 250px;
  margin-bottom: 10px;
}
#nagare_box #nagare_right {
  margin-left: 65px;
}
#nagare_box #nagare_right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
#event,#entry {
  position: relative;
  padding-top: 50px;
  background: #fff;
}
#event .tree{
  position: absolute;
  top: 100px;
  left: 100px;
}
#event h2,#entry h2{
  margin-bottom: 25px;
}
/*#gyouji_cont{
  justify-content: center;
  align-items: flex-start;
  margin-top: 35px;
  padding-top: 35px;
  padding-bottom: 60px;
  background: #deee77;
  text-align: left;
}
#gyouji_cont > div{
  width: 375px;
  height: 475px;
  padding-top: 30px;
  margin: 0px 15px 30px;
  background: #fff;
  border-radius: 15px;
}
#gyouji_cont > div > div{
  position: relative;
  width: 375px;
  height: 100%;
}*/
#event .gaiyou_box,#entry .gaiyou_box {
  margin-top: 35px;
  padding: 40px 0px 60px 0px;
  background: #deee77;
}
.gyouji_cont {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
}
.gyouji_cont .wp-block-column {
  padding: 20px 0px;
  margin: 0px 10px 30px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  width: 375px;
  height: 350px;
}
.gyouji_cont > div h3 {
  width: 82%;
  padding: 0px 4% 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  text-align: left;
}
.gyouji_cont #apr h3 {
  border-bottom: 3px solid #f6bfd7;
}
.gyouji_cont #may h3 {
  border-bottom: 3px solid #96d0b6;
}
.gyouji_cont #jun h3 {
  border-bottom: 3px solid #cf9dc6;
}
.gyouji_cont #jul h3 {
  border-bottom: 3px solid #9fd9f6;
}
.gyouji_cont #aug h3 {
  border-bottom: 3px solid #86b3e0;
}
.gyouji_cont #sep h3 {
  border-bottom: 3px solid #e198a6;
}
.gyouji_cont #oct h3 {
  border-bottom: 3px solid #e0b079;
}
.gyouji_cont #nov h3 {
  border-bottom: 3px solid #e4c877;
}
.gyouji_cont #dec h3 {
  border-bottom: 3px solid #8db68f;
}
.gyouji_cont #jan h3 {
  border-bottom: 3px solid #f29a76;
}
.gyouji_cont #feb h3 {
  border-bottom: 3px solid #afc8e8;
}
.gyouji_cont #mar h3 {
  border-bottom: 3px solid #f5bed6;
}
.gyouji_cont > div h3 .num {
  font-size: 1.2em;
}
.gyouji_cont > div p {
  width: 82%;
  margin: 0px auto;
  line-height: 2.2em;
}
.gyouji_cont > div figure {
  bottom: 15px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0px auto;
  position: absolute;
  bottom: 15px;
}
.gyouji_cont > div figure img {
  border-radius: 15px;
}
/***********************************************************************************************

　　　　預かりと課外

************************************************************************************************/
.kagai_cont {
  border-bottom: 2px solid #ffee77;
  width: 900px;
  margin: 0 auto;
  padding: 1.5em;
}
.kagai_cont h3 {
  font-size: 1.1em;
  color: #a5d51f;
  text-align: left;
}
.kagai_cont ul {}
.kagai_cont li {
  list-style: inside;
  text-align: left;
  padding: 0.5em;
}
.no_line {
  border-bottom: 0px solid #ffee77 !important;
}
/***********************************************************************************************

　　　　入園前教室

************************************************************************************************/
.sien_menu {
}
.sien_cont {
  background-color: #ffffff;
  padding:0 0 4em 0;
}
.sien_cont_title {
  background: url(images/top/link3/bg.png);
  background-repeat: repeat-x;
  font-size: 1.4em;
  padding: 2em 0em 1.5em 0em;
  background-size: 72px;
  margin-bottom: 1.5em;
  border-top: 2px solid #ffcfdc;
}
.sien_cont_title h2 {
  margin-bottom: 1em;
}
.sien_cont > .wp-block-group__inner-container > .wp-block-columns ,#gaiyou > .wp-block-group__inner-container > .wp-block-columns {
  width: 1100px;
  margin: 2em auto;
  text-align: left;
}
/***********************************************************************************************

　　　　求人案内

************************************************************************************************/
#himitsu .wp-block-columns {
  width:1100px;
  margin: 2em auto;
  text-align: left;
}
#himitsu h3 {
  padding-bottom: 10px;
  color: #a5d41f;
  background: url(images/page/mokuhyou/mokuhyou_h3_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 330px;
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
#himitsu p {
  margin-bottom: 1.2em;
}
#recruitment{
	padding-bottom: 6em;
}
#q_a .wp-block-details {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 1em;
  width: 800px;
  margin: 1em auto;
  border-radius: 10px;
  text-align: left;
}
#q_a .wp-block-details summary {
	padding-bottom: 0.3em;
}
#q_a .wp-block-details summary::first-letter {
	font-size: 1.6em;
	color: #a5d51f;
}
#q_a .wp-block-details summary::marker {
	color: #a5d51f;
}
#q_a .wp-block-details p {
	padding: 0.3em 0em 0em 3.1em;
	border-top: #ff9db9 dashed 1px;
  	text-indent: -2.1em;
}
#q_a .wp-block-details p::first-letter {
	font-size: 1.6em;
	color: #ff9db9;
}
/***********************************************************************************************

　　　　みんなのこども園

************************************************************************************************/
#kodomoen > div {
  width: 344px;
  margin: 0px 2px;
}
#kodomoen h3 {
  padding-bottom: 10px;
  color: #a5d41f;
  background: url(images/page/mokuhyou/mokuhyou_h3_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 330px;
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
#kodomoen h3 + p {
  margin-bottom: 10px;
}
/***********************************************************************************************

　　　　安全であんしん
************************************************************************************************/
#point > div {
  width: 344px;
  margin: 0px 2px;
  background-color: #ffffff;
padding: 1.5em;
	border-radius: 15px;
}
#point .wp-block-image img, #point2 .wp-block-image img {
	border-radius: 15px;
}
#point h3 {
  padding-bottom: 10px;
  color: #a5d41f;
  background: url(images/page/mokuhyou/mokuhyou_h3_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 330px;
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
#point h3 + p {
  margin-bottom: 10px;
}
#point2{
  background-color: #ffffff;
  padding: 2em 1.5em 1.5em 2em;
  border-radius: 15px;
} 
#point2 h3 {
  padding-bottom: 10px;
  color: #a5d41f;
  background: url(images/page/mokuhyou/mokuhyou_h3_bg.png);
  background-repeat: repeat-X;
  background-position: bottom;
  background-size: 330px;
  font-size: 1.2em;
  margin-bottom: 0.8em;
  text-align: left;
}
#point2 p{
 text-align: left;
} 
#point2 h4 {
  background-color: #f28ab6;
  padding: 0.5em;
  color: #ffffff;
  font-size: 1.2em;
  margin: 2em auto 1em auto;
  border-radius: 15px;
}
/***********************************************************************************************

　　　　プライバシーポリシー

************************************************************************************************/
.pp_cont{
  width: 1100px;
  margin: 2em auto;
  background-color: #ffffff;
  padding: 2em 1.5em 1.5em 2em;
  border-radius: 15px;
  text-align: left;
} 
.pp_cont h3{
  padding-bottom: 10px;
  color: #a5d41f;
  background: url(images/page/mokuhyou/mokuhyou_h3_bg.png);
  background-repeat: repeat-X;
  background-position: bottom;
  background-size: 330px;
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
/***********************************************************************************************

　　　　フォーム

************************************************************************************************/
#nf-form-2-cont{
  width: 800px;
  margin: 0 auto;	
}
#nf-form-3-cont{
  width: 800px;
  margin: 0 auto;	
}

.label-above .nf-field-label {
  margin-bottom: 5px !important;
}
.nf-form-content input:not([type="button"]) {
  border: none;
  padding: 1em;
  border-radius: 4px;
}
.field-wrap textarea{
  border: none;
  padding: 1em;
  border-radius: 4px;	
}
.nf-field-element  {
	padding: 0.5em;
}
.nf-field-element ul {
	text-align: left;
}
#ninja_forms_required_items, .nf-field-container {
  clear: both;
  position: relative;
  margin-bottom: 15px !important;
}
.textarea-wrap::placeholder{
	font-size: 0.8em;
}
.nf-field-element input[type="submit"] {
  width: 200px !important;
  color: #fff;
  border-radius: 9999px;
  background: #f28ab6 !important;
  font-size: 1.125em;
  border: 0px solid #6BBB6E;
  display: block;
  margin: 0 auto;
}
/***********************************************************************************************

　　　　投稿ページデフォルト・カテゴリー・アーカイブデフォルト

************************************************************************************************/
body.category header#pagehead #page_home, body.archive header#pagehead #page_home {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 474px;
}
body.single #main h1, body.category #main h1, body.archive #main h1 {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  font-size: 1.3em;
  background: #ffb4d1;
  background-image: url(images/page/h1_bg_hana.png);
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: 1000px;
}
body.single #main article, body.category #main article, body.archive #main article {
  padding: 0px 0px 60px 0px;
  background-color: #fff;
  margin-top: 80px;
}
.cont_category {
	width: 740px;
	margin: 0px auto 30px;
	background-color: #ffecf7;
	padding: 0.5em 1.8em 1em;
}
.cont_category h1 {
  margin: 1em auto;
  color: #00a844;
  font-size: 1.9em;
  line-height: 1.4em;
  font-weight: 800;
}
.cont_category h2 {
  margin: 1em auto 0.5em;
  color: #f28ab6;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 800;
}
.cont_category p.line {
	border-bottom: 1px solid #ff9db9;
	margin: 0 auto 0.3em;
}
.cont_category p{
	letter-spacing: normal;
}
.cont_category a.more_bt {
  width: 200px;
  color: #fff;
  border-radius: 9999px;
  background: #f28ab6;
  font-size: 1.125em;
  border: 0px solid #6BBB6E;
  display: block;
  margin: 1em auto 0.5em;
  padding: 0.5em;
letter-spacing: normal;
}
/***********************************************************************************************

　　　　sp

************************************************************************************************/
@media screen and (max-width:959px) {
  /***********************************************************************************************

　　　　全体:sp

************************************************************************************************/
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 15px;
    line-height: 30px;
    transform: none;
  }
  /*
  span , p , li{
    transform: rotate(0.03deg);
  }
  */
  .page_deforuto article {
    width: 100%;
    margin: 30px auto 0px;
  }
  .wp-block-image .alignright {
    float: none !important;
    margin: .5em auto .5em auto !important;
  }
  .wp-block-image .alignleft {
    float: none !important;
    margin: .5em auto .5em auto !important;
  }
  header#pagehead {
    align-items: flex-start;
    position: relative;
    z-index: 50;
    width: 100%;
    height: 35px;
  }
  #pagehead_left {
    position: static;
  }
  body.page-template-default header#pagehead a.logo {
    top: 13px;
    right: 195px;
    left: unset;
  }
  body.page-template-default header#pagehead .tel_address, body.page-template-default header#pagehead #mainimage_contact {
    display: none;
  }
  body.page-template-default header#pagehead #sp_menu .tel_address {
    display: block;
  }
  header#pagehead h1 > img, #footer h1 > img {
    width: 35px;
  }
  header#pagehead h1 #h1_inner, #footer h1 #h1_inner {
    margin-left: 5px;
    margin-top: 0px;
    line-height: 1em;
  }
  header#pagehead h1 #logoname, #footer h1 #logoname {
    font-size: 0.8em;
    letter-spacing: 0;
  }
  a#header_home {
    display: none;
  }
  .copy {
    margin-top: 10px;
    font-size: 0.7em;
    line-height: 1.5em;
  }
  /***********************************************************************************************

　　　　共通:sp

************************************************************************************************/
  .pc_image, .pc_image_inline_block, .pc_image_inline {
    display: none !important;
  }
  .sp_image {
    display: block !important;
  }
  .sp_image_inline_block {
    display: inline-block !important;
  }
  .sp_image_inline {
    display: inline !important;
  }
  br.sp_image {
    line-height: 0px;
  }
  .fl_l, .fl_r {
    float: none;
  }
  .fl_l_sp {
    float: left;
  }
  .fl_r_sp {
    float: right;
  }
  img.fl_l, img.fl_r {
    padding: 0px;
  }
  main img {
    max-width: 100%;
    height: auto;
  }
  h1 {
    max-width: 100%;
    box-sizing: border-box;
  }
  img.alignleft {
    float: none;
    display: block;
    width: auto;
    margin: 0px auto;
    margin-bottom: 1em;
    padding: 0px;
  }
  img.alignright {
    float: none;
    display: block;
    width: auto;
    margin: 0px auto;
    margin-bottom: 1em;
    padding: 0px;
  }
  img.vertical {
    width: 50%;
  }
.cont_bg_white {
  width: 98%;
padding: 1em 1em 0.5em 1em;
}
  /***********************************************************************************************

　　　　top:sp

************************************************************************************************/
  body.home {
    margin: 0px auto;
    background-image: url(images/sp/flower_bg.png);
    background-repeat: no-repeat;
    background-size: 370px;
    background-position: center bottom 50px;
  }
  #mainimage_wrap {
    background-position-y: 320px;
  }
  #mainimage #mainphoto_sp {
    position: absolute;
    right: 0;
  }
  #mainimage .flower_sp {
    position: absolute;
    top: 35px;
    left: 20px;
  }
  #sp_slide_inner {
    position: relative;
    overflow: hidden;
    min-width: 377px;
    height: 455px;
  }
  #sp_slide_inner svg {
    display: none;
  }
  #mainimage #catchcopy {
    left: 5%;
    top: 350px;
    width: 95%;
    font-size: 1.5em;
    letter-spacing: 5px;
    font-weight: 500;
  }
  #mainimage #catchcopy #catchcopy_inner p {
    padding: 15px 5px 20px 10px;
  }
  #mainimage #bloglink {
    bottom: -30px;
    right: 25px;
    width: 60px;
    height: 60px;
  }
  #mainimage #bloglink > div > img {
    right: 8px;
    top: -12px;
    width: 45px;
  }
  #mainimage #bloglink > div {
    height: 60px;
  }
  #mainimage #bloglink > div > span {
    bottom: 0px;
    letter-spacing: 0;
    font-size: 0.7em;
  }
  main#topmain .flower_sp {
    position: absolute;
    top: 350px;
  }
  #top_content {
    background-image: url(images/top/topmain_flower_l.png), url(images/top/topmain_flower_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 10% left 5%, top 45% right 5%;
    background-size: 100px, 71px;
  }
  #top_content > article {
    padding-bottom: 50px;
    line-height: 2.1em;
    letter-spacing: 1px;
  }
  #top_content > article > p {
    width: 95%;
    margin: 0px auto 50px;
  }
  #top_content > article figure#leadimg1, #top_content > article figure#leadimg2 {
    position: relative;
    display: inline-block;
    width: 40vw;
    height: 40vw;
    margin: 0px 15px 90px;
  }
  #top_content > article figure#leadimg1 {
    left: unset;
    top: -30px;
  }
  #top_content > article figure#leadimg2 {
    right: unset;
    top: 30px;
  }
  #news_cont {
    background-image: url(images/top/topmain_flower_l2.png), url(images/top/topmain_flower_r2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 2% left 2%, bottom 5% right 2%;
    background-size: 77px, 55px;
    padding: 80px 0px;
    background-color: #fff;
  }
  #news h2 {
    width: 225px;
    height: 65px;
    background: url(images/sp/top/news/h2_bg.png) no-repeat;
    background-size: contain;
  }
  #news_cont > ol {
    width: 80%;
  }
  #news_cont > ol .date_box {
    display: block;
    color: #777;
  }
  #news_cont > ol > li {
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  #link3 {
    display: block;
    padding: 50px 0px;
  }
  #link3 > figure {
    margin: 0px auto 20px;
  }
  #preschool {
    padding-top: 40px;
  }
  #preschool > div > div {
    display: block;
    width: 85%;
  }
  #preschool .pre_class {
    width: 100%;
    margin: 0px auto 50px;
  }
  #preschool .pre_class h3 {
    font-size: 1.3em;
    text-align: left;
  }
  #preschool .pre_class h3 .small {
    display: block;
    font-size: 1em;
  }
  #preschool .pre_class .class_thumb > div {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  #preschool .pre_class .class_thumb > div > figure:first-child {
    display: none;
  }
  #preschool .pre_class .class_thumb > div > figure:nth-child(2) > img {
    border-radius: 15px;
  }
  #preschool .pre_class .class_thumb > div > figure:nth-child(3) {
    left: unset;
    top: unset;
    right: 20px;
    bottom: 20px;
  }
  #preschool .pre_class > div > .pre_detail {
    top: 0px;
    margin-top: 15px;
  }
  #preschool .pre_class:nth-child(2n) {
    margin-left: 0px;
  }
  #preschool .pre_class:nth-child(1) > div > figure {
    top: 30px;
    left: unset;
    right: 25px;
  }
  #preschool .pre_class:nth-child(2) > div > figure {
    top: 0px;
    right: 10px;
  }
  #preschool .pre_class:nth-child(3) > div > figure {
    top: 40px;
    right: 20px;
  }
  #preschool .pre_class:nth-child(4) > div > figure {
    top: -10px;
    right: 10px;
  }
  #guidance_recruite {
    display: block;
    width: 85%;
    height: auto;
    padding: 40px 0px;
  }
  #map {
    margin-bottom: 0px;
  }
  /***********************************************************************************************

　　　　固定ページデフォルト全体:sp

************************************************************************************************/
  body.page-template-default #main h1 {
    margin-top: -190px;
    padding-top: 100px;
    text-align: center;
    font-weight: 500;
    background-image: none;
padding-bottom: 10px;
  }
  body.page-template-default #main h1 span.yellow {
   /*   display: none;*/
margin-top: 0px;
  }
  body.page-template-default #main h1 span.en {
    display: block;
    color: #ffecf7;
  }
  body.page-template-default #mainimage > svg.pc_image {
    display: block !important;
  }
  body.page-template-default #mainimage > svg#mainphoto_sp {
    display: none !important;
  }
  .h2_left {
    background-image: url(images/page/tree2.png);
    background-repeat: no-repeat;
    background-position: bottom 0px left 10px;
    background-size: 56px;
  }
 /* #page_top {
    background-image: url(images/page/sakura_l.png), url(images/page/sakura_r.png), url(images/sp/page/mokuhyou/mokuhyou_bg.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 80px, 105px, 1100px;
    background-position: left 10px top 30px, right 10px bottom 15px, center top, 0 0;
    padding-bottom: 50px;
  }*/
 #page_top {
    background-image: url(images/page/sakura_l.png), url(images/page/sakura_r.png), url(images/page/page_top_bg.png), url(images/page/page_top_bg3.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-X;
    background-size: 80px, 105px, 1300px, 17.6px;
    background-position: left 10px top 30px, right 10px bottom 15px, center top,  left top,;
    padding-bottom: 50px;
	padding-left: 0.5em;
	padding-right:  0.5em;
  }
  #page_top p {
    padding: 0 1em;
  }
  #page_top img {
	  
  }
  #page_top h2 {
    margin-bottom: 50px;
  }
#page_top .wp-block-columns {
  width: 100%;
  margin: 2em auto;
}
.style01 th {
  padding: 0.8em 0.5em;
}
.style01 td {
  padding: 0.6em;
}
.style03 {
  width: 98%;
}
.style03 th {
  padding: 0.5em 0.5em;
}
.style03 td {
  padding: 0.5em 0.5em;
  line-height: 1.5em;
}
.style03 td:first-child {
  text-align: left;
}
.style04 {
  width: 100%;
  margin: 1em auto 0em auto;
}
.style04 td {
  padding: 0.5em 0.7em 1em 0.7em;
}
.style05 {
  width: 98%;
}
.style06 {
  width: 96%;
}
  /***********************************************************************************************

　　　　教育案内:sp

************************************************************************************************/
  #mokuhyou_cont {
    display: block;
  }
  #mokuhyou_cont > div {
    margin: 0px auto 30px;
  }
  #houshin {
    padding: 50px 10px 0px 10px;
    background-image: url(images/sp/page/houshin/white.png), url(images/sp/page/houshin/white.png), url(images/top/link3/bg.png);
    background-position: top, left 0px bottom, top;
    background-repeat: repeat-x, repeat-x, repeat;
    background-size: 320px, 75px, 72px;
  }
  /*#houshin .flower_sp{
  position: absolute;
  top: 300px;
  left: calc(50% - 159px);
}
#houshin .tree_sp{
  position: absolute;
  bottom: 50px;
  right: 10px;
}
#houshin p{
  text-align: center;
}
#houshin h2 + p{
  width: 90%;
  margin:0px auto;
}
#houshin_cont{
  display: block;
}
#houshin_cont > div{
  margin: 50px auto 0px;;
}
#houshin_cont > div > div > figure{
  top: -30px;
}*/
  #houshin_cont {
    width: 100%;
    margin: 30px auto 0;
  }
  #houshin_cont .houshin01 h3, #houshin_cont .houshin02 h3, #houshin_cont .houshin03 h3 {
    font-size: 1.2em;
    color: #a5d41f;
    padding: 90px 0px 15px
  }
  #houshin_cont p {
    letter-spacing: 1.5px;
  }
  #tokushoku .sp_image {
    display: none !important;
  }
  #tokushoku .pc_image {
    display: block !important;
  }
  /*#tokusyoku_cont{
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
#tokusyoku_cont > div{
  width: 45%;
}
#tokusyoku_cont > div:nth-child(2n){
  margin-left: 3%;
}
#tokusyoku_cont .tokusyoku_photo{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  aspect-ratio: 415/310;
}
#tokusyoku_cont .tokusyoku_photo > div > figure{
  width: 100%;
  height: auto;
  aspect-ratio: 450/315;
}
#tokusyoku_cont > div > div > h3{
  top: 28vw;
  text-align: left;
}*/
  #tokushoku {
    position: relative;
    padding-top: 50px;
    background-image: url(images/page/tree.png);
    background-repeat: no-repeat;
    background-position: bottom 0% left 10%;
    background-size: 25px;
    background-color: #fff;
  }
  .tokusyoku_cont {
    width: 90%;
    margin: 20px auto 0px;
  }
  .tokusyoku_cont > div {
    width: 100%;
    margin-bottom: 420px;
  }
  .tokusyoku_cont .tokusyoku_photo > div > figure {
    position: absolute;
    width: 320px;
    height: 224px;
    margin: 0 auto;
  }
  .tokusyoku_cont .tokusyoku_photo {
    width: 320px;
    height: 224px;
    margin: 0 auto;
  }
  .tokusyoku_cont > div:nth-child(2n) {
    margin-left: 0px;
  }
  .tokusyoku_cont > .wp-block-column h3 {
    position: absolute;
    top: 198px;
    z-index: 10;
    width: 230px;
    color: #ff9db8;
    font-size: 1.1em;
    text-align: left;
  }
  .tokusyoku_cont p {
    letter-spacing: 0;
  }
  #day,#schedule {
    position: relative;
    padding-bottom: 40px;
    background-image: url(images/page/sakura_bgr.png), url(images/page/sakura_bgl.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 14% right 2%, bottom 0% left 2%;
    background-size: 135px;
  }
  #day .tree_sp,#schedule .tree_sp {
    position: absolute;
    top: 200px;
    right: 20px;
    z-index: 5;
  }
  #day h2 + p,#schedule h2 + p {
    width: 90%;
    margin: 0px auto;
    padding: 40px 5% 20px;
    text-align: center;
    letter-spacing: 1px;
  }
  #day > div > p,#schedule > div > p {
    padding-top: 40px;
    background-image: url(images/page/tree2.png);
    background-repeat: no-repeat;
    background-position: bottom 0% right 2%;
    background-size: 56px;
    background-color: #fff;
  }
#schedule > div > p {
    padding-top: 20px;
	padding-bottom: 20px;
    background-image: url(images/page/tree2.png);
    background-repeat: no-repeat;
    background-position: bottom 0% right 2%;
    background-size: 56px;
    background-color: #fff;
  }
  #day #nagare_box,#schedule #flow {
    width: 95%;
  }
#schedule #flow {
    padding: 0em;
  }
  #nagare_box #nagare_left .nagare_cont h3 {
    letter-spacing: 0;
  }
  #nagare_box #nagare_left {
    margin-bottom: 30px;
  }
  #nagare_box #nagare_left .time {
    width: 95px;
    margin-right: 0px;
    text-align: center;
  }
  #nagare_box #nagare_left .time p {
    width: 100%;
    text-align: center;
  }
  #nagare_box #nagare_left .nagare_cont {
    flex: 1;
    letter-spacing: 0;
  }
  #nagare_box #nagare_right {
    width: 90%;
    margin: 0px auto;
  }
  #nagare_box #nagare_right figure {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    aspect-ratio: 32/25;
  }
  #event h2 + p, #access h2 + p, #kubun h2 + p, #gaiyou h2 + p, #entry h2 + p{
    width: 90%;
    margin: 0px auto;
    text-align: center;
  }
  #event .tree_sp {
    position: absolute;
    top: 200px;
    left: 20px;
  }
  .gyouji_cont {
    width: 90%;
    margin: 30px auto;
  }
  .gyouji_cont .wp-block-column {
    position: static;
    width: 100%;
    height: auto;
    margin: 0px 10px;
  }
  .gyouji_cont > div p {
    width: 82%;
    margin: 0px auto;
    line-height: 2em;
    letter-spacing: 0px;
  }
  .gyouji_cont > div figure {
    width: 90%;
    margin: 10px auto 0 auto;
    position: static;
  }
  .tree2_left {
    background-image: url(images/page/tree2.png);
    background-repeat: no-repeat;
    background-position: top 0px left 10%;
    background-size: 56px;
  }
  .tree2_right {
    background-image: url(images/page/tree2.png);
    background-repeat: no-repeat;
    background-position: bottom 0px right 1%;
    background-size: 56px;
  }
  .tree_left {
    background-image: url(images/page/tree.png);
    background-repeat: no-repeat;
    background-position: bottom 0% left 1%;
    background-size: 25px;
  }
  .tree_right {
    background-image: url(images/page/tree.png);
    background-repeat: no-repeat;
    background-position: top 0px right 10%;
    background-size: 25px;
  }
  .bacebox_01 {
    padding: 3em 1em 1em 1em;
    background-image: url(images/page/tree2.png);
    background-repeat: no-repeat;
    background-position: top 50px left 2%;
    background-size: 56px;
  }
  /***********************************************************************************************

　　　　預かりと課外:sp

************************************************************************************************/
  .style01 {
    width: 98%;
  }
  .kagai_cont {
    border-bottom: 2px solid #ffee77;
    width: 100%;
    padding: 1em 1.5em;
  }
/***********************************************************************************************

　　　　入園前教室:sp

************************************************************************************************/
.sien_menu {
}
.sien_menu img {
  padding: 0 0em !important;
}
.sien_cont {
  padding:0 0 2em 0;
}
.sien_cont p {
  padding:0 1em;
}
.sien_cont_title {
  padding: 1em;
  font-size: 1.2em;
  line-height: 1.8em;
}
.sien_cont > .wp-block-group__inner-container > .wp-block-columns,#gaiyou > .wp-block-group__inner-container > .wp-block-columns{
 width: 98%;
  margin: 1em auto;
}
/***********************************************************************************************

　　　　求人案内

************************************************************************************************/
#himitsu .wp-block-columns {
  width:98%;
}
#q_a .wp-block-details {
  width: 96%;
}	
/***********************************************************************************************

　　　　安全であんしん:sp

************************************************************************************************/
#point {
  width: 94% !important;
  margin: 0 auto;
}
#point > div {
  padding: 1em 1em 1.5em 1em;
}
#point2 {
  width: 94% !important;
  margin: 0 auto;
  padding: 1em 1em 1.5em 1em;
}
/***********************************************************************************************

　　　　フォーム

************************************************************************************************/
#nf-form-2-cont{
  width: 96%;
  margin: 0 auto;	
}
#nf-form-3-cont{
  width: 96%;
  margin: 0 auto;	
}
  /***********************************************************************************************

　　　　投稿ページデフォルト:sp

************************************************************************************************/
  body.post-template-default header#pagehead {
    osition: absolute;
    top: 0px;
    height: 146px;
    background-image: url(images/sp/header/page/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  body.post-template-default header#pagehead #page_home {
    top: 0px;
    width: 75%;
  }
  .page_single {
    margin: 5em auto 0 auto;
  }
  .page_deforuto #single_cont {
    width: 96%;
    margin: 0 auto;
  }
  #single_cont h1 {
    margin: 1em auto;
    color: #00a844;
    font-size: 1.9em;
    line-height: 1.4em;
    font-weight: 800;
  }
  #single_cont h2 {
    background: url(images/page/title_bg.png) no-repeat;
    background-size: auto;
    background-size: 300px 42px;
    width: 300px;
    height: 40px;
    margin: 0em auto 1.5em auto;
    color: #4f2920;
    font-size: 18px;
    padding: 6px 0px 0px 0px;
  }
  #single_cont p {
    text-align: left;
    padding: 0 1em;
  }
.cont_category {
	width: 96%;
}
}
/***********************************************************************************************

　　　　レスポンシブ用

************************************************************************************************/
@media screen and (max-width:1250px) {
  a#header_menu {
    position: fixed;
    right: 30px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ff9db9;
    border-radius: 19px;
    color: #fff;
  }
  a#header_menu img {
    margin-top: 15px;
  }
  #footer {
    display: block;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 120px;
    margin-top: -70px;
    background: url(images/sp/footer_bg.png) repeat-x;
    background-size: 1250px;
  }
  body.page-template-default #footer {
    background: url(images/sp/footer_bg.png) repeat-x;
    background-size: 1250px;
	padding-bottom: 1em;
  }
  #footer > .menu-footermenu-container:nth-child(1) {
    display: none;
  }
  #footer > .menu-footermenu-container:nth-child(2) {
    display: block;
  }
  #footer > .menu-footermenu-container > ul {
    margin-bottom: 0px;
  }
  #footer > .menu-footermenu-container > ul > li {
    width: 40%;
    margin: 0px 2% 20px;
  }
  #footer > .menu-footermenu-container > ul > li:nth-child(odd) {
    padding-left: 7vw;
    box-sizing: border-box;
  }
  #footer > .menu-footermenu-container > ul > li > a {
    margin-bottom: 0px;
  }
  #footer > .menu-footermenu-container > ul > li > ul.sub-menu {
    margin-top: 0px;
  }
  #footer > .menu-footermenu-container > ul > li.menu-item-70 {
    position: static;
  }
  #footer > .menu-footermenu-container > ul > li.menu-item-70 a {
    display: block;
  }
  /***********************************************************************************************

    　　　　menu:sp

    ************************************************************************************************/
  #mainmenu {
    display: none;
  }
  #sp_menu {
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 780px;
    padding: 0px;
    text-align: center;
    background: #ffecf7;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #sp_menu_inner{
    height: 780px;
  }
  header#pagehead #sp_menu .menu-mainmenu-container {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  #sp_cont {
    width: 375px;
    margin: 0px auto;
  }
  #sp_menu .menu {
    display: flex;
    flex-wrap: wrap;
    width: 345px;
    margin: 0px auto;
  }
  #sp_menu .menu > li{
    width: 158px;
    margin: 0px 7px 15px;
    padding: 10px 0px 15px;
    background: #fff;
  }
  #menu_inner > li{
    width: 158px;
    margin: 0px 7px 13px;
    padding: 5px 0px 5px;
    background: #fff;
  }
  #sp_menu .menu > li > ul.sub-menu {
    font-size: 0.9em;
    line-height: 1.8em;
  }
  #sp_menu .menu > li > ul.sub-menu:before {
    content: "▼";
    color: #ff9db9;
  }
  #sp_menu .blog_menu {
    width: 158px;
    background: #fff;
    margin: 0px 15px 7px 15px;
    padding: 10px 0px;
    position: absolute;
    bottom: 147px;
    right: 15px;
  }
  #sp_menu .blog_menu a {
    color: #000;
  }
  header#pagehead #sp_menu a.logo {
    position: relative;
    left: 20px;
    top: 0px;
  }
  header#pagehead #sp_menu a#header_home {
    display: flex;
    position: absolute;
    right: 110px;
    top: 20px;
    width: 50px;
    height: 50px;
    font-size: 0.6em;
    border-radius: 20px;
  }
  header#pagehead #sp_menu a#close {
    position: absolute;
    right: 50px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ff9db9;
    border-radius: 20px;
  }
  #sp_menu .tel_address {
    left: 6%;
    padding-bottom: 10px;
  }
  #sp_menu #sp_menu_contact {
    position: absolute;
    right: 7%;
  }
  #mainimage .tel_address, #mainimage #mainimage_contact, #pagehead_left .tel_address, #pagehead_left #mainimage_contact {
    display: none;
  }
  #guidance_recruite > .guidance_recruite_item {
    width: 85%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0px auto;
  }
  #guidance_recruite > .guidance_recruite_item:first-child {
    margin-bottom: 30px;
  }
  #guidance_recruite > .guidance_recruite_item h3 {
    position: static;
    width: 85%;
    padding-top: 5vw;
    margin-bottom: 5vw;
  }
  #guidance_recruite > .guidance_recruite_item .thumb {
    position: static;
    width: 85%;
    height: auto;
    aspect-ratio: 43/27;
    margin: 0px auto;
    overflow: hidden;
    border-radius: 20px;
  }
  #guidance_recruite > .guidance_recruite_item .more {
    position: absolute;
    top: unset;
    left: unset;
    bottom: -10px;
    right: 15px;
  }
  #map iframe {
    width: 85%;
    aspect-ratio: 66/48;
    height: auto;
  }
  #day #nagare_box {
    width: 90%;
  }
}
@media (min-width: 959px) and (max-width: 1250px) {
  #guidance_recruite {
    align-items: flex-start;
    width: 95%;
    height: auto;
    padding: 20px 0px 0px;
  }
  #guidance_recruite > .guidance_recruite_item {
    width: 45%;
  }
}
@media (min-width: 440px) and (max-width: 1250px) {
  #pc_menu {
    display: none;
  }
  header#pagehead {
    width: 100%;
  }
  a#header_home {
    display: none;
  }
  #header_menu {
    display: block !important;
  }
  body.page-template-default header#pagehead a.logo {
    left: 35px;
    top: 20px;
  }
  #footer > .menu-footermenu-container > ul > li:nth-child(odd) {
    padding-left: 0;
  }
  #footer > .menu-footermenu-container > ul > li {
    width: 20%;
  }
  #mainimage {
    width: 100%;
  }
  #pc_slide {
    width: 85%;
  }
  #pc_slide_inner {
    min-width: 100%;
  }
  #pc_slide_inner svg {
    margin-left: -50%;
  }
  .home header#pagehead a.logo {
    top: 10px;
  }
  #mainimage #catchcopy {
    top: 100px;
    z-index: 10;
  }
  body.page-template-default #mainimage {
    overflow: hidden;
    padding-left: 10%;
    box-sizing: border-box;
  }
}
@media screen and (max-width:830px) {
  #tokushoku {
    padding-bottom: 50px;
  }
  #tokushoku .pc_image {
    display: none !important;
  }
  #tokushoku .sp_image {
    display: block !important;
  }
  #tokushoku .tree_sp {
    position: absolute;
    top: 170px;
  }
  #tokushoku .flower_sp {
    position: absolute;
    top: 680px;
    left: 20px;
    z-index: 10;
  }
  #tokushoku h2 + p {
    width: 66%;
    margin: 0px auto;
    text-align: center;
  }
  #tokusyoku_cont {
    display: block;
    width: 85%;
    margin: 25px auto 0px;
  }
  #tokusyoku_cont > div {
    width: 100%;
  }
  #tokusyoku_cont .tokusyoku_photo {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
  #tokusyoku_cont .tokusyoku_photo > div > figure {
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
  #tokusyoku_cont .tokusyoku_photo > div > figure > img {
    border-radius: 15px;
  }
  #tokusyoku_cont > div > div > h3 {
    position: static;
    width: 100%;
  }
  #tokusyoku_cont > div:nth-child(2n) {
    margin-left: 0px;
  }
  #tokusyoku_cont > div:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:440px) {
  #pc_slide {
    display: none;
  }
  #sp_slide {
    display: block;
  }
  .home header#pagehead a.logo {
    top: 13px;
    right: 192px;
    left: unset;
  }
  body.page-template-default header#pagehead a.logo {
    top: 13px;
    right: 192px;
    left: unset;
  }
  #mainimage, body.page-template-default #mainimage {
    width: 100%;
    height: 455px;
    margin: 0px auto 0px;
    overflow-x: clip;
  }
  body.page-template-default #mainimage > svg.pc_image {
    display: none !important;
  }
  body.page-template-default #mainimage > svg#mainphoto_sp {
    display: block !important;
    border-radius: 0px 0px 0px 20px;
  }
  body.page-template-default #main h1 {
    text-align: left;
    padding-left: 10px;
  }
  #day #nagare_box {
    display: block;
    padding: 25px 10px 10px 10px;
  }
  #footer > .menu-footermenu-container > ul > li:nth-child(odd) {
    padding-left: 2vw;
    box-sizing: border-box;
  }
  #footer > .menu-footermenu-container > ul {
    letter-spacing: 1px;
  }
}