@charset "UTF-8";
.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

body {
  background: #fff;
  color: #333;
  line-height: 2;
  letter-spacing: 0.075em;
}

.hidden {
  display: none !important;
}

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

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

#content .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

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

@media (max-width: 768px) {
  .column + .column {
    margin-top: 10px;
  }
}
a {
  transition: 200ms;
}

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

/*スマホ表示時のみ電話番号リンクをアクティブ*/
a[href^="tel:"] {
  color: #333;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #333;
  }
}
small {
  font-size: 0.8em;
}

img {
  max-width: 100%;
}

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

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

@media (max-width: 768px) {
  #content {
    margin-bottom: 50px;
  }
}
.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

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

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

.carousel .slick-arrow:hover {
  opacity: 0.5;
}

.carousel .slick-arrow.slick-prev {
  left: -12px;
  background-image: url(../images/arrow_prev.png);
}

.carousel .slick-arrow.slick-next {
  right: -12px;
  background-image: url(../images/arrow_next.png);
}

.column.is-3 li a {
  display: block;
  padding: 5px;
}

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

.anchor_wrap a:hover {
  opacity: 0.7;
}

.under .wrap.h3_title_wrap,
.blog_body .wf_bread_ul + .wrap {
  max-width: 100%;
  background-size: cover;
}

.under .wrap {
  margin-bottom: 10px;
}

/* 画像 */
.wrap img {
  max-width: 100%;
}

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

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

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1220px) {
  #header .inner,
  .top #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: 1020px) {
  #content .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #content {
    width: 100%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 94%;
  margin: 5px auto 15px;
  display: block;
}

.wf_blog_li_thumb img {
  display: block;
  margin: auto;
}

.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-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
}

.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 li a {
  color: #fff;
}

.wf_blog_ul li a {
  color: #000000;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
  color: #fff;
  font-size: 82%;
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  font-family: -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  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, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

ul.ul_check li {
  padding: 10px 10px 10px 40px;
  background: #eeeeee;
  position: relative;
}

ul.ul_check li + li {
  margin-top: 10px;
}

ul.ul02 {
  list-style: none;
}

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

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

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

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

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

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

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

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

.link_btn {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
}

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

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

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

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

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

.table01 thead th {
  background: #002e4e;
  color: #fff;
}

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

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

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

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
}

table.table02 th {
  padding: 2% 1%;
  text-align: left;
  border-bottom: solid 1px #dddddd;
  width: 25%;
  font-weight: normal;
  color: #333333;
}

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

@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
/* =====================================
 共通
===================================== */
.slick-dots {
  bottom: -35px !important;
}

#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_text {
  box-sizing: border-box;
  font-size: 95%;
}

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

.wf_form_wrap_submit {
  text-align: center;
}

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

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

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

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

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

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

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

.border_table table th {
  border-bottom-color: #333333;
}

.btn_wrap a {
  position: relative;
  max-width: 280px;
  width: 100%;
  box-sizing: border-box;
  padding: 0.8em 1em;
  margin: 10px auto;
  display: block;
  border-radius: 0;
  background: none;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  border: solid 1px #333;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

@media (max-width: 768px) {
  .btn_wrap a {
    max-width: 300px;
  }
}
.btn_wrap a:hover {
  opacity: 0.8 !important;
}

.btn_wrap a::before {
  content: none;
}

.btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 48%;
  right: 1em;
  margin: auto;
  width: 22px;
  height: 3px;
  border: none;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transition: 0.2s;
  transform: skew(45deg);
}

.btn_wrap a:hover:after {
  right: 0.8em;
}

.btn_wrap.external a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  border: none;
  margin: auto;
  background: url(/images/icon_external.png) no-repeat center/contain;
}

.btn_wrap.wide a {
  max-width: 340px;
}

@media (min-width: 769px) {
  .btn_wrap .pc-btn-right a {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .btn_wrap .pc-btn-left a {
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .under #content {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .wf_blog_ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    float: none;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .wf_blog_ul .wf_blog_li_title {
    padding-top: 0;
  }
  .section_map > .inner {
    padding-bottom: 90%;
  }
  .border_table table {
    border-top: 1px solid #ccc;
  }
  .border_table table td,
  .border_table table th {
    display: block;
  }
  .border_table table th {
    background: #f1f1f1;
    border-bottom: none;
  }
}
@media screen and (max-width: 360px) {
  .h5_title_wrap {
    margin-bottom: 0;
  }
  .under .wrap.h3_title_wrap h3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .under .wrap.h3_title_wrap h3 .en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .slick-slide img.sp {
    display: none !important;
  }
}
#footer {
  text-align: center;
  padding: clamp(50px, 10vw, 150px) 0 0;
  background: url(/images/bg_img006.jpg) no-repeat center/cover;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .footer_ul {
  width: fit-content;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
#footer .footer_ul > li {
  position: relative;
  transition: all 0.2s;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#footer .footer_ul > li:hover {
  cursor: pointer;
}
#footer .footer_ul > li > a {
  display: inline-block;
  padding-block: 12px; /* Safariに確実に効かせるには block方向を明示的に */
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  line-height: 2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #fff;
letter-spacing: .3em;
}
#footer .copyright {
  text-align: center;
  margin-top: clamp(50px, 10vw, 150px);
  padding: 1.5em 0;
  border-top: solid 1px #fff;
}
@media ( max-width : 1000px ) {
  #footer .copyright {
    padding: 1.5em 0 85px;
  }
}
@media (max-width: 768px) {
  #footer .copyright {
    padding: 1.5em 0 19vw;
  }
}

.pagetopbtn {
  background: url(/images/top_btn.jpg);
  background-size: contain;
  width: 71px;
  height: 70px;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetopbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 18vw;
    right: 15px;
  }
}
/* =============================================
header
============================================= */
#header .wh {
  filter: drop-shadow(0px 0px 21px rgba(0, 0, 0, 0.2));
}

@media (min-width: 961px) {
  body.top #header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.top #header .hdr_tel,
  body.top #header .hdr_tel strong {
    color: #fff !important;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
  }
  body.top #header .bk {
    display: none;
  }
  body.top #header .wh {
    display: block;
  }
  body.top #header .hdr_instagram_link {
    color: #fff;
  }
  body.top #menu-list > li > a {
    color: #fff;
letter-spacing: 0.3em;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  }
}
@media (max-width: 960px) {
  body.top #content {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.top #header:not(.scrolling) {
    background: transparent;
  }
  body.top #header:not(.scrolling) .wh {
    display: none;
  }
  body.top #header .bk {
    display: block;
  }
  body.top #header .wh {
    display: none;
  }
}
body:not(.top) .bk {
  display: block;
}

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

/*ヘッダー固定時のアンカーリンク調整*/
@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;
  }
}
@media (min-width: 961px) {
  .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: -10px;
    padding-top: 10px;
  }
}
#header {
  z-index: 99;
  width: 100%;
}

#header .inner {
  max-width: 94%;
  margin: 0 auto;
}

#header .hdr_ifo {
  position: absolute;
  top: 30px;
  right: 40px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#header .hdr_ifo .btn_wrap a {
  border: solid 1px #fff;
  color: #fff;
  width: 200px;
  max-width: 200px;
  margin: 0;
  padding: 8px 40px;
}

#header .hdr_ifo .btn_wrap a::before {
  border-color: #fff;
}

#header .hdr_ifo .btn_wrap a::after {
  display: none;
}

#header .hdr_ifo .btn_wrap a:hover {
  background: #fff;
  color: #333333;
}

#header .hdr_ifo .btn_wrap a:hover::before {
  border-color: #333333;
}

#header .hdr_tel {
  line-height: 1.3;
  text-align: right;
}

#header .hdr_tel strong {
  font-size: 26px;
  font-weight: 500;
  margin: 1.5em 0 0.5em;
  color: #333333;
}

#header .hdr_tel strong .large {
  font-size: 36px;
}

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

#header h1 {
  width: 23%;
  max-width: 405px;
  float: none;
  margin: 0;
  padding: 0;
margin-top: 10px;
}

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

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

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

#header .hdr_right {
  display: flex;
  align-items: center;
  gap: min(60px, 4vw);
}

#header .hdr_instagram_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 20px;
}

#menu {
  padding-bottom: 0;
}

#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 10px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

#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: #333333;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#menu-list > li > ul.menu-children > li:last-child > a {
  border-bottom: none;
}

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
}
@media (min-width: 961px) {
  #menu-list {
    margin: 0;
    list-style-type: none;
    list-style: none;
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    box-sizing: border-box;
  }
  #menu-list > li:last-child {
    justify-content: flex-end;
  }
}
@media (min-width: 961px) {
  #menu-list > li > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    font-size: clamp(14px, 1.4vw, 16px);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media (min-width: 961px) {
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
  .top #content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #menu {
    display: block;
    padding: 0;
  }
  #header {
    background: #fff;
    position: sticky;
    top: 0;
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    z-index: 5;
    display: flex;
    align-items: center;
  }
  #header h1 {
    width: 65%;
    max-width: 300px;
margin-top: 0;
  }
  #header .hdr_top {
    padding: 0 0 0 15px;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  #header .inner {
    max-width: 100%;
    width: 100%;
  }
  #header .hdr_info_list a {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #header .hdr_info_list img {
    width: 40px;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  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;
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 960px) {
  .toggle {
    display: block;
    width: 65px;
    height: 65px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
    background: #333333;
  }
}
@media screen and (max-width: 960px) {
  .toggle span {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(1) {
    top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(2) {
    top: 31px;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(3) {
    bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(1) {
    transform: translateX(-50%) rotate(-45deg);
    top: 30.8px;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(3) {
    transform: translateX(-50%) rotate(45deg);
    bottom: 30.8px;
  }
}
@media screen and (max-width: 960px) {
  #navbk {
    display: none;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 960px) {
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
}
@media screen and (max-width: 960px) {
  #menu {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li:hover {
    background: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #333333;
    padding: 10px;
    background: #fff;
    color: #333;
    text-shadow: none;
letter-spacing: .1em;
  }
  #menu-list > li > a:hover {
    background: #333333;
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > a img {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li > a {
    padding: 8px 10px;
    padding-left: 20px;
    line-height: 2;
    background: #333333;
    border-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li > a:hover {
    background: #4d4d4d;
  }
}
@media (min-width: 961px) {
  #menu .menu-has-child .sp {
    display: none;
  }
}
@media (max-width: 960px) {
  #menu .menu-has-child .pc {
    display: none;
  }
}
.under .borderbox .ul02 {
  text-align: left;
}

.leadtext {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.under .wrap.h3_title_wrap {
  background: none;
}

.under h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  margin: 60px 0 1.2em;
  padding: 35px 0 0;
  line-height: 1.3;
  color: #333333;
}

@media (max-width: 768px) {
  .under h3 {
    font-size: 24px;
    margin: 35px 0 1em;
  }
}
.under h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 15px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #936792;
}

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

.under.blog_body .h3_title_wrap h3,
.under h2 {
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 60px 0;
  margin: 0;
}

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

@media (max-width: 768px) {
  .under.blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 27px;
    padding: 30px 0;
  }
}
.under h4 {
  text-align: left;
  font-size: 20px;
  padding: 0 0 7px 18px;
  margin-bottom: 0;
  margin-top: 1.6em;
  margin-bottom: 1.3em;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  border-bottom: solid 1px;
line-height: 1.6;
}

@media (max-width: 768px) {
  .under h4 {
    font-size: 18px;
  }
}
.under h4::after {
  display: none;
}

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

.under h5 {
  font-size: 16px;
  padding: 0;
  border-left: none;
  font-weight: bold;
  background: none;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 10px;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #333333;
}

.under h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  top: 9px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #8c8c8c;
}

@media (max-width: 768px) {
  .under h5 {
    font-size: 16px;
  }
}
.under .h2_title_wrap + .wf_bread_ul {
  margin-bottom: 30px;
}

.under .wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  background: none;
  padding: 2px 5px;
  box-sizing: border-box;
  color: #333;
}

.under .wf_bread_ul a {
  color: #333333;
}

.borderbox {
  border: none;
  background: #eeeeee;
  box-sizing: border-box;
  padding: 35px 40px 30px !important;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 30px 20px 20px !important;
    margin: 30px auto !important;
  }
}
.t01_wrap thead th {
  text-align: center;
  background: #333333;
}

.t01_wrap tbody th {
  text-align: center;
  background: #eeeeee;
}

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

@media (max-width: 768px) {
  .t01_wrap table {
    font-size: 100%;
  }
}
.under .columns .column > h4.title {
  margin: 0 0 15px;
}

.under .bg_block .cont.column {
  margin-bottom: 0;
}

.tb01 th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 768px) {
  .min-img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .min-img img {
    max-height: 200px;
    margin: 0 auto;
  }
}
.bg-block {
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3% !important;
}

.inner.bg-block {
  margin-bottom: 2em;
}

.bg-block .mini {
  font-size: 90%;
}

.bg-block h4.title {
  margin-top: 0;
}

.bg_box {
  padding: 40px !important;
  box-sizing: border-box;
  background: #eeeeee;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .bg_box {
    padding: 23px 20px !important;
    margin-bottom: 20px;
  }
}
.bg_box01 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #eeeeee;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bg_box01 {
    padding: 23px 20px !important;
    font-size: 16px;
  }
}
.bg_box02 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #eeeeee;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bg_box02 {
    padding: 23px 20px !important;
    font-size: 14px;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

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

.under .columns .column > h4.title {
  margin: 0 0 15px;
}

.under .columns .column > h5.title {
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .under .columns .column {
    margin-bottom: 20px;
  }
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  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;
border: solid 2px #eee;
}

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

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

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

.page_edit .edit_visible {
  display: block !important;
}

@media (max-width: 768px) {
  ul.ul02 li {
    margin-bottom: 2px !important;
    margin-top: 0 !important;
  }
}
/*トップページ*/
.mainimage {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}

.mainimage .column {
  padding: 0;
}

.mainimage .copy {
  position: absolute;
  width: 53.6979166667vw;
  height: 14.1666666667vw;
  left: max(50% - 850px, 2%);
  right: auto;
  top: auto;
  bottom: 10%;
  margin: auto;
  max-width: 907px;
  max-height: 278px;
}

@media (max-width: 768px) {
  .mainimage .copy {
    right: auto;
    top: auto;
    bottom: 5%;
    left: 5%;
    width: 81.3333333333vw;
    height: 49.0666666667vw;
    max-width: 610px;
    max-height: 368px;
  }
}
.mainimage .slick-slider {
  margin-bottom: 0;
}

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

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

.top_ttl {
  font-size: clamp(45px, 9vw, 95px);
  text-align: center;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin: 0 0;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .top_ttl {
    font-size: 44px;
  }
}
.top_ttl + .ja {
  display: table;
  margin: 0 auto;
  border-bottom: 4px solid;
  font-weight: bold;
  font-size: clamp(18px, 2.4vw, 32px);
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .top_ttl .sub {
    font-size: 18px;
    margin: 0.5em auto 0 auto;
  }
}
.text-center {
  text-align: center;
}

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

.center {
  display: block;
}

@media (min-width: 769px) {
  .pc-center {
    text-align: center;
  }
}
.sidebanner {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: 0;
}

.sidebanner img {
  width: 100%;
  display: block;
}

.sidebanner ul {
  display: flex;
}

@media (max-width: 768px) {
  .sidebanner {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .sidebanner ul {
    display: flex;
  }
  .sidebanner ul li {
    flex: 1;
  }
}
.wf_flow_down_wrap {
  margin-bottom: 10px !important;
  margin-top: -30px;
}

.wf_flow_down {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin: auto;
}

.t01_wrap tbody th {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .t01_wrap.custom_table .cont {
    overflow-x: scroll;
  }
  .t01_wrap.custom_table table {
    width: 880px;
    border-collapse: collapse;
  }
}
table.eq-table th {
  width: 70%;
  text-align: left;
}

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

.ex02 li {
  margin-left: 1.5em;
  padding-left: 0.5em;
  list-style: decimal;
}

.ex02 li > ul li,
.ex02 li > ol li {
  list-style: none;
  margin-left: 0;
}

.ex02 li::marker {
  font-weight: bold;
  color: #333333;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.ofi.cover img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.ofi > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

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

.under.blog_body .wf_bread_ul {
  display: none;
}

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

.under #menu-list > li > a {
  text-shadow: none !important;
}

@media (max-width: 1230px) {
  #footer .ft_list {
    display: block;
  }
}
@media (max-width: 768px) {
  #footer .footer_iso img {
    display: block;
    margin: 0 auto;
  }
}
/* =============================================
under customize
============================================= */
@media (max-width: 768px) {
  .t01_wrap th,
  .t01_wrap td {
    padding: 0.8em;
  }
}
@media (min-width: 769px) {
  .mainimage .slick-slide img {
    width: 100%;
  }
}
.color_pri {
  color: #333333;
  font-weight: bold;
}

.mb-3 {
  margin-bottom: 2em !important;
}

@media (min-width: 769px) {
  .pc-text-center {
    text-align: center !important;
  }
}
.under #content .img_span img {
  margin: 0 auto 1em;
  display: block;
}

@media (max-width: 768px) {
  #footer table {
    margin: 0 0 40px;
  }
}
.list_dot li {
  position: relative;
}

ol {
  list-style-type: decimal;
}

@media (max-width: 768px) {
  .st_text {
    font-size: 16px;
  }
}
ol.list_dot li:before {
  content: none;
}

ol.list_dot {
  padding-left: 37px;
}

@media (max-width: 768px) {
  ol.list_dot {
    padding-left: 32px;
  }
}
.t01_style.t02_wrap td {
  width: 22% !important;
}

.t01_style.t02_wrap td:last-child {
  width: 34% !important;
}

.t01_style.t02_wrap tr:last-of-type td:last-child {
  width: 34% !important;
}

@media (max-width: 1000px) {
  .t01_wrap.t02_wrap .cont {
    overflow-x: scroll;
  }
  .t01_wrap.t02_wrap {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .t01_wrap.t03_wrap .cont {
    overflow-x: scroll;
  }
  .t01_wrap.t03_wrap {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .list_dot li:before {
    top: 13px;
  }
}
.ofi_box img {
  object-fit: cover;
  width: 100%;
  height: 235px;
}

.borderbox ol {
  padding-left: 23px;
}

@media (max-width: 768px) {
  .leadtext {
    font-size: 16px;
  }
}
body:not(.page_edit) .loading {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

body:not(.page_edit) .loading img {
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadeinLoading 2s ease-in-out; /* 1秒間でフェードイン */
}

@keyframes fadeinLoading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  body:not(.page_edit) .loading img {
    max-width: 200px;
  }
}
.vertical_ttl {
  writing-mode: vertical-rl;
  padding: 1.5em 0.2em;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  font-size: 28px;
  letter-spacing: 0.3em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media (max-width: 768px) {
  .vertical_ttl {
    margin: 0 auto 1em;
    font-size: 20px;
  }
}
.vertical_ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 1.5357142857em;
  top: -0.7678571429em;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #936792;
}

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

.sec02 {
  padding: clamp(50px, 10vw, 150px) 0 clamp(20px, 5vw, 75px);
}

@media (max-width: 768px) {
  .sec02 {
    padding: 50px 0 20px;
  }
}
.sec02 .verticel_ttl {
  margin-top: 0.7678571429em;
}

.sec02 .wf_blog_ul {
  overflow-y: scroll;
  margin: 0;
  width: 100%;
  border-bottom: solid 1px #8c8c8c;
  border-top: solid 1px #8c8c8c;
box-sizing: border-box;
}

.sec02 .wf_blog_ul li {
  border: none;
}

.sec02 .wf_lic .wf_blog_li_date:after {
  text-align: center;
  min-width: 5.5em;
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  margin-left: 13px;
  border: solid 1px #8c8c8c;
line-height: 1.8;
}

.sec02 .wf_lic_お知らせ .wf_blog_li_date:after {
  content: "お知らせ";
  background: #ffffff;
}

.sec02 .wf_blog_ul .wf_blog_li_date {
  display: block;
  padding-bottom: 0;
}

.sec02 .wf_blog_ul .wf_blog_li_date,
.sec02 .wf_blog_ul .wf_blog_li_title {
  float: none;
}

@media (min-width: 769px) {
  .sec02 .wf_blog_ul {
    max-height: 370px;
padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .sec02 .wf_blog_ul {
    min-height: 90px;
    max-height: 235px;
  }
}
@media (min-width: 769px) {
  .sec02 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .sec02 .ttl_wrap {
    text-align: center;
  }
}
.sec02 .flex_cont .wf_info_cat_selector {
  width: 25%;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .sec02 .flex_cont .wf_info_cat_selector {
    font-size: 14px;
  }
}
.sec02 .flex_cont .wf_info_cat_selector .sub {
  font-size: 0.85em;
}

@media (max-width: 768px) {
  .sec02 .flex_cont .wf_info_cat_selector .sub {
    font-size: 0.6em;
  }
}
.sec02 .wf_paging {
  display: none;
}

.sec02 .wf_blog_ul .wf_blog_li_thumb {
  display: none !important;
}

.sec01 {
  padding: clamp(20px, 5vw, 75px) 0 clamp(50px, 10vw, 150px);
}
.sec01 .ttl_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .sec01 .ttl_wrap {
    display: block;
    margin: 0 0 1em;
line-height: 1.8;
        text-align: center;
  }
}
.sec01 .title {
  writing-mode: vertical-rl;
  position: relative;
  font-size: 28px;
  letter-spacing: 0.35em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media (max-width: 768px) {
  .sec01 .title {
    font-size: 20px;
  }
}
.sec01 h3.title {
  font-size: 16px;
  padding-top: 3em;
  position: relative;
  margin-left: 1em;
letter-spacing: .5em;
}
.sec01 h3.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 2em;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #333;
}

.wide_title_wrap {
  height: 360px;
}
@media (max-width: 768px) {
  .wide_title_wrap {
    height: 200px;
  }
}
.wide_title_wrap .inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.wide_title_wrap h2.title {
  transform: translateY(1.5em);
  margin: 0;
}
.wide_title_wrap.reverse .inner {
  justify-content: flex-start;
}
.wide_title_wrap.wide_title_wrap01 {
  background: url(/images/bnr_img001.jpg) no-repeat center/cover;
position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
  .wide_title_wrap.wide_title_wrap01 {
    background: url(/images/sp_bnr_img001.jpg) no-repeat center/cover;
  }
}
.wide_title_wrap.wide_title_wrap02 {
  background: url(/images/bnr_img003.jpg) no-repeat center/cover;
position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
  .wide_title_wrap.wide_title_wrap02 {
    background: url(/images/sp_bnr_img003.jpg) no-repeat center/cover;
  }
}
.wide_title_wrap.wide_title_wrap03 {
  background: url(/images/bnr_img005.jpg) no-repeat center/cover;
position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
  .wide_title_wrap.wide_title_wrap03 {
    background: url(/images/sp_bnr_img005.jpg) no-repeat center/cover;
  }
}

.img_section {
  padding: clamp(50px, 8vw, 100px) 0 clamp(50px, 10vw, 150px);
}
@media (min-width: 769px) {
  .img_section .inner {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .img_section .inner .columns,
  .img_section .inner .column {
    margin: 0;
    padding: 0;
  }
}
.img_section h3.title {
  font-size: 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.3em;
  margin: 0 0 1em;
}
@media (max-width: 768px) {
  .img_section h3.title {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.8;
text-align: center;
margin: 15px 0 12px;
  }
}
@media (min-width: 769px) {
  .img_section .columns {
    align-items: center;
    gap: 2%;
  }
  .img_section .columns .column {
    width: 49%;
  }
  .img_section .columns.reverse .column.con_text {
    padding-left: max(50vw - 500px, 4%);
    padding-right: 0;
  }
  .img_section .column.con_img {
    text-align: center;
  }
  .img_section .column.con_img img {
    max-width: 96%;
  }
  .img_section .column.con_text {
    padding-right: max(50vw - 500px, 4%);
  }
}
.img_section.img_section01 {
  background: url(/images/bg_img002.jpg) no-repeat center/cover;
}
.img_section.img_section02 {
  background: url(/images/bg_img003.jpg) no-repeat center/cover;
}
.img_section.img_section03 {
  background: url(/images/bg_img004.jpg) no-repeat center/cover;
}

.sec_contact {
  text-align: center;
  background: url(/images/bg_img005.jpg) no-repeat center top/cover;
  padding: clamp(50px, 10vw, 150px) 0;
}
.sec_contact .ul_tellist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3%;
}
@media (max-width: 768px) {
  .sec_contact .ul_tellist {
    flex-direction: column;
  }
}
.sec_contact h2.title {
  font-size: 28px;
  text-align: center;
  margin: 0 0 1.2em;
  padding-top: 2em;
  letter-spacing: 0.3em;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media (max-width: 768px) {
  .sec_contact h2.title {
    font-size: 24px;
margin: 0 0 20px;
  }
}
.sec_contact h2.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 1.8em;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #936792;
}

.sec_contact .tel_text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}
.sec_contact .tel_text .bold {
  font-weight: normal;
  font-size: 1.375em;
}

.sec_contact .btn_wrap a {
  max-width: 340px;
  padding: 15px;
}
.sec_contact .btn_wrap a:after {
  right: 0.6em;
  margin: auto;
  width: 20px;
}

.sec_contact .mailicon {
  position: relative;
  padding-left: 28px;
}

.sec_contact .mailicon:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/ic_mail.png) no-repeat center;
}

.wf_googlemap_wrap iframe {
  display: block;
}

.fadeUp {
  animation-name: fadeupanime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

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

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
body:not(.page_edit).fadeUpTrigger,
body:not(.page_edit).fadeLeftTrigger,
body:not(.page_edit).fadeRightTrigger {
  opacity: 0;
} /*#sourceMappingURL=local.css.map*/
/*********************/
.is-active {
  animation: fadeIn 1.2s 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 ( min-width : 769px ) {
  .sec02 .is-10 .cont {
    margin-left: 15px;
  }
.sec02 .is-10 .cont.mt20 {
  margin-top: 40px !important;
}
.sec02 .vertical_ttl{
margin-top: 20px;
}
.sec01 .ttl_wrap {
  padding-left: 0;
padding-top: 20px;
}
.sec01 .sec_text {
  padding-left: 30px;
}
.sec01 .is-9 .cont.mt20 {
  margin-top: 40px !important;
}
.img_section .cont.mt20 {
  margin-top: 30px !important;
}
}
.sec_text{
  letter-spacing: .1em;
  line-height: 2.25 !important;
}
#footer .mt30{
  letter-spacing: .1em;
}
@media ( max-width : 768px ) {
  .sec02 .wf_blog_ul {
    padding: 20px 0;
  }
.top .mt20 {
    margin-top: 25px !important;
  }
.sec02 .vertical_ttl {
  writing-mode: unset;
  padding: 20px 0 0;
  box-shadow: none;
  font-size: 24px;
  letter-spacing: 0.3em;
padding-top: 1.8em;
}
.sec02 .vertical_ttl:before {
    top: 0;
}
.sec01 h3.title {
writing-mode: unset;
    font-size: 16px;
padding: 20px 0 0;
    position: relative;
    margin-left: 0;
    letter-spacing: .5em;
}
.sec01 .title {
    writing-mode: unset;
    position: relative;
    font-size: 24px;
    letter-spacing: 0.35em;
}
.sec01 h3.title:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 36px;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    background: #936792;
}
.sec01 h3.title{
padding-top: 50px;
margin-bottom: 2px;
}
.wide_title_wrap03 h2.title{
  padding: 1em 0.2em;
}
.sec_contact .tel_text {
    font-size: 20px;
}
.sec_contact .ul_tellist {
    margin-top: 20px !important;
}
#footer .footer_ul > li > a {
    padding-block: 5px;
}
}
.mt-30_under{
margin-top: 30px !important;
}
@media ( max-width : 768px ) {
  .mt-30_under {
    margin-top: 25px !important;
  }
.t01_wrap tbody th {
    width: 33%;
}
.under h4::before {
  top: 10px;
}
.wf_flow_down {
  margin-top: 30px;
}
}
.under .wf_blog_ul.コラム .wf_blog_li_thumb{
  display: none;
}
.wide_btn.btn_wrap a {
  max-width: 500px;
}
.wf_form_parts_wrap.wf_radio_wrap {
    display: block;
}
.wf_lic_コラム .wf_blog_li_date .wf_blog_li_date_date{
display: none;
}
.wf_lic_コラム .wf_blog_li_date:after {
  text-align: center;
  min-width: 5.5em;
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  margin-left: 13px;
  border: solid 1px #936792;
line-height: 1.8;
}
.wf_lic_コラム .wf_blog_li_date:after {
  content: "コラム";
  background: #936792;
color: #fff;
}
.ofi_img img{
  object-fit: cover;
  width: 100%;
  height: 250px;
}
@media ( max-width : 768px ) {
  .ofi_img img {
    object-fit: cover;
    width: 100%;
    height: 190px;
  }
}
.st_text{
  font-size: 18px;
  font-family: "游明朝体",
  "Yu Mincho",
  YuMincho,
  "ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro",
  serif;
  letter-spacing: 0.1em;
}
@media ( min-width : 769px ) {
  .pc-text-cnter{
    text-align: center;
  }
.st_text{
  font-size: 16px;
}
}
.ol_list{
margin-left: 30px !important;
}
@media ( max-width : 768px ) {
.ol_list {
    margin-left: 23px !important;
}
}