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

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

.inline_block {
  display: inline-block;
}

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

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

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

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

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

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

.nowrap_cell {
  white-space: nowrap;
}

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

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

.hidden {
  display: none;
}

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

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

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

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

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

.wf_blog_li_thumb {
  display: none !important;
}

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

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

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

.wrap iframe {
  display: block;
}

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

.t04_wrap table th {
  background: #e9f5c4;
}

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

.line_center {
  text-align: center;
}

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

a,
a:visited,
a:hover {
  color: #111111;
}

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

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

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

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

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

a {
  transition: 200ms;
}

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

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

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

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

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

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

#nav #menu {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel > div {
  margin: 0 auto;
}

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

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

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

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

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

.menu_table th {
  width: 35% !important;
}

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

.menu_table th {
  text-align: left !important;
}

.menu_table td {
  text-align: right;
}

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

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

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

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

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

table.info th {
  width: 20%;
}

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

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

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

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

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

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

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

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

img {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wf_bread_ul li {
  display: inline;
}

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

.wf_blog_li_date_time {
  display: none;
}

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

.wf_blog_li_date_date {
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_title {
  padding: 0;
}

.wf_blog_ul .wf_blog_li_inner {
  padding: 10px;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

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

ul.list_dot {
  list-style: none;
}

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

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

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

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

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

ul.ul02 {
  list-style: none;
}

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

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 1% 0 0;
  padding: 0 0 5px 21px;
  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: 8px solid #111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg_box {
  background: #f5f1ea;
  padding: 2em !important;
  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 screen and (max-width: 768px) {
  .table01 th,
  .table01 td {
    padding: 0.5em;
  }
}
.t01_wrap tbody th {
  background-color: #f5f1ea;
  text-align: center;
  font-weight: bold;
  width: auto;
}

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

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

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

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

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

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

.part.center {
  display: block;
}

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

.center2 {
  text-align: center;
}

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

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

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

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

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

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

.mainimage {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp_mt0 {
  margin-top: 0;
}

.sp_mb0 {
  margin-bottom: 0;
}

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

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

.sp_mt1 {
  margin-top: 0;
}

.sp_mb1 {
  margin-bottom: 0;
}

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

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

.sp_mt2 {
  margin-top: 0;
}

.sp_mb2 {
  margin-bottom: 0;
}

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

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

.sp_mt3 {
  margin-top: 0;
}

.sp_mb3 {
  margin-bottom: 0;
}

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

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

.sp_mt4 {
  margin-top: 0;
}

.sp_mb4 {
  margin-bottom: 0;
}

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

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

.sp_mt5 {
  margin-top: 0;
}

.sp_mb5 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*ボタンデザイン*/
.btn_wrap .wf_btn_part a {
  background: transparent;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  letter-spacing: 0;
  border-radius: 5px;
  max-width: 235px;
  padding: 9px;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.btn_wrap .wf_btn_part a:after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  border: 0;
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  transform: skew(54deg);
  transition: 200ms;
}

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

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

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

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

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

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

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

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

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

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

.under h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 15px;
}
.under h3:before, .under h3:after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  margin: 0 auto 3px;
  background: #a0843a;
  position: absolute;
  bottom: 0;
}
.under h3:before {
  transform: translateY(-3px);
}

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

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

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

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

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

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

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

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

.leadtext {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
font-family: "Shippori Mincho", serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header {
  position: relative;
  z-index: 5;
  background: url(/images/h_bg_img.jpg) no-repeat center center/cover;
}

@media (min-width: 961px) {
  body.top #header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  body.top #header {
    background: #fff;
  }
  body.top #header:not(.scrolling) {
   background: url(/images/bg_img001.jpg) no-repeat center center / cover;
  }
}
@media (max-width: 960px) {
  body.under #content {
    margin-top: 80px;
  }
}
#header .inner {
  height: 100%;
  padding: unset;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

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

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

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

@media (min-width: 961px) {
  #header .hdr_info_wrap {
    width: 72%;
    position: relative;
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 961px) and (max-width: 1140px) {
  #header .hdr_info_wrap {
    width: 80%;
  }
}

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

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

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

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

@media (min-width: 769px) {
  #menu {
    padding-bottom: 0px;
  }
}
#menu #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: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 961px) {
  #menu-list > li > a {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-inline: unset;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
    padding: 7px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

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

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

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

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

#menu-list > li > ul.menu-children > li > a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  background: #111;
  padding: 15px 40px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
}
#menu-list > li.menu-has-child > a {
  position: relative;
}

@media screen and (max-width: 960px) {
  #menu-list > li.menu-has-child > a::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 50%;
    display: block;
    width: 7px;
    height: auto;
    aspect-ratio: 1/1;
    border-right: solid 2px #111;
    border-bottom: solid 2px #111;
    transform: translateY(50%) rotate(45deg);
  }
}
@media (min-width: 961px) {
  #menu-list > li.menu-has-child > a .menu_icon {
    padding-right: 26px;
    position: relative;
  }
  #menu-list > li.menu-has-child > a .menu_icon::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 1px;
    display: block;
    width: 10px;
    height: auto;
    aspect-ratio: 1/1;
    border-right: solid 1px #111;
    border-bottom: solid 1px #111;
    transform: rotate(45deg);
  }
}
#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a {
  width: 240px;
  padding: 15px 0px;
  font-size: 15px;
  color: white;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  background: #111;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 100px;
}

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

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

#header .tel_link a {
  position: relative;
  padding-left: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.05em;
}

.toggle_txt {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 961px) {
  .toggle_txt {
    font-size: 16px;
  }
}
.toggle_txt:hover {
  text-decoration: none;
}

body.top .toggle_txt {
  color: #fff;
  text-shadow: 0px 0px 15px rgb(0, 0, 0);
}
body.top #header .tel_link a {
  color: #fff;
  text-shadow: 0px 0px 15px rgb(0, 0, 0);
}

.toggle_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 961px) {
  .toggle_wrapper {
    margin-left: 45px;
    gap: 8px;
  }
}

@media (max-width: 960px) {
body.top .toggle_txt {
  color: #111111;
text-shadow: none;
}
body.top #header .tel_link a {
  color: #111111;
text-shadow: none;
}
  body.top #header.scrolling .toggle span {
    background: #111;
    box-shadow: none;
  }
  body.top #header.scrolling .toggle_txt {
    color: #111;
    text-shadow: none;
  }
}

body.under .toggle span {
  background: #111;
  box-shadow: none;
}

#header .tel_link a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/h_ic_tel.png) no-repeat center/contain;
  filter: drop-shadow(0 0 15px rgb(0, 0, 0));
}

body.under #header .tel_link a::before {
  background: url(/images/bk_h_ic_tel.png) no-repeat center/contain;
  filter: none;
}

@media (max-width: 960px) {
  body.top #header.scrolling .tel_link a::before {
    background: url(/images/bk_h_ic_tel.png) no-repeat center/contain;
    filter: none;
  }
}
.hdr_info_list.pc2 .address {
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  color: #fff;
  text-shadow: 0px 0px 15px rgb(0, 0, 0);
  margin-top: 10px;
}

@media (max-width: 960px) {
  body.top #header.scrolling .hdr_info_list.pc2 .address {
    color: #111;
    text-shadow: none;
  }
}

body.under .hdr_info_list.pc2 .address {
  color: #111;
  text-shadow: none;
}

.toggle {
  display: block;
  width: 43px;
  height: 36px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 3;
  position: relative;
}
@media (min-width: 961px) {
  .toggle {
    height: 44px;
    width: 50px;
  }
}

.toggle span {
  position: absolute;
  left: 0;
  width: 43px;
  height: 2px;
  background-color: #fff;
  border-radius: 7px;
  transition: all 0.3s;
  text-shadow: 0px 0px 15px rgb(0, 0, 0);
  box-shadow: 0px 0px 15px rgb(0, 0, 0);
}
@media (min-width: 961px) {
  .toggle span {
    width: 50px;
  }
}

.toggle span:nth-child(1) {
  top: 4px;
}

.toggle span:nth-child(2) {
  top: 17px;
}
@media (min-width: 961px) {
  .toggle span:nth-child(2) {
    top: 21px;
  }
}

.toggle span:nth-child(3) {
  bottom: 4px;
}

.open .toggle span {
  background-color: #fff !important;
}

.open .toggle_wrapper .toggle_txt {
  color: #fff !important;
}

.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(-12px) rotate(45deg);
}
@media (min-width: 961px) {
  .open .toggle span:nth-child(3) {
    transform: translateY(-20px) 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 #111;
  padding: 12px 40px 12px 12px;
  background: #fff;
}
@media (min-width: 961px) {
  #menu-list > li > a {
    padding: 12px 40px;
  }
}

#menu-list > li > a img {
  display: none;
}

#menu-list > li > ul.menu-children {
  display: none;
  visibility: visible;
  opacity: 1;
  width: 100%;
  position: relative;
  box-shadow: none;
}

#menu-list > li > ul.menu-children > li {
  width: 100%;
  -moz-text-align-last: left;
  text-align-last: left;
}

#menu-list > li > ul.menu-children > li > a {
  padding-left: 20px;
  line-height: 1.5;
  background: #111;
}

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

nav:not(.wf_paging) {
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 70%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 961px) {
  nav:not(.wf_paging) {
    position: absolute;
    right: 0;
    left: auto !important;
    top: calc(100% + 5px);
    bottom: auto;
    width: 250px;
  }
}

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

@media (min-width: 961px) {
  body.top #header .bk {
    display: none !important;
  }
  body.top #header .wh {
    display: block !important;
  }
}
@media (max-width: 960px) {
  body.top #header .bk {
    display: block !important;
  }
  body.top #header .wh {
    display: none !important;
  }
  body.top #header:not(.scrolling) .bk {
    display: block !important;
  }
  body.top #header:not(.scrolling) .wh {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .hdr_info_list > li.sp img.wh {
    filter: drop-shadow(0 0 15px rgb(0, 0, 0));
  }
}
body:not(.top) .bk {
  display: block !important;
}

body:not(.top) .wh {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    z-index: 5;
  }
  #header .hdr_top {
    height: 100%;
    padding: 0;
  }
  #header h1 {
    width: 60px;
  }
  #header .hdr_info_list a {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #header .hdr_info_list a:hover {
    text-decoration: none;
  }
  #header .hdr_info_list img {
    width: 35px;
  }
  #header .hdr_info_list .sp img {
    width: 34px;
    margin-bottom: 5px;
  }
}
@media (max-width: 960px) {
  #header {
    height: 80px;
    padding: 6px 0;
  }
}
@media (min-width: 961px) {
  #header .inner .hdr_top .hdr_info_wrap .hdr_info_list {
    flex-direction: column;
    align-items: flex-end;
    gap: unset;
    justify-content: space-between;
  }
}
#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a:hover::after {
  right: 12px;
  transition: 0.2s;
}

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

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

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

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

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

.mainimage {
  position: relative;
}

.mainimage .column {
  padding: 0;
}

.sec_loopslide {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  body.top #content .sec_parent .ttlbox h2 {
    flex-shrink: 0;
    padding: 0;
    padding-block: 30px;
    padding-right: 80px;
    margin: 0;
    margin-right: 80px;
    border-right: 1px solid #f8b300;
  }
  body.top #content .sec_parent .columns .column {
    padding: 9.5px;
  }
}
@media (max-width: 768px) {
  body.top #content .sec_parent .columns .column:not(:last-child) {
    margin-bottom: 20px;
  }
}
.under #footer {
  border-top: 2px solid #a47a4d;
}

#footer .footer_wrapper {
  background: url(/images/bg_img006.png);
  padding: clamp(50px, 12vw, 150px) 0 50px;
  position: relative;
}

#footer {
  color: #fff !important;
}
#footer .columns {
  margin: 0;
  justify-content: space-between;
}
#footer .column {
  padding: 0;
}
@media (min-width: 769px) {
  #footer .logo_column {
    width: 40.5%;
  }
}
@media (min-width: 769px) {
  #footer .column_r {
    width: 51%;
  }
}
#footer .address_text {
  line-height: 1.5;
}
#footer .address_text div + div {
  margin-top: 1em;
}
#footer .tel_text {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #footer .tel_text {
    margin-top: 10px;
  }
}
#footer .column03 .bnrspace1 {
  margin-top: 45px;
}
#footer .footer_bnr_container {
  margin-top: 50px;
}

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

#footer .footer_info {
  font-family: "Shippori Mincho", serif;
}
#footer .footer_info .large_txt a {
  color: #fff !important;
}
#footer .footer_info table {
  width: 100%;
}
#footer .footer_info table tr {
  border: 1px solid #fff;
}
#footer .footer_info table td {
  padding: 20px;
}
#footer .footer_info table tr:first-child .txt_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 40px;
  position: relative;
  font-size: 20px;
}
#footer .footer_info table tr:first-child .txt_wrapper .large_txt a {
  font-size: clamp(26px, 4vw, 40px);
  margin-top: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#footer .footer_info table tr:first-child .txt_wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 25px;
  bottom: 14px;
  left: 0;
  right: auto;
  background: url(/images/ic_tel.png) no-repeat center center/cover;
}
#footer .footer_info table tr:last-child {
  text-align: center;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  #footer .column_r {
    margin-top: 30px;
  }
}
#footer .column_r table {
  margin-top: -10px;
}
#footer .column_r table th {
  width: 120px;
  text-align: left;
}
#footer .column_r table th,
#footer .column_r table td {
  padding: 8px;
letter-spacing: .05em;
}
#footer .under_footer_menu_wrapper {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #footer .under_footer_menu_wrapper {
    margin-top: 50px;
  }
}
#footer .under_footer_menu_wrapper ul:last-child li:last-child a:after {
  display: none !important;
}
#footer .under_footer_menu_wrapper .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .under_footer_menu_wrapper .flexBox li a {
  padding: 0 0.7em;
  color: #fff !important;
}
#footer .under_footer_menu_wrapper .flexBox li a {
  position: relative;
}
#footer .under_footer_menu_wrapper .flexBox li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 20px;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
#footer .credit_img {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 769px) {
  #footer .logospace img {
    margin-left: 0;
  }
}

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

#footer .footerttl {
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #111;
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 3px dotted #d4ecc7;
  padding-bottom: 20px;
}

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

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

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

#footer .columns .column ul li a {
  padding-left: 12px;
  position: relative;
  display: inline-block;
  line-height: 2;
  letter-spacing: 0;
}
#footer .columns .column ul li a:hover {
  text-decoration: none;
  color: #111;
}

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

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

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

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

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

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

.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #111111;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 768px) {
  .copyright {
    padding: 20px 20px;
  }
}

.fixedfooter {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
}

@media (min-width: 769px) {
  .fixedfooter {
    bottom: unset;
    right: 0;
    top: 50%;
    width: auto;
  }
}
.fixedfooter ul {
  display: flex;
  justify-content: center;
}

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

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

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

h2.top_title {
  text-align: center;
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}

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

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

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

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

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

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

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

.blog_body h3:before {
  display: none;
}

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

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


.sec_mainvisu {
  position: relative;
}
.sec_mainvisu .slick-slider img {
  width: 100%;
}
.sec_mainvisu .copy {
  max-width: 844px;
  width: 43.9583333333vw;
  position: absolute;
  bottom: 14.4329896907%;
  left: 4.6875%;
  right: 0;
}

@media (max-width: 768px) {
  .sec_mainvisu .copy {
    max-width: 691px;
    width: 92.1333333333vw;
    top: auto;
    bottom: 5.9175257732%;
    left: 4.6666666667%;
  }
}
.sec_news {
  position: relative;
  padding: clamp(50px, 8vw, 90px) 0;
  background: url(/images/bg_img001.jpg) no-repeat center center/cover;
}
.sec_news h2.top_title {
  margin-bottom: 10px;
}
.sec_news .wf_lic {
  border-bottom: 1px solid #d0d0d0;
}
.sec_news .wf_blog_ul li a {
  color: #111111;
}
.sec_news .btn_wrap .wf_btn_part a {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sec_news .btn_wrap .wf_btn_part a {
    margin-top: 0;
  }
}
.sec_news .wf_blog_ul .wf_blog_li_inner {
  padding: 10px 0;
  padding-left: 10px;
}

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

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

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

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

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

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

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

.sec_news .news_content {
  box-sizing: border-box;
}

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

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

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

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

.sec_about {
  background: url(/images/bg_img002.png) no-repeat center center/cover;
  padding: clamp(50px, 7.5vw, 80px) 0 clamp(50px, 7.5vw, 80px);
  position: relative;
}
.sec_about .columns {
  margin: 0;
  justify-content: space-between;
  padding: 6% 0;
  position: relative;
}
.sec_about .columns:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% + 100px);
  max-width: calc(100vw - 24px);
  height: 100%;
  top: 0;
  left: calc(min(50px, 50vw - 50% - 12px) * -1);
  right: auto;
  background: url(/images/wh_gradientBox.png) no-repeat center center/cover;
  z-index: 0;
}
.sec_about .column {
  padding: 0;
  flex: initial;
  z-index: 1;
  position: relative;
}
@media (min-width: 769px) {
  .sec_about .column_txt {
    width: 66%;
  }
}
@media (max-width: 768px) {
  .sec_about .column_txt {
    margin-top: 5px;
    padding: 0 15px;
  }
}
.sec_about .column_img {
  display: block;
}
@media (min-width: 769px) {
  .sec_about .column_img {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .sec_about .column_img {
    padding: 0 15px;
margin-top: 50px !important;
  }
}
.sec_about h2.top_title {
  font-size: clamp(25px, 3vw, 35px);
  letter-spacing: 0.05em;
  text-align: left;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .sec_about h2.top_title {
    line-height: 1.5;
font-size: 26px;
  }
}
.sec_about h2.top_title .txt_color01 {
  color: #b09a5f;
}
.sec_about h2.top_title .small_txt {
  font-size: clamp(16px, 2vw, 24px);
}
.sec_about .subtitle {
  font-size: clamp(19px, 2vw, 22px);
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.2727272727;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .sec_about .subtitle {
  line-height: 1.4;
}
}
.sec_about .subtitle .txt_color01 {
  color: #b09a5f;
  font-size: clamp(26px, 3vw, 36px);
}
.sec_about .subtitle .large_txt {
  font-size: clamp(26px, 3vw, 36px);
}
.sec_about .txtBox {
  margin-top: 30px;
}
.sec_about .btn_wrap .wf_btn_part a {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .sec_about .btn_wrap .wf_btn_part a {
    margin-left: 0;
    margin-top: 18px;
  }
}

.sec_features {
  background: url(/images/bg_img003.png) no-repeat center center/cover;
  padding: clamp(50px, 12vw, 150px) 0 clamp(50px, 7.5vw, 80px);
  position: relative;
}
@media (max-width: 768px) {
  .sec_features {
    background: url(/images/sp_bg_img003.png) no-repeat center center/cover;
  }
}
.sec_features .columns {
  margin: 0;
}
.sec_features .column {
  padding: 0;
  flex: initial;
}
.sec_features .columns01 {
  gap: 5.5%;
}
@media (max-width: 768px) {
  .sec_features .columns01 {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .sec_features .columns01 .title_img img {
    width: 30% !important;
  }
}
@media (min-width: 769px) {
  .sec_features .columns01 .column:first-child {
    width: 41.1%;
    margin-top: 140px;
  }
}
@media (min-width: 769px) {
  .sec_features .columns01 .column:last-child {
    width: 15.6%;
  }
}
@media (max-width: 768px) {
  .sec_features .columns01 .column:last-child {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sec_features .columns01 .column:last-child img {
    width: auto;
  }
}
@media (min-width: 769px) {
  .sec_features .columns02 {
    margin-top: -60px;
    gap: 5.5%;
    justify-content: flex-end;
  }
}
@media (min-width: 769px) {
  .sec_features .columns02 .column:first-child {
    width: 41.1%;
    margin-top: 90px;
  }
}
@media (min-width: 769px) {
  .sec_features .columns02 .column:last-child {
    width: 41.1%;
  }
}
.sec_features .columns03 {
  margin-top: 70px !important;
}
@media (max-width: 768px) {
  .sec_features .columns03 {
    margin-top: 30px !important;
  }
}

.sec_introduction .inner {
  max-width: 1920px;
}
@media (min-width: 769px) {
  .sec_introduction .inner {
    width: 100% !important;
  }
}
.sec_introduction .columns {
  margin: 0;
}
.sec_introduction .column {
  padding: 0;
}
@media (max-width: 768px) {
  .sec_introduction .column + .column {
    margin-top: 0;
  }
}

.sec_pickup {
  background: url(/images/bg_img004.png) no-repeat center center/cover;
  padding: clamp(50px, 11.5vw, 150px) 0 clamp(50px, 12vw, 160px);
  position: relative;
}
@media (max-width: 768px) {
  .sec_pickup {
    background: url(/images/sp_bg_img004.png) no-repeat center bottom/cover;
    padding-bottom: clamp(230px, 60vw, 500px);
  }
}
.sec_pickup h2.top_title {
  font-size: clamp(26px, 4vw, 40px);
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sec_pickup h2.top_title {
    margin-bottom: 20px;
  }
}
.sec_pickup .cont {
  margin-left: auto;
}
@media (min-width: 769px) {
  .sec_pickup .cont {
    width: 57.5%;
  }
}

.sec_guidance {
  background: url(/images/bg_img005.png) no-repeat center center/cover;
  padding: clamp(50px, 12vw, 150px) 0;
  position: relative;
}
.sec_guidance h2.top_title {
  font-size: clamp(26px, 4vw, 40px);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .sec_guidance h2.top_title {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .sec_guidance .column:first-child,
  .sec_guidance .column:last-child {
    margin-top: 50px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .wf_googlemap_wrap iframe {
    height: 400px;
  }
}
.under .h4_title_wrap + .wrap .inner h5 {
  margin-top: 10px;
}

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

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

.large_txt {
  font-size: 18px;
}

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

.red_txt:visited {
  color: #e8695c;
}

@media (max-width: 768px) {
  .scroll {
    overflow-x: scroll;
  }
  .scroll table {
    width: 100%;
    white-space: nowrap;
  }
}
.bg_color01 {
  background: #f5f1ea !important;
}

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

.bg_color03 {
  background: #fe7bb2 !important;
}

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

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

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

@media screen and (min-width: 769px) {
  .w100p img {
    width: 100%;
  }
  .w100 img {
    width: 100%;
  }
}
.btn_wrap .wide_btn a {
  max-width: none;
  padding: 8px 50px 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery_wrap:not(:last-child),
.gallery_wrap .inner {
  padding: 0px;
  margin: 0px auto;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {
  .gallery_wrap .column + .column {
    margin-top: 0;
  }
}
.gallery_wrap .cont {
  padding: 1px;
  margin: 0px;
}

.under .gallery_wrap:last-child {
  margin-bottom: 100px !important;
}

.under .bold {
  font-family: "Shippori Mincho", serif;
}

hr {
  margin: 30px 0;
}
@media (max-width: 768px) {
  hr {
    margin: 20px 0;
  }
}

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

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

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

@media (max-width: 768px) {
  .not_w100_img.w100 {
    width: auto;
  }
}
@media ( min-width : 961px ) {
 #header h1 {
    margin-left: 20px;
  }
}
@media ( max-width : 960px ) {
  #header .inner {
    padding: 0 15px 0 20px;
  }
.toggle span {
    box-shadow: none;
text-shadow: none;
background-color: #111111;
}
.top #content {
    margin-top: 80px;
}
}
@media ( max-width : 768px ) {
  .sec_about .txtBox {
    margin-top: 20px;
  }
.sec_features .columns02 .column {
    margin-top: 15px;
  }
}
@media ( max-width : 1020px ) {
  .sec_introduction .inner {
    width: 100% !important;
  }
}
@media ( max-width : 768px ) {
  #footer .footer_info table tr:first-child .txt_wrapper:after {
    bottom: 8px;
  }
  #footer .footer_info table tr:first-child .txt_wrapper .large_txt a {
    font-size: 26px;
    padding-left: 37px;
  }
  #footer .footer_info table tr:first-child .txt_wrapper {
    padding-left: 0;
  }
#footer .footer_info table tr:last-child {
    font-size: 16px;
    line-height: 1.8;
}
#footer .credit_img {
    margin-top: 25px;
}
}
.ofi_img img {
  aspect-ratio: 1000 / 562;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media ( min-width : 961px ) {
  #menu-list>li.menu-has-child>a::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 54%;
    display: block;
    width: 7px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-right: solid 2px #111;
    border-bottom: solid 2px #111;
    transform: translateY(50%) rotate(45deg);
  }
#menu-list > li > ul.menu-children > li > a::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 43%;
    display: block;
    width: 7px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
transform: rotate(-45deg);
}
#menu-list > li > ul.menu-children > li > a {
    position: relative;
}
}
@media ( max-width : 960px ) {
  #menu-list > li > ul.menu-children > li > a::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 43%;
    display: block;
    width: 7px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
transform: rotate(-45deg);
}
#menu-list > li > ul.menu-children > li > a {
    position: relative;
}
}
/*# sourceMappingURL=local.css.map */