@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*全ページ共通の指定
*投稿、画像
*見出し、リスト、
*横並びボックス
*googlemap、youtube
*
*/
/*==========================
	投稿（ブログ、新着情報）
==========================*/
.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;
  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: #51504e;
  border: 1px solid #51504e;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.pager a {
  background: #fff;
  color: #f49b28;
}

.pager a:hover {
  color: #fff;
  background: #f49b28;
}

.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;
}

/* 小さい画像に対応 */
.img_size img, img.img_size {
  width: auto !important;
}

/*==========================
	見出し
==========================*/
/*-- H3 ------------*/
.post-type-page h3, .under h3 {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 0.5em;
  padding-top:90px;
  color: #56514c;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  background: url(img/h3_img.png) no-repeat center top;
  line-height: 1.4;
}

.post-type-page h3::before, .under h3::before {
  position: absolute;
  content: "";
}

.post-type-page h3::after, .under h3::after {
  position: absolute;
  content: "";
}

.post-type-page h3::before, .under h3::before {}

.post-type-page h3::after, .under h3::after {}

.mainblock>h3:first-child, .mainblock>div:first-child h3, .mainblock>h3:first-of-type {
  margin-top: 0;
}

.post-type-page .h3_bg h3 {}

/*-- H4 投稿タイトル ------------*/
.entry-block h3, .mce-content-body h4, .under h4 {
  font-size: 24px;
  color: #56514c;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  padding: 0.6em 10px 0.6em 50px;
  border-bottom: 2px solid #eeeadb;
  margin: 0 auto 20px;
  background: url(img/h4_img.png)no-repeat left center;
  box-sizing: border-box;
}

.under h4 {}

.entry-block h3:before, .mce-content-body h4::before, .under h4::before {
  position: absolute;
  content: "";
}

.mce-content-body div.h3+h4, div.h3+h4 {
  margin-top: 0;
}

/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 18px;
  margin-top: 0;
}

.entry-block h3 a {
  color: #4e6b2f;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #999;
}

/*-- H5 ------------*/
.mce-content-body h5, .under h5 {
  font-size: 20px;
  font-weight: bold;
  color: #56514c;
  display: table;
  position: relative;
  padding-left:40px;
  line-height: 1.5;
  margin-bottom: 0.8em;
  margin: 0 0 10px;
}
.mce-content-body h5::before,
.under h5::before {
  position: absolute;
  content: "";
  top: 0.6em;
  height: 2px;
  width: 30px;
  border-radius: 12px;
  background: #cdc091;
  left: 0;
}

.under h4+h5, .under div.h4+h5 {
  margin-top: 0 !important;
}

/*-- H6 ------------*/
.post-type-page h6, .under h6 {
  font-size:18px;
  line-height: 1.4;
  margin: 20px auto 10px;
  padding: 0.4em 1em;
  overflow: hidden;
  color: #56514c;
  position: relative;
  display: inline-block;
  font-weight: bold;
  background:#f3f2ed;
}
.under h5+h6, .under div.h5+h6 {
  margin-top: 10px !important;
}
/*-- 数字付きの見出し ------------*/
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 {
  background: none;
  padding: 5px 0.6em;
  margin: 0 0.5em 0 0;
  position: relative;
  background: #b8ac83;
  color: #fff;
}

@media screen and (max-width: 767px) {
  h4.number_title .number {
    /* display: table; */
    /* margin-bottom: 0.5em; */
  }
}

/*-- title ------------*/
.title p {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: #56514c;
}

/*==========================
	リスト
==========================*/
/*-- UL ------------*/
/* ul01 */
.ul01 {
  margin-bottom: 1em;
}

.ul01 li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 1em;
  box-sizing: border-box;
  line-height: 1.4;
}

.ul01 li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #cdc091;
  top: 6px;
  left: 0;
  border-radius: 10px;
}

/* ul02 */
.ul02 {
  margin-bottom: 1em;
}

.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  box-sizing: border-box;
}

.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #473619;
  border-radius: 50%;
  top: 0.38em;
  left: 0.38em;
}

/* ul_check チェックのリスト */
.ul_check, .ul_arrow {
  margin-bottom: 1em;
}

.ul_check {
  box-sizing: border-box;
  padding: 30px 30px 20px;
  background: #f3f2ed;
  margin-bottom: 1.2em;
  overflow: hidden;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
  box-sizing: border-box;
}

.ul_check li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #56514c;
  top: 4px;
  left: 5px;
}

ul.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

/* ul_arrow 右向き三角のリスト */
/* .ul_arrow {
  box-sizing: border-box;
  margin: 0 auto 2em;
}

.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
}

.ul_arrow li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 7px;
  border: 6px solid transparent;
  border-top: 8px solid #cdc091;
  top: 40%;
  -moz-transform: rotate(-90deg) translateY(-50%);
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -o-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

.ul_arrow li a {
  position: relative;
  text-decoration: none;
  color: #cdc091;
  width: 100%;
  display: block;
  border: 1px solid #cdc091;
  padding: 0.4em 1em;
  box-sizing: border-box;
}

.ul_arrow li a:hover {
  background: #cdc091;
  color: #fff;
}

.ul_arrow li a:hover:before {
  border-top: 8px solid #fff;
} */

/*-- 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: none 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;
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  background: #56514c;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
}

/*-- 横並びリスト ------------*/
.float-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.float-list li {
  width: 48%;
}

.float-list li:nth-child(even) {
  margin-right: 0;
}

.float-list li a {
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  padding: 0.4em 20px 0.4em 1em;
}

/*==========================
	テーブル
==========================*/
/*-- 診療時間表 ------------*/
.time-table {
	width:100%;
	margin-bottom:0.5em;
}
.time-table tr:last-child{
	border-bottom:1px solid #56514c;
	}
.time-table th,.time-table td {
	text-align:center;
	font-weight:normal;
	padding: 0.5em 4px;
}
.time-table th:first-child {
	padding-left: 1em;
	width: 30%;
}
.time-table thead th:first-child,
.time-table tbody th {
	text-align: left;
}
.time-table td {
}
.time-table tbody tr:first-child th,
.time-table tbody tr:first-child td {
	padding-top: 1em;
}
.time-table tbody tr:last-child th,
.time-table tbody tr:last-child td {
	padding-bottom: 1em;
}

.time-table .ontime {
	color: #6AC1B7;
}

.time-table + p {
	margin-bottom: 1.5em;
}
/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  margin-bottom: 2em;
}

.table01 th, .table01 td {
  padding: 1em;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table01 th {
  width: 30%;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #cdc091;
  border-bottom: 1px solid #cdc091;
}

.table01.price th {
  width: 60%;
}

.table01.price td {
  text-align: right;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
  font-size: 95%;
  margin-bottom: 2em;
}

.border-table thead th {
  background: #f3f2ed;
  text-align: center;
}

.border-table th, .border-table td {
  text-align: left;
  padding: 1em 10px;
  border: 1px solid #ccc;
  line-height: 1.4;
}

.border-table tbody th {
  background: #fdfcf8;
  vertical-align: middle;
  width: 30%;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 2em;
}

.fee-table th, .fee-table td {
  text-align: left;
  padding: 1em 10px;
  border: 1px solid #ccc;
  line-height: 1.4;
}

.fee-table thead th {
  background: #cdc091;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: #f3f2ed;
}

.fee-table tbody td:last-child {
  text-align: right;
   vertical-align: middle;
}

/*==========================
	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: 2em;
}

/*-- クリアフィックスブロック ------------*/
.block-inner {
  margin-bottom: 2em;
  /*padding:0 10px;*/
}

.block>.block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/
.border-block {
  box-sizing: border-box;
  padding: 40px 4%;
  border: 5px solid #f3f2ed;
  margin-bottom: 1.2em;
}

/*-- 背景色付き ------------*/
.bg-block {
  box-sizing: border-box;
  padding: 40px 4%;
  background: #f3f2ed;
  margin-bottom: 1.2em;
  overflow: hidden;
}

.border-block>*:first-child, .bg-block>*:first-child {
  margin-top: 0 !important;
}

.border-block>*:last-child, .bg-block>*:last-child {
  margin-bottom: 0 !important;
}

.border-block>h4,
.bg-block>h4 {
  border: none;
  padding: 0;
  display: table;
  margin: 0 0 1em;
  padding: 0 0.2em 0.4em 0.2em;
  border-bottom: 2px solid #cdc091;
  background: none;
}
.border-block>h4{
	border-color:#56514c;
}

/*-- 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 {
  position: relative;
  margin-bottom: 80px;
  box-sizing: border-box;
  padding: 40px 4%;
  border: 5px solid #f3f2ed;
}

/* .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 #f1efde;
} */
/* -------------------------------追加 */
.flow-block:last-child::after {
  display: none;
}

.flow-block>*:first-child {
  margin-top: 0;
}

.flow-block>*:last-child {
  margin-bottom: 0;
}

.flow-block:last-child {
  margin-bottom: 30px;
}

.flow-block h4 {
  margin-top: 0;
  border: none;
  background: none;
  padding: 0;
}

.flow-block h4:before {
  display: none;
}

.block-inner .flow-block {
  padding: 0 0 1em;
}

.flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -60px;
  right: 50%;
  margin: 0 -45px -40px 0;
  border: 40px solid transparent;
  border-top: 30px solid #f3f2ed;
}

.flow-block:last-child::after {
  display: none;
}

/*-- Q&A ------------*/
.qa-block {
  margin-bottom: 2.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}

.qa-block:last-child {
  margin-bottom: 0;
}

.qa-block::before, .qa-block::after {
  position: absolute;
  content: '';
  top: 1rem;
  right: 0;
  background: #cdc091;
  border-radius: 1px;
  width: 1.6rem;
  height: 0.3rem;
}

.qa-block::after {
  transform: rotate(90deg);
  transition: .3s;
}

.qa-block.open::after {
  transform: rotate(0);
}

/* ＋が○で囲まれているやつ <p class="btn_box"></p>これをh4の前に配置*/
/* .qa-block .btn_box{
	position:relative;
}
.qa-block .btn_box{
	    content: "";
	    display: block;
	    position: absolute;
	    top:0;
	    right:0;
	    margin:0 auto;
	    width: 1.8rem;
	    height: 1.8rem;
	    border-radius: 1.8rem;
	    border:1px solid #c5d8d4;
} */
.mce-content-body .qa-block h4, .qa-block h4 {
  padding-left: 56px !important;
  padding-right: 50px !important;
  padding-top: 5px;
  border: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  background: none;
  border-left: none;
  font-size: 20px !important;
}

.qa-block h4:hover {
  cursor: pointer;
}

.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 3px;
  bottom: auto !important;
  left: 0;
  background: #f3f2ed;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  margin-top: -0.15em;
}

.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 0;
  bottom: auto !important;
  left: 10px;
  color: #b8ac83;
  border: none;
  background: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.qa-block .answer {
  display: none;
  padding-top: 20px;
  padding-left: 56px !important;
  position: relative;
  margin-top: 20px;
}

.answer::before {
  position: absolute;
  content: "";
  top: 15px;
  bottom: auto !important;
  left: 0;
  background: #b8ac83;
  height: 42px;
  width: 42px;
  font-size: 26px;
  border-radius: 50%;
  margin-top: -0.15em;
}

.answer::after {
  position: absolute;
  content: "A";
  font-size: 26px;
  font-weight: 700;
  top: 10px;
  bottom: auto !important;
  left: 12px;
  color: #ffffff;
  border: none;
  background: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.qa-block .answer p {
  margin: 0;
}

@media (max-width : 767px) {
  .mce-content-body .qa-block h4, .qa-block h4 {
    padding-top: 5px;
    font-size: 18px !important;
  }

  .qa-block .answer {
    padding-top: 20px;
  }

  .mce-content-body .qa-block h4::after, .qa-block h4::after {
    padding-top: 3px;
  }
}

/*==========================
	お問い合わせページ (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;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

.wpcf7 dl dd .wpcf7-radio input {
  width: 20px;
}

.wpcf7-spinner {
  display: none !important;
}

@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;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}

/*==========================
	サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
  width:800px;
  max-width:100%;
  margin:auto;
}

#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}

#menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #56514c;
}

#menu-sitemap li a:hover {
  color: #cdc091;
}

/*==========================
	画像のギャラリー
==========================*/
.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;
}

/*==========================
	汎用
==========================*/
.color01 {
  color: #cdc091;
}

.color02 {
  color: #cdc091;
}

.attention {
  color: #9c0601;
}

.t_red {
  color: #F00;
}

.t_blu {
  color: #00F;
}

.bgcolor01 {
  background-color: #f3ebcf;
  padding: 0 0.5em;
  font-weight: bold;
}

.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: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !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;
}

.bold {
  font-weight: bold;
}

/********************************
	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 30px 2%;
  }

  .mainblock .alignleft {
    float: left;
    margin: 0 2% 30px 0;
  }

  /*==========================
    ブロック
  ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5% 0 0;
    width: 49%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.9% 0 0;
    width: 32%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    box-sizing: border-box;
    vertical-align: top;
  }

  /*==========================
    汎用
  ==========================*/
  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;
  }
}

#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;
}

#a01_1, #a01_2, #a01_3, #a01_4, #a01_5, #a01_6, #a02_1, #a02_2, #a02_3, #a02_4, #a02_5, #a02_6, #a03_1, #a03_2, #a03_3, #a03_4, #a03_5, #a03_6, #a04_1, #a04_2, #a04_3, #a04_4, #a04_5, #a04_6, #a05_1, #a05_2, #a05_3, #a05_4, #a05_5, #a05_6, #a06_1, #a06_2, #a06_3, #a06_4, #a06_5, #a06_6 {
  margin-top: -50px;
  padding-top: 50px;
}


@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;
  }
}

@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: 28px;
  }

  .post-type-page h3, .mainblock h3 {
    font-size: 26px;
  }

  .entry-block h3 {
    font-size: 22px;
  }

  .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;
  }

  .title p {
    font-size: 20px;
  }

  /*==========================
    ブロック
  ==========================*/
  /* 横ならび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;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  /*==========================
    サイトマップ
  ==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }

  /*==========================
    googlemap
  ==========================*/
  .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }

  /*==========================
    汎用
  ==========================*/
  .con_l {
    margin-bottom: 1em;
  }

  .youtube {
    padding-bottom: 50%;
  }
  .float-list li {
   width:100%;
 }
}

@media screen and (max-width: 480px) {

  /* 時間表 --------------------*/
  .time-table th, .time-table td {
    padding: 5px 0;
  }

  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}

/* --------------------------メリットデメリット */
.ul02.merit li::before {
  border-color: #df9595;
}

.ul01.demerit li {
  padding-left: 1.2em;
}

.ul01.demerit li::before {
  content: "×";
  font-size: 120%;
  font-weight: bold;
  top: -2px;
  background: none;
  color: #8897cd;
  width: auto;
  height: auto;
}
/*==========================
  スクロール表示
==========================*/
@media screen and (max-width: 767px) {
  .under .scroll {
    overflow: auto;
    /* white-space: nowrap; */
    width: 100%;
    margin-bottom: 1em;
  }

  .under .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .under .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

 .under  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .under .scroll table {
    width: 767px;
    margin-bottom: 10px;
  }
}
/* ul_arrow 右向き三角のリスト2 */
.ul_arrow02 li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 1em;
  box-sizing: border-box;
  line-height: 1.4;
}

.ul_arrow02 li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  left: 0;
  border: 6px solid transparent;
  border-left:10px solid #cdc091;
}
.ul_arrow02 li a{
  color:#0f0f0f;
  padding: 0!important;
}
.ul_arrow02 li a:hover{
  color:#cdc091;
}
/*==========================
	page-list　アンカーリスト
==========================*/
.page-list{
	border: 2px solid #f8f5f1;
	padding: 20px 5%;
}
.page-list li{
	padding-left: 0;
}
.page-list li a{
	position: relative;
	display: block;
	padding: .8em 1em;
	padding-left: 3em;
	text-decoration: none;
}
.page-list li a:hover{background: #f3f2ed;color: #56514c;}
.page-list li a:before{
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left:10px;
	margin:0 auto;
	width:1.5em;
	height:1.5em;
	border-radius: 1.5em;
	background: #cdc091;
}
.page-list li a:after{
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 17px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media ( max-width : 767px ) {
	.page-list li a {
padding: .4em 1em .4em 3em;
	}
	.page-list li a:before{
		top: 5px;
	}
	.page-list li a:after{
		top: 13px;
	}
}

/*==========================
2024.11追加
==========================*/
.menu-blog {
    margin-bottom: 3em;
}
.entry-block {
    padding-bottom: 0;
    margin-bottom: 2em;
    border-bottom: none;
}
.top-post {
    margin-bottom: 100px;
}
.top-post__inner {
    li {
        font-size: 20px;
        border-bottom: 1px solid #eeeadb;
        padding: .6em 0;
        margin-top: 1em;
    }
    li:first-child {
        margin-top: 0;
    }
}
.top-post__day {
    padding-right: 1em;
    font-size: 16px;
}
@media ( max-width : 767px ) {
    .top-post__inner {
        li {
            font-size: 16px;
        }
    }
    .top-post__day {
        font-size: 14px;
    }
}