@charset "UTF-8";
/* style.css */
ul.gallery {
  margin-bottom: 1.5em;
}

/* 汎用に使えるボタン */
.btn-style {
  text-align: center;
}

.btn-style a {
  background: #7ec9c1;
  width: 300px;
  max-width: 98%;
  padding: 0.8em 1.5em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  border-radius: 5px;
}

.btn-style a span {
  display: block;
  font-size: 12px;
}

.btn-style a::after {
  content: '';
  position: absolute;
  top: 44%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-style a:hover:after {
  right: 4%;
}

.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .btn-style a {
  width: auto;
  min-width: 280px;
}
/* 投稿（ブログ、新着情報） */
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.entry-block .dateBlock {
  /* 日時 */
  color: #888;
  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: #edf2fa;
}

#aside .menu-blog h3 {
  border-bottom: 1px dotted #7ec9c1;
  color: #7ec9c1;
  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: #333;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #7ec9c1;
  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: #7ec9c1;
}

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

.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: #7ec9c1;
  text-align: center;
}

.pager a:hover {
  background: #ccc;
  color: #fff;
}

.pager span.current {
  /* 今のページ */
  background: #ccc;
  color: #fff;
}
/*-- 数字付きの見出し ------------*/
.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.4em;
  background: #7ec9c1;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}
h3.number_title .number {
  font-size: 140%;
  font-style: italic;
  color: #7ec9c1;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}
h3.number_title .number::after {
  content: "."
}
h4.number_title {
  background: none;
}
h4.number_title .number {
  font-size: 140%;
  font-style: italic;
  color: #7ec9c1;
  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: 22px;
  font-weight: bold;
  color: #7ec9c1;
  background: #edf2fa;
  margin: 20px 0;
  text-align: center;
  padding: 30px 0 20px;
}

.h3+.title p, h4+.title p {
  margin-top: 0;
}
/*==========================
	リスト
==========================*/
.page-list {
  padding: 25px 25px 15px;
  background: #edf2fa;
}
/*-- UL ------------*/
/* ul01 */
.ul01 {
  margin-bottom: 1em;
}

.ul01 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  box-sizing: border-box;
}

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

.ul01 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #98C700;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.35em;
}

/* 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 #98C700;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.38em;
}

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

.ul_check,
.ul_arrow {
  margin-bottom: 1em;
}

.ul_check {
  background: #edf2fa;
  padding: 3%;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}

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

.ul_check li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #98C700;
  border: 1px solid #98C700;
  top: 4px;
  left: 5px;
}

ul.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  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 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: 0px 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #7ec9c1;
  -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: #7ec9c1;
}

.ul_arrow li a:hover {
  text-decoration: underline;
}

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

.ul-yoko {
  margin-bottom: 1em;
  padding: 1em;
  box-sizing: border-box;
  background: #EDF2FA;
  display: inline-block;
}

.ul-yoko li {
  display: inline-block;
  padding: 0.5em;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
}

.ul-yoko li:not(:last-child) {
  margin-right: 0.5em;
}

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

ol.ol01 {
  margin-bottom: 1.2em;
}

ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}

ol.ollist {
  margin-bottom: 1.2em;
}

ol.ollist li {
  margin-bottom: 0.5em;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: ollist;
}

ol.ollist li:before {
  display: marker;
  content: "(" counter(ollist) ") ";
}

/* 数字のOLリスト */

ol.ol_decimal {
  margin-bottom: 1.2em;
}

ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

ol.ol_decimal>li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}

ol.ol_decimal>li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: #7ec9c1;
  border-radius: 50px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

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

.float-list {
  overflow: hidden;
}

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

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

/*-- 診療時間表 ------------*/
.time-table {
  width: 100%;
  margin-bottom: 0.5em;
}

.time-table th,
.time-table td {
  text-align: center;
  font-weight: normal;
  padding: 5px;
}

.time-table tr th:first-child {
  width: 30%;
}

.time-table tbody tr {
  border-bottom: 1px solid #cccccc;
}

.time-table th {
  background: #fff;
}

.time-table thead th {
  color: #fff;
  background: #7ec9c1;
  padding: 7px 5px 6px;
}

.time-table td {
  background: #fff;
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  margin-bottom: 1.5em;
}

.table01 th,
.table01 td {
  padding: 8px 6px 6px;
  text-align: left;
  vertical-align: top;
}

.table01 th {
  border-bottom: 1px solid #ccc;
  padding-right: 10px;
  width: 30%;
  color: #7ec9c1;
  font-weight: bold;
}

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

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
}

.border-table thead th {
  background: #f5f5f5;
  color: #333;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.border-table th,
.border-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #cccccc;
}

.border-table tbody th {
  background: #edf2fa;
  vertical-align: middle;
  width: 30%;
}

.border-table td {
  background: #fff;
}

.border-table.img-table tbody th+td {
  width: 50%;
}

.border-table.img-table tbody th {
  width: 20%;
}

.border-table.img-table img {
  width: 100%;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ccc;
}

.fee-table thead th {
  background: #7ec9c1;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: #edf2fa;
  width: 30%;
}

.fee-table tbody td {
  text-align: right;
  background: #fff;
}

/*==========================
	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: #7ec9c1;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
  font-size: 117%;
  color: #ccc;
  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;
  background: #ccc;
  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: 20px;
  border: 2px dotted #98C700;
  margin-bottom: 1.2em;
  border-radius: 10px;
}

/*-- 背景色付き ------------*/
.bg-block {
  box-sizing: border-box;
  padding: 20px;
  background: #edf2fa;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 6px;
}

.border-block h5:first-child,
.bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

/*-- メリットデメリット------------*/
.merit-block {
  box-sizing: border-box;
  padding: 20px 20px 5px;
  background: #fcebf2;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 6px;
}

.merit-block.demerit {
  background: #deebf4;
}

.merit-block h5:first-child {
  margin-top: 0 !important;
}

.merit-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;
  color: #ccc;
  margin-bottom: 0.5em !important;
}

/*-- 流れ ------------*/
.flow-block {
  padding: 0 0 1em;
  margin-bottom: 1em;
  position: relative;
}

.flow-block h4 {
  margin-top: 0;
}

.block-inner .flow-block {
  padding: 0 0 1em;
}

.flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -15px -30px 0;
  border: 30px solid transparent;
  border-top: 15px solid #7ec9c1;
}

.flow-block.flow-right.last-item::after {
  display: none;
}

@media (min-width : 768px) {
  .flow-block.flow-right::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 0;
    top: 0;
    margin: auto -45px auto 0;
  }

  .flow-block.flow-right figure img,
  .flow-block.flow-right p {
    width: 80%;
  }
}

.block>.flow-block:last-child::after,
.block-inner>.flow-block:last-child::after {
  display: none;
}

/*-- Q&A ------------*/
.qa-block {
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.qa-block:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.mce-content-body .qa-block h4,
.qa-block h4 {
  padding-left: 120px !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #594839;
  font-weight: bold;
  background: none;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 70px;
}

.mce-content-body .qa-block h4::before,
.qa-block h4::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 86px;
  height: 86px;
  background: url(img/q.png)no-repeat center / cover;
}

.qa-block .answer {
  padding-left: 100px !important;
  position: relative;
  padding: 2px;
  margin-left: 50px;
  margin-top: 20px;
}

.answer::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: url(img/a.png)no-repeat center / cover;
}

.qa-block .answer p {
  margin: 0;
}

.answer p {
  padding: 0px 0 12px 5px;
}

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


/*==========================
	お問い合わせページ (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: 88%;
  color: #ccc;
  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;
}

.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: 20px;
}

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

.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center;
}

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

/*==========================
	サイトマップ
==========================*/
#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: #333;
}

#menu-sitemap li a:hover {
  color: #7ec9c1;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  margin-bottom: 20px;
}

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

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
}

.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: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.name {
  text-align: right;
  font-weight: bold;
}

.under .slick-slider {
  max-width: 767px;
  margin: auto;
}

.under .slide-item.slick-slide {
  position: relative;
}

.under .slick-slider p {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.thumbnail-item.slick-slide {
  margin: 0 2px;
}

#thumbnail_slider {
  margin-top: 10px;
}

.under img.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 50;
}

.under img.slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 50;
}

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

  .float-list2 li:last-child,
  .float-list3 li:last-child {
    margin-bottom: 0;
  }

/* ブロック */

  /*-- 横ならびbox -----------*/

  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.5%;
    width: 31%;
    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;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {

  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}

@media screen and (max-width: 900px) {
  .time-table thead th {
    font-size: 14px;
  }

  .time-table th,
  .time-table td,
  .border-table th,
  .border-table td {
    font-size: 12px;
  }

}

@media screen and (max-width: 767px) {

  /* スマホ */
  .text_large {
    font-size: 20px;
  }

  /*==========================
    スクロール表示
  ==========================*/
  .scroll {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

/* 投稿（ブログ、新着情報） */
  #aside .menu-blog {
    margin-bottom: 2em;
  }

/* 画像 */
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }

  .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .title {
    font-size: 19px;
  }

  .mce-content-body .qa-block h4::before,
  .qa-block h4::before {
    bottom: auto;
    top: 0;
  }

/* ブロック */

  /* 横ならび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: 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;
    /* -webkit-appearance: none; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

/* サイトマップ */
  #menu-sitemap li::after {
    top: 1.5em;
  }

/* googlemap */
  .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }

/* 汎用 */

  .con_l {
    margin-bottom: 1em;
  }

  .scroll {
    width: 100%;
    background-color: #ffffff;
    overflow-y: scroll;
    margin-left: 6px;
  }

  .scroll .border-table {
    width: 770px;
  }
}

@media screen and (max-width: 480px) {

  .post-type-page h3,
  .mainblock h3 {}

  /* 時間表 */
  .time-table th,
  .time-table td {
    font-size: 75%;
    padding: 5px 2px;
  }

  /* googlemap */
  .googlemap {
    padding-bottom: 60%
  }
}
/* tinyMCE用に見出しをリセット */
.page-acoustic h3, .page-acoustic h4, .page-acoustic h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.page-acoustic h3::before, .page-acoustic h3::after, .page-acoustic h4::before, .page-acoustic h4::after, .page-acoustic h5::before, .page-acoustic h5::after {
  display: none;
}

.mce-content-body .qa-block h4,
.qa-block h4 {
  font-size: 24px;
  padding-left: 120px !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #594839;
  font-weight: bold;
  background: none;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 70px;
}

.mce-content-body .qa-block h4::before,
.qa-block h4::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  width: 86px;
  height: 86px;
  background: url(img/q.png)no-repeat center / cover;
}
/* TOP コンテンツ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}

.top .mainblock a {
  text-decoration: none;
}

.link_box {
  position: relative;
  transition: .3s;
}

.link_box:hover {
  opacity: .7;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box a span.link {
  display: none;
}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 5% 0;
}

.sec_news h3 {
  color: #509ece;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
  vertical-align: bottom;
  border-bottom: 1px solid #509ece;
}

.sec_news h3 span {
  font-size: 20px;
  padding-left: 10px;
}

.sec_news .news {
  position: relative;
}

.sec_news .news dl {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.sec_news .news dl:first-of-type {
  margin-top: 20px;
}

.sec_news .news dt {
  color: #333333;
  padding: 10px 10px 10px 0;
  width: 100px;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.news dd a {
  text-decoration: none;
  color: #333333;
}

.sec_news .news dd {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #eee;
  width: calc(100% - 100px);
  box-sizing: border-box;
  font-size: 15px;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news .btn a {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  background: #f1ab49;
  display: table;
  padding: 4px 14px 2px;
  text-decoration: none;
  line-height: 1.5;
}

.sec_news .news .btn a span {
  position: relative;
  padding-right: 1em;
}

.sec_news .news .btn a span:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec_news .news .btn a:hover span:after {
  right: 3%;
}

.top_table th {
  padding-right: 1em;
  text-align: left;
}
.sec02 {
  padding: 4% 0;
}

.sec02 .text_box {
  width: 870px;
  max-width: 100%;
  margin: auto;
}

.sec02 .con02 h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  border-radius: 12px;
  width: 300px;
  margin: 0 auto 30px;
  padding: 0.6em 1em;
  box-sizing: border-box;
}

.sec02 .con02_01 h3 {
  background: #f2b12e;
  color: #594839;
}

.sec02 .con02_02 h3 {
  background: #81cac4;
  color: #594839;
}

.sec03 {
  padding: 4% 0;
  background: url(img/bg01.jpg)no-repeat center / cover;
  position: relative;
  z-index: 0;
}

.sec03 .con01 .text_box {
  margin-left: 10px;
}

.sec03 .con02 {
  margin-bottom: 4%;
}

.sec03 .con03 h3 {
  font-size: 30px;
  color: #594839;
}

.sec03 .con03 h3 span {
  font-size: 36px;
}

.sec03 .con03 h4 {
  font-size: 26px;
  color: #594839;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  padding: 80px 0;
  text-align: center;
  z-index: 10;
}

.sec03 .con03 .con03_01 h4:after,
.sec03 .con03 .con03_02 h4:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec03 .con03 .con03_01 h4:after {
  width: 48px;
  height: 154px;
  background: url(img/sec03_num1.png)no-repeat center / cover;
}

.sec03 .con03 .con03_02 h4:after {
  width: 92px;
  height: 155px;
  background: url(img/sec03_num2.png)no-repeat center / cover;
}

.sec03 .con03 p {
  text-align: center;
}

.sec03 .con04 .text_box {
  background: #d1eeec;
  padding: 30px 3% 30px 4%;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
  font-size: 18px;
}

.sec03 .con04 .text_box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 70px solid #d1eeec;
}

.sec04 {
  padding: 4% 0;
}

.sec04 .con01 .text_box,
.sec04 .con02 .text_box {
  width: 720px;
  max-width: 100%;
  margin: auto;
}

.sec04 .con01,
.sec04 .con02 {
  margin-bottom: 120px;
}

.sec04 .con02,
.sec04 .con03 {
  padding: 4%;
  box-sizing: border-box;
  border-radius: 20px;
  border: #f2b12e solid 2px;
}

.sec04 .con03 {
  border: #5cc4bf solid 2px;
}

.sec04 .con02 .ttl,
.sec04 .con03 .ttl {
  margin-top: -130px;
  margin-bottom: 20px;
}

.sec04 .con02 h3,
.sec04 .con03 h3 {
  color: #594839;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sec04 .con02 h4,
.sec04 .con03 h4 {
  font-size: 24px;
  color: #fff;
  padding: 0.6em 1em;
  border-radius: 8px;
  box-sizing: border-box;
  width: 360px;
  max-width: 90%;
  margin: 0 auto -30px;
  text-align: center;
  background: #f2b12e;
}

.sec04 .con03 h4 {
  background: #5dc1cf;
  margin-bottom: 20px;
  max-width: 96%;
}

.sec04 .con03_01 {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.sec04 .con03_03 .text_box {
  background: #d1eeec;
  padding: 30px 4%;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  margin-right: 20px;
  font-weight: bold;
  width: 100%;
  font-size: 18px;
}

.sec04 .con03_03 .text_box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 70px solid #d1eeec;
}

.sec05 {
  padding: 4% 0;
  background: url(img/bg01.jpg)no-repeat center / cover;
}

.sec05 .bg {
  background: #5dc1cf;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 200px;
  position: relative;
  padding: 4% 4% 4% 120px;
}

.sec05 .bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -120px;
  margin: 0 auto;
  width: 51px;
  height: 85px;
}

.sec05 .bg.con01:after, .sec05 .bg.con03:after {
  left: 4%;
  background: url(img/sec05_arrow01.png)no-repeat center / cover;
}
.sec05 .bg.con02:after, .sec05 .bg.con04:after {
  right: 4%;
  background: url(img/sec05_arrow02.png)no-repeat center / cover;
}
.sec05 .con01, .sec05 .con03, .sec05 .con05 {
  margin-right: 100px;
}

.sec05 .con02,
.sec05 .con04 {
  margin-left: 100px;
}
.sec05 h3 {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}
.sec05 h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: -90px;
  margin: 0 auto;
  width: 90px;
  height: 149px;
}
.sec05 .con01 h3:before {
  background: url(img/sec05_step1.png)no-repeat center / cover;
}
.sec05 .con02 h3:before {
  background: url(img/sec05_step2.png)no-repeat center / cover;
}
.sec05 .con03 h3:before {
  background: url(img/sec05_step3.png)no-repeat center / cover;
}
.sec05 .con04 h3:before {
  background: url(img/sec05_step4.png)no-repeat center / cover;
}
.sec05 .con05 h3:before {
  background: url(img/sec05_step5.png)no-repeat center / cover;
}
.sec05 .text_box {
  color: #fff;
  width: 700px;
  max-width: 100%;
  margin-right: 20px;
}
.sec05 .img_box {
  margin-top: -100px;
}
.sec05 h4 {
  font-size: 20px;
  color: #594839;
  background: #fff;
  border-radius: 8px;
  padding: 0.6em 1em;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  width: 240px;
  margin: 0 auto 20px;
}
.sec05 .con01 .border-table tbody td:nth-child(3), .sec05 .con01 .border-table tbody td:nth-child(4) {
  text-align: right;
}
.sec05 .con01 .sp, .sec05 .con04 .sp, .sec05 .con04 h4+p {
  color: #fff;
}
.sec05 .con04 .border-table thead th {
  background: #d2ebee;
}
.sec05 .con04 .border-table tbody th {
  background: #f7f9f9;
}
.sec05 .con04_03 {
  color: #fff;
  margin-top: 3.5em;
}
.sec05 .con04_03 .font-big {
  font-weight: bold;
  font-size: 24px;
}
.sec06 {
  padding: 120px 0 4%;
}
.sec06 .con01 {
  margin-bottom: 4%;
}
.sec06 .con01 .text_box {
  width: 540px;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.sec06 .con01 .text_box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  right: -200px;
  margin: 0 auto;
  width: 197px;
  height: 227px;
  background: url(img/sec06_img01.png)no-repeat center / cover;
}
.sec06 .con02 {
  border: 2px solid #f2b12e;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 4%;
  margin-bottom: 4%;
}
.sec06 .con02 h3, .sec06 .con03 h3 {
  font-size: 24px;
  color: #594839;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec06 .con03 {
  border: 2px solid #5dc1cf;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 4%;
}
.sec06 .con03_02 .text_box {
  background: #d1eeec;
  padding: 30px 4%;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  margin-right: 20px;
  font-size: 18px;
}
.sec06 .con03_02 .text_box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 70px solid #d1eeec;
}
.sec06 .con03 {
  margin-bottom: 4%;
}
.sec06 .con04 h3 {
  font-size: 30px;
  font-weight: 700;
  color: #594839;
  margin-bottom: 40px;
}
.sec06 .con04 h3 span {
  font-size: 36px;
}
/* Responsive */
@media screen and (min-width: 768px) {
  .sec04 h2 {
    padding-left: 10%;
  }
  .sec05 .con04 .border-table {
    table-layout: fixed;
  }
  .sec05 .con04 .border-table thead th, .sec05 .con04 .border-table thead td {
    width: 20%;
  }
  .sec05 .img_box {
    max-width: 28%;
    -webkit-box-flex-basis: 28%;
    -webkit-flex-basis: 28%;
    flex-basis: 28%;
  }
  .sec05 .text_box {
    max-width: 70%;
    -webkit-box-flex-basis: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
  }
  .sec06 .con02 .columns .img_box {
    max-width: 28%;
    -webkit-box-flex-basis: 28%;
    -webkit-flex-basis: 28%;
    flex-basis: 28%;
  }
  .sec06 .con02 .columns .text_box {
    max-width: 70%;
    -webkit-box-flex-basis: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
  }
  .sec06 .con03_01 .img_box {
    max-width: 26%;
    -webkit-box-flex-basis: 26%;
    -webkit-flex-basis: 26%;
    flex-basis: 26%;
  }
  .sec06 .con03_01 .text_box {
    max-width: 72%;
    -webkit-box-flex-basis: 72%;
    -webkit-flex-basis: 72%;
    flex-basis: 72%;
  }
  .sec06 .con03_02 .img_box {
    max-width: 26%;
    -webkit-box-flex-basis: 26%;
    -webkit-flex-basis: 26%;
    flex-basis: 26%;
  }
  .sec06 .con03_02 .text_box {
    max-width: 70%;
    -webkit-box-flex-basis: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
  }
}
@media screen and (min-width: 1043px) {
  .sec03 .con01 {
    margin-top: -60px;
  }
  .sec03 .con02 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  .sec_news p {
    font-size: 14px;
  }
  .sec03 .con03_01 p, .sec03 .con03_02 p {
    font-size: 14px;
  }
  .sec04 .con02 h3, .sec04 .con03 h3 {
    font-size: 22px;
  }
  .sec04 .con02 h4, .sec04 .con03 h4 {
    font-size: 14px;
  }
  .sec05 .con01, .sec05 .con03, .sec05 .con05 {
    margin-right: 50px;
  }
  .sec05 .con02, .sec05 .con04 {
    margin-right: 50px;
  }
  .sec06 {
    padding: 4% 0;
  }
  .sec06 .con01 .text_box:after {
    bottom: 0;
    right: -100px;
    width: 102px;
    height: 120px;
  }
  .mce-content-body .qa-block h4, .qa-block h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1042px) {
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }
  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
/* ボタン */
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
/* loop */
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
  /* TOP コンテンツ */
  .sec_news h3 {
    font-size: 20px;
  }
  .sec_news h3 span {
    font-size: 16px;
  }
  .sec_news .news+.news {
    margin-top: 1.5em;
  }
  .sec_news .news .btn a {
    top: 0;
    font-size: 12px;
  }
  .sec06 {
    padding: 3em 0 0;
  }
  .sec03 .con03 h3, .sec04 .con02 h3, .sec04 .con03 h3 {
    font-size: 20px;
  }
  .img_box+.text_box {
    margin-top: 1em;
  }
  .sec02 .column+.column {
    margin-top: 2em;
  }
  .sec04 .con02 h4, .sec04 .con03 h4 {
    font-size: 20px;
  }
  .sec03 .con02 {
    margin-bottom: 2em;
  }
  .sec03 .con03 p {
    font-size: 14px;
  }
  .ec03 .con04 .text_box:after {
    display: none;
  }
  .sec03 .con04 .text_box {
    margin-left: 0;
  }
  .sec03 .con04 .text_box:after {
    position: absolute;
    content: "";
    display: block;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 70px solid #d1eeec;
  }
  .sec04 .con03_03 .text_box {
    margin-right: 0;
  }
  .sec04 .con03_03 .text_box:after {
    display: none;
  }
  .sec04 .con03_03 .text_box:after {
    position: absolute;
    content: "";
    display: block;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 70px solid #d1eeec;
  }
  .sec05 .con01, .sec05 .con02, .sec05 .con03, .sec05 .con04, .sec05 .con05 {
    margin: auto;
  }
  .sec05 .bg {
    padding: 4%;
    margin-top: 170px;
  }
  .sec05 .bg.con01 {
    margin-top: 110px;
  }
  .sec05 h3 {
    margin-bottom: 20px;
    padding-top: 160px;
    text-align: center;
  }
  .sec05 h3:before {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
  }
  .sec05 .con01, .sec05 .con04_02 {
    margin-bottom: 20px;
  }
  .sec05 .con04_03 .font-big {
    font-size: 18px;
  }
  .sec06 .con01 .text_box:after {
    display: none;
  }
  .sec06 .con02 h3, .sec06 .con03 h3 {
    font-size: 20px;
  }
  .sec06 .con03_02 .text_box {
    margin-right: 0;
  }
  .sec06 .con03_02 .text_box:after {
    display: none;
  }
  .sec06 .con04 {
    margin-top: 2em;
  }
  .sec06 .con03_02 .text_box:after {
    position: absolute;
    content: "";
    display: block;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 70px solid #d1eeec;
  }
  .mce-content-body .qa-block h4::before, .qa-block h4::before {
    width: 46px;
    height: 46px;
    bottom: 0;
  }
  .answer::before {
    top: 0;
    width: 40px;
    height: 40px;
  }
  .mce-content-body .qa-block h4, .qa-block h4 {
    padding-left: 60px !important;
    margin-bottom: 30px;
  }

  .qa-block .answer {
    padding-left: 50px !important;
  }
}
/*googleカレンダー*/
.cal_wrapper {
  max-width: 900px;
  min-width: 260px;
  margin: 2.0833% auto;
  padding: 0 .5em;
}
.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.calendar-container {
  position: relative !important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}
.calendar-container iframe, .calendar-container object, .calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}
.entry-content img, #content embed, #content object, #content iframe, #content video {
  padding: 6px !important;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0 !important;
  }
}
.tab_list h3#tab01 {
  background: #afd2e8;
}
.tab_list h3#tab02 {
  background: #ddeabe;
}
.tab_list h3#tab01.active {
  background: #4e9ccb;
}
.tab_list h3#tab02.active {
  background: #b4d467;
}
.tab_list h3:hover {
  cursor: pointer;
}
.tab_contents_wrap {
  position: relative;
}
.tab_contents {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.tab_contents.active {
  opacity: 1;
  z-index: 1;
}