@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2.1
*/
/*共通パーツ色変え部分*/
a,
a:visited {
  color: #3d3938;
}

a[href^="tel:"] {
  text-decoration: none;
}

figure {
  text-align: center;
}
.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.movie.mb1 {
  margin-bottom: 1em;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 768px) {
  .movie.pc-mb1 {
    margin-bottom: 1em;
  }
}
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.jpg) no-repeat center/cover;
  text-align: center;
  padding: 1.5em 0;
  width: 100%;
}

.page-title h2 {
  color: #372000;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
  padding: 1em 0;
  display: table;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-title {
    background: #f8f6f1 url(img/under_title.jpg) no-repeat center 80%;
  }
}

ul.gallery {
  margin-bottom: 1.5em;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
  text-align: center;
}

.btn-style a {
  background: #628c93;
  width: 100%;
  max-width: 230px;
  padding: 1em 1.3em 1em 0.8em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.btn-style a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-style a:hover:after {
  right: 6%;
}

.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: 320px;
}

.under .column .btn-style a {
  width: 100%;
  min-width: auto;
}

/*==========================
	投稿（ブログ、新着情報）
==========================*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.entry-block .dateBlock {
  /* 日時 */
  color: #62a1b3;
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* ブログページのカテゴリーリスト --------------------*/
#aside .menu-blog {
  padding: 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  background: #fff;
}

#aside .menu-blog h3 {
  background: #62a1b3;
  color: #fff;
  font-weight: bold;
  padding: 0.3em 0.75em;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 0.85em;
  letter-spacing: 0.08em;
}

#aside .blog_list_item {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

#aside .blog_list_item:last-child {
  margin-bottom: 0;
}

#aside .blog_list_item a {
  text-decoration: none;
}

#aside .blog_list_item a:hover {
  color: #62a1b3;
}

#aside .col_img {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  margin-right: 4%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 28%;
}

#aside .col_img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}

#aside .col_txt {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}

#aside .col_txt .date {
  display: block;
  color: #62a1b3;
  font-size: 12px;
}

#aside .menu-blog li {
  font-size: 11px;
  border-bottom: 1px solid #eee;
  padding: 5px 5px;
}

#aside .menu-blog li a {
  position: relative;
  padding-left: 0.5em;
  font-size: 14px;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #62a1b3;
  text-decoration: underline;
}

/*#aside .menu-blog li a::after {
	position:absolute;
	content:"";
	top:0.5em;
	left:0.3em;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#62a1b3;
}*/
/*-- ページネーション ------------*/
.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: #62a1b3;
  text-align: center;
}

.pager a:hover {
  background: #ccc;
  color: #fff;
}

.pager span.current {
  /* 今のページ */
  background: #ccc;
  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;
}

/*==========================
	見出し
==========================*/
/*-- H3 ------------*/
.post-type-page h3,
.under h3 {
  color: #372000;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding-top: 70px;
  padding-bottom: 0;
  margin-bottom: 1em;
  line-height: 1.4em;
  position: relative;
  text-align: center;
  margin-top: 3em;
}

.post-type-page h3::before,
.under h3::before,
.post-type-page h3::after,
.under h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.post-type-page h3::before,
.under h3::before {
  width: 55px;
  height: 47px;
  top: 0;
  background: url(img/h3.png) no-repeat center/cover;
}

.mainblock > h3:first-child,
.mainblock > div:first-child h3,
.mainblock > h3:first-of-type {
  margin-top: 0;
}

.post-type-page h3 span.subtxt,
.under h3 span.subtxt {
  color: #62a1b3;
  font-size: 18px;
}

/*-- H4 投稿タイトル ------------*/
.entry-block h3,
.mce-content-body h4,
.under h4 {
  font-weight: 700;
  padding: 0.2em 0 0.3em 40px;
  background-size: 1.4em;
  font-size: 24px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1.5em;
  color: #b3184a;
  border-bottom: 2px solid #b3184a;
}

.entry-block h3::before,
.mce-content-body h4::before,
.under h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 32px;
  background: url(img/h4.png) no-repeat center/cover;
}

.mce-content-body .top01 h4 {
  border: inherit;
  text-align: inherit;
}

h4.num_ttl {
  padding-left: 0;
}

h4.num_ttl:before {
  display: none;
}

/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 18px;
  margin-top: 10px !important;
}

.entry-block h3 a {
  color: #666;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #62a1b3;
}

/*-- H5 ------------*/
.mce-content-body h5,
.under h5 {
  font-weight: 700;
  padding: 0.2em 1em;
  border: solid 1px #83b7c0;
  background-size: 1.4em;
  font-size: 20px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  color: #372000;
  display: table;
}

.under h4 + h5,
.under div.h4 + h5 {
  margin-top: 0 !important;
}

h5.num_ttl {
  padding-left: 0;
}

h5.num_ttl:before {
  display: none;
}

/*-- H6 ------------*/
.post-type-page h6,
.under h6 {
  font-weight: 700;
  padding: 0.2em 0 0.3em 20px;
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  display: table;
  color: #372000;
  background: #b1d3d9;
  padding: 0.3em 1em;
}

/*-- 数字付きの見出し ------------*/
.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.4em;
  background: #b3184a;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

h3.number_title .number {
  font-size: 140%;
  font-style: italic;
  color: #62a1b3;
  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 {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.4em;
  background: #b8b63c;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

.mce-content-body h5.number_title,
.under h5.number_title {
  border: none;
  padding-left: 0;
  margin-bottom: 0.5em;
}

.mce-content-body h5.number_title:before,
.under h5.number_title:before {
  content: none;
}

/*-- title ------------*/
.title p {
  font-size: 24px;
  font-weight: 700;
  color: #372000;
  margin: 20px 0;
  line-height: 1.4em;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.h3 + .title p,
h4 + .title p {
  margin-top: 0;
}

/*==========================
	リスト
==========================*/
.page-list {
  /* padding:25px 25px 15px;
	border:2px solid #f8f6f1; */
  border: 2px solid #628c93;
  padding: 30px 40px;
  border-radius: 15px;
  margin-top: 40px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-list {
    border: 2px solid #628c93;
    border-radius: 15px;
    padding: 10px;
  }
}

/*-- UL ------------*/
/* ul01 */
.ul01 {
  margin-bottom: 1em;
}

.ul01 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ul01 li:last-child {
  margin-bottom: 0;
}

.ul01 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #b3184a;
  border-radius: 50%;
  top: 0.5em;
  left: 0.35em;
}

.border-block .ul01,
.bg-block .ul01 {
  margin-bottom: 0;
}

/* ul02 */
.ul02 {
  margin-bottom: 1em;
}

.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #b3184a;
  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 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: #b3184a;
  border: 1px solid #b3184a;
  top: 3px;
  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;
}

.border-block .ul_check,
.bg-block .ul_check {
  margin-bottom: 0;
}

/* ul_arrow 右向き三角のリスト */
.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
}

.ul_arrow.ul_arrow2 li {
  padding-left: 18px;
}

.ul_arrow.ul_arrow2 li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.55em;
  left: 4px;
  margin: 0px 0 0 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #b3184a;
}

.ul_arrow li a {
  text-decoration: none;
  color: #372000;
  background: #fff;
  padding: 0.6em 2.5em 0.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ul_arrow li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: 14px;
  margin: 0 auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ul_arrow li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background: #628c93;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ul_arrow li a:hover {
  color: #628c93;
}

/* -------------------------------横並びリスト */
.ul-yoko {
  margin-bottom: 1em;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #62a1b3;
  display: inline-block;
}

.ul-yoko li {
  display: inline-block;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  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: #62a1b3;
  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: 10px 5px;
  vertical-align: middle;
}

.time-table tr th:first-child {
  width: 30%;
}

.time-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.time-table th {
  background: transparent;
}

.time-table thead th {
  background: #83b7c0;
  padding: 10px 5px;
  color: #fff;
}

.time-table td {
  background: transparent;
}

.color02 {
  color: #2a494d !important;
}

/*-- 基本のテーブル ------------*/
.under table *:last-child {
  margin-bottom: 0;
}

.table01 {
  width: 100%;
  margin-bottom: 1.5em;
}

.table01 th,
.table01 td {
  padding: 15px 6px 15px 1em;
  text-align: left;
  vertical-align: top;
}

.table01 th {
  border-top: 1px solid #628c93;
  border-bottom: 1px solid #628c93;
  padding-right: 10px;
  width: 35%;
  color: #222;
  font-weight: 300;
}

.table01 td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.border-table thead th,
.border-table thead td {
  background: #83b7c0;
  text-align: center;
  color: #fff;
}

.border-table th,
.border-table td {
  text-align: left;
  font-weight: normal;
  padding: 15px 8px;
  border: 1px solid #dddddd;
}

.border-table tbody th {
  background: #eaf3f5;
  vertical-align: middle;
}

.border-table td {
  background: #fff;
  text-align: left;
}

.border-table.img-table tbody th {
  width: 20%;
}

.border-table.img-table tbody th + td {
  width: 50%;
}

.border-table.img-table img {
  width: 100%;
}

.border-table h5 {
  background: none !important;
  padding: 0 !important;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 15px 8px;
  border: 1px solid #ccc;
}

.fee-table thead th,
.fee-table thead td {
  background: #f8f6f1;
  text-align: center;
  color: #222;
}

.fee-table tbody th {
  background: #eaf3f5;
  width: 40%;
  vertical-align: middle;
}

.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: #62a1b3;
}

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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 4%;
  margin-top: 1.2em;
  border: 5px solid #c1dbe0;
  background: #fff;
}

.border-block + .border-block {
  margin-top: 50px;
}

.border-block h4 {
  padding-left: 0;
  display: table;
}

.border-block h4:before {
  content: none;
}

/*-- 背景色付き ------------*/
.bg-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 4%;
  background: #eaf3f5;
  margin-top: 1.2em;
  overflow: hidden;
}

.border-block h5:first-child,
.bg-block h5:first-child,
.border-block h6:first-child,
.bg-block h6:first-child,
.border-block h4:first-child,
.bg-block h4:first-child,
.border-block h3:first-child,
.bg-block h3:first-child {
  margin-top: 0 !important;
}

.bg-block h4 {
  padding-left: 0;
  display: table;
  color: #372000;
  border-color: #628c93;
}

.bg-block h4:before {
  content: none;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

/*-- メリットデメリット------------*/
.merit-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #f8f6f1;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 10px;
}

.merit-block.demerit {
  background: #e0ecf0;
}

.merit-block h5:first-child {
  margin-top: 0 !important;
}

.merit-block ul:last-child {
  margin-bottom: 0 !important;
}

.merit-block .title p {
  margin: 0 0 10px;
}

/*-- 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;
  border: 5px solid #eaf3f5;
  padding: 4%;
  background: #fff;
  margin-bottom: 70px;
}

.flow-block .title_number {
  color: #372000;
}

.flow-block:first-child {
  margin-top: 2em;
}

.flow-block:last-child {
  margin-bottom: 0;
}

.flow-block h4:first-child {
  margin-top: 0;
  border-bottom: none;
  padding-left: 0;
}

.flow-block h4:before,
.flow-block h4:after,
.flow-block h5:before,
.flow-block h5:after {
  display: none;
}

.block-inner .flow-block {
  padding: 0 0 1em;
}

.flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -35px -100px 0;
  border: 50px solid transparent;
  border-top: 25px solid #83b7c0;
}

.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%;
  }
}

@media (max-width: 768px) {
  .flow-block::after {
    right: 45%;
  }
}

.flow-block:last-child::after,
.flow-block:last-child::after {
  display: none;
}

/*-- Q&A ------------*/
.qa-block {
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}

.qa-block:last-child {
  margin-bottom: 0;
}

.qa-block::before {
  position: absolute;
  content: "";
  top: 2.6rem;
  right: 0;
  background: #628c93;
  border-radius: 1px;
  width: 15px;
  height: 3px;
}

.qa-block::after {
  position: absolute;
  content: "";
  top: 2.6rem;
  right: 0;
  background: #628c93;
  border-radius: 1px;
  width: 15px;
  height: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.mce-content-body .qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  font-family:
    YuGothic,
    "Yu Gothic Medium",
    "Yu Gothic",
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Segoe UI",
    "Helvetica Neue",
    HelveticaNeue,
    Verdana,
    Meiryo,
    sans-serif;
  color: #171717;
  background: none;
  padding: 1.2em 2em 1em 2.3em !important;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #333333;
  background: none;
  padding: 1.2em 2em 1em 2.3em !important;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block h4:hover {
  cursor: pointer;
}

.mce-content-body .qa-block h4::before,
.qa-block h4::before {
  position: absolute;
  content: "";
  top: 26px;
  bottom: auto !important;
  left: 0;
  background: #dceef0;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  -webkit-transform: none;
  transform: none;
  font-size: 26px;
}

.mce-content-body .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 30px;
  bottom: auto !important;
  left: 0.4em;
  color: #fff;
  font-weight: bold;
  border: none;
  background: none;
}

.qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 30px;
  bottom: auto !important;
  left: 0.4em;
  color: #628c93;
  font-weight: bold;
  border: none;
  background: none;
}

.qa-block .answer {
  display: none;
  padding-left: 2.5em !important;
  position: relative;
  padding: 2px;
  margin-left: 0;
  margin-bottom: 20px;
}

.answer::before {
  position: absolute;
  content: "";
  top: 0;
  font-size: 26px;
  bottom: auto !important;
  left: 0px;
  background: #f1dce3;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  margin-top: 0.1em;
}

.answer::after {
  position: absolute;
  content: "A";
  font-size: 26px;
  top: 0.3em;
  bottom: auto !important;
  left: 0.5em;
  color: #b3184a;
  font-weight: bold;
  border: none;
}

.qa-block .answer p {
  margin: 0;
}

.answer p {
  padding: 10px 0 12px 15px;
}

/*==========================
	お問い合わせページ (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%;
}

.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: 18px;
  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);
  transform: rotate(45deg);
}

#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #171717;
}

#menu-sitemap li a:hover {
  color: #628c93;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  margin-bottom: 20px;
}

.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 100%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================
	Youtube
==========================*/
.youtube-wrap {
  width: 770px;
  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;
}

/*==========================
	汎用
==========================*/
.color01 {
  color: #628c93;
}

.color02 {
  color: #c6e5e9;
}

.attention {
  color: #d6737a;
}

.bgcolor01 {
  background-color: #f8f6f1;
  padding: 0 0.3em;
}

.font-big {
  font-size: 120%;
}

.font-small {
  font-size: 82%;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !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;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w33 {
  width: 33.3333% !important;
}

.w50 {
  width: 50% !important;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#a13,
#a14,
#a15,
#a16,
#a17,
#a18,
#a19,
#a20,
#a01_05 {
  margin-top: -60px;
  padding-top: 60px;
}

#a001 {
  margin-top: -30px;
  padding-top: 30px;
}

.bold {
  font-weight: 700;
}

.name {
  text-align: right;
  font-weight: 700;
}

.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;
  -webkit-box-sizing: border-box;
  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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0.5em 0;
  }
  .float-list2 li {
    display: inline-block;
    width: 49%;
  }
  .float-list2 li:nth-child(2n) {
    margin-left: 2%;
  }
  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    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%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.5%;
    width: 31%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .columns.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns:not(:last-child) {
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(:first-child) {
    margin-left: 2%;
  }
  .columns.reverse > .column:not(:last-child) {
    margin-left: 2%;
  }
  .columns.reverse > .column:last-child {
    margin-left: 0;
  }
  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column.break + .column {
    margin-left: 0 !important;
  }
  .col_2 {
    width: 48%;
  }
  .col_3 {
    width: 32%;
  }
  .col_4 {
    width: 23.5%;
  }
  .col_5 {
    width: 18.4%;
  }
  .col_2:not(:nth-child(2n + 1)),
  .col_3:not(:nth-child(3n + 1)),
  .col_4:not(:nth-child(4n + 1)),
  .col_5:not(:nth-child(5n + 1)) {
    margin-left: 2%;
  }
  .con_l,
  .con_r {
    width: 49%;
  }
  .con_r {
    margin-left: 2%;
  }
  /*==========================
	汎用
==========================*/
  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06,
  #a07,
  #a08,
  #a09,
  #a10,
  #a11,
  #a12,
  #a13,
  #a14,
  #a15,
  #a16,
  #a17,
  #a18,
  #a19,
  #a20 {
    margin-top: -30px;
    padding-top: 30px;
  }
  #a01_05,
  #a001 {
    margin-top: -60px;
    padding-top: 60px;
  }
  br.pc {
    display: inline;
  }
  br.sp2 {
    display: none;
  }
  .con_l {
    float: left;
  }
  .con_c {
    float: left;
  }
  .con_r {
    float: right;
  }
  .w25 {
    width: 25%;
  }
  .w35 {
    width: 35%;
  }
  .w40 {
    width: 40%;
  }
  .w48 {
    width: 48%;
  }
  .w56 {
    width: 56%;
  }
  .w60 {
    width: 60%;
  }
  .w62 {
    width: 62%;
  }
  .mw500p {
    max-width: 500px !important;
  }
  .btn-style.left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}

@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;
  }
  /*==========================
	見出し
==========================*/
  .page-title {
    padding: 1em 10px;
    width: auto;
  }
  .page-title h2 {
    font-size: 30px;
  }
  .post-type-page h3,
  .mainblock h3 {
    font-size: 24px;
  }
  .entry-block h3 {
    font-size: 24px;
  }
  .post-type-page h4,
  .mainblock h4 {
    font-size: 20px;
  }
  .post-type-page h5,
  .mainblock h5 {
    font-size: 18px;
  }
  .post-type-page h6,
  .mainblock h6 {
    font-size: 17px;
  }
  .title p {
    font-size: 18px;
  }
  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;
  }
  /*==========================
	ブロック
==========================*/
  /* 横ならびbox */
  .box2,
  .box3,
  .box4 {
    margin-bottom: 20px;
  }
  .columns:not(:last-child),
  .column:not(:last-child) {
    margin-bottom: 4%;
  }
  .sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_col_2,
  .columns.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .columns.sp_col_2 .column {
    width: 49%;
  }
  .columns.sp_col_2 .column:not(:nth-child(2n + 1)) {
    margin-left: 2%;
  }
  .columns.sp_col_3 .column {
    width: 32%;
  }
  .columns.sp_col_3 .column:not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }
  /*-- 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;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* -webkit-appearance: none; */
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wpcf7 dl dd .wpcf7-radio input {
    width: auto;
  }
  /*==========================
	サイトマップ
==========================*/
  #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;
  }
  .mce-content-body .qa-block h4::before,
  .qa-block h4::before {
    top: 24px;
  }
  .qa-block h4::after {
    left: 0.3em;
  }
  .answer::before {
    height: 2em;
    width: 2em;
    left: 1px;
    top: 7px;
    font-size: auto;
    font-size: 16px;
  }
  .answer::after {
    font-size: 100%;
    top: 11px;
    left: 0.7em;
  }
  .mce-content-body .qa-block h4,
  .qa-block h4 {
    font-size: 20px;
    padding-top: 5px;
    padding-left: 2.5em !important;
  }
}

@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th,
  .time-table td {
    font-size: 75%;
    padding: 5px 2px;
  }
  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}

/* ------------------------------------ */
@media (min-width: 768px) {
  .under-page .column.img_box {
    max-width: 30%;
    -webkit-box-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .under-page .column.text_box {
    max-width: 66%;
    -webkit-box-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}

.access_table01 th {
  width: 7em;
}

@media (max-width: 767px) {
  .price_table th,
  .price_table td {
    font-size: 14px;
  }
}

/**/
.entry_blog_item h3 {
  padding-left: 0;
  padding-top: 0;
  background: none;
  font-family: inherit;
  margin-top: 0 !important;
}

.entry_blog_item date {
  margin-top: 1em;
}

.entry_blog_item h3::before {
  display: none;
}

.entry_blog_item .col_img {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 32.7%;
  flex: 0 0 32.7%;
  margin-right: 3%;
}

.entry_blog_item .col_txt {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

@media (min-width: 768px) {
  .blog #aside {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .entry_blog_item h3 {
    font-size: 17px;
  }
  #aside .col_img {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-bottom: 20%;
  }
  #aside .col_txt {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
  }
}

.entry_blog_item.columns,
.blog_list_item.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.google_map {
  width: 100%;
  height: 350px;
}

@media screen and (min-width: 768px) {
  .google_map {
    height: 450px;
  }
}

.border-color {
  color: #628c93;
  border-bottom: 1px solid #628c93;
}

@media screen and (max-width: 767px) {
  .list_col .column {
    margin: 0 !important;
  }
  .list_col .column ul {
    margin: 0 !important;
  }
  .list_col .column ul li {
    margin-bottom: 0.5em !important;
  }
}

.text-center {
  text-align: center !important;
}

@media (max-width: 767px) {
  .sp-text-center {
    text-align: center !important;
  }
}

.text-right {
  text-align: right !important;
}

.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;
}

@media screen and (min-width: 768px) {
  .col_center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  .list_center ul {
    display: table;
    margin: auto;
  }
}

.time-table-original th.table-center,
.time-table-original td.table-center {
  vertical-align: middle;
}

.time-table-original td .bold {
  background: #c6e5e9;
  padding: 2px 5px;
  border-radius: 10px;
}

.wpcf7-spinner {
  position: absolute !important;
}

.google_map iframe {
  width: 100%;
  height: 350px;
}

@media screen and (min-width: 768px) {
  .google_map iframe {
    height: 450px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .pc_mb0 {
    margin-bottom: 0 !important;
  }
  .pc_mt0 {
    margin-top: 0 !important;
  }
}

/* -------------------下層 */
.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 135%;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}

.entry-block h4 {
  font-weight: 700;
  padding: 0.2em 1em;
  border: solid 1px #83b7c0;
  background-size: 1.4em;
  font-size: 20px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  color: #372000;
  display: table;
}

@media (max-width: 767px) {
  .entry-block h4 {
    font-size: 18px;
  }
}

.entry-block h5 {
  font-weight: 700;
  padding: 0.2em 0 0.3em 20px;
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  display: table;
  color: #372000;
  background: #b1d3d9;
  padding: 0.3em 1em;
}

@media (max-width: 767px) {
  .entry-block h5 {
    font-size: 17px;
  }
}
