@charset "UTF-8";
/*
目次
#投稿（ブログ、新着情報）
#画像
#下層見出し
#リスト
#footerパーツ
#mediaquery
#
#
*/
/*==========================
	投稿（ブログ、新着情報）
==========================*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.entry-block .dateBlock {
  /* 日時 */
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

#aside .menu-blog {
  /* ブログページのカテゴリーリスト */
  padding: 10px 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  background: #f6f6f6;
}

#aside .menu-blog h3 {
  border-bottom: 1px dotted #ccc;
  color: #1a1a1a;
  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: #555;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #473619;
  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: #473619;
}

.pager {
  /* ページネーション */
  font-size: 88%;
  /*14px*/
  margin-bottom: 3em;
}

.pager span.current, .pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #51504e;
  text-align: center;
}

.pager span.current {
  /* 今のページ */
  color: #fff;
}

/*=========
	画像
===========*/
img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

.mainblock img {
  max-width: 100%;
}

.aligncenter {
  /* 真ん中寄せ */
  display: block;
  margin: 0 auto 10px;
}

.img_size img, img.img_size {
  /* 小さい画像に対応 */
  width: auto !important;
}

/*============
	下層見出し
==============*/
.under .sec_top.pd{
	margin-bottom: 10%;
}
@media (min-width: 1025px) {
	.under .sec_top.pd{
		margin-bottom: 7%;
	}
}
.entry-block h3, .post-type-page h3, .under h3 {
  /*-H3-*/
  font-size: 30px;
  margin: 0 0 1em 0;
  padding: 15px 0 0 0;
  overflow: visible;
  color: #8fc31f;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.4;
  background-size: 2.3em;
}

.post-type-page h3::before, .under h3::before {
  position: absolute;
  content: "";
}

.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;
}

.mce-content-body h4, .under h4 {
  /*-H4-&投稿タイトル*/
  font-size: 24px;
  color: #333333;
  line-height: 1.5;
  position: relative;
  padding: 0 10px 3px 29px;
  margin: 0 auto 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px dotted #b3b3b3;
}

.entry-block h3:before, .mce-content-body h4::before, .under h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: .3em;
  width: 19px;
  height: 21px;
  background: url("img/h4.png") no-repeat center/contain;
}

.mce-content-body div.h3 + h4, div.h3 + h4 {
  margin-top: 0;
}

.entry-block h3 {
  /* 投稿タイトルのみ */
  font-size: 20px;
  margin-top: 0;
  padding: 0 0;
  font-weight: bold;
}
.entry-block h3:before, .entry-block h3:after {
  content: none;
}

.entry-block h3 a {
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #ec6d88;
}

.mce-content-body h5, .under h5 {
  /*-H5-*/
  font-size: 22px;
  color: #fff;
  display: table;
  position: relative;
  padding: 5px 10px 4px;
  line-height: 1.5;
  margin: 0 0 1em;
  background: #bcd97c;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mce-content-body h5.center, .under h5.center {
  margin-inline: auto;
  text-align: center;
}

/*.mce-content-body h5::before,
.under h5::before {
	position:absolute;
	content:"";
	height:80%;
	top:10%;
	width:5px;
	border-radius:2px;
	background:#;
	left:0;
}*/
.under h4 + h5, .under div.h4 + h5 {
  margin-top: 0 !important;
}

.post-type-page h6, .under h6 {
  /*-H6-*/
  font-size: 20px;
  line-height: 1.4;
  margin: 20px auto 10px;
  padding: 0 0 0 15px;
  overflow: hidden;
  color: #333333;
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.post-type-page h6:before, .under h6:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 2px;
  background: #ec6d88;
}

/*-- 数字付きの見出し ------------*/
/*.number {
	display: inline-block;
	vertical-align: baseline;
	font-size: 76%;
	padding: 0.2em 0.6em 0.1em;
	margin-right: 0.4em;
	background: #473619;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 0.2em;
	line-height: 1.4;
}*/
.number {
  display: inline-block;
  vertical-align: baseline;
  padding: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

.number:after {
  content: ".";
}

h3.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #473619;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

h3.number_title .number::after {
  content: ".";
}

h4.number_title .number {
  font-style: italic;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

h4.number_title .number::after {
  content: ".";
}

.title {
  margin-bottom: 1em;
}
.title p {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: bold;
  color: #8fc31f;
  text-align: center;
}

/*=========
	リスト
===========*/
/* ul01 */
.ul01 {
  margin-bottom: 1em;
}

.ul01 li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
}

.ul01 li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #8fc31f;
  top: 5px;
  left: 0;
  border-radius: 50%;
}

/* 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 #473619;
  border-radius: 50%;
  top: 0.38em;
  left: 0.38em;
}

.ul_check, .ul_arrow {
  /* ul_check チェックのリスト */
  margin-bottom: 1em;
}

.ul_check {
  margin-bottom: 1.2em;
  overflow: hidden;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}

.ul_check li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  top: 4px;
  left: 0;
}

ul.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 3px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

.ul_arrow {
  /* ul_arrow 右向き三角のリスト */
}

.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
}

.ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.35em;
  left: 0;
  margin: 0 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #4e6b2f;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ul_arrow li a {
  text-decoration: none;
  color: #8fc31f;
}

.ul_arrow li a:hover {
  text-decoration: underline;
}

ol.ol01 {
  /*-- OL ------------*/
  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: none inside;
  counter-increment: ollist;
}

ol.ollist li:before {
  display: list-item;
  float: left;
  margin-right: 5px;
  content: "(" counter(ollist) ") ";
}

ol.ol_decimal {
  /* 数字のOLリスト */
  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;
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  background: #8fc31f;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
}

.float-list {
  /* 横並びリスト-*/
  overflow: hidden;
}

.float-list li {
  margin-bottom: 0.5em;
}

/*============
	テーブル
=============*/
.time-table {
  /*-- 診療時間表 --*/
  width: 100%;
  margin-bottom: 0.3em;
  line-height: 1.5;
  background: transparent;
}

.time-table th, .time-table td {
  color: #2d2d2d;
  text-align: center;
  font-weight: normal;
  padding: 10px 3px 10px;
  vertical-align: middle;
}

.time-table tbody {
  border-bottom: 1px solid #2d2d2d;
}

.time-table thead th {
  color: #2d2d2d;
  background: transparent;
}

.time-table tbody th {
  width: 30%;
}

.table01 {
  /*-- 基本のテーブル --*/
  width: 100%;
  margin-bottom: 0.5em;
}

.table01 th, .table01 td {
  padding: 7px 5px 5px 5px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

.table01 th {
  width: 15%;
  text-align: center;
}

.table01.price th {
  width: 60%;
}

.table01.price td {
  text-align: right;
}

.border-table {
  /*-- ボーダーのついたテーブル --*/
  width: 100%;
  font-size: 95%;
  margin-bottom: 1.5em;
}

.border-table thead th {
  background: #85ac5a;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.border-table th, .border-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 5px;
  border: 1px solid #ccc;
  line-height: 1.3;
}

.border-table tbody th {
  background: #e8f4f9;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .border-table tbody th {
    width: 30%;
  }
}

.info_table td {
  text-align: center !important;
}

.border-table.price tbody th {
  width: 60%;
}

.border-table.price.option tbody th {
  width: 20%;
}

.border-table.price.colonoscopy tbody th {
  width: 50%;
}

.border-table.price td {
  text-align: right;
}

td.op {
  width: 14%;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 0.5em;
}

.fee-table th, .fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #ccc;
}

.fee-table thead th {
  background: #8fc31f;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: rgba(143, 195, 31, 0.3);
}

.fee-table tbody td {
  text-align: right;
}

/*==========================
	DL
==========================*/
dl.dl01 {
  margin-bottom: 0.5em;
}

dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #352e24;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
  font-size: 117%;
  font-weight: normal;
  position: relative;
}

dl.dl_number dd {
  padding-left: 2em;
  margin-bottom: 1.2em;
}

.dl_number .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.5em;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	ボックス
==========================*/
/*-- 基本のブロック ------------*/
.block {
  margin-bottom: 50px;
}

/*-- クリアフィックスブロック ------------*/
.block-inner {
  margin-bottom: 2em;
}

.block > .block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/
.border-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 5px;
  border: 1px solid #8fc31f;
  margin-bottom: 1.2em;
}

/*-- 背景色付き ------------*/
.bg-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6%;
  background: #fcf7ee;
  margin-bottom: 1.2em;
  overflow: hidden;
}

.border-block h5:first-child, .bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

/*-- before after ------------*/
.ba-block {
  background: url(img/arrow_r.svg) no-repeat center 50%;
  background-size: 3%;
  margin-bottom: 10px;
  font-size: 92%;
}

.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}

.ba-block .after {
  float: right;
  width: 47%;
}

.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.batitle {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0.5em !important;
}

/*-- 流れ ------------*/
.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 #ccc;
}

.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;
}

.qa-block .answer {
  position: relative;
  padding: 2px 2px 2px 2em;
  margin-left: 30px;
  margin-top: 20px;
}

.answer p {
  padding: 10px 0 0px 0px;
}

.answer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  background: #473619;
  height: 2em;
  width: 2em;
  border-radius: 50%;
}

.qa-block .answer p {
  margin: 0;
}

.mce-content-body .qa-block h4, .qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #333333;
  background: none;
  padding-top: 0;
}

.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background: #4a94e6;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .mce-content-body .qa-block h4::before, .qa-block h4::before {
    top: 4px;
  }
}

.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 82%;
  top: 0;
  left: 0.55em;
  color: #fff;
  font-weight: normal;
  border: none;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

.wpcf7 dl dt, .wpcf7 dl dd {
  padding: 10px 5px;
}

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 .ex, .wpcf7 .subtxt {
  font-size: 75%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 dl dt .requisite, .wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
}

.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}

.wpcf7 dl dd .radio input, .wpcf7 dl dd .heckbox input {
  width: auto;
}

.wpcf7 dl dd .radio01 span.wpcf7-list-item, .wpcf7 dl dd .sexes span.wpcf7-list-item, .wpcf7 dl dd .correspondence span.wpcf7-list-item, .wpcf7 dl dd .course span.wpcf7-list-item, .wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wpcf7 dl dd.radio input, .wpcf7 dl dd.checkbox input {
  width: inherit;
  height: inherit;
  vertical-align: text-top;
  padding: 0.6em 0 0;
  line-height: 1.6em;
}

.wpcf7 dl dd.age input {
  width: 80px;
  margin-right: 5px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center !important;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
  margin-bottom: 1em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

@media screen and (max-width: 767px) {
                                      /*
/*==========================
	お問い合わせ
==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }

  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }

  .wpcf7 dl dd input, .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .block-inner {
    margin-bottom: 1em;
  }
}
/*==========================
	サイトマップ
==========================*/
#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: #555;
}

#menu-sitemap li a:hover {
  color: #ec6d88;
  text-decoration: underline;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  /*margin-bottom: 20px;*/
}

.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================
	Youtube
==========================*/
.youtube-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.youtube {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
	汎用
==========================*/
.t_red {
  color: #F00;
}

.t_blu {
  color: #00F;
}

.font-big {
  font-size: 120%;
}

.font-small {
  font-size: 82%;
}

.color01 {
  color: #8fc31f;
}

.color02 {
  color: #ec6d88;
}

.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;
}

/********************************
	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-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }

  .float-list3 li:nth-child(3n) {
    padding-right: 0;
  }

  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }

  /*==========================
      ブロック
    ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5% 0 0;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.9% 0 0;
    width: 32%;
    -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;
  }

  /*==========================
      汎用
    ==========================*/
  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;
  }
}
p.name {
  font-weight: bold;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 1041px) {
  /*コンテンツが横幅いっぱいになったら*/
  .time-table th, .time-table td {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}
.page-title {
  background: url("img/under_title.jpg") no-repeat center center/cover;
}

@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: 18px;
  }

  .post-type-page h4, .mainblock h4 {
    font-size: 20px;
  }

  .post-type-page h5, .mainblock h5 {
    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;
  }

  /*==========================
      ブロック
    ==========================*/
  /* 横ならびbox */
  .box2, .box3, .box4 {
    margin-bottom: 20px;
  }

  /*-- before after ------------*/
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }

  .ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
  }

  .ba-block .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }

  /*==========================
      お問い合わせ
    ==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0;
    padding-bottom: 2px;
  }

  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }

  .wpcf7 dl dd input, .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: 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;
  }

  .youtube {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th, .time-table td {
    font-size: 75%;
    padding: 5px 0;
  }

  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 767px) {
  .border-table th, .border-table td {
    font-size: 80%;
    padding: 5px 3px;
    line-height: 1.5;
  }

  .table01 th, .table01 td {
    font-size: 80%;
  }
}
@media screen and (min-width: 768px) {
  .toggle {
    display: none;
  }
}
.ic {
  display: table;
  position: relative;
}
.ic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ic__tel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 4vw, 43px);
  padding-left: clamp(32px, 4.5vw, 45px);
}
.ic__tel:before {
  width: clamp(22px, 3.5vw, 35px);
  height: clamp(21px, 3.4vw, 34px);
  background: url(img/ic_tel.png) no-repeat center/contain;
}
.ic__web {
  font-size: clamp(22px, 2.8vw, 28px);
  padding-left: clamp(40px, 4.2vw, 42px);
}
.ic__web:before {
  bottom: clamp(3px, 0.5vw, 5px);
  width: clamp(30px, 3.2vw, 32px);
  height: clamp(22px, 2.4vw, 24px);
  background: url(img/ic_web.png) no-repeat center/contain;
}
