@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, Arial, "游ゴシック体",
 YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
  color: #262626;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

img {
  display: block;
}

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

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

/* ================
BASE
================ */
.columns:last-child {
  margin-bottom: 0;
}

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

@media screen and (min-width: 769px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .columns.wrap {
    -ms-flex-wrap: 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):not(.is-half) {
    margin-left: 2%;
  }
  .columns.reverse .column:not(:last-child) {
    margin-left: 2%;
  }
  .columns.reverse .column:last-child {
    margin-left: 0;
  }
  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-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%;
  }
  .column.is-6 {
    width: 49%;
  }
  .is-6:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
  .is-6:not(:nth-child(2n + 1)) {
    margin-left: 2% !important;
  }
  .column.is-4 {
    width: 32%;
  }
  .justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .columns,
  .column:not(:last-child) {
    margin-bottom: 4%;
  }
  .columns.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

.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%;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-shadow: 0px 0px 10px black;
  border: 10px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: "Lato", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro", sans-serif;
}

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

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

.bn1 a {
  background: url(/images/bn1.jpg) center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0))), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  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, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0))), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  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, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0))), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  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, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0))), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  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: 20px 0 20px;
  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;
}

#header h1 {
  margin-left: 2%;
}

#header .info .hdr_access {
  text-align: right;
}

#header .info .header_tel > *:not(:last-child) {
  margin-right: 15px;
}

#header .info .header_tel .hdr_tel_text {
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 769px) {
  #header .info .header_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .info .header_tel .wf_btn_part a {
    background: #8ac2e6;
    width: 180px;
    border-color: #8ac2e6;
    padding: 0.2em 1em;
  }
}

#header .info .header_tel i {
  font-size: 18px;
  margin: -0.2em 0.5em 0;
}

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

#nav #menu > li {
  float: left;
  list-style: none;
  width: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 769px) {
  #nav #menu > li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1.2em;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    background: #a5a5a5;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@media (min-width: 769px) {
  #nav #menu > li:last-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1.2em;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    background: #a5a5a5;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@media (min-width: 769px) {
  #nav #menu > li:last-child.has_children .submenu_ul {
    right: 0;
  }
}

@media (min-width: 769px) {
  #nav #menu li.nav1,
  #nav #menu li.nav3 {
    width: 8%;
  }
  #nav #menu li.nav6 {
    width: 14%;
  }
  #nav #menu li.nav2,
  #nav #menu li.nav4,
  #nav #menu li.nav7,
  #nav #menu li.nav8 {
    width: 13%;
  }
  #nav #menu li.nav5 {
    width: 18%;
  }
}

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

#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: #8ac2e6;
  list-style: none;
  width: 200px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}

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

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

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

#footer table th {
  width: 80px;
  position: relative;
  text-align: left;
  padding: 0 0 0.8em;
}

#footer table td {
  padding: 0 0 0.8em 0.5em;
}

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

#footer .footer_ul {
  padding: 15px 0;
}

#footer .footer_ul_wrap {
  text-align: center;
}

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

#footer .ft_tel_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;
  background: #f5f5f5;
  height: 120px;
  width: 100%;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho,
 "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

#footer .ft_tel_btn .tel {
  display: block;
  text-align: center;
  font-size: 2em;
}

#footer .ft_tel_btn .tel i {
  font-size: 0.6em;
  margin-right: 6px;
}

#footer .ft_bnr_area {
  margin-top: 20px !important;
  margin-bottom: 40px;
}

#footer .ft_bnr_area a:hover {
  text-decoration: none;
}

#footer .ft_mail_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;
  background: #262626;
  color: #fff;
  font-size: 22px;
  height: 120px;
  width: 100%;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho,
 "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

#footer .ft_mail_btn span {
  position: relative;
  padding-left: 50px;
}

#footer .ft_mail_btn span:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 27px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/main_ico.png) no-repeat center;
}

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

@media screen and (min-width: 769px) {
  #footer .column {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  #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(-n + 4) .menu_title {
    min-height: 50px;
  }
  #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;
}

.carousel_inner {
  max-width: 100%;
}

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

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

@media screen and (min-width: 769px) {
  .copy img {
    width: 617px;
    height: 490px;
    max-height: 26vw !important;
    max-width: 33vw !important;
  }
}

@media screen and (max-width: 768px) {
  .copy img {
    width: 581px;
    height: 437px;
    max-width: 76vw !important;
    max-height: 57vw !important;
    left: 0;
    right: 0;
    margin: auto;
  }
}

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

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

/* ======== ボタン */
.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;
}

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

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

.wf_btn_part a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 4px;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.wf_btn_part a:hover {
  opacity: 0.7 !important;
  text-decoration: none;
  color: #fff;
}

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

/* ======== 汎用 */
.under .wrap.h3_title_wrap,
.blog_body .wf_bread_ul + .wrap {
  max-width: 100%;
  padding: 0;
  background-size: cover;
  margin-bottom: 1.5em;
  margin-top: 3em;
}

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

.under .wrap.h3_title_wrap h3:after,
.blog_body .wf_bread_ul + .wrap h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 89px;
  height: 11px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/images/under_h3.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  h3.title {
    font-size: 24px !important;
  }
  .under .wrap {
    margin-bottom: 10px;
  }
  h2.title {
    font-size: 26px !important;
    line-height: 1.3;
  }
  .top01 .part.center {
    text-align: left;
  }
}

.under h3 {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho,
 "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 30px 0;
  display: block;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0 0 40px;
  font-weight: bold;
  position: relative;
}

.under h4 {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho,
 "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 26px;
  font-weight: bold;
  padding: 10px 5px 10px;
  border-bottom: 2px solid #8ac2e6;
  margin: 0 0 1em 0;
  letter-spacing: 0.05em;
  position: relative;
  background: #f7f7f7;
}

.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-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho,
 "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 0 1em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 0;
}

.under h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 0.8em;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #8ac2e6;
}

.under .cblue h5::before {
  background: #a2d6fe;
}

.under .mb20 h5 {
  margin-bottom: 20px;
}

/* 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 */
.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: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho,
 "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 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%;
}

/* 画像 */
.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: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1010px) {
  #header .inner,
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 94%;
    float: none;
  }
  #nav li a {
    font-size: 11px;
  }
  .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: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #header h1 {
    width: 190px;
  }
  .sp_menu {
    position: absolute;
    top: 30px;
    right: 15px;
    margin: auto;
    max-width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 80px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  #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;
  }
  #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;
    -webkit-box-sizing: border-box;
    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%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 480px) {
  #nav #menu {
    top: 80px;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th,
  .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 360px) {
  #header {
    height: 90px;
  }
}

@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: 96%;
  margin: 5px auto;
  display: block;
}

.under .wf_blog_li_thumb {
  display: block;
  text-align: center;
}

.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_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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.wf_bread_ul li {
  display: inline;
}

.wf_blog_ul li a {
  color: #262626;
}

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

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

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

ol.ol_num li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #555;
  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.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 #8ac2e6;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 10px;
  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 {
  -webkit-box-sizing: border-box;
  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: 8px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #8ac2e6;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #8ac2e6;
  border: 1px solid #8ac2e6;
  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;
  -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;
}

.bg_block {
  padding: 2em !important;
  background: url(/images/bg003.jpg) no-repeat center/cover;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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: 768px) {
  .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 {
    padding: 0 0 25px 0;
    font-size: 26px;
  }
  .under h4 {
    font-size: 20px;
  }
  .under h5 {
    font-size: 18px;
  }
}

/* ================
TOP
================ */
@media (min-width: 769px) {
  .pc-center {
    text-align: center;
  }
}

.top h3 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho,
 "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-bottom: 1em;
  position: relative;
}

@media (max-width: 768px) {
  .top h3 {
    font-size: 26px;
  }
}

.top h4 {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho,
 "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 32px;
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .top h4 {
    font-size: 22px;
  }
}

.sec01 {
  padding: 80px 0 100px;
  background: url(/images/bg001.jpg) no-repeat center/cover;
  font-size: 18px;
}

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

.sec01 h3 {
  padding-top: 40px;
}

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

@media (min-width: 769px) {
  .sec01 .w100p {
    max-width: 100% !important;
    margin-bottom: 50px !important;
  }
}

.sec01 .btn_wrap {
  margin-top: 2em;
}

.sec02 {
  padding: 100px 0;
  background: #f7f7f7;
}

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

@media (max-width: 768px) {
  .sec02 {
    padding: 10% 0 5%;
  }
}

.sec02 .tit_con_in {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .sec02 .tit_con_in:before {
    max-width: 40vw;
    min-width: 170px;
  }
}

.sec02 h3 {
  border: none;
}

@media only screen and (min-width: 769px) {
  .sec02 .tit_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .sec02 .tit_wrap {
    padding: 3% 0;
  }
  .sec02 .is-9 {
    margin-top: 2%;
  }
}

/* NEWSタブ切り替え */
.flex_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .flex_cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec02 .news_content {
  padding: 5%;
  background: #fff;
}

@media (max-width: 768px) {
  .sec02 .news_content {
    width: 94%;
    margin-left: -2%;
  }
}

.sec02.wf_info_wrap3 .wf_info_cat_selector {
  padding: 5px 15px !important;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  max-width: 120px;
  text-align: center;
  margin: 0 0 0 0.5em;
  border-radius: 10px 10px 0 0;
}

@media (min-width: 769px) and (max-width: 880px) {
  .sec02.wf_info_wrap3 .wf_info_cat_selector {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .sec02.wf_info_wrap3 .wf_info_cat_selector {
    font-size: 12px;
    padding: 3px 2px !important;
  }
}

.sec02.wf_info_wrap3 .cat_お知らせ {
  background: #8ac2e6;
}

.sec02.wf_info_wrap3 .cat_ブログ {
  background: #a8ce71;
}

.sec02 .wf_blog_li_thumb {
  display: none;
}

.wf_blog_ul {
  background: #fff;
  margin-bottom: 0;
}

.sec02 .wf_lic_お知らせ .wf_blog_li_date:before {
  content: "お知らせ";
  color: #fff;
  background: #8ac2e6;
  padding: 0.1em 0.5em;
  margin-right: 10px;
}

.sec02 .wf_lic_ブログ .wf_blog_li_date:before {
  content: "ブログ";
  color: #fff;
  background: #a8ce71;
  padding: 0.1em 0.5em;
  margin-right: 10px;
}

.sec02.wf_info_wrap3 .wf_blog_ul {
  max-height: 180px;
  overflow-y: scroll;
}

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

.sec02 .wf_blog_ul .wf_blog_li_date {
  position: relative;
  padding-right: 9em;
}

.sec02 .wf_lic .wf_blog_li_date:before {
  display: block;
  padding: 0px 3px 0px 5px;
  margin-left: 10px;
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 2px;
  width: 9em;
  text-align: center;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: auto;
  border-radius: 25px;
}

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

.sec03 {
  background: url(/images/bg002.jpg) no-repeat center/cover;
  margin: 80px 0;
}

.sec03 .inner {
  width: 96% !important;
}

.sec03 .inner .column:nth-child(2) {
  margin-left: 0 !important;
  margin-top: 5%;
}

.sec04 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .sec04 {
    margin-bottom: 50px;
  }
}

.sec05 {
  padding: 100px 0;
  background: url(/images/bg003.jpg) no-repeat center/cover;
}

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

.sec05 h3 {
  padding-bottom: 15px;
}

.sec05 h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 89px;
  height: 11px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/images/sec05_h2.png) no-repeat center;
}

.sec05 table {
  margin-top: 1.5em;
  text-align: left;
}

.sec05 table th {
  font-weight: bold;
  width: 120px;
}

.sec05 table th,
.sec05 table td {
  padding: 0.2em;
}

.sec05 .btn_wrap {
  margin-top: 1.5em;
}

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

.sec05 .googlemap iframe {
  max-width: 100%;
}

.sec06 {
  padding: 100px 0;
  background: url(/images/bg004.jpg) no-repeat center/cover;
}

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

.sec06 h3 {
  padding-bottom: 15px;
}

.sec06 h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 89px;
  height: 11px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/images/sec05_h2.png) no-repeat center;
}

.sec06 .info_text {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}

.sec06 .tel_text {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

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

.sec06 .btn_wrap {
  margin-top: 35px !important;
}

.sec06 .btn_wrap .wf_btn_part a {
  width: 400px;
  max-width: 100%;
  font-size: 22px;
  padding: 0.5em 1em;
}

.sec06 .btn_wrap .wf_btn_part a span {
  padding-left: 30px;
  position: relative;
}

.sec06 .btn_wrap .wf_btn_part a:after {
  height: 6px;
  width: 6px;
  right: 30px;
}

.sec06 .btn_wrap .wf_btn_part.contact_btn a {
  background: #8ac2e6;
  border-color: #8ac2e6;
}

.sec06 .btn_wrap .wf_btn_part.contact_btn a span:before {
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
 /* background: url(/images/mail.png) no-repeat center;*/
}

.sec06 .btn_wrap .wf_btn_part.company_btn a span:before {
  border-radius: 0;
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/company.png) no-repeat center;
}

/*下層追記*/
.h2_title_wrap {
  background: #f7f7f7;
  padding: 2em 0 !important;
  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;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.t01_wrap tbody th {
  background: #e9f8f5;
}

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

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

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;
  float: left;
  margin: 0 2% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 48%;
}

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

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

ul.ul_check li {
  position: relative;
  padding-left: 1.8em;
}

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

ul.ul_check li:after {
  position: absolute;
  top: 6px;
  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;
}

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

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

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

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

form .wf_form_wrap > .inner {
  border-bottom: 1px dotted #ccc;
}

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

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #8ac2e6 !important;
  border-color: #8ac2e6 !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 #8ac2e6 #8ac2e6;
}

/*共通テーブル*/
.t01_wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 15px;
  word-break: break-all;
  word-wrap: break-all;
  border: 1px solid #ccc;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .t01_wrap {
    font-size: 85%;
  }
  .t01_wrap th,
  .t01_wrap td {
    padding: 0.2em;
  }
}

@media (max-width: 480px) {
  .t01_wrap table {
    font-size: 70%;
  }
}

@media screen and (max-width: 768px) {
  .t01_wrap table {
    font-size: 85%;
  }
  .t01_wrap th,
  .t01_wrap td {
    padding: 0.2em;
  }
}

@media (max-width: 480px) {
  .t01_wrap table {
    font-size: 70%;
  }
}

.t01_wrap table {
  font-weight: bold;
}

.t01_wrap thead th {
  color: #1b1b1b;
  text-align: center;
  vertical-align: middle;
  background: #8ac2e6;
  color: #fff;
}

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

.t01_wrap .table_schedule tbody th {
  background-color: #faec7f;
  color: #4d4b4a;
}

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

.totop {
  text-align: right;
  line-height: 1;
}

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

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

.borderbox {
  padding: 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #effedf;
}

.borderbox > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.flow-block {
  position: relative;
  padding-bottom: 30px;
}

.flow-block:after {
  border-top: 25px solid #8ac2e6;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
}
.insta {
    max-width: 32px;
    display: block;
    margin: 20px auto 0;
}

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