@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
.top02 .columns,
.top03 .columns,
.top06 .columns {
  margin-left: 0;
  margin-right: 0;
}

body {
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  color: #303030;
  box-sizing: border-box;
}

p {
  font-size: 16px;
  line-height: 2;
}

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

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ================
BASE
================ */
.columns:last-child {
  margin-bottom: 0;
}

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

@media screen and (min-width: 768px) {
  .columns {
    display: flex;
    justify-content: space-between;
  }
  .column {
    box-sizing: border-box;
  }
  .columns.wrap {
    flex-wrap: wrap;
  }
  .columns:not(:last-child) {
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(:first-child) {
    margin-left: 2%;
  }
  .columns.reverse .column:not(:last-child) {
    margin-left: 2%;
  }
  .columns.reverse .column:last-child {
    margin-left: 0;
  }
  .columns.reverse {
    flex-direction: row-reverse;
  }
  .column.break + .column {
    margin-left: 0 !important;
  }
  .col_2 {
    width: 49%;
  }
  .col_3 {
    width: 32%;
  }
  .col_4 {
    width: 23.5%;
  }
  .col_2:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .col_3:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .col_4:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
  .con_l,
  .con_r {
    width: 49%;
  }
  .con_r {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .columns,
  .column:not(:last-child) {
    margin-bottom: 4%;
  }
  .columns.wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin: 0 auto;
}

.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 {
  background: #fff;
}

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

#header h1 {
  float: left;
  width: 50%;
}

#header .info {
  float: right;
  width: 50%;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

#header .info .header_tel img {
  vertical-align: middle;
}

#header .info .wf_btn_part {
  width: 140px;
  margin: 0 0 0 1em;
}

#header .info .wf_btn_part a {
  padding: 0.3em 1em 0.2em;
  border-width: 1px;
}

#header .info .wf_btn_part a:after {
  right: 85%;
}

/* ======== nav */
#nav {
  width: 100%;
  float: none;
  background: none;
  padding-bottom: 20px;
}

#nav #menu > li {
  float: left;
  list-style: none;
  width: 13.5%;
  box-sizing: border-box;
  border-right: 1px dashed #d2d2d2;
}

#nav #menu > li.nav03 {
  width: 19%;
}

#nav li.nav01 {
  border-left: 1px dashed #d2d2d2;
}

#nav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

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

#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: #065c40;
  list-style: none;
  width: 210px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}

.submenu_ul > li a {
  color: #fff !important;
  display: block;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
padding: 10px 0;
font-size: 14px;
}

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

/* ======== footer */
#aside {
  z-index: 1;
}

#aside .totop {
  position: fixed;
  bottom: 1%;
  right: 1%;
  max-width: 20%;
}

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

#aside .sidebnr {
  position: fixed;
  right: 0;
  bottom: 40%;
  width: 112px;
}

#footer {
  background: #88bf93;
  padding: 7% 0 0;
  color: #fff;
}

#footer .inner {
  background: url(/images/footer_img001.png) no-repeat bottom right;
}

#footer table {
  width: 100%;
  margin-bottom: 30px;
}

#footer table th {
  width: 80px;
  position: relative;
  text-align: left;
  padding: 0 0 0.8em;
letter-spacing: .08em;
line-height: 1.4;
}

#footer table td {
  padding: 0 0 0.8em 0.5em;
    letter-spacing: .08em;
line-height: 1.4;
}

#footer table th:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

#footer .menu_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.7em;
}

#footer .footer_menu {
  margin-bottom: 1em;
}

#footer .footer_menu li {
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
}

#footer .footer_menu li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

#footer .footer_menu li a {
  color: #fff;
}

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

.copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  padding: 30px 0 15px;
}

@media screen and (min-width: 768px) {
  #footer .column {
    flex: initial;
  }
  #footer .column:nth-child(1) {
    width: 32%;
  }
  #footer .column:nth-child(2) {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer_menu_wrap {
    width: 23.5%;
    margin-left: 2%;
  }
  #footer .footer_menu_wrap:nth-child(4n+1) {
    margin-left: 0;
  }

  #footer .footer_menu_wrap:nth-child(1),
  #footer .footer_menu_wrap:nth-child(3) {
    width: 20.5%;
  }
  #footer .footer_menu_wrap:nth-child(4) {
    width: 29.5%;
  }
}
/* content */
#content {
  margin-bottom: 40px;
  min-height: 500px;
}

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

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

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

top .wrap .inner {
  padding: 0;
}

/* ======== mainimage */
.mainimage {
  position: relative;
}

.main_copy {
  width: 1000px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_copy img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .main_copy img {
    max-width: 46.4% !important;
  }
}
@media screen and (max-width: 767px) {
  .main_copy img {
    max-width: 65% !important;
  }
}
.carousel {
  width: 100%;
  overflow: hidden;
  background: url(/images/mainimage_bg.png) repeat center top;
}

.carousel .slick-slider {
  margin-bottom: 0;
}

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

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

/* dots */
.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;
}

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

/* ================
style
================ */
/* ======== 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%;
}

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: 767px) {
  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: 767px) {
  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%;
  }
}
/* ======== ボタン */
.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;
}

/* 汎用ボタン */
.wf_btn_part {
  width: 100%;
  max-width: 313px;
  display: block;
  margin: 0 auto;
}

.wf_btn_part a {
  font-size: 16px;
  line-height: 1.3;
  display: block;
  width: 100%;
  max-width: none;
  padding: 0.5em 1em;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #303030;
  background: #fff;
  border: 2px solid #303030;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 30px;
}

.wf_btn_part a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #303030;
  transform: none;
}

.wf_btn_part a:hover:after {
  transition: all 0.5s ease 0s;
}

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

.wf_btn_part a:hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
  background: #065c40;
  color: #fff;
}

.wf_btn_part a:hover::after {
  border-left: 5px solid #fff;
}

@media screen and (min-width: 768px) {
  .left.wf_btn_part {
    margin-left: 0;
  }
  .right.wf_btn_part {
    margin-left: auto;
    margin-right: 0;
  }
}
/* ======== 汎用 */
.top h3 {
  text-align: center;
  letter-spacing: 0.1em;
}

.top .h3 {
  text-align: center;
  display: block;
  padding-bottom: 30px;
  font-family: "Lato", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1em;
  padding-top: 2.5em;
}

.top h3.title {
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 30px 0;
  display: block;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #303030;
  background: url(/images/ttl_icon.png) no-repeat center bottom;
  margin: 0 0 40px;
  font-weight: bold;
}

.top .sub {
  border: none;
  font-weight: normal;
  font-size: 14px;
  padding: 12px 0 0 0;
  display: block;
}

.under .wrap.h3_title_wrap,
.blog_body .wf_bread_ul + .wrap {
  max-width: 100%;
  padding: 1.5em 0;
  background: url(/images/under_titlebg0001.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 40px;
}

.under .wrap.h3_title_wrap h3,
.blog_body .wf_bread_ul + .wrap h3 {
  text-align: center;
  box-sizing: border-box;
  padding: 30px 0;
  display: block;
  font-size: 32px;
  letter-spacing: 0.05em;
  background: none;
  margin: 0;
  font-weight: bold;
}

.under h3 {
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 30px 0;
  display: block;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #303030;
  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: 26px;
    font-weight: bold;
    padding: 25px 0 19px 70px;
    border-bottom: 2px solid #4e8271;
    margin: 1em 0;
    letter-spacing: 0.05em;
    position: relative;
    background: #fffbee;
}
.under h4 span {
  font-family: Arial;
    font-size: 10pt;
}
.under h4::before {
  content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 42px;
    height: 50px;
    background: url(/images/h2_01.png) no-repeat center / contain;
    margin-bottom: 15px;
    margin-left: 15px;
}

.under h5 {
  font-size: 22px;
    font-weight: bold;
    padding: 15px 0 25px 60px;
    margin: 1em 0;
    letter-spacing: 0.05em;
    position: relative;
    border-bottom: 2px dashed #303051;
    margin-bottom: 0;
}
.under h5 span {
  font-weight: normal;
}
.under h5::before {
 content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #065C3F;
    z-index: -1;
    margin-top: 3px;
}
.under h5::after {
 content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 29px;
    height: 35px;
    background: url(/images/unicon02.png) no-repeat;
    z-index: -1;
    margin-top: 11px;
    margin-left: 10px;
}
@media screen and (max-width: 767px){
.under h4 {
    font-size: 20px;
}
.under h5 {
    font-size: 18px;
    padding: 15px 0 20px 60px;
}
}
.under .mb20 h5 {
  margin-bottom: 20px;
}

.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 */
.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 
================ */
.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 screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1010px) {
  #header .inner,
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  #nav li a {
    font-size: 12px;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1000px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #header h1 {
    max-width: 60%;
  }
  .sp_menu {
    position: absolute;
    top: 22px;
    right: 15px;
    margin: auto;
    max-width: 41%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .sp_menu li:not(:first-child) {
    margin-left: 7px;
  }
  #nav {
    background: none;
    padding-bottom: 0px;
  }
  #menu {
    display: none;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    cursor: pointer;
  }
  .submenu_ul {
    width: 100%;
  }
  #nav #menu {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav #menu > li img {
    display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  #nav #menu > li span {
    vertical-align: middle;
  }
  #nav #menu li.nav01 {
    border-left: none;
  }
  #nav #menu 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%;
  }
  /* top */
  .top .concept-block img,
  .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .top .concept-block h4,
  .top .concept-block p,
  .top .concept-block .anchor_wrap {
    padding-left: 0;
  }
  .top .shop-block .anchor_wrap,
  .top .concept-block .anchor_wrap {
    text-align: center;
  }
  .top .shop-block p.entry_p {
    width: 100%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  #nav #menu {
    top: 67px;
  }
  .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: 320px) {
  #header h1 {
    top: 15px;
  }
  #header .info {
    top: 20px;
  }
  #toggle {
    top: 20px;
  }
}
/***********BLOG************/
/***********BLOG************/
.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: 45px;
  height: 45px;
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

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

.wf_blog_ul li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.wf_blog_li_inner {
  padding: 10px 0;
}

.wf_blog_ul li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: none;
  margin: 0px !important;
  box-sizing: border-box;
  max-width: 100%;
line-height: 1.4;
    letter-spacing: .1em;
}

.wf_bread_ul li {
  display: inline;
}

.wf_blog_ul li a {
  color: #303030;
}

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

.wf_blog_li_date_time {
  display: none;
}

/* ================
 ■ 追記
================ */
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;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

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

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

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

.mb_h4 {
  margin-bottom: 18px !important;
}

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

.mb_01 {
  margin-bottom: 27px !important;
}

.mb_02 {
  margin-bottom: 60px !important;
}

.mb_03 {
  margin-bottom: 75px !important;
}

ul.list_dot {
  list-style: none;
}

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

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

.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 0 1em;
  margin-bottom: 0.5em;
  position: relative;
}

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

ul.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  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);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 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;
}

.bg_block {
  padding: 2em !important;
  background: url(/images/bg003.jpg) no-repeat center/cover;
  box-sizing: border-box;
  border-radius: 20px;
}

/* ================
 共通
================ */
#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;
}

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

@media screen and (max-width: 768px) {
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .top h3.title {
    font-size: 24px;
  }
  .top h4 {
    font-size: 24px;
  }
  .second_col .cont.column:first-child {
    margin-bottom: 10px;
  }
  #sidecontact {
    display: none;
  }
  .under .wrap.h3_title_wrap h3,
  .blog_body .wf_bread_ul + .wrap h3 {
    font-size: 26px;
  }
}
/* ================
TOP
================ */
.top01 {
  padding: 5% 0;
  background: url(/images/bg001.jpg) no-repeat center/cover;
}

.center_wrap {
  text-align: center;
}

.top01 h2 {
  /*
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 65px;
  margin-bottom: 1em;
  min-height: 87px;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin-bottom: 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.top01 h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  margin-top: auto;
  margin-left: auto;
  width: 59px;
  height: 87px;
  background: url(/images/h2_01.png) no-repeat center/contain;
  margin-top: -35px;
  margin-left: -80px;
}

.part.sub_p {
  text-align: center;
  font-size: 20px;
  color: #336758;
  font-weight: bold;
  margin-bottom: 55px;
}

.top .top01 h3.title {
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  padding-left: 0px;
  display: block;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  font-weight: bold;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  position: relative;
  padding-left: 20px;
  background: none;
}

.top .top01 h3.title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-left: 5px solid #303030;
  transform: none;
  margin-top: 10px;
}

.top02 .column {
  position: relative;
  overflow: hidden;
}

.top02 .column a {
  color: #fff;
}

.top02 .column:after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 5%;
  height: 1px;
  left: 0;
  top: auto;
  width: 95%;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .top02 .column:after {
    bottom: calc(1.2em + 10px);
  }
}
.top02 .column:nth-child(1) p span {
  background: url(/images/h3_01.png) no-repeat center left 20px;
}

.top02 .column:nth-child(2) p span {
  background: url(/images/h3_02.png) no-repeat center left 20px;
}

.top02 .img_anchor {
  z-index: 1;
  display: block;
}

.top02 .column p {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 5%;
  bottom: 5%;
  margin: auto;
  text-align: right;
  letter-spacing: 0.1em;
  /*  border-bottom: 1px solid #fff;*/
  /*  width: 100%;*/
  display: block;
}

.top02 .column p span {
  position: relative;
  padding-left: 80px;
}

.top02 .column p span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}

.top03 {
  padding: 7% 0;
  background: url(/images/bg002.jpg) no-repeat center/cover;
}

.top03 h2 {
  font-size: 32px;
  padding: 0.7em 0 0.7em 90px;
  min-height: 85px;
  margin-bottom: 0.7em;
  letter-spacing: 0.1em;
  background: url(/images/h2_02.png) no-repeat top left;
  box-sizing: border-box;
  font-weight: bold;
}

.top04 {
  padding: 7% 0;
  background: url(/images/bg003.jpg) no-repeat center/cover;
}

.top04 h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 80px;
  background: url(/images/h2_03.png) no-repeat center top;
}

.top05 {
  padding: 7% 0;
}

.top05 p {
  margin: 0 !important;
}

.top05 h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.4em 0 0.4em 50px;
  border-bottom: 4px dotted #85f1cc;
  background: url(/images/catch01.png) no-repeat center left 10px;
}

.top05 .column:nth-child(2) h4 {
  border-color: #94d0ff;
  background: url(/images/catch02.png) no-repeat center left 10px;
}

.top05 .column:nth-child(3) h4 {
  border-color: #ffc3e5;
  background: url(/images/catch03.png) no-repeat center left 10px;
}

.top06 {
  padding-bottom: 5%;
}

.top06 .img_anchor {
  position: relative;
  display: block;
  font-size: 0;
}

.top06 .column_inner p a {
  color: #fff;
}

.top06 .column_inner p {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto !important;
  text-align: right;
  letter-spacing: 0.1em;
  padding: 0.1em 2em 0.1em 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.top06 .column_inner p span {
  position: relative;
  padding-left: 70px;
}

.top06 .column_inner p span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}

.top06 .columns > .column > p.part {
  padding: 10px;
}

.top06 .columns .column .column_inner {
  position: relative;
}

.top06 .columns .column .column_inner div.part {
  position: relative;
}

.top06 .columns .column .column_inner p {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  margin-bottom: 0 !important;
  left: auto;
}

.top06 .columns:nth-child(1) .column:nth-child(1) .column_inner div.part a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(133, 241, 204, 0.45);
  z-index: 0;
}

.top06 .columns:nth-child(1) .column:nth-child(1) .column_inner p span {
  background: url(/images/h3_06.png) no-repeat center left 20px;
}

.top06 .columns:nth-child(1) .column:nth-child(2) .column_inner div.part a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(255, 195, 229, 0.45);
  z-index: 0;
}

.top06 .columns:nth-child(1) .column:nth-child(2) .column_inner p span {
  background: url(/images/h3_02.png) no-repeat center left 20px;
}

.top06 .columns:nth-child(2) .column:nth-child(1) .column_inner div.part a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(254, 255, 142, 0.45);
  z-index: 0;
}

.top06 .columns:nth-child(2) .column:nth-child(1) .column_inner p span {
  background: url(/images/icon06.png) no-repeat center left 20px;
}

.top06 .columns:nth-child(2) .column:nth-child(2) .column_inner div.part a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(148, 208, 255, 0.45);
  z-index: 0;
}

.top06 .columns:nth-child(2) .column:nth-child(2) .column_inner p span {
  background: url(/images/icon05.png) no-repeat center left 20px;
}

.top06 .img_anchor + p {
  padding: 1.5em 1em;
}

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

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

.top07 {
  padding: 7% 0;
  background: url(/images/bg004.jpg) no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  .top01 .columns {
    align-items: center;
  }
  .top06 .column,
  .top02 .column {
    width: 50%;
    margin: 0 !important;
  }
  .top03 .columns {
    align-items: center;
  }
  .top03 .con_l {
    width: 490px;
    max-width: 100%;
  }
  .top04 .columns {
    max-width: 800px;
    margin: 0 auto !important;
  }
  .top_map .googlemap {
    padding-top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .top01 h2::before {
    width: 100%;
    margin-left: -45px;
    max-width: 33px;
  }
  .part.sub_p {
    text-align: left;
    font-size: 16px;
  }
  .top .top01 h3.title {
    font-size: 20px;
  }
  .top h2 {
    font-size: 20px;
  }
  .top02 .column p {
    font-size: 18px;
  }
  .top02 .column p span {
    padding: 10px 0 10px 80px;
  }
  .top03 .column {
    padding: 2%;
  }
  .top06 .column_inner p {
    font-size: 18px;
  }
  .top06 .column_inner p span {
    padding: 10px 0 10px 70px;
  }
}
.t01_wrap table {
  table-layout: fixed;
}

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

.t01_wrap tbody th {
  background: #f9f9f9;
  width: 30%;
}

.wt80.t01_wrap tbody th {
  width: 50%;
}

.t01_wrap td {
  background: #fff;
}

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

.wb80 .wf_btn_part {
  max-width: 400px !important;
}

.wb80 .wf_btn_part a::after {
  right: inherit;
  left: 0;
  margin-left: 15px;
}

.wrap.read {
  text-align: center;
  font-size: 20px;
  margin: 15px 0 20px;
  color: #4e8271;
  font-weight: bold;
}

.part.leadtext {
  color: #065c40;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #nav #menu > li.nav03 {
    width: 100%;
  }
  .part.leadtext {
    color: #065c40;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
}
.infa.clearfix {
  text-align: center;
  max-width: 150px;
  display: block;
  margin: 15px auto 0;
}

.infa .cont:first-child {
  float: left;
  width: 50%;
}

.infa .cont:last-child {
  float: right;
  width: 50%;
}

.fab,
.ins {
  margin-right: 15px;
}

.mainmovie {
  position: relative;
  overflow: hidden;
}
.mainmovie .moviespace video {
  width: 100%;
  height: 40.25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .mainmovie .moviespace video {
    height: 100.25vw;
  }
}
.mainmovie .copy img {
  width: 453px;
  height: 218px;
  max-width: 40vw;
  max-height: 19.2494481236vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15%;
  margin: auto;
}
@media (max-width: 767px) {
  .mainmovie .copy img {
    left: 0;
    right: 0;
    top: auto;
    bottom: 10%;
    width: 450px;
    height: 221px;
    max-width: 55vw;
    max-height: 27.0111111111vw;
  }
}

.under .mainmovie {
  display: none;
}

.container,
#footer,
#header {
  overflow: hidden;
}

.color_pink {
  color: #ff809b;
}

.color_orange {
  color: #ff9f49;
}

.color_blue {
  color: #539ed9;
}

.color_green {
  color: #5bbe6e;
}

.color_yellow {
  color: #ffc926;
}

/*sp,tab,pcの表示切替*/
@media (max-width: 767px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .tablet-hide {
    display: none !important;
  }
}
.text-center {
  text-align: center;
}

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

.engspace {
  font-size: 14px;
}

.sec_intro,
.sec_banner,
.sec_news,
.sec_greeting,
.sec_ib,
.sec_banner2,
.sec_about,
.sec_contact {
  overflow: hidden;
}
.sec_intro .inner,
.sec_banner .inner,
.sec_news .inner,
.sec_greeting .inner,
.sec_ib .inner,
.sec_banner2 .inner,
.sec_about .inner,
.sec_contact .inner {
  box-sizing: border-box;
}
.sec_intro h2,
.sec_banner h2,
.sec_news h2,
.sec_greeting h2,
.sec_ib h2,
.sec_banner2 h2,
.sec_about h2,
.sec_contact h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  font-size: clamp(26px, 4vw, 40px);
}
.sec_intro h2 .sub,
.sec_banner h2 .sub,
.sec_news h2 .sub,
.sec_greeting h2 .sub,
.sec_ib h2 .sub,
.sec_banner2 h2 .sub,
.sec_about h2 .sub,
.sec_contact h2 .sub {
  display: normal;
  font-weight: bold;
  font-size: 16px;
  color: #303030;
  padding: 5px 0 0 0;
letter-spacing: .05em;
}
.sec_intro h4,
.sec_banner h4,
.sec_news h4,
.sec_greeting h4,
.sec_ib h4,
.sec_banner2 h4,
.sec_about h4,
.sec_contact h4 {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: clamp(20px, 3vw, 30px);
  color: #303030;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec_intro h4,
  .sec_banner h4,
  .sec_news h4,
  .sec_greeting h4,
  .sec_ib h4,
  .sec_banner2 h4,
  .sec_about h4,
  .sec_contact h4 {
    padding-bottom: 15px;
  }
}
.sec_intro h4 .sub,
.sec_banner h4 .sub,
.sec_news h4 .sub,
.sec_greeting h4 .sub,
.sec_ib h4 .sub,
.sec_banner2 h4 .sub,
.sec_about h4 .sub,
.sec_contact h4 .sub {
  display: normal;
  font-weight: bold;
  font-size: 16px;
  color: #303030;
  padding: 3px 0 0 0;
}
.sec_intro h4::before,
.sec_banner h4::before,
.sec_news h4::before,
.sec_greeting h4::before,
.sec_ib h4::before,
.sec_banner2 h4::before,
.sec_about h4::before,
.sec_contact h4::before {
  content: "";
  width: 100%;
  height: 3px;
  background: url(/images/line.png) repeat-x left center/auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sec_intro {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_intro {
    padding: 50px 0;
  }
}
.sec_intro h2 {
  padding-top: 40px;
  position: relative;
}
.sec_intro h2::before {
  content: "";
  width: 43px;
  height: 31px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/h2_001.png) no-repeat center center/cover;
}
.sec_intro .inner {
  width: 1840px !important;
  max-width: 100% !important;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec_intro .inner {
    padding: 0;
  }
}
.sec_intro .columns {
  align-items: center;
}
@media (max-width: 767px) {
  .sec_intro .columns .column:last-child {
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 30px;
  }
}
.sec_intro .columns .column:first-child {
  position: relative;
margin-bottom: auto;
}
@media (min-width: 1200px) {
  .sec_intro .columns .column:first-child {
    height: 825px;
    position: relative;
  }
  .sec_intro .columns .column:first-child img {
    width: 981px;
    height: 825px;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.sec_intro .columns .column:first-child a::before {
  content: "";
  z-index: 1;
  width: 154px;
  height: 154px;
  max-width: 5vw;
  max-height: 5vw;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/youtube_btn01.png) no-repeat center center/cover;
}
@media (min-width: 1200px) {
  .sec_intro .columns .column:first-child a::before {
    right: 100px;
  }
}
.sec_intro div .part {
  margin-bottom: 10px;
}
.sec_intro .btn_wrap {
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_intro .btn_wrap .wf_btn_part {
    margin-left: 0;
  }
}

.sec_banner {
  padding: 20px 0 70px 0;
  background: linear-gradient(180deg, white 0%, white 26%, #f2f2f2 26%, #f2f2f2 100%);
}
@media (max-width: 767px) {
  .sec_banner {
    padding: 20px 0 30px 0;
background: linear-gradient(180deg, white 0%, white 18%, #f2f2f2 18%, #f2f2f2 100%);
  }
.sec_banner .columns:last-child {
    margin-bottom: 0;
    margin-top: 30px;
}
}
.sec_banner .inner {
  width: 1840px !important;
  max-width: 100% !important;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sec_banner .inner {
    padding: 0 10px;
  }
}
.sec_banner .columns:last-child {
  flex-wrap: wrap;
  justify-content: center;
}
.sec_banner .columns:last-child .column {
  flex: none;
}
@media (min-width: 768px) {
  .sec_banner .columns:last-child .column {
    width: 33%;
    margin: 0 !important;
  }
}
.sec_banner .columns:nth-child(1) .column, .sec_banner .columns:nth-child(2) .column {
  text-align: center;
}
.sec_banner .cont.sp-only div:first-child {
  margin-bottom: 7px;
}
.sec_banner .cont.sp-only div:last-child {
  margin-bottom: 30px;
}

.sec_news {
  padding: 80px 0 100px 0;
  background: url(/images/line2.png) no-repeat center bottom/auto;
}
@media (max-width: 767px) {
  .sec_news {
    padding: 30px 0 50px 0;
  }
}
@media (min-width: 768px) {
  .sec_news .columns .is-4 {
    width: 32% !important;
  }
}
@media (max-width: 767px) {
  .sec_news .columns .is-4:not(:last-child) {
    margin-bottom: 45px;
  }
}
.sec_news h4 {
  margin-bottom: 20px;
}
.sec_news h4::before {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #a1c6e4 0%, #a1c6e4 40px, #eeeeee 40px, #eeeeee 100%);
}
.sec_news .columns .column:nth-child(2) h4:before {
  background: linear-gradient(90deg, #f6b7c5 0%, #f6b7c5 40px, #eeeeee 40px, #eeeeee 100%);
}
.sec_news .columns .column:nth-child(3) h4:before {
  background: linear-gradient(90deg, #a5d6ae 0%, #a5d6ae 40px, #eeeeee 40px, #eeeeee 100%);
}
.sec_news .wf_blog_li_thumb {
  display: none;
}
.sec_news .wf_blog_li_date_date {
  color: #999999;
}
.sec_news .wf_blog_li_inner {
  padding: 0;
}

.sec_greeting {
  padding: 100px 0 50px 0;
  background: url(/images/bg_img001.jpg) no-repeat center bottom/auto;
}
@media (min-width: 2001px) {
  .sec_greeting {
    background: url(/images/bg_img001.jpg) no-repeat center top/cover;
    background-position-y: 600px;
  }
}
@media (max-width: 767px) {
  .sec_greeting {
    padding: 50px 0 25px 0;
  }
}
.sec_greeting .cont:nth-child(2) .column {
  text-align: center;
}
.sec_greeting .cont:nth-child(2) .column img {
  display: block;
  margin: auto;
}
.sec_greeting .cont:nth-child(3) {
  margin-bottom: 30px;
}
.sec_greeting .cont:nth-child(3) div {
  text-align: center;
  color: #539ed9;
  font-size: clamp(28px, 6vw, 60px);
  font-weight: bold;
}
.sec_greeting div .part {
  margin-bottom: 10px;
line-height: 2;
    letter-spacing: .1em;
}
.sec_greeting .btn_wrap {
  margin-top: 30px;
}

.sec_ib {
  padding: 50px 0 100px 0;
  background: #fff7df;
}
@media (max-width: 767px) {
  .sec_ib {
    padding: 25px 0 50px 0;
  }
}
.sec_ib .inner {
  width: 1840px !important;
  max-width: 100% !important;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec_ib .inner {
    padding: 0;
  }
}
.sec_ib .columns {
  align-items: center;
}
@media (max-width: 767px) {
  .sec_ib .columns .column:last-child {
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 30px;
  }
}
.sec_ib .columns .column:first-child {
  position: relative;
margin-bottom: auto;
}
@media (min-width: 1200px) {
  .sec_ib .columns .column:first-child {
    height: 701px;
    position: relative;
  }
  .sec_ib .columns .column:first-child img {
    width: 980px;
    height: 701px;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.sec_ib div .part {
  margin-bottom: 10px;
line-height: 2;
    letter-spacing: .1em;
}
.sec_ib .btn_wrap {
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_ib .btn_wrap .wf_btn_part {
    margin-left: 0;
  }
}

.sec_banner2 {
  margin: 0;
  padding: 0;
}
.sec_banner2 img {
  vertical-align: bottom;
}
.sec_banner2 .inner {
  width: 100% !important;
  padding: 0;
  margin: 0;
}
.sec_banner2 .inner.columns {
  padding: 0;
  margin: 0;
}
.sec_banner2 .inner.columns .column {
  padding: 0;
  margin: 0 !important;
}
.sec_banner2 .inner.columns .column img {
  width: 100% !important;
  max-width: none;
}

.sec_about {
  padding: 100px 0;
  background: url(/images/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_about {
    padding: 50px 0;
  }
}
.sec_about h2 {
  padding-top: 40px;
  position: relative;
}
.sec_about h2::before {
  content: "";
  width: 27px;
  height: 38px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/h2_003.png) no-repeat center center/cover;
}
.sec_about .columns {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .sec_about .columns .column {
    width: 49%;
    margin: 0;
    flex: none;
    margin-left: 0 !important;
  }
}
.sec_about .columns .column:nth-child(1), .sec_about .columns .column:nth-child(2) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec_about .columns .column:nth-child(3) {
    margin-bottom: 30px;
  }
}
.sec_about h3 {
  margin-bottom: 25px !important;
  background: none !important;
  position: relative;
  padding-bottom: 15px !important;
}
.sec_about h3::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sec_about .columns .column .bgwhite {
  padding: 5%;
  background: white;
  box-sizing: border-box;
  max-width: 480px;
  margin: auto;
}
@media (min-width: 768px) {
  .sec_about .columns .column .bgwhite {
    min-height: 180px;
  }
}
.sec_about .columns .column .bgwhite .engspace {
  margin-top: 10px;
}
.sec_about .columns .column:nth-child(1) h3::before {
  background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 45%, #f6c79c 45%, #f6c79c 55%, #eeeeee 55%, #eeeeee 100%);
}
.sec_about .columns .column:nth-child(2) h3::before {
  background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 45%, #f6b7c5 45%, #f6b7c5 55%, #eeeeee 55%, #eeeeee 100%);
}
.sec_about .columns .column:nth-child(3) h3::before {
  background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 45%, #a5d6ae 45%, #a5d6ae 55%, #eeeeee 55%, #eeeeee 100%);
}
.sec_about .columns .column:nth-child(4) h3::before {
  background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 45%, #a1c6e4 45%, #a1c6e4 55%, #eeeeee 55%, #eeeeee 100%);
}

.sec_contact {
  padding: 100px 0 50px 0;
  background: url(/images/bg_img003.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_contact {
    padding: 50px 0 20px 0;
  }
}

#footer .inner {
  background: none;
}
#footer .inner .columns {
  flex-direction: column;
}
#footer .inner .columns .column:first-child {
  width: 100% !important;
  border-bottom: 1px solid #778a99;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #footer .inner .columns .column:first-child {
    display: flex;
    justify-content: space-between;
  }
  #footer .inner .columns .column:first-child .leftspace,
  #footer .inner .columns .column:first-child .rightspace {
    width: 49%;
  }
  #footer .inner .columns .column:first-child table {
    margin-bottom: 0;
  }
}
#footer .inner .columns .column:last-child {
  margin: 0;
  width: 100% !important;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #footer .inner .columns .column:last-child .footer_menu_wrap {
    width: 24%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #footer .inner .columns .column:last-child .footer_menu_wrap:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #aside .sidebnr {
    z-index: 61;
  }
  #aside .sidebnr img {
    filter: drop-shadow(5px 5px 5px #aaa);
  }
}
@media (max-width: 767px) {
  #aside .sidebnr {
    z-index: 61;
    position: fixed;
    right: 0;
    left: 0;
    bottom: -5px;
    margin: auto;
    display: flex;
    width: 100%;
  }
  .copyright {
    padding-bottom: 17vw;
  }
  #aside .totop {
    bottom: 19vw;
  }
}
.sec_underpre {
  padding: 80px 0;
  background: url(/images/pre_bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_underpre {
    padding: 50px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .sec_underpre .columns:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_underpre .columns:last-child .column {
    width: 49%;
    margin: 0 !important;
    flex: none;
  }
}
.sec_intro .left {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media ( min-width : 769px ) {
  .sec_intro .intro_box{
    padding-right: 60px;
  }
 .sec_intro .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(:first-child) {
    margin-left: 4%;
  }
 .sec_ib .ib_box{
    padding-right: 60px;
  }
.sec_ib .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(:first-child) {
    margin-left: 4%;
  }
}
.sec_greeting h2{
  line-height: 1.4;
margin-bottom: 40px;
}
.sec_greeting h2 .sub{
  letter-spacing: .05em;
}
.sec_greeting .logo_img{
  margin: 5px !important;
}
.sec_about .part {
  line-height: 1.6;
  letter-spacing: 0;
font-weight: bold;
}
.sec_news .btn_wrap{
  margin-top: 20px;
}
@media ( max-width : 767px ) {
  .sec_intro h2 {
    margin-bottom: 30px;
}
.sec_greeting h2 {
    margin-bottom: 0;
}
#footer .f_logo {
    text-align: center;
}
#footer {
    padding: 50px 0 0;
}
}
#footer .footer_menu_wrap:nth-child(n+5) .menu_title {
    margin-top: 30px;
  }
.under h3.title span{
  display: block;
}
@media ( min-width : 768px ) {
  .sec_banner2 .columns_bnr{
  flex-wrap: wrap;
}
.sec_banner2 .columns_bnr .column {
    flex: none;
    width: 50%;
}
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* fadeLeft */
.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-400px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* fadeRight */
.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(400px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}


body:not(.page_edit) .fadeUpTrigger,body:not(.page_edit) .fadeLeftTrigger,body:not(.page_edit) .fadeRightTrigger {
  opacity: 0;
}/*# sourceMappingURL=local.css.map */

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

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

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

@keyframes fadeIn {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

@keyframes fadeOut {
  from {
    opacity:1;
  }
  to {
    opacity:0;
  }
}

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