@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
.wf_tab_field .inner {
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.wf_tab_btn .inner,
.wf_tab_btn .inner .columns {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 0;
}

.wf_tab_btn .inner .columns {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .wf_tab_btn .column {
    margin-bottom: 0 !important;
  }
}

.wf_tab_btn .wf_btn_part {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  background: #66c291;
  cursor: pointer;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #fff;
}

@media (max-width: 768px) {
  .wf_tab_btn .wf_btn_part {
    font-size: 12px;
  }
}

.wf_tab_btn .wf_btn_part.wf_tab_btn_current {
  background: #035f38;
  color: #fff;
  font-weight: bold;
}

.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.top h2,
#footer h2 {
  margin-bottom: 30px;
  text-align: center;
}

.top h2 img,
#footer h2 img {
  margin-left: auto;
  margin-right: auto;
}

#footer h3.title,
.top h3.title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #272626;
  position: relative;
  padding-bottom: 0;
  line-height: 1.5em;
}

#footer h3.title span,
.top h3.title span {
  font-size: 24px;
  display: block;
  color: #009a47;
}

@media only screen and (max-width: 768px) {
  .top h2,
  #footer h2 {
    margin-bottom: 15px;
  }
  .top h2 img,
  #footer h2 img {
    max-width: 80%;
  }
  #footer h3.title,
  .top h3.title {
    font-size: 28px;
  }
  #footer h3.title span,
  .top h3.title span {
    font-size: 18px;
  }
}

.top h4.title {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.carousel {
  position: relative;
}

.copy_inner {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.copy {
  position: absolute;
  left: auto;
  right: 24vw;
  bottom: 0;
  top: auto;
  max-width: 40vw;
  max-height: 10vw;
  width: 755px !important;
  height: 191px !important;
  margin: auto !important;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .carousel {
    position: relative;
  }
  .copy {
    left: 0;
    right: 0;
    bottom: 5%;
    top: auto;
    max-height: 29% !important;
    max-width: 80% !important;
    width: 684px !important;
    height: 190px !important;
    margin: auto !important;
  }
  .carousel:after {
    top: 18%;
    bottom: auto;
    left: auto;
    right: 6%;
    z-index: 1;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    background-size: 55%;
  }
  .carousel:before {
    top: 69%;
    bottom: auto;
    right: auto;
    left: 24%;
    background-size: 60%;
  }
}

.copy div.part {
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.5em;
  max-width: calc(100% - 30px);
  margin: auto;
}

.copy a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  background: #052c93;
  padding: 0px;
  border-radius: 20px;
  max-width: 200px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .copy div.part {
    line-height: 4em;
  }
  .copy a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 5px auto;
    display: block;
    font-size: 14px;
  }
}

body {
  background: #fff;
  color: #272626;
  overflow-x: hidden;
}



a,
a:visited,
a:hover {
  color: #1b1b1b;
}

/**/
/*#header .inner,*/
#header .inner {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}

#nav .inner,
.copy_inner,
#content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

@media only screen and (max-width: 768px) {
  .column {
    margin-bottom: 5%;
  }
}

a {
  -webkit-transition: 200ms;
  transition: 200ms;
}

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

/* header */
#header > .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#header .info {
  float: right;
  width: 50%;
  margin-top: 35px;
}

.hdr_sns li:not(:first-child) {
  margin-left: 15px;
}

/* nav */
#nav #menu {
  display: inline-block;
}

#nav #menu > li {
  float: left;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
}

#nav #menu > li:hover {
  cursor: pointer;
}

#nav li a img {
  display: block;
  margin: 0 auto 5px;
}

#nav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 13px;
  font-weight: bold;
}

#nav .submenu_ul li a {
  padding: 8px 10px;
}

#nav li.nav_contact a {
  background: #004098;
  color: #fff;
}

#nav li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.submenu_ul {
  position: absolute;
  z-index: 2;
}

.submenu_ul > li {
  background: #cbf396;
  list-style: none;
  width: 250px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
}

.submenu_ul > li a:hover {
  color: #717171 !important;
}

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

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

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

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

.carousel {
  padding-bottom: 0px;
  width: 100%;
  overflow: hidden;
}

.carousel > div {
  width: 100%;
  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;
}

.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 19px;
  height: 34px;
  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:hover {
  opacity: 0.5;
}

/* フッター */
.totop {
  text-align: right;
  line-height: 1;
  max-width: 20%;
}

.totop img {
  display: block;
  float: right;
}

.totop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 99;
}

#footer .footer_top {
  background: url(/images/bg07.jpg) no-repeat center bottom/cover;
  padding: 100px 0;
}

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

#footer .footer_top .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer_top .columns .column {
  margin: 0;
}

#footer .footer_top ul {
  margin-top: 5%;
}

#footer .footer_top ul li {
  max-width: 715px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
}

@media (max-width: 768px) {
  #footer .footer_top ul li {
    border-radius: 20px;
    text-align: center;
    padding: 10px;
  }
}

#footer .footer_top ul li:not(:first-child) {
  margin-top: 15px;
}

#footer .footer_top ul li:nth-child(1) {
  background: #e6f0d9;
}

#footer .footer_top ul li:nth-child(1) .con_tel {
  color: #90be54;
}

#footer .footer_top ul li:nth-child(1) .con_tel a {
  color: #90be54;
}

#footer .footer_top ul li:nth-child(1) .con_tel span:before {
  left: 8px;
  width: 20px;
  height: 33px;
  background: url(/images/phone_ico_green.png) no-repeat center;
}

#footer .footer_top ul li:nth-child(2) {
  background: #fdf0de;
}

#footer .footer_top ul li:nth-child(2) .con_tel {
  color: #f0a73f;
}

#footer .footer_top ul li:nth-child(2) .con_tel a {
  color: #f0a73f;
}

#footer .footer_top ul li:nth-child(2) .con_tel span:before {
  left: 8px;
  width: 20px;
  height: 33px;
  background: url(/images/phone_ico_orange.png) no-repeat center;
}

#footer .footer_top ul li:nth-child(3) {
  background: #ffffff;
}

#footer .footer_top ul li:nth-child(3) .con_tel span:before {
  width: 30px;
  height: 31px;
  background: url(/images/fax_ico.png) no-repeat center;
}

#footer .footer_top .con_text {
  font-size: 18px;
  font-weight: bold;
}

#footer .footer_top .con_tel {
  font-weight: bold;
  font-size: 28px;
}

#footer .footer_top .con_tel span {
  position: relative;
  padding-left: 40px;
}

#footer .footer_top .con_tel span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
}

#footer .footer_top .con_btn a {
  max-width: 480px;
}

#footer .footer_top .con_btn.mailbtn span {
  position: relative;
  padding-left: 50px;
}

#footer .footer_top .con_btn.mailbtn span::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/mail_ico_wh.png) no-repeat center;
}

#footer .footer_btm {
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 768px) {
  #footer .footer_btm {
    padding: 20px 0 17vw;
  }
}

#footer .footer_btm .ft_sitemap .footer_ul {
  padding: 15px 0;
}

@media (min-width: 769px) {
  #footer .footer_btm .ft_sitemap .footer_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 769px) {
  #footer .footer_btm .ft_sitemap .footer_ul li:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
  }
}

@media (min-width: 769px) {
  #footer .footer_btm .ft_sitemap .footer_ul li:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1em;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    background: #444444;
  }
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

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

/* BTN */
.anchor_wrap a {
  width: 180px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  background: #afcaf2;
  border-radius: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
h3 {
  /*font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
  text-align: center;
  letter-spacing: 0.1em;
}

h3.title {
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  letter-spacing: 0.1em;
  padding-top: 2.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0;
  color: #564d50;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.under h3.title {
  border-bottom: dotted 5px #90be54;
  display: table;
  width: auto;
  margin: 50px auto 0 auto;
  line-height: 1.4em;
  padding-bottom: 0.3em;
  position: relative;
  padding-left: 50px;
  padding-right: 40px;
}

.under h3.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 36px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/h2_icon02.png) no-repeat center/contain;
}

.under h3.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 46px;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background: url(/images/h2_icon01.png) no-repeat center/contain;
}

.under .h3_title_wrap {
  margin-top: 3%;
}

/*.under h3{
	text-align:center;
	box-sizing:border-box;
	padding:0 0 30px 0;
	display:block;
	font-size:32px;
	letter-spacing:0.05em;
	margin:0 0 40px;
	font-weight:bold;
}*/
.top h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #50350d;
  letter-spacing: 0.05em;
}

.under h4 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 48px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}

.under h4.title.tit_color1,
.under h4.title.tit_color2,
.under h4.title.tit_color3 {
  border: none;
  padding: 1em;
  font-weight: bold;
  margin-bottom: 0;
}

.under h4.title.tit_color1 {
  background: #caf0f9;
}

.under h4.title.tit_color2 {
  background: #66c291;
}

.under h4.title.tit_color3 {
  background: #eaf4d9;
}

.under h4.title.tit_color1:before,
.under h4.title.tit_color2:before,
.under h4.title.tit_color3:before {
  content: none;
}

.under h4.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fddca0;
}

.under h4.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/h4.png) no-repeat center/contain;
}

.under h5 {
  font-size: 18px;
  padding: 0.3em 15px 0.4em 15px;
  border-left: 5px solid #90be54;
  font-weight: bold;
  background: #e6f0d9;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}

.top .bg_block {
  background: #000c1c;
}

/* item */
.item-list li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  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: 16px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

/* under */
.under .wf_bread_ul {
  max-width: 100%;
  background-size: 100% 80px;
  padding: 2px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page_title {
  background: #000c1c;
  text-align: center;
  margin-bottom: 30px;
  padding: 2em 0;
}

h2.title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 40px;
  /*font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
}

/* template */
.under .wrap {
  margin-bottom: 30px;
}

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

@media (max-width: 769px) {
  .wrap img {
    margin: 0 auto;
  }
}

/*-------------------
 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 (min-width: 1101px) {
  .hdr_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
  }
  #toggle {
    display: none;
  }
  #nav .nav_contact {
    margin-left: 30px;
  }
  #nav #menu > li {
    position: relative;
  }
  #nav #menu > li:last-child .submenu_ul {
    left: auto;
    right: 0;
  }
  #nav #menu > li > a {
    position: relative;
  }
  #nav #menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    background: #dfdfdf;
  }
  #nav #menu > li:last-child a:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    background: #dfdfdf;
  }
  #nav #menu > li.nav6 .submenu_ul > li {
    width: 310px;
  }
  #nav #menu > li.nav9 .submenu_ul > li {
    width: 310px;
  }
  #header .sp_hdr_info {
    display: none;
  }
  .hdr_top .hdr_right_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hdr_top .hdr_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hdr_top .hdr_info .hdr_insta img {
    display: block;
    margin: 0 auto;
  }
  .hdr_top .hdr_info .hdr_insta img:nth-child(n + 2) {
    margin-top: 15px;
  }
  .hdr_top .hdr_info > *:not(:first-child) {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1600px) {
  .copy_inner,
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  #header .inner,
  #nav .inner {
    width: 98%;
    margin: 0 auto;
    text-align: center;
  }
  .map {
    padding-bottom: 45%;
  }
  #header h1 {
    max-width: 45%;
  }
  #header h1 img {
    width: 383px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 24px;
  }
  .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%;
  }
}


@media screen and (min-width:1100px) {
  .sp01 {
    display: none !important;
  }
}


@media only screen and (max-width: 1100px) {
  .pc02 {
    display: none !important;
  }
  #nav li a img {
    display: none;
  }
  #header .hdr_right {
    display: none;
  }
  #header {
    height: 80px;
  }
  #header h1 {
    position: absolute;
    margin-top: 0;
    left: 0px;
    top: 0;
    padding-left: 10px;
    padding-top: 10px;
  }
  #header .hdr_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header .hdr_info {
    position: absolute;
    top: 19px;
    right: 60px;
  }
  #header .hdr_info p:not(:first-child) {
    margin-left: 10px;
  }
  #nav {
    width: auto;
    float: right;
    background: none;
    padding-bottom: 10px;
    padding-top: 25px;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    max-width: 40px;
    width: 10%;
  }
  #toggle img {
    max-width: 100%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: #90be54;
    left: 0;
    margin: 0;
    top: 80px;
    width: 100%;
    position: absolute;
    z-index: 999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #nav ul li.nav01 {
    border-left: none;
  }
  #nav ul li a {
    display: block;
    padding: 12px 10px !important;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    color: #fff;
  }
  #nav .submenu_ul li a {
    color: #444444;
  }
  #nav ul .has_children .submenu_ul {
    top: 100%;
    position: relative;
  }
  .submenu_ul > li {
    width: 100%;
    height: 52px;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #content {
    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) {
  #header h1 {
    padding: 23px 0 0 10px;
max-width: 55%;
  }

#header h1 img {
    width: 423px;
}

  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 {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 320px) {
  #header {
    height: 75px;
  }
  #header h1 {
    top: 0;
  }
  #header .info {
    top: 20px;
  }
  #toggle {
    top: 22px;
  }
  #nav ul {
    top: 74px;
  }
}

/***********ブログ************/
.blog2 .wf_blog_ul .wf_blog_li_thumb,
.blog2 .wf_blog_ul .wf_blog_li_thumb:hover {
  width: 120px;
  height: 80px;
  border-radius: 0 !important;
}

.blog2 .wf_blog_ul li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog2 .btn_wrap {
  margin-top: 27px;
}

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

.wf_blog_ul .wf_blog_li_thumb,
.wf_blog_ul .wf_blog_li_thumb:hover {
  width: 90px;
  height: 90px;
  border-radius: 0 !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-left: 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-top: 7px;
  padding-bottom: 7px;
  border-bottom: solid 1px #dcdcdc;
}

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

.wf_blog_ul .wf_blog_li_date {
  padding-bottom: 0;
}

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: none;
  margin: 6px 10px;
}

.wf_bread_ul li {
  display: inline;
}

.wf_blog_ul .wf_blog_li_title {
  font-weight: bold;
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  /*font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
 YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

input,
button,
select,
textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li > p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info {
  /*font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
 "メイリオ", Meiryo, sans-serif;
}

.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;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#header {
  z-index: 100;
  width: 100%;
  background: #fff;
}

#header h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.borderbox {
  padding: 10px;
}

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

.mt1 {
  margin-top: 1em !important;
}

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

.mb_h4 {
  margin-bottom: 18px !important;
}

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

.mb_01 {
  margin-bottom: 27px !important;
}

.mb_02 {
  margin-bottom: 60px !important;
}

.mb_03 {
  margin-bottom: 75px !important;
}

ul.list_dot {
  list-style: none;
}

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

.list_dot li:before {
  background: none repeat scroll 0 0 #009a47;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 5px;
}

@media (min-width: 769px) {
  .float_ul01 li {
    margin: 0 20px 0 0;
    float: left;
    width: 40%;
  }
}

ol.ol_list {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

ol.ol_list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.ol_list li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #ed961b;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

.ul_arrow {
  margin: 0 auto;
}

.ul_arrow li {
  position: relative;
  padding: 0 0 10px 22px;
  margin-bottom: 0;
}

.ul_arrow li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 17px;
  top: 6px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/ul_arrow.png) no-repeat center;
}

.ul_pdf li:not(:last-child) {
  margin-bottom: 20px;
}

.ul_pdf a {
  display: block;
  padding-left: 45px;
  position: relative;
}

.ul_pdf a:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 38px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/pdf_icon.png) no-repeat center;
}

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

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 14px;
  position: relative;
}

ul.ul02.float_ul01 li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 2% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
}

@media (min-width: 769px) {
  ul.ul02.float_ul01 li {
    width: 48%;
    float: left;
  }
}

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

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

ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #ed961b;
  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;
  -webkit-transform: rotate(-40deg);
  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 16px;
  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;
  -webkit-box-shadow: 3px 3px 0 #ccc;
  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: 16px 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%;
}

.border_box01,
.border-box01 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
}

.border_box02 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
}

.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 {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
}

.link_btn a {
  line-height: 1.2;
  display: block;
  padding: 5px 25px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #1b1b1b;
  background: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #1b1b1b;
}

.link_btn a::after {
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.link_btn a:before {
  /* background: none repeat scroll 0 0 #fff;
 border-radius: 50%;
 content: "";
 display: block;
 height: 15px;
 margin-top: -7px;
 position: absolute;
 right: 10px;
 top: 50%;
 width: 15px;*/
}

.link_btn a:hover {
  opacity: 0.8;
  color: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  text-decoration: none;
  background: #1b1b1b;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}

/*--------------------------------------
	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 {
  background: #002e4e;
  color: #fff;
}

.table01 tbody th {
  background: #ededec;
  width: 25%;
}

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

table.table02 th {
  padding: 2% 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
  width: 22%;
  font-weight: normal;
  color: #50a81e;
}

table.table02 td {
  padding: 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
}

@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}

@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}

@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}

@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}

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

h3.title_alt span.en {
  font-family: "din-condensed", sans-serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  line-height: 1;
}

h3.title_alt span.jp {
  letter-spacing: 0.1em;
  display: block;
  font-size: 18px;
}

.mainimage_wrap > .inner {
  width: 100% !important;
  max-width: 100% !important;
}

.mainimage_wrap > .inner {
  position: relative;
  height: 1px;
  padding: 0 0 55% !important;
  background: url(/images/mainimage01.jpg) center;
  background-size: cover;
}

.mainimage_wrap .column {
  padding: 0 !important;
}

.mainimage_wrap > .inner .img_span {
  z-index: 1;
  display: block;
}

.mainimage_wrap > .inner .img_span::before,
.mainimage_wrap > .inner .img_span::after {
  position: absolute;
  content: "";
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainimage_wrap > .inner .img_span::before {
  background: url(/images/mainimage_bg.png);
  background-size: 100% 100%;
}

.mainimage_wrap > .inner .img_span::after {
  background: url(/images/dot.png);
}

.mainimage_wrap > .inner img {
  position: absolute;
  z-index: 111;
  top: 50%;
  left: 50%;
  margin: -152px 0 0 -326px;
}

.servicebox .bold {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 0.8em;
}

#bread span:hover {
  text-decoration: underline;
}

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

.wf_form_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 95%;
}

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

.wf_form_wrap .inner {
  border-bottom: 1px dotted #ccc !important;
}

.wf_form_wrap_submit {
  text-align: center;
}

.wf_form_wrap_submit input {
  font-size: 16px !important;
  padding: 0.5em 1em !important;
}

#sidecontact {
  display: block;
  position: fixed;
  top: 200px;
  z-index: 1000;
}

#sidecontact.rightContent {
  right: 0;
}

#sidecontact.rightContent a,
#sidecontact.rightContent a img {
  display: block;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: block;
}

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

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
}

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

.border_table table {
  border-collapse: collapse;
  width: 100%;
}

.border_table table td,
.border_table table th {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  padding: 1em 0.8em;
  text-align: left;
}

.btn_wrap a {
  position: relative;
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px 15px 10px;
  margin: 10px auto;
  display: block;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  background: #90be54;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 7678px) {
  .btn_wrap a {
    font-size: 14px;
  }
}

.btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 4%;
  left: auto;
  margin: auto;
  background: url(/images/arrow.png) no-repeat center;
  border: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_wrap .btn_pink a {
  background-color: #ef8d92;
}

.btn_wrap .btn_orange a {
  background-color: #ed961b;
}

.btn_wrap a:hover {
  opacity: 0.8 !important;
}

.btn_wrap a:hover:after {
  right: 3%;
}

.under #content .btn_wrap a {
  max-width: 350px;
}

@media screen and (min-width: 769px) {
  .under #content {
    min-height: 600px;
  }
  .other .wf_img_cont {
    text-align: center;
  }
}

.youtube_btn {
  position: relative;
  display: block;
}

.youtube_btn .img_anchor::before {
  border-radius: 70px;
  display: none !important;
}

@media screen and (max-width: 768px) {
  .youtube_btn .img_anchor::before {
    border-radius: 40px;
  }
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
    margin: 0 5% 20px 5%;
  }
  .youtube_btn:before {
    top: -23%;
    max-width: 26%;
    left: -8%;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
  }
  .anc .column {
    margin-bottom: 0;
  }
  .anc.spcol2 .column {
    margin: 0;
    width: 47%;
    display: inline-block;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mainimage_wrap > .inner img {
    top: 25%;
    left: 22%;
    margin: 0;
    width: 56%;
  }
}

@media screen and (max-width: 768px) {
  .mainimage_wrap > .inner {
    padding: 0 0 85% !important;
  }
  .mainimage_wrap > .inner img {
    position: absolute;
    z-index: 111;
    top: 30%;
    left: 17%;
    margin: 0;
    width: 66%;
  }
  #sidecontact {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .h3_title_wrap {
    padding: 40px 0 20px;
  }
  .wf_blog_ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .blog2 .btn_wrap {
    margin-top: 0;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    text-align: left;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .border_table table {
    border-top: 1px solid #ccc;
  }
  .border_table table td,
  .border_table table th {
    display: block;
  }
  .border_table table th {
    background: #f1f1f1;
    border-bottom: none;
  }
  .under h4 {
    font-size: 20px;
  }
  .imgtxt_wrap .img_span {
    margin-top: 1em;
  }
  .service_ttl01 {
    font-size: 22px;
  }
  p.service_ttl01 {
    margin-bottom: 0 !important;
  }
  .service_con01 img {
    max-width: 70%;
  }
}

@media screen and (max-width: 360px) {
  .h5_title_wrap {
    margin-bottom: 0;
  }
  .titleimg img {
    height: 70px;
  }
  .news_title .titleimg img {
    height: 32px;
  }
}

.slick-slide img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .slick-slide img.sp {
    display: none !important;
  }
}

/*下層追記*/
.h2_title_wrap {
  background: url(/images/back001.jpg) repeat center top/cover;
  padding: 30px 0;
  text-align: center;
}

h2.title {
  text-align: center;
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: block;
  display: inline-block;
  font-size: 36px;
  letter-spacing: 0;
  color: #564d50;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.t01_wrap tbody th {
  background: #90be54;
  width: auto;
  color: #fff;
}

.under .wrap.h4_title_wrap,
.under .wrap.h5_title_wrap {
  margin-bottom: 0;
}

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

.leadtext {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  color: #90be54;
}

.under #content {
  margin-bottom: 10%;
}

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

@media screen and (max-width: 768px) {
  .under h3.title {
    font-size: 24px;
    margin: 30px auto 0 auto !important;
  }
  .under .wrap {
    margin-bottom: 10px;
  }
  .h2_title_wrap {
    padding: 30px 0;
  }
  h2.title {
    font-size: 26px;
    line-height: 1.3;
  }
}

.border_box01 {
  border-radius: 0;
  padding: 35px;
  background: #e5efe9;
}

@media (max-width: 768px) {
  .border_box01 {
    padding: 15px 10px;
  }
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #009a47 !important;
  border-color: #009a47 !important;
  color: #564d50;
}

.inner.insta {
  padding: 1em 0 0 !important;
}

.wf_flow_down_wrap {
  margin-bottom: 10px !important;
  text-align: center;
}

.wf_flow_down {
  border-color: transparent transparent #009a47 #009a47;
}

.t01_wrap table {
  font-weight: bold;
}

.t01_wrap thead th {
  color: #1b1b1b;
  text-align: center;
  vertical-align: middle;
  background: #dff0c9;
}

.t01_wrap .table_schedule tbody th,
.t01_wrap .table_schedule tbody td {
  text-align: center;
}

.t01_wrap .table_schedule tbody th {
  background-color: #035f38;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .t01_wrap .table_schedule tbody th {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .t01_wrap .table_schedule tbody th {
    width: 90px;
    padding: 0.5em;
  }
}

b {
  font-weight: bold;
}

i {
  padding-right: 0.5em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.dib {
  display: inline-block;
}

.wsn {
  white-space: nowrap;
}

.bgblock {
  background: #dff0c9;
  padding: 1em !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.center .img_span {
  display: block;
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 768px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}

.fs13 {
  font-size: 13px;
}

@media (max-width: 768px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 768px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}

.fs15 {
  font-size: 15px;
}

@media (max-width: 768px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}

.fs16 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}

.fs17 {
  font-size: 17px;
}

@media (max-width: 768px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}

.fs18 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}

.fs19 {
  font-size: 19px;
}

@media (max-width: 768px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}

.fs20 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}

.fs21 {
  font-size: 21px;
}

@media (max-width: 768px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}

.fs22 {
  font-size: 22px;
}

@media (max-width: 768px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}

.fs23 {
  font-size: 23px;
}

@media (max-width: 768px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}

.fs25 {
  font-size: 25px;
}

@media (max-width: 768px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}

.fs26 {
  font-size: 26px;
}

@media (max-width: 768px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}

.fs27 {
  font-size: 27px;
}

@media (max-width: 768px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}

.fs28 {
  font-size: 28px;
}

@media (max-width: 768px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}

.fs29 {
  font-size: 29px;
}

@media (max-width: 768px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}

.fs31 {
  font-size: 31px;
}

@media (max-width: 768px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}

.fs32 {
  font-size: 32px;
}

@media (max-width: 768px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}

.fs33 {
  font-size: 33px;
}

@media (max-width: 768px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}

.fs34 {
  font-size: 34px;
}

@media (max-width: 768px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}

.fs35 {
  font-size: 35px;
}

@media (max-width: 768px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 768px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}

.fs37 {
  font-size: 37px;
}

@media (max-width: 768px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}

.fs38 {
  font-size: 38px;
}

@media (max-width: 768px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}

.fs39 {
  font-size: 39px;
}

@media (max-width: 768px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}

.fs40 {
  font-size: 40px;
}

@media (max-width: 768px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}

@media only screen and (min-width: 769px) {
  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .pc-center {
    text-align: center;
  }
  .pc-dib {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .sp-left {
    text-align: left;
  }
}

.sec01 {
  padding: 40px 0 100px;
  background: url(/images/bg01.jpg);
}

.sec01 .tit_con .btn_wrap a {
  max-width: 200px;
  padding: 10px 20px 10px 5px;
}

@media (min-width: 768px) and (max-width: 950px) {
  .sec01 .tit_con .btn_wrap a {
    font-size: 1.5vw;
  }
}

@media (max-width: 768px) {
  .sec01 {
    padding: 10px 0 40px;
  }
  .sec01 h3.title {
    color: #333 !important;
  }
  .sec01 .tit_con .btn_wrap a {
    border: 2px solid #333;
    color: #333;
  }
  .sec01 .tit_con .btn_wrap a:after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
}

.sec01 .tit_con_in {
  position: relative;
  width: 100%;
}

.sec01 h3.title {
  padding: 0;
  margin: 0;
  font-size: 32px;
}

.sec01 .key_btn a {
  max-width: 470px;
  text-align: left;
  padding: 15px 30px;
}

@media (min-width: 769px) {
  .sec01 .key_btn a {
    font-size: 18px;
  }
}

@media (min-width: 769px) and (max-width: 950px) {
  .sec01 .key_btn a {
    font-size: 1.8vw;
  }
}

.sec01 .key_btn a span {
  padding-left: 35px;
  position: relative;
  display: block;
}

.sec01 .key_btn a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/key_icon.png) no-repeat center;
}

@media (min-width: 769px) and (max-width: 880px) {
  .sec01 h3.title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 769px) {
  .sec01 .tit_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .sec01 .tit_con {
    margin-bottom: 3%;
  }
  .sec01 .tit_wrap {
    padding: 3% 0;
  }
  .sec01 .is-9 {
    margin-top: 2%;
  }
}

/* NEWSタブ切り替え */
.flex_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec01 .news_content {
  padding: 5%;
  background: #fff;
  border-radius: 30px;
}

.sec01 .news_content .wf_blog_li_thumb {
  display: none;
}

@media (max-width: 768px) {
  .sec01 .news_content {
    width: 94%;
    margin-left: -2%;
  }
}

.wf_blog_ul {
  background: #fff;
  margin-bottom: 0;
}

.sec01.wf_info_wrap3 .wf_blog_ul {
  max-height: 173px;
  overflow-y: scroll;
}

.sec01.wf_info_wrap3 .wf_paging {
  display: none;
}

.sec01 .wf_lic .wf_blog_li_date:before {
  display: block;
  float: right;
  padding: 0px 3px 0px 5px;
  border-radius: 0;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 12px;
  border: 1px solid;
  letter-spacing: 2px;
  width: 9em;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 769px) {
  .sec01 .wf_blog_li_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sec02 {
  padding: 130px 0 70px;
  background: url(/images/bg02.jpg) no-repeat center top;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 768px) {
  .sec02 {
    padding: 60px 0 40px;
    font-size: 16px;
  }
}

.sec02 h2 {
  margin-top: 30px;
}

.sec03, .sec04 {
  background: url(/images/bg03.jpg) no-repeat center top/cover;
  padding: 100px 0 90px;
}

@media (max-width: 768px) {
  .sec03, .sec04 {
    padding: 50px 0 30px;
    background: url(/images/sp_bg03.jpg) no-repeat center bottom/100%;
  }
}

.sec03 .btn_wrap a, .sec04 .btn_wrap a {
  max-width: 470px;
  padding: 15px 30px;
}

.sec03 h2, .sec04 h2 {
  margin-top: 30px;
}

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

.sec04 {
  background: url(/images/bg04.jpg) no-repeat center top/cover;
}

@media (max-width: 768px) {
  .sec04 {
    background: url(/images/sp_bg004.jpg) no-repeat center bottom/100%;
  }
}

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

@media (max-width: 768px) {
  .sec05 {
    padding: 50px 0;
    background: url(/images/sp_bg05.jpg) no-repeat center bottom/100%;
  }
}

.sec05 .btn_wrap a {
  max-width: 470px;
  padding: 15px 30px;
}

.sec05 .ul_arrow {
  max-width: 740px;
}

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

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

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

.sec06 .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .sec06 .columns .column {
    width: 49%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (max-width: 768px) {
  .sec06 .columns .column:nth-child(2n - 1) {
    margin-right: 2%;
  }
}

.sec07 iframe {
  display: block;
}

.tab_btn_wrap .wf_btn_part.active {
  background: #009a47;
  color: #fff;
}

.content-area .content {
  display: none;
}

.content-area .content.show {
  display: block;
}

.wf_youtube_iframe {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

.color01 td {
  background: #e6ffda;
}

p.sidep {
  font-size: 18px;
  border-bottom: 5px solid #ccc;
  padding: 10px 0;
  margin-bottom: 12px;
}

/* ======== Q��A */
.qa_block h4.question {
  position: relative;
  cursor: pointer;
  background: #dff0c9;
  padding: 10px 30px 10px 10px;
}

.qa_block h4.question:before {
  content: none;
}

.qa_block h4.question.open:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.qa_block h4.question:hover {
  opacity: 0.7;
}

.qa_block h4.question:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ed961b;
  border-right: 2px solid #ed961b;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa_block .answer {
  display: none;
  padding: 2%;
}

.page_edit .qa_block .answer {
  display: block;
}

.page_edit01 .wrap .inner {
  max-width: 1000px;
}


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

body.page_edit .hidden {
  display: block!important;
}
.mainmovie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.mainmovie iframe, .mainmovie video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  .grecaptcha-badge{
    bottom: 16vw !important;
  }
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*.accordion-area section {
  border: 1px solid #ccc;
  }*/
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 0 3% 0 50px;
  transition: all 0.5s ease;
  border-bottom: none;
font-weight: bold;
}

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

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

.page_edit .accordion-area .box {
  display: block;
}
.under .wrap.ulbox{
  margin-bottom: 10px;
}
.sec_news {
  padding: 80px 0;
  background: url(/images/sec_newsbg.jpg);
}
@media (max-width: 768px) {
  .sec_news {
    padding: 50px 0;
  }
}
.sec_news h2 {
  padding-top: 46px;
  font-size: clamp(24px, 3.2vw, 32px);
}
@media (max-width: 768px) {
  .sec_news h2 {
    margin-bottom: 15px;
padding-top: 0;
  }
}
.sec_news h2::before {
  content: "";
  width: 40px;
  height: 38px;
  background: url(/images/h2_icon001.png) no-repeat center center/cover;
}
.sec_news .flex_cont {
  display: flex;
  justify-content: center;
  justify-content: center;
}
.sec_news .flex_cont li {
  cursor: pointer;
  padding: 8px 0;
  text-align: center;
  width: 20%;
  border-radius: 10px 10px 0 0;
  color: white;
  font-size: clamp(11px, 1.3vw, 14px);
  font-weight: bold;
letter-spacing: 0;
line-height: 1.4;
display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
  .sec_news .flex_cont li {
    width: 20%;
  }
}
.sec_news .flex_cont li.color001 {
  background: #ef8d92;
}
.sec_news .flex_cont li.color002 {
  background: #ed961b;
}
.sec_news .flex_cont li.color003 {
  background: #90be54;
}
.sec_news .flex_cont li.color004 {
  background: #51c8b6;
}
.sec_news .flex_cont li.color005 {
  background: #b987c1;
}
.sec_news .columns {
  align-items: center;
}
@media (min-width: 1000px) {
  .sec_news .columns .is-9 {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .sec_news .btn_wrap {
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  .sec_news .btn_wrap .wf_btn_part a {
    max-width: 225px;
  }
}
.sec_news .news_content {
  padding: 3% 5% 5%;
  background: white;
}
.sec_news .news_content .wf_blog_li_date_date {
  color: #2f251b;
}
@media (max-width: 768px) {
  .top .sec_news h2 img {
    max-width: 58%;
  }
}
.top .sec_news .wf_blog_ul .wf_blog_li_date,
.top .sec_news .wf_blog_ul .wf_blog_li_title {
  line-height: 1.5;
}

.top .sec_news .wf_blog_ul li {
  padding-top: 7px;
}
.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;
}
.wf_lic_お知らせ .wf_blog_li_date:before {
    content: "お知らせ";
    font-size: 14px;
    padding: 3px 20px;
    padding-bottom: 2px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
    background: #ef8d92;
    min-width: 80px;
    margin-right: 15px;
}
.wf_lic_保護者専用ページ（0～2歳） .wf_blog_li_date:before {
    content: "0～2歳";
    font-size: 14px;
    padding: 3px 20px;
    padding-bottom: 2px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
    background: #ed961b;
    min-width: 80px;
    margin-right: 15px;
}
.wf_lic_保護者専用ページ（満3～5歳） .wf_blog_li_date:before {
    content: "満3～5歳";
    font-size: 14px;
    padding: 3px 20px;
    padding-bottom: 2px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
    background: #90be54;
    min-width: 80px;
    margin-right: 15px;
}
.wf_lic_子育て支援 .wf_blog_li_date:before {
    content: "子育て支援";
    font-size: 14px;
    padding: 3px 20px;
    padding-bottom: 2px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
    background: #51c8b6;
    min-width: 80px;
    margin-right: 15px;
}
.wf_lic_入園案内 .wf_blog_li_date:before {
    content: "入園案内";
    font-size: 14px;
    padding: 3px 20px;
    padding-bottom: 2px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
    background: #b987c1;
    min-width: 80px;
    margin-right: 15px;
}
.top .sec_news .wf_blog_ul li .wf_blog_li_thumb {
  display: none;
}
.sec_news2 {
  padding: 80px 0;
  background: url(/images/bg01.jpg);
}
@media (max-width: 768px) {
  .sec_news2 {
    padding: 50px 0;
  }
}
.sec_news2 .wf_lic_お知らせ .wf_blog_li_date:before{
  display: none;
}
.sec_news2 .wf_blog_li_date{
  display: block;
  font-weight: bold;
}
.sec_news2 .wf_blog_li_title{
  font-weight: bold;
}
.sec_news2 .btn_wrap{
  margin-top: 30px;
}
@media (min-width: 769px) {
  .top .sec_news2 h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .top .sec_news2 h2 img {
    max-width: 90%;
  }
}
.top .sec_news2 .wf_blog_li_thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.sec_news2 .columns li {
  transition: .3s;
}
.sec_news2 .columns li:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .sec_news .flex_cont li {
    padding: 5px 0;
  }
}
.wf_blog_list_cat_新着情報 .wf_blog_li_thumb{
  display: none;
}
.under.blog_body.wf_blog_list_cat_お知らせ .wf_blog_ul .wf_blog_li_thumb img{
  height: 100%;
  object-fit: cover;
}

.yuri_link a{color:#e74c3c;font-weight:bold}
.sumire_link a{color:#3498db;font-weight:bold}
.tanpopo_link a{color:#f1c40f;font-weight:bold}
.tulip_link a{color:#2ecc71;font-weight:bold}
.endayori_link a{color:#9b59b6;font-weight:bold}