@charset "UTF-8";
/*
Theme Name:OriginalStyle - 1/2 column
Version:1.4
*/
/*==========================
	投稿（ブログ、新着情報）
==========================*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
}

.entry-block .dateBlock {
  /* 日時 */
  color: #2aa139;
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* ブログページのカテゴリーリスト --------------------*/
#aside .menu-blog {
  padding: 10px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1em;
  background: #f1f1f1;
}

#aside .menu-blog h3 {
  border-bottom: 1px solid #ddd;
  color: #121212;
  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: #f5a100;
  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: #396f9e;
}

/*-- ページネーション ------------*/
.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: #ddd;
  text-decoration: none;
  color: #121212;
  text-align: center;
}

.pager a:hover {
  background: #121212;
  color: #fff;
  opacity: .7;
}

.pager span.current {
  /* 今のページ */
  background: #121212;
  color: #fff;
}

/*==========================
	画像
==========================*/
img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.mainblock img {
  max-width: 100%;
}

/* 真ん中寄せ */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* 小さい画像に対応 */
.img_size img, img.img_size {
  width: auto !important;
}

/*==========================
	見出し
==========================*/
.page-title,
.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,
.title p {
  font-family: "Zen Maru Gothic", sans-serif;
}

/*-- H3 --*/
.post-type-page h3,
.under h3 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.4;
}

.post-type-page h3::before,
.under h3::before,
.post-type-page h3::after,
.under h3::after {
  position: absolute;
  content: "";
}

.mainblock > h3:first-child,
.mainblock > div:first-child h3,
.mainblock > h3:first-of-type {
  margin-top: 0;
}

/*-- H4 投稿タイトル --*/
.entry-block h3,
.mce-content-body h4,
.under h4 {
  padding: 0 0 0.3em;
  background-size: 1.4em;
  font-size: 22px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  margin-top: 1.8em;
}

.entry-block h3 .subtitle,
.mce-content-body h4 .subtitle,
.under h4 .subtitle {
  color: #999;
  font-size: 14px;
  padding-left: 0.6em;
}

.entry-block h3::before,
.mce-content-body h4::before,
.under h4::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
}

.mce-content-body div.h3 + h4,
div.h3 + h4 {
  margin-top: 0;
}

.mce-content-body .top01 h4 {
  border: inherit;
  text-align: inherit;
}

/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 18px;
  margin-top: 0;
}

.entry-block h3 a {
  color: #121212;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #f5a100;
}

/*-- H5 ------------*/
.mce-content-body h5,
.under h5 {
  display: table;
  position: relative;
  padding: 0.2em 0.5em 0.3em;
  line-height: 1.4em;
  border-radius: 3px;
  margin-bottom: 1em;
  margin-top: 1.2em;
}

/*.mce-content-body h5::before,
.under h5::before {
	position:absolute;
	content:"";
	height:80%;
	top:10%;
	width:5px;
	border-radius:2px;
	background:#999;
	left:0;
}*/
.under h4 + h5,
.under div.h4 + h5 {
  margin-top: 0 !important;
}

/*-- H6 ------------*/
.post-type-page h6,
.under h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0.5em;
  margin-top: 40px;
  font-weight: normal;
  padding: 0 0 0 20px;
  overflow: hidden;
  color: #121212;
  position: relative;
  display: table;
}
.post-type-page h6:before,
.under h6:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 6px;
  border-radius: 100vmax;
  background: #f5a100;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .post-type-page h6,
  .under h6 {
    font-size: 18px;
  }
}

/*-- 数字付きの見出し ------------*/
.number_title .step {
  font-size: 110%;
  font-style: italic;
  margin-right: 0.7em;
}

.number_title .number {
  color: #fff;
  background: #f5a100;
  display: inline-block;
  text-align: center;
  padding: 0.2em 0.5em;
  border-radius: 5em;
  margin-right: 0.7em;
}

.mce-content-body h4.number_title, .under h4.number_title {
  padding-left: 0;
}

.mce-content-body h4.number_title:before, .under h4.number_title:before,
.mce-content-body h5.number_title:before, .under h5.number_title:before {
  content: none;
}

/*-- title ------------*/
.title {
  font-size: 24px;
  font-weight: bold;
  color: #f5a100;
}

.title p {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 10px;
  color: #f5a100;
}

/*==========================
	リスト
==========================*/
/*-- 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::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #f5a100;
  border-radius: 50%;
  top: 0.58em;
  left: 0.35em;
}

/* 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 #f5a100;
  border-radius: 50%;
  top: 0.38em;
  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::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #f5a100;
  border: 1px solid #f5a100;
  top: 4px;
  left: 0;
}

/* 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 #f5a100;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ul_arrow li a {
  text-decoration: none;
  color: #f5a100;
}

.ul_arrow li a:hover {
  text-decoration: underline;
}

/* page-list */
.page-list {
  border: 1px solid #ddd;
  border-radius: 10px;
  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: #f5a100;
  border-radius: 50%;
}

.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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-list li a {
  text-decoration: none;
  color: #121212;
}

.page-list li a:hover {
  color: #f5a100;
}

.page-list2 li {
  position: relative;
  margin: 0.5em 0;
}

.page-list2 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #f5a100;
  border: 1px solid #f5a100;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.page-list2 li a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f5a100;
  border-right: 1px solid #f5a100;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.page-list2 li a:hover {
  background: #f5a100;
  color: #fff;
}

.page-list2 li a:hover:after {
  border-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%;
  }
}
/*-- 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-type: none;
  list-style-position: inside;
  counter-increment: ollist;
}

.ollist li:before {
  display: marker;
  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;
  width: 1.8em;
  height: 1.8em;
  background: #eee;
  border-radius: 50px;
  color: #121212;
  line-height: 1.8;
  text-align: center;
}

/*-- 横並びリスト ------------*/
.float-list {
  overflow: hidden;
}

.float-list li {
  margin-bottom: 0.5em;
}

/*==========================
	テーブル
==========================*/
/*-- 診療時間表 ------------*/
.time-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.time-table th, .time-table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 12px 5px;
  text-align: center;
}

.time-table th {
  background: #5e99cc;
  color: #fff;
}

.time-table thead th {
  background: #f5a100;
  color: #fff;
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  margin-bottom: 1.5em;
}

.table01 th,
.table01 td {
  padding: 15px 2px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.table01 th {
  border-bottom: 1px solid #ddd;
  padding-right: 10px;
  color: #121212;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
  margin-bottom: 0.5em;
}

.border-table thead th {
  background: #5e99cc;
  color: #fff;
  text-align: center;
}

.border-table th,
.border-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ddd;
}

.border-table tbody th {
  background: #e2f5f2;
  vertical-align: middle;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 0.5em;
}

.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ddd;
}

.fee-table thead th {
  background: #dfb86e;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: #efefef;
}

.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: #121212;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
  font-size: 117%;
  color: #121212;
  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: #f5a100;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	ボックス
==========================*/
/*-- 基本のブロック ------------*/
.block:not(:last-child) {
  margin-bottom: 2em;
}

/*-- クリアフィックスブロック ------------*/
.block-inner:not(:last-child) {
  margin-bottom: 50px;
}

.block > .block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/
.border-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 5px;
  border: 3px solid #ddd;
}
.border-block:not(:last-child) {
  margin-bottom: 2em;
}

/*-- 背景色付き ------------*/
.bg-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 5px;
  background: #e2f5f2;
  overflow: hidden;
  border-radius: 6px;
}
.bg-block:not(:last-child) {
  margin-bottom: 2em;
}

.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;
  color: #999;
  margin-bottom: 0.5em !important;
}

/*-- 流れ ------------*/
.flow-block {
  padding: 0 0 1em;
  margin-bottom: 1em;
  position: relative;
}

.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 #afcce6;
}

.block > .flow-block:last-child::after,
.block-inner > .flow-block:last-child::after {
  display: none;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 15px 5px;
}

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px solid #ddd;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #cc0000;
  padding-left: 3px;
}

.wpcf7 .ex,
.wpcf7 .subtxt {
  font-size: 13px;
  color: #666;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 12px;
  color: #cc0000;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #cc0000;
}

.wpcf7 dl dd input[type="text"],
.wpcf7 dl dd input[type="email"],
.wpcf7 dl dd input[type="tel"],
.wpcf7 dl dd input[type="url"] {
  max-width: 100%;
  width: 500px;
}

.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;
}

.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 #ddd;
  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 #ddd;
  border-right: solid 2px #ddd;
  -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: #121212;
}

.menu_sitemap li a:hover {
  color: #f5a100;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  margin-bottom: 20px;
}

.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 60%;
  /*縦横比*/
  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;
}

/*==========================
	汎用
==========================*/
strong, .strong {
  font-weight: bold;
}

.bgcolor01 {
  background-color: #e2f5f2;
  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;
}

.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;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !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;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/********************************
	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 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-shild(2n) {
    padding-right: 0;
    padding-left: 0.8em;
  }

  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }

  .float-list3 li:nth-shild(3n) {
    padding-right: 0;
    padding-left: 0.8em;
  }

  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }

  /*==========================
  	ブロック
  ==========================*/
  /*-- 横ならび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;
  }

  /*==========================
  	汎用
  ==========================*/
  #a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
    margin-top: -10px;
    padding-top: 10px;
  }

  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;
  }
}
@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: 30px;
  }

  .post-type-page h3,
  .mainblock h3 {
    font-size: 24px;
  }

  .entry-block h3 {
    font-size: 20px;
    margin-bottom: .5em;
  }

  .post-type-page h4,
  .mainblock h4 {
    font-size: 22px;
  }

  .post-type-page h5,
  .mainblock h5 {
    font-size: 20px;
  }

  .post-type-page h6,
  .mainblock h6 {
    font-size: 18px;
  }
  .post-type-page h6:before,
  .mainblock h6:before {
    height: 3px;
    top: 12px;
  }

  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;
  }

  /*-- 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;
  }

  /*==========================
  	サイトマップ
  ==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }

  /*==========================
  	googlemap
  ==========================*/
  .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }

  /*==========================
  	汎用
  ==========================*/
  .con_l {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  .post-type-page h3,
  .mainblock h3 {
    background-size: 60px;
  }

  /* 時間表 --------------------*/
  .time-table th,
  .time-table td {
    font-size: 90%;
    padding: 5px 2px;
  }

  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}
/* scrollhint */
.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%;
  }
}
/*============
	inq
============*/
.inq {
  position: fixed;
  z-index: 999;
}
.inq .totop {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  position: fixed;
  bottom: 0;
  right: 0;
}
.inq .totop:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .inq .totop {
    width: calc(108 / 767 * 100vw);
    bottom: 17vw;
    right: 10px;
  }
}
.inq .inq_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media print, screen and (min-width: 768px) {
  .inq.vertical {
    right: 0;
    top: 180px;
  }
  .inq.vertical .inq_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .inq.horizontal {
    right: 90px;
    bottom: 0px;
  }
  .inq.horizontal .inq_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .inq {
    right: 0;
    bottom: 0;
  }
}
