@charset "utf-8";
/*
	Last Update: 2025/8/19
	Auther: 大嶋
*/
/*===================================================================
	base layout
===================================================================*/
/*
* 【このコメントは編集時に必ず削除してください】--------------------------------------------------------------------------------
*
* paddingはデザインに合わせて変更する。
*
* ----------------------------------------------------------------------------------------------------------------------
*/
.wrapper2,
.wrapper2-t {
  padding-top: 40px;
}
.wrapper2,
.wrapper2-b {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .wrapper,
  .wrapper-t {
    padding-top: 60px;
  }
  .wrapper,
  .wrapper-b {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .wrapper,
  .wrapper-t {
    padding-top: 80px;
  }
  .wrapper,
  .wrapper-b {
    padding-bottom: 80px;
  }
}

/*
* 【このコメントは編集時に必ず削除してください】--------------------------------------------------------------------------------
*
* サイズはデザインに合わせて変更する。
* .center2、.center3が不要な場合は削除。
*
* ----------------------------------------------------------------------------------------------------------------------
*/
.center,
.center2,
.center3 {
  padding-left: 20px;
  padding-right: 20px;
}
.center {
  max-width: 1100px;
}
.center2 {
  max-width: 900px;
}
.center3 {
  max-width: 500px;
}

/*===================================================================
	color / font
===================================================================*/
/*
* 【このコメントは編集時に必ず削除してください】--------------------------------------------------------------------------------
*
* bg_white、c_white、c_red の3つは、base.cssに定義してあります。
* どうしても色を上書きしたいときだけ上記をここで再定義してください。
* base.css側を変更しないでください。
* 
* 下記gray系サンプルはAppleのカラー設定を適用しています。
* https://developer.apple.com/design/human-interface-guidelines/color
* 
* ----------------------------------------------------------------------------------------------------------------------
*/
.bg_white {
  background-color: #fff !important;
}
.bg_gray {
  background-color: #f7f8f9 !important;
}
.bg_gray-o {
  background-color: #acacac !important;
}

.bg_color1 {
  background-color: #9f0310 !important;
}
.bg_color2 {
  background-color: #ff6b65 !important;
}
.bg_color3 {
  background-color: #77a2f3 !important;
}
.bg_color4 {
  background-color: #ff6861 !important;
}
.bg_color1-o {
  background-color: #e9e9ff !important;
}
.bg_color2-o {
  background-color: #edfcff !important;
}
.bg_color3-o {
  background-color: #e5ecfd !important;
}
.bg_color4-o {
  background-color: #ffe4e2 !important;
}

.bg_image1 {
}
.bg_image2 {
}
.bg_image3 {
}

.c_gray {
  color: #c1c1c1 !important;
}
.c_color1 {
  color: #9f0310 !important;
}
.c_color2 {
  color: #ff6b65 !important;
}
.c_color3 {
  color: #4a4a4a !important;
}

.c_color4 {
  color: #0095ff !important;
}

.bd_color1 {
  border: 1px solid #9f0310 !important;
}
.bd_color2 {
  border: 1px solid #ff6b65 !important;
}
.en {
  font-family: "Oswald", sans-serif;
}
.en2 {
}

/*===================================================================
	common class
===================================================================*/
/*
* 【このコメントは編集時に必ず削除してください】--------------------------------------------------------------------------------
*
* デザインに合わせて変更してください。
* 下層ページでしか使わない場合は軽量化のためにもpage.cssに移動させてください。
* このCSSではLPを想定してlayout.cssに入れています。
*
* ----------------------------------------------------------------------------------------------------------------------
*/
.need:not(._no) {
  border: 1px solid #ff3a5f;
  background: #ff3a5f;
  color: #fff;
}
.need._no {
  border: 1px solid #ff3a5f;
  background-color: #fff;
  color: #ff3a5f;
}
.error {
  background: #ffe1df;
  color: #ff453a;
  border: 1px solid #ff453a;
}

.list_pager ul li > * {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.list_pager ul li > a {
  text-decoration: none;
  background: #fff;
  color: #707070;
}
.list_pager ul li > strong {
  color: #fff;
  font-weight: bold;
  background: #ae0442;
  border: 1px solid #ae0442;
}
body.pc .list_pager ul li > a:hover {
  background: #ae0442;
  color: #fff;
}

.tel_wrap {
  text-align: center;
}
.tel_wrap .tel_unit {
  font-weight: bold;
}
.tel_wrap .tel_unit .tel {
  display: inline-block;
  line-height: 100%;
}
.tel_wrap .tel_time {
  font-size: 0.9em;
}
@media (max-width: 575px) {
  .tel_wrap {
    margin-bottom: 10px;
  }
  .tel_wrap .tel_unit .tel {
    font-size: 2em;
  }
}
@media (min-width: 576px) {
  .tel_wrap .tel_unit .tel {
    font-size: 2.25em;
  }
}

.vertical_unit {
  margin-bottom: 30px;
  padding: 15px;
}
.vertical_unit .photo {
  text-align: center;
}
@media (max-width: 575px) {
  .vertical_unit .photo {
    margin-bottom: 10px;
  }
  .vertical_unit .text {
    padding: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .vertical_unit [class^="col-sm-"] .photo {
    margin-bottom: 10px;
  }
}

.holizontal_text {
  position: relative;
}
@media (max-width: 991px) {
  .holizontal_text {
    padding: 30px 20px 50px;
  }
}
@media (min-width: 992px) {
  .holizontal_text._left {
    padding: 0 40px 0 20px;
  }
  .holizontal_text._right {
    padding: 0 20px 0 40px;
  }
}

.hv_change_unit {
  margin-bottom: 30px;
  padding: 15px;
}
@media (max-width: 575px) {
  .hv_change_unit {
    display: flex;
    align-items: top;
  }
  .hv_change_unit > * {
    display: inline-block;
  }
  .hv_change_unit .photo {
    width: 40%;
  }
  .hv_change_unit .text {
    width: 60%;
    padding: 0 0 0 15px;
  }
}
@media (min-width: 576px) {
  .hv_change_unit .photo {
    margin-bottom: 20px;
  }
}

.tbl_1 {
  width: 100%;
}
.tbl_1 caption {
  padding: 0 0 10px;
}
.tbl_1 tr > * {
  border: 3px solid #fff;
}
.tbl_1 thead tr > * {
  font-weight: bold;
  text-align: center;
}
.tbl_1 thead tr > th {
  background: #00c7be;
  color: #fff;
}
.tbl_1 thead tr > td {
  background: #63e6e2;
  color: #fff;
}
.tbl_1 tbody tr > th {
  background: #edfcff;
  font-weight: bold;
}
.tbl_1 tbody tr:nth-child(2n) > td {
  background: #f5f5f5;
}
.tbl_1 tfoot tr > * {
  font-weight: bold;
}
.tbl_1 tfoot tr > th {
  background: #30b0c7;
  color: #fff;
}
.tbl_1 tfoot tr > td {
  background: #40c8e0;
  color: #fff;
}
@media (max-width: 575px) {
  .tbl_1:not(.tbl_sp) tr > * {
    padding: 10px;
  }
  .tbl_1.tbl_sp tr > * {
    padding: 10px 5px;
  }
}
@media (min-width: 576px) {
  .tbl_1 tr > * {
    padding: 15px;
  }
}

.tbl_form {
  width: 100%;
}
.tbl_form tr > th {
  background: #f2f2f7;
}
.tbl_form tr > th > div {
  position: relative;
  padding-right: 60px;
  line-height: 100%;
}
.tbl_form tr > th .need {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .tbl_form .birthday_wrap .row {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tbl_form,
  .tbl_form tbody,
  .tbl_form tr,
  .tbl_form tr > * {
    display: block;
  }
  .tbl_form tr > th {
    padding: 15px 10px;
  }
  .tbl_form tr > td {
    padding: 10px 0 30px;
  }
  .tbl_form .birthday_wrap .row {
    max-width: 300px;
  }
}
@media (min-width: 786px) {
  .tbl_form tr > * {
    vertical-align: top;
    border-bottom: 2px solid #ddd;
  }
  .tbl_form tr > th {
    padding: 30px 15px;
  }
  .tbl_form tr > td {
    padding: 20px 15px;
  }
}

.radio_wrap {
  position: relative;
  display: inline-block;
}
.radio_wrap + .radio_wrap {
  margin-left: 5px;
}
.radio_wrap input[type="radio"],
.radio_wrap input[type="checkbox"] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.radio_wrap span {
  display: inline-block;
  padding: 6px 10px 6px 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.radio_wrap input[type="radio"]:checked + span,
.radio_wrap input[type="checkbox"]:checked + span {
  background: #f2f2f7;
}

.check_wrap {
  position: relative;
  display: block;
}
.check_wrap + .check_wrap {
  margin-top: 5px;
}
.check_wrap input[type="radio"],
.check_wrap input[type="checkbox"] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.check_wrap span {
  display: inline-block;
  padding: 4px 10px 4px 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.check_wrap input[type="radio"]:checked + span,
.check_wrap input[type="checkbox"]:checked + span {
  background: #f2f2f7;
}

.form_dl {
  display: table;
  width: 100%;
}
.form_dl + .form_dl {
  margin-top: 10px;
}
.form_dl > * {
  display: table-cell;
  vertical-align: top;
}
.form_dl dt {
  font-weight: bold;
  width: 100px;
  padding: 8px 0 0;
}

.form_privacy_area {
  max-height: 150px;
  padding: 20px 15px;
  overflow-y: auto;
  font-size: 0.9em;
  border: 1px solid #ddd;
}
.form_privacy_title {
  font-size: 1.15em;
  margin-bottom: 5px;
}
.form_privacy {
  padding: 10px;
  text-align: center;
}

/*===================================================================
	button
===================================================================*/
/*
* 【このコメントは編集時に必ず削除してください】--------------------------------------------------------------------------------
*
* デザインに合わせて変更してください。
*
* ----------------------------------------------------------------------------------------------------------------------
*/
.button._contact {
  border-radius: 50px;
  width: 400px;
  max-width: 100%;
  font-weight: bold;
}
.button._check,
.button._send,
.button._back {
  border-radius: 5px;
  width: 250px;
  max-width: 100%;
  font-weight: bold;
  padding: 15px 0;
  border: none;
}
.button._zip {
  border-radius: 30px;
  padding: 11px 10px;
  border: none;
  font-size: 0.9em;
}
.button.red_class{
  color: #ffffff;
  text-decoration: none;
  width: 200px;
  padding: 5px 0;
  border-radius: 50px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .button._contact {
    padding: 15px;
    font-size: 1.2em;
  }
}
@media (min-width: 576px) {
  .button._contact {
    padding: 20px;
    font-size: 1.25em;
  }
}

.link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link_list .list_detail {
  width: 49%;
  margin-bottom: 30px;
}
.link_list .list_detail a {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10px;
  box-shadow: 1px 1px 5px #ccc;
  font-weight: 500;
  border-radius: 5px;
}
.link_list .list_detail a {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10px;
  box-shadow: 1px 1px 5px #ccc;
  font-weight: 500;
}
@media (max-width: 575px) {
  .link_list {
    justify-content: center;
  }
  .link_list .list_detail {
    width: 90%;
    margin-bottom: 10px;
  }
}
/*===================================================================
	hl
===================================================================*/
/*
* 【このコメントは編集時に必ず削除してください】--------------------------------------------------------------------------------
*
* デザインに合わせて変更してください。
* 不要な見出しは削除してください。
*
* ----------------------------------------------------------------------------------------------------------------------
*/
.hl_center,
.hl_center2 {
  text-align: center;
}
.hl_center .main,
.hl_center .sub,
.hl_center2 .main,
.hl_center2 .sub {
  font-weight: bold;
}
@media (max-width: 575px) {
  .hl_center {
    margin-bottom: 30px;
  }
  .hl_center .main {
    font-size: 2em;
  }
  .hl_center2 {
    margin-bottom: 10px;
  }
  .hl_center2 .main {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hl_center {
    margin-bottom: 40px;
  }
  .hl_center .main {
    font-size: 2.25em;
  }
  .hl_center2 {
    margin-bottom: 15px;
  }
  .hl_center2 .main {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .hl_center {
    margin-bottom: 50px;
  }
  .hl_center .main {
    font-size: 2.5em;
  }
  .hl_center .main.en {
    font-size: 4em;
    letter-spacing: 3px;
  }
  .hl_center2 {
    margin-bottom: 20px;
  }
  .hl_center2 .main {
    font-size: 1.75em;
  }
}

.hl_border-l {
  text-align: left;
  border-left: 3px solid #9f0310;
}
.hl_border-b {
  text-align: left;
  border-bottom: 3px solid #ccc;
}
.hl_border-l > *,
.hl_border-b > * {
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.hl_border-l .main {
  font-weight: bold;
}
@media (max-width: 575px) {
  .hl_border-l {
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .hl_border-l .main {
    font-size: 1.25em;
  }
  .hl_border-b {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .hl_border-b .main {
    font-size: 1.25em;
  }
  .hl_border-l .sub + .main,
  .hl_border-b .sub + .main,
  .hl_border-l .main + .sub,
  .hl_border-b .main + .sub {
    display: block;
    padding: 5px 0;
  }
}
@media (min-width: 576px) {
  .hl_border-l {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .hl_border-l .main {
    font-size: 1.5em;
  }
  .hl_border-b {
    padding: 0 0 10px;
    margin-bottom: 20px;
  }
  .hl_border-b .main {
    font-size: 1.5em;
  }
  .hl_border-l .sub + .main,
  .hl_border-b .sub + .main,
  .hl_border-l .main + .sub,
  .hl_border-b .main + .sub {
    margin-left: 15px;
  }
}

.hl_radius {
  text-align: left;
  border-radius: 10px;
  padding: 15px 20px;
}
.hl_radius > * {
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.hl_radius .main {
  font-weight: bold;
}
.hl_radius .main + .sub {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .hl_radius {
    margin-bottom: 15px;
  }
  .hl_radius .main {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) {
  .hl_radius {
    margin-bottom: 20px;
  }
  .hl_radius .main {
    font-size: 1.5em;
  }
}

/*===================================================================
	layout
===================================================================*/ /*
* 【このコメントは編集時に必ず削除してください】--------------------------------------------------------------------------------
*
* デザインに合わせて変更してください。
* 不要な見出しは削除してください。
*
** z-index
** ヘッダー 2000
** メニュー 3000
** cookie 1000
** アクセシビリティ 4000
*
* ----------------------------------------------------------------------------------------------------------------------
*/
#head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  border-top: 8px solid #9f0310;
  box-shadow: 1px 3px 5px #8e8e8e42;
}
#head.fixed {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#head .head_wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#head .head_wrap > *,
#head .head_wrap #btn_open {
  display: inline-block;
}
#head .site_logo {
  display: flex;
  align-items: center;
}
#head .site_logo a {
  display: inline-block;
}
#head .site_logo p {
  font-size: 1.5rem;
  font-weight: normal;
  margin-left: 20px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #base {
    padding-top: 70px;
  }
  #head,
  #head .head_wrap {
    height: 60px;
  }
  #head .site_logo a {
    padding: 0 0 0 15px;
    width: 160px;
  }
  #menu_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #base {
    padding-top: 85px;
  }
  #head {
    height: 85px;
  }
  #head .site_logo a {
    padding: 15px 0 10px 15px;
    width: 250px;
  }
}
@media (min-width: 1200px) {
  #base {
    padding-top: 100px;
  }
  #head {
    height: 100px;
  }
  #head .site_logo a {
    padding: 15px 0 10px 15px;
  }
}

#head_navi ul {
  list-style: none;
}
#head_navi a {
  display: block;
}
#head .btn_wrap {
  display: flex;
  align-items: center;
}
#btn_open .nav_name {
  font-size: 0.7rem;
  font-weight: bold;
  color: #9f0310;
}
#head_tel {
  text-align: center;
}
#head_tel .head_tel_wrap {
  font-weight: bold;
  line-height: 130%;
}
#head_tel .head_tel_time {
  font-size: 0.85em;
}
.head_navi_wrap {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 3000;
  width: 100%;
  max-width: 400px;
  background: #fff;
  height: calc(100vh - 60px);
  overflow-y: auto;
  overscroll-behavior: none;
}

@media only screen and (min-width: 769px) {
  .head_navi_wrap {
    top: 95px;
    height: calc(100vh - 95px);
  }
}
#base:not(.open) .head_navi_wrap {
  display: none !important;
}
#head_navi ul li {
  border-bottom: 1px solid #ccc;
}
#head_navi a {
  padding: 15px 20px;
}
.color_change {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.color_change a {
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b1b1b1;
  border-radius: 50px;
  color: #888888;
  margin-right: 10px;
  background-color: #ffffff;
}
.color_change .primary.active {
  color: #ffffff;
  background-color: #9f0310;
  border: none;
}
.color_change .kindergarten.active {
  background-color: #ff6b65;
  color: #ffffff;
  border: none;
}
.color_change a.js-mode-locked {
  pointer-events: none;
}
#head.kindergarten {
  border-top: 8px solid #ff6b65;
}
#btn_open.kindergarten .nav_name {
  color: #ff6b65;
}
#btn_open.kindergarten a > span {
  background-color: #ff6b65;
}

#btn_open {
  width: 45px;
  line-height: 1px;
  z-index: 9999;
  margin-top: -7px;
  margin-right: 10px;
}
#btn_open a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
}
#btn_open a > span {
  position: absolute;
  right: 7px;
  height: 3px;
  background: #9f0310;
  transition: all 0.3s;
  transform-origin: right center;
}
#btn_open a > span.l1 {
  top: 8px;
  width: 30px;
}
#btn_open a > span.l2 {
  top: 16px;
  width: 30px;
}
#btn_open a > span.l3 {
  top: 24px;
  width: 30px;
}
#base.open #btn_open a > span.l1 {
  top: 3px;
  transform: rotate(-45deg);
  right: 10px;
}
#base.open #btn_open a > span.l2 {
  width: 0;
}
#base.open #btn_open a > span.l3 {
  top: 24px;
  transform: rotate(45deg);
  right: 10px;
}
@media (max-width: 991px) {
  #head .site_logo p {
    font-size: 1rem;
    margin-top: 0;
  }
  #btn_open {
    margin-top: -15px;
  }
}
@media (min-width: 576px) {
  .color_change.sp {
    display: none;
  }
}
@media (max-width: 575px) {
  .color_change.pc {
    display: none;
  }
  .color_change.sp a {
    width: 48%;
    margin-right: 0;
  }
  #head .site_logo p {
    font-size: 0.8rem;
    margin-left: 10px;
  }
}
#foot .foot_logo {
  margin-bottom: 10px;
}
#foot address a {
  text-decoration: underline;
}
#copyright {
  text-align: center;
  font-size: 0.9em;
  padding: 8px 0;
}
@media (max-width: 767px) {
  #foot address {
    margin-bottom: 10px;
  }
}

