@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
body {
  background: #fff;
  color: #4b4841;
  line-height: 1.7;
}

.hidden {
  display: none;
}

.top .column.part img,
.top .column .part img {
  border-radius: 10px;
}

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

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

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

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

.wf_lic {
  border-bottom: 1px dotted #8c7263;
}

.wf_blog_li_thumb {
  display: none !important;
}

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

.wf_lic_情報公開 .wf_blog_li_date:before {
  content: "情報公開";
  background: #fde267;
}

.wf_lic_お知らせ .wf_blog_li_date:before {
  content: "お知らせ";
  background: #8fdedb;
}

.wf_lic_ブログ .wf_blog_li_date:before {
  content: "ブログ";
  background: #f6c3d1;
}

.link_btn a {
  margin: auto;
}

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

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

.wrap iframe {
  display: block;
}

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

.t04_wrap table th {
  background: #e9f5c4;
}

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

.line_center {
  text-align: center;
}

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

#upper_footer .columns .columns {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

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

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

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

.pagetop a {
  position: fixed;
  bottom: 2%;
  right: 1%;
  background: #60bfce;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.pagetop a::before {
  content: "";
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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

a {
  transition: 200ms;
}

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

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

#header h1 {
  float: left;
  width: 40%;
  margin-top: 1em;
  max-width: 245px;
}

#header h1 img {
  width: 100%;
  display: block;
}

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

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

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

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

#nav #menu {
  margin: 0 auto;
}

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

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

#nav li > a,
#nav li > span {
  color: #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 a {
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  background: #60bfce;
}

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

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

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

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

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

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

/* 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 {
  background: url(/images/footer_bg.png) no-repeat top center/cover;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0px 0px 0px 0px;
}

#upper_footer .inner {
  padding: 10px;
  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: 14px;
  /*  color: #535353;*/
  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*/
.title p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  margin-bottom: 0 !important;
}

.under .wrap h3.title {
  background: none;
}

/* 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: 767px) {
  #upper_footer {
    background: url(/images/footer_bg.png) no-repeat bottom cover;
    padding-top: 100px;
    padding-bottom: 40px;
    margin: 0px 0px 0px 0px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #header {
    height: 110px;
  }
  #header h1 {
    margin-top: 0;
    width: 40%;
  }
  #header .info {
    position: absolute;
    top: 20px;
    right: 10px;
    margin-top: 0;
    width: 180px;
    max-width: 40%;
    padding-top: 0;
    float: right;
  }
  #header .info a {
    display: block;
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding: 1px;
  }
  #header .info img {
    width: 100%;
    display: block;
  }
  #nav {
    background: none;
    border: none;
  }
  #menu {
    display: none;
  }
  #nav ul {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li > a,
  #nav ul li > span.sp {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .submenu_ul > li {
    width: 100%;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #content {
    width: 100%;
  }
  /* top */
  .top .concept-block img,
  .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .top .concept-block h4,
  .top .concept-block p,
  .top .concept-block .anchor_wrap {
    padding-left: 0;
  }
  .top .shop-block .anchor_wrap,
  .top .concept-block .anchor_wrap {
    text-align: center;
  }
  .top .shop-block p.entry_p {
    width: 100%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  #nav ul {
    top: 88px;
  }
  #header h1 {
    margin-top: 1em;
  }
  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }
  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th,
  .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}
@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: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-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;
}

ul.list_dot {
  list-style: none;
}

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

.list_dot li:before {
  background: #03479b;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 7px;
  position: absolute;
  top: 11px;
  width: 6px;
}

.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

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

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 21px;
  position: relative;
  margin-bottom: 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: 8px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #03479b;
}

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

.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: #ff648f;
  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 #ff648f;
  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: 767px) {
  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: #fffbe4;
}

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

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

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

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

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

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

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

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

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

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

h3.title {
  background: url(/images/ttl_after.png) no-repeat center bottom;
  color: #4b4841;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  padding: 0 0 20px 0;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
  margin: 0 auto 1.5em;
}

.under h4.title {
  background: url(/images/ttl_after.png) no-repeat center bottom;
  color: #4b4841;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  padding: 0 0 20px 0;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
  margin: 0 auto 1.5em;
}

.mainimage {
  position: relative;
}

.btn_wrap a {
  background: #c2eafa;
  font-size: 16px;
  max-width: 260px;
}

.btn_wrap a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  #nav li.nav01 {
    border-left: 1px dashed #b29f64;
  }
}
@media screen and (max-width: 1500px) {
  table.table02 th {
    padding: 2%;
  }
  .mainimage::after {
    width: 35%;
    left: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .top06 p {
    font-size: 25px;
  }
  #nav #menu {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .under .wrap.h3_title_wrap,
  .blog_body .wf_bread_ul + .wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .mainimage::after {
    width: 50%;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
  }
  .top_img .columns,
  .top_img .column {
    display: inline-block;
  }
  .top_bn a img {
    display: block;
    margin: auto;
  }
  .link_btn a {
    font-size: 14px;
  }
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #footer ul {
    margin-bottom: 0;
  }
  #footer ul li {
    display: block;
    list-style: none;
  }
  #footer ul li:after {
    display: none;
  }
  .submenu_ul {
    top: auto !important;
  }
  .under .wrap.h3_title_wrap h3,
  .blog_body .wf_bread_ul + .wrap h3 {
    font-size: 24px;
  }
  .under h4.title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .under .column {
    margin: 0 auto 1em;
  }
  ul.ul02.float_ul01 li {
    box-sizing: border-box;
    float: none;
    margin: 0;
    padding: 0 0 5px 14px;
    position: relative;
    width: 100%;
  }
}
.leadtext {
  font-size: 22px;
  font-weight: bold;
  color: #cc7d90;
  letter-spacing: 0.1em;
  text-align: center;
}

.t01_wrap.w17 tbody th {
  width: 17%;
}

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

@media (max-width: 767px) {
  .wf_blog_ul .wf_blog_li_title {
    text-align: left;
  }
  table.table02 th {
    width: 30%;
  }
  .t01_wrap.w17 tbody th {
    width: 25%;
  }
}
.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: 2% 3% 2% 50px;
  transition: all 0.5s ease;
  border-bottom: none;
  background: #c2eafa;
}

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

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

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

.fixedfooter {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 99;
}

@media (max-width: 767px) {
  .fixedfooter {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
  }
  .fixedfooter ul {
    display: flex;
  }
  .fixedfooter img {
    border-radius: 0;
  }
}
.btn_wrap a {
  position: relative;
  max-width: 230px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 35px;
  margin: 10px auto;
  display: block;
  border-radius: 26px;
  background: #c2eafa;
  text-align: center;
  font-size: 16px;
  transition: all 300ms 0s ease;
  text-decoration: none;
  letter-spacing: 0.14em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .btn_wrap a {
    font-size: 14px;
  }
}
.btn_wrap a:hover {
  background: #d2f2ff;
}

.btn_wrap a:hover::after {
  right: 13px;
}

.btn_wrap a::after {
  content: "";
  position: absolute;
  border: none;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  top: -3px;
  bottom: 0;
  right: 17px;
  transform: none;
  -ms-transform: none;
  background: url(/images/arrow.png) no-repeat center center/cover;
  transition: all 300ms 0s ease;
}

@media (max-width: 767px) {
  .btn_wrap a::after {
    top: -1px;
  }
}
/* =============================================
header
============================================= */
/*ヘッダー固定時のアンカーリンク調整*/
@media (min-width: 961px) {
  .top #header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
  }
}
@media (max-width: 960px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0 20px 0;
}

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

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

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

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

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

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

#menu-btn {
  display: none;
}

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

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

#menu-list > li > a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
}

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

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

#menu-list > li:hover > ul.menu-children {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}

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

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

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    width: 1000px;
    max-width: 100%;
  }
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    border-right: solid 1px #fff;
    box-sizing: border-box;
  }
  #menu-list > li:nth-child(2) {
    border-left: solid 1px #fff;
  }
  #menu-list > li > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #content {
    margin-top: 65px;
  }
  #header {
    background: url(/images/hdr_bgimg.jpg) no-repeat center center/cover;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    height: 65px;
    box-sizing: border-box;
    z-index: 5;
  }
  #header .hdr_top {
    padding: 0;
  }
  #header h1 {
    max-width: 170px;
    padding: 0;
  }
  #header .hdr_info_list a {
    display: block;
  }
  #header .hdr_info_list img {
    width: 45px;
    display: block;
  }
  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 60%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    background: #fcfaf3;
    visibility: hidden;
  }
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }
  .toggle span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #03479b;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .toggle span:nth-child(1) {
    top: 4px;
  }
  .toggle span:nth-child(2) {
    top: 18px;
  }
  .toggle span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle span {
    background-color: #fff;
  }
  .open .toggle span:nth-child(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle span:nth-child(3) {
    transform: translateY(-14px) rotate(45deg);
  }
  #navbk {
    display: none;
    transition: all 0.3s;
  }
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu {
    padding-bottom: 0;
  }
  #menu-list > li {
    width: 100%;
  }
  #menu-list > li:hover {
    background: none;
  }
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #e6daae;
    padding: 10px;
    background: #fcfaf3;
  }
  #menu-list > li > a img {
    display: none;
  }
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
  #menu-list > li > ul.menu-children > li > a {
    padding: 8px;
    padding-left: 20px;
    line-height: 2;
    background: #03479b;
  }
  #menu-list > li > ul.menu-children > li > a:hover {
    background: #1664c5;
  }
}
#header .hdr_tel {
  font-size: 38px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}

#header .hdr_tel .num {
  position: relative;
  padding-left: 66px;
  letter-spacing: 0.01em;
}

#header .hdr_tel .num::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  width: 83px;
  height: 80px;
  background: url(/images/hdr_tel.png) no-repeat center center/contain;
}

#header .hdr_text {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  margin-top: 9px;
}

body {
  color: #272727;
}

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

@media (max-width: 768px) {
  .ul02 li:before {
    top: 6px;
  }
  .list_dot li:before {
    top: 10px;
  }
}
.top h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 45px;
  position: relative;
}

.top h2 .sub {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin: 17px 0 0;
}

.top h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .top h2 {
    font-size: 24px;
    margin: 0 0 40px;
  }
  .top h2 .sub {
    font-size: 16px;
    margin: 10px 0 0;
  }
}
.sec_news {
  padding: 80px 0;
  background: #f1ede1;
}

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

.sec_news h2::before {
  width: 38px;
  height: 26px;
  background: url(/images/icon01.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .sec_news {
    padding: 15px 0 40px;
  }
  .sec_news h2 {
    padding-top: 40px;
  }
}
.sec_news .columns .column .flex_cont {
  display: flex;
  justify-content: center;
}

.sec_news .columns .column .flex_cont li {
  width: 30%;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
  text-align: center;
  font-size: clamp(14px, 1.6vw, 18px);
  color: white;
  background: #03479b;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sec_news .columns .column .flex_cont li {
    width: 45%;
  }
}

.sec_news .columns .column .flex_cont li.color001 {
  background: #03479b;
}

.sec_news .columns .column .flex_cont li.color002 {
  background: #00a23e;
}

.sec_news .columns .column .news_content {
  padding: 5%;
  background: white;
  border-radius: 15px;
}

.sec_news .columns .column .news_content .wf_blog_li_date_date {
  color: #c0bdbb;
}

.sec_news .columns .column .news_content .wf_blog_li_title {
  color: #53493f;
}

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

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

@media (max-width: 767px) {
  .sec_about {
    padding: 50px 0;
  }
}
.sec_about h2 {
  margin-bottom: 50px;
}
.sec_about h2 .under_line {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #c2eafa 40%);
}
@media (max-width: 768px) {
  .sec_about h2 {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}

.sec_about .sec_text {
  margin: 0 0 30px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .sec_about .sec_text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec_about .sec_text {
    font-size: 16px;
    text-align: left;
  }
}
.sec_about .sec_text .color01 {
  color: #ff4f80;
}
.sec_about .sec_text .color02 {
  color: #0bb93d;
}
.sec_about .sec_text .color03 {
  color: #1c72d9;
}
.sec_about .sec_text .color04 {
  color: #86c401;
}

@media (max-width: 767px) {
  .sec_about .sec_text {
    margin: 0 0 25px;
  }
}
.sec_slider {
  padding: 100px 0;
  overflow: hidden;
  background: url(/images/slide_bg.jpg) no-repeat center bottom / cover;
margin-bottom: -2px;
}

@media (max-width: 767px) {
  .sec_slider {
    padding: 30px 0 50px;
  }
}
body:not(.page_edit) .sec_slider .slider_wrap {
  animation: loopslider 80s linear infinite;
  display: flex;
  width: 3510px;
  height: 100%;
}

@media (max-width: 767px) {
  body:not(.page_edit) .sec_slider .slider_wrap {
    width: 1800px;
    animation: sp_loopslider 60s linear infinite;
    margin: 0;
  }
  body:not(.page_edit) .sec_slider .slider_wrap .column {
    padding: 0 5px;
  }
}
body:not(.page_edit) .sec_slider .slider_wrap > .cont img {
  display: block;
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1900px);
  }
}
@keyframes sp_loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1260px);
  }
}
.sec_life {
  padding: 100px 0 110px;
  background: url(/images/life_bg.jpg) no-repeat center center/cover;
}
.sec_life .columns {
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .sec_life .columns {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.sec_life .columns .column {
  width: 33.33333%;
  flex: none;
}
@media (max-width: 768px) {
  .sec_life .columns .column {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .sec_life {
    padding: 50px 0;
  }
}
.sec_life h2 {
  padding-top: 50px;
  color: #fff;
}
.sec_life h2 .sub {
  color: #fff;
}

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

@media (max-width: 768px) {
  .sec_life .column {
    text-align: center;
  }
}
.sec_voice {
  padding: 100px 0 120px;
  background: url(/images/top_bg05.jpg) no-repeat center bottom/cover;
}
@media (max-width: 768px) {
  .sec_voice {
    padding: 50px 0 100px;
  }
}
.sec_voice .voice_inner {
  margin-bottom: 45px;
}
.sec_voice .voice_inner .img_span {
  position: relative;
  display: block;
}
.sec_voice .voice_inner .img_span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 187px;
  height: 103px;
  margin: auto;
  background: url(/images/voice_bnr01_2.png) no-repeat center center/contain;
  z-index: 2;
  animation: bounce 2s infinite;
}
@media (max-width: 768px) {
  .sec_voice .voice_inner .img_span::after {
    width: 133px;
    height: 73px;
    top: 10px;
  }
}
@media (min-width: 769px) {
  .sec_voice .voice_box {
    padding-left: 20px;
  }
  .sec_voice .voice_box .btn_wrap a {
    margin: 0;
  }
}
.sec_voice .voice_box .sec_text {
  margin: 0 0 35px;
}
@media (max-width: 768px) {
  .sec_voice .voice_box .sec_text {
    margin: 15px 0 25px;
  }
}
.sec_voice .rec_bnr img {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.sec_voice h2 {
  padding-top: 48px;
}

.sec_voice h2::before {
  width: 37px;
  height: 30px;
  background: url(/images/icon06.png) no-repeat center center/contain;
}

#upper_footer {
  padding: 80px 0 0;
  background: url(/images/top_bg07.jpg) no-repeat center bottom/cover;
}
@media (min-width: 768px) {
  #upper_footer .ft_nav {
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #upper_footer .ft_nav ul {
    flex: 1;
  }
}

@media (max-width: 1000px) {
  #upper_footer {
    background: url(/images/top_bg07.jpg) no-repeat center bottom/auto;
  }
}
@media (max-width: 768px) {
  #upper_footer {
    padding: 50px 0 0;
  }
}
#upper_footer .ft_box {
  margin-bottom: 100px;
}
#upper_footer .ft_box .ft_text {
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #upper_footer .ft_box .ft_text {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #upper_footer .ft_box {
    margin-bottom: 21vw;
  }
}
#upper_footer .logospace {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #upper_footer .logospace {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #upper_footer .logospace {
    max-width: 230px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  #upper_footer .bnrspace {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #upper_footer .bnrspace {
    margin-bottom: 30px;
  }
}
#upper_footer .footerttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #3c3c3c;
  padding-bottom: 5px;
  border-bottom: solid 2px #c2eafa;
  margin: 0 0 20px;
}
#upper_footer .footerttl.footerttl2 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #upper_footer .footerttl.footerttl2 {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #upper_footer .sp_mt {
    margin-top: 25px;
  }
}
#upper_footer ul li:not(:first-child) {
  margin-top: 2px;
}

#upper_footer ul li::before {
  display: none;
}

#upper_footer ul li a {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  transition: 0.3s;
  display: inline-block;
}

#upper_footer ul li a:hover {
  color: #03479b;
}

#upper_footer ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 7px solid #03479b;
}

@media (max-width: 768px) {
  #upper_footer ul li a::after {
    top: 9px;
  }
}
#upper_footer .copyright {
  font-size: 15px;
  color: #fff;
  padding: 20px 0 33px;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  #upper_footer .copyright {
    padding: 0 0 17vw;
  }
}
@media (max-width: 767px) {
  .sp_bottom_bg {
    padding: 0 0 10vw;
  }
}
.mainmovie {
  width: 100%;
  padding-top: 49.25%;
  position: relative;
}
.mainmovie::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 41px;
  background: url(/images/main_bg.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .mainmovie::after {
    height: 10px;
    background: url(/images/main_bg.png) no-repeat center center/127%;
  }
}

.mainmovie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.mainmovie .copy {
  position: absolute;
  width: 492px;
  height: 317px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 15%;
  margin: auto;
  max-width: 26vw;
  max-height: 17vw;
}

.mainmovie .copy .column {
  padding: 0;
  display: block;
}

.mainmovie .copy .column img {
  width: 100%;
}

@media (max-width: 767px) {
  .mainmovie .copy {
    bottom: 3%;
    max-width: 55vw;
    max-height: 37vw;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .mainmovie {
    padding-top: 100%;
  }
}
.pagetop {
  background: url(/images/toppage.png);
  background-size: cover;
  width: 80px;
  height: 80px;
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
  border: solid 1px #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .pagetop {
    bottom: 18vw;
    width: 50px;
    height: 50px;
  }
}
.under .h2_title_wrap {
  background: #27333b;
color: #fff;
}

.blog_body .h3_title_wrap h3,
.under h2 {
  max-width: 100% !important;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  font-family: "Zen Maru Gothic", serif;
}

@media (max-width: 768px) {
  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 26px;
    padding: 30px 0;
  }
}
.blog_body .h3_title_wrap h3 {
  color: #272727 !important;
}

.under h3 {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 50px 0 20px;
  padding: 45px 0 0 !important;
  font-family: "Zen Maru Gothic", serif;
}

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

@media (max-width: 768px) {
  .under h3 {
    font-size: 24px !important;
    line-height: 1.5;
    margin: 20px 0 0;
    padding: 45px 0 0 !important;
  }
  .under .wrap.h3_title_wrap {
    padding-bottom: 0;
  }
}
.under h4 {
  font-size: 24px !important;
  font-weight: bold;
  position: relative;
  text-align: left !important;
  margin: 0 0 20px !important;
  padding: 0 0 12px !important;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", serif;
  border-bottom: dotted 3px #c2eafa;
  padding-left: 38px !important;
  background: none !important;
}

.under h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 29px;
  top: 1px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/h4_img.png) no-repeat center/contain;
}

@media (max-width: 767px) {
  .under h4:before {
    top: -3px;
  }
}
@media (max-width: 768px) {
  .under h4 {
    font-size: 20px !important;
    margin-bottom: 5px !important;
  }
}
.under h5 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: left !important;
  margin: 10px 0 0 0;
  background: none;
  border-left: none;
  padding: 0 !important;
  position: relative;
  padding-left: 25px !important;
  font-family: "Zen Maru Gothic", serif;
}

@media (max-width: 767px) {
  .under h5 {
    padding-left: 17px;
  }
}
.under h5::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 11px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  border: solid 4px #03479b;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .under h5 {
    font-size: 18px;
  }
}
.borderbox {
  padding: 35px 50px 30px !important;
  box-sizing: border-box;
  background: #c2eafa;
  border: none;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .borderbox {
    padding: 30px 20px 25px !important;
  }
}
.t01_wrap tbody th {
  background: #c2eafa;
  width: 30%;
  font-weight: bold;
  text-align: center;
}

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

@media (max-width: 767px) {
  .t01_wrap th,
  .t01_wrap td {
    font-size: 14px;
  }
}
.bg_box {
  padding: 30px;
  background: #c2eafa;
}

@media (max-width: 768px) {
  .bg_box {
    padding: 20px;
  }
}
.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 8em;
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
  margin-right: 5px;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.wf_lic_園のブログ .wf_blog_li_date:before {
  content: "園のブログ";
  background: #03479b;
  color: #fff;
  border: solid 1px #03479b;
  margin-right: 15px;
}

.wf_lic_いっぽだより .wf_blog_li_date:before {
  content: "いっぽだより";
  background: #00a23e;
  color: #fff;
  border: solid 1px #00a23e;
  margin-right: 15px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .sec_news .columns {
    align-items: center;
  }
}
.wf_lic {
  border-bottom: 1px dashed #ccc;
}

.under_title_text {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #03479b;
}

@media (max-width: 768px) {
  .under_title_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .under .column > h4 {
    margin-bottom: 15px !important;
  }
}
.bg_box_st {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (min-width: 769px) {
  .under .h4_title_wrap {
    margin-top: 40px;
  }
}
.wide_btn a {
  max-width: 400px !important;
}

.contact_logo {
  text-align: center;
  display: block;
}

.contact_tel_text {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 28px;
}

@media (max-width: 767px) {
  .contact_tel_text {
    font-size: 24px;
  }
}
.contact_sub {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.under #content {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .under #content {
    margin-bottom: 30px;
  }
}
.txt01 ul li {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 20px;
  color: #03479b;
}

.txt01 .list_dot li:before {
  top: 16px;
}

@media (max-width: 768px) {
  .txt01 ul li {
    font-size: 16px;
  }
  .txt01 .list_dot li:before {
    top: 13px;
  }
  .bg_box_st_sp {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .under h5::after {
    top: 10px;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
body:not(.page_edit) .fadeUpTrigger,
body:not(.page_edit) .fadeLeftTrigger,
body:not(.page_edit) .fadeRightTrigger {
  opacity: 0;
}


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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .sec_life .column {
    margin-top: 20px;
  }
  .sec_info .column {
    margin-top: 20px;
  }
}
@media (min-width: 961px) {
  .top #header .hdr_tel .num {
    color: #fff;
    text-shadow: 0 0 10px #111;
  }
  .top #header .hdr_text {
    color: #fff;
    text-shadow: 0 0 10px #111;
  }
  .top #menu-list > li > a {
    color: #fff;
    text-shadow: 0 0 10px #111;
  }
  .top #menu-list > li > a span {
    margin-top: 3px;
  }
}
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 1s ease;
}

#intro-video {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  #intro-video {
    width: 400%;
    max-width: 1920px;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .sec_voice .rec_bnr img {
    box-shadow: none;
  }
}
.top{
  .top_only{
    display: block !important;
  }
  .under_only{
    display: none !important;
  }
}
.under{
  .top_only {
    display: none !important;
  }
  .under_only {
    display: block !important;
  }
}
.under #header .hdr_tel .num::after {
  background: url(/images/under_hdr_tel.png) no-repeat center center/contain;
}
/*# sourceMappingURL=index.css.map */