@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');

.borderwhite {
  border-color: #fff !important;
}

.minimum * {
  font-size: 1px;
  line-height: 0.2em;
  opacity: 0.1;
}

.part-padding {
  padding: 0 8px;
}

.wf_tab_field .inner {
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wf_tab_btn {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

.tab_btn_wrap .wf_btn_part.active {
  background: #ef7492;
  color: #fff;
}

.content-area .content {
  display: none;
}

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

body:not(.page_edit) .carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

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

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

@media only screen and (max-width: 768px) {
  .top h2 {
    margin-bottom: 15px;
  }
  .top h2 img {
    max-width: 80%;
  }
}

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

.carousel {
  position: relative;
}

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

.copy {
  position: absolute;
  right: auto;
  left: 22%;
  bottom: 8%;
  top: auto;
  max-width: 27vw;
  max-height: 21vw;
  width: 515px !important;
  height: 397px !important;
  z-index: 0;
  margin: auto !important;
}

@media only screen and (max-width: 768px) {
  .carousel {
    position: relative;
  }
  .copy {
    max-height: 42% !important;
    max-width: 85% !important;
    margin: auto !important;
    left: 0;
    right: 0;
  }
}

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

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

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

body {
  background: #fff;
  color: #272727;
  overflow-x: hidden;
}

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

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

/**/
/*#header .inner,*/
.top #header {
  position: absolute;
}

#header {
  position: relative;
  z-index: 2;
}

#header .inner {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}

#footer .inner,
#nav .inner,
.copy_inner,
#content .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

#header .hdr_info img {
  max-height: 50px;
}

/* nav */
#nav #menu {
  display: none;
}

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

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

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

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

@media (min-width: 1000px) and (max-width: 1200px) {
  #nav li a {
    padding: 0px 20px;
  }
}

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

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

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

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

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

.submenu_ul > li a:hover {
  background: #6dcaf2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
  padding: 115px 0;
  margin-bottom: 0;
  background: url(/images/bg10.jpg) no-repeat center top/cover;
}

#footer .dw_btn a {
  background: #ffbd6d;
}

#footer .ft_list_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;
}

@media (min-width: 769px) {
  #footer .ft_list {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media (max-width: 768px) {
  #footer {
    padding: 40px 0;
    background: url(/images/bg10.jpg) no-repeat center top;
  }
  #footer .ft_list {
    width: 100%;
  }
}

#footer .ft_list li {
  position: relative;
  line-height: 2.2;
  padding-left: 15px;
}

#footer .ft_list li ul li {
  padding: 0;
}

#footer .ft_list li ul li:before {
  content: none;
}

#footer .ft_list li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: auto;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #fb4f6c;
}

#footer .ft_list_tit {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px #fb4f6c;
  margin-bottom: 0.5em;
  padding-left: 0;
}

#footer .ft_list_tit:before {
  content: none;
}

#footer table th,
#footer table td {
  border-bottom: solid #a5cd94 1px;
  text-align: left;
  padding: 0.5em;
}

#footer table th {
  font-weight: bold;
  width: 70px;
}

#footer table th:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  background: #5dc0ea;
}

@media (min-width: 769px) {
  #footer .btn_wrap a {
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    max-width: 420px;
    font-size: clamp(13px, 1.5vw, 16px);
  }
}

#footer .qa_btn a span {
  position: relative;
  padding-left: 35px;
}

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

.copyright {
  background: #ffeaee;
  padding: 1em 0;
}

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

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

.menu_table th {
  text-align: left;
}

.menu_table td {
  text-align: right;
}

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

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

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

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

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

table.info th {
  width: 27%;
}

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

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Zen Maru Gothic", sans-serif;
}

h3 {
  text-align: center;
  letter-spacing: 0.1em;
}

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

.top h3 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .top h3 {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

.under h4.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 50px;
  top: auto;
  bottom: 2px;
  right: auto;
  left: 6px;
  margin: auto;
  background: url(/images/h4.png) no-repeat center bottom/contain;
}

.under h5 {
  font-size: 20px;
  padding: 0 0 7px 0;
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
  position: relative;
}

.under h5:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #fb4f6c;
}

/* item */
.item-list li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}

.item-list li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.item-list li span.item-price {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

/* under */
.under .wf_bread_ul {
  max-width: 100%;
  background-size: 100% 80px;
  padding: 2px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

h2.title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 40px;
  /*font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
}

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

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

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

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

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

@media (max-width: 769px) {
  .wrap img {
    margin: 0 auto;
  }
}

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

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

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

@media only screen and (min-width: 1000px) {
  #header {
    position: relative;
  }
  .sp02 {
    display: none !important;
  }
  .hdr_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
  }
  #toggle {
    display: none;
  }
  #nav .nav_contact {
    margin-left: 30px;
  }
  #nav #menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nav #menu > li {
    position: relative;
  }
  #nav #menu > li:last-child .submenu_ul {
    left: auto;
    right: 0;
  }
  #nav ul .has_children > a:after {
    display: block;
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 8px solid #fb4f6c;
  }
  #nav #menu > li > a {
    position: relative;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    line-height: 1.1;
  }
  #nav #menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    border-left: solid 1px #94ddec;
  }
  #nav #menu > li:last-child > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    border-left: solid 1px #94ddec;
  }
  #header .sp_hdr_info {
    display: none;
  }
}

@media only screen and (max-width: 1600px) {
  .copy_inner,
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  #header .inner,
  #nav .inner {
    width: 98%;
    margin: 0 auto;
    text-align: center;
  }
  .map {
    padding-bottom: 45%;
  }
  #header h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  #header .hdr_info > * {
    margin-left: 15px;
  }
}

@media (min-width: 769px) and (max-width: 999px) {
  #header .hdr_tel {
    padding-right: 15px;
  }
  #header .hdr_right_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 999px) {
  #content {
    margin-top: 80px;
  }
  #header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
  }
  #header h1 img {
    max-height: 60px;
  }
  .pc02 {
    display: none !important;
  }
  .sp02 {
    display: block !important;
  }
  #header .hdr_info li:nth-child(n + 2) {
    margin-left: 10px;
  }
  #header .hdr_info img {
    max-height: 45px;
  }
  #nav li a img {
    display: none;
  }
  #header .hdr_right {
    display: none;
  }
  #header {
    height: 80px;
  }
  #header .hdr_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-right: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding-left: 2%;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 18px;
    right: 13px;
    max-width: 40px;
  }
  #toggle img {
    max-width: 100%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: #fff;
    left: 0;
    margin: 0;
    top: 80px;
    width: 100%;
    position: absolute;
    z-index: 999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #nav ul li.nav01 {
    border-left: none;
  }
  #nav ul li a {
    display: block;
    padding: 10px 10px !important;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    color: #fff;
    background: #5dc0ea;
  }
  #nav .submenu_ul li a {
    color: #fff;
    background-color: #56b7e1;
  }
  #nav .submenu_ul li a:hover {
    background: #73d1fa;
  }
  #nav ul .has_children .submenu_ul {
    top: 100%;
    position: relative;
  }
  .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) {
  .hdr_top .hdr_info {
    top: 17px !important;
    right: 66px !important;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.wf_bread_ul li {
  display: inline;
}

.wf_blog_ul .wf_blog_li_title {
  font-weight: bold;
}

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

input,
button,
select,
textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li > p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info {
  /*font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
 "メイリオ", Meiryo, sans-serif;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

#header {
  width: 100%;
}

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

.borderbox {
  padding: 10px;
  background: #ffeaee;
  border-color: #fb4f6c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.borderbox > .ul02 {
  margin: 0;
}

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

.mt1 {
  margin-top: 1em !important;
}

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

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

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

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

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

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

ul.list_dot {
  list-style: none;
}

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

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

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

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

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

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

.ul_arrow {
  margin: 0 auto;
}

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

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

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

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

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

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 14px;
  position: relative;
  margin-bottom: 8px;
}

ul.ul02 li:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =====================================
 共通
===================================== */
.slick-dots {
  bottom: -35px !important;
}

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

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

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

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

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

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

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

.mainimage_wrap > .inner .img_span::before {
  background: url(/images/mainimage_bg.png);
  background-size: 100% 100%;
}

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

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

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

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

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

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

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

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

.wf_form_wrap_submit {
  text-align: center;
}

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

#sidecontact {
  display: block;
  position: fixed;
  bottom: 50%;
  z-index: 1;
}

#sidecontact.rightContent {
  right: 0;
}

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

.wf_form_parts_wrap.wf_radio_wrap {
  display: block;
}

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

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

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

#map {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

#map iframe {
  width: 100%;
  height: 700px;
  margin-top: -170px;
}

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

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

.btn_wrap .key_btn a {
  background-color: #5dc0ea;
  width: 500px;
  max-width: 100%;
}

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

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

.btn_wrap a {
  position: relative;
  width: 180px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 20px 12px 20px;
  margin: 10px auto;
  display: block;
  font-size: 15px;
  color: #fff;
  background: #fb4f6c;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
}

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

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

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

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

.under #content .btn_wrap a {
  width: 300px;
  max-width: 100%;
}

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

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mainimage_wrap > .inner img {
    top: 25%;
    left: 22%;
    margin: 0;
    width: 56%;
  }
}

@media screen and (max-width: 768px) {
  .mainimage_wrap > .inner {
    padding: 0 0 85% !important;
  }
  .mainimage_wrap > .inner img {
    position: absolute;
    z-index: 111;
    top: 30%;
    left: 17%;
    margin: 0;
    width: 66%;
  }
  #sidecontact {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .h3_title_wrap {
    padding: 40px 0 20px;
  }
  .wf_blog_ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .blog2 .btn_wrap {
    margin-top: 0;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    text-align: left;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .border_table table {
    border-top: 1px solid #ccc;
  }
  .border_table table td,
  .border_table table th {
    display: block;
  }
  .border_table table th {
    background: #f1f1f1;
    border-bottom: none;
  }
  .under h4.title {
    font-size: 20px;
  }
  .under h4.title:after {
    width: 17px;
  }
  .under h2 {
    font-size: 28px;
  }
  .imgtxt_wrap .img_span {
    margin-top: 1em;
  }
  .service_ttl01 {
    font-size: 22px;
  }
  p.service_ttl01 {
    margin-bottom: 0 !important;
  }
  .service_con01 img {
    max-width: 70%;
  }
}

@media screen and (max-width: 360px) {
  .h5_title_wrap {
    margin-bottom: 0;
  }
  .titleimg img {
    height: 70px;
  }
  .news_title .titleimg img {
    height: 32px;
  }
}

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

@media only screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .slick-slide img.sp {
    display: none !important;
  }
}

/*下層追記*/
.h2_title_wrap {
  background: url(/images/h1.jpg) no-repeat center/cover;
  padding: 3% 0;
  text-align: center;
  margin-bottom: 30px;
}

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

.t01_wrap td table th {
  background-color: #a7b0e9;
}

.t01_wrap tbody th {
  background: #fbc8d8;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

.t01_wrap table {
  font-weight: bold;
}

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

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

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

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

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

b {
  font-weight: bold;
}

i {
  padding-right: 0.5em;
}

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

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

.dib {
  display: inline-block;
}

.wsn {
  white-space: nowrap;
}

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

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

.center .img_span {
  display: block;
}

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

.fs12 {
  font-size: 12px;
}

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

.fs13 {
  font-size: 13px;
}

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

.fs14 {
  font-size: 14px;
}

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

.fs15 {
  font-size: 15px;
}

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

.fs16 {
  font-size: 16px;
}

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

.fs17 {
  font-size: 17px;
}

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

.fs18 {
  font-size: 18px;
}

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

.fs19 {
  font-size: 19px;
}

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

.fs20 {
  font-size: 20px;
}

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

.fs21 {
  font-size: 21px;
}

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

.fs22 {
  font-size: 22px;
}

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

.fs23 {
  font-size: 23px;
}

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

.fs24 {
  font-size: 24px;
}

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

.fs25 {
  font-size: 25px;
}

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

.fs26 {
  font-size: 26px;
}

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

.fs27 {
  font-size: 27px;
}

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

.fs28 {
  font-size: 28px;
}

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

.fs29 {
  font-size: 29px;
}

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

.fs30 {
  font-size: 30px;
}

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

.fs31 {
  font-size: 31px;
}

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

.fs32 {
  font-size: 32px;
}

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

.fs33 {
  font-size: 33px;
}

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

.fs34 {
  font-size: 34px;
}

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

.fs35 {
  font-size: 35px;
}

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

.fs36 {
  font-size: 36px;
}

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

.fs37 {
  font-size: 37px;
}

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

.fs38 {
  font-size: 38px;
}

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

.fs39 {
  font-size: 39px;
}

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

.fs40 {
  font-size: 40px;
}

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

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

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

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

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

.color_green {
  color: #5dc0ea;
}

.color_pink {
  color: #f1a3cf;
}

.color_yellow {
  color: #eeaf46;
}

.color_blue {
  color: #31ccff;
}

.sec01 {
  background: url(/images/bg01.png) no-repeat center top/cover;
  padding: 100px 0;
  position: relative;
  margin-top: -3.5%;
}

@media (max-width: 768px) {
  .sec01 {
    background: url(/images/sp_bg01.png) no-repeat center top/cover;
    padding: 50px 0;
    margin-top: -6%;
  }
}

.sec01 .youtube_btn .img_anchor::after {
  display: none;
}

.sec01 .inner {
  max-width: 94% !important;
  width: 1100px !important;
}

.sec01 .column {
  padding: 0;
}

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

@media (max-width: 768px) {
  .sec02 {
    background: url(/images/sp_bg02.jpg) no-repeat center top/cover;
    padding: 50px 0;
  }
}

.sec02 .inner {
  max-width: 94% !important;
  width: 1650px !important;
}

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

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

body:not(.page_edit) .sec05 .slider_wrap {
  -webkit-animation: loopslider 40s linear infinite;
  animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(423px * 10);
  height: 100%;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec05 .slider_wrap {
    width: calc(170px * 10);
    -webkit-animation: sp_loopslider 35s linear infinite;
    animation: sp_loopslider 35s linear infinite;
  }
}

body:not(.page_edit) .sec05 .slider_wrap > .cont {
  padding: 10px;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec05 .slider_wrap > .cont {
    padding: 10px;
    margin: 0;
  }
}

body:not(.page_edit) .sec05 .slider_wrap > .cont img {
  display: block;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec05 .slider_wrap > .cont img {
    width: 150px;
  }
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-423px * 5));
    transform: translateX(calc(-423px * 5));
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-423px * 5));
    transform: translateX(calc(-423px * 5));
  }
}

@-webkit-keyframes sp_loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-170px * 5));
    transform: translateX(calc(-170px * 5));
  }
}

@keyframes sp_loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-170px * 5));
    transform: translateX(calc(-170px * 5));
  }
}

.sec03 {
  padding: 80px 0 calc(80px + 8%);
  background: url(/images/bg03.jpg) no-repeat center/cover;
}

@media (min-width: 769px) {
  .sec03 .columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

.sec03 .wf_blog_ul li {
  border-bottom: dashed 2px #eaeaea;
}

/* NEWSタブ切り替え */
.flex_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec03 .news_content {
  padding: 5%;
  background: #fff;
  border-radius: 20px;
}

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

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

.sec03.wf_info_wrap3 .wf_info_cat_selector {
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 10px !important;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 0.5em;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec03.wf_info_wrap3 .wf_info_cat_selector .small {
  font-size: 0.8em;
}

.sec03.wf_info_wrap3 .cat_ブログ {
  background: #75cc6e;
}

.sec03.wf_info_wrap3 .cat_未就園児の方へ {
  background: #ffbd6d;
}

@media (max-width: 768px) {
  .sec03.wf_info_wrap3 .wf_info_cat_selector {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .sec03.wf_info_wrap3 .wf_info_cat_selector {
    width: 23%;
  }
}

.wf_blog_ul {
  margin-bottom: 0;
}

.sec03.wf_info_wrap3 .wf_blog_ul {
  max-height: 215px;
  overflow-y: scroll;
}

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

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

.sec03 .is-3 .btn_wrap a {
  max-width: 100%;
  width: 200px;
  font-size: 14px;
  padding: 15px 20px 15px 15px;
}

.sec03 .btn_bg {
  border-radius: 30px;
  padding: 3%;
  margin-top: 3%;
  border: 7px solid #eeaf46;
}

.sec03 .btn_bg h3 {
  padding-top: 0;
}

.sec03 .btn_bg h3 .sub {
  color: #eeaf46;
}

.sec03 .btn_bg h3:before {
  content: none;
}

.sec03 a {
  width: 370px;
  max-width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  border-radius: 35px;
}

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

@media (min-width: 769px) {
  .sec03 .btn_bg .column:nth-child(1) .key_btn a {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .sec03 .btn_bg .column:nth-child(2) .key_btn a {
    margin-left: 0;
    margin-right: auto;
  }
}

.sec04 {
  padding: 100px 0 100px;
  background: url(/images/bg04.png) no-repeat center/cover;
  margin-top: -8%;
}

@media (max-width: 768px) {
  .sec04 {
    background: url(/images/sp_bg04.png) no-repeat center/cover;
    margin: 0;
    padding: 50px 0;
  }
}

.sec06 {
  padding: 100px 0 calc(100px + 6%);
  background: url(/images/bg06.jpg) no-repeat center top/cover;
}

@media (max-width: 768px) {
  .sec06 {
    background: url(/images/sp_bg06.jpg) no-repeat center top/cover;
    margin: 0;
    padding: 50px 0;
  }
}

.sec06 .inner {
  max-width: 94% !important;
  width: 1300px !important;
}

.sec07 {
  padding: 100px 0;
  background: url(/images/bg07.png) no-repeat center/cover;
  margin-top: -6%;
}

@media (max-width: 768px) {
  .sec07 {
    background: url(/images/sp_bg07.png) no-repeat center/cover;
    margin: 0;
    padding: 50px 0;
  }
}

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

@media (max-width: 768px) {
  .sec08 {
    padding: 50px 0;
    background: url(/images/sp_bg08.jpg) no-repeat center/cover;
  }
}

.sec08 .company_txt {
  color: #fb4f6c;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
}

.sec08 table {
  width: 100%;
}

.sec08 table th,
.sec08 table td {
  text-align: left;
}

.sec08 table th {
  font-weight: bold;
  width: 80px;
}

.sec08 table th :before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.5em;
  vertical-align: middle;
  background: #ffbd6d;
}

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

.sec09 iframe {
  display: block;
}

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

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

@media (min-width: 769px) {
  .sec10 .column:nth-child(1) a {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .sec10 .column:nth-child(2) a {
    margin-left: 0;
    margin-right: auto;
  }
}

.sec10 .btn_wrap a {
  max-width: 385px;
  width: 100%;
  font-size: 20px;
  border-radius: 40px;
}

.sec10 .tel_btn a {
  background: #fff;
  color: #252525;
  font-size: 34px;
  padding: 0;
}

.sec10 .tel_btn a span {
  padding-left: 35px;
  position: relative;
}

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

.sec10 .mail_btn a span {
  padding-left: 35px;
  position: relative;
}

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

@media (min-width: 769px) and (max-width: 1000px){
  .sec10 .mail_btn a span {
    font-size:14px;
    letter-spacing: 1px;
  }
  .sec10 .tel_btn a span {
    font-size:26px;
    letter-spacing: 1;
  }
}

/* ======== Q��A */
.qa_block h4.question {
  position: relative;
  cursor: pointer;
  background: #fbecf1;
  padding: 10px 30px 10px 10px;
}

.qa_block h4.question:before {
  content: none;
}

.qa_block h4.question.open:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.qa_block h4.question:hover {
  opacity: 0.7;
}

.qa_block h4.question:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fb4f6c;
  border-right: 2px solid #fb4f6c;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa_block .answer {
  display: none;
  padding: 2%;
}

.page_edit .qa_block .answer {
  display: block;
}

.mx img {
  max-width: 313px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

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

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

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

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #5dc0ea;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: auto;
  right: auto;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  img.img_center {
    display: block;
    text-align: center;
  }
}

@media (max-width: 999px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19 {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.t01_wrap.uke tbody th {
  width: 35%;
}

@media only screen and (max-width: 768px){
.under #header{
  position:fixed;
  top:0;
  background:rgba(256, 256, 256, .8);
}

.top #header{
  background:rgba(256, 256, 256, .8);
}
}


.hikoukai{
  display: none;
}

.under #content .t01_style.btn_wrap a {
    margin: 10px 0;
}

.slidei img {
    max-width: 640px;
    margin: 0 auto;
}

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