@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.nav_tel i,
.nav_fax i {
  color: #052c93;
  font-size: 20px;
}

.navli {
  border-right: 1px solid #888;
}

.nav_tel span,
.nav_fax span {
  font-size: 20px;
  display: inline-block;
  padding-left: 5px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .nav_fax {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) and (min-width: 769px) {
  .nav_tel {
    display: none !important;
  }
}
.top h3.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

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

.carousel {
  position: relative;
}

.copy {
  padding-top: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 320px !important;
  max-height: 250px !important;
  margin: auto !important;
}

.copy h3.title {
  font-size: 3vw;
}

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

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

@media only screen and (max-width: 768px) {
  .copy h3.title {
    font-size: 5vw;
    padding: 10px;
    margin: 0;
  }
  .copy div.part {
    line-height: 4em;
  }
  .copy a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 5px auto;
    display: block;
    font-size: 14px;
  }
}
.hidden {
  display: none !important;
}

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

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

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

.bn1 a,
.bn2 a,
.bn3 a,
.bn4 a {
  background-size: cover;
  position: relative;
  height: 150px;
  line-height: 130px;
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: 200ms;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  border: 10px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: "Lato", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  transition: 200ms;
}

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

.bn1 a {
  background: url(/images/bn1.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn2 a {
  background: url(/images/bn2.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn3 a {
  background: url(/images/bn3.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn4 a {
  background: url(/images/bn4.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn1 span,
.bn2 span,
.bn3 span,
.bn4 span {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* header */
#header h1 {
  float: left;
}

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

.header_tel {
  text-align: right;
}

.header_tel span {
  display: inline-block;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
}

.header_tel img {
  vertical-align: bottom;
  margin-right: 7px;
}

/* nav */
#nav {
  width: auto;
  float: right;
  background: none;
  padding-bottom: 10px;
  padding-top: 25px;
}

#nav #menu > li {
  float: left;
  list-style: none;
  width: auto;
  /*height:80px;*/
  box-sizing: border-box;
  font-size: 14px;
}

#nav li a {
  display: block;
  /*
  	height:80px;
  	line-height:80px;
  */
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

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

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

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

.submenu_ul > li {
  background: #50350d;
  list-style: none;
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}

.submenu_ul > li a {
  color: #fff !important;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

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

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

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

#content .wrap p:not(:last-child) {
  margin-bottom: 1.2em;
}

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

/* メイン */
.carousel {
  padding-bottom: 0px;
  width: 100%;
  overflow: hidden;
  background: url(/images/mainimage_bg.png) repeat center top;
}

.carousel > div {
  width: 100%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

/* フッター */
#footer {
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
  line-height: 1.428em;
}

#footer .inner {
  padding: 50px 0 50px;
}

#footer .footer_title {
  float: left;
  margin-right: 35px;
  font-weight: bold;
}

#footer ul {
  /*	float: left;*/
  margin-bottom: 10px;
}

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

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

.footer_ul_wrap {
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}

#footer ul li a,
#footer ul li a:visited {
  text-decoration: none;
  color: #111;
  display: block;
  padding: 5px;
}

.footer_ul,
.footer_ul li,
.footer_ul li a {
  display: inline !important;
  text-align: center !important;
}

#footer ul.footer_ul li a:after {
  content: "　|";
}

#footer ul li.nav07 a:after {
  display: none;
}

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

#footer .f_logo {
  margin: 0 0 18px;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  background: #fbebd1;
  padding: 15px 0;
}

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

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

.menu_table th {
  text-align: left;
}

.menu_table td {
  text-align: right;
}

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

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

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

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

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

table.info th {
  width: 20%;
}

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

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
.blog_body .wf_bread_ul + .wrap {
  max-width: 100%;
  padding: 1.5em 0;
  margin-bottom: 40px;
}

.under .wrap.h3_title_wrap {
  padding: 0;
}

.h3_title_wrap > .inner {
  padding: 0;
}

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

.top .concept-block,
.top .item-block {
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  margin-bottom: 2.5em;
}

.top .info-block {
  margin-bottom: 2.5em;
}

.top .concept-block img {
  margin-right: 20px;
}

.top .concept-block h4,
.top .concept-block p,
.top .concept-block .btn-style {
  /*padding-left:52%;*/
}

.top .shop-block img {
  /*margin-left:20px;*/
}

.top .shop-block p.entry_p {
  width: 48%;
}

.top .shop-block .anchor_wrap {
  padding-top: 1em;
}

.top dl.info {
  margin-bottom: 20px;
}

/* 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: 16px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

/* under */
.under .wf_bread_ul {
  padding: 2px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

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

h2.title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 40px;
}

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

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

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

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

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

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

.img_list1 img {
  margin: 0 0 2%;
}

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

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

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

.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) {
  #nav .nav_contact {
    margin-left: 30px;
  }
  #footer .column_l .column_inner {
    border-right: 1px solid #fff;
  }
  #footer .column_r .column_inner {
    padding-left: 30px;
  }
  #footer .column_r .column_inner ul {
    padding-right: 30px;
  }
  #footer .column_r .column_inner li {
    margin-bottom: 0.6em;
  }
}
@media only screen and (max-width: 1010px) {
  #header .inner,
  #content .inner,
  #upper_footer .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  #header .inner,
  #nav .inner {
    width: auto;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1000px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  #nav li a {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
  }
  #nav .nav_contact {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .top #content .sec03 {
    border-bottom: 1px solid #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  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;
  }
  #nav {
    background: 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.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 999;
  }
  #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.nav01 {
    border-left: none;
  }
  #nav ul li a {
    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%;
  }
  #footer .column_r .column_inner li {
    margin-bottom: 0.6em;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }
  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th,
  .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 360px) {
  #nav ul {
    top: 88px;
  }
  #toggle {
    top: 23px;
  }
}
@media only screen and (max-width: 320px) {
  #header .info {
    top: 20px;
  }
  #toggle {
    top: 17px;
  }
  #nav ul {
    top: 74px;
  }
}
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  display: block;
  box-sizing: border-box;
}

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

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

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

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

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

@media (min-width: 769px) {
  .wf_blog_ul .wf_blog_li_date {
    padding-left: 20px;
  }
}

@media (min-width: 769px) {
  .wf_blog_ul .wf_blog_li_title {
    padding-right: 20px;
  }
}

.wf_bread_ul li {
  display: inline;
}

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

.wf_blog_li_date_time {
  display: none;
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 14px;
  font-weight: normal;
  background: #000;
  color: #fff;
  margin: 0;
letter-spacing: .15em;
}
@media (max-width: 768px) {
  body {
    line-height: 2;
  }
}
@media (min-width: 769px) {
  body {
    line-height: 1.8571428571;
  }
}

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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

#header 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 20px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: none repeat scroll 0 0 #0f7144;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  width: 5px;
}
@media (max-width: 7678px) {
  .list_dot li:before {
    top: 11px;
  }
}
@media (min-width: 769px) {
  .list_dot li:before {
    top: 15px;
  }
}

.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 14px;
  position: relative;
  text-align: left;
}

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

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

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

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);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top01,
.top02,
.top03,
.top04,
.top05,
.top06 {
  padding: 60px 0;
}

.top .h3_title_wrap {
  padding: 85px 0 40px;
}

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

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

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

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

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

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

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

.wf_form_wrap_submit {
  text-align: center;
}

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

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

#sidecontact.rightContent {
  right: 0;
}

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

.wf_form_parts_wrap.wf_radio_wrap {
  display: 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: #254295;
}

.service_ttl01 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: url(/images/logo_icon.svg) no-repeat center top;
  padding-top: 60px;
  padding-bottom: 0.5em;
  background-size: 40px;
  text-align: center;
  position: relative;
  margin-top: 1em;
  line-height: 1.3em;
}

.under .service_ttl01::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 2px;
  background: #254295;
}

.message_txt_wrap {
  text-align: center;
}

.message_txt_wrap ul {
  display: inline-block;
}

.message_txt_wrap ul li {
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  padding: 0;
}

.message_txt_wrap ul li::before {
  display: none;
}

.btn_wrap a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 190px;
  max-width: unset;
  padding: 15px;
  margin: 10px auto;
  box-sizing: border-box;
  border-radius: 0;
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  transition: 0.2s;
}
.btn_wrap a::before {
  content: unset;
}
.btn_wrap a::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 1px;
  margin: auto;
  border: unset;
  background: #fff;
  transform: translateX(50%);
  transition: 0.2s;
}
.btn_wrap a:hover {
  opacity: 0.8 !important;
}
.btn_wrap a:hover::after {
  right: -5px;
}
.btn_wrap.ic_mail a {
  width: 250px;
}
.btn_wrap.ic_mail a::before {
  content: "";
  position: relative;
  top: unset;
  right: unset;
  display: inline-block;
  width: 18px;
  height: 12px;
  margin: unset;
  margin-right: 5px;
  border-radius: 0;
  background: url("../images/ic_mail.png") no-repeat center/contain;
}

@media screen and (min-width: 769px) {
  .under #content {
    min-height: 600px;
  }
  .imgtxt_wrap .columns:not(.is-desktop) {
    display: block !important;
    overflow: hidden;
  }
  .imgtxt_right .left {
    float: left;
    width: 63%;
    margin: 0;
  }
  .imgtxt_right .wf_img_cont {
    float: right;
    width: 34%;
    margin: 0 0 2% 3%;
  }
  .imgtxt_left .left {
    float: right;
    width: 63%;
    margin: 0;
  }
  .imgtxt_left .wf_img_cont {
    float: left;
    width: 34%;
    margin: 0 3% 2% 0;
  }
}
@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;
    text-align: center;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    text-align: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mainimage_wrap > .inner img {
    top: 25%;
    left: 22%;
    margin: 0;
    width: 56%;
  }
  .section_service .servicebox_wrap {
    max-width: 82%;
    width: 340px;
  }
  .under .wrap.h3_title_wrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 845px) {
  .section_service .servicebox_wrap {
    max-width: 82%;
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  #footer .columns {
    text-align: left;
  }
  #footer .column_l {
    margin-bottom: 15px;
  }
  #footer .footer_title {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer ul {
    margin-right: 20px;
  }
  #footer .column_inner {
    overflow: hidden;
  }
  #footer .column_l p a[href^="tel:"] {
    color: #fff !important;
  }
  .mainimage_wrap > .inner {
    padding: 0 0 85% !important;
  }
  .mainimage_wrap > .inner img {
    position: absolute;
    z-index: 111;
    top: 30%;
    left: 17%;
    margin: 0;
    width: 66%;
  }
  .second_col .cont.column:first-child {
    margin-bottom: 10px;
  }
  #sidecontact {
    display: none;
  }
  .top .h3_title_wrap {
    padding: 40px 0 20px;
  }
  .section_point {
    padding: 40px 0 20px;
  }
  .section_point .columns .column {
    margin-bottom: 25px;
  }
  .section_service .columns .column {
    flex: inherit;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .section_service .servicebox_wrap {
    padding: 135px 25px 40px;
    margin: 0 auto;
    max-width: 90%;
  }
  .section_news {
    padding: 40px 0;
  }
  .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;
  }
  .under .wrap.h3_title_wrap h3,
  .blog_body .wf_bread_ul + .wrap h3 {
    font-size: 23px;
  }
  .under .wrap.h3_title_wrap {
    margin-bottom: 5px;
  }
  .under .wrap.h3_title_wrap h3 .en {
    font-size: 42px;
  }
  .under .wrap.h3_title_wrap h3 .jp {
    font-size: 16px;
  }
  .under h4 {
    font-size: 20px;
  }
  .imgtxt_wrap .img_span {
    margin-top: 1em;
  }
  .service_ttl01 {
    font-size: 22px;
  }
  p.service_ttl01 {
    margin-bottom: 0 !important;
  }
  .service_con01 img {
    max-width: 70%;
  }
}
@media screen and (max-width: 360px) {
  .h5_title_wrap {
    margin-bottom: 0;
  }
  .section_service .servicebox_wrap {
    padding: 110px 20px 30px;
    background-position: center 39px;
  }
  .section_service .columns .column {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .titleimg img {
    height: 70px;
  }
  .news_title .titleimg img {
    height: 32px;
  }
  .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;
  }
}
.wf_blog_ul .wf_blog_li_thumb {
  display: none;
}
.wf_blog_ul .wf_blog_li_date::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding-inline: 14px;
  margin-left: 10px;
  border-radius: 50vh;
  color: #fff;
}
.wf_blog_ul li {
  border-bottom: dashed 1px #d1d1d1;
}
.wf_blog_ul li.wf_lic_ゆいのひ保育園 .wf_blog_li_date::after {
  content: "ゆいのひ保育園";
  background-color: #ff6600;
}
.wf_blog_ul li.wf_lic_松戸ゆいのひ保育園 .wf_blog_li_date::after {
  content: "松戸ゆいのひ保育園";
  background-color: #91c425;
}
.wf_blog_ul li.wf_lic_新松戸ゆいのひ保育園 .wf_blog_li_date::after {
  content: "新松戸ゆいのひ保育園";
  background-color: #ffae00;
}

/* =============================================
header
============================================= */
/*ヘッダー固定時のアンカーリンク調整*/
@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;
  }
}
.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: -40px;
  padding-top: 40px;
}

#header .inner {
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  #header .inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100%;
    height: 133px;
  }
}

#header .hdr_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header h1 {
  float: none;
}
#header h1 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 959px) {
  #header h1 {
    flex: 1;
    margin-left: 20px;
  }
  #header h1 img {
    width: 140.5px;
  }
}
@media (min-width: 960px) {
  #header h1 {
    width: 100%;
    max-width: 281px;
    margin-left: clamp(20px, 2.0833333333vw, 40px);
  }
}

@media (max-width: 959px) {
  #header .hdr_info_wrap {
    padding: 10px 0;
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  #header .hdr_info_wrap {
    grid-area: info;
    max-width: unset;
  }
}

#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
#header .hdr_info_list.pc2 {
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0;
       column-gap: 0;
  align-self: flex-start;
  padding-top: 5px;
}
#header .hdr_info_list.pc2 li {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.035em;
}
#header .hdr_info_list.pc2 li:not(:last-child) {
  border-right: solid 1px #7a7a7a;
}
#header .hdr_info_list.pc2 li a {
  color: #7a7a7a;
  padding: 0 1.3em;
}
#header .hdr_info_list.pc2 li a:hover {
  color: #cbb080;
  text-decoration: none;
}
#header .hdr_info_list.pc2 li:last-child a {
  padding-right: 0;
}
#header .hdr_info_list.sp2 {
  justify-content: flex-end;
}
#header .hdr_info_list.sp2 .tel,
#header .hdr_info_list.sp2 .contact {
  width: 31px;
}
#header .hdr_info_list.sp2 .tel img,
#header .hdr_info_list.sp2 .contact img {
  width: 100%;
  height: auto;
}

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

#menu {
  display: flex;
  justify-content: right;
  padding-bottom: 10px;
  padding-bottom: 20px;
}
@media (max-width: 959px) {
  #menu {
    align-self: flex-end;
  }
}
@media (min-width: 960px) {
  #menu {
    padding: 0;
    margin-right: clamp(20px, 2.96875vw, 57px);
  }
}

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

#menu-btn {
  display: none;
}

#menu-list > li {
  position: relative;
  transition: all 0.2s;
}
@media (max-width: 960px) {
  #menu-list > li.menu-has-child > a {
    position: relative;
  }
  #menu-list > li.menu-has-child > a::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 5px;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 5px;
  }
}

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

#menu-list > li > a {
  display: block;
  font-size: 16px;
  text-decoration: none;
}

#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;
  width: 100%;
}
@media (min-width: 960px) {
  #menu-list > li:hover > ul.menu-children {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    background-color: #f8f3e5;
  }
}

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

#menu-list > li > ul.menu-children > li > a {
  display: block;
  line-height: 3;
  text-decoration: none;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 960px) {
  #menu-list > li > ul.menu-children > li > a {
    white-space: nowrap;
  }
}
#menu-list > li > ul.menu-children > li > a:hover {
  background-color: #ff6600;
  color: #fff;
}

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    -moz-column-gap: 47px;
         column-gap: 47px;
    max-width: 100%;
  }
  #menu-list > li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: auto;
    box-sizing: border-box;
  }
  #menu-list > li > a {
    color: #fff;
  }
  #menu-list > li:hover > a {
    color: #cbb080;
  }
  #menu-list > li > a {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
    line-height: 1;
    letter-spacing: .15em;
  }
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #header {
    background: #000;
    position: sticky;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 5;
  }
  #header .hdr_top {
    padding: 0;
  }
  #header .hdr_info_list a {
    display: block;
  }
  #header .hdr_info_list img {
    width: 34px;
    display: block;
  }
  nav {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 60%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    background: #cbb080;
    visibility: hidden;
  }
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .toggle {
    display: block;
    width: 20px;
    height: 17px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }
  .toggle span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .toggle span:nth-child(1) {
    top: 0;
  }
  .toggle span:nth-child(2) {
    top: 8px;
  }
  .toggle span:nth-child(3) {
    bottom: 0px;
  }
  .open .toggle span {
    background-color: #fff;
  }
  .open .toggle span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle span:nth-child(3) {
    transform: translateY(-8px) 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 #fff;
    padding: 10px;
    background: #cbb080;
    color: #fff;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  }
  #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: 2;
    background: #fff;
  }
  #menu-list > li > ul.menu-children > li > a:hover {
    background: none;
  }
}
/* =============================================
footer
============================================= */
#upper_footer {
  position: relative;
  padding-top: 50px;
  margin-bottom: 0;
  background: #cbb080;
}
#upper_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: url("../images/line_bicolor.jpg") repeat-x bottom/91px 6px;
}
@media (min-width: 769px) {
  #upper_footer {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  #upper_footer {
    padding-bottom: 12.6666666667vw;
  }
}
@media (max-width: 768px) {
  #upper_footer .inner {
    padding-inline: 10px;
  }
}
@media (max-width: 768px) {
  #upper_footer .columns_footer > .column:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  #upper_footer .columns_footer {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  #upper_footer .columns_footer > .column {
    flex: unset;
  }
  #upper_footer .columns_footer > .column_l {
    flex: 1;
  }
  #upper_footer .columns_footer > .column_r {
    width: 62%;
  }
}
#upper_footer .columns_sitemap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 768px) {
  #upper_footer .columns_sitemap > .column {
    width: 50%;
  }
}
@media (min-width: 769px) {
  #upper_footer .columns_sitemap > .column {
    flex: unset;
    width: 43%;
  }
}
@media (min-width: 769px) {
  #upper_footer .ul_sitemap {
    margin-top: -5px;
  }
}
#upper_footer .ul_sitemap li {
  color: #fff;
  line-height: 1.3;
}
#upper_footer .ul_sitemap li a {
  color: #fff;
}
#upper_footer .ul_sitemap > li:not(:last-child) {
  margin-bottom: 20px;
}
#upper_footer .ul_sitemap .menu-child {
  margin-top: 13px;
  margin-left: 1em;
}
#upper_footer .ul_sitemap .menu-child > li {
  font-size: 14px;
}
@media (max-width: 768px) {
  #upper_footer .ul_sitemap .menu-child > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  #upper_footer .ul_sitemap .menu-child > li:not(:last-child) {
    margin-bottom: 6px;
  }
}
#upper_footer .ul_sitemap .menu-child > li a {
  font-size: 14px;
}
#upper_footer .ul_sitemap .menu-child:last-child {
  margin-bottom: 50px;
}
#upper_footer .logospace {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #upper_footer .logospace {
    text-align: center;
  }
}
#upper_footer .info {
  display: grid;
  grid-template-columns: auto 1fr;
}
#upper_footer .info dt,
#upper_footer .info dd {
  padding-block: 13px;
  border-bottom: solid 1px #dfddd6;
  line-height: 1.4375;
}
#upper_footer .info dt {
  position: relative;
  padding-left: calc(8px + 0.5em);
  padding-right: 1em;
}
#upper_footer .info dt::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50vh;
  background-color: #ff6600;
}
@media (max-width: 768px) {
  #upper_footer .info {
    font-size: 14px;
  }
}
#upper_footer .googlemap {
  padding-bottom: 74%;
}

#footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  background: #000;
}
#footer .copyright {
  color: #fff;
  padding: 0;
  background: unset;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #footer .copyright {
    font-size: 12px;
    padding-block: 10px;
  }
}

/* =============================================
under
============================================= */
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 500;
}

body:not(.top) .h2_title_wrap {
  background: url("../images/h2.jpg") no-repeat center/cover;
  color: #fff;
}
@media (max-width: 767px) {
  body:not(.top) .h2_title_wrap {
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  body:not(.top) .h2_title_wrap {
    min-height: 160px;
  }
}
body:not(.top) .h2_title_wrap .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body:not(.top) .h2_title_wrap .inner {
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  body:not(.top) .h2_title_wrap .inner {
    min-height: 160px;
  }
}
body:not(.top) .h2_title_wrap h2,body.blog_body .h3_title_wrap h3 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
color: #fff;
padding: 30px 0;
}
@media (min-width: 769px) {
  body:not(.top) .h2_title_wrap h2,body.blog_body .h3_title_wrap h3 {
    font-size: 30px;
padding: 0;
  }
}
body:not(.top) h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  color: #cbb080;
  border-bottom: double 4px #cbb080;
  letter-spacing: .1em;
  text-align: center;
}
body:not(.top) h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 19px;
  margin-inline: auto;
  background: url("../images/h3.png") no-repeat center/contain;
}
@media (min-width: 769px) {
  body:not(.top) h3 {
    font-size: 24px;
    margin-top: 50px;
  }
}
body:not(.top) h4 {
  position: relative;
  padding-block: 0;
  padding-left: calc(12px + 0.5em);
  padding-bottom: 5px;
  border-bottom: double 4px #cbb080;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: .1em;
}
@media (min-width: 769px) {
  body:not(.top) h4 {
    font-size: 20px;
  }
}
body:not(.top) h4::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #cbb080;
  transform: rotate(45deg);
}
body:not(.top) h5 {
  position: relative;
  padding-left: calc(10px + 0.5em);
  margin-top: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  body:not(.top) h5 {
    font-size: 16px;
  }
}
body:not(.top) h5::before {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: solid 3px #cbb080;
}
@media (max-width: 768px) {
  body:not(.top) h5::before {
    top: 4px;
  }
}
body:not(.top) .columns .btn_wrap a {
  width: 100%;
}
@media (max-width: 768px) {
  body:not(.top) .column {
    text-align: left;
  }
}
body:not(.top) .column h4,
body:not(.top) .column h5 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body:not(.top) .column img {
    display: block;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  body:not(.top) .column .part:not(:last-child) {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  body:not(.top) .column:not(:last-child) {
    margin-bottom: 20px;
  }
}

body.blog_body .h3_title_wrap {
  min-height: 160px;
  background: url("../images/h2.jpg") no-repeat center/cover;
  color: #fff;
}
@media (max-width: 767px) {
  body.blog_body .h3_title_wrap {
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  body.blog_body .h3_title_wrap {
    min-height: 160px;
  }
}
body.blog_body .h3_title_wrap .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body.blog_body .h3_title_wrap .inner {
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  body.blog_body .h3_title_wrap .inner {
    min-height: 160px;
  }
}
body.blog_body .h3_title_wrap h3 {
  margin: 0 auto;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 769px) {
  body.blog_body .h3_title_wrap h3 {
    font-size: 30px;
  }
}
body.blog_body h4 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  color: #cbb080;
  border-bottom: double 4px #cbb080;
  letter-spacing: 0;
  text-align: center;
}
body.blog_body h4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 19px;
  margin-inline: auto;
  background: url("../images/h3.png") no-repeat center/contain;
}
@media (min-width: 769px) {
  body.blog_body h4 {
    font-size: 24px;
    margin-top: 50px;
  }
}
body.blog_body h5 {
  position: relative;
  padding-block: 0;
  padding-left: calc(12px + 0.5em);
  padding-bottom: 5px;
  border-bottom: double 4px #cbb080;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  body.blog_body h5 {
    font-size: 20px;
  }
}
body.blog_body h5::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #cbb080;
  transform: rotate(45deg);
}

.borderbox {
  padding: 30px 50px 30px !important;
  box-sizing: border-box;
  border: none;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 25px 20px 25px !important;
  }
}
.under.pagebody .wrap {
  padding: 0;
  margin: 0;
}

.wrap.anchor .borderbox {
  border: double 4px #cbb080;
  background: transparent;
}
.wrap.anchor .ul02 li::before {
  border-left: 5px solid #cbb080;
}
.wrap.anchor .ul02 li a {
  color: #fff;
  font-weight: normal;
}
.wrap:not(.anchor) .borderbox {
  border: solid 3px rgba(255, 255, 255, 0.4);
  background-color: #fff;
}
.wrap:not(.anchor) .ul02 li::before {
  border-left: 5px solid #cbb080;
}

@media (max-width: 768px) {
  .t01_wrap table {
    font-size: 12px;
  }
}
.t01_wrap table thead th,
.t01_wrap table thead td {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: bold;
}
.t01_wrap table tbody th {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: bold;
}

.fixedfooter {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  z-index: 4;
}
@media (max-width: 768px) {
  .fixedfooter li {
    width: 100%;
  }
  .fixedfooter img {
    width: 100%;
    max-width: unset;
    height: auto;
  }
}
@media (min-width: 769px) {
  .fixedfooter {
    left: auto;
    right: 0;
    top: auto;
    bottom: max(20vh, 80px);
  }
}

@media (max-width: 768px) {
  .fixedfooter ul {
    display: flex;
  }
}
@media (min-width: 769px) {
  .fixedfooter ul li {
    margin-bottom: 30px;
  }
}
.fixedfooter ul li img {
  width: 100%;
  vertical-align: bottom;
}

.columns.columns_point .column {
  padding: 10px;
  padding-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.columns.columns_point .column_inner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border-radius: 30px;
  background-color: #f8f3e5;
}
.columns.columns_point .num {
  position: absolute;
  top: -20px;
  left: -20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding-bottom: 5px;
  background: url("../images/label_bg.png") no-repeat center/contain;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.columns.columns_point .img {
  display: block;
  text-align: center;
}
.columns.columns_point h4 {
  padding-left: 0;
  margin-top: 0;
  text-align: center;
  color: #ff6600;
  line-height: 1.5;
}
.columns.columns_point h4::before {
  content: unset;
}
.columns.columns_point h4::after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: url("../images/line_doted02.png") space bottom/10px 6px;
}
.columns.columns_point .text {
  height: 100%;
}
.columns.columns_welfare .column {
  box-sizing: border-box;
}
.columns.columns_welfare .column_inner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5px;
  border-radius: 10px;
  background-color: #f8f3e5;
}
.columns.columns_welfare h4 {
  padding-left: 0;
  margin-top: 20px;
  text-align: center;
  color: #ff6600;
  line-height: 1.5;
}
.columns.columns_welfare h4::before, .columns.columns_welfare h4::after {
  content: unset;
}
.columns.columns_welfare .text {
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

/*pagetopボタン*/
.pagetop {
  width: 50px;
  height: 50px;
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: calc(15.6vw + 5px);
  cursor: pointer;
}
@media (min-width: 769px) {
  .pagetop {
    width: 91px;
    height: 91px;
    right: 10px;
    bottom: 10px;
  }
}
.pagetop img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.pagetop:before {
  display: none;
}

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

.wf_googlemap_wrap iframe {
  height: 250px;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .wf_googlemap_wrap iframe {
    height: 490px;
  }
}

@media (max-width: 768px) {
  .columns_flow .columns .column {
    position: relative;
    margin-bottom: 20px;
  }
  .columns_flow .columns .column::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin-inline: auto;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ec960f;
    border-bottom: 0;
  }
  .columns_flow .columns:last-child .column {
    margin-bottom: 0;
  }
  .columns_flow .columns:last-child .column:last-child::after {
    content: unset;
  }
}
@media (min-width: 769px) {
  .columns_flow .columns .column {
    position: relative;
    margin-right: 20px;
  }
  .columns_flow .columns .column::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 5px);
    display: block;
    width: 0;
    height: 0;
    margin-block: auto;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ec960f;
    border-right: 0;
  }
  .columns_flow .columns:last-child .column:last-child::after {
    content: unset;
  }
}

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

.faq .question {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 768px) {
  .faq .question {
    padding-left: calc(30px + 0.5em);
  }
}
@media (min-width: 769px) {
  .faq .question {
    padding-block: 7px;
    padding-left: calc(50px + 0.5em);
  }
}
.faq .question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 400;
  background: #cbb080;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .faq .question::before {
    top: 3px;
    width: 30px;
    height: 30px;
    padding-top: 1px;
    padding-right: 1px;
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .faq .question::before {
    padding-bottom: 1px;
    padding-left: 1px;
  }
}
.faq .question::after {
  content: unset;
}
.faq .answer {
  position: relative;
  margin-bottom: 10px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 768px) {
  .faq .answer {
    padding-left: calc(30px + 0.5em);
  }
}
@media (min-width: 769px) {
  .faq .answer {
    padding-block: 4px;
    padding-left: calc(50px + 0.5em);
  }
}
.faq .answer::before {
  content: "A";
  position: absolute;
  top: 0px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 400;
  background: #cbb080;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .faq .answer::before {
    top: 1px;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.faq .readmore {
  position: relative;
  padding: 0;
}
.faq .readmore label {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  transform: unset;
  display: block;
  width: auto;
  padding: 0.5em 2.5em;
  padding-right: calc(1em + 10px);
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
.faq .readmore label::before {
  content: "Q.";
  position: absolute;
  top: 0.5em;
  left: 1em;
  display: block;
}
.faq .readmore label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 1px #274f27;
  border-bottom: solid 1px #274f27;
  transition: 0.3s;
  transform: translateY(-2px) rotate(45deg);
}
.faq .readmore input[type=checkbox]:checked ~ label::before {
  content: "Q.";
}
.faq .readmore input[type=checkbox]:checked ~ label::after {
  transform: translateY(2px) rotate(225deg);
}
.faq .readmore input[type=checkbox] {
  display: none;
}
.faq .readmore-content {
  position: relative;
  height: 0px;
  overflow: hidden;
}
.faq .readmore input[type=checkbox]:checked ~ .readmore-content {
  height: auto;
}

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

.readmore {
  position: relative;
  padding: 0 0 50px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 18px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before {
  content: "続きを見る";
}

.readmore input[type=checkbox]:checked ~ label::before {
  content: "元に戻す";
}

.readmore input[type=checkbox] {
  display: none;
}

.readmore-content {
  position: relative;
  height: 0px;
  overflow: hidden;
}

.readmore input[type=checkbox]:checked ~ .readmore-content {
  height: auto;
}

.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .js-scrollable table {
    width: auto;
    min-width: 135%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 768px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
.ic_tel a {
  position: relative;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.156em;
}
.ic_tel a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  height: auto;
  aspect-ratio: 31/30;
  background: url("../images/ic_tel.png") no-repeat center/contain;
}
@media (max-width: 768px) {
  .ic_tel a {
    padding-left: calc(25px + 0.3em);
    font-size: 28px;
  }
  .ic_tel a::before {
    width: 25px;
top: 7px;
  }
}
@media (min-width: 769px) {
  .ic_tel a {
    padding-left: calc(31px + 0.3em);
    font-size: 38px;
  }
  .ic_tel a::before {
    width: 31px;
top: 9px;
  }
}

/* =============================================
top
============================================= */
body.top #header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
@media (max-width: 768px) {
  body.top #header .hdr_info_wrap {
    padding: 23.5px 0;
  }
}
body.top #footer {
  margin-top: -76px;
  background: transparent;
}

.mainimage {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.mainimage .cont_img {
  width: 100%;
  max-width: 100%;
  padding-top: 41.25%;
  position: relative;
}
@media (max-width: 768px) {
  .mainimage .cont_img {
    padding-top: 125%;
  }
}
.mainimage .cont_img img,
.mainimage .cont_img video,
.mainimage .cont_img iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainimage .cont_maincopy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mainimage .cont_maincopy .img_span {
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}
.mainimage .cont_maincopy .img_span img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .mainimage .cont_maincopy .img_span img {
    bottom: 20vw;
    width: min(97.7333333333vw, 733px);
    height: min(31.3333333333vw, 235px);
  }
}
@media (min-width: 769px) {
  .mainimage .cont_maincopy .img_span img {
    bottom: max(7.1354166667vw, 100px);
    width: min(65.1041666667vw, 1250px);
    height: min(19.0625vw, 366px);
  }
}

.sec_top {
  position: relative;
  z-index: 0;
}
.sec_top img {
  vertical-align: middle;
}
.sec_top.wf_type1 {
  background-color: #fff;
}
.sec_top.wf_type1 .wf_type1_bg_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .sec_top {
    padding: 50px 0;
  }
}
@media (min-width: 769px) {
  .sec_top {
    padding: 150px 0;
  }
}
.sec_top .inner {
  padding: 0;
}
@media (min-width: 1011px) {
  .sec_top .inner.wide {
    width: 100% !important;
    max-width: 1890px;
    padding-inline: 20px;
    box-sizing: border-box;
  }
}
.sec_top .top_h2 {
  text-align: center;
}
.sec_top .top_h2 .en,
.sec_top .top_h2 .jp {
  display: block;
 line-height: 1.4;
}
.sec_top .top_h2 .en {
  margin-top: -0.2em;
  background: linear-gradient(0deg, rgb(195, 166, 114) 0%, rgb(224, 203, 167) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.sec_top .top_h2 .jp {
  margin-top: 0.5em;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .sec_top .top_h2 {
    margin-bottom: 30px;
  }
  .sec_top .top_h2 .en {
    font-size: 54px;
  }
  .sec_top .top_h2 .jp {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .sec_top .top_h2 {
    margin-bottom: 45px;
  }
  .sec_top .top_h2 .en {
    font-size: 91px;
  }
  .sec_top .top_h2 .jp {
    font-size: 44px;
  }
}
.sec_top .top_h2.wh::after {
  background: url("../images/h3_wh.png") no-repeat center/contain;
}
.sec_top .top_h2.wh .jp,
.sec_top .top_h2.wh .en {
  color: #fff;
}
@media (max-width: 768px) {
  .sec_top .top_h2.sp-left {
    text-align: left;
  }
  .sec_top .top_h2.sp-left::after {
    right: auto;
  }
}
@media (min-width: 769px) {
  .sec_top .top_h2.pc-left {
    text-align: left;
  }
  .sec_top .top_h2.pc-left::after {
    right: auto;
  }
}
@media (min-width: 769px) {
  .sec_top .pc-text-center {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sec_top .sp-text-center {
    text-align: center;
  }
}
.sec_top.sec_wh {
  color: #fff;
}
.sec_top.sec_wh .btn_wrap a {
  border-color: #fff;
  color: #fff;
}
.sec_top.sec_wh .btn_wrap a::after {
  background: #fff;
}
.sec_top .ic_address,
.sec_top .ic_train {
  position: relative;
  padding-left: calc(14.5px + 0.8em);
letter-spacing: .15em;
}
.sec_top .ic_address::before,
.sec_top .ic_train::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 14.5px;
  height: 18px;
}
.sec_top .ic_address::before {
  background: url("../images/ic_place.png") no-repeat center/contain;
}
.sec_top .ic_train::before {
  background: url("../images/ic_train.png") no-repeat center/contain;
}

@media (max-width: 768px) {
  .sec_first {
    padding-top: 100px;
  }
}
@media (min-width: 769px) {
  .sec_first {
    padding-top: 200px;
  }
}
.sec_first .row_news {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  display: flex;
  background: #000;
}
@media (max-width: 768px) {
  .sec_first .row_news {
    flex-direction: column;
    width: 90%;
    padding: 10px 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) {
  .sec_first .row_news {
    width: 82vw;
    max-width: 820px;
    align-items: center;
    padding: 20px 0;
  }
  .sec_first .row_news > .col_title {
    padding: 0 clamp(20px, 4vw, 40px);
  }
  .sec_first .row_news > .col_list {
    flex: 1;
    padding: 0 clamp(20px, 3vw, 30px);
    border-left: solid 1px #3c3c3c;
  }
}
.sec_first .row_news .top_h2 {
  padding: 0;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: lighter;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sec_first .row_news .wf_blog_ul {
  margin: 15px 0;
}
.sec_first .row_news .wf_blog_ul li {
  border: unset;
  letter-spacing: 0.1em;
}
.sec_first .row_news .wf_blog_ul .wf_blog_li_date,
.sec_first .row_news .wf_blog_ul .wf_blog_li_title {
  padding: 0;
}
@media (min-width: 769px) {
  .sec_first .row_news .wf_blog_ul .wf_blog_li_title {
    padding-left: 1em;
  }
}
.sec_first .h2_wrap {
  padding: 3px 0;
  border-top: solid 2px #dcc7a1;
  border-bottom: solid 2px #dcc7a1;
}
@media (max-width: 768px) {
  .sec_first .h2_wrap {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .sec_first .h2_wrap {
    margin-bottom: 80px;
  }
}
.sec_first .h2_wrap .top_h2 {
  margin: 0;
  border-top: solid 1px #dcc7a1;
  border-bottom: solid 1px #dcc7a1;
}
.sec_first .h2_wrap .top_h2 .main,
.sec_first .h2_wrap .top_h2 .lead {
  display: block;
  color: #cbb080;
}
.sec_first .h2_wrap .top_h2 .main {
  line-height: 1.3548387097;
  letter-spacing: 0.02em;
}
.sec_first .h2_wrap .top_h2 .lead {
  margin-top: 0.9em;
  line-height: 1.3548387097;
  letter-spacing: 0.09em;
  word-break: auto-phrase;
}
@media (max-width: 768px) {
  .sec_first .h2_wrap .top_h2 {
    padding: 20px 0;
  }
  .sec_first .h2_wrap .top_h2 .main {
    font-size: 28px;
  }
  .sec_first .h2_wrap .top_h2 .lead {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .sec_first .h2_wrap .top_h2 {
    padding: 40px 0 53px;
  }
  .sec_first .h2_wrap .top_h2 .main {
    font-size: clamp(52px, 46px + 1.6vw, 62px);
  }
  .sec_first .h2_wrap .top_h2 .lead {
    font-size: 23px;
  }
}

.sec_message .text_wrap {
  line-height: 3.125;
  letter-spacing: 0.2em;
}
.sec_message .loopslider_wrap {
  overflow: hidden;
}
@media (max-width: 768px) {
  .sec_message .loopslider_wrap {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .sec_message .loopslider_wrap {
    margin-top: 120px;
  }
}
.sec_message .loopslider_wrap .loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: calc((160px + 10px) * 14 * 2);
  height: 100%;
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * (160px + 10px) * 14));
  }
}
@media (min-width: 769px) {
  .sec_message .loopslider_wrap .loopslider {
    animation: loopslider 140s linear infinite;
    width: calc((492px + 18px) * 14 * 2);
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-1 * (492px + 18px) * 14));
    }
  }
}
.sec_message .loopslider_wrap .loopslider_item {
  padding: 0 calc(10px / 2);
  margin: 0 !important;
}
@media (min-width: 769px) {
  .sec_message .loopslider_wrap .loopslider_item {
    padding: 0 calc(18px / 2);
  }
}
.sec_message .loopslider_wrap .loopslider_item img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .sec_history .top_h2 {
    margin-bottom: 50px;
  }
}
.sec_history .table_history tr {
  vertical-align: baseline;
}
.sec_history .table_history tr th {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #cbb080;
  line-height: 1;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.sec_history .table_history tr th .bold {
  display: inline-block;
  font-weight: normal;
}
@media (max-width: 768px) {
  .sec_history .table_history tr th {
    padding-right: 1em;
  }
}
@media (min-width: 769px) {
  .sec_history .table_history tr th {
    padding-right: 1.4em;
    font-size: 28px;
  }
  .sec_history .table_history tr th .bold {
    font-size: 43px;
  }
}
.sec_history .table_history tr th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
}
.sec_history .table_history tr th::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translateX(50%);
  display: block;
  background: #e1e1e1;
  border-radius: 50%;
  border: solid #6a6a6a;
  border-width: 7px;
}
@media (max-width: 768px) {
  .sec_history .table_history tr th::after {
    top: 22px;
    width: 5px;
    height: 5px;
    border-width: 3px;
  }
}
@media (min-width: 769px) {
  .sec_history .table_history tr th::after {
    top: 27px;
    width: 8px;
    height: 8px;
    border-width: 7px;
  }
}
.sec_history .table_history tr td:nth-last-child(2) {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.9em;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: right;
  white-space: nowrap;
}
.sec_history .table_history tr td:nth-last-child(2) .bold {
  display: inline-block;
  font-weight: normal;
}
@media (max-width: 768px) {
  .sec_history .table_history tr td:nth-last-child(2) {
    padding-left: 1em;
  }
}
@media (min-width: 769px) {
  .sec_history .table_history tr td:nth-last-child(2) {
    padding-left: 1.5em;
    font-size: 23px;
  }
  .sec_history .table_history tr td:nth-last-child(2) .bold {
    font-size: 36px;
  }
}
.sec_history .table_history tr td:last-child {
  line-height: 1.75;
  border-top: solid 1px #515151;
letter-spacing: .16em;
}
@media (max-width: 768px) {
  .sec_history .table_history tr td:last-child {
    padding: 14px 0;
letter-spacing: 0.05em;
  }
}
@media (min-width: 769px) {
  .sec_history .table_history tr td:last-child {
    padding: 27.5px 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sec_history .table_history tr.no_th td:last-child {
    padding-top: 0;
    border-top: unset;
  }
}
@media (min-width: 769px) {
  .sec_history .table_history tr.no_th td:last-child {
    padding-top: 0;
    border-top: unset;
  }
}
.sec_history .table_history tr:first-child th::before {
  top: unset;
  bottom: 0;
}
@media (max-width: 768px) {
  .sec_history .table_history tr:first-child th::before {
    height: calc(100% - 22px - 5.5px);
  }
}
@media (min-width: 769px) {
  .sec_history .table_history tr:first-child th::before {
    height: calc(100% - 27px - 11px);
  }
}
.sec_history .table_history tr:first-child td:last-child {
  border-top: unset;
}
@media (max-width: 768px) {
  .sec_history .table_history tr:last-child th::before {
    height: 27.5px;
  }
}
@media (min-width: 769px) {
  .sec_history .table_history tr:last-child th::before {
    height: 38px;
  }
}
.sec_history .table_history tr:last-child td:last-child {
  border-bottom: solid 1px #515151;
}

@media (max-width: 768px) {
  .sec_access {
    padding-bottom: 150px;
  }
}
@media (min-width: 769px) {
  .sec_access {
    padding-bottom: 215px;
  }
}
@media (min-width: 769px) {
  .sec_access .top_h2 {
    margin-bottom: 55px;
  }
}
.sec_access .columns_info {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sec_access .columns_info {
    text-align: left;
  }
  .sec_access .columns_info > .column:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .sec_access .columns_info {
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 10px !important;
  }
  .sec_access .columns_info > .column {
    flex: unset;
  }
  .sec_access .columns_info > .column:has(.ic_tel) {
    flex-shrink: 0;
  }
}
.sec_access .columns_info .ic_train {
  margin-top: 10px;
}
.sec_history .table_history .big_text01 {
  font-size: 43px;
}
.sec_history .table_history .big_text02 {
  font-size: 36px;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #cbb080 !important;
  border-color: #cbb080 !important;
}
body.blog_body .h3_title_wrap h3{
  border-bottom: none;
  letter-spacing: .15em;
}
body.blog_body .h3_title_wrap h3::after{
  display: none;
}
@media (max-width: 768px) {
  .sec_history .table_history .big_text01 {
    font-size: 18px;
  }
  .sec_history .table_history .big_text02 {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
.ic_tel a:hover {
  text-decoration: none;
}


.sec_top.sec_first {
  background: url(/images/top_bg01.jpg) no-repeat center center/cover;
}

.sec_top.sec_message {
  background: url(/images/top_bg02.jpg) no-repeat center center/cover;
}

.sec_top.sec_history {
  background: url(/images/top_bg03.jpg) no-repeat center center/cover;
}

.sec_top.sec_access {
  background: url(/images/top_bg04.jpg) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .sec_top.sec_first {
    background: url(/images/top_bg01_sp.jpg) no-repeat center center/cover;
  }
  .sec_top.sec_message {
    background: url(/images/top_bg02_sp.jpg) no-repeat center center/cover;
  }
  .sec_top.sec_history {
    background: url(/images/top_bg03_sp.jpg) no-repeat center center/cover;
  }
  .sec_top.sec_access {
    background: url(/images/top_bg04_sp.jpg) no-repeat center center/cover;
  }
}
@media ( min-width : 769px ) {
  .sec_top.wf_type1 {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/*# sourceMappingURL=local.css.map */