@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2.1
*/
/* カラー一括指定
メインカラー　$color_primary
セカンドカラー（濃いやつ）　$color_primary
背景カラー（薄いもの）　#f1f1f1

文字カラー　#555
*/
/* H2タイトル ------------- */
.page-title {
  position: relative;
  padding: 2em 0;
  overflow: hidden;
  background: #252d4d;
  text-align: center;
}

.page-title h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4em;
}

/* ==========================
	投稿（ブログ、新着情報）
========================== */
.entry-block {
  margin-bottom: 2em;
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #ccc;
}

.entry-block .dateBlock {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  /* 日時 */
  color: #555;
  font-size: 13px;
}

/* ブログページのカテゴリーリスト -------------------- */
#aside .menu-blog {
  box-sizing: border-box;
  margin-top: 1em;
  padding: 10px 10px 20px;
  background: #f1f1f1;
}

#aside .menu-blog h3 {
  margin-bottom: 0.8em;
  padding: 0.6em 0 0.7em;
  border-bottom: 1px dotted #ccc;
  color: #1a1a1a;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: center;
}

#aside .menu-blog li {
  font-size: 11px;
}

#aside .menu-blog li a {
  position: relative;
  padding-left: 1em;
  color: #555;
  font-size: 14px;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #252d4d;
  text-decoration: none;
}

#aside .menu-blog li a::after {
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #252d4d;
  content: "";
}

/* -- ページネーション ------------ */
.pager {
  /* 14px */
  margin-bottom: 3em;
  font-size: 88%;
}

.pager span.current, .pager a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: #fff;
  color: #252d4d;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

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

.pager span.current {
  /* 今のページ */
  background: #ccc;
  color: #fff;
}

/* ==========================
	画像
========================== */
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
}

.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, body:not(.home) .under h3 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 1em;
  padding: 0.9em 0.5em 0.8em;
  background: #6c7bb8;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.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, body:not(.home) .under h4 {
  position: relative;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  padding: 0.2em 0 0.6em 2.2em;
  background: url(img/ico_logo.png) no-repeat 1% 30%;
  background-size: 30px;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4em;
}

.entry-block h3 .subtitle, .mce-content-body h4 .subtitle, body:not(.home) .under h4 .subtitle {
  padding-left: 0.6em;
  color: inherit;
  font-size: 14px;
}

.entry-block h3::before, .mce-content-body h4::before, body:not(.home) .under h4::before, .entry-block h3::after, .mce-content-body h4::after, body:not(.home) .under h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
}

.entry-block h3::before, .mce-content-body h4::before, body:not(.home) .under h4::before {
  width: 100%;
  background: #252d4d;
}

.entry-block h3::after, .mce-content-body h4::after, body:not(.home) .under h4::after {
  width: 24%;
  background: #252d4d;
}

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

.mce-content-body .top01 h4 {
  border: inherit;
  text-align: inherit;
}

/* 投稿タイトルのみ */
.entry-block h3 {
  margin-top: 0;
  padding-left: 4em;
  font-size: 18px;
}

.entry-block h3 a {
  color: inherit;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #252d4d;
}

/* -- H5 ------------ */
.mce-content-body h5, .under h5 {
  display: table;
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1em;
  padding: 0.3em 0.8em 0.2em 0.8em;
  border-radius: 3px;
  background: #465592;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
}

/* .mce-content-body h5::before,
.under h5::before {
	position:absolute;
	content:"";
	height:80%;
	top:10%;
	width:5px;
	border-radius:2px;
	background:#555;
	left:0;
} */
.under h4 + h5, .under div.h4 + h5 {
  margin-top: 0 !important;
}

/* -- H6 ------------ */
.post-type-page h6, .under h6 {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0.5em;
  padding: 0.2em 0.8em 0.1em 0.8em;
  overflow: hidden;
  border-left: 3px solid #d4579b;
  color: #d4579b;
  font-size: 107%;
  font-weight: normal;
  line-height: 1.4;
}

/* -- 数字付きの見出し ------------ */
.number {
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
  padding: 0.2em 0.6em 0.1em;
  border-radius: 3px;
  background: #252d4d;
  color: #fff;
  font-size: 76%;
  line-height: 1.4;
  vertical-align: middle;
}

h3.number_title .number {
  position: relative;
  margin: 0 0.3em 0 0;
  padding: 0;
  background: none;
  color: #252d4d;
  font-size: 175%;
  font-style: italic;
}

h3.number_title .number::after {
  content: ".";
}

h4.number_title {
  padding-left: 0;
  background: none;
}

h4.number_title .number {
  position: relative;
  margin: 0 0.3em 0 0;
  padding: 0;
  background: none;
  color: #252d4d;
  font-size: 110%;
  font-style: italic;
}

h4.number_title .number::after {
  content: ".";
}

.mce-content-body h5.number_title, .under h5.number_title {
  margin-bottom: 0.5em;
  border: none;
}

/* -- title ------------ */
p.title, .title p {
  margin: 0 0 10px;
  color: #36416f;
  font-size: 22px;
  font-weight: bold;
}

/* ==========================
	リスト
========================== */
.page-list {
  padding: 25px 25px 15px;
  background: rgba(37, 45, 77, 0.2);
}

/* -- UL ------------ */
/* ul01 */
.ul01 {
  margin-bottom: 1em;
}

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

.ul01 li::before {
  position: absolute;
  top: 0.58em;
  left: 0.35em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #252d4d;
  content: "";
}

/* ul02 */
.ul02 {
  margin-bottom: 1em;
}

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

.ul02 li::before {
  position: absolute;
  top: 0.38em;
  left: 0.38em;
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #252d4d;
  border-radius: 50%;
  content: "";
}

/* 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;
  top: 4px;
  left: 5px;
  width: 1em;
  height: 1em;
  border: 1px solid #d4579b;
  background: #d4579b;
  content: "";
}

ul.ul_check li::after {
  display: block;
  z-index: 10;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 3px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
}

/* ul_arrow 右向き三角のリスト */
.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}

.ul_arrow li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(-90deg);
  border: 6px solid transparent;
  border-top: 8px solid #252d4d;
  content: "";
}

.ul_arrow li a {
  text-decoration: none;
}

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

/* -- 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-position: inside;
  list-style-type: none;
  counter-increment: ollist;
}

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

/* 数字のOLリスト */
ol.ol_decimal {
  margin-bottom: 1.2em;
  padding-left: 0;
  list-style: none;
  counter-reset: li;
}

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

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

/* -- 横並びリスト ------------ */
.float-list {
  overflow: hidden;
}

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

/* ==========================
	テーブル
========================== */
/* -- 診療時間表 ------------ */
.table-color1 {
  color: #252d4d;
}

.table-color2 {
  color: #252d4d;
}

.table-color3 {
  color: #252d4d;
}

.table-color4 {
  color: #252d4d;
}

.time-table {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.time-table tbody th {
  color: #5d5c5c;
}

.time-table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.time-table + p {
  font-size: 16px;
  line-height: 1.5;
}

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

.time-table thead th {
  background: #252d4d;
  color: #fff;
}

.time-table tbody td {
  padding: 2px 0;
}

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

.table01 th, .table01 td {
  padding: 15px 2px 10px;
  border-bottom: 1px solid #465592;
  text-align: left;
  vertical-align: top;
}

.table01 th {
  padding-right: 10px;
  border-bottom: 1px solid #252d4d;
  color: #252d4d;
  font-weight: bold;
  white-space: nowrap;
}

/* -- ボーダーのついたテーブル ------------ */
.t-fix {
  table-layout: fixed;
}

.border-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.border-table thead th {
  background: #465592;
  color: #fff;
  text-align: center;
}

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

.border-table tbody th {
  background: #a0aad1;
  vertical-align: middle;
  white-space: nowrap;
}

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

.fee-table.border-table td, .fee-table.table01 td {
  width: 40%;
}

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

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

.fee-table tbody th {
  background: #f3d1e4;
}

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

/* ==========================
	DL
========================== */
/* --  ------------ */
dl.dl01 {
  margin-bottom: 0.5em;
}

dl.dl01 dt {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  background: #f1f1f1;
  color: #fff;
  line-height: 1.4em;
}

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

/* -- 数字つきdl ------------ */
dl.dl_number dt {
  position: relative;
  color: #222;
  font-size: 117%;
  font-weight: normal;
}

dl.dl_number dd {
  margin-bottom: 1.2em;
  padding-left: 2em;
}

.dl_number .number {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  padding: 0.2em 0.6em 0.1em;
  border-radius: 3px;
  background: #999;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: baseline;
}

/* ==========================
	ボックス
========================== */
/* -- 基本のブロック ------------ */
.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;
  margin-bottom: 1.2em;
  padding: 20px 20px 5px;
  border: 3px solid #252d4d;
}

.border-block h4 {
  margin-top: 0 !important;
}

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

.bg-block h4 {
  margin-top: 0 !important;
}

.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 {
  margin-bottom: 10px;
  background: url(img/arrow_r.svg) no-repeat center 50%;
  background-size: 3%;
  font-size: 92%;
}

.ba-block .before {
  position: relative;
  width: 47%;
  float: left;
}

.ba-block .after {
  width: 47%;
  float: right;
}

.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.batitle {
  margin-bottom: 0.5em !important;
  color: #999;
  font-size: 15px;
  text-align: center;
}

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

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

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

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

/* -- Q&A ------------ */
.qa-block {
  margin-bottom: 1.8em;
  padding-top: 1.8em;
  border-top: 1px dotted #ccc;
}

.mce-content-body .qa-block h4, .qa-block h4 {
  display: block;
  position: relative;
  padding-bottom: 0;
  padding-left: 2em !important;
  border-bottom: none;
  background: none !important;
  color: #252d4d;
}

.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em !important;
  height: 1.6em !important;
  margin-top: -0.15em;
  border-radius: 50%;
  background: #252d4d !important;
  content: "";
}

.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  top: -2px;
  left: 0.55em !important;
  border: none;
  background: none !important;
  color: #fff;
  font-size: 82%;
  font-weight: normal;
  content: "Q" !important;
}

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

.answer::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 2em;
  height: 2em;
  margin-top: 0.1em;
  border-radius: 50%;
  background: #d4579b;
  content: "";
}

.answer::after {
  position: absolute;
  top: 2px;
  left: 0.65em;
  border: none;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  content: "A";
}

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

.answer p {
  padding: 0 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 {
  float: left;
  clear: both;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 .mf {
  padding-left: 3px;
  color: #ea0000;
  font-size: 80%;
}

.wpcf7 .ex, .wpcf7 .subtxt {
  display: inline-block;
  color: #999;
  font-size: 88%;
  line-height: 1.4em;
}

.wpcf7 dl dt .requisite, .wpcf7 dl .attention {
  color: #f45000;
  font-size: 78%;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #af2223;
  font-size: 76%;
}

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

.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 {
  width: 500px;
  max-width: 90%;
}

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

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

.wpcf7 .btn-style input {
  width: 120px;
  padding: 0.4em;
  font-size: 16px;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
}

/* ==========================
	サイトマップ
========================== */
#menu-sitemap {
  padding: 0;
}

#menu-sitemap li {
  position: relative;
  padding: 0.8em 0.2em 0.7em 1.1em;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}

#menu-sitemap li::after {
  display: block;
  position: absolute;
  top: 1.4em;
  left: 0.1em;
  width: 0.3em;
  height: 0.3em;
  transform: rotate(45deg);
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  content: "";
}

#menu-sitemap li ul li {
  padding-bottom: 0;
  border-bottom: none;
}

#menu-sitemap li a {
  color: #555;
  text-decoration: none;
}

#menu-sitemap li a:hover {
  color: #252d4d;
}

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

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

/* ==========================
	googlemap
========================== */
.googlemap {
  position: relative;
  /* 縦横比 */
  height: 0;
  padding-bottom: 40%;
  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;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================
	汎用
========================== */
.color01 {
  color: #252d4d;
}

.color02 {
  color: #465592;
}

.attention {
  color: #9c0601;
}

.bgcolor01 {
  padding: 0 0.3em;
  background-color: #f1f1f1;
}

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

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

#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
  margin-top: -60px;
  padding-top: 60px;
}

.bold {
  font-weight: bold;
}

.name {
  font-weight: bold;
  text-align: right;
}

/********************************
	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 {
    margin: 0 0 10px 2%;
    float: right;
  }
  .mainblock .alignleft {
    margin: 0 2% 10px 0;
    float: left;
  }
  /* ==========================
	リスト
========================== */
  .float-list {
    overflow: hidden;
  }
  .float-list li {
    box-sizing: border-box;
    margin: 0 1.2em 0.5em 0;
    float: left;
  }
  .float-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }
  /* .float-list2 li:nth-child(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-child(3n) {
    padding-right: 0;
    padding-left: 0.8em;
  }
  .float-list3 li.no-float {
    width: auto;
    margin: 0 0 0.5em;
    float: none;
  }
  /* ==========================
	ブロック
========================== */
  /* -- 横ならびbox ----------- */
  .box2 {
    box-sizing: border-box;
    /* 横並び　X2 */
    display: inline-block;
    width: 48%;
    margin: 0 0.5%;
    vertical-align: top;
  }
  .box3 {
    box-sizing: border-box;
    /* 横並び　X3 */
    display: inline-block;
    width: 31%;
    margin: 0 0.5%;
    vertical-align: top;
  }
  .box4 {
    box-sizing: border-box;
    width: 23%;
    margin: 0 1%;
    /* 横並び　X4 */
    float: left;
  }
  .box5 {
    box-sizing: border-box;
    width: 18%;
    margin: 0 1%;
    /* 横並び　X5 */
    float: left;
  }
  /* ==========================
	汎用
========================== */
  #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 {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
  /* ==========================
	見出し
========================== */
  .post-type-page h3, body:not(.home) .mainblock h3 {
    font-size: 23px;
  }
  .entry-block h3 {
    font-size: 18px;
  }
  .post-type-page h4, .mainblock h4 {
    font-size: 20px;
  }
  .post-type-page h5, .mainblock h5 {
    font-size: 17px;
  }
  h3.number_title .number {
    margin-right: 0;
    font-size: 140%;
  }
  .catch_title {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4em;
  }
  .title {
    font-size: 19px;
  }
  /* ==========================
	ブロック
========================== */
  /* 横ならびbox */
  .box2, .box3, .box4 {
    margin-bottom: 20px;
  }
  /* -- before after ------------ */
  .ba-block {
    margin-bottom: 10px;
    background: none;
    font-size: 92%;
  }
  .ba-block .before, .ba-block .after {
    width: 100%;
    float: none;
  }
  .ba-block .before {
    margin-bottom: 20px;
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
  }
  /* ==========================
	お問い合わせ
========================== */
  .wpcf7 dl dt {
    margin-bottom: 0;
    padding-bottom: 2px;
    float: none;
  }
  .wpcf7 dl dd {
    padding-top: 5px;
    padding-left: 5px;
  }
  .wpcf7 dl dd input, .wpcf7 dl dd textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
  }
  /* ==========================
	サイトマップ
========================== */
  #menu-sitemap li::after {
    top: 1.5em;
  }
  /* ==========================
	googlemap
========================== */
  .googlemap {
    padding-bottom: 60%;
    /* 縦横比 */
  }
  /* ==========================
	汎用
========================== */
  .con_l {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 480px) {
  .qa-block .answer {
    margin-left: 10px;
  }
  /* 時間表 -------------------- */
  .time-table th, .time-table td {
    padding: 5px 2px;
    font-size: 75%;
  }
  /* googlemap -------------------- */
  .googlemap {
    padding-bottom: 60%;
  }
}

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