/*
Theme Name: kobatonosato
*/
/****************************************
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 {}
/****************************************
Form
*****************************************/
.sanka_form {
  margin: 0 auto 1em auto;
  width: 690px;
}
.sanka_form input, textarea {
  padding: 0.8em;
  font-size: 16px;
}
.sanka_form td {
  padding: 0.8em;
  text-align: left;
}
.sanka_form tr {
  border-bottom: 1px dotted #c7b79d;
}
.sanka_form tr:last-child {
  border-bottom: dotted 0px #998675;
}
.wpcf7-submit {
  background: linear-gradient(45deg, #ffb6c1, #ffd700);
  color: #333;
  padding: 12px 10px;
  border-radius: 100px;
  border: none;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  transition: 0.3s;
  width: 150px;
  text-align: center;
  margin: 1em auto 1em auto;
  display: block;
}
.wpcf7-list-item-label {
  white-space: pre-line;
}
.textarea_list .wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
}
/***********************************************************************************************

　　　　共通

************************************************************************************************/
.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;
}
p, table {
  font-family: "M PLUS Rounded 1c", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  transform: rotate(0.03deg);
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
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;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.mgt10 {
  margin-top: 1em !important;
}
.mgt15 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.mgt40 {
  margin-top: 4em !important;
}
.mgb40 {
  margin-bottom: 4em !important;
}
.mgb05 {
  margin-bottom: 1em !important;
}
.mgb20 {
  margin-bottom: 2em !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgb60 {
  margin-bottom: 60px !important;
}
.pdb30 {
  padding-bottom: 30px;
}
.fsize9 {
  font-size: 0.9em;
}
.fsize12 {
  font-size: 1.2em;
}
.fsize15 {
  font-size: 1.5em !important;
}
.fsize18 {
  font-size: 1.4em;
}
.webfont {
  transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.ls {
  letter-spacing: 0px !important;
}
img[src*=’.svg’] {
  width: 100%;
  height: auto;
}
/****************************************
function.phpで指定した文字色
*****************************************/
.has-color1-color {
  color: #41AB00;
}
.pink {
  color: #ff6666;
  font-size: 0.9em;
}
/***********************************************************************************************

　　　　全体

************************************************************************************************/
body {
  left: 0;
  font-size: 16px;
  line-height: 26px;
  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%;
  text-align: center;
  color: #534c4a;
  background-color: #fff;
}
header#pagehead {
  position: relative;
  width: 100%;
  margin: 0px auto;
  z-index: 10;
  text-align: left;
  letter-spacing: 1.5px;
}
.home header#pagehead .logo {
  position: absolute;
  width: 284px;
  height: 269px;
  background: url(images/header/logobg.png) no-repeat;
  background-size: 344px;
  text-align: center;
  color: #ed7490;
  padding: 0 42px 0 28px;
}
.home header#pagehead .logo h1 {
  position: relative;
  left: -20px;
  margin-top: 95px;
}
.home header#pagehead .logo h1 #h1_top {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
}
.home header#pagehead .logo h1 .name_h1 {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 30px;
}
.home header#pagehead .logo h1 #h1_bottom {
  padding: 2px 8px;
  background: #ed7490;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}
#header_right {
  position: fixed;
  z-index: 20;
  right: 0;
  top: 0;
}
#header_right > a {
  width: 82px;
  height: 82px;
  font-size: 11px;
  letter-spacing: 0px;
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: center;
}
#header_right a#header_menu {
  align-items: center;
  background-color: #fff;
}
#header_right a#header_contact {
  background: url(images/header/contact.png) no-repeat;
  background-color: #edabba;
  background-size: 60%;
  background-position: 50% 50%;
}
#header_right a#header_blog {
  background: url(images/header/blog.png) no-repeat;
  background-color: #f091a7;
  background-size: 50%;
  background-position: 50% 40%;
}
.home header#pagehead a.logo {
  top: 20px;
  left: 30px;
}
body.page-template-default header#pagehead a.logo {
  left: 10px;
}
#footer {
  width: 100%;
  background-color: #fff2f5;
  background-image: url(images/footer_bg_pc.png);
  background-repeat: no-repeat;
  background-position: 70% calc(100% - 40px);
  background-size: 730px;
}
#footer_top {
  display: flex;
  width: 1060px;
  margin: 0px auto;
  padding-top: 30px;
}
#footer_top .footer_button {
  width: 240px;
  margin-right: 30px;
}
#footer_top .footer_button > span {
  font-size: 0.7em;
}
#footer_top .footer_button > a {
  display: inline-flex;
  justify-content: center;
  width: 240px;
  padding: 7px 0px;
  background: #998675;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 1.4em;
}
#footer_tel > a > img {
  margin-right: 10px;
}
#footer_name_box {
  position: relative;
  width: 490px;
  font-size: 0.9em;
  color: #ed7490;
  text-align: left;
  font-weight: bold;
}
#footer_name_box > img {
  position: absolute;
  left: 0;
}
#footer_name_box > span#footer_name_text {
  position: absolute;
  top: 20px;
  left: 90px;
}
#footer_name_box > span#footer_address {
  position: absolute;
  top: 50px;
  left: 90px;
}
span#footer_name {
  font-size: 1.1em;
}
#footer .menu-menu-container {
  margin: 50px 0px;
}
#footer ul.menu {
  display: flex;
  justify-content: center;
  text-align: left;
}
#footer ul.menu > li {
  margin: 0px 25px;
}
#footer ul.menu a {
  color: #534c4a;
}
#footer ul.menu > li > a {
  font-weight: bold;
}
#footer ul.menu > li > ul.sub-menu {
  font-size: 0.9em;
}
#footer ul.menu > li > ul.sub-menu > li {
  list-style-type: disc;
  list-style-position: inside;
}
.copy {
  padding: 10px 0px;
  font-size: 0.8em;
  text-align: center;
  background: #f091a7;
  color: #fff;
}
.privacy {
  text-align: right;
  display: block;
  padding-right: 3em;
  margin-top: -2em;
}
.privacy a {
  color: #ffffff;
  text-decoration: underline;
}
.tel a {
  text-decoration: underline;
  color: #f7931e;
  font-weight: bold;
}
/***********************************************************************************************

　　　　menu

************************************************************************************************/
#pc_menu {
  position: relative;
  z-index: 10;
  margin-bottom: 70px;
}
#pc_menu ul.sub-menu {
  display: none;
}
#pc_menu ul.menu {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  background: #ffe0e7;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#pc_menu ul.menu > li {
  display: inline-block;
  width: 199px;
  height: 90px;
  border-right: 1px solid #fff;
  font-size: 16px;
}
#pc_menu ul.menu > li:first-child {
  border-left: 1px solid #fff;
}
#pc_menu ul.menu > li a {
  display: inline-flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding-bottom: 10px;
  color: #ed7490;
  font-weight: bold;
}
#pc_menu ul.menu > li.menu-item-50 {
  background: url(images/menu/annai.png) no-repeat;
  background-size: 60px;
  background-position: 50% 20%;
}
body.page-id-10 #pc_menu ul.menu > li.menu-item-50 {
  background-image: url(images/menu/hover/annai.png);
  background-color: #f091a7;
}
body.page-id-10 #pc_menu ul.menu > li.menu-item-50 a {
  color: #fff;
}
#pc_menu ul.menu > li.menu-item-55 {
  background: url(images/menu/azukari.png) no-repeat;
  background-size: 43px;
  background-position: 50% 20%;
}
body.page-id-13 #pc_menu ul.menu > li.menu-item-55 {
  background-image: url(images/menu/hover/azukari.png);
  background-color: #f091a7;
}
body.page-id-13 #pc_menu ul.menu > li.menu-item-55 a {
  color: #fff;
}
#pc_menu ul.menu > li.menu-item-54 {
  background: url(images/menu/shien.png) no-repeat;
  background-size: 45px;
  background-position: 50% 20%;
}
body.page-id-15 #pc_menu ul.menu > li.menu-item-54 {
  background-image: url(images/menu/hover/shien.png);
  background-color: #f091a7;
}
body.page-id-15 #pc_menu ul.menu > li.menu-item-54 a {
  color: #fff;
}
#pc_menu ul.menu > li.menu-item-53 {
  background: url(images/menu/nyuen.png) no-repeat;
  background-size: 71px;
  background-position: 50% 20%;
}
body.page-id-18 #pc_menu ul.menu > li.menu-item-53 {
  background-image: url(images/menu/hover/nyuen.png);
  background-color: #f091a7;
}
body.page-id-18 #pc_menu ul.menu > li.menu-item-53 a {
  color: #fff;
}
#pc_menu ul.menu > li.menu-item-52 {
  background: url(images/menu/kyujin.png) no-repeat;
  background-size: 41px;
  background-position: 50% 20%;
}
body.page-id-20 #pc_menu ul.menu > li.menu-item-52 {
  background-image: url(images/menu/hover/kyujin.png);
  background-color: #f091a7;
}
body.page-id-20 #pc_menu ul.menu > li.menu-item-52 a {
  color: #fff;
}
#pc_menu ul.menu > li.menu-item-51 {
  background: url(images/menu/kodomoen.png) no-repeat;
  background-size: 46px;
  background-position: 50% 20%;
}
body.page-id-22 #pc_menu ul.menu > li.menu-item-51 {
  background-image: url(images/menu/hover/kodomoen.png);
  background-color: #f091a7;
}
body.page-id-22 #pc_menu ul.menu > li.menu-item-51 a {
  color: #fff;
}
#sp_menu {
  display: none;
}
/***********************************************************************************************

    　　　　menu:sp

  ************************************************************************************************/
#mainmenu {
  display: none;
}
#sp_menu {
  z-index: 20;
  position: fixed;
  right: 0;
  width: 480px;
  height: 100%;
  max-height: 900px;
  padding: 10px 0px;
  text-align: center;
  background: #ffe0e7;
  overflow-y: scroll;
}
#sp_menu a#close {
  position: fixed;
  top: 0;
  right: 0;
}
#sp_menu a#sp_menu_top {
  display: inline-flex;
  margin: 0px auto;
  color: #ed7490;
  font-weight: bold;
}
#sp_menu a#sp_menu_top #sp_menu_top_right {
  position: relative;
  top: 20px;
  padding-left: 10px;
  text-align: left;
}
#sp_menu a#sp_menu_top #sp_menu_top_right #sp_menu_top_right_bottom {
  font-size: 1.5em;
}
#sp_menu a#sp_menu_top #sp_menu_top_right #sp_menu_top_right_top {
  font-size: 1.2em;
  line-height: 1em;
}
#sp_menu .menu-menu-container {
  margin-top: 30px;
}
#sp_menu .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 345px;
  margin: 0px auto;
}
#sp_menu .menu > li {
  width: 158px;
  margin: 0px 7px 15px;
  padding: 10px 0px 0px 0px;
  background: #fff;
}
#sp_menu ul.menu li.menu-item-53 {
  margin-top: -120px;
}
#sp_menu ul.menu li.menu-item-51 {
  margin-top: -80px;
}
#sp_menu .menu > li a {
  color: #ed7490;
}
#sp_menu .menu > li > a {
  display: block;
  padding-top: 40px;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #ffe0e7;
  background-repeat: no-repeat;
  background-position-x: center;
}
#sp_menu .menu > li > ul.sub-menu {
  line-height: 2.5em;
  letter-spacing: 0;
}
#sp_menu .menu > li > ul.sub-menu > li {
  border-bottom: 2px dotted #ffe0e7;
}
#sp_menu .menu > li > ul.sub-menu > li:last-child {
  border: none;
}
#sp_menu ul.menu li.menu-item-50 > a {
  background-image: url(images/menu/annai.png);
  background-size: 60px;
}
#sp_menu ul.menu li.menu-item-55 > a {
  background-image: url(images/menu/azukari.png);
  background-size: 43px;
}
#sp_menu ul.menu li.menu-item-54 > a {
  background-image: url(images/menu/shien.png);
  background-size: 39px;
}
#sp_menu ul.menu li.menu-item-53 > a {
  background-image: url(images/menu/nyuen.png);
  background-size: 60px;
}
#sp_menu ul.menu li.menu-item-52 > a {
  background-image: url(images/menu/kyujin.png);
  background-size: 35px;
}
#sp_menu ul.menu li.menu-item-51 > a {
  background-image: url(images/menu/kodomoen.png);
  background-size: 46px;
}
#sp_menu #sp_menu_bottom {
  display: inline-block;
  width: 158px;
  position: relative;
  bottom: 180px;
  left: 90px;
}
#sp_menu #sp_menu_bottom #sp_menu_tel, #sp_menu #sp_menu_bottom #sp_menu_contact {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  padding: 2px 0px;
  background: #998675;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 1em;
}
#sp_menu #sp_menu_bottom #sp_menu_blog {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  padding: 2px 0px;
  background: #f091a7;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 1em;
}
#sp_menu #sp_menu_bottom #sp_menu_tel, #sp_menu #sp_menu_bottom #sp_menu_blog {
  margin-bottom: 15px;
}
#sp_menu #sp_menu_bottom #sp_menu_tel img {
  margin-right: 5px;
}
header#pagehead #sp_menu a#close {
  position: fixed;
  right: 50px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ff9db9;
  border-radius: 20px;
}
/***********************************************************************************************

　　　　TOPページ

************************************************************************************************/
#topmain > article {
  padding-bottom: 10px;
  background-image: url(images/page/bg_left.png), url(images/page/bg_right.png);
  background-size: 190px, 190px;
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}
.has-text-align-left {
  text-align: left;
  font-size: 15px;
}
.main_button a.wp-block-button__link {
  width: 12em;
  padding: 4px 10px;
  background: #534c4a;
  color: #fff;
  border-radius: 15px;
}
body.home {
  margin: 0px auto;
}
#mainimage {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0px auto;
}
#mainimage img.attachment-post-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 700px;
}
#mainimage img#mainimage_bottom {
  position: absolute;
  bottom: 0px;
  right: 100px;
  z-index: 10;
}
main#topmain {
  position: relative;
  padding-bottom: 3em;
}
main#topmain p {
  line-height: 28px;
}
main#topmain p.lead, body.page-template-default main p.lead {
  margin-bottom: 20px;
  color: #a3b800;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 2px;
}
p.lead, .feature_cont .feature_num {
  font-family: "Zen Maru Gothic", 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#news {
  padding-bottom: 65px;
  /*background-image: url(images/top/bg1X.png);
  background-color: #fff;
  background-size: 100%;*/
}
#news h2 {
  display: inline-block;
  height: 40px;
  margin-bottom: 40px;
  padding: 0px 45px;
  color: #a3b800;
  font-size: 1.7em;
  font-weight: bold;
  background: url(images/top/news_bg1.png) no-repeat, url(images/top/news_bg2.png) no-repeat;
  background-position: 0% 5%, 100% 5%;
  background-size: 21px;
  text-align: center;
  letter-spacing: 2px;
}
body.page-template-default h1 {
  display: inline-block;
  height: 40px;
  padding: 0px 45px;
  color: #a3b800;
  font-size: 1.7em;
  background: url(images/top/news_bg1.png) no-repeat, url(images/top/news_bg2.png) no-repeat;
  background-position: 0% 5%, 100% 5%;
  background-size: 21px;
  text-align: center;
  letter-spacing: 2px;
}
#news_cont > ol {
  width: 620px;
  margin: 0px auto 2em auto;
  text-align: left;
}
#news_cont > ol > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #ffe0e7;
  font-family: "M PLUS Rounded 1c", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  transform: rotate(0.03deg);
}
#news_cont > ol > li a {
  color: #534c4a;
}
#news_cont > ol .date_box, #news_cont > ol .title_box {
  display: inline-block;
  width: 475px;
}
#news_cont > ol .date_box {
  vertical-align: top;
  width: 100px;
  margin-right: 35px;
}
#news a#news_all {
  padding: 4px 20px;
  background: #534c4a;
  color: #fff;
  border-radius: 15px;
}
#feature h2, #message h2, #kyouiku_tokusyoku h2, #hoiku_tokusyoku h2, body.page-template-default h2 {
  width: 320px;
  height: 25px;
  margin-bottom: 25px;
  background: #f091a7;
  color: #fff;
  font-size: 1.2em;
  padding: 3px 0px;
  letter-spacing: 2px;
}
#feature {
  padding-top: 30px;
  /*background-image: url(images/top/bg2X.png);
  background-color: #ffeff3;
  background-size: 100%;*/
  background-image: url(images/bg_pink_op.png);
}
#feature_box {
  justify-content: space-between;
  width: 900px;
  margin: 90px auto 0px;
  padding-bottom: 20px;
}
.feature_cont .feature_num {
  position: absolute;
  top: -50px;
  width: 88px;
  height: 90px;
  padding-top: 20px;
  background: url(images/top/feature_num_bg.png) no-repeat;
  background-size: 88px;
  color: #ed7490;
  font-weight: bold;
  font-size: 1.4em;
}
.feature_cont {
  position: relative;
  width: 280px;
  height: 230px;
  background: #fff;
  border-radius: 85px;
}
.feature_cont .feature_text {
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 2em;
}
#message {
  /*background-image: url(images/top/bg3X.png);
  background-size: 180px;
  background-position: 100% 0px;
  background-repeat: no-repeat;*/
}
#message h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 50px;
  letter-spacing: 2px;
}
#message_box > figure, #message_box > div {
  width: 50%;
  height: 720px;
}
#message_box > figure > img {
  object-fit: cover;
  height: 720px;
  width: 100%;
}
#message_box > div {
  padding-top: 110px;
  padding-left: 35px;
  padding-right: 60px;
  box-sizing: border-box;
}
#message_box > div > div {
  position: relative;
}
#message_face {
  position: absolute;
  left: 320px;
  align-items: end;
}
#message_face > p {
  margin-bottom: 20px;
  margin-right: 20px;
}
#message_face > figure {
  width: 150px;
}
#tokusyoku_wrap {
  /* background-color: #f1e6da;*/
  background-image: url(images/bg_ivory_op.png);
}
#kyouiku_tokusyoku, #hoiku_tokusyoku {
  padding-top: 50px;
}
#hoiku_tokusyoku {
  padding-bottom: 50px;
}
#kyouiku_tokusyoku_box, #hoiku_tokusyoku_box {
  width: 965px;
  margin: 0px auto 30px;
  justify-content: space-between;
}
.kyouiku_tokusyoku_cont figure {
  padding-top: 50px;
}
.kyouiku_tokusyoku_cont figure img {
  width: 260px;
  height: 280px;
  border: 2px solid #fff;
  object-fit: cover;
}
.kyouiku_tokusyoku_cont > div {
  position: relative;
}
.kyouiku_tokusyoku_cont .h3_box {
  position: absolute;
  left: -60px;
  width: 158px;
  height: 161px;
  color: #fff;
  background: url(images/top/kyouiku_tokusyoku_h3bg1.png) no-repeat;
  background-size: 161px;
}
#kyouiku_tokusyoku_box .kyouiku_tokusyoku_cont:nth-child(2) .h3_box {
  background: url(images/top/kyouiku_tokusyoku_h3bg2.png) no-repeat;
  background-size: 168px;
}
#kyouiku_tokusyoku_box .kyouiku_tokusyoku_cont:nth-child(3) .h3_box {
  background: url(images/top/kyouiku_tokusyoku_h3bg3.png) no-repeat;
  background-size: 168px;
}
.kyouiku_tokusyoku_cont .h3_box h3 {
  padding-top: 40px;
  font-size: 1.3em;
  font-weight: 500;
}
.kyouiku_tokusyoku_cont .h3_box h3:first-letter {
  font-size: 1.6em;
}
.kyouiku_tokusyoku_cont .h3_box p {
  font-size: 0.7em;
  letter-spacing: 0em;
  line-height: 1.8em !important;
}
.kyouiku_tokusyoku_cont .h3_box p:before {
  content: "ー";
  position: relative;
  top: 6px;
  font-size: 2.5em;
}
#hoiku_tokusyoku h2 {
  margin-bottom: 50px;
}
.hoiku_tokusyoku_cont .hoiku_tokusyoku_pic img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}
.hoiku_tokusyoku_cont > div {
  position: relative;
}
.hoiku_tokusyoku_cont .h3_box {
  position: absolute;
  right: -35px;
  writing-mode: vertical-rl;
  text-align: left;
}
.hoiku_tokusyoku_cont .h3_box h3 {
  display: inline-block;
  padding: 5px;
  background: #fff;
  font-size: 1.4em;
}
.hoiku_tokusyoku_cont .h3_box p {
  position: relative;
  top: 20px;
  right: 5px;
  background: #fff;
  font-size: 0.7em;
  line-height: 1.7em;
  font-family: "Zen Maru Gothic", 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.hoiku_tokusyoku_cont .h3_box p:before {
  transform: scale(1, 2);
  transform-origin: top left;
  display: inline-block;
  content: "ー";
  position: relative;
  height: 32px;
  font-size: 1.5em;
}
.hoiku_tokusyoku_cont .hoiku_tokusyoku_num {
  position: absolute;
}
.hoiku_tokusyoku_num {
  left: -20px;
  top: -20px;
}
.hoiku_tokusyoku_num img {
  width: 55px;
}
#bottom_link_box {
  padding: 10px 0px;
  background: #c4d700;
}
#bottom_link {
  width: 800px;
  margin: 0px auto;
  justify-content: space-between;
}
#bottom_link .bottom_link_item {
  width: 360px;
  height: 100px;
  background: #534c4a;
  color: #fff;
  border-radius: 10px;
}
#bottom_link .bottom_link_item > figure img {
  width: 160px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}
#bottom_link .bottom_link_item > div {
  width: 200px;
}
#bottom_link_nyuen > div img {
  width: 70px;
}
#bottom_link_kyujin > div img {
  width: 50px;
}
#bottom_link a {
  width: 12em;
  padding: 4px 15px;
  background: #534c4a;
  color: #fff;
  border-radius: 15px;
}
#map {
  margin: 40px 0px;
  /*  background-image: url(images/top/bg4.png);
  background-size: 180px;
  background-position: 100% 0px;
  background-repeat: no-repeat;*/
}
#top_slide {
  position: relative;
}
.top_slide {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  width: 100%;
}
.top_slide img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
.current {
  opacity: 1;
}
/***********************************************************************************************

　　　　固定ページデフォルト

************************************************************************************************/ :is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 82px;
  background: #ed7490;
}
:is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box a#head_logo {
  display: inline-block;
  padding: 10px 0px 10px 80px;
  margin-top: 5px;
  color: #fff;
  background: url(images/footer_logo.png) no-repeat;
  background-size: 70px;
  text-align: left;
}
:is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box a#head_logo #head_logo_name {
  font-size: 2em;
  font-weight: bold;
}
:is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box a#head_logo #head_logo_top {
  padding-left: 5px;
  font-size: 0.8em;
}
:is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box a#head_logo #head_logo_nintei {
  color: #ed7490;
  background: #fff;
  font-weight: bold;
  font-size: 0.6em;
  padding: 2px 5px;
  border-radius: 10px;
}
:is(body.page-template-default, body.post-template-default, body.error404, body.archive) #mainimage_wrap {
  margin-top: 82px;
}
:is(body.page-template-default, body.post-template-default, body.error404, body.archive) #mainimage {
  height: 650px;
}
:is(body.page-template-default, body.post-template-default, body.error404, body.archive) #mainimage img {
  height: 650px;
}
:is(body.page-template-default, body.post-template-default, body.error404) main > article {
  padding-bottom: 4em;
  background-image: url(images/page/bg_left.png), url(images/page/bg_right.png);
  background-size: 190px, 190px;
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}
body.category main {
  padding-bottom: 4em;
  background-image: url(images/page/bg_left.png), url(images/page/bg_right.png);
  background-size: 190px, 190px;
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}
.h3_style01 {
  color: #736357;
  font-size: 1.2em;
  padding: 0.4em 0.5em;
  border: 1.8px solid #736357;
  border-radius: 1.2em;
  text-align: center;
  width: 520px;
  margin: 0 auto;
  background-color: #ffffff;
}
.h3_style02 {
  color: #f7931e;
  font-size: 1.1em;
  padding: 0.4em 0.5em;
  background-color: #ffe698;
  margin: 0 0 0.8em 0em;
  text-align: center;
}
.h3_style03 {
  color: #f7931e;
  font-size: 1.1em;
  padding: 0.4em 0.5em;
  background-color: #ffe698;
  margin: 0 auto 0.8em auto;
  text-align: center;
  width: 700px;
}
.basic {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  margin: 1.5em auto;
  width: 600px;
}
.basic th {
  text-align: center;
  background-color: #736357;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 1em 1.5em;
}
.basic td {
  border: 1px solid #ffffff;
  background-color: #ede0d1;
  padding: 1em 1.5em;
  text-align: left;
}
.basic2 {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  margin: 1.5em auto;
  width: 800px;
}
.basic2 th {
  text-align: center;
  background-color: #736357;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 1em 1.5em;
  width: 14%;
}
.basic2 td {
  border: 1px solid #ffffff;
  background-color: #ede0d1;
  padding: 1em 1.5em;
  text-align: left;
}
.table_green {
  border-collapse: collapse;
  margin: 1.5em auto;
  width: 600px;
}
.table_green th {
  width: 50px;
  text-align: center;
  background-color: #7fbe26;
  color: #ffffff;
  border-top: 1px solid #7fbe26;
  border-left: 1px solid #7fbe26;
  border-right: 1px solid #7fbe26;
  border-bottom: 1px solid #ffffff;
  padding: 1em 1.5em;
}
.table_green tr:last-child th {
  border-bottom: 1px solid #7fbe26;
}
.table_green td {
  border: 1px solid #7fbe26;
  padding: 1em 1.5em;
  background-color: #ffffff;
}
.table_noframe {
  width: 860px;
  margin: 1em auto;
  color: #4a3f35;
}
.table_noframe tr {
  border-bottom: 2px dotted #c9a978;
}
.table_noframe tr:last-child {
  border-bottom: none;
}
.table_noframe td {
  vertical-align: top;
  padding: 20px;
}
.table_noframe th {
  width: 280px;
  font-weight: normal;
}
.table_noframe th p {
  background: #fff3cf;
  border: 2px solid #9a845f;
  text-align: center;
  padding: 0.3em 0;
}
.table_noframe02 {
  margin: 0em auto 1em auto;
  color: #4a3f35;
  width: 700px;
}
.table_noframe02 tr {
  border-bottom: 2px dotted #c9a978;
}
.table_noframe02 tr:last-child {
  border-bottom: none;
}
.table_noframe02 td {
  vertical-align: top;
  padding: 20px;
}
.table_noframe02 th {
  width: 120px;
  color: #ed7490;
  font-weight: normal;
}
.bg_pink {
  padding-top: 30px;
  background-image: url(images/bg_pink_op.png);
}
.bg_brown {
  margin: 4em 0 2em 0;
  padding: 2em 0;
  background-image: url(images/bg_ivory_op.png);
}
.bg_brown2 {
  margin: 0em 0 2em 0;
  padding: 4em 0 2em 0;
  background-image: url(images/bg_ivory_op.png);
}
.bg_brown > .wp-block-group__inner-container > .cont_style1 {
  background-color: #ffffff;
  border-radius: 1em;
  padding: 3em 2em 1em 2em;
  width: 750px;
}
.box_brown {
  width: 640px;
  margin: 2em auto 0 auto;
  background-color: #ede0d1;
  padding: 1em 2em;
  position: relative;
}
.box_brown img {
  position: absolute;
  width: 240px;
  top: -1em;
  right: -1em;
}
.box_brown p {
  padding: 0.5em 0em;
}
.box_orange {
  width: 640px;
  margin: 0em auto 2em auto;
  background-color: #fbb03b;
  padding: 1em 0em;
}
@keyframes scale-blink {
  0%, 90% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}
.scale-blink {
  animation: scale-blink 2s infinite;
}
.btn_01 > .wp-block-button a {
  margin: 2em auto 3em auto;
  box-shadow: 5px 5px 5px #cccccc;
}
.tel_button > a {
  display: inline-flex;
  justify-content: center;
  width: 240px;
  padding: 7px 0px;
  background: #998675;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 1.4em;
}
.cont_style1 {
  width: 1000px;
  text-align: left;
  margin: 2em auto;
}
.cont_style_inner {
  position: relative;
}
.cont_style2 {
  width: 770px;
  text-align: left;
  margin: 2em auto;
}
.colum_white {
  width: 1000px;
  margin: 0 auto;
}
.colum_white .wp-block-column {
  background-color: #ffffff;
  border-radius: 1em;
  padding: 1em 2em 1.5em 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.colum_white .wp-block-column h3 {
  float: none;
  text-align-last: left;
  clear: none;
  font-size: 1.2em;
  margin: 1.5em 0em 1.5em 1em;
  padding: 0 0.2em 0.5em 0;
  border-bottom: 2px solid #bacc00;
  color: #ed7490;
}
.colum_white .wp-block-column h3 img {
  padding-top: 0.2em;
  float: left;
}
.colum_white .wp-block-column p {
  text-align: left;
}
.cont_style2 details {
  background-image: url(images/bg_ivory_op.png);
  padding: 1em 1.1em;
  margin-bottom: 1em;
}
.cont_style2 details summary {
  font-size: 1.1em;
  font-weight: bold;
  color: #ed7490;
  margin-bottom: 0.2em;
}
/***********************************************************************************************

　　　　教育のご案内

************************************************************************************************/
#box1 {
  margin-bottom: 2em;
}
#box1 > figure, #box1 > div {
  width: 50%;
  height: 690px;
}
#box1 > figure > img {
  object-fit: cover;
  height: 690px;
  width: 100%;
}
#box1 > div {
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 60px;
  box-sizing: border-box;
}
#box1 > div > div {
  position: relative;
}
.sugata {
  text-align: left;
  font-size: 1.1em;
  width: 70%;
}
.sugata h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
}
.sugata p {
  line-height: 1.4em;
  padding-bottom: 1em;
}
.sugata p.green {
  text-decoration: underline;
  text-decoration-color: #7fbe26;
  text-underline-offset: 0.5em;
}
.sugata p.blue {
  text-decoration: underline;
  text-decoration-color: #57c3ea;
  text-underline-offset: 0.5em;
}
.sugata p.pink {
  text-decoration: underline;
  text-decoration-color: #f091a7;
  text-underline-offset: 0.5em;
}
.on {
  position: absolute;
  top: 3em;
}
#chi {
  background: no-repeat url(images/page/bg_green.png);
  overflow: hidden;
  margin: 1em;
  padding: 2em 1.4em;
  border-radius: 0.5em;
}
#chi h3 {
  font-size: 1.8em;
  color: #7fbe26;
  margin: 0.7em 1em 1em 4.5em;
}
#tai {
  background: no-repeat url(images/page/bg_blue.png);
  overflow: hidden;
  margin: 1em;
  padding: 2em 1.4em;
  border-radius: 0.5em;
}
#tai h3 {
  font-size: 1.8em;
  color: #57c3ea;
  margin: 0.7em 1em 1em 4.5em;
}
#shin {
  background: no-repeat url(images/page/bg_pink.png);
  overflow: hidden;
  margin: 1em;
  padding: 2em 1.4em;
  border-radius: 0.5em;
}
#shin h3 {
  font-size: 1.8em;
  color: #f091a7;
  margin: 0.7em 1em 1em 4.5em;
}
#chi h3:first-letter, #tai h3:first-letter, #shin h3:first-letter {
  font-size: 1.9em;
}
#chi h4, #tai h4, #shin h4 {
  color: #9e8259;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
#chi p, #tai p, #shin p {
  margin-bottom: 0.5em;
}
.hoiku_tokusyoku2_cont .hoiku_tokusyoku2_pic img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}
.hoiku_tokusyoku2_cont > div {
  position: relative;
}
.hoiku_tokusyoku2_cont .h3_box {
  position: absolute;
  right: 10px;
  writing-mode: vertical-rl;
  text-align: left;
}
.hoiku_tokusyoku2_cont .h3_box h3 {
  display: inline-block;
  padding: 5px;
  background: #fff;
  font-size: 1.4em;
}
.hoiku_tokusyoku2_cont .h3_box p {
  position: relative;
  top: 20px;
  right: 5px;
  background: #fff;
  font-size: 0.7em;
  line-height: 1.7em;
  font-family: "Zen Maru Gothic", 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.hoiku_tokusyoku2_cont .h3_box p:before {
  transform: scale(1, 2);
  transform-origin: top left;
  display: inline-block;
  content: "ー";
  position: relative;
  height: 32px;
  font-size: 1.5em;
}
.hoiku_tokusyoku2_cont .hoiku_tokusyoku2_num {
  position: absolute;
}
.hoiku_tokusyoku2_num {
  left: -20px;
  top: -20px;
}
.hoiku_tokusyoku2_num img {
  width: 55px;
}
.hoiku h3 {
  color: #ed7490;
  font-size: 1.3em;
  margin: 1em 0 0.5em 0;
}
.year h3 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-weight: 300;
  border-bottom: 1px dashed #998675;
  padding-bottom: 0.3em;
}
.year p {
  padding-left: 1em;
  padding-bottom: 1em;
  font-size: 0.9em;
}
/***********************************************************************************************

　　　　求人案内

************************************************************************************************/
#message_rec {}
#message_rec h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 50px;
  letter-spacing: 2px;
}
#message_box_rec > figure, #message_box_rec > div {
  width: 50%;
  height: auto;
}
#message_box_rec > figure > img {
  object-fit: cover;
  height: 600px;
  width: 100%;
}
#message_box_rec > div {
  padding-top: 110px;
  padding-left: 35px;
  padding-right: 60px;
  box-sizing: border-box;
}
#message_box_rec > div > div {
  position: relative;
}
/***********************************************************************************************

　　　　子育て支援情報

************************************************************************************************/
/***********************************************************************************************

　　　　投稿ページデフォルト

************************************************************************************************/
body.post-template-default header#pagehead {
  position: absolute;
  top: 0px;
  padding-bottom: 160px;
  background-image: url(images/header/page/bg.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: cover;
}
body.post-template-default header#pagehead #page_home {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 474px;
}
.page_single {
  margin: 100px auto 0 auto;
}
.page_single .cont_style {
  width: 1000px;
  margin: 2em auto;
}
.page_single h1 {
  max-width: 600px;
  height: 30px;
  margin: 0 auto 0.5em auto;
  background: #f091a7;
  color: #fff;
  font-size: 1.3em;
  padding: 5px 10px 0 10px;
  letter-spacing: 1px;
}
.page_single .time {
  margin: 0 auto 2em auto;
	color: #a3b800;
}
.page_single p {
  margin-bottom: 1em;
}
#single_cont h2 {
  background: url(images/page/title_bg.png) no-repeat;
  background-size: auto;
  background-size: 408px 58px;
  width: 408px;
  height: 43px;
  margin: 0em auto 2em auto;
  color: #4f2920;
  font-size: 20px;
  padding: 15px 0px 0px 0px;
}
#singlepage-widget {
  margin: 3em auto 2em auto;
}
/***********************************************************************************************

　　　　カテゴリー・アーカイブデフォルト

************************************************************************************************/
body.category header#pagehead, body.archive header#pagehead {
  position: absolute;
  top: 0px;
  background-image: url(images/header/page/bg.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: cover;
}
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;
}
/*#cont_category {
  width: 818px;
  margin: 0 auto;
}
#cont_category h1 {
  margin: 1em auto;
  color: #00a844;
  font-size: 1.9em;
  line-height: 1.4em;
  font-weight: 800;
}
#cont_category h2 {
  background: url(images/page/title_bg.png) no-repeat;
  background-size: auto;
  background-size: 818px 58px;
  width: 818px;
  height: 43px;
  margin: 0em auto 1em auto;
  color: #4f2920;
  font-size: 20px;
  padding: 15px 0px 0px 0px;
}
#cont_category .wp-block-group {
  margin-bottom: 3em;
}
#cont_category .wp-block-group div {
  margin-bottom: 1.5em;
}
#cont_category .wp-block-group p {
  text-align: left;
}
#cont_category .wp-block-group .more_bt {
  padding: 0.3em 1.5em;
  background-color: #00a844;
  border-radius: 20px;
  color: #ffffff;
}*/
.category-name {
  display: inline-block;
  height: 40px;
  margin-bottom: 40px;
  padding: 0px 45px;
  color: #a3b800;
  font-size: 1.7em;
  font-weight: bold;
  background: url(images/top/news_bg1.png) no-repeat, url(images/top/news_bg2.png) no-repeat;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-size: auto, auto;
  background-position: 0% 5%, 100% 5%;
  background-size: 21px;
  text-align: center;
  letter-spacing: 2px;
}
body.archive article h1 > a {
  color: #fff;
}
.toukou {
  background: #fff;
  padding: 2em 2em 1em 2em;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  margin: 0 auto 2em auto;
  background-color: #ffffff;
  width: 760px;
}
.toukou h1 {
  font-size: 1.3em;
  margin-bottom: 8px;
  color: #ed7490;
  background: none;
  text-align: left;
  padding: 0 0 0.3em 0;
  border-bottom: 2px dotted #c9a978;
  max-width: 100%;
}
.toukou .time {
  padding-right: 1em;
  color: #a3b800;
  font-size: 0.9em;
}
.toukou p {
  text-align: left;
}
.toukou .read-more a {
  margin: 0em auto;
  padding: 4px 20px;
  background: #534c4a;
  color: #fff;
  border-radius: 15px;
  display: block;
  width: 100px;
  text-align: center;
  float: right;
}
.pagination {
  text-align: center;
  margin-top: 40px;
}
.page-numbers{
  display: inline-block;
  margin: 5px;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #c9a978;
  color: #534c4a;
  transition: 0.3s;
  background-color: #ffe698;
}
.pagination a {
background-color: #ffffff;
}
.pagination a.current {
  background: #f08a24;
  color: #fff;
  font-weight: bold;
}
.pagination a:hover {
  opacity: 0.8;
}
/***********************************************************************************************

　　　　404

************************************************************************************************/
.error404 article {
  margin-top: 200px;
}
/***********************************************************************************************

　　　　sp

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

　　　　全体:sp

************************************************************************************************/
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 15px;
    line-height: 24px;
    transform: none;
  }
  /*
  span , p , li{
    transform: rotate(0.03deg);
  }
  */
  .page_deforuto article {
    width: 100%;
  }
  .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 {
    position: relative;
    width: 100%;
  }
  #header_right > a {
    align-items: center;
    width: 80px;
    height: 50px;
    font-size: 12px;
  }
  #header_right > a.fl_r {
    float: right;
  }
  #header_right a#header_contact, #header_right a#header_blog {
    background-image: none;
  }
  #header_right a#header_menu {
    width: 50px;
    background: #fff;
  }
  #header_right a#header_menu img {
    width: 25px;
  }
  .home header#pagehead a.logo {
    top: 12px;
    left: 12px;
    width: 130px;
    height: 110px;
    background-size: 130px;
    padding: 0 0;
  }
  .home header#pagehead .logo h1 {
    left: -5px;
    margin-top: 38px;
    line-height: 1px;
  }
  .home header#pagehead .logo h1 #h1_top {
    font-size: 6px;
    letter-spacing: 0px;
  }
  .home header#pagehead .logo h1 .name_h1 {
    font-size: 14px;
    padding-right: 5px;
  }
  .home header#pagehead .logo h1 #h1_bottom {
    padding: 1px 3px;
    font-size: 5px;
    letter-spacing: 0;
    margin-right: 5px;
  }
  #footer {
    padding-top: 0px;
    margin-top: 0px;
    background-image: none;
  }
  #footer_top {
    flex-direction: column;
    width: 100%;
    margin: 0px auto;
  }
  #footer #footer_name {
    display: block;
    font-size: 1.7em;
    line-height: 1em;
    margin-left: -2px;
  }
  #footer_name_box {
    width: 370px;
    height: 125px;
    margin: 0px auto;
    text-align: center;
  }
  #footer_name_box > img {
    top: -20px;
    width: 100px;
  }
  #footer_name_box span#footer_name_text {
    top: 12px;
    left: 105px;
    text-align: left;
  }
  #footer_name_box > span#footer_address {
    left: 0;
    top: 80px;
    width: 100%;
    display: inline-block;
  }
  #footer_top .footer_button {
    margin: 0px auto 20px;
  }
  #footer .menu-menu-container {
    margin: 20px 0px;
  }
  #footer ul.menu {
    flex-wrap: wrap;
    width: 90%;
    margin: 0px auto;
  }
  #footer ul.menu > li {
    margin: 0px 10px 25px;
    width: calc(50% - 20px);
  }
  .copy {
    margin-top: 10px;
    font-size: 0.7em;
    line-height: 1.5em;
    text-align: left;
    padding-left: 1em;
  }
  .privacy {
    margin-top: -15px;
    font-size: 0.9em;
    padding-right: 1em;
  }
  .fsize9 {
    font-size: 0.8em;
  }
  .sanka_form {
    width: 98%;
	font-size: 16px;
  }
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    width: 95%;
    border: 0.5px solid #534c4a;
    padding: 1em 0.5em;
  }
  .sanka_form td {
    display: block;
    padding: 0.3em 0em 0.8em 0em;
  }
  .wpcf7 input[type="submit"] {
    width: 150px;
  }
  /***********************************************************************************************

　　　　共通: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;
  }
  .has-text-align-left {
    font-size: 1em;
  }
  h1 {
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.2em;
  }
  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%;
  }
  .sp_left {
    text-align: left !important;
  }
  .sp_center {
    text-align: center !important;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .bg_w {
    background-color: #ffffff;
  }
  .prl {
    padding: 0.5em 1em;
  }
  p, table {
    font-size: 0.9em;
  }
  /***********************************************************************************************

　　　　menu:sp

************************************************************************************************/
  #sp_menu {
    width: 100%;
  }
  #pc_menu ul.menu > li {
    border-bottom: 1px solid #fff;
  }
  #pc_menu ul.menu > li a {
    font-size: 0.9em;
  }
  #pc_menu ul.menu > li.menu-item-50 {
    background: url(images/menu/annai.png) no-repeat;
    background-size: 50px;
    background-position: 50% 20%;
  }
  #pc_menu ul.menu > li.menu-item-55 {
    background: url(images/menu/azukari.png) no-repeat;
    background-size: 33px;
    background-position: 50% 20%;
  }
  #pc_menu ul.menu > li.menu-item-54 {
    background: url(images/menu/shien.png) no-repeat;
    background-size: 35px;
    background-position: 50% 20%;
  }
  #pc_menu ul.menu > li.menu-item-53 {
    background: url(images/menu/nyuen.png) no-repeat;
    background-size: 61px;
    background-position: 50% 20%;
  }
  #pc_menu ul.menu > li.menu-item-52 {
    background: url(images/menu/kyujin.png) no-repeat;
    background-size: 31px;
    background-position: 50% 20%;
  }
  #pc_menu ul.menu > li.menu-item-51 {
    background: url(images/menu/kodomoen.png) no-repeat;
    background-size: 36px;
    background-position: 50% 20%;
  }
  /***********************************************************************************************

　　　　top:sp

************************************************************************************************/
  #topmain > article {
    padding-bottom: 10px;
    background-image: url(images/page/bg_left.png), url(images/page/bg_right.png);
    background-size: 95px, 95px;
    background-repeat: repeat-y, repeat-y;
    background-position: left top, right top;
  }
  body.home {
    margin: 0px auto;
  }
  #mainimage, body.home #mainimage, .top_slide img {
    width: 100%;
    height: 500px;
    margin: 0px auto 0px;
  }
  #mainimage img.attachment-post-thumbnail {
    height: 500px;
  }
  #mainimage img#mainimage_bottom {
    display: none;
  }
  main#topmain p.lead, :is(body.page-template-default, body.post-template-default, body.error404, body.archive) main p.lead {
    letter-spacing: 1px;
  }
  main#topmain {
    padding-bottom: 2em;
  }
  #news {
    /* background-image: url(images/top/bg1_sp.png);*/
  }
  #news_cont > ol .title_box {
    width: 100%;
  }
  #news_cont > ol {
    width: 80%;
  }
  #news_cont > ol .date_box {
    display: block;
  }
  #feature {
    /* background-image: url(images/top/bg2_sp.png);*/
  }
  #feature h2, #message h2, #kyouiku_tokusyoku h2, #hoiku_tokusyoku h2, :is(body.page-template-default, body.post-template-default, body.error404, body.archive) h2 {
    height: auto;
    margin-bottom: 10px;
    padding: 0.3em;
  }
  #feature > div > p {
    width: 92%;
    margin: 0px auto;
    font-size: 0.9em
  }
  #feature_box {
    flex-direction: column;
    width: 100%;
    margin-top: 70px;
  }
  #feature_box .feature_cont {
    margin-bottom: 70px;
  }
  #feature_box .feature_cont:last-child {
    margin-bottom: 20px;
  }
  .feature_text {
    font-size: 1em;
  }
  #message {
    background: none;
  }
  #message h2 {
    position: static;
    margin-top: 25px;
  }
  #message_box {
    flex-direction: column;
  }
  #message_box p {
    font-size: 0.9em;
    line-height: 1.7em !important;
  }
  #message_box > figure {
    width: 100%;
  }
  #message_box > figure {
    height: 460px;
  }
  #message_box > figure > img {
    height: 460px;
  }
  #message_box > div {
    width: 92%;
    height: auto;
    margin: 0px auto;
    padding: 0;
    padding-bottom: 200px;
  }
  #message_face {
    left: 50px;
    bottom: -170px;
  }
  #tokusyoku_wrap {
    /* background-image: url(images/top/bg3_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;*/
  }
  #kyouiku_tokusyoku_box, #hoiku_tokusyoku_box {
    flex-direction: column;
    width: 100%;
  }
  #kyouiku_tokusyoku_box .kyouiku_tokusyoku_cont {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  #hoiku_tokusyoku_box {
    margin-top: 50px;
  }
  #hoiku_tokusyoku_box .hoiku_tokusyoku_cont {
    margin-bottom: 30px;
  }
  #bottom_link {
    flex-direction: column;
    width: 100%;
  }
  #map iframe {
    width: 95%;
    height: 500px;
  }
  #map {
    margin-bottom: 2em;
  }
  /***********************************************************************************************

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

************************************************************************************************/ :is(body.page-template-default, body.post-template-default, body.error404, body.archive) #mainimage_wrap {
    margin-top: 50px;
  }
  :is(body.page-template-default, body.post-template-default, body.error404, body.archive) #mainimage {
    height: 325px;
  }
  :is(body.page-template-default, body.post-template-default, body.error404, body.archive) #mainimage img {
    height: 325px;
  }
  :is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box {
    height: 50px;
  }
  :is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box a#head_logo {
    padding: 5px 0px 10px 35px;
    background-size: 35px;
  }
  :is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box a#head_logo #head_logo_top {
    padding-left: 5px;
    font-size: 5px;
    line-height: 10px;
    letter-spacing: 0;
  }
  :is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box a#head_logo #head_logo_nintei {
    font-size: 5px;
    padding: 1px 2px;
    line-height: 10px;
    letter-spacing: 0;
  }
  :is(body.page-template-default, body.post-template-default, body.error404, body.archive) #pagehead_box a#head_logo #head_logo_name {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
  }
  :is(body.page-template-default, body.post-template-default, body.error404) main > article {
    background-image: url(images/page/bg_left2.png), url(images/page/bg_right2.png);
    background-size: 95px, 95px;
    background-repeat: repeat-y, repeat-y;
    background-position: left top, right top;
  }
  body.category main {
    background-image: url(images/page/bg_left2.png), url(images/page/bg_right2.png);
    background-size: 95px, 95px;
    background-repeat: repeat-y, repeat-y;
    background-position: left top, right top;
  }
  :is(body.page-template-default, body.post-template-default, body.error404, body.archive) main p.lead2 {
    padding-left: 1em;
    padding-right: 1em;
    background-color: #ffffff;
    text-align: left;
  }
  .h3_style01 {
    width: 90%;
    border-radius: 2em;
  }
  .h3_style02 {
    margin: 0.8em 0em;
  }
  .h3_style03 {
    width: 90%;
    padding: 0.3em 0.5em;
  }
  .basic {
    width: 96%;
  }
  .basic th {
    padding: 1em 0.5em;
  }
  .basic td {
    padding: 1em 0.5em;
  }
  .basic2 {
    width: 96%;
  }
  .table_green {
    width: 96%;
  }
  .table_green th {
    padding: 1em 0.5em;
  }
  .table_green td {
    padding: 1em 0.5em;
    text-align: left;
  }
  .table_noframe {
    width: 96%;
    margin: 1em auto;
  }
  .table_noframe tr {
    display: block;
    margin-top: 1em;
  }
  .table_noframe th {
    display: block;
    width: 100%;
  }
  .table_noframe td {
    display: block;
    background-color: #ffffff;
  }
  .table_noframe tr p {
    width: 100%;
  }
  .table_noframe02 {
    width: 96%;
    margin: 1em auto;
    background-color: #ffffff;
  }
  .table_noframe02 tr {
    display: block;
    margin-top: 1em;
    padding: 0 0.5em;
  }
  .table_noframe02 th {
    display: block;
    width: 100%;
  }
  .table_noframe02 td {
    vertical-align: top;
    padding: 0.5em;
  }
  .box_brown {
    width: 96%;
    margin: 2em auto 0em auto;
    padding: 2em 1.3em 1em 1.3em;
    position: relative;
  }
  .box_brown img {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .bg_brown {
    margin: 2em 0 1em 0;
  }
  .bg_brown > .wp-block-group__inner-container > .cont_style1 {
    background-color: #ffffff;
    border-radius: 1em;
    padding: 2em 1em 0.5em 1em;
    width: 96%;
  }
  .box_orange {
    width: 96%;
  }
  .year, .lead3 {
    padding: 0 2em;
  }
  .cont_style1, .cont_style2 {
    width: 96%;
  }
  .colum_white {
    width: 92%;
    margin: 0 auto 2em auto;
  }
  .colum_white .wp-block-column {
    padding: 0.5em 1em 1em 1em;
  }
  .colum_white .wp-block-column h3 {
    margin: 0.5em 0em 0.5em 0em;
  }
  .colum_white .wp-block-column {
    margin-bottom: 0em;
    margin-top: 0em;
  }
  .colum_white .wp-block-columns {
    margin-bottom: 0.5em;
  }
  /***********************************************************************************************

　　　　教育のご案内:sp

************************************************************************************************/
  #box1 {
    flex-direction: column;
  }
  #box1 {
    font-size: 0.9em;
    line-height: 1.7em !important;
  }
  #box1 > figure {
    width: 100%;
  }
  #box1 > figure {
    height: 460px;
  }
  #box1 > figure > img {
    height: 460px;
  }
  #box1 > div {
    width: 92%;
    height: auto;
    margin: 1em auto 0 auto;
    padding: 0;
    padding-bottom: 0px;
  }
  #box1 {
    margin-bottom: 0em;
  }
  .sugata {
    width: 100%;
    background-color: #ffffff;
    padding: 1em 1em 0 1em;
  }
  .sugata p {
    font-size: 1em;
  }
  #chi {
    background: repeat url(images/page/bg_green_tall.png);
    overflow: hidden;
    margin: 1em;
    padding: 1em 1em 2em 1em;
  }
  #tai {
    background: repeat url(images/page/bg_blue_tall.png);
    overflow: hidden;
    margin: 1em;
    padding: 1em 1em 2em 1em;
  }
  #shin {
    background: repeat url(images/page/bg_pink_tall.png);
    overflow: hidden;
    margin: 1em;
    padding: 1em 1em 2em 1em;
  }
  #chi h3, #tai h3, #shin h3 {
    font-size: 1.8em;
    margin: 0.7em 0em 1em 4.5em;
    line-height: 30px;
  }
  .hoiku_tokusyoku2_num {
    left: 0px;
    top: -20px;
  }
  .hoiku_tokusyoku2_cont .hoiku_tokusyoku2_pic img {
    margin-left: 2em;
  }
  .hoiku_tokusyoku2_cont .h3_box {
    right: 1em;
  }
  .hoiku {
    background-color: #ffffff;
    padding: 0 1em;
  }
  .hoiku h3 {
    margin: 0em 0 0.5em 0;
  }
  .hoiku p {
    margin-bottom: 1em;
  }
  /***********************************************************************************************

　　　　求人案内

************************************************************************************************/
  #message_rec {
    background: none;
  }
  #message_rec h2 {
    position: static;
    margin-top: 25px;
  }
  #message_box_rec {
    flex-direction: column;
  }
  #message_box_rec p.lead {
    font-size: 1.2em;
    letter-spacing: 2px;
  }
  #message_box_rec p {
    font-size: 0.9em;
    line-height: 1.7em !important;
  }
  #message_box_rec > figure {
    width: 100%;
  }
  #message_box_rec > figure {
    height: 460px;
  }
  #message_box_rec > figure > img {
    height: 460px;
  }
  #message_box_rec > div {
    width: 92%;
    height: auto;
    margin: 0px auto;
    padding: 0;
    padding-bottom: 1em;
  }
  /***********************************************************************************************

　　　　投稿ページデフォルト: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_single .cont_style {
  width: 96%;
  text-align: left;
}
  .page_single h1 {
    width: 94%;
    height: auto;
    padding: 5px 10px 5px 10px;
    font-size: 1.1em;
letter-spacing: 0px;
	  line-height: 1.4em;
  }
.page_single p {
  margin: 0 1em 1em 1em;
}
.bg_brown2 {
  padding: 2em 0 1em 0;
  background-image: url(images/bg_ivory_op.png);
}
.toukou {
width: 86%;
padding: 1em 1em 0.5em 1em;
}
.toukou .read-more a {
  float:  none;
margin: 1em auto 0 auto;
}
}
/***********************************************************************************************

　　　　レスポンシブ用

************************************************************************************************/
@media screen and (max-width:1200px) {
  #pc_menu {
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
  }
  #pc_menu ul.menu > li {
    width: 33%;
    border-bottom: 1px solid #fff;
  }
  #pc_menu ul.menu > li:first-child {
    border-left: none;
  }
  #pc_menu ul.menu > li:last-child, #pc_menu ul.menu > li:nth-child(3n) {
    border-right: none;
  }
}