@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap");
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Kiwi+Maru:wght@300&display=swap");
body {
  background: #fff;
  color: #4b4841;
  line-height: 1.7;
}

.hidden {
  display: none;
}

.top .onebox img {
  border-radius: 0 !important;
}

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

.wf_blog_li_thumb {
  display: none !important;
}

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

.link_btn a {
  margin: auto;
}

#header p.hd_tel:before {
  content: url(../images/pc_tel.png);
  display: inline-block;
  margin-right: 10px;
}

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

a,
a:visited,
a:hover {
  color: #4b4841;
}

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

.columns {
  margin-left: auto !important;
  margin-right: auto !important;
}
.columns.reverse {
  flex-direction: row-reverse;
}

.column {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .column + .column {
    margin-top: 20px;
  }
}

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

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

@media (max-width: 768px) {
  form .wrap {
    padding: 0;
  }
}
.youtube_btn .img_anchor::after {
  top: -40px !important;
}

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

a {
  transition: 200ms;
  word-break: break-all;
}

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

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

#header h1 {
  float: left;
  margin-top: 2em;
  max-width: 333px;
}

@media (min-width: 1000px) {
  #header {
    background: url(/images/hdr_img001.jpg) center center/cover;
  }
}
@media only screen and (max-width: 999px) {
  #header h1 {
    margin-top: 1em;
  }
}
#header h1 img {
  width: 100%;
  max-width: 333px;
}

.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: #4b4841;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

#nav li a span {
  font-size: 14px;
  color: #4b4841;
  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:last-child {
  border: none;
}

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

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

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

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

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

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

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

@media (max-width: 1100px) {
  .wrap .inner {
    max-width: 980px;
  }
}
/* 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;
}

#footer {
  text-align: center;
  color: #535353;
  padding: 0;
  background: url(../images/footer_bg2.png) repeat;
  color: #fff;
}

#upper_footer .inner {
  padding: 60px 10px 60px;
  box-sizing: border-box;
}

#footer ul {
  text-align: center;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
}

#footer ul li {
  display: inline-block;
  list-style: none;
}

#upper_footer ul li:before {
  content: "・";
}

#footer ul li a,
#footer ul li a:visited {
  text-decoration: none;
  color: #535353;
}

#footer ul li:after {
  content: "｜";
}

#footer ul li:last-child:after {
  display: none;
}

#footer ul li a:hover {
  text-decoration: underline;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  /*background:#fffbe5;*/
}

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

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

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
/* 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 */
h2.title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 40px;
}

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

.under .wrap {
  margin-bottom: 10px;
  max-width: 100vw;
  overflow: hidden;
}

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

.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;
  }
}
/*headerの横幅変更サイズ*/
@media only screen and (max-width: 999px) {
  img {
    max-width: 100%;
  }
  #header {
    height: 138px;
  }
  #header .inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #header h1 {
    margin-top: 0;
    width: 45%;
    float: none;
  }
  #nav {
    background: none;
    border: none;
  }
  #menu {
    display: none;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc !important;
    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 {
    position: relative !important;
    top: 0 !important;
    bottom: auto !important;
  }
  .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) {
  .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;
  }
  .t01_wrap table {
    font-size: 100%;
  }
}
@media only screen and (max-width: 360px) {
  #header {
    height: 90px;
  }
}
/***********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: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;
}

/* *******************************************************************************
******************************************************************************* */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Kiwi Maru", serif;
  font-size: 16px;
  line-height: 1.8;
  background: #fff !important;
}

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: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, 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;
}

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

.mb0 {
  margin-bottom: 0 !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;
}

@media (max-width: 768px) {
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb30 {
    margin-bottom: 30px !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: #3fac3f;
  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%;
}

.borderbox {
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

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

ul.ul02 {
  list-style: none;
  margin: 0;
}

ul.ul02 li {
  padding: 0 0 5px 14px;
  position: relative;
  margin-top: 0 !important;
}

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

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

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

.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: #e9faff;
  padding: 2em;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.5em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 80%;
  }
}
.t01_wrap tbody th {
  background: #d8f0d8;
  width: 25%;
}

.t01_wrap .columns {
  margin: 0 !important;
}

/* =====================================
=================追加分================ */
.fs10 {
  font-size: 10px;
  padding: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: flex;
}

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

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

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

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

/*テーブルの各要素幅をautoに設定（tbodyの上の階層に.autowidを追記）*/
.autowid tbody th {
  width: auto !important;
}

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

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

/*スマホ表示時のみ電話番号リンクをアクティブ*/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 999px) {
  .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: -90px;
    padding-top: 90px;
  }
}
.center1 {
  text-align: center;
}

.center2 {
  text-align: center;
}

@media (max-width: 768px) {
  .center2 {
    text-align: left;
  }
}
.color1 {
  color: #3fac3f;
}

.telicon,
.mailicon,
.qaicon {
  padding-left: 30px;
  position: relative;
}

.telicon:after,
.mailicon:after,
.qaicon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto 0;
}

.telicon {
  padding-left: 25px;
}

.telicon:after {
  top: 0px;
  width: 15px;
  height: 23px;
  background: url(/images/hsr_tel.png) no-repeat center center/cover;
}

.mailicon:after {
  width: 22px;
  height: 17px;
  background: url(/images/hdr_mail.png) no-repeat center center/cover;
}

.qaicon:after {
  width: 21px;
  height: 21px;
  background: url(/images/icon_qa.png) no-repeat center center/cover;
}

/*sp表示時のヘッダー調整初期設定*/
.pc_header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 0;
}

@media (max-width: 999px) {
  .pc_header {
    display: none !important;
  }
}
.pc_header a {
  text-decoration: none;
}

.pc_header .headeraddress {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 2px;
}

.pc_header .headeraddress .telicon {
  font-size: 24px;
  padding-right: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.pc_header .headermail {
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  line-height: 1;
  margin-right: 10px;
}
.pc_header .headermail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #3fac3f;
  border-radius: 5px;
  font-size: 15px;
}

.pc_header .headerchurch {
  width: 240px;
  height: 50px;
  background: white;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #2d2d2d;
  box-sizing: border-box;
  line-height: 1;
  margin-right: 10px;
}
.pc_header .headerchurch a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pc_header .hdrbtn {
  width: 240px;
  height: 50px;
  display: inline-block;
  background: url(/images/btn.png) no-repeat center center/cover;
  position: relative;
}

.pc_header .hdrbtn a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pc_header .mailicon {
  color: white;
  padding-left: 25px;
  text-align: center;
}

.pc_header .mailicon:after {
  left: -5px;
  top: 3px;
}

.pc_header .headertel {
  font-size: 26px;
  color: #80ba4c;
  font-family: "Kiwi Maru", serif;
  letter-spacing: 2px;
  line-height: 1;
}

.pc_header .telicon {
  padding-left: 25px;
}

.pc_header .telicon:after {
  width: 15px;
  height: 23px;
  background: url(/images/hsr_tel.png) no-repeat center center/cover;
}

.hedader_btn_sp {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  padding-right: 10px;
}

@media (min-width: 1000px) {
  .hedader_btn_sp {
    display: none;
  }
}
.hedader_btn_sp .sp_btn {
  display: flex;
  align-items: center;
  height: 80px;
}

.hedader_btn_sp .sp_btn .sp_btns_tel {
  width: 45px;
  height: 45px;
  padding: 5px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .hedader_btn_sp .sp_btn .sp_btns_tel {
    max-width: 40px;
    transform: translateX(5px);
  }
}
.hedader_btn_sp .sp_btn .sp_btns_tel img {
  width: 100%;
}

.hedader_btn_sp .sp_btn .sp_btns_mail {
  width: 45px;
  height: 45px;
  padding: 5px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .hedader_btn_sp .sp_btn .sp_btns_mail {
    max-width: 40px;
  }
}
.hedader_btn_sp .sp_btn .sp_btns_mail img {
  width: 100%;
}

.hedader_btn_sp .sp_btn .sp_hdr_btn {
  width: 105px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #2d2d2d;
  font-size: 7px;
  line-height: 1;
  letter-spacing: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hedader_btn_sp .sp_btn .sp_hdr_btn a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .hedader_btn_sp .sp_btn .sp_hdr_btn {
    width: 95px;
    height: 30px;
    transform: translateY(-2px);
  }
}
.hedader_btn_sp .sp_btn .sp_hdr_btn img {
  width: 100%;
}

.hedader_btn_sp .sp_btn .sp_btns_menu {
  width: 65px;
  height: 70px;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .hedader_btn_sp .sp_btn .sp_btns_menu {
    max-width: 50px;
    margin-top: 10px;
  }
}
.hedader_btn_sp .sp_btn .sp_btns_menu img {
  width: 100%;
}

/*ヘッダーの配置調整*/
#header {
  height: 180px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 5;
}

@media (min-width: 1501px) {
  #header {
    height: 180px;
  }
}
@media (max-width: 999px) {
  #header {
    position: fixed;
    background: white;
    height: 80px;
  }
}
#header h1 {
  width: 214px;
  height: 34px;
}

@media (max-width: 768px) {
  #header h1 {
    width: 50%;
    max-width: 250px;
    display: flex;
    align-items: center;
  }
}
#header .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #header .inner {
    padding: 0 5px;
  }
}
#header .header_btn {
  display: flex;
  justify-content: flex-end;
}

#header .header_btn .btns {
  width: 160px;
}

#header .header_btn .btns img {
  width: 100%;
}

#header .info {
  margin: 0;
}

#header .hdr_right_wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  #header #menu {
    display: flex;
    justify-content: center;
  }
}
/*ヘッダー固定時、ヘッダー分の隙間調整*/
@media (max-width: 999px) {
  #content {
    margin-top: 80px;
  }
}
/*ナビの調整*/
@media (max-width: 999px) {
  #nav ul {
    background: #fcf5d2;
    left: 0;
    margin: 0;
    top: 80px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
}
#nav #menu {
  width: 100%;
}

#nav #menu > li {
  border: none;
  border-left: 1px dashed #a7a7a7;
  width: 14.2857142857%;
}

@media (max-width: 999px) {
  #nav #menu > li {
    border-left: none;
    width: 100%;
  }
}
#nav #menu > li:last-child {
  border-right: 1px dashed #a7a7a7;
}

@media (max-width: 999px) {
  #nav #menu > li:last-child {
    border-right: none;
  }
}
#nav #menu > li a {
  cursor: pointer;
}

#nav #menu > li a.haschild {
  position: relative;
}

#nav #menu > li a.haschild:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: -6px;
  left: 0;
  right: 0;
  border: 2px solid #3fac3f;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(45deg);
  margin: 0 auto;
}

@media (max-width: 999px) {
  #nav #menu > li a.haschild:after {
    display: none;
  }
}
#nav #menu > li a span {
  /*navi色*/
  color: #2d2d2d;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-top: 30px;
}

@media (max-width: 999px) {
  #nav #menu > li a span {
    padding-top: 0px;
    padding-left: 30px;
  }
}
#nav #menu .nav01 a span::after,
#nav #menu .nav02 a span::after,
#nav #menu .nav03 a span::after,
#nav #menu .nav04 a span::after,
#nav #menu .nav05 a span::after,
#nav #menu .nav06 a span::after,
#nav #menu .nav07 a span::after,
#nav #menu .nav08 a span::after,
#nav #menu .nav09 a span::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 999px) {
  #nav #menu .nav01 a span::after,
  #nav #menu .nav02 a span::after,
  #nav #menu .nav03 a span::after,
  #nav #menu .nav04 a span::after,
  #nav #menu .nav05 a span::after,
  #nav #menu .nav06 a span::after,
  #nav #menu .nav07 a span::after,
  #nav #menu .nav08 a span::after,
  #nav #menu .nav09 a span::after {
    bottom: 0;
    top: 0;
    left: 0;
    right: auto;
    margin: auto 0;
  }
}
#nav #menu .nav01 a span::after {
  width: 23px;
  height: 24px;
  background: url(/images/gnavi_001.png) no-repeat center center/cover;
}

#nav #menu .nav02 a span::after {
  width: 23px;
  height: 22px;
  background: url(/images/gnavi_002.png) no-repeat center center/cover;
}

#nav #menu .nav03 a span::after {
  width: 24px;
  height: 24px;
  background: url(/images/gnavi_003.png) no-repeat center center/cover;
}

#nav #menu .nav04 a span::after {
  width: 22px;
  height: 22px;
  background: url(/images/gnavi_004.png) no-repeat center center/cover;
}

#nav #menu .nav05 a span::after {
  width: 23px;
  height: 22px;
  background: url(/images/gnavi_005.png) no-repeat center center/cover;
}

#nav #menu .nav06 a span::after {
  width: 23px;
  height: 22px;
  background: url(/images/gnavi_006.png) no-repeat center center/cover;
}

#nav #menu .nav07 a span::after {
  width: 22px;
  height: 22px;
  background: url(/images/gnavi_007.png) no-repeat center center/cover;
}

@media (min-width: 1000px) {
  #nav #menu .submenu_ul > li a {
    background: #83c649;
    color: #fff;
  }
  #nav #menu .submenu_ul > li a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}
@media (max-width: 999px) {
  #nav #menu .submenu_ul > li a {
    background: #ebdc90;
  }
  #nav #menu .submenu_ul > li a:hover {
    color: rgba(45, 45, 45, 0.8) !important;
  }
}
/*フッター背景色*/
#footer {
  background: #3fac3f;
}

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

/*ボタンデザイン*/
.btn_wrap .wf_btn_part a {
  background: #3fac3f;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  max-width: 245px;
  padding: 10px;
  width: 100%;
  letter-spacing: 1px;
  box-sizing: border-box;
}

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

.btn_wrap .wf_btn_part a:after {
  width: 0;
  height: 0;
  border: 3px solid white;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: none;
}

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

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

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

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

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

/*ブログ一覧のカテゴリ表示*/
.wf_lic_お知らせ .wf_blog_li_date:before {
  content: "お知らせ";
  background: #3fac3f;
  color: white;
  margin-right: 10px;
}

.wf_lic_ブログ .wf_blog_li_date:before {
  content: "ブログ";
  background: #83c649;
  color: white;
  margin-right: 10px;
}

.wf_lic_未就園児 .wf_blog_li_date:before {
  content: "未就園児";
  background: #9fc25b;
  color: white;
  margin-right: 10px;
}

.wf_blog_li_date_date,
.wf_blog_li_title {
  color: #2d2d2d;
}

.wf_blog_li_date_date {
  color: #2d2d2d;
  letter-spacing: 2px;
}

.wf_blog_li_date {
  padding-right: 0 !important;
}

/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.h2_title_wrap .inner {
  width: 100% !important;
  max-width: 100%;
}

.originh1,
.blog_body .h3_title_wrap h3,
.under h2 {
  max-width: 100% !important;
  font-size: 36px;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  font-family: "Kiwi Maru", serif;
  background: url(/images/under_title.jpg) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .originh1,
  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 28px;
    padding: 30px 0;
  }
}
.originh2,
.under h3,
.top h2 {
  font-size: 30px;
  letter-spacing: 0.12em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 30px 0;
  font-family: "Kiwi Maru", serif;
  padding: 25px 0 10px 0;
  line-height: 2.5;
}

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

.originh2:after,
.under h3:after,
.top h2:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background: #3fac3f;
}

@media (max-width: 768px) {
  .originh2,
  .under h3,
  .top h2 {
    font-size: 24px;
    line-height: 2;
  }
}
.originh3,
.under h4,
.top h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 10px 0 20px 0;
  padding-left: 40px;
  border-bottom: 1px solid #3fac3f;
}

.originh3:after,
.under h4:after,
.top h3:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto 0;
  width: 28px;
  height: 23px;
  background: url(/images/h3_before.png) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .originh3,
  .under h4,
  .top h3 {
    font-size: 20px;
  }
}
.originh4,
.under h5,
.top h4 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 10px 0 20px 0;
  padding-left: 20px;
}

.originh4:after,
.under h5:after,
.top h4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto 0;
  width: 6px;
  height: 6px;
  background: #3fac3f;
}

@media (max-width: 768px) {
  .originh4,
  .under h5,
  .top h4 {
    font-size: 18px;
  }
}
.originh5,
.top h5 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .originh5,
  .top h5 {
    font-size: 18px;
  }
}
/*topのタイトルパーツに継承*/
/*下層ページのタイトルパーツに継承*/
/*ブログ一覧ページタイトルパーツにも継承*/
/*ブログのタイトルも下層ページと同じデザインに変更*/
.blog_body .h3_title_wrap h3 {
  margin: 0;
  color: #2d2d2d;
}

.blog_body .h3_title_wrap .inner {
  width: 100% !important;
  max-width: 100% !important;
}

.blog_body .h3_title_wrap .inner h3 {
  max-width: 100% !important;
}

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

/*トップページ*/
.mainimage {
  position: relative;
}

.mainimage .maincopy {
  position: absolute;
  width: 571px;
  height: 401px;
  max-width: 30vw;
  max-height: 20.7441016334vw;
  left: auto;
  right: 10%;
  top: auto;
  bottom: 10%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .mainimage .maincopy {
    position: absolute;
    width: 590px;
    height: 333px;
    max-width: 75vw;
    max-height: 42.3305084746vw;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto !important;
  }
}
.sec01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.sec08 {
  padding: 5em 0;
}

.sec01 .ttl,
.sec02 .ttl,
.sec03 .ttl,
.sec04 .ttl,
.sec05 .ttl,
.sec06 .ttl,
.sec07 .ttl,
.sec08 .ttl {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .sec01,
  .sec02,
  .sec03,
  .sec04,
  .sec05,
  .sec06,
  .sec07,
  .sec08 {
    padding: 3em 0;
  }
}
.sec01 h2,
.sec02 h2,
.sec03 h2,
.sec04 h2,
.sec05 h2,
.sec06 h2,
.sec07 h2,
.sec08 h2 {
  font-size: 34px;
  position: relative;
  padding-top: 0px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  margin: 0;
  color: #3fac3f;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sec01 h2,
  .sec02 h2,
  .sec03 h2,
  .sec04 h2,
  .sec05 h2,
  .sec06 h2,
  .sec07 h2,
  .sec08 h2 {
    font-size: 24px;
  }
}
.sec01 h2::before,
.sec02 h2::before,
.sec03 h2::before,
.sec04 h2::before,
.sec05 h2::before,
.sec06 h2::before,
.sec07 h2::before,
.sec08 h2::before {
  content: none;
  position: absolute;
  bottom: auto;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec01 h2::after,
.sec02 h2::after,
.sec03 h2::after,
.sec04 h2::after,
.sec05 h2::after,
.sec06 h2::after,
.sec07 h2::after,
.sec08 h2::after {
  content: none;
}

.sec01 h2 .sub,
.sec02 h2 .sub,
.sec03 h2 .sub,
.sec04 h2 .sub,
.sec05 h2 .sub,
.sec06 h2 .sub,
.sec07 h2 .sub,
.sec08 h2 .sub {
  color: #80ba4c;
  display: block;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 768px) {
  .sec01 h2 .sub,
  .sec02 h2 .sub,
  .sec03 h2 .sub,
  .sec04 h2 .sub,
  .sec05 h2 .sub,
  .sec06 h2 .sub,
  .sec07 h2 .sub,
  .sec08 h2 .sub {
    font-size: 18px;
  }
}
#header {
  z-index: 9;
}

.mainimage {
  position: relative;
  z-index: 8;
}

.sec01 {
  background: url(/images/bg_img001.jpg) no-repeat center center/cover;
  margin: 0;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .sec01 {
    padding: 40px 0;
    background: url(/images/sp_bg_img001.jpg) no-repeat center center/contain;
  }
  .sec01 img {
    max-width: 70%;
    margin: 0 auto;
  }
}
.sec02 {
  background: url(/images/bg_img002.jpg) no-repeat center center/cover;
}

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

.sec02 .ttl {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .sec02 .ttl {
    margin-bottom: 20px;
  }
}
.sec02 .btn_wrap .wf_btn_part a {
  max-width: 210px;
}

.sec02 h2 {
  color: #2d2d2d;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.sec02 h2::before {
  width: 57px;
  height: 47px;
  background: url(/images/top_h2icon02.png) no-repeat center center/cover;
}

.sec02 .flex_cont {
  display: flex;
  justify-content: center;
  gap: 0px;
}

@media (min-width: 769px) {
  .sec02 .flex_cont {
    gap: 10px;
  }
}
.sec02 .flex_cont .wf_info_cat_selector {
  width: 44%;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}

@media (max-width: 999px) {
  .sec02 .flex_cont .wf_info_cat_selector {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sec02 .flex_cont .wf_info_cat_selector {
    font-size: 14px;
    width: 50%;
  }
}
.sec02 .flex_cont .color001 {
  background: #3fac3f;
}

.sec02 .flex_cont .color002 {
  background: #83c649;
}

.sec02 .news_content {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 25px;
  background: white;
}

@media (max-width: 768px) {
  .sec02 .news_content {
    border-radius: 0 0 25px 25px;
  }
}
.sec02 .wf_paging {
  display: none;
}

.sec03 {
  background: url(/images/bg_img003.jpg) no-repeat center center/cover;
}

@media (min-width: 769px) {
  .sec03 .ttl {
    margin-bottom: 10px;
  }
}
.sec04 {
  background: url(/images/bg_img004.jpg) no-repeat center center/cover;
}

.sec04 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec04 ul li {
  display: inline;
  background: white;
  margin-bottom: 10px;
  line-height: 1;
  padding-right: 5px;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .sec04 h2 {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .sec04 .ttl {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .sec04 .column.pd15 {
    padding: 15px;
  }
}
.sec05 {
  background: url(/images/bg_img005.jpg) no-repeat center center/cover;
}

@media (min-width: 769px) {
  .sec05 .ttl {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .sec05 .column.pd15 {
    padding: 15px 0;
  }
}
.sec06 {
  margin: 0;
  position: relative;
  z-index: 5;
  padding-top: 3em;
  background: url(/images/bg_img006.jpg) no-repeat center center/cover;
}

.sec06 h2 {
  padding-top: 70px;
  margin-bottom: 40px;
}

.sec06 h2::before {
  width: 75px;
  height: 42px;
  background: url(/images/top_h2icon04.png) no-repeat center center/cover;
}

.sec06 .justsizeimg img {
  margin: 0 0 20px 0;
}

.sec06 .ttl .justsizeimg img {
  margin: auto;
}

.sec06 .btn_wrap .wf_btn_part a {
  margin: 10px 0;
}

@media (max-width: 768px) {
  .sec06 .btn_wrap .wf_btn_part a {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.sec06 .abouttable {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .sec06 .abouttable {
    margin-bottom: 10px;
  }
}
.sec06 .abouttable tr th {
  padding: 10px 0;
  font-weight: bold;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #cbcbcb;
}

@media (max-width: 768px) {
  .sec06 .abouttable tr th {
    width: 30%;
  }
}
.sec06 .abouttable tr td {
  padding: 10px 0;
  border-bottom: 1px solid #cbcbcb;
}

.sec06 .abouttable a {
  text-decoration: none;
}

.sec06 .gmap {
  position: relative;
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  .sec06 .gmap {
    height: 400px;
  }
}
.sec06 .gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sec07 {
  background: url(/images/bg_img007.jpg) no-repeat center center/cover;
  padding: 8em 0;
}

@media (max-width: 768px) {
  .sec07 h2 {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .sec07 {
    background: url(/images/sp_bg_img002.jpg) no-repeat top center/cover;
  }
}
.sec07 .justsizeimg img {
  margin: 0 0 20px 0;
}

@media (max-width: 768px) {
  .sec07 {
    padding: 17em 0 8em 0;
  }
  .sec07 .columns .is-6 {
    transform: translateY(12vh);
  }
}
@media (min-width: 769px) {
  .sec07 .btn_wrap .wf_btn_part a {
    margin: 10px 0 0 0;
  }
}
#upper_footer {
  background: url(/images/bg_img008.jpg) no-repeat center bottom/cover;
  padding-bottom: 0;
  margin-bottom: 0;
}

#upper_footer .telicon {
  font-size: 35px;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  #upper_footer .telicon {
    font-size: 24px;
  }
}
#upper_footer .logospace {
  width: 252px;
  height: 60px;
  max-width: 100%;
  margin-bottom: 10px;
}

#upper_footer .footertable {
  width: 100%;
}

#upper_footer .footertable tr th {
  padding: 10px 0;
  width: 25%;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #cbcbcb;
}

#upper_footer .footertable tr th:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.3em;
  vertical-align: middle;
  border-radius: 10px;
  background: #eea91f;
}

#upper_footer .footertable tr td {
  padding: 10px 0;
  border-bottom: 1px solid #cbcbcb;
}

#upper_footer .footertable a {
  text-decoration: none;
}

#upper_footer .btn_wrap .wf_btn_part a {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
}

#upper_footer .btn_wrap .wf_btn_part a:hover {
  opacity: 0.8;
}

#upper_footer .btn2 {
  display: flex;
  gap: 10px;
  align-items: start;
  flex-direction: row;
}

@media (max-width: 999px) {
  #upper_footer .btn2 {
    flex-direction: column;
  }
}
#upper_footer .btn2 .wf_btn_part {
  width: 100%;
}

#upper_footer .btn2 .wf_btn_part a {
  margin: 0;
}

#upper_footer .color001 {
  background: #3fac3f;
  color: white;
  cursor: pointer;
}

#upper_footer .color002 {
  background: white;
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  cursor: pointer;
}

#upper_footer .color002_2 {
  background: white;
  color: #efa161;
  border: 1px solid #efa161;
  cursor: pointer;
}

#upper_footer .color003 {
  background: white;
  color: #3fac3f;
  border: 1px solid #3fac3f;
  cursor: pointer;
}

#upper_footer .iconspace {
  display: flex;
  gap: 10px;
  margin-top: 20px !important;
}

#upper_footer .headerinsta {
  width: 38px;
  height: 38px;
  position: relative;
}

#upper_footer .headerinsta .insta {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/Instagram.png) no-repeat center center/cover;
}

#upper_footer .headerfacebook {
  width: 37px;
  height: 37px;
  position: relative;
}

#upper_footer .headerfacebook .facebook {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/facebook.png) no-repeat center center/cover;
}

#upper_footer .menu1.d-flex {
  flex-direction: row;
  gap: 10px;
}

@media (max-width: 768px) {
  #upper_footer .menu1.d-flex {
    flex-direction: column;
  }
}
#upper_footer .menu1.d-flex li {
  padding: 5px 0 5px 15px;
  position: relative;
  font-size: 16px;
}

#upper_footer .menu1.d-flex li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  margin: auto 0;
  background: #3fac3f;
}

#upper_footer .menu1.d-flex li.sub {
  padding-left: 30px;
  font-size: 14px;
}

#upper_footer .menu1.d-flex li.sub:before {
  content: none;
}

#upper_footer .menuspace {
  width: 80%;
}

@media (max-width: 999px) {
  #upper_footer .menuspace {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #upper_footer .menuspace {
    width: 100%;
  }
}
#upper_footer .footerttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #3fac3f;
}

#upper_footer .menuspace .menulist {
  display: flex;
  flex-direction: row;
}

@media (max-width: 999px) {
  #upper_footer .menuspace .menulist {
    flex-direction: column;
  }
}
#upper_footer .menuspace .menulist .menu_left {
  width: 55%;
}

@media (max-width: 999px) {
  #upper_footer .menuspace .menulist .menu_left {
    width: 100%;
  }
}
#upper_footer .menuspace .menulist .menu_rigt {
  width: 45%;
}

@media (max-width: 999px) {
  #upper_footer .menuspace .menulist .menu_rigt {
    width: 100%;
  }
}
#upper_footer .newsspace {
  width: 20%;
}

@media (max-width: 999px) {
  #upper_footer .newsspace {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #upper_footer .newsspace {
    width: 100%;
  }
}
.copyright {
  margin: 0 !important;
}

.nonbr img {
  border-radius: 0 !important;
}

/*下層ページ*/
/*アコーディオン全体*/
.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: #3fac3f;
  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 #3fac3f;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

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

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

.bg01 {
  background: #e9f9f0;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .bg01 {
    padding: 20px;
  }
}
.textstrong {
  font-weight: bold;
  font-size: 18px;
  font-family: "Kiwi Maru", serif;
}

@media (min-width: 1000px) {
  .under #header {
    position: relative;
  }
}
.under #upper_footer {
  margin-top: 50px;
}

.gallery_img .columns {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .gallery_img .columns .is-3 {
    width: 46vw;
    flex: none;
    padding: 5px;
  }
}
.gallery_img .columns .is-3 img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 166.6666666667px;
}

@media (max-width: 999px) {
  .gallery_img .columns .is-3 img {
    height: 16.6666666667vw;
  }
}
@media (max-width: 768px) {
  .gallery_img .columns .is-3 img {
    height: 33.3333333333vw;
  }
}
@media (max-width: 768px) {
  .gallery_img .columns .is-4 {
    width: 45vw;
    flex: none;
    padding: 5px;
  }
}
.gallery_img .columns .is-4 img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 222px;
}

@media (max-width: 999px) {
  .gallery_img .columns .is-4 img {
    height: 22vw;
  }
}
@media (max-width: 768px) {
  .gallery_img .columns .is-4 img {
    height: 33.3333333333vw;
  }
}
@media (max-width: 768px) {
  .mt_sp20 {
    margin-top: 20px;
  }
}
.church {
  display: block;
  margin: auto;
}

.church a {
  width: 240px;
  background: white;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #2d2d2d;
  box-sizing: border-box;
  line-height: 1;
  display: block;
  margin: auto;
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 769px) {
  .d-flex {
    display: flex !important;
  }
  .d-flex.align_items_center {
    align-items: center !important;
  }
}
.pagination > .active > a {
  background: #3fac3f !important;
  border-color: #3fac3f !important;
}

.sidecontact01 {
  display: none;
}

@media (min-width: 1000px) {
  .sidecontact01 {
    display: block;
    width: 152;
    height: 106;
    position: fixed;
    right: 0;
    top: 30vh;
    z-index: 999;
  }
  .sidecontact01 a {
    cursor: pointer;
  }
}
.sidebanner {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 30%;
  width: 152px;
  height: 106px;
}

@media (max-width: 768px) {
  .sidebanner {
    display: none;
  }
}/*# sourceMappingURL=local.css.map */