@charset "UTF-8";

html {
  font-size: 100% !important;
}

body {
  background: #fff;
  color: #351d13;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

.hidden {
  display: none;
}

.wf_lic {
  border-bottom: 1px solid #ccc;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* fadeLeft */
.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-400px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* fadeRight */
.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(400px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}


body:not(.page_edit) .fadeUpTrigger,body:not(.page_edit) .fadeLeftTrigger,body:not(.page_edit) .fadeRightTrigger {
  opacity: 0;
}/*# sourceMappingURL=local.css.map */

/*********************/
.is-active {
  animation: fadeIn 0.8s ease-in-out forwards;
}

.slide-in {
  animation: fadeIn .3s ease-in-out forwards;
}

.slide-out {
  animation: fadeOut .3s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

@keyframes fadeOut {
  from {
    opacity:1;
  }
  to {
    opacity:0;
  }
}
.wf_blog_li_thumb {
  display: none !important;
}

.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 6em;
  display: inline-block;
  padding: 5px 15px;
  font-size: 8px;
  color: #3f3636;
  border-radius: 5px;
  margin-right: 5px;
}

#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: #ff9048;
  color: #fff;
}

a,
a:visited,
a:hover {
  color: #351d13;
}

img {
  max-width: 100%;
}

/**/
#header .inner,
#content .inner,
#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: #351d13;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

#nav li a span {
  font-size: 14px;
  color: #351d13;
  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: #ff9048;
}

.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;
}

/* 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;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
}

/* 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%;
}

.wrap img {
  max-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: 1010px) {

  #header .inner,
  #content .inner,
  #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;
  }
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  img {
    max-width: 100%;
  }

  #header {
    height: 110px;
  }

  #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;
  }

  .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: 5px 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 a {
  color: #351d13;
}

.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: 10px;
  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;
}

/* *******************************************************************************
******************************************************************************* */
.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 25px;
  position: relative;
  word-wrap: break-word;
}

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

.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;
  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;
  letter-spacing: 0.05em;
}

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

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

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

ol li {
  list-style: decimal;
  margin-left: 1em;
}

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: #fbf5e1;
  padding: 2em;
  box-sizing: border-box;
  border-radius: 5px;
  letter-spacing: 0.05em;
}

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

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

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

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

.center {
  text-align: center;
  margin: auto;
  display: block;
}

#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;
  }

  #upper_footer h3.title {
    display: inline-block;
  }

  #upper_footer p {
    margin: 10px 10px 30px;
    text-align: left;
  }

  #upper_footer .footer_btn01 {
    font-size: 20px;
  }

  #upper_footer .footer_btn02 {
    font-size: 16px;
  }
}

.leadtext {
  font-size: 22px;
  font-weight: bold;
  color: #cc7d90;
  letter-spacing: 0.1em;
  text-align: center;
}

.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%;
  }
}

/* =====================================
=================追加分================ */
body {
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

.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: #ff9048 !important;
  background-color: #ff9048 !important;
}

/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 768px) {

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

/*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;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #351d13;
  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 #351d13;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

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

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

/*ボタンデザイン*/
.btn_wrap .wf_btn_part a {
  background: #ff9048;
  color: white;
  font-size: 15px;
  border-radius: 50vw;
  max-width: 230px;
  padding: 12px 42px;
  font-weight: bold;
  width: 100%;
  border: 1px solid #ff9048;
  box-sizing: border-box;
  transition: 0.2s;
  letter-spacing: 0.1em;
}

.btn_wrap .wf_btn_part a:before {
  display: none;
}

.btn_wrap .wf_btn_part a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: 200ms;
}

.btn_wrap .wf_btn_part a:hover {
  background: transparent;
  color: #ff9048;
}

.btn_wrap .wf_btn_part a:hover:after {
  right: 15px;
  border-bottom: 1px solid #ff9048;
  border-right: 1px solid #ff9048;
}

/*pagetopボタン*/
.pagetop {
  background: url(/images/top.png);
  background-size: cover;
  width: 80px;
  height: 80px;
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
    bottom: 17vw;
  }
}

.pagetop:before {
  display: none;
}

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

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

/*リストのドットの背景色*/
.list_dot li:before {
  background: #ff9048;
}

/*ブログ一覧のカテゴリ表示*/
.wf_lic_ブログ .wf_blog_li_date:before {
  content: "ブログ";
  background: #ff9048;
  font-size: 14px;
  color: white;
  display: inline-block;
  width: 110px;
  text-align: center;
  border-radius: 12px;
  margin-right: 15px;
  padding: 0;
}

.wf_lic_未就園児教室 .wf_blog_li_date:before {
  content: "未就園児教室";
  background: #f7bd60;
  font-size: 14px;
  color: white;
  display: inline-block;
  width: 110px;
  text-align: center;
  border-radius: 12px;
  margin-right: 15px;
  padding: 0;
}

/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.h2_title_wrap,
.blog_body .h3_title_wrap {
  background: url(/images/h1.jpg) no-repeat center center/cover;
}

.originh1,
.blog_body .h3_title_wrap h3,
.under h2 {
  font-size: 36px;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  padding: 50px 0;
  font-family: "Zen Old Mincho", serif;
}

@media (max-width: 768px) {

  .originh1,
  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 27px;
    padding: 30px 0;
  }
}

.originh2,
.under h3,
.top h2 {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  padding-top: 35px;
}

@media (max-width: 768px) {

  .originh2,
  .under h3,
  .top h2 {
    margin-top: 30px;
    font-size: 24px;
    padding-top: 35px;
  }
}

.originh2::before,
.under h3::before,
.top h2::before {
  content: "";
  width: 35px;
  height: 33px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/h2_icon001.png) no-repeat center center/contain;
}

.originh3,
.under h4,
.top h3 {
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  padding-left: 34px;
  padding-bottom: 8px;
  position: relative;
  letter-spacing: 0.08em;
  border-bottom: 2px dashed #ff9048;
}

.originh3::before,
.under h4::before,
.top h3::before {
  content: "";
  width: 21px;
  height: 24px;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/h2_icon002.png) no-repeat center center/contain;
}

@media (max-width: 768px) {

  .originh3,
  .under h4,
  .top h3 {
    font-size: 20px;
    padding-left: 28px;
    margin-top: 20px;
  }

  .originh3::before,
  .under h4::before,
  .top h3::before {
    top: 7px;
  }
}

.originh4,
.under h5,
.top h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  padding-left: 25px;
  position: relative;
  letter-spacing: 0.08em;
}

.originh4::before,
.under h5::before,
.top h4::before {
  content: "";
  width: 19px;
  height: 14px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/h2_icon003.png) no-repeat center center/contain;
}

@media (max-width: 768px) {

  .originh4,
  .under h5,
  .top h4 {
    font-size: 17px;
    padding-left: 25px;
  }

  .originh4::before,
  .under h5::before,
  .top h4::before {
    top: 9px;
  }
}

/*topのタイトルパーツに継承*/
/*下層ページのタイトルパーツに継承*/
/*ブログ一覧ページタイトルパーツにも継承*/
/*ブログのタイトルも下層ページと同じデザインに変更*/
.blog_body .h3_title_wrap h3 {
  margin: 0;
}

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

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

ul.ul02 li:before {
  border-left: 8px solid #ff9048;
}

.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: #e4f5f1;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .bg01 {
    padding: 30px !important;
    font-size: 16px;
  }
}

#content {
  overflow: hidden;
}

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

table {
  font-size: 100% !important;
}

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

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

#header h1 {
  float: none;
}

#header .hdr_info_wrap {
  max-width: 80%;
}

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

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

#menu {
  display: flex;
  justify-content: center;
}

#menu #menu-inner {
  max-width: 100%;
}

#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 1.3em;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1300px) {
  #menu-list>li>a {
    padding: 0 8px;
    font-size: 13px;
  }
}

#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;
}

#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: 200px;
}

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

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }

  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    width: 1000px;
    max-width: 100%;
    margin-top: 6px;
  }

  #menu-list>li {
    display: flex;
    justify-content: center;
    flex: auto;
    box-sizing: border-box;
  }

  #menu-list>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  #menu-list>li>a span {
    margin-top: 3px;
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 0;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }

  #menu-list>li>ul.menu-children {
    top: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }

  body:not(.top) #content {
    margin-top: 65px;
  }

  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    height: 60px;
    box-sizing: border-box;
    z-index: 5;
  }

  #header .hdr_top {
    padding: 0;
  }

  #header .hdr_info_list a {
    display: block;
  }

  #header .hdr_info_list img {
    width: 40px;
    display: block;
  }

  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 60%;
    max-width: 320px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    background: #fff;
    visibility: hidden;
  }

  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }

  .toggle span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #816247;
    border-radius: 4px;
    transition: all 0.3s;
  }

  .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 #ff9048;
    padding: 15px 10px;
    background: #fff;
    text-align: left;
  }

  #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: 10px;
    padding-left: 20px;
    line-height: 2;
    background: #ff9048;
  }

  #menu-list>li>ul.menu-children>li>a:hover {
    background: #fda267;
  }
}

header#header .header_inner_box .inner {
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
  padding-left: 30px;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  header#header .header_inner_box .inner {
    padding: 0 10px;
  }
}

header#header .header_inner_box .inner .hdr_top {
  padding: 15px 0 18px;
}

@media (max-width: 960px) {
  header#header .header_inner_box .inner .hdr_top {
    padding: 0;
  }
}

@media (min-width: 961px) {
  header#header .header_inner_box .inner .hdr_top h1 img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 960px) {
  header#header .header_inner_box .inner .hdr_top h1 {
    width: 160px;
  }

  header#header .header_inner_box .inner .hdr_top h1 img {
    max-width: 100%;
    width: 100%;
  }
}

header#header .header_inner_box .inner .hdr_top .hdr_info_wrap #menu #menu-inner #navArea nav>#menu-list {
  justify-content: flex-end;
}

@media (min-width: 961px) {
  header#header .header_inner_box .inner .hdr_top .hdr_info_wrap #menu #menu-inner #navArea nav>#menu-list>li {
    flex: 0 1 auto;
  }
}

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

@media (max-width: 768px) {
  .mainmovie {
    padding-top: 100%;
  }
}

@media (max-width: 960px) {
  .mainmovie {
    margin-top: 60px;
  }
}

.mainmovie .moviebox {
  width: 100%;
  max-width: 100%;
}

.mainmovie .moviebox img,
.mainmovie .moviebox video,
.mainmovie .moviebox iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainmovie .copybox {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 5%;
  right: auto;
  margin: auto;
  width: 594px;
  height: 215px;
  max-width: 31vw;
max-height: 12vw;
}

@media (max-width: 768px) {
  .mainmovie .copybox {
    width: 633px;
    height: 187px;
    max-width: 93.4666666667vw;
    max-height: 28.6666666667vw;
    bottom: 5%;
    left: 0;
    right: 0;
  }
}

.mainmovie .copybox img {
  width: 100%;
  height: 100%;
}

.mainmovie .wave {
  position: absolute;
  bottom: -1px;
  top: auto;
  width: 100%;
  margin: 0;
}

.mainmovie .wave img {
  display: block;
  width: 100%;
}

.top h2 {
  font-size: 40px;
  margin: 0 0 40px;
  padding-top: 35px;
}

.top h2 .sub {
  display: block;
  font-size: 20px;
  color: #ff9048;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 3px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}

.top h2::before {
  width: 45px;
  height: 32px;
  background: url(/images/icon02.png) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .top h2 {
    font-size: 26px;
    padding-top: 36px;
    margin: 0 0 25px;
  }

  .top h2 .sub {
    font-size: 16px;
    margin-top: 3px;
  }
}

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

.top .btn_wrap .wf_btn_part a {
  letter-spacing: 0.2em;
}

.sec_news {
  padding: 100px 0 75px;
}

@media (max-width: 768px) {
  .sec_news {
    padding: 50px 0 35px;
  }
}

.sec_news h2 {
  padding-top: 29px;
}

.sec_news h2::before {
  width: 33px;
  height: 28px;
  background: url(/images/icon06.png) no-repeat center center/contain;
}

.sec_news .flex_cont {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .sec_news .flex_cont {
    gap: 0;
  }
}

.sec_news .flex_cont li {
  width: 45%;
  text-align: center;
  padding: 12px 0;
  border-radius: 10px 10px 0 0;
  color: white;
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 18px);
  cursor: pointer;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .sec_news .flex_cont li {
    width: 46%;
    padding: 7px 0;
  }
}

.sec_news .flex_cont li.color001 {
  background: #ff9048;
}

.sec_news .flex_cont li.color002 {
  background: #f7bd60;
}

.sec_news .news_content {
  margin: 0;
  background: #fbf5e1;
  padding: 5%;
  box-sizing: border-box;
  border-radius: 10px;
}

.sec_news .news_content ul {
  margin: 0;
}

.sec_news .news_content .wf_lic {
  border-bottom: none;
  border-bottom: dashed 1px #d1d9de;
}

@media (max-width: 768px) {
  .sec_news .news_content .wf_blog_li_date {
    padding-bottom: 0;
  }
}

.sec_news .btn_wrap {
  margin-top: 30px;
}

@media (min-width: 769px) and (max-width: 768px) {
  .sec_news .btn_wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .sec_news .btn_wrap {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.sec_about {
  padding: 100px 0;
  background: url(/images/bg_img001.jpg) no-repeat center center/cover;
}

.sec_about .txt1 {
  font-size: 30px;
  color: #351d13;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  margin: 0 0 0.5em;
  font-family: "Zen Old Mincho", serif;
}

@media (max-width: 768px) {
  .sec_about .txt1 {
    font-size: 20px;
    margin: 15px 0 10px;
  }
}

.sec_about .txt2 {
  font-size: 18px;
  letter-spacing: 0.075em;
  text-align: center;
  margin: 0 0 25px;
}

@media (max-width: 768px) {
  .sec_about .txt2 {
    font-size: 16px;
  }
}

.sec_about .sec_text {
  margin: 25px 0 40px;
}

@media (max-width: 768px) {
  .sec_about .sec_text {
    margin: 25px 0 30px;
  }
}

@media (max-width: 768px) {
  .sec_about {
    padding: 50px 0 70px;
    background: url(/images/sp_bg_img001-1.png) no-repeat center top/100%, url(/images/sp_bg_img001-2.png) no-repeat center bottom/100%, url(/images/sp_bg_img001.jpg) no-repeat center center/cover;
  }
}

.sec_life {
  padding: 90px 0;
  background: url(/images/bg_img002.jpg) no-repeat center bottom/cover;
}

.sec_life h2 {
  padding-top: 37px;
}

.sec_life h2::before {
  width: 42px;
  height: 35px;
  background: url(/images/icon04.png) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .sec_life h2 {
    padding-top: 39px;
  }
}

@media (min-width: 769px) and (max-width: 769px) {
  .sec_life .columns {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 768px) {
  .sec_life {
    padding: 30px 0 50px;
  }

  .sec_life .column:not(:last-child) {
    margin-bottom: 20px;
  }

  .sec_life .columns {
    max-width: 680px;
    margin: 0 auto;
  }
}

.sec_guide h2 {
  padding-top: 0;
  padding-left: 50px;
  text-align: left;
}

.sec_guide h2::before {
  top: 20px;
  right: auto;
  width: 36px;
  height: 35px;
  background: url(/images/icon05.png) no-repeat center center/contain;
}

.sec_guide h2 .sub {
  margin-left: -50px;
}

@media (max-width: 1000px) and (min-width: 769px) {
  .sec_guide h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }

  .sec_guide h2::before {
    top: 10px;
  }
}

@media (max-width: 768px) {
  .sec_guide h2 {
    margin: 0 0 20px;
    padding-left: 45px;
  }

  .sec_guide h2::before {
    top: 5px;
  }

  .sec_guide h2 .sub {
    margin-left: -45px;
  }
}

@media (max-width: 768px) {
  .sec_guide h2 {
    margin-top: 20px;
  }
}

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

.sec_guide .columns:not(:last-child) {
  margin-bottom: 50px;
}

.sec_guide .sec_text {
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .sec_guide .sec_text {
    margin: 0 0 25px;
  }
}

@media (min-width: 769px) {
  .sec_guide .btn_wrap a {
    margin: 0;
  }
}

.sec_guide .guide_box01 {
  padding: 100px 0 60px;
  background: url(/images/bg_img003.jpg) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .sec_guide .guide_box01 {
    padding: 50px 0 50px;
  }
}

.sec_guide .guide_box02 {
  padding: 0 0 60px;
  background: url(/images/bg_img004.jpg) no-repeat center center/cover;
}

.sec_guide .guide_box02 h2:before {
  top: 20px;
  width: 30px;
  height: 38px;
  background: url(/images/icon03.png) no-repeat center center/contain;
}

.sec_guide .guide_box03 h2:before {
  top: 18px;
  width: 33px;
  height: 38px;
  background: url(/images/icon07.png) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .sec_guide .guide_box02 {
    padding: 0 0 50px;
  }
}

.sec_guide .guide_box03 {
  padding: 0 0 100px;
  background: url(/images/bg_img005.jpg) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .sec_guide .guide_box03 {
    padding: 0 0 50px;
  }
}

@media (min-width: 769px) {
  .sec_guide .columns.reverse .column:first-child {
    height: 768px;
    position: relative;
  }

  .sec_guide .columns.reverse .column:first-child img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: auto;
    margin: auto;
    width: 929px;
    height: 768px;
    max-width: none;
  }
}

@media (min-width: 769px) {
  .sec_guide .columns:not(.reverse) .column:first-child {
    height: 768px;
    position: relative;
  }

  .sec_guide .columns:not(.reverse) .column:first-child img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 30px;
    margin: auto;
    width: 929px;
    height: 768px;
    max-width: none;
  }
}

.sec_parents {
  padding: 70px 0;
  background: url(/images/bg_img006.jpg) no-repeat center/cover;
}

.sec_parents .txtbox {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .sec_parents {
    padding: 50px 0;
  }
}

@media (min-width: 769px) {
  .sec_parents .txtbox {
    display: flex;
    align-items: center;
  }

  .sec_parents .txtbox h2 {
    width: 375px;
    padding-top: 0;
    padding-left: 50px;
    text-align: left;
    margin: 0;
  }

  .sec_parents .txtbox h2::before {
    top: 23px;
    right: auto;
    width: 32px;
    height: 33px;
    background: url(/images/icon08.png) no-repeat center center/contain;
  }

  .sec_parents .txtbox h2 .sub {
    margin-left: -50px;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .sec_parents .txtbox h2 {
    font-size: 30px;
  }

  .sec_parents .txtbox h2::before {
    top: 13px;
  }
}

@media (min-width: 769px) {
  .sec_parents .txtbox .cont {
    box-sizing: border-box;
  }

  .sec_parents .txtbox .cont .sec_text {
    letter-spacing: 0.05em;
    margin: 15px 0 0;
  }
}

@media (max-width: 768px) {
  .sec_parents .column:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sec_recruit {
  padding: 100px 0;
  background: url(/images/bg_img005.jpg) no-repeat center top/cover;
}

@media (max-width: 768px) {
  .sec_recruit {
    padding: 50px 0;
  }
}

.sec_contact {
  padding: 120px 0 90px;
  background: url(/images/bg_img007.jpg) no-repeat center top/cover;
}

.sec_contact h2 {
  padding-top: 30px;
}

.sec_contact h2::before {
  width: 40px;
  height: 30px;
  background: url(/images/icon09.png) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .sec_contact h2 {
    padding-top: 34px;
  }
}

.sec_contact .btn_wrap .wf_btn_part a {
  max-width: 295px;
  padding: 13px 42px;
  border-radius: 27.5px;
}

.sec_contact .btn_wrap .wf_btn_part a .icon_mail {
  position: relative;
  padding-left: 25px;
}

.sec_contact .btn_wrap .wf_btn_part a .icon_mail::after {
  content: "";
  width: 17px;
  height: 13px;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/mail_icon.png) no-repeat center center/contain;
}
.sec_contact .btn_wrap .wf_btn_part a:hover {
  background: #ffaa74;
color: #fff;
border-color: #ffaa74;
}
.sec_contact .btn_wrap .wf_btn_part a:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  .sec_contact {
    padding: 70px 0 50px;
  }
}

.sec_contact .txt1 {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 18px;
}

.sec_contact .txt2 {
  text-align: center;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  letter-spacing: 0.07em;
  margin-bottom: 45px;
  line-height: 1;
}

@media (max-width: 768px) {
  .sec_contact .txt2 {
    margin-bottom: 30px;
  }
}

.sec_contact .txt2 a .telicon1 {
  padding-left: 33px;
  position: relative;
  letter-spacing: 0.07em;
}

.sec_contact .txt2 a .telicon1::before {
  content: "";
  width: 23px;
  height: 27px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/telicon.png) no-repeat center center/contain;
}

.fixedbnr {
  position: fixed;
  right: 0;
  left: auto;
  top: 250px;
  z-index: 5;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .fixedbnr {
    max-width: 75px;
    top: 200px;
  }
}

@media (min-width: 769px) and (max-height: 700px) {
  .fixedbnr {
    max-width: 75px;
    top: 200px;
  }
}

.fixedbnr ul li img {
  width: 100%;
}

@media (max-width: 768px) {
  .fixedbnr {
    bottom: 0;
    top: auto;
  }
}

@media (max-width: 768px) {
  .fixedbnr ul {
    display: flex;
  }

  .fixedbnr ul li img {
    vertical-align: bottom;
  }
}

#upper_footer {
  padding: 80px 0 0;
  background: url(/images/bg_img008.jpg) no-repeat center center/cover;
}

#upper_footer .bnrbox2 {
  max-width: 250px;
}

#upper_footer .copyright {
  margin-top: 40px;
}

@media (max-width: 768px) {
  #upper_footer .is-5 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #upper_footer {
    padding: 50px 0;
  }
}

#upper_footer .inner {
  padding: 0 20px;
  box-sizing: border-box;
}

#upper_footer .inner .logospace {
  margin: 0 0 20px;
  max-width: 322px;
}

@media (max-width: 768px) {
  #upper_footer .inner .logospace {
    margin: 0 auto 20px;
  }
}

@media (max-width: 768px) {
  #upper_footer .inner .logospace {
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  #upper_footer .inner .logospace {
    text-align: center;
  }
}

#upper_footer .inner .pinicon1 {
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  #upper_footer .inner .pinicon1 {
    text-align: center;
  }
}

#upper_footer .inner .footerttl {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ff9048;
  margin-left: 0;
  margin-right: 0;
  letter-spacing: 0.05em;
}

#upper_footer .inner .footerttl.footerttl2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #upper_footer .inner .footerttl.footerttl2 {
    margin-top: 23px;
  }
}

@media (max-width: 768px) {
  #upper_footer .inner .footerttl {
    margin-top: 23px;
  }
}

#upper_footer .inner ul li {
  padding: 2px 0;
}

#upper_footer .inner ul li.sublink {
  padding: 0;
}

#upper_footer .inner ul li a {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

#upper_footer .inner ul li.sublink a {
  font-size: 14px;
  margin-left: 10px;
}

#upper_footer .inner ul li a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border-left: 6px solid #ff9048;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

#upper_footer .inner ul li.sublink a::before {
  content: "";
  width: 7px;
  height: 2px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  background: #ff9048;
  border: none;
}

@media (max-width: 768px) {
  #upper_footer .copyright {
    padding: 0 10px;
    margin: 25px 0 0;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 8vw;
  }
}

@media (min-width: 769px) {
  .sec_news .columns {
    align-items: center;
  }
}

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

.borderbox {
  padding: 30px 40px 30px !important;
  box-sizing: border-box;
  background: #fbf5e1;
  border: none;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 25px 20px 25px !important;
  }

  .ul02 li:before {
    top: 6px;
  }
}

.t01_wrap tbody th {
  background: #fbf5e1;
  width: 33%;
  font-weight: bold;
  text-align: center;
}

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

@media (max-width: 768px) {

  .t01_wrap th,
  .t01_wrap td {
    padding: 0.8em;
    font-size: 14px;
  }
}

.fs_title {
  font-size: 18px;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .fs_title {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

.under h4+.columns {
  margin-top: 30px;
}

.btn_wrap.wide_btn .wf_btn_part a {
  max-width: 350px;
}

.require_text {
  display: block;
}

.blog_body .wf_blog_ul {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .blog_body .wf_blog_ul {
    margin-top: 20px;
  }

  .list_dot li:before {
    top: 8px;
  }
}

@media (max-width: 768px) {
  .t01_wrap.scl_table .cont {
    overflow-x: scroll;
  }

  .t01_wrap.scl_table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}

header#header .header_inner_box .inner .hdr_top h1 img {
  display: block;
}

@media (max-width: 768px) {
  .under .wf_youtube_iframe {
    position: relative;
  }

  .under .wf_youtube_iframe iframe {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 56%;
  }
}

.under .ulbox ul.list_dot li {
  margin: 0;
}

.list_dot li.dots_none:before {
  content: none;
}

@media (min-width: 769px) {
  .list_dot li.dots_none {
    text-align: right;
  }

  .ulbox .flex-end_item {
    justify-content: flex-end;
  }
}

.sec_blog1 .wf_lic_地域支援・子育て支援 .wf_blog_li_thumb img {
  width: 100%;
  height: 222px;
  -o-object-fit: cover;
  object-fit: cover;
}

.under .column>h4 {
  margin-bottom: 25px;
}

.st_text {
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #ff9048;
  font-size: 20px;
}

@media (max-width: 768px) {
  .st_text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #upper_footer .bnrbox2 {
    margin: 0 auto;
  }
}

@media (min-width: 961px) {
  #menu-list>li.last>ul.menu-children {
    right: 0;
  }
}

@media (max-width: 768px) {
  .t01_wrap.cus_table .cont {
    overflow-x: scroll;
  }

  .t01_wrap.cus_table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }

  .under .column>h4 {
    margin-bottom: 10px;
  }

  .under h5 {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .sec_guide .guide_box02 h2:before {
    top: 5px;
  }

  .sec_guide .guide_box03 h2:before {
    top: 3px;
  }
}

.h4_title_wrap h4 {
  margin-bottom: 10px;
}

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

@media (max-width : 767px) {
  .under .is-multiline .column.wf_img_cont:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media (min-width: 961px) {
  .top #header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

@media (min-width: 961px) {
  .top #menu-list>li>a span {
    color: #fff;
    text-shadow: 0px 0px 12.45px rgba(11, 18, 15, 0.33);
  }
}

@media (min-width: 961px) {
  .top .hdr_top h1 .sp2 {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .top .hdr_top h1 .pc2 {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  #menu-list>li>a img.pc2 {
    display: none !important;
  }
}
@media ( max-width : 768px ) {
  .mainmovie .copybox img {
    height: auto;
  }
}
.under .img_span img {
    border-radius: 10px;
}