@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
.wf_tab_field .inner {
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden{display:none;}
.wf_tab_btn {
  margin-bottom: 0px !important;
}

.wf_tab_btn .inner,
.wf_tab_btn .inner .columns {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 0;
}

.wf_tab_btn .inner .columns {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .wf_tab_btn .column {
    margin-bottom: 0 !important;
  }
}

.wf_tab_btn .wf_btn_part {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  background: #327808;
  cursor: pointer;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #fff;
}

.wf_tab_btn .wf_btn_part:not(.active) {
  background: #abb792;
}

@media (max-width: 768px) {
  .wf_tab_btn .wf_btn_part {
    font-size: 12px;
  }
}

.wf_tab_btn .wf_btn_part.wf_tab_btn_current {
  background: #f8b62b;
  color: #fff;
  font-weight: bold;
}

body:not(.page_edit) .content-area .content {
  display: none;
}

body:not(.page_edit) .content-area .content.show {
  display: block;
}

.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.top h2 {
  margin-bottom: 30px;
  text-align: center;
}

.top h2 img {
  margin-left: auto;
  margin-right: auto;
}

.top h3.title {
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 0;
  line-height: 1.5;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}

.top h3.title .en {
  display: block;
  font-size: 105px;
  font-family: "Avenir Next";
  color: #327808;
  line-height: 1;
  margin-bottom: -50px;
}

@media only screen and (max-width: 768px) {
  .top h2 {
    margin-bottom: 15px;
  }
  .top h2 img {
    max-width: 80%;
  }
  .top h3.title {
    font-size: 26px;
  }
  .top h3.title .en {
    font-size: 75px;
    margin-bottom: -40px;
  }
}

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

.carousel {
  position: relative;
}

.copy_inner {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.copy {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  max-width: 30vw;
  max-height: 30vw;
  width: 583px !important;
  height: 583px !important;
  z-index: 1;
  margin: auto !important;
}

@media only screen and (max-width: 768px) {
  .carousel {
    position: relative;
  }
  .copy {
    width: 636px !important;
    height: 386px !important;
    max-height: 46% !important;
    max-width: 80% !important;
    margin: auto !important;
    bottom: 8%;
    top: auto;
  }
  .carousel:after {
    top: 18%;
    bottom: auto;
    left: auto;
    right: 6%;
    z-index: 1;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    background-size: 55%;
  }
  .carousel:before {
    top: 69%;
    bottom: auto;
    right: auto;
    left: 24%;
    background-size: 60%;
  }
}

.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%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .copy div.part {
    line-height: 4em;
  }
  .copy a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 5px auto;
    display: block;
    font-size: 14px;
  }
}

body {
  background: #85990024;
  color: #0f0f10;
  overflow-x: hidden;
}

a,
a:visited,
a:hover {
  color: #1b1b1b;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}

/**/
/*#header .inner,*/
#header .inner {
  width: 98%;
  margin: 15px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .inner,
#nav .inner,
.copy_inner,
#content .inner,

.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

@media only screen and (max-width: 768px) {
  .column {
    margin-bottom: 5%;
  }
}

a {
  -webkit-transition: 200ms;
  transition: 200ms;
}

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

/* header */
#header > .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#header .hdr_right_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header {
  z-index: 100;
  width: 100%;
}

#header h1 {
  width: 295px;
}

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

/* nav */
#nav #menu > li {
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  display: block;
}

#nav #menu > li:hover {
  cursor: pointer;
}

#nav li a .hdr_navimg {
  max-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#nav li a img {
  display: block;
  margin: 0 auto 5px;
}

#nav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0px 10px;
}

#nav .submenu_ul li a {
  padding: 8px 10px;
  color: #fff;
}

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

#nav li a:hover {
  background: #4c4948;
}

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

.submenu_ul > li {
  background: #327808;
  list-style: none;
  width: 280px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  border-top: 1px solid #d1d1d1;
  font-size: 14px;
}

#header .hdr_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#header .hdr_info > li {
  margin-left: 18px;
}

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

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

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

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

.carousel {
  padding-bottom: 0px;
  width: 100%;
  overflow: hidden;
}

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

/* フッター */
.totop {
  text-align: right;
  line-height: 1;
  max-width: 20%;
}

.totop img {
  display: block;
  float: right;
}

.totop {
  position: fixed;
  right: 5%;
  bottom: 13%;
  z-index: 99;
}

#footer {
  padding-top: 80px;
  margin-bottom: 0;
  border-top: solid 1px #0f0f10;
}

@media (max-width: 768px) {
  #footer {
    padding-top: 40px;
  }
}

@media (min-width: 769px) {
  #footer .ft_list {
    width: 48%;
    float: left;
  }
  #footer .ft_list:nth-child(n + 2) {
    margin-left: 4%;
  }
}

#footer .ft_list li {
  line-height: 2.5;
  position: relative;
}

#footer .ft_list li.ft_list_tit {
  border-bottom: solid 2px;
}

@media (max-width: 768px) {
  #footer .ft_top {
    padding: 40px 0;
  }
}

#footer .copyright {
  padding: 1em 0 2em 0;
  text-align: center;
}

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

/* 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
h3 {
  /*font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
  text-align: center;
  letter-spacing: 0.1em;
}

h3.title {
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  letter-spacing: 0.1em;
  padding-top: 2.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.under h3.title {
  width: auto;
  margin: 50px auto 30px auto;
  line-height: 1.4em;
  position: relative;
  padding-bottom: 0.5em;
}

.under h3.title:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #859900;
}

.under .h3_title_wrap {
  margin-top: 3%;
}

/*.under h3{
	text-align:center;
	box-sizing:border-box;
	padding:0 0 30px 0;
	display:block;
	font-size:32px;
	letter-spacing:0.05em;
	margin:0 0 40px;
	font-weight:bold;
}*/
.top h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #50350d;
  letter-spacing: 0.05em;
}

.under h4 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0;
  padding-left: 35px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

.under h4.title.tit_color1,
.under h4.title.tit_color2,
.under h4.title.tit_color3 {
  border: none;
  padding: 1em;
  font-weight: bold;
  margin-bottom: 0;
}

.under h4.title.tit_color1 {
  background: #caf0f9;
}

.under h4.title.tit_color2 {
  background: #66c291;
}

.under h4.title.tit_color3 {
  background: #eaf4d9;
}

.under h4.title.tit_color1:before,
.under h4.title.tit_color2:before,
.under h4.title.tit_color3:before {
  content: none;
}

.under h4.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #97cd76;
}

.under h4.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: #859900;
}

.under h5 {
  font-size: 18px;
  padding: 0 15px;
  border-left: 5px solid #327808;
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}

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

/* item */
.item-list li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  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 {
  max-width: 100%;
  background-size: 100% 80px;
  padding: 2px 20px;
  -webkit-box-sizing: border-box;
  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;
  /*font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
}

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1270px) {
  .sp02 {
    display: none !important;
  }
  #toggle {
    display: none;
  }
  #nav .nav_contact {
    margin-left: 30px;
  }
  #nav #menu {
    display: inline-block;
  }
  #nav #menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
  }
  #nav #menu > li {
    position: relative;
  }
  #nav #menu > li:last-child .submenu_ul {
    left: auto;
    right: 0;
  }
  #nav #menu > li > a {
    position: relative;
    font-weight: bold;
  }
  #nav #menu > li > a:hover {
    background-color: transparent;
  }
  #nav #menu > li.nav6 .submenu_ul > li {
    width: 310px;
  }
  #nav #menu > li.nav9 .submenu_ul > li {
    width: 310px;
  }
  #header .inner {
    width: 100%;
  }
  #header h1 {
    margin-left: 2%;
    max-width: 16%;
  }
  #header .hdr_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .hdr_btn a {
    height: 120px;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    font-weight: bold;
  }
  #header .hdr_btn a span {
    position: relative;
    padding-top: 40px;
  }
  #header .hdr_btn a.hdr_taxi_btn {
    background-color: #327808;
    color: white;
  }
  #header .hdr_btn a.hdr_taxi_btn span:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 25px;
    top: 10px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    background: url(/images/mail_sp02.svg) no-repeat center;
  }
  #header .hdr_btn a.hdr_contact_btn {
display:none;
    background-color: #0f0f10;
    color: #fff;
  }
  #header .hdr_btn a.hdr_contact_btn span:before {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 27px;
    top: 10px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    background: url(/images/mail_icon.png) no-repeat center;
  }
}

@media only screen and (max-width: 1600px) {
  .copy_inner,
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  .map {
    padding-bottom: 45%;
  }
  #header h1 img {
    max-width: 150%;
  }
  #header .hdr_btn a {
    width: 150px;
    font-size: 14px;
  }
  #nav li a {
    padding: 0px 7px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  .wrap img {
    margin: 0 auto;
  }
  .hdr_info > *:not(:first-child) {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1269px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 24px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
  .pc02 {
    display: none !important;
  }
  #nav li a img {
    display: none;
  }
  #header .hdr_right {
    display: none;
  }
  #header .inner {
    height: 80px;
  }
  #header h1 {
    width: 180px;
  }
  #header .hdr_info > li {
    margin-left: 10px;
  }
  #header .hdr_right_wrap > *:nth-child(n + 1) {
    margin-left: 15px;
  }
  #menu {
    display: none;
  }
  #toggle {
    max-width: 40px;
  }
  #toggle img {
    max-width: 100%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: #fff;
    left: 0;
    margin: 0;
    top: 80px;
    width: 100%;
    position: absolute;
    z-index: 999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #nav ul li.nav01 {
    border-left: none;
  }
  #nav ul li a {
    display: block;
    padding: 15px 10px !important;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    color: #fff;
    background: #327808;
  }
  #nav .submenu_ul li a {
    color: #fff;
    background: #b18849;
  }
  #nav .submenu_ul li a:hover {
    background: #4c4948;
  }
  #nav ul .has_children .submenu_ul {
    top: 100%;
    position: relative;
  }
  .submenu_ul > li {
    width: 100%;
    height: 52px;
    background: #b18849;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #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;
  }
}

@media only screen and (max-width: 480px) {
  #header h1 {
    max-width: 45%;
  }
  .hdr_top .hdr_info {
    top: 15px !important;
    right: 59px !important;
  }
  .hdr_top .hdr_info > *:not(:first-child) {
    margin-left: 10px;
  }
  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 {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 320px) {
  #header h1 {
    top: 0;
  }
  #header .info {
    top: 20px;
  }
  #toggle {
    top: 22px;
  }
  #nav ul {
    top: 74px;
  }
}

/***********ブログ************/
.blog2 .wf_blog_ul .wf_blog_li_thumb,
.blog2 .wf_blog_ul .wf_blog_li_thumb:hover {
  width: 120px;
  height: 80px;
  border-radius: 0 !important;
}

.blog2 .wf_blog_ul li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog2 .btn_wrap {
  margin-top: 27px;
}

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

.wf_blog_ul .wf_blog_li_thumb,
.wf_blog_ul .wf_blog_li_thumb:hover {
  width: 90px;
  height: 90px;
  border-radius: 0 !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-left: 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: 2px;
  padding-bottom: 7px;
  border-bottom: solid 1px #dcdcdc;
}

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

.wf_blog_ul .wf_blog_li_date {
  padding-bottom: 0;
}

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: none;
  margin: 6px 10px;
}

.wf_bread_ul li {
  display: inline;
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  /*font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
 YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}

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: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  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 )";
}

.borderbox {
  padding: 10px;
}

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

.mt1 {
  margin-top: 1em !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 #327808;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 5px;
}

@media (min-width: 769px) {
  .float_ul01 li {
    margin: 0 20px 0 0;
    float: left;
    width: 40%;
  }
}

ol.ol_list {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

ol.ol_list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.ol_list li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #327808;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

.ul_arrow {
  margin: 0 auto;
}

.ul_arrow li {
  position: relative;
  padding: 0 0 10px 22px;
  margin-bottom: 0;
}

.ul_arrow li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 17px;
  top: 6px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/ul_arrow.png) no-repeat center;
}

.ul_pdf li:not(:last-child) {
  margin-bottom: 20px;
}

.ul_pdf a {
  display: block;
  padding-left: 45px;
  position: relative;
}

.ul_pdf a:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 38px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/pdf_icon.png) no-repeat center;
}

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

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

@media (min-width: 769px) {
  ul.ul02.float_ul01 li {
    width: 48%;
    float: left;
  }
}

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

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

ul.ul_check li:before {
  background: none repeat scroll 0 0 #0f0f10;
  border: 1px solid #0f0f10;
  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;
  -webkit-transform: rotate(-40deg);
  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;
  -webkit-box-shadow: 3px 3px 0 #ccc;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #1b1b1b;
  background: none;
  -webkit-transition: all 0.5s ease 0s;
  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%;
  -webkit-transform: rotate(45deg);
  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: #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 #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;
}

h3.title_alt span.en {
  font-family: "din-condensed", sans-serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  line-height: 1;
}

h3.title_alt span.jp {
  letter-spacing: 0.1em;
  display: block;
  font-size: 18px;
}

.mainimage_wrap > .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_span::before {
  background: url(/images/mainimage_bg.png);
  background-size: 100% 100%;
}

.mainimage_wrap > .inner .img_span::after {
  background: url(/images/dot.png);
}

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

.servicebox .bold {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 0.8em;
}

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

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

.wf_form_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 95%;
}

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

.wf_form_wrap .inner {
  border-bottom: 1px dotted #ccc !important;
}

.wf_form_wrap_submit {
  text-align: center;
}

.wf_form_wrap_submit .inner {
  border-bottom: none !important;
}

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

#sidecontact {
  display: block;
  position: fixed;
  top: 40%;
  z-index: 1000;
}

#sidecontact.rightContent {
  right: 0;
}

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

.wf_form_parts_wrap.wf_radio_wrap {
  display: block;
}

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

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 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;
}

.btn_wrap .contact_btn a {
  background: #0f0f10;
  color: #fff;
}

.btn_wrap .contact_btn a:after {
  border-color: #fff;
}

.btn_wrap .contact_btn a span {
  padding-left: 60px;
  position: relative;
  display: inline-block;
}

.btn_wrap .contact_btn a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/mail_icon.png) no-repeat center;
}

/*.btn_wrap .taxi_btn a {
  border: solid 2px;
}*/

.btn_wrap .taxi_btn a span {
  padding-left: 43px;
  position: relative;
}

.btn_wrap .taxi_btn a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/taxi_icon.png) no-repeat center;
}

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

.btn_wrap a {
  position: relative;
  max-width: 310px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 15px 10px;
  margin: 10px auto;
  display: block;
  font-size: 16px;
  background: #859900;
  border: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 0;
  color: #fff;
}

@media (max-width: 768px) {
  .btn_wrap a {
    font-size: 14px;
  }
}

.btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_wrap .btn_pink a {
  background-color: #ef8d92;
}

.btn_wrap .btn_orange a {
  background-color: #ff7f4c;
}

.btn_wrap a:hover {
  opacity: 0.8 !important;
}

.btn_wrap a:hover:after {
  right: 3%;
}

.under #content .wrap:not(.anc) a {
  text-decoration: underline;
}

.under #content .btn_wrap a {
  max-width: 350px;
  text-decoration: none !important;
}

@media screen and (min-width: 769px) {
  .under #content {
    min-height: 600px;
  }
  .other .wf_img_cont {
    text-align: center;
  }
}

.youtube_btn {
  position: relative;
  display: block;
}

.youtube_btn .img_anchor img {
  margin-left: auto !important;
  margin-right: auto !important;
}

.youtube_btn .img_anchor::before {
  border-radius: 70px;
  display: none !important;
}

@media screen and (max-width: 768px) {
  .youtube_btn .img_anchor::before {
    border-radius: 40px;
  }
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn:before {
    top: -23%;
    max-width: 26%;
    left: -8%;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
  }
  .anc .column {
    margin-bottom: 0;
  }
  .anc.spcol2 .column {
    margin: 0;
    width: 47%;
    display: inline-block;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    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%;
  }
}

@media screen and (max-width: 768px) {
  .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%;
  }
  #sidecontact {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .h3_title_wrap {
    padding: 40px 0 20px;
  }
  .wf_blog_ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .blog2 .btn_wrap {
    margin-top: 0;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    text-align: left;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .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 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;
  }
  .titleimg img {
    height: 70px;
  }
  .news_title .titleimg img {
    height: 32px;
  }
}

.slick-slide img {
  width: 100%;
}

@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;
  }
}

/*下層追記*/
.h2_title_wrap {
  background: #0f0f10;
  padding: 30px 0;
  text-align: center;
}

h2.title {
  text-align: center;
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: block;
  display: inline-block;
  font-size: 36px;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.t01_wrap tbody th {
  background: #97cd76bd;
  width: auto;
  color: #fff;
}

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

.sitemap a {
  text-decoration: none !important;
}

.leadtext {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  color: #327808;
}

.under #content {
  margin-bottom: 10%;
}

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

@media screen and (max-width: 768px) {
  .under h3.title {
    font-size: 23px;
    margin: 30px auto 0 auto !important;
  }
  .under .wrap {
    margin-bottom: 10px;
  }
  .h2_title_wrap {
    padding: 30px 0;
  }
  h2.title {
    font-size: 26px;
    line-height: 1.3;
  }
}

.border_box01 {
  border-radius: 0;
  padding: 35px;
  background: #e5efe9;
}

@media (max-width: 768px) {
  .border_box01 {
    padding: 15px 10px;
  }
}

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

.inner.insta {
  padding: 1em 0 0 !important;
}

.wf_flow_down_wrap {
  margin-bottom: 10px !important;
  text-align: center;
}

.wf_flow_down {
  border-color: transparent transparent #97cd76 #fce473;
}

.t01_wrap table {
  font-weight: bold;
}

.t01_wrap thead th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #0f0f10;
}

.t01_wrap .table_schedule tbody th,
.t01_wrap .table_schedule tbody td {
  text-align: center;
}

.t01_wrap .table_schedule tbody th {
  background-color: #f8b62b;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .t01_wrap .table_schedule tbody th {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .t01_wrap .table_schedule tbody th {
    width: 90px;
    padding: 0.5em;
  }
}

b {
  font-weight: bold;
}

i {
  padding-right: 0.5em;
}

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

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

.dib {
  display: inline-block;
}

.wsn {
  white-space: nowrap;
}

.bgblock {
  background: #f6eab0;
  padding: 1em !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bgblock h3.title {
  margin-top: 0;
}

.center .img_span {
  display: block;
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 768px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}

.fs13 {
  font-size: 13px;
}

@media (max-width: 768px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 768px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}

.fs15 {
  font-size: 15px;
}

@media (max-width: 768px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}

.fs16 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}

.fs17 {
  font-size: 17px;
}

@media (max-width: 768px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}

.fs18 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}

.fs19 {
  font-size: 19px;
}

@media (max-width: 768px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}

.fs20 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}

.fs21 {
  font-size: 21px;
}

@media (max-width: 768px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}

.fs22 {
  font-size: 22px;
}

@media (max-width: 768px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}

.fs23 {
  font-size: 23px;
}

@media (max-width: 768px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}

.fs25 {
  font-size: 25px;
}

@media (max-width: 768px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}

.fs26 {
  font-size: 26px;
}

@media (max-width: 768px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}

.fs27 {
  font-size: 27px;
}

@media (max-width: 768px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}

.fs28 {
  font-size: 28px;
}

@media (max-width: 768px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}

.fs29 {
  font-size: 29px;
}

@media (max-width: 768px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}

.fs31 {
  font-size: 31px;
}

@media (max-width: 768px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}

.fs32 {
  font-size: 32px;
}

@media (max-width: 768px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}

.fs33 {
  font-size: 33px;
}

@media (max-width: 768px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}

.fs34 {
  font-size: 34px;
}

@media (max-width: 768px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}

.fs35 {
  font-size: 35px;
}

@media (max-width: 768px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 768px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}

.fs37 {
  font-size: 37px;
}

@media (max-width: 768px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}

.fs38 {
  font-size: 38px;
}

@media (max-width: 768px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}

.fs39 {
  font-size: 39px;
}

@media (max-width: 768px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}

.fs40 {
  font-size: 40px;
}

@media (max-width: 768px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}

@media only screen and (min-width: 769px) {
  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .pc-center {
    text-align: center;
  }
  .pc-left {
    text-align: left;
  }
  .pc-dib {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .sp-left {
    text-align: left;
  }
  .sp-center {
    text-align: center;
  }
}

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

body.page_edit .hidden {
  display: block !important;
}

.color01 {
  color: #327808;
}

.sec01 {
  background: #327808
;
  padding: 80px 0;
  font-weight: bold;
  font-size: 18px;
  color: white;
}

@media (max-width: 768px) {
  .sec01 {
    padding: 50px 0;
  }
}

.sec01 h3.title .en {
  color: #fff;
}

.sec02 {
  padding: 40px 0 100px;
  font-weight: bold;
  background: url(/images/bg01.jpg) no-repeat center 75%;
}

@media (max-width: 768px) {
  .sec02 {
    padding: 40px 0 50px;
  }
}

@media (max-width: 768px) {
  .sec02 .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}

.sec03 {
  background: #f7f7f7;
  padding: 90px 0;
}

@media (max-width: 768px) {
  .sec03 {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .sec03 h3.title .en {
    font-size: 45px;
    margin-bottom: -23px;
  }
}

.sec04 {
  background: #327808;
  font-weight: bold;
}

.sec04 .con_img {
  margin: 0;
}

.sec04 .con_img .column {
  padding: 0;
  margin: 0;
}

.sec04 h3.title .en {
  color: #fff;
}

@media (max-width: 768px) {
  .sec04 h3.title .en {
    font-size: 65px;
    margin-bottom: -30px;
  }
}

.sec04 .text_wrap {
  padding: 70px 0 90px;
}

@media (max-width: 768px) {
  .sec04 .text_wrap {
    padding: 30px 0 50px;
  }
}

.sec04 .btn_wrap a {
  background: #fff;
}

.sec05 {
  padding: 90px 0 80px;
}

@media (max-width: 767px) {
  .sec05 {
    padding: 50px 0 30px;
  }
}

@media (max-width: 768px) {
  .sec05 h3.title .en {
    font-size: 60px;
    margin-bottom: -30px;
  }
}

.sec06 {
  padding: 0 0 90px;
}

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

@media (max-width: 768px) {
  .sec06 .is-9 {
    margin-top: 2%;
  }
}

.sec06 h3.title {
  font-size: 42px;
  margin-bottom: 0;
  color: #327808;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  position: relative;
}

@media (max-width: 767px) {
  .sec06 h3.title {
    font-size: 35px;
  }
}

.sec06 h3.title:after {
  position: static;
  content: "";
  width: auto;
  height: 2px;
  background: #0f0f10;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.5em;
}

.sec06 h3.title span {
  color: #000c1c;
  font-size: 26px;
  margin-left: 0.5em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec06 h3.title span {
    font-size: 23px;
  }
}

.sec06 .news_content .wf_blog_li_thumb {
  display: none;
}

.sec06 .wf_blog_ul li {
  background: #f5f5f5;
  border: none;
}

.wf_blog_ul {
  margin-bottom: 0;
}

.sec06.wf_info_wrap3 .wf_blog_ul {
  max-height: 215px;
  overflow-y: scroll;
  margin-top: 20px;
}

.sec06.wf_info_wrap3 .wf_paging {
  display: none;
}

@media (min-width: 1001px) {
  .sec06 .wf_blog_li_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sec06 .btn_wrap a {
  margin-right: 0;
  margin-left: auto;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 120px;
  padding: 10px 20px 10px 10px;
}

.sec08 {
  padding: 90px 0;
  font-weight: bold;
  font-size: 18px;
  background: url(/images/bg02.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  .sec08 {
    padding: 50px 0;
  }
}

.sec08 h3.title .en {
  color: #fff;
}

@media (max-width: 768px) {
  .sec08 h3.title .en {
    font-size: 65px;
    margin-bottom: -30px;
  }
}

.sec08 .btn_wrap a {
  font-size: clamp(18px, 2.5vw, 22px);
  max-width: 470px;
}

.wf_googlemap_wrap iframe {
  display: block;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

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

/*.accordion-area section {
border: 1px solid #ccc;
}*/
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 1% 3% 1% 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #0f0f10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.accordion-area .title::before {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-area .title::after {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion-area .title.close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box02 {
  display: block;
  /*管理画面は表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #f6b64b;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

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

.flow_section .flow_wrap .columns {
  margin-bottom: 0;
}

.flow_section .flow_wrap .columns .column.flow_head {
  float: left;
  margin-bottom: 20px;
  padding-top: 25px;
  position: relative;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow_section .flow_wrap .columns .column.flow_head > * {
  width: 100%;
}

.flow_section .flow_wrap .columns .column.flow_head p {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  display: block;
  padding: 0.5em;
  margin: 0 !important;
  color: #fff;
}

@media (max-width: 768px) {
  .flow_section .flow_wrap .columns .column.flow_head p {
    font-size: 28px;
  }
}

.flow_section .flow_wrap .columns .column.flow_head p small {
  font-size: 16px;
  line-height: 1;
  display: block;
}

@media (max-width: 768px) {
  .flow_section .flow_wrap .columns .column.flow_head p small {
    font-size: 11px;
  }
}

.flow_section .flow_wrap .columns .column.flow_head:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 75px 0 75px;
  border-color: #fff transparent transparent transparent;
}

.flow_section .flow_wrap .columns .column.flow_head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 75px 0 75px;
  border-color: #327808 transparent transparent transparent;
  clear: both;
}

.flow_section .flow_wrap .columns .column.flow_content {
  float: left;
  padding: 1em 1em 1em 0;
  width: calc(100% - 150px - 20px);
  margin-left: 20px;
}

.flow_section .flow_wrap .columns .column.flow_content .flow_title {
  color: #327808;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0;
}

.flow_section .flow_wrap .columns .column.flow_content .flow_title:before {
  content: none;
}

@media (max-width: 768px) {
  .flow_section .flow_wrap .columns .columns.flow_head {
    margin-bottom: 12px;
    padding-top: 17px;
    width: 80px;
  }
  .flow_section .flow_wrap .columns .columns.flow_head:before {
    border-width: 12px 40px 0 40px;
  }
  .flow_section .flow_wrap .columns .columns.flow_head:after {
    bottom: -12px;
    border-width: 12px 40px 0 40px;
  }
  .flow_section .flow_wrap .columns .columns.flow_content {
    padding: 12px 0.5em 0.5em 0;
    width: calc(100% - 80px - 12px);
    margin-left: 12px;
  }
}

.flow_section.typeA .flow_wrap .columns .column.flow_head {
  background: #327808;
}

.flow_section.typeA .flow_wrap .columns .column.flow_head:before {
  border-color: #fff transparent transparent transparent;
}

.flow_section.typeA .flow_wrap .columns .column.flow_head:after {
  z-index: 1;
  border-color: #327808 transparent transparent transparent;
}

.flow_section.highlight.typeA .flow_wrap .columns .column.flow_head:before {
  border-color: #327808 transparent transparent transparent;
}

.flow_section.highlight.typeB .flow_wrap .columns .column.flow_head {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.flow_section.highlight.typeB .flow_wrap .columns .column.flow_head:before,
.flow_section.highlight.typeB .flow_wrap .columns .column.flow_head:after {
  border-width: 30px 120px 0 120px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow_section.highlight.typeB .flow_wrap .columns .column.flow_head:before {
  top: auto;
  bottom: 2px;
  z-index: 1;
}

@media (max-width: 768px) {
  .flow_section.highlight.typeB .flow_wrap .columns .column.flow_head:before {
    bottom: 2px;
  }
}

.flow_section.highlight.typeB .flow_wrap .columns .column.flow_head:after {
  bottom: 0;
}

@media (max-width: 768px) {
  .flow_section.highlight.typeB .flow_wrap .columns .column.flow_head:after {
    bottom: 0;
  }
}

.flow_section.highlight.typeC .flow_wrap .columns:first-child .col.flow_head,
.flow_section.highlight.typeC .flow_wrap .columns:nth-child(1) .col.flow_head {
  border-top: 1px solid #327808;
}

.flow_section.highlight.typeC .flow_wrap .columns .column.flow_head {
  border-left: 1px solid #327808;
  border-right: 1px solid #327808;
  margin-bottom: 0;
}

.flow_section.highlight.typeC .flow_wrap .columns .column.flow_head:before {
  top: auto;
  bottom: -20px;
  z-index: 1;
}

@media (max-width: 768px) {
  .flow_section.highlight.typeC .flow_wrap .columns .column.flow_head:before {
    bottom: -12px;
  }
}

.flow_section.highlight.typeC .flow_wrap .columns .column.flow_head:after {
  bottom: -21px;
}

@media (max-width: 768px) {
  .flow_section.highlight.typeC .flow_wrap .columns .column.flow_head:after {
    bottom: -13px;
  }
}

.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: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 160%;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
@media only screen and (max-width: 767px) {
.md-is-50p-wrap .column{padding:1px;}
}

/*# sourceMappingURL=local.css.map */

.sp02 img{
    width: 50px;
}

.ft_logo img{
    width: 250px;
}

.adjustspace01{
    padding-top: 5em;
}

.商品 .wf_blog_li_date{
    display: none;
}

.column.is-4, .column.is-4-tablet {
    width: 48%!important;
    flex: none!important;
}

@media only screen and (min-width: 769px){
.column.is-4, .column.is-4-tablet {
    width: 25%!important;
}
}

.商品{
    align-items: flex-start!important;
}


.footer02color{
    background:#03803ed9;
    color: white;
}

.footer02{
    display: block;
    padding-top: 1em;
    text-align: center;
    
}

.footer02 .cont001{
    display: inline-block;
}

.footer02 figure {
    display: inline-block;
    padding: 0px 20px;
}

.footer02 .cont001 .company001{
    font-size:16px;
    text-align: left;
}

.footer02 .cont001 .company002{
    font-size:12px;
    line-height: 14px;
    text-align: left;
}

.sidecontents{
    position: fixed;
    right: 0px;
    bottom: 40vh;
}
@media (max-width: 768px) {.sidecontents{bottom: 75vh}}

/**/
span.part.column.wf_img_cont.lp-bnr {
  text-align: center;
  margin-top: 40px;
}

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

.mainimage .moviebox {
  width: 100%;
  max-width: 100%;
}

.mainimage .moviebox img,
.mainimage .moviebox video,
.mainimage .moviebox iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .mainimage {
    padding-bottom: 120%;
  }
}
