@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-size: 100% !important;
}

body {
  background: #fff;
  color: #2d2d2d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

.inline_block {
  display: inline-block;
}

@media (max-width: 768px) {
  .wrap .column + .column {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .columns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .columns:last-child {
    margin-bottom: 0;
  }
}
.inline-block {
  display: inline-block;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

*,
::before,
::after {
  box-sizing: border-box;
}

.under #content a {
  text-decoration: underline;
}

.under #content .wrap.ulbox .ul02 a,
.under #content .wrap.btn_wrap a {
  text-decoration: none;
}

@media (min-width: 769px) {
  .under #content a[href^="tel:"] {
    text-decoration: none;
  }
}
.under #content .wrap.ulbox .ul02 a:hover {
  text-decoration: underline;
}

.nowrap_cell {
  white-space: nowrap;
}

ul.ul02 li {
  margin-top: 0 !important;
}

.under {
  letter-spacing: 0.05em;
  line-height: 2;
}

.hidden {
  display: none;
}

body:not(.page_edit) .page_hidden {
  display: none;
}

.carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 10vw;
  height: 10vw;
  max-width: 118px;
  max-height: 108px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}

.carousel .slick-arrow.slick-prev {
  background: url(/images/arrow_prev.png) no-repeat top center/contain;
  left: -40px;
}

.carousel .slick-arrow.slick-next {
  background: url(/images/arrow_next.png) no-repeat top center/contain;
  right: -40px;
}

.wf_lic {
  border-bottom: 1px dashed #d1d1d1;
}

.wf_blog_li_thumb {
  display: none !important;
}

#header p.hd_tel {
  font-size: 20px;
}

.under .slick-slide img {
  display: block;
  margin: 0 auto;
}

.carousel > div {
  max-width: 1000px;
}

.wrap iframe {
  display: block;
}

.t04_wrap table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.t04_wrap table th {
  background: #e9f5c4;
}

.t04_wrap table th,
.t04_wrap table td {
  width: 25%;
  border: 1px solid #ccc;
  padding: 8px;
}

.line_center {
  text-align: center;
}

.t01_wrap thead th {
  background: #60bfce;
  color: #fff;
}

a,
a:visited,
a:hover {
  color: #2d2d2d;
}

/**/
#content .inner,
#footer .inner,
#under_footer .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  box-sizing: border-box;
}

form .wrap > .inner {
  border: none;
}

.youtube_btn .img_anchor::after {
  top: -40px !important;
}

.youtube_btn .img_anchor::before {
  display: none !important;
}

a {
  transition: 200ms;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

/* header */
#header > .inner {
  padding: 10px 0;
}

#header .info {
  float: right;
  text-align: right;
  margin-top: 2em;
}

.header_tel a.mail img {
  width: 37%;
  max-width: 170px;
}

.header_tel img.tel {
  width: 55%;
  max-width: 271px;
}

/* nav */
#nav {
  width: 100%;
  float: none;
  padding: 10px 0 20px;
}

#nav #menu {
  margin: 0 auto;
}

#nav #menu > li {
  float: left;
  list-style: none;
  width: 16.6%;
  box-sizing: border-box;
  position: relative;
  border-right: 1px dashed #b29f64;
  padding: 5px;
}

#nav #menu > li img {
  max-height: 45px;
}

#nav li > a,
#nav li > span {
  color: #2d2d2d;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

#nav li a span {
  font-size: 14px;
  color: #2d2d2d;
  display: block;
}

#nav li a:hover {
  color: #1f92e2;
}

.submenu_ul {
  position: absolute;
  z-index: 1;
  left: 0%;
}

.submenu_ul > li {
  list-style: none;
  width: 230px;
  font-size: 13px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}

.submenu_ul > li a {
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  background: #60bfce;
}

.submenu_ul > li a:hover {
  color: #37919f !important;
  opacity: 1 !important;
}

/* content */
#content {
  margin-bottom: 0px;
  min-height: 500px;
}

.top #content {
  margin-bottom: 0;
}

#content .wrap p {
  margin-bottom: 1.2em;
}

th p,
td p {
  margin-bottom: 0 !important;
}

.wrap.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top .wrap > .inner {
  padding: 0;
}

/* main */
.carousel {
  width: 100%;
  overflow: hidden;
}

.carousel > div {
  margin: 0 auto;
}

.carousel .slick-list {
  overflow: visible;
}

.carousel .slick-slide {
  position: relative;
  outline: 0;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #f3f2ee;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #f1e7b3;
}

/* table */
.menu_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}

.menu_table th,
.menu_table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e8e9e3;
}

.menu_table th {
  text-align: left;
}

.menu_table td {
  text-align: right;
}

table.news {
  border-top: 1px solid #e8e9e3;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

table.news th,
table.news td {
  padding: 15px 10px 14px;
  border-bottom: 1px solid #e8e9e3;
}

table.news th {
  width: 20%;
  color: #b4c22e;
  padding: 15px 0 14px 20px;
}

table.info {
  border-top: 1px solid #e8e9e3;
}

table.info th,
table.info td {
  padding: 15px 5px 14px;
  border-bottom: 1px solid #e8e9e3;
  text-align: left;
}

table.info th {
  width: 20%;
}

/* item */
.item-list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}

.item-list li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.item-list li span.item-price {
  padding-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

.under .wrap {
  max-width: 100vw;
  overflow: hidden;
}

.type_basic_fl img {
  width: 30%;
  margin-right: 2%;
  float: left;
}

.type_basic_fr img {
  width: 30%;
  margin-left: 2%;
  float: right;
}

.img-half .type_basic_fl img {
  width: 48%;
  margin-right: 2%;
}

.img-half .type_basic_fr img {
  width: 48%;
  margin-left: 2%;
}

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .wrap img {
    width: 100%;
  }
}
.img_list1 img {
  margin: 0 0 2%;
}

.img_list3 li {
  width: 32%;
  margin: 0 0 2% 2%;
  float: left;
  display: block;
}

.img_list3 li:first-child {
  margin-left: 0;
}

/*-------------------
 Responsive 
-------------------*/
.sp {
  display: none !important;
}

.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1020px) {
  #content .inner,
  #footer .inner,
  #under_footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1000px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
.carousel .slick-arrow {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #header .info {
    position: absolute;
    top: 30px;
    right: 10px;
    margin-top: 0;
    width: 166px;
    max-width: 36%;
    padding-top: 0;
    float: right;
  }
  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 30.5%;
    float: left;
    max-width: 50px;
  }
  #header .info img {
    width: 100%;
    display: block;
    max-width: 39px;
  }
  #nav {
    background: none;
    border: none;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    max-width: 50px;
    width: 10%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li > a,
  #nav ul li > span.sp {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .submenu_ul > li {
    width: 100%;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #content {
    width: 100%;
  }
  /* top */
  .top .concept-block img,
  .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .top .concept-block h4,
  .top .concept-block p,
  .top .concept-block .anchor_wrap {
    padding-left: 0;
  }
  .top .shop-block .anchor_wrap,
  .top .concept-block .anchor_wrap {
    text-align: center;
  }
  .top .shop-block p.entry_p {
    width: 100%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  #nav ul {
    top: 88px;
  }
  #header h1 {
    margin-top: 1em;
  }
  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }
  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th,
  .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}
/***********BLOG************/
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}

.wf_blog_ul .wf_blog_li_thumb,
.wf_blog_ul .wf_blog_li_thumb:hover {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  min-width: 45px;
  max-width: 200px;
  min-height: 45px;
  max-height: 200px;
}

.wf_blog_ul li {
  display: block;
  padding: 0;
}

.wf_blog_ul li:after {
  content: "";
  clear: both;
  display: block;
}

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px !important;
  padding: 16px;
  box-sizing: border-box;
  max-width: 100%;
}

.wf_bread_ul li {
  display: inline;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
}

.wf_blog_li_date_time {
  display: none;
}

.wf_blog_ul .wf_blog_li_date {
  padding: 0 10px 0;
}

.wf_blog_li_date_date {
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_title {
  padding: 0;
}

.wf_blog_ul .wf_blog_li_inner {
  padding: 10px;
}

/* *******************************************************************************
******************************************************************************* */
.word_break {
  word-break: break-all;
}

a:focus,
*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

#header h1 a:hover img {
  opacity: 1;
}

ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.dot_txt {
  padding: 0 0 5px 22px;
  position: relative;
}

.list_dot li:before,
.dot_txt:before {
  background: #f8b62a;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 10px;
  width: 8px;
}

@media (max-width: 768px) {
  .ul02 li:before {
    top: 9px;
  }
  .list_dot li:before,
  .dot_txt:before {
    top: 10px;
  }
}
.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 21px !important;
  position: relative;
}

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 1% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 32%;
}

ul.ul02 li a {
  font-weight: bold;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #f8b62a;
}

.sitemap.ul02 {
  background: none;
  padding: 0;
}

.sitemap.ul02 li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

.under #content .sitemap.ul02 a {
  text-decoration: none;
}
.under #content .sitemap.ul02 a:hover {
  text-decoration: underline;
}

ol li {
  list-style: decimal;
  margin-left: 1.5em;
  padding: 0 0 5px 22px;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #0f7144;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 14px;
  position: relative;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
  z-index: 1;
}

p.point_p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 9px solid #d7f0f9;
  border-radius: 50%;
  z-index: -1;
}

.number_p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 110px;
  text-indent: -110px;
}

.number {
  background: none repeat scroll 0 0 #cab52c;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #ccc;
  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 8px;
}

.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}

.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #e6ddb8 2px;
  width: 100%;
}

.arrow_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 14px solid #faeaa9;
}

.merit01 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background: #cdb827;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  display: inline-block;
}

.merit02 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #6a91c4;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

.text_box {
  float: right;
  width: 62%;
}

.bg_box {
  background: #fdf1f6;
  padding: 2em !important;
  box-sizing: border-box;
  border-radius: 10px;
}

.bg_box .inner > h3:first-child,
.bg_box .inner > h4:first-child,
.bg_box .inner > h4:first-child {
  margin-top: 0;
}

.border_box {
  padding: 2em;
  border: 2px solid #ffee5f;
  box-sizing: border-box;
}

.text_01 {
  color: #cdb827;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6 !important;
  padding: 0;
  text-align: center;
}

.link_btn a {
  line-height: 1.4;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  width: 100%;
  margin: 2em auto 1em;
  font-size: 16px;
  max-width: 230px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background: #569dd2;
  padding: 15px 50px;
  border-radius: 30px;
}

.link_btn a::before {
  border-radius: 50%;
  background: #fff;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 0;
}

.link_btn a::after {
  border-right: 5px solid #60bfce;
  border-bottom: 5px solid transparent;
  content: "";
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  z-index: 1;
}

.link_btn a:hover {
  opacity: 0.6;
  color: #fff;
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01,
table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.table01 th,
.table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.table01 thead th {
  text-align: center;
  font-weight: bold !important;
  background: #ffee5f;
}

.table01 tbody th {
  background: #e9faff;
  width: 30%;
  text-align: left !important;
}

.center .table01 td {
  text-align: center !important;
}

.table01 th,
.table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table01.price th {
  width: 75%;
}

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
  margin: 0 auto 2em;
}

table.table02 th,
table.table02 td {
  border-bottom: solid 1px #d8cec1;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 2% 1%;
}

table.table02 th {
  padding: 2% 1% 2%;
  width: 25%;
  font-weight: normal;
  border-bottom: solid 1px #75c8d5;
}

@media screen and (max-width: 768px) {
  .table01 th,
  .table01 td {
    padding: 0.5em;
  }
}
.t01_wrap tbody th {
  background-color: #fdf1f6;
  text-align: center;
  font-weight: bold;
  width: 33%;
  width: auto;
}

.t01_wrap th,
.t01_wrap td {
  padding: 0.8em 1em;
}

@media (max-width: 768px) {
  .t01_wrap th,
  .t01_wrap td {
    padding: 0.4em;
  }
}
.t01_wrap thead th,
.t01_wrap thead td {
  background-color: #e6558c;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.t01_wrap tbody th.foot,
.t01_wrap tbody td.foot {
  font-weight: bold;
  background-color: #fffbd9;
}

/* =====================================
===================================== */
.slick-dots {
  bottom: -35px !important;
  display: none !important;
}

.grn {
  color: #1f92e2 !important;
}

.text-large {
  font-size: 20px;
}

.part.center {
  display: block;
}

.center1 {
  text-align: center !important;
}

.center2 {
  text-align: center;
}

@media (max-width: 768px) {
  .sp-center {
    text-align: center;
  }
  .part.sp-center {
    display: block;
  }
  .center2 {
    text-align: left;
  }
}
#bread span:hover {
  text-decoration: underline;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

form .wrap {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}

.wf_form_text {
  box-sizing: border-box;
}

.top_img .columns,
.top_img .column {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.mainimage {
  position: relative;
}

@media screen and (max-width: 1500px) {
  table.table02 th {
    padding: 2%;
  }
  .mainimage::after {
    width: 35%;
    left: 20%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  #nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .mainimage::after {
    width: 50%;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
  }
  .top_img .columns,
  .top_img .column {
    display: inline-block;
  }
  .top_bn a img {
    display: block;
    margin: auto;
  }
  .link_btn a {
    font-size: 14px;
  }
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
  .submenu_ul {
    top: auto !important;
  }
  ul.ul02.float_ul01 li {
    box-sizing: border-box;
    float: none;
    margin: 0;
    padding: 0 0 5px 14px;
    position: relative;
    width: 100%;
  }
  .sec01 .link_btn a {
    margin: 2em auto 2em;
  }
  .sec05 .link_btn a {
    margin: 2em auto 2em;
  }
}
.t01_wrap.w17 tbody th {
  width: 17%;
}

@media (max-width: 480px) {
  .t01_wrap table {
    font-size: 100%;
  }
}
.t01_wrap.wtdr tbody th {
  width: 100%;
}

@media (max-width: 768px) {
  .wf_blog_ul .wf_blog_li_title {
    text-align: left;
  }
  table.table02 th {
    width: 30%;
  }
  .t01_wrap.w17 tbody th {
    width: 25%;
  }
}
/* =====================================
=================追加分================ */
.fs10 {
  font-size: 10px;
  padding: 10%;
}

.fs11 {
  font-size: 11px;
  padding: 11%;
}

.fs12 {
  font-size: 12px;
  padding: 12%;
}

.fs13 {
  font-size: 13px;
  padding: 13%;
}

.fs14 {
  font-size: 14px;
  padding: 14%;
}

.fs15 {
  font-size: 15px;
  padding: 15%;
}

.fs16 {
  font-size: 16px;
  padding: 16%;
}

.fs17 {
  font-size: 17px;
  padding: 17%;
}

.fs18 {
  font-size: 18px;
  padding: 18%;
}

.fs19 {
  font-size: 19px;
  padding: 19%;
}

.fs20 {
  font-size: 20px;
  padding: 20%;
}

.fs21 {
  font-size: 21px;
  padding: 21%;
}

.fs22 {
  font-size: 22px;
  padding: 22%;
}

.fs23 {
  font-size: 23px;
  padding: 23%;
}

.fs24 {
  font-size: 24px;
  padding: 24%;
}

.fs25 {
  font-size: 25px;
  padding: 25%;
}

.fs26 {
  font-size: 26px;
  padding: 26%;
}

.fs27 {
  font-size: 27px;
  padding: 27%;
}

.fs28 {
  font-size: 28px;
  padding: 28%;
}

.fs29 {
  font-size: 29px;
  padding: 29%;
}

.fs30 {
  font-size: 30px;
  padding: 30%;
}

.fs31 {
  font-size: 31px;
  padding: 31%;
}

.fs32 {
  font-size: 32px;
  padding: 32%;
}

.fs33 {
  font-size: 33px;
  padding: 33%;
}

.fs34 {
  font-size: 34px;
  padding: 34%;
}

.fs35 {
  font-size: 35px;
  padding: 35%;
}

.fs36 {
  font-size: 36px;
  padding: 36%;
}

.fs37 {
  font-size: 37px;
  padding: 37%;
}

.fs38 {
  font-size: 38px;
  padding: 38%;
}

.fs39 {
  font-size: 39px;
  padding: 39%;
}

.fs40 {
  font-size: 40px;
  padding: 40%;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.sp_mt0 {
  margin-top: 0;
}

.sp_mb0 {
  margin-bottom: 0;
}

.mt1 {
  margin-top: 10px !important;
}

.mb1 {
  margin-bottom: 10px !important;
}

.sp_mt1 {
  margin-top: 0;
}

.sp_mb1 {
  margin-bottom: 0;
}

.mt2 {
  margin-top: 20px !important;
}

.mb2 {
  margin-bottom: 20px !important;
}

.sp_mt2 {
  margin-top: 0;
}

.sp_mb2 {
  margin-bottom: 0;
}

.mt3 {
  margin-top: 30px !important;
}

.mb3 {
  margin-bottom: 30px !important;
}

.sp_mt3 {
  margin-top: 0;
}

.sp_mb3 {
  margin-bottom: 0;
}

.mt4 {
  margin-top: 40px !important;
}

.mb4 {
  margin-bottom: 40px !important;
}

.sp_mt4 {
  margin-top: 0;
}

.sp_mb4 {
  margin-bottom: 0;
}

.mt5 {
  margin-top: 50px !important;
}

.mb5 {
  margin-bottom: 50px !important;
}

.sp_mt5 {
  margin-top: 0;
}

.sp_mb5 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .sp_mt1 {
    margin-top: 10px !important;
  }
  .sp_mb1 {
    margin-bottom: 10px !important;
  }
  .sp_mt2 {
    margin-top: 20px !important;
  }
  .sp_mb2 {
    margin-bottom: 20px !important;
  }
  .sp_mt3 {
    margin-top: 30px !important;
  }
  .sp_mb3 {
    margin-bottom: 30px !important;
  }
  .sp_mt4 {
    margin-top: 40px !important;
  }
  .sp_mb4 {
    margin-bottom: 40px !important;
  }
  .sp_mt5 {
    margin-top: 50px !important;
  }
  .sp_mb5 {
    margin-bottom: 50px !important;
  }
}
.d-flex {
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

/*トップと下層で表示を変更*/
.top .top_only {
  display: block !important;
}

.top .under_only {
  display: none !important;
}

.under .top_only {
  display: none !important;
}

.under .under_only {
  display: block !important;
}

/*sp,tab,pcの表示切替*/
@media (max-width: 768px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .tablet-hide {
    display: none !important;
  }
}
/*テーブルの各要素幅をautoに設定（tbodyの上の階層に.autowidを追記）*/
.autowid tbody th {
  width: auto !important;
}

/*テーブルが800px以下の時にスクロールバーを表示（画面外にはみ出そうなtableの上の階層に.autoscrollを追記）*/
.responsive-scroll {
  overflow: auto;
}

.responsive-scroll table {
  min-width: 800px;
}

/*.justsizeimgのクラスを付けたコードの下にある写真を、実際の画像サイズで表示、中央に寄せる*/
.justsizeimg img {
  width: auto !important;
  display: block;
  margin: auto;
}

/*スマホ表示時のみ電話番号リンクをアクティブ*/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #f8b62a !important;
  background-color: #f8b62a !important;
}

/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 960px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25,
  .under #a26,
  .under #a27,
  .under #a28,
  .under #a29,
  .under #a30,
  .under #a31 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.text-center {
  text-align: center;
}

.pc-text-center {
  text-align: center;
}

@media (max-width: 768px) {
  .pc-text-center {
    text-align: left;
  }
}
.color_pri {
  color: #f8b62a;
}

/*slide幅*/
.carousel > div {
  max-width: 100%;
}

.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

/*.accordion-area section {
  border: 1px solid #ccc;
  }*/
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 1% 3% 1% 50px;
  transition: all 0.5s ease;
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fdf1f6;
}
@media (max-width: 768px) {
  .accordion-area .title {
    font-size: 18px;
  }
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #2d2d2d;
  transition: all 0.5s ease;
}

.accordion-area .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.accordion-area .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
  margin: 0;
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}

.accordion-area .title.close::after {
  transform: rotate(135deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box02 {
  display: block;
  /*管理画面は表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #2d2d2d;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #2d2d2d;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

body.page_edit .accordion-area .box {
  display: block;
}

/*ボタンデザイン*/
.btn_wrap .wf_btn_part a {
  background: #f8b62a;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  max-width: 230px;
  padding: 9px;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  letter-spacing: 0.08em;
  border-radius: 50vw;
  font-family: "Zen Maru Gothic", sans-serif;
}

.btn_wrap .wf_btn_part a:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  transition: 0.2s;
  border: none;
  transform: rotate(0deg);
  background: url(/images/btn_arrow.png) no-repeat center center/cover;
}

.btn_wrap .wf_btn_part a:hover {
  opacity: 0.7 !important;
}

.btn_wrap .wf_btn_part a:hover::after {
  right: 12px;
  transition: 0.2s;
}

/*pagetopボタン*/
.pagetop {
  background: url(/images/toppage.png);
  background-size: cover;
  width: 80px;
  height: 80px;
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: 15px;
  cursor: pointer;
  filter: drop-shadow(0 0 2px rgb(255, 255, 255));
}

@media (max-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
    bottom: 22vw;
  }
}
.pagetop:before {
  display: none;
}

.pagetop:hover {
  text-decoration: none;
}

/*submenuが枠外に出てしまう場合（枠外に出るメニューのIDを更新）*/
.nav05 .submenu_ul {
  right: 0%;
  left: auto;
}

/*ブログ一覧のカテゴリ表示*/
/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
}

.under .h2_title_wrap,
.blog_body .h3_title_wrap {
  position: relative;
  background: url(/images/h1.jpg) no-repeat center center/cover;
}

.blog_body .h3_title_wrap h3,
.under .h2_title_wrap h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0em;
  text-align: center;
  padding: 60px 0;
  margin: 0;
  margin: 0;
}

.under .h2_title_wrap .inner,
.blog_body .h3_title_wrap .inner {
  padding: 0;
}

.under h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0em;
}
.under h3:before {
  content: "";
  display: block;
  width: 1.0294117647em;
  aspect-ratio: 35/30;
  margin: 0 auto 0.0454545455em;
  background: url(/images/h2_icon_001.png) no-repeat center center/contain;
}

.blog_body .h3_title_wrap h3:after,
.blog_body .h3_title_wrap h3:before {
  display: none;
}

.under .h3_title_wrap .inner {
  padding-block: 0;
}

.under .h4_title_wrap .inner {
  padding-block: 0;
}

.under h4 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 34px;
  letter-spacing: 0em;
  border-bottom: dotted 4px #e75d91;
}
.under h4:before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 21px;
  left: 0;
  right: auto;
  top: 3px;
  bottom: auto;
  background: url(/images/h3.png) no-repeat center center/cover;
}

.under .h5_title_wrap .inner {
  padding-block: 0;
}

.under h5 {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
  letter-spacing: 0em;
}

.under h5::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  aspect-ratio: 18/18;
  left: 0;
  top: 3px;
  background: url("/images/h4_icon.png") no-repeat center/contain;
}

.under h6 {
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px;
  margin-top: 15px;
  position: relative;
  font-size: 18px;
  padding-bottom: 10px;
}
.under h6:before {
  background: #f8b62a;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.leadtext {
  font-size: 20px;
  font-weight: bold;
  color: #f8b62a;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media (max-width: 768px) {
  .leadtext {
    font-size: 18px;
  }
}
.leadtext.left {
  text-align: left !important;
}

@media (max-width: 768px) {
  .blog_body .h3_title_wrap h3,
  .under .h2_title_wrap h2 {
    font-size: 30px;
    padding: 35px 0;
  }
  .under h3 {
    font-size: 25px;
    margin: 50px 0 10px;
  }
  .under h3:before {
    width: 30px;
  }
  .under h4 {
    font-size: 20px;
    margin: 20px 0 10px;
    padding-bottom: 10px;
  }
  .under h5 {
    margin: 20px 0 10px;
    font-size: 16px;
  }
  .under h5::before {
    top: 4px;
  }
  .under h6 {
    font-size: 16px;
  }
}
.blog_body .h4_title_wrap .inner {
  padding-block: 0;
}

.blog_body h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 40px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .blog_body h4 {
    margin-block: 80px 0;
    font-size: 30px;
  }
}
.blog_body h4::before {
  content: "";
  display: block;
  width: 38px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/images/h2_icon.png") no-repeat center/contain;
}

.blog_body .h5_title_wrap .inner {
  padding-block: 0;
}

.blog_body h5 {
  display: flex;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em;
  margin-block: 20px 0;
  border-bottom: 3px dotted #f8b300;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.0222455;
}

@media (min-width: 769px) {
  .blog_body h5 {
    margin-block: 40px 0;
    font-size: 22px;
  }
}
.blog_body h5::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 45px;
  background: url("/images/h3_icon.png") no-repeat center/contain;
}

.blog_body .h6_title_wrap .inner {
  padding-block: 0;
}

.blog_body h6 {
  display: flex;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em;
  margin-block: 20px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

@media (min-width: 769px) {
  .blog_body h6 {
    margin-block: 40px 0;
    font-size: 20px;
  }
}
.blog_body h6::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 14px;
  height: 40px;
  background: url("/images/h5_icon.png") no-repeat center/contain;
}

.borderbox .h2_title_wrap:first-child h2,
.borderbox .h3_title_wrap:first-child h3,
.borderbox .h4_title_wrap:first-child h4,
.borderbox .h5_title_wrap:first-child h5,
.borderbox .h6_title_wrap:first-child h6 {
  margin-top: 0;
}

ul.ul02 {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.under .wrap:last-child {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .under .wrap:last-child {
    margin-bottom: 50px;
  }
}
.textstrong {
  font-weight: bold;
}

.bg01 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #f8f9ed;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .bg01 {
    padding: 30px !important;
  }
}
.borderbox {
  padding: 30px 50px 30px !important;
  box-sizing: border-box;
  background: #fdf1f6;
  border: none;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 25px 20px 25px !important;
  }
}
#content,
#footer {
  overflow: hidden;
}

.under .column {
  margin-bottom: 1em;
}

.ul02 .column {
  margin-bottom: 0em;
}

.under li.column {
  margin-bottom: 0;
}

#header {
  position: relative;
  z-index: 5;
}

#header .inner {
  height: 100%;
  padding: unset;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 0;
}

#header h1 {
  width: 20%;
  max-width: 209px;
  float: none;
  margin: 0;
}

@media (min-width: 960px) {
  body.under #header h1 {
    width: 130px;
  }
}

#header h1 img,
#footer img {
  max-width: 100%;
}

@media (min-width: 961px) {
  #header .hdr_info_wrap {
    flex: 1; /* auto幅で残りスペースを使う */
    width: auto;
  }
}

#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

#header .hdr_info_list .btn_wrap a {
  width: 188px;
}

#header .hdr_btn_list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}
#header .hdr_btn_list li {
  width: 100%;
  max-width: 220px;
}

#menu {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}

@media (min-width: 769px) {
  #menu {
    padding-bottom: 0px;
  }
}
#menu-btn {
  display: none;
}

#menu-list > li {
  position: relative;
  transition: all 0.2s;
}

#menu-list > li:hover {
  cursor: pointer;
}

#menu-list > li > a {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 961px) {
  #menu-list > li > a {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-inline: unset;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
    padding: 7px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 961px) and (max-width: 1230px) {
  #menu-list > li > a {
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
    letter-spacing: 0;
  }
}

#menu-list > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-list > li > ul.menu-children {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
  width: 100%;
}

@media (min-width: 769px) {
  #menu-list > li > ul.menu-children {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 769px) {
  #menu-list > li.pc_last-child > ul.menu-children {
    right: 0;
  }
}
#menu-list > li:hover > ul.menu-children {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}

#menu-list > li > ul.menu-children > li {
  text-align: center;
  width: 210px;
}

#menu-list > li > ul.menu-children > li > a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  background: #f8b62a;
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}

#menu-list > li > ul.menu-children > li > a:hover {
  background: #f5c869;
  transition: all 0.2s;
  opacity: 1;
}

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu-list {
    margin: 0;
    margin-left: auto;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    max-width: 1000px;
    width: 100%;
  }
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    /*   width: 100%; */
    border-right: dashed 1px #d9d9d9;
    box-sizing: border-box;
  }
  #menu-list > li:last-child {
    border-right: none;
  }
  #menu-list > li > ul.menu-children {
    top: 100%;
  }
  #menu {
    width: 100%;
  }
  #menu-inner {
    flex: 1;
  }
}
#menu-list > li.menu-has-child > a {
  position: relative;
}

@media screen and (max-width: 960px) {
  #menu-list > li.menu-has-child > a::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 50%;
    display: block;
    width: 7px;
    height: auto;
    aspect-ratio: 1/1;
    border-right: solid 2px #f8b62a;
    border-bottom: solid 2px #f8b62a;
    transform: translateY(50%) rotate(45deg);
  }
}
@media (min-width: 961px) {
  #menu-list > li.menu-has-child > a .menu_icon {
    padding-right: 26px;
    position: relative;
  }
  #menu-list > li.menu-has-child > a .menu_icon::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 1px;
    display: block;
    width: 10px;
    height: auto;
    aspect-ratio: 1/1;
    border-right: solid 1px #f8b62a;
    border-bottom: solid 1px #f8b62a;
    transform: rotate(45deg);
  }
}
@media (min-width: 961px) {
  body.top #header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.top #header .hdr_top {
    align-items: flex-start;
  }
  body.top #menu-list {
    background: #fff;
    border-radius: 20px;
    padding: 15px 0;
  }
  body #header #menu-list li {
    flex: 1;
  }
}
@media (min-width: 961px) {
  body.top #header {
    background: transparent;
  }
}
@media (max-width: 960px) {
  body.top #header:not(.scrolling) {
    background: transparent;
  }
}

#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a {
  width: 240px;
  padding: 15px 0px;
  font-size: 15px;
  color: white;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  background: #f8b62a;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 100px;
}

#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  background: url(/images/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}

#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a:hover {
  background: #03a061;
  opacity: 1;
}

#header .tel_link a {
  position: relative;
  padding-left: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.03em;
}

#header .tel_link a::before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/h_tel_ic.png) no-repeat center/contain;
}

.hdr_info_list.pc2 .address {
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  body.under #content {
    margin-top: 80px;
  }
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    z-index: 5;
  }
  #header .hdr_top {
    height: 100%;
    padding: 0;
  }
  #header h1 {
    width: 75px;
  }
  #header .hdr_info_list a {
    display: block;
  }
  #header .hdr_info_list img {
    width: 35px;
  }
  #header .hdr_info_list .sp img {
    width: 40px;
  }
  body.under #header .hdr_info_list .sp img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(25%) saturate(4466%) hue-rotate(339deg) brightness(106%) contrast(94%);
  }
  #header.scrolling .hdr_info_list .sp img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(25%) saturate(4466%) hue-rotate(339deg) brightness(106%) contrast(94%);
  }
  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 70%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
  }
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .toggle {
    display: block;
    width: 35px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }
  .toggle span {
    position: absolute;
    left: 0;
    width: 35px;
    height: 4px;
    background-color: #fff;
    border-radius: 7px;
    transition: all 0.3s;
  }
  body.under .toggle span {
    background-color: #f8b62a;
  }
  body.top #header.scrolling .toggle span {
    background-color: #f8b62a;
  }
  .toggle span:nth-child(1) {
    top: 4px;
  }
  .toggle span:nth-child(2) {
    top: 18px;
  }
  .toggle span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle span {
    background-color: #fff;
  }
  .open .toggle span:nth-child(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle span:nth-child(3) {
    transform: translateY(-14px) rotate(45deg);
  }
  #navbk {
    display: none;
    transition: all 0.3s;
  }
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu {
    padding-bottom: 0;
  }
  #menu-list > li {
    width: 100%;
  }
  #menu-list > li:hover {
    background: none;
  }
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #f8b62a;
    padding: 10px;
    background: #fff;
  }
  #menu-list > li > a img {
    display: none;
  }
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
  #menu-list > li > ul.menu-children > li > a {
    padding-left: 20px;
    line-height: 1.5;
    background: #f8b62a;
  }
  #menu-list > li > ul.menu-children > li > a:hover {
    background: #f5c869;
  }
}
@media (max-width: 960px) {
  #header {
    height: 80px;
    padding: 5px 0;
  }
}
@media (min-width: 961px) {
  #header .inner .hdr_top .hdr_info_wrap .hdr_info_list {
    flex-direction: column;
    align-items: flex-end;
    gap: unset;
  }
}
#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a:hover::after {
  right: 12px;
  transition: 0.2s;
}

.mainmovie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.mainmovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainimage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mainimage iframe,
.mainimage video {
  position: absolute;
  width: 101%;
  height: 141%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 768px) {
  .mainimage video {
    width: 202%;
    height: 100%;
  }
}
.tb_br {
  display: none;
}

.mainimage {
  position: relative;
}

.mainimage .column {
  padding: 0;
}

.sec_loopslide {
  overflow: hidden;
}

.sec_loopslide .slider_wrap {
  animation: loopslider 150s linear infinite;
  display: flex;
  width: 7360px;
  height: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .sec_loopslide .slider_wrap {
    width: 3200px;
  }
}
.sec_loopslide .slider_wrap .column {
  padding: 0;
  margin: 0;
}

.sec_loopslide .slider_wrap .column:nth-child(2n) {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .sec_loopslide .slider_wrap .column:nth-child(2n) {
    margin-top: 30px;
  }
}
.sec_loopslide .slider_wrap .column > span {
  margin: 0;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sec_loopslide .slider_wrap .column > span {
    padding: 0 5px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3680px);
  }
}
@media (max-width: 768px) {
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1600px);
    }
  }
}
body.top #content .sec_parent {
  overflow: hidden;
  position: relative;
  background-color: #fff6b2;
}

body.top #content .sec_parent::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/146;
  background: url("/images/bg_img003_1.jpg") no-repeat top/cover;
}

body.top #content .sec_parent .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

@media (min-width: 769px) {
  body.top #content .sec_parent .inner {
    padding-top: 50px;
  }
}
body.top #content .sec_parent .inner::before,
body.top #content .sec_parent .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  z-index: -1;
}

body.top #content .sec_parent .inner::before {
  left: 20px;
  width: auto;
  height: 21.3333333333vw;
  aspect-ratio: 150/119;
  background: url("/images/bg_img003_2.png") no-repeat center/contain;
}

@media (min-width: 769px) {
  body.top #content .sec_parent .inner::before {
    height: 119px;
  }
}
@media (min-width: 1400px) {
  body.top #content .sec_parent .inner::before {
    left: unset;
    right: calc(100% + 20px);
  }
}
body.top #content .sec_parent .inner::after {
  right: 20px;
  width: auto;
  height: 24vw;
  aspect-ratio: 143/130;
  background: url("/images/bg_img03_3.png") no-repeat center/contain;
}

@media (min-width: 769px) {
  body.top #content .sec_parent .inner::after {
    height: 130px;
  }
}
@media (min-width: 1400px) {
  body.top #content .sec_parent .inner::after {
    right: unset;
    left: calc(100% + 30px);
  }
}
body.top #content .sec_parent .ttlbox {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  body.top #content .sec_parent .ttlbox {
    display: block;
  }
}
body.top #content .sec_parent .ttlbox h2 {
  font-size: clamp(24px, 3.1vw, 50px);
}

@media (min-width: 769px) {
  body.top #content .sec_parent .ttlbox h2 {
    flex-shrink: 0;
    padding: 0;
    padding-block: 30px;
    padding-right: 80px;
    margin: 0;
    margin-right: 80px;
    border-right: 1px solid #f8b300;
  }
  body.top #content .sec_parent .columns .column {
    padding: 9.5px;
  }
}
@media (max-width: 768px) {
  body.top #content .sec_parent .columns .column:not(:last-child) {
    margin-bottom: 20px;
  }
}
#footer .footer_wrapper {
  background: #fce8f0;
  padding: clamp(50px, 9vw, 100px) 0 clamp(50px, 7vw, 80px);
  position: relative;
}
@media (max-width: 768px) {
  #footer .footer_wrapper {
    padding-top: 50px;
  }
}
#footer .footer_wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  min-width: 1920px;
  aspect-ratio: 1920/197;
  top: 0;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/footer_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  #footer .footer_wrapper:after {
    min-width: auto;
    width: 770px;
    aspect-ratio: 770/100;
  }
}
#footer .footer_wrapper .logospace {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #footer .footer_wrapper .logospace {
    width: 100px;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  #footer .menu_column {
    padding-left: 30px;
  }
}
#footer .footer_bnr {
  text-align: center;
  margin-top: 25px;
}
#footer .address_text {
  margin-top: 15px;
  padding-left: 20px;
  position: relative;
}
#footer .address_text:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 20px;
  aspect-ratio: 1920/171;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
  background: url(/images/icon_access.png) no-repeat center center/cover;
}
#footer .tel_text {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #footer .tel_text {
    margin-top: 10px;
  }
}
#footer .column03 .bnrspace1 {
  margin-top: 45px;
}
#footer .footer_bnr_container {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #footer .footer_bnr_container {
    margin-top: 30px;
  }
  #footer .footer_bnr_container a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
  #footer .footer_bnr_container .column + .column {
    margin-top: 20px;
  }
  #footer:after {
    aspect-ratio: 773/28;
    background: url(/images/sp_wave007.png) no-repeat center center/cover;
  }
  #footer .menu_column .menu02 {
    margin-top: 30px;
  }
  #footer .menu_wrapper {
    margin-top: 30px !important;
  }
  #footer .footer_bnr_container {
    margin-top: 30px !important;
  }
}
@media (min-width: 769px) {
  #footer .logospace img {
    margin-left: 0;
  }
}

#footer .columns .column ul li a:hover span {
  text-decoration: underline;
}

#footer .footerttl {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #e6558c;
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 2px solid #e6558c;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  #footer .footerttl {
    margin-inline: 0;
  }
}
#footer .menu_title a {
  color: #f8b62a;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.2666666667;
}

@media (max-width: 768px) {
  #footer .menu_title {
    margin: 0;
  }
}
#footer .columns {
  box-sizing: border-box;
}

#footer .columns .column ul li:last-child {
  padding-bottom: 0;
}

#footer .columns .column ul li a {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: bold;
}
#footer .columns .column ul li a:hover {
  text-decoration: none;
  color: #f8b62a;
}

#footer .columns .column ul li {
  line-height: 1.8;
}

#footer .columns .column ul li a::before {
  content: "";
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #e6558c;
  transform: none;
}

@media (max-width: 768px) {
  #footer .columns .column ul li a::before {
    top: 8px;
  }
}
#footer .columns .column .footer_menu_children li {
  line-height: 26px;
  padding-left: 15px;
}

#footer .columns .column .footer_menu_children li a {
  padding-left: 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
#footer .columns .column .footer_menu_children li a:before {
  border-radius: 0;
  height: 1px;
  width: 8px;
  background: #2d2d2d;
  top: 7px;
  border: none;
}

#footer .columns .column:last-child .bnrspace1.column:not(:last-child) {
  margin-bottom: 10px;
}

#footer .columns .column:last-child .bnrspace1.column:not(:last-child) img {
  vertical-align: middle;
}

.copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #e6558c;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  position: relative;
}

@media (max-width: 768px) {
  .copyright {
    padding-bottom: 16vw !important;
    font-size: 13px;
  }
}
.fixedfooter {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
}

@media (min-width: 769px) {
  .fixedfooter {
    bottom: unset;
    right: 0;
    top: 40%;
    width: auto;
  }
}
.fixedfooter ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .fixedfooter ul {
    box-shadow: 0 0 3px rgb(255, 255, 255);
  }
}

@media (min-width: 769px) {
  .fixedfooter ul {
    display: block;
  }
  .fixedfooter ul li + li {
    margin-top: 10px;
  }
}
.fixedfooter ul li img {
  width: 100%;
  height: auto;
}

.maxbtn.btn_wrap .wf_btn_part a {
  max-width: 100%;
  width: 100%;
}

.sec_text {
  letter-spacing: 0.08em;
  line-height: 2 !important;
}

h2.top_title {
  text-align: center;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: bold;
  line-height: 1.4411764706;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.08em;
}
h2.top_title::before {
  content: "";
  display: block;
  width: 1.0294117647em;
  aspect-ratio: 35/30;
  margin: 0 auto 0.0454545455em;
  background: url(/images/h2_icon_001.png) no-repeat center center/contain;
}
h2.top_title .h2_en {
  color: #e6558c;
  font-size: clamp(16px, 2vw, 18px);
  letter-spacing: 0.1em;
  line-height: 2.6666666667;
  display: block;
  position: relative;
}

.anker + .h3_title_wrap {
  margin-top: 0;
}

.under ul.btn_wrap .wf_btn_part a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: unset;
  height: 100%;
}

table.part thead tr th,
table.part thead tr td,
table.part tbody tr th,
table.part tbody tr td {
  font-size: 12px !important;
}

table.part thead tr th > *,
table.part thead tr td > *,
table.part tbody tr th > *,
table.part tbody tr td > * {
  font-size: 12px !important;
}

@media (min-width: 769px) {
  table.part thead tr th > *,
  table.part thead tr td > *,
  table.part tbody tr th > *,
  table.part tbody tr td > * {
    font-size: 16px !important;
  }
}
@media (min-width: 769px) {
  table.part thead tr th,
  table.part thead tr td,
  table.part tbody tr th,
  table.part tbody tr td {
    font-size: 16px !important;
  }
}
@media (min-width: 769px) {
  .mainimage img {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .fixedfooter ul {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  #footer .logospace {
    max-width: 270px;
    margin: 0 auto 20px;
  }
  body.top #content h2 .bold {
    font-size: 24px;
  }
  .sec_parent .sec_text {
    text-align: center;
  }
}
.sec_contact .tel_link a::before {
  top: 7px;
}

@media (max-width: 960px) {
  #header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:first-child {
    margin-bottom: 0;
  }
}
.nowrap_table table th,
.nowrap_table table td {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
}

.under .olbox ol li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-left: 2em;
  padding-left: 3px;
}

.blog_body h3:before {
  display: none;
}

.hiddenlast {
  margin-bottom: 100px !important;
}

@media (max-width: 768px) {
  .hiddenlast {
    margin-bottom: 50px !important;
  }
}

.sec_mainvisu {
  position: relative;
}
.sec_mainvisu .slick-slider img {
  width: 100%;
}
.sec_mainvisu .copy {
  max-width: 752px;
  width: 39.1666666667vw;
  position: absolute;
  bottom: 4.400440044%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sec_mainvisu .copy {
    max-width: 681px;
    width: 90.8vw;
    top: auto;
    bottom: 5.0605060506%;
  }
}
.sec_news {
  padding: clamp(50px, 8vw, 90px) 0 clamp(50px, 8vw, 100px);
  position: relative;
  background: url(/images/bg_img001.jpg) no-repeat center center/cover;
}
.sec_news:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/138;
  bottom: -1px;
  left: 0;
  background: url(/images/wave001.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .sec_news:after {
    aspect-ratio: 750/117;
    background: url(/images/sp_wave001.jpg) no-repeat center center/cover;
  }
}
.sec_news .wf_lic {
  border-bottom: 1px solid #cfc9ba;
}
.sec_news .btn_wrap .wf_btn_part a {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .sec_news .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}
.sec_news .wf_blog_ul .wf_blog_li_inner {
  padding: 15px 0;
}

.sec_news .columns {
  align-items: center;
}

@media (min-width: 769px) {
  .sec_news .columns {
    margin: 0;
  }
  .sec_news .column {
    padding: 0;
  }
  .sec_news .columns {
    justify-content: space-between;
  }
  .sec_news .column:first-child {
    width: 23%;
  }
  .sec_news .column:nth-child(2) {
    width: 70%;
  }
  .sec_news .inner.columns .column {
    padding: unset;
  }
  .sec_news .inner.columns .column:first-child {
    flex: 0;
    flex-basis: 23%;
  }
  .sec_news .inner.columns .column:first-child .btn_wrap a {
    margin: unset;
  }
}
.sec_news .flex_cont {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 90%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .sec_news .flex_cont {
    width: 100%;
  }
}

.sec_news .wf_blog_ul .wf_blog_li_title {
  padding: 0;
}
.sec_news .wf_blog_li_date_date {
  margin-right: 10px;
}

.sec_news .flex_cont li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  font-size: 16px;
  padding: 20px 5px;
  font-weight: bold;
  font-weight: bold;
  color: white;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .sec_news .flex_cont li {
    font-size: 16px;
    padding: 10px 5px;
  }
}

.sec_news .flex_cont li.color001 {
  background: #1c2088;
}

.sec_news .flex_cont li.color002 {
  background: #009a43;
}

.sec_news .flex_cont li.color003 {
  background: #e70012;
}

.sec_news .news_content {
  padding: 25px 5%;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .sec_news .news_content {
    padding: 20px 5%;
  }
}

.sec_news .news_content .wf_lic:last-child {
  border-bottom: unset;
}

@media (max-width: 768px) {
  .sec_news .news_content {
    padding-inline: 20px;
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 769px) {
  .sec_news .wf_blog_ul .wf_blog_li_date {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .sec_news .news_content .wf_blog_li_date {
    width: 100%;
    padding-inline: 0;
    padding-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .sec_news .news_content .wf_blog_li_title {
    width: 100%;
    padding-inline: 0;
    padding-top: 2px;
  }
}
@media (max-width: 768px) {
  .sec_news .btn_wrap {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
}
.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 110px;
  display: inline-block;
  padding: 5px;
  margin-right: 18px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 50vw;
}

.wf_lic_ブログ .wf_blog_li_date:before {
  content: "ブログ";
  background: #fff;
  color: #1c2088;
  border: solid 1px #1c2088;
}

.wf_lic_未就園児教室 .wf_blog_li_date:before {
  content: "未就園児教室";
  background: #fff;
  color: #009a43;
  border: solid 1px #009a43;
}

.wf_lic_園だより .wf_blog_li_date:before {
  content: "園だより";
  background: #fff;
  color: #e70012;
  border: solid 1px #e70012;
}

.wf_lic_動画館 .wf_blog_li_date:before {
  content: "動画館";
  background: #fff;
  color: #9f7344;
  border: solid 1px #9f7344;
}

.blog_body .h3_title_wrap {
  margin-bottom: 40px;
}

.wf_lic_保護者専用ページ .wf_blog_li_date {
  display: none;
}

.sec_about {
  background: url(/images/bg_img002.jpg) no-repeat center center/cover;
  padding: clamp(50px, 8vw, 90px) 0 240px;
  position: relative;
}
@media (max-width: 768px) {
  .sec_about {
    padding-bottom: 120px;
  }
}
.sec_about .large_txt {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .sec_about .large_txt {
    line-height: 1.4;
  }
}
.sec_about .large_txt .small_txt {
  font-size: 0.6842105263em;
  line-height: 1.4615384615;
  margin-bottom: 0.2em;
  display: inline-block;
}
.sec_about .large_txt .txt_color01 {
  color: #e6558c;
}
.sec_about .large_txt .txt_color02 {
  color: #f8b62a;
}
.sec_about .large_txt .txt_color03 {
  color: #009a43;
}
.sec_about .large_txt .txt_color04 {
  color: #1c2088;
}
.sec_about .textBox {
  margin-top: 1em;
}
@media (min-width: 769px) {
  .sec_about .textBox {
    text-align: center;
  }
}
.sec_about .btn_wrap .wf_btn_part a {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .sec_about .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}

.sec_wrapper {
  position: relative;
}

.sec_slider {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.sec_slider .subtitle {
  color: #f8b62a;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  display: table;
  margin: 0 auto 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_slider .subtitle:before, .sec_slider .subtitle:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.3333333333em;
  background: #f8b62a;
}
.sec_slider .subtitle:before {
  transform: rotate(-45deg);
  margin-right: 20px;
}
.sec_slider .subtitle:after {
  transform: rotate(45deg);
  margin-left: 20px;
}
.sec_slider h2.top_title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sec_slider h2.top_title {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.sec_slider .columns02 {
  margin-top: 60px !important;
}
@media (max-width: 768px) {
  .sec_slider .columns02 {
    margin-top: 30px !important;
  }
}
.sec_slider .columns02 .column {
  padding: 0;
}
.sec_slider .columns02 .img_column {
  flex: initial !important;
}
@media (min-width: 769px) {
  .sec_slider .columns02 .img_column {
    width: 48%;
  }
}
.sec_slider .columns02 .txt_column {
  flex: 1 !important;
}
@media (min-width: 769px) {
  .sec_slider .columns02 .txt_column {
    padding-left: 30px;
  }
}
.sec_slider .columns02 .txtBox + .txtBox {
  margin-top: 1em;
}
.sec_slider .btn_wrap .wf_btn_part a {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .sec_slider .btn_wrap .wf_btn_part a {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .sec_slider .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}

.sec_slider .columns {
  margin: 0;
  display: flex;
}

body:not(.page_edit) .sec_slider .column {
  flex: none;
}

body:not(.page_edit) .sec_slider .slider_wrap {
  animation: loopslider 60s linear infinite;
  display: flex;
  width: 6368px;
  height: 100%;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap {
    width: 3360px;
    animation: sp_loopslider 50s linear infinite;
  }
}
body:not(.page_edit) .sec_slider .slider_wrap > .cont {
  padding: 0 15px;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap > .cont {
    padding: 5px;
    margin: 0;
  }
}
body:not(.page_edit) .sec_slider .slider_wrap > .cont img {
  display: block;
  /* border-radius: 5px; */
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap > .cont img {
    width: 200px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3184px);
  }
}
@keyframes sp_loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1680px);
  }
}
body:not(.page_edit) .sec_slider .column:nth-child(even) {
  margin-top: 50px;
}
@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .column:nth-child(even) {
    margin-top: 20px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .wf_googlemap_wrap iframe {
    height: 400px;
  }
}
.sec_life {
  background: url(/images/bg_img003.jpg) no-repeat center center/cover;
  padding: 240px 0 clamp(50px, 8vw, 100px);
  position: relative;
}
@media (max-width: 768px) {
  .sec_life {
    padding: 140px 0 120px;
  }
}
.sec_life h2.top_title {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .sec_life h2.top_title {
    margin-bottom: 20px;
  }
}
.sec_life h2.top_title:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19.9117647059em;
  aspect-ratio: 677/109;
  top: -1.1764705882em;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background: url(/images/life_h2_icon.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .sec_life h2.top_title:after {
    width: 13em;
    top: -0.5em;
  }
}

.sec_childcare .btn_wrap .wf_btn_part a,
.sec_preroom .btn_wrap .wf_btn_part a {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sec_childcare .btn_wrap .wf_btn_part a,
  .sec_preroom .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}
.sec_childcare .textBox,
.sec_preroom .textBox {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sec_childcare .textBox,
  .sec_preroom .textBox {
    margin-top: 20px;
  }
}

.sec_childcare {
  background: url(/images/bg_img004.jpg) no-repeat center center/cover;
  padding: clamp(50px, 8vw, 100px) 0 clamp(70px, 8vw, 90px);
}
.sec_childcare .inner {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
}
.sec_childcare h2.top_title {
  margin-right: 0;
}
@media (max-width: 768px) {
  .sec_childcare h2.top_title {
    margin-right: auto;
  }
}
.sec_childcare h2.top_title .h2_en:after {
  margin-right: 0;
}
@media (max-width: 768px) {
  .sec_childcare h2.top_title .h2_en:after {
    margin-right: auto;
  }
}
.sec_childcare .columns {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.sec_childcare .column_img {
  box-sizing: border-box;
  display: block;
  text-align: left;
  padding-left: 0px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .sec_childcare .column_img {
    padding-right: 3vw;
    width: 100%;
  }
}
.sec_childcare .column_text {
  padding-right: max(50vw - 500px, 3vw);
  padding-left: 20px;
}
@media (max-width: 768px) {
  .sec_childcare .column_text {
    padding: 0 3%;
    width: 100%;
  }
}

.sec_preroom {
  background: url(/images/bg_img005.jpg) no-repeat center center/cover;
  padding-bottom: clamp(50px, 8vw, 90px);
}
.sec_preroom .inner {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
}
.sec_preroom h2.top_title {
  margin-left: 0;
}
@media (max-width: 768px) {
  .sec_preroom h2.top_title {
    margin-left: auto;
  }
}
.sec_preroom h2.top_title .h2_en:after {
  margin-left: 0;
}
@media (max-width: 768px) {
  .sec_preroom h2.top_title .h2_en:after {
    margin-left: auto;
  }
}
.sec_preroom .columns {
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.sec_preroom .column_img {
  box-sizing: border-box;
  display: block;
  text-align: right;
  padding-right: 0px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .sec_preroom .column_img {
    padding-left: 3vw;
    width: 100%;
  }
}
.sec_preroom .column_text {
  padding-left: max(50vw - 500px, 3vw);
  padding-right: 20px;
}
@media (max-width: 768px) {
  .sec_preroom .column_text {
    padding: 0 3%;
    width: 100%;
  }
}

.sec_guidance {
  background: url(/images/bg_img006.jpg) no-repeat center center/cover;
  padding: clamp(70px, 10vw, 130px) 0 clamp(80px, 12vw, 150px);
  position: relative;
}
@media (max-width: 768px) {
  .sec_guidance {
    padding-bottom: 150px;
  }
}
.sec_guidance:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  min-width: 1920px;
  aspect-ratio: 1920/34;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  background: url(/images/guidance_bg_icon_top.png) no-repeat center center/cover;
}
.sec_guidance:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  min-width: 1920px;
  aspect-ratio: 1920/34;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  background: url(/images/guidance_bg_icon_bottom.png) no-repeat center center/cover;
}
.sec_guidance .large_txt {
  font-size: clamp(20px, 2.5vw, 26px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #e6558c;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 0.5em;
}
.sec_guidance .large_txt:before, .sec_guidance .large_txt:after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 5px;
  transform: translateY(-50%);
  border-bottom: dotted 4px #e6558c;
  transform: translateY(3px);
}
.sec_guidance .textBox {
  margin-top: 1em;
}
@media (min-width: 769px) {
  .sec_guidance .textBox {
    text-align: center;
  }
}
.sec_guidance .textBox .txt_pink {
  color: #e6558c;
}
.sec_guidance .btn_wrap .wf_btn_part a {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sec_guidance .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}
.sec_guidance .inner {
  position: relative;
}
.sec_guidance .inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 137px;
  width: clamp(70px, 12vw, 137px);
  aspect-ratio: 137/238;
  bottom: 0;
  left: 0;
  background: url(/images/bnr_img008.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .sec_guidance .inner:before {
    bottom: -120px;
  }
}
.sec_guidance .inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: clamp(80px, 13vw, 156px);
  aspect-ratio: 156/237;
  bottom: 0;
  right: 0;
  background: url(/images/bnr_img009.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .sec_guidance .inner:after {
    bottom: -120px;
  }
}

.sec_recruit {
  padding: clamp(50px, 8vw, 100px) 0 clamp(50px, 7vw, 80px);
}
@media (min-width: 769px) {
  .sec_recruit {
    background: url(/images/bg_img007.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 769px) {
  .sec_recruit .inner {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
  }
}
.sec_recruit .columns {
  margin: 0;
}
.sec_recruit .column {
  padding: 0;
}
.sec_recruit .columns {
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.sec_recruit .column_img {
  padding-right: 10px;
  padding-left: 3vw;
  text-align: right;
}
@media (max-width: 768px) {
  .sec_recruit .column_img {
    padding: 0;
  }
}
.sec_recruit .column_text {
  padding-right: max(50vw - 500px, 3vw);
  padding-left: 15px;
}
@media (max-width: 768px) {
  .sec_recruit .column_text {
    padding-right: 0;
    padding-left: 0;
  }
}
.sec_recruit .btn_wrap .wf_btn_part a {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sec_recruit .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}
.sec_recruit .textBox {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sec_recruit .textBox {
    margin-top: 20px;
  }
}

.sec_contact {
  padding: clamp(50px, 9vw, 100px) 0;
  background: url(/images/bg_img008.jpg) no-repeat center bottom/cover;
}
.sec_contact h2.top_title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sec_contact h2.top_title {
    margin-bottom: 20px;
  }
}
.sec_contact .bg_wh {
  background-color: rgba(255, 255, 255, 0.902);
  border-radius: 60px;
  position: relative;
  max-width: 670px;
  margin: 0 auto;
  padding: 60px 20px 65px;
}
@media (max-width: 768px) {
  .sec_contact .bg_wh {
    border-radius: 30px;
  }
}
.sec_contact .bg_wh:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 60px;
  top: 10px;
  left: 10px;
  border: 6px solid #f5cbdb;
  z-index: 1;
}
@media (max-width: 768px) {
  .sec_contact .bg_wh:before {
    border-radius: 30px;
  }
}
.sec_contact .btn_wrap .wf_btn_part a {
  margin-top: 20px;
  max-width: 289px;
  letter-spacing: 0;
}
.sec_contact .btn_wrap .wf_btn_part a .mail_icon {
  position: relative;
  padding-left: 30px;
}
.sec_contact .btn_wrap .wf_btn_part a .mail_icon:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 16px;
  top: 5px;
  left: 0;
  background: url(/images/contact_mail_ic.png) no-repeat center center/cover;
}
.sec_contact h2.top_title,
.sec_contact .cont_text,
.sec_contact .tel_txt,
.sec_contact .btn_wrap {
  position: relative;
  z-index: 2;
}
.sec_contact .tel_txt {
  text-align: center;
}
.sec_contact .tel_txt a {
  font-size: 37px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.sec_contact .tel_txt a::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 0;
  background: url(/images/hdr_icon_tel.png) no-repeat center center/contain;
  margin-right: 10px;
}

.under .h4_title_wrap + .wrap .inner h5 {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .under .columns .column h4:first-child {
    margin-top: 0;
  }
}
.fee_table tbody td:last-child {
  text-align: right;
}

.under #content .wrap.ulbox .ul02 a,
.under #content .wf_btn_part a {
  text-decoration: none;
}

.large_txt {
  font-size: 18px;
}

@media (max-width: 768px) {
  .large_txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
.red_txt {
  color: #e74c3c;
}

.red_txt:visited {
  color: #e8695c;
}

.bg_color01 {
  background: #fdf1f6 !important;
}

.bg_color02 {
  background: #24a9ce !important;
}

.bg_color03 {
  background: #fe7bb2 !important;
}

table.text_right td {
  text-align: right;
}

table.part_table th {
  white-space: nowrap;
}

.wf_flow_down_wrap {
  padding: 40px 0 20px;
}
@media (max-width: 768px) {
  .wf_flow_down_wrap {
    padding: 30px 0 0;
  }
}

.fee_table tbody td:last-child {
  text-align: right;
}

.btn_wrap .wide_btn a {
  max-width: none;
  padding: 8px 50px 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.t01_wrap .w_auto_table tbody th {
  width: auto;
}

.under h3 .small_txt {
  font-size: 20px;
}
@media (max-width: 768px) {
  .under h3 .small_txt {
    font-size: 18px;
  }
}

.btn_wrap .wf_btn_part.about_wide_btn a {
  max-width: 312px;
}

.about_map {
  height: 100%;
}
@media (max-width: 768px) {
  .about_map iframe {
    height: 400px;
  }
}

.btn_wrap .wf_btn_part.full_btn a {
  max-width: none;
  padding: 9px 30px;
  width: 90%;
}

.leadtext a {
  color: #f8b62a !important;
  font-size: 25px;
}

.form_list a {
  text-decoration: none !important;
}
.form_list a:hover {
  text-decoration: underline !important;
}

textarea {
  min-height: 100px;
}

@media (max-width: 768px) {
  .img_not_full img {
    width: auto;
  }
}

.img_not_full {
  display: block;
  text-align: center;
}/*# sourceMappingURL=local.css.map */