@charset "UTF-8";

/*
Theme Name:Original Style - 1column Customize 04
Version:1.1
2016.11.05
*全ページ共通の指定
*投稿、画像
*見出し、リスト、
*横並びボックス
*googlemap、youtube
*
*/


/* ======== カラーメモ ========

メインカラー: #86b9d3;
メインハイライト: #d4e6ff;
サブカラー: #86b9d3;
テーブルカラー:
thead: #86b9d3;
tbody: #d4e6ff;
Q&Aカラー:
Q: #86b9d3;
A: #86b9d3;
border-block: #86b9d3;
bg-block: #d4e6ff;

*/


/*==========================
投稿（ブログ、新着情報）
==========================*/

.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.entry-block .dateBlock {
  /* 日時 */
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* ブログページのカテゴリーリスト --------------------*/

#aside .menu-blog {
  padding: 10px 10px 20px;
  box-sizing: border-box;
  margin-top: 1em;
  background: #f7f7f7;
}
#aside .menu-blog h3 {
  border-bottom: 1px dotted #ccc;
  color: #86b9d3;
  font-size: 18px;
  padding: 0.6em 0 0.7em;
  text-align: center;
  margin-bottom: 0.8em;
  letter-spacing: 0.12em;
}
#aside .menu-blog li {
  font-size: 11px;
}
#aside .menu-blog li a {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  color: #121212;
  text-decoration: none;
}
#aside .menu-blog li a:hover {
  color: #86b9d3;
  text-decoration: none;
}
#aside .menu-blog li a::after {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.3em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #86b9d3;
}

/*-- ページネーション ------------*/

.pager {
  font-size: 88%;
  /*14px*/
  margin-bottom: 3em;
}
.pager span.current, .pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #51504e;
  text-align: center;
}
.pager a:hover {}
.pager span.current {
  /* 今のページ */
  color: #fff;
}

/*==========================
画像
==========================*/

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}
.mainblock img {
  max-width: 100%;
}

/* 真ん中寄せ */

.aligncenter {
  display: block;
  margin: 0 auto;
}

/* 小さい画像に対応 */

.img_size img, img.img_size {
  width: auto !important;
}

/*==========================
見出し
==========================*/

.post-type-page h3, .under h3, .entry-block h3, .mce-content-body h4, .under h4, .entry-block h4, .mce-content-body h5, .under h5, .entry-block h5, .post-type-page h6, .under h6 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/*-- H3 ------------*/

.post-type-page h3, .under h3 {
  font-size: 30px;
  letter-spacing: 0.075em;
  margin: 1.5em 0 1em;
  padding-top: 60px;
  line-height: 1.2;
  color: #495a63;
  text-align: center;
  display: block;
  font-weight: bold;
  position: relative;
}

/* .post-type-page h3 span.sub, .under h3 span.sub{
  font-size: 60%;
  color: #86b9d3;
  display: inline-block;
  margin-left: 1em;
} */

.post-type-page h3::before, .under h3::before {
  position: absolute;
  content: "";
  background: url("img/h3.png") no-repeat center / cover;
  width: 52px;
  height: 47px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}

/* .post-type-page h3::after, .under h3::after {
  position: absolute;
  content: "";
  background: url("img/h3_2.png") no-repeat center / cover;
  width: 40px;
  height: 3px;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
} */

.post-type-page h3::before, .under h3::before {}
.post-type-page h3::after, .under h3::after {}
.mainblock > h3:first-child, .mainblock > div:first-child h3, .mainblock > h3:first-of-type {
  margin-top: 0;
}
.post-type-page .h3_bg h3 {}

/*-- H4 投稿タイトル ------------*/

.entry-block h3, .mce-content-body h4, .under h4 {
  font-size: 24px;
  color: #212531;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: relative;
  font-weight: bold;
  padding: 13px 0;
  padding-left: 50px;
  margin: 1.5em auto 1em;
  box-sizing: border-box;
  border-bottom: 2px solid #495a63;
}
.border-block h4, .bg-block h4 {
  color: #212531;
  margin-left: 0;
}
.entry-block h3:before, .mce-content-body .h4 h4::before, .under .h4 h4::before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  background: url("img/h4.png") no-repeat center / cover;
  width: 36px;
  height: 21px;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}

/* .entry-block h3:after, .mce-content-body .h4 h4::after, .under .h4 h4::after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  background: url("img/h4_line.png") no-repeat left / cover;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
} */

.mce-con .mce-content-body div.h3 + h4, div.h3 + h4 {
  margin-top: 0;
}

/* 投稿タイトルのみ */

.entry-block h3 {
  font-size: 24px;
  margin-top: 0;
}
.entry-block h3 a {
  color: #212531;
  text-decoration: none;
}
.entry-block h3 a:hover {
  color: #86b9d3;
}
.under h3 + h4, .under div.h3 + h4, .under div.h3 + div.h4 h4 {
  margin-top: 0 !important;
}

/*-- H5 ------------*/

.entry-block h4, .mce-content-body h5, .under h5 {
  font-size: 20px;
  font-weight: bold;
  color: #212531;
  display: table;
  position: relative;
  padding: 5px 0;
  padding-left: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 1.5em 0 1em;
}
.entry-block h4:before, .mce-content-body h5::before, .under h5::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #495a63;
}
.under h4 + h5, .under div.h4 + h5 {
  margin-top: 0 !important;
}

/*-- H6 ------------*/

.entry-block h5, .post-type-page h6, .under h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 1.5em 0 1em;
  overflow: hidden;
  color: #495a63;
  position: relative;
  display: table;
  padding: 7.5px 14px;
  background: #daeaf2;
  border-radius: 19px;
}

/* .post-type-page h6:after, .under h6:after {
  content: '';
  position: absolute;
  margin: auto;
  display: block;
  background: #6695d4;
  border-radius: 50%;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
} */


/*-- 数字付きの見出し ------------*/

.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.5em 0.1em;
  margin-right: 0.4em;
  background: #86b9d3;
  color: #fff;
  margin-bottom: 0.2em;
  line-height: 1.4;
  border-radius: 2px;
}
.number_title .number {}
h3.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #8e2738;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}
h3.number_title .number::after {
  content: "."
}
h4.h4_num, h4.number_title {
  background: none!important;
  padding-left: 0!important;
}
h4.h4_num:before {
  display: none;
}
h4.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #8e2738;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}
h4.number_title .number::after {
  content: "."
}
.mce-content-body h5.number_title, .under h5.number_title {
  border: none;
  margin-bottom: 0.5em;
}

/*-- title ------------*/

.title p {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin: 0 0 10px;
  color: #86b9d3;
}

/*==========================
リスト
==========================*/


/*-- UL ------------*/


/* ul01 */

.ul01 {
  margin-bottom: 1em;
}
.ul01 li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
  box-sizing: border-box;
  line-height: 1.4;
}
.ul01 li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #565f61;
  top: 6px;
  left: 0;
}

/* ul02 */

.ul02 {
  margin-bottom: 1em;
}
.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  box-sizing: border-box;
}
.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #6695d4;
  border-radius: 50%;
  top: 0.38em;
  left: 0.38em;
}

/* ul_check チェックのリスト */

.ul_check, .ul_arrow {
  margin-bottom: 1em;
}
.ul_check {
  box-sizing: border-box;
  margin-bottom: 1.2em;
  overflow: hidden;
}
.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}
.ul_check li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #86b9d3;
  top: 4px;
  left: 5px;
  border-radius: 2px;
}
.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 9px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

/* ul_arrow 右向き三角のリスト */

.ul_arrow {
  box-sizing: border-box;
  margin: 0 auto 1em;
}
.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
.ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.35em;
  left: 7px;
  margin: 0 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #565f61;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ul_arrow li a {
  text-decoration: none;
  color: #282828;
}
.ul_arrow li a:hover {
  text-decoration: underline;
}
.page-list {
  border: 2px solid #f4f9fa;
  border-radius: 5px;
  padding: 3% 5%;
}
.page-list li {
  position: relative;
  margin: 0.5em 0;
  padding-left: 36px;
}
.page-list li:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  border: 0;
  background: #86b9d3;
  border-radius: 50%;
  transition: .2s;
}
.page-list li:hover:before {
  left: 1%;
  transition: .2s;
}
.page-list li:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 7px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: .2s;
}
.page-list li:hover:after {
  left: 2.5%;
  transition: .2s;
}
.page-list li a {
  text-decoration: none;
  color: #495a63;
  transition: .2s;
}
.page-list li a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .2s;
}
.page-list2 li {
  position: relative;
  margin: 0.5em 0;
}
.page-list2 li a {
  font-size: 17px;
  display: block;
  text-decoration: none;
  color: #495a63;
  border: 2px solid #f4f9fa;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 0.5em 5%;
  box-sizing: border-box;
  position: relative;
  transition: 200ms;
}
.page-list2 li a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #495a63;
  transition: 200ms;
}
.page-list2 li a:hover {
  background: #495a63;
  color: #fff;
}
.page-list2 li a:hover:after {
  border-left-color: #fff;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-list li {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {}

/*-- OL ------------*/

.ol01 {
  margin-bottom: 1.2em;
}
.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}
.ollist {
  margin-bottom: 1.2em;
}
.ollist li {
  margin-bottom: 0.5em;
  list-style: none inside;
  counter-increment: ollist;
}
.ollist li:before {
  content: "(" counter(ollist) ") ";
}

/* 数字のOLリスト */

.ol_decimal {
  margin-bottom: 1.2em;
}
.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  background: #86b9d3;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
}

/*-- 横並びリスト ------------*/

.float-list {
  overflow: hidden;
}
.float-list li {
  margin-bottom: 0.5em;
}

/*==========================
テーブル
==========================*/


/*-- 診療時間表 ------------*/

.time-table {
  width: 100%;
  margin-bottom: .5em;
  line-height: 1.5;
  background: none;
}
.time-table th, .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 0.8em 2% 0.8em;
  vertical-align: middle;
  text-align: center;
}
.time-table th:first-child {
  text-align: center;
}
.time-table tbody .table_list {
  padding: 0.3em 0% 0.3em!important;
  line-height: 15px;
}
.text-s {
  font-size: 12px!important;
}
.time-table tbody th, .time-table tbody td {
  padding: 0.6em 2% 0.6em;
  color: #495a63;
  border-left: 1px solid #495a63;
  border-bottom: 1px solid #495a63;
}
.time-table tbody td:last-child {
  border-right: 1px solid #495a63;
}
.time-table thead th {
  font-weight: 300;
  color: #495a63;
  background: #f4f9fa;
  border-bottom: none;
  width: calc(70% / 7);
  border-left: 1px solid #495a63;
  border-bottom: 1px solid #495a63;
  border-top: 1px solid #495a63;
}
.time-table thead th:last-child {
  border-right: 1px solid #495a63;
}

/* .time-table tbody th, .time-table tbody td {
  border-bottom: 1px solid #dddddd;
} */

.time-table tbody th {
  width: 30%;
}
.time-table tbody td {
  font-size: 120%;
}
.time-table .color01, .time-table + p .color01 {
  color: #86b9d3;
}
.color01 {
  color: #86b9d3;
}

/*-- 基本のテーブル ------------*/

.table01 {
  width: 100%;
  margin-bottom: 1.5em;
}
.table01 th, .table01 td {
  padding: 1em 3%;
  text-align: left;
  vertical-align: top;
}
.table01 tr:first-child th {
  border-top: 1px solid #86b9d3;
}
.table01 tr:first-child td {
  border-top: 1px solid #ddd;
}
.table01 th {
  width: 35%;
  color: #212531;
  border-bottom: 1px solid #86b9d3;
}
.table01 td {
  border-bottom: 1px solid #ddd;
}
.table01.price th {
  width: 60%;
}
.table01.price td {
  text-align: right;
}

/*-- ボーダーのついたテーブル ------------*/

.border-table {
  width: 100%;
  font-size: 95%;
  margin-bottom: 1.5em;
  background: #fff;
  color: #212531;
}
.border-table thead th, .border-table thead td {
  background: #f4f9fa;
  color: #212531;
  text-align: center;
  font-weight: bold;

}
.border-table th, .border-table td {
  text-align: left;
  font-weight: normal;
  padding: 1em 3%;
  border: 1px solid #dddddd;
  line-height: 1.3;
  vertical-align: middle;
}
.border-table tbody th {
  vertical-align: middle;
}
.border-table tbody th:first-child {
  width: 35%;
}
/* .border-table td {
  text-align: right;
} */

/*-- 料金表のテーブル(TDが右寄せ) ------------*/

.fee-table {
  width: 100%;
  font-size: 95%;
  margin-bottom: 1.5em;
  background: #fff;
  color: #212531;
}
.fee-table th, .fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 1em 3%;
  border: 1px solid #dddddd;
  vertical-align: middle;
}
.fee-table thead th, .fee-table thead td {
  background: #f4f9fa;
  color: #212531;
  text-align: center;
}
.fee-table tbody th {
  background: #f4f9fa;
}
.fee-table tbody th:first-child {
  width: 35%;
}
.fee-table tbody td {
  text-align: right;
}

/*-- インフォメーションテーブル（下線のみテーブル） ------------*/

.info-table {
  width: 100%;
  border-top: 1px solid #c3c3c3;
}
.info-table tr {
  border-bottom: 1px solid #c3c3c3;
}
.info-table th {
  width: 100px;
  text-align: left;
  font-weight: bold;
  padding: 0.7em 0;
}
.info-table td {
  padding: 0.7em 0;
}

/*==========================
DL
==========================*/


/*--  ------------*/

dl.dl01 {
  margin-bottom: 0.5em;
}
dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #352e24;
}
dl.dl01 dd {
  margin-bottom: 1.2em;
}
dl.dl02 dt {
  padding: 0.5em 0 0;
  font-weight: bold;
}
dl.dl02 dd {
  padding: 0 0 0.5em;
  border-bottom: 1px dotted #999;
}
dl.dl03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.dl03 dt, dl.dl03 dd {
  margin-bottom: 0.5em;
}
dl.dl03 dt {
  width: 8em;
}
dl.dl03 dd {
  width: calc(100% - 8em);
}

/*-- 数字つきdl ------------*/

dl.dl_number dt {
  font-size: 117%;
  font-weight: normal;
  position: relative;
}
dl.dl_number dd {
  padding-left: 2em;
  margin-bottom: 1.2em;
}
.dl_number .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.5em;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
ボックス
==========================*/


/*-- 基本のブロック ------------*/

.block {
  margin-bottom: 2em;
}

/*-- クリアフィックスブロック ------------*/

.block-inner {
  margin-bottom: 2em;
  /*padding:0 10px;*/
}
.block > .block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/

.border-block {
  box-sizing: border-box;
  padding: 5%;
  border: 5px solid #f4f9fa;
  background: #fff;
  color: #212531;
  margin-bottom: 1.2em;
  border-radius: 30px;
}

/*-- 背景色付き ------------*/

.bg-block {
  box-sizing: border-box;
  padding: 5%;
  background: #f4f9fa;
  color: #212531;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 30px;
}
.border-block h3:first-child, .bg-block h3:first-child, .border-block h4:first-child, .bg-block h4:first-child, .border-block h5:first-child, .bg-block h5:first-child {
  margin-top: 0 !important;
}
.border-block ul:last-child {
  margin-bottom: 0 !important;
}

/*-- before after ------------*/

.ba-block {
  background: url(img/arrow_r.svg) no-repeat center 50%;
  background-size: 3%;
  margin-bottom: 10px;
  font-size: 92%;
}
.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}
.ba-block .after {
  float: right;
  width: 47%;
}
.ba-block img {
  display: block;
  margin: 0 auto 10px;
}
.batitle {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 767px) {
  .ba-block:not(.no_stack) {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }
  .ba-block:not(.no_stack) .before, .ba-block:not(.no_stack) .after {
    float: none;
    width: 100%;
  }
  .ba-block:not(.no_stack) .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }
}

/*-- 流れ ------------*/

.flow-block {
  box-sizing: border-box;
  padding: 5% 6% 3%;
  border: 5px solid #f4f9fa;
  margin-bottom: 1.2em;
  position: relative;
  border-radius: 30px;
}
.block-inner .flow-block {
  padding: 0 0 1em;
}
.flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -40px -100px 0;
  border: 40px solid transparent;
  border-top: 35px solid #f4f9fa;
}
.flow-block:last-child:after {
  display: none;
}
.block > .flow-block.last::after, .block-inner > .flow-block:last-child::after {
  display: none;
}
.flow-block + .flow-block {
  margin-top: 70px;
}
.flow-block .title_number {
  margin-top: 0;
  border: none;
  padding-left: 0;
  padding: 0;
}
.flow-block .title_number:before, .flow-block .title_number:after {
  display: none;
}
.bg-block .flow-block {
  background: #fff;
}
.bg-block .flow-block::after {
  border-top: 35px solid #f4f9fa;
}

/*-- Q&A ------------*/

.qa-block {
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}

/* + */

.qa-block:before, .qa-block:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 15px;
  margin: auto;
  width: 3px;
  height: 15px;
  border-radius: 3px;
  background: #86b9d3;
  transition: 200ms;
}
.qa-block.open:before {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.qa-block:after {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* Q */

.mce-content-body .qa-block h4, .qa-block h4 {
  box-shadow: none;
  background: none;
  border: none;
  padding: 0 30px 0 50px!important;
  display: block;
  position: relative;
  cursor: pointer;
}
.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #e5ecf4;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: -0.15em;
}
.mce-content-body .qa-block h4::after, .qa-block h4::after {
  content: "Q";
  position: absolute;
  top: -1px;
  left: 9px;
  font-size: 26px;
  font-weight: bold;
  color: #86b9d3;
  border: none;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* A */

.qa-block .answer {
  position: relative;
  padding: 2px 2px 2px 50px;
  margin-top: 20px;
  display: none;
}
.qa-block .answer p {
  padding: 0 0 12px 5px;
}
.qa-block .answer::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  background: #86b9d3;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}
.qa-block .answer::after {
  content: "A";
  position: absolute;
  top: 6px;
  left: 11px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border: none;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.qa-block .answer p {
  margin: 0;
}

/*-- プルダウン ------------*/

.drop-down {}
.drop-down .drop-ttl {
  padding-right: 25px;
  position: relative;
  transition: 200ms;
  cursor: pointer;
}
.drop-down .drop-ttl:hover {
  opacity: 0.7;
}
.drop-down .drop-ttl:after {
  content: '';
  position: absolute;
  top: 0.5em;
  right: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}
.drop-down .drop-ttl.open:after {
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.drop-down .drop-content {
  display: none;
}

/*-- タブメニュー ------------*/

.tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
.tab_btn {
  width: 80px;
  background: #ccc;
  text-align: center;
  cursor: pointer;
  padding: 0.2em 0.5em;
  margin: 1px;
}
.tab_btn:hover {
  opacity: 0.7;
}
.tab_btn.active {
  color: #fff;
  background: #86b9d3;
}
.tab_item {
  display: none;
}
.tab_item.active {
  display: block;
}

/*--  ------------*/


/*==========================
お問い合わせページ (Contact Form 7)
==========================*/

.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
.wpcf7 dl dt, .wpcf7 dl dd {
  padding: 10px 5px;
}
.wpcf7 dl dt {
  clear: both;
  float: left;
}
.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}
.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.wpcf7 .ex, .wpcf7 .subtxt {
  font-size: 75%;
  color: #86b9d3;
  line-height: 1.4em;
  display: inline-block;
}
.wpcf7 dl dt .requisite, .wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}
.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
}
.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}
.wpcf7 dl dd .radio input, .wpcf7 dl dd .heckbox input {
  width: auto;
}
.wpcf7 dl dd.radio01 span.wpcf7-list-item, .wpcf7 dl dd .sexes span.wpcf7-list-item, .wpcf7 dl dd .correspondence span.wpcf7-list-item, .wpcf7 dl dd .course span.wpcf7-list-item, .wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}
.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}
.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.wpcf7 dl dd.radio input, .wpcf7 dl dd.checkbox input {
  width: inherit;
  height: inherit;
  vertical-align: text-top;
  padding: 0.6em 0 0;
  line-height: 1.6em;
}
.wpcf7 dl dd.age input {
  width: 80px;
  margin-right: 5px;
}
.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}
.wpcf7 .btn-style {
  text-align: center!important;
}
.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}
.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
.wpcf7 dl dd.birthday input {
  width: 2em;
}
.wpcf7 dl dd.birthday .your-birthday-y input {
  width: 4em;
}
.wpcf7 dl dd.zip .your-zip-1 input {
  width: 3em;
}
.wpcf7 dl dd.zip .your-zip-2 input {
  width: 4em;
}
@media screen and (max-width: 767px) {
  /*
  /*==========================
  お問い合わせ
  ==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }
  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }
  .wpcf7 dl dd input, .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}

/*==========================
サイトマップ
==========================*/

#menu-sitemap {
  padding: 0;
}
#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}
#menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}
#menu-sitemap li a {
  text-decoration: none;
  color: #555;
}
#menu-sitemap li a:hover {
  color: #86b9d3;
}

/*==========================
画像のギャラリー
==========================*/

.gallery li {
  /*margin-bottom: 20px;*/
}
.gallery li img {
  margin-bottom: 5px;
}

/*==========================
googlemap,calendar
==========================*/

.calendar, .googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.calendar iframe, .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================
Youtube
==========================*/

.youtube-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.youtube {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
video
==========================*/

.movie {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 20px;
}
.movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
biz calendar
==========================*/

#biz_calendar {
  max-width: 100%;
  margin-bottom: 1em;
}
#biz_calendar table.bizcal .holiday, #biz_calendar p span.boxholiday {
  background: #ffffce;
  color: #121212;
}
#biz_calendar table.bizcal .eventday, #biz_calendar p span.boxeventday {
  background: #ffe0de;
  color: #121212;
}

/*==========================
汎用
==========================*/

.color01 {
  color: #86b9d3;
}
.color02 {
  color: #86b9d3;
}
.attention {
  color: #9c0601;
}
.t_red {
  color: #F00;
}
.t_blu {
  color: #00F;
}
.bgcolor01 {
  background: #d4e6ff;
  padding: 0.2em 0.5em 0.1em;
  font-weight: bold;
}
.font-big {
  font-size: 120%;
}
.font-small {
  font-size: 82%;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.bold {
  font-weight: bold;
}
p.name {
  font-weight: bold;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/********************************
Responsive
*********************************/

@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
  画像
  ==========================*/
  /* img float */
  #tinymce img.alignright, #tinymce img.alignleft, .mainblock img.alignright, .mainblock img.alignleft {
    max-width: 34%;
  }
  .mainblock .alignright {
    float: right;
    margin: 0 0 10px 2%;
  }
  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }
  /*==========================
  リスト
  ==========================*/
  .float-list {
    overflow: hidden;
  }
  .float-list li {
    float: left;
    box-sizing: border-box;
    margin: 0 1.2em 0.5em 0;
  }
  .float-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }
  .float-list2 li:nth-child(2n) {}
  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }
  .float-list3 li:nth-child(3n) {
    padding-right: 0;
  }
  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }
  /*==========================
  ブロック
  ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    float: left;
    margin: 0 1%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box3 {
    /* 横並び　X3 */
    float: left;
    margin: 0 1%;
    width: 31.33%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    box-sizing: border-box;
    vertical-align: top;
  }
  /*==========================
  汎用
  ==========================*/
  br.pc {
    display: inline;
  }
  br.sp2 {
    display: none;
  }
  .pc_tac {
    text-align: center;
  }
  .pc_tal {
    text-align: left
  }
  .pc_tar {
    text-align: right;
  }
  .con_l {
    float: left;
  }
  .con_c {
    float: left;
  }
  .con_r {
    float: right;
  }
}
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
  margin-top: -100px;
  padding-top: 100px;
}
#a01_1, #a01_2, #a01_3, #a01_4, #a01_5, #a01_6, #a02_1, #a02_2, #a02_3, #a02_4, #a02_5, #a02_6, #a03_1, #a03_2, #a03_3, #a03_4, #a03_5, #a03_6, #a04_1, #a04_2, #a04_3, #a04_4, #a04_5, #a04_6, #a05_1, #a05_2, #a05_3, #a05_4, #a05_5, #a05_6, #a06_1, #a06_2, #a06_3, #a06_4, #a06_5, #a06_6 {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 1041px) {
  /*コンテンツが横幅いっぱいになったら*/
  .time-table th, .time-table td {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  /*==========================
  投稿（ブログ、新着情報）
  ==========================*/
  #aside .menu-blog {
    margin-bottom: 2em;
  }
  /*==========================
  画像
  ==========================*/
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  /*==========================
  見出し
  ==========================*/
  .page-title h2 {
    font-size: 24px;
  }
  .post-type-page h3, .mainblock h3 {
    font-size: 22px;
  }
  .entry-block h3 {
    font-size: 20px;
  }
  .post-type-page h4, .mainblock h4 {
    font-size: 20px;
  }
  .post-type-page h5, .mainblock h5 {
    font-size: 19px;
  }
  .post-type-page h6, .mainblock h6 {
    font-size: 17px;
  }
  h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }
  .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  /*==========================
  ブロック
  ==========================*/
  /* 横ならびbox */
  .box2, .box3, .box4 {
    margin-bottom: 20px;
  }
  /*-- before after ------------*/
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }
  .ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
  }
  .ba-block .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }
  /*==========================
  お問い合わせ
  ==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0;
    padding-bottom: 2px;
  }
  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }
  .wpcf7 dl dd input, .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  /*==========================
  サイトマップ
  ==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }
  /*==========================
  googlemap,calendar
  ==========================*/
  .calendar, .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }
  /*==========================
  汎用
  ==========================*/
  .sp_tac {
    text-align: center;
  }
  .sp_tal {
    text-align: left
  }
  .sp_tar {
    text-align: right;
  }
  .con_l {
    margin-bottom: 1em;
  }
  .youtube {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th, .time-table td {
    font-size: 75%;
    padding: 5px 0;
  }
  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 767px) {
  .border-table th, .border-table td, .fee-table th, .fee-table td {
    font-size: 100%;
    padding: 15px 3px;
    line-height: 1.5;
  }
  .table01 th, .table01 td {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.mb0 {
  margin-bottom: 0!important;
}
.text-large {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and ( min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}
.text-center {
  text-align: center!important;
}
@media screen and ( min-width: 768px) {
  .pc-text-right {
    text-align: right!important;
  }
}
.loopslider_wrap {
  overflow: hidden;
}
.loopslider {
  animation: loopslider 40s linear infinite;
  display: flex;
  width: calc(260px * 16);
  height: 100%;
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-260px * 8));
  }
}
.text-line {
  border-bottom: 1px solid #212531;
  padding-bottom: 5px;
}
.ajax-loader {
  position: absolute!important;
}
.loopslider_wrap {
  overflow: hidden;
}
.loopslider {
  animation: loopslider 40s linear infinite;
  display: flex;
  width: calc(360px * 14);
  height: 100%;
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-360px * 7));
  }
}

/* //--------------// */

.sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec07 h2, .sec08 h2 {
  font-size: 24px;
  letter-spacing: 0.5em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  color: #495a63;
  line-height: 24px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.sec01 h2 span, .sec02 h2 span, .sec03 h2 span, .sec04 h2 span, .sec05 h2 span, .sec06 h2 span, .sec07 h2 span, .sec08 h2 span {
  font-size: 16px;
  color: #86b9d3;
  letter-spacing: 0.2em;
  display: block;
  padding-top: 14px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec07 h2, .sec08 h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
.sec01 {
  padding: 10% 0;
}
.sec01 h2 {
  text-align: left;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #495a63;
  padding: 0.3em 1em 0.7em;
  margin-bottom: .8em;
}
@media screen and (max-width: 767px) {
  .sec01 .column:nth-child(1){
    background: url(img/sec01_topics.png) no-repeat top left / 70%;
  }
  .sec01 .column:nth-child(2){
    background: url(img/sec01_blog.png) no-repeat top left / 50%;
  }
  .sec01 h2 {
    font-size: 20px;
    padding: 0.3em 0.5em 0.7em;
  }
  .sec01 .sec01_title p {
    text-align: center;
  }
  .sec01 dl dt {
    padding: .6em 0 .2em;
  }
  .sec01 dl dd {
    padding: .2em 0 .6em;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 6% 0 7%;
    background: url(img/sec01_topics.png) no-repeat top 20% left 5%,
    url(img/sec01_blog.png) no-repeat top 20% right 5%;
  }
  .sec01 h2 {
    padding-right: 250px;
  }
  .sec01 dl dt, .sec01 dl dd {
    padding: .7em 0;
  }
  .sec01 dl dt {
    float: left;
    padding-left: 20px;
  }
  .sec01 dl dd {
    padding-left: 140px;
  }
  .sec01 .sec01_title {
    position: relative;
  }
  .sec01 .sec01_title p {
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    width: 220px;
    height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .sec01{
    background-size: 46%,34.33%;
  }
  .sec01 h2{
    padding: 50px 1em 0.7em;
  }
}
.sec02 .time-table thead {
  border-bottom: 1px solid #495a63;
}
.sec02 .time-table thead th {
  background: #fff;
}

/* .sec02 .time-table tbody {
  border-bottom: 1px solid #495a63;
} */

.sec02 .time-table tbody th, .sec02 .time-table tbody td {
  /* border-bottom: none; */
  padding: 0.3em 2% 0.3em;
}
@media screen and (max-width: 767px) {
  .sec02 figure {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .sec02 .footer_col {
    padding-right: 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .footer_text01 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .sec02 .footer_text01 .col_2 {
    margin-bottom: 0 !important;
  }
  .sec02 .footer_text01 .col_2:first-child {
    max-width: 44%;
  }
}
.sec02 .footer_text01 p {
  display: table;
  margin: 0;
  text-align: right;
  margin-bottom: 0 !important;
}
.sec02 .footer_text01 span .span_text {
  color: #86b9d3;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .sec02 .footer_text01 span .span_text {
    display: block;
  }
}
.sec02 .text_box {
  border: 2px solid #c1dbe8;
  border-radius: 20px;
  text-align: center;
  padding: 5px;
  background: #fff;
  margin: 0 0 1em;
}
.sec02 {
  background: url("img/sec02_bg.jpg") no-repeat center top/cover;
  padding: 10% 0;
}
.sec02 h2 {
  margin-bottom: 3.5em;
}
.sec02 .sec_box {
  background: rgba(255, 255, 255, 0.9);
  padding: 5% 2%;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 7% 0;
  }
  .sec02 h2 {
    margin-bottom: 3em;
    line-height: 25px;
  }
  .sec02 .sec_box {
    padding: 5%;
  }
}
.sec03 {
  padding: 50px 0;
}
.sec03 .loopslider_item img {
  margin: 0 20px;
}
.home .sec04 .item_wrap .tab_item {
  background: #fff;
  border-radius: 20px;
  padding: 4% 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
.sec04 .btn_wrap {
  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;
  margin-top: 3rem;
}
.sec04 .btn_wrap .tab_btn {
  width: 21%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.sec04 .btn_wrap .tab_btn:hover {
  opacity: .7;
  cursor: pointer;
}
.sec04 .btn_wrap .tab_btn.active {
  opacity: .5;
}
.sec04 .btn_wrap .tab_btn:not(:first-child) {
  margin-left: 60px;
}
@media screen and ( max-width: 767px) {
  .sec04 .btn_wrap .tab_btn:not(:first-child) {
    margin-left: 10px;
  }
}
.sec04 .tab_item:not(.active) {
  display: none;
}
.sec04 .btn-style a {
  background: none !important;
}
.sec04 .btn-style a:after {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sec04 .tab_btn:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .btn_wrap .tab_btn {
    font-size: 18px;
    width: 80%;
    margin: 0;
    padding: 0 5px;
    border-bottom: none;
  }
  .sec04 .btn_wrap .tab_btn:nth-child(1), .sec04 .btn_wrap .tab_btn:nth-child(2) {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec04 .tab_btn {
    padding: 0;
  }
}
.sec04 {
  background: url("img/sec04_bg.jpg") no-repeat center top/cover;
  padding: 10% 0;
}
.sec04 h2 {
  color: #fff;
  margin-bottom: 1.2em;
}
.sec04 p {
  color: #fff;
}
.sec04 .columns .col_1 {
  font-size: 20px;
  padding-bottom: 14px;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 1px solid #86b9d3;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.sec04 .columns .col_1.bo2 {
  border-color: #c7bfa1;
}
.sec04 .columns .col_1.bo3 {
  border-color: #b0aea3;
}
@media screen and (max-width: 767px) {
  .sec04 .columns .column .columns .bo_text {
    font-size: 18px;
    display: table;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .sec04 .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec04 .columns .col_4 {
    width: 49%;
    margin-top: 5%;
    text-align: center;
  }
  .sec04 .columns .col_4:nth-child(2n) {
    margin-left: 2%;
  }
  .sec04 .columns .col_1 {
    margin-top: 1em;
  }
  .sec04 .columns .col_2 .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec04 .columns .col_2 .columns .col_1 {
    width: 100%;
  }
  .sec04 .columns .col_2 .columns .bo_text {
    width: 60%;
  }
  .sec04 .columns .col_2 .columns .col_2 {
    width: 49%;
    margin-top: 5%;
    text-align: center;
    margin-left: 2%;
  }
  .sec04 .columns .col_2 .columns .col_2:first-child {
    margin-left: 0;
  }
  .sec04 .columns .col_2 .columns .col_2:nth-child(2n) {
    margin-left: 0;
  }
  .sec04 .columns .sec_box2 .columns .col_2 {
    margin-left: 2% !important;
  }
  .sec04 .columns .sec_box2 .columns .col_2:nth-child(2n) {
    margin-left: 0 !important;
  }
  .sec04 .columns .sec_box2 .columns .col_1:last-child {
    width: 49%;
    margin: auto;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 7% 0;
  }
  .sec04 .columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sec04 .columns .col_4 {
    max-width: 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
  }
  .sec04 .columns .col_4:not(:first-child) {
    margin-left: 2%;
  }
  .sec04 .columns .col_4:nth-child(5n) {
    margin-left: 0;
  }
  .sec04 .columns .col_4:nth-child(n + 5) {
    margin-top: 3%;
  }
  .sec04 .columns .col_2 {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    text-align: center;
  }
  .sec04 .columns .col_2.sec_box2 {
    margin-left: 2%;
    position: relative;
  }
  .sec04 .columns .col_2.sec_box2:after, .sec04 .columns .col_2.sec_box2:before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    max-width: 96px;
    width: 100%;
    height: 60px;
  }
  .sec04 .columns .col_2.sec_box2:after {
    /* background: url("img/sec04_text001.png") no-repeat center/cover;
    top: -27%; */
    display: none;
  }
  .sec04 .columns .col_2:last-child .columns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sec04 .columns .col_2:last-child .columns .col_2 {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .sec04 .columns .col_2.sec_box2 .columns .col_2 {
    margin-left: 4% !important;
  }
  .sec04 .columns .col_2.sec_box2 .columns .col_2:nth-child(2n) {
    margin-left: 0 !important;
  }
  .sec04 .columns .col_2.sec_box2 .columns .col_2 {
    margin-bottom: 4% !important;
  }
/*   .sec04 .columns .col_2.sec_box2 .columns .col_2:last-child {
    text-align: left;
    max-width: 73.4%;
    -ms-flex-preferred-size: 73.4%;
    flex-basis: 73.4%;
  } */
  .sec04 .columns .col_2 .columns .col_2 {
    margin-left: 4%;
  }
  .sec04 .columns .col_2 .columns .col_2:nth-child(2n) {
    margin-left: 0;
  }
  .sec04 .columns .col_2 .columns .col_2 {
    margin-bottom: 4%;
  }
  .sec04 .columns .col_1 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sec04 .sec_text {
    max-width: 880px;
    margin: auto;
  }
  .sec04 .columns .col_2.sec_box2 .columns .col_1:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec04 .columns .col_2.sec_box2:after {
    top: -27%;
  }
  .sec04 .columns .col_2.sec_box2:before {
    bottom: -73%;
  }
  .sec04 .columns .col_2.sec_box2:after, .sec04 .columns .col_2.sec_box2:before {
    width: 22%;
    height: 40px;
  }
  .sec04 .columns .col_2:last-child .columns .col_2 {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .sec04 .columns .col_2.sec_box2 .columns .col_2:last-child {
    max-width: 73.4%;
    -ms-flex-preferred-size: 73.4%;
    flex-basis: 73.4%;
  }
  .sec04 .columns .col_2.sec_box2 .columns .col_2:last-child img {
    max-width: 47%;
  }
  .sec04 .columns .col_2.sec_box2 .columns .col_1:last-child {
    margin: auto;
    margin-top: 4%;
    max-width: 53%;
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%
  }
}
.sec05 {
  padding: 10% 0 5%;
  background: url("img/sec05_bg.jpg") no-repeat center top/cover;
}
.sec05 .sec05_title01, .sec05 .sec05_title02 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #495a63;
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
.sec05 .sec05_title01 {
  font-size: 20px;
  margin: 0 0 1em;
}
.sec05 .sec05_title02 {
  font-size: 24px;
  margin: 0;
}
.sec05 .sec05_title02 span {
  font-size: 40px;
  color: #389dd1;
}
.sec05 .sec05_title03 {
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #389dd1;
  font-size: 22px;
  margin: 0 0 0.7em;
}
.sec05 .sec05_title04 {
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #495a63;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .sec05 .sec02_text figure {
    text-align: center;
    margin: 1em;
    margin-right: 1em;
  }
  .sec05 .sec02_text figure img {
    max-width: 20%;
  }
  .sec05 .sec05_title03 {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 6% 0 3%;
  }
  .sec05 .sec05_bg01, .sec05 .sec05_bg02 {
    padding: 92px 0;
  }
  .sec05 .sec05_bg01 {
    background: url("img/sec05_bg001.jpg") no-repeat center/cover;
  }
  .sec05 .sec05_bg02 {
    margin-top: 70px;
    background: url("img/sec05_bg002.jpg") no-repeat center/cover;
  }
  .sec05 .sec05_title01 {
    font-size: 26px;
    margin: 0 0 2em;
  }
  .sec05 .sec05_title02 {
    font-size: 36px;
  }
  .sec05 .sec05_title02 span {
    font-size: 90px;
  }
  .sec05 .sec05_title03 {
    font-size: 30px;
    line-height: 30px;
  }
  .sec05 .sec02_text {
    position: relative;
  }
  .sec05 .sec02_text figure {
    position: absolute;
    margin: auto;
    top: -50%;
    bottom: auto;
    left: auto;
    right: -41%;
  }
  .sec05 .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec05 .sec_box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec05 .sec_box.reverse .box_col_2 {
    margin-left: 0;
    margin-right: 20%;
  }
  .sec05 .sec_box .box_col_2 {
    margin-left: 16%;
    margin-right: 0;
  }
  .sec05 .sec_box .box_col_2:last-child {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec05 .sec02_text {
    position: relative;
  }
  .sec05 .sec02_text figure {
    position: absolute;
    margin: auto;
    top: -50%;
    bottom: auto;
    left: auto;
    right: 0;
    width: 10%;
  }
  .sec05 .sec_box.reverse .box_col_2 {
    margin-left: 0;
    margin-right: 10%;
  }
  .sec05 .sec_box .box_col_2 {
    margin-left: 0;
    margin-right: 0;
  }
  .sec05 .sec_box .box_col_2:last-child {
    max-width: 470px;
  }
}
.sec06 {
  padding: 0 0 10%;
  background: #f5f3ec;
}
.sec06 .text_title01 {
  font-size: 20px;
  line-height: 20px;
  color: #389dd1;
  font-weight: bold;
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  margin: 0 0 .8em;
}
.sec06 .bold {
  color: #495a63;
  font-weight: bold;
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
.sec06 figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding: 0 0 6%;
  }
  .sec06 .text_box {
    padding: 0;
  }
  .sec06 .text_title01 {
    font-size: 20px;
    line-height: 20px;
  }
  .sec06 .columns .col_4 {
    max-width: 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
  }
  .sec06 .columns .col_4:not(:first-child) {
    margin-left: 2%;
  }
  .sec06 .topinner {
    width: 1920px;
  }
}
@media screen and (min-width: 1200px) {
  .sec06 figure {
    margin-bottom: 40px;
  }
  .sec06 .text_box {
    padding: 0 8%;
  }
  .sec06 .text_title01 {
    font-size: 24px;
    line-height: 24px;
  }
  .sec06 .columns .col_4 {
    max-width: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }
  .sec06 .columns .col_4:not(:first-child) {
    margin-left: 4%;
  }
}
.sec07 {
  padding: 10% 0 0;
}
.sec07 .columns {
  border-top: 1px solid #389dd1;
  padding-top: 30px;
}
.sec07 h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5em;
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: bold;
  color: #495a63;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 1.3em;
  text-align: center;
}
.sec07 h3:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  background: #86b9d3;
  height: 3px;
  width: 38px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
.sec07 .sec07_title {
  color: #389dd1;
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  letter-spacing: 0.14em;
  font-size: 22px;
  text-align: left;
  position: relative;
  z-index: 0;
  font-weight: bold;
  margin: 0 0 1em;
}
.sec07 .sec07_title span {
  background: #fff;
  padding: 0 5px;
}
.sec07 .sec07_title:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  background: #389dd1;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.sec07 .sec07_text {
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec07 figure {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .sec07 {
    padding: 130px 0 65px;
    background: url("img/sec07_bg.jpg") no-repeat center top;
  }
  .sec07 .columns {
    padding-top: 50px;
  }
  .sec07 h2 {
    margin-bottom: 10em;
  }
  .sec07 .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec07 .sec_box .col_2 {
    width: 50%;
  }
  .sec07 .sec_box .col_2:last-child {
    padding-left: 4%;
    width: 46%;
  }
  .sec07 .sec_box .sec07_title {
    font-size: 26px;
  }
  .sec07 .sec_box .sec07_text {
    font-size: 20px;
  }
  .sec07 .sec_box .text_box {
    max-width: 320px;
    display: table;
    margin: 0 0 0 auto;
  }
}
.sec07_2 {
  background: #fff;
  padding: 6% 0 10%;
}
@media screen and (min-width: 768px) {
  .sec07_2 {
    padding: 3% 0 6%;
  }
  .sec07_2 .columns .col_2 {
    padding: 0 3%;
  }
}
.text-time {
  font-weight: bold;
  color: #86b9d3;
  font-size: 18px;
  text-align: center;
}
@media screen and ( min-width: 768px) {
  .text-time {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .home .sec04 .item_wrap .tab_item:first-child {
    padding: 4% 14%;
  }
  .sec04 .columns .col_4 {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-right: 2%;
  }
  .sec04 .columns .col_4:nth-child(3n) {
    margin-right: 0;
  }
  .sec04 .columns .col_4:not(:first-child) {
    margin-left: 0;
  }
  .sec04 .columns .col_4:nth-child(n + 4) {
    margin-top: 3%;
  }
}

.table-list {
  table-layout: fixed;

}

@media screen and  ( max-width : 767px ) {
  .responsive-scroll {
    overflow-x: scroll;
  }
  .responsive-scroll table {
    width: 800px;
  }
}

@media screen and  ( max-width : 767px ) {
  .list_column2 .col_2, .list_column2 .col_3 {
    margin: 0;
    margin-bottom: 0!important;
  }
  .list_column2 .col_2 ul, .list_column2 .col_3 ul {
    margin: 0;
  }
}

@media screen and  ( min-width : 768px ) {
  .columns .column.col_3 {
    max-width: 32%;
    flex-basis: 32%;
  }
  .columns .column.col_3:not(:first-child) {
    margin-left: 2%;
  }
}

.border-table tbody th.wid_25:first-child {
  width: 25%!important;
}
.text-left {
  text-align: left!important;
}

.google_map iframe {
  width: 100%;
  height: 350px;
}
@media screen and  ( min-width : 768px ) {
  .google_map iframe {
    width: 100%;
    height: 450px;
  }
}

.page_text01 {
  width: 340px;
}
.page_text01.columns .column:first-child {
  max-width: 44%!important;
}
.page_text01 .span_text {
  color: #86b9d3;
}
.page_text01 p {
  text-align: right;
}

@media screen and  ( min-width : 768px ) {
  .wd50 {
    max-width: 50%!important;
  }
}

@media screen and  ( min-width : 768px ) {
  .wd80 {
    width: 50%;
  }
}
@media screen and  ( max-width : 767px ) {
  .columns.sp_columns_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.sp_columns_2 .column {
    width: 49%;
  }
  .columns.sp_columns_2 .column:last-child {
    margin-left: 2%;
  }
}
@media screen and  ( max-width : 767px ) {
  .border-table.table-wid tbody th:first-child {
    width: 55%;
  }
  .border-table.table-wid thead th, .border-table.table-wid thead td {
    width: 25%;
  }
  .border-table.table-wid2 thead th, .border-table.table-wid2 thead td {
    width: 43%;
  }
}
