@charset "UTF-8";
/* カラー一括指定
メインカラー　$color_01
セカンドカラー（濃いやつ）　$color_01
背景カラー（薄いもの）　#f1f1f1

文字カラー　#555
*/
/* common */
/*== #footer ==*/
.bnr {
  padding: 40px 0 0;
}
.bnr a {
  display: inline-block;
  margin: 0 0.5% 0;
  width: 360px;
  max-width: 46%;
}
#footer {
  padding: 15px 5px;
  text-align: left;
  background: #f3ead8;
  color: #fff;
  font-size: 15px;
}
#footer p {
  text-align: center;
}
#footer li.menu-item-has-children {
  margin-bottom: 2em;
}
#menu-footer-nav li.menu-item-has-children>.nav_title {
  font-size: 22px;
  pointer-events: none;
  color: #ff0000;
}
#footer .sub-menu {
  font-size: 15px;
  margin-bottom: 1.2em;
  margin-top: 1em;
  display: block !important;
}
#footer .sub-menu li {
  line-height: 1.4;
  font-size: 15px;
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 14px;
}
#footer .sub-menu li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.6em;
  left: 4px;
  margin: -4px 0 0 0;
  border: 3px solid transparent;
  border-top: 5px solid #f9b94a;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#footer li a {
  text-decoration: none;
  color: #555;
}
#footer li a:hover {
  text-decoration: underline;
}
.footer_access p {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 15px;
}
.footer_access p.logo {
  margin-bottom: 1em;
}
#footer .googlemap iframe {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.copyright {
  /**/
  text-align: center;
  padding: 10px 0 40px;
  font-size: 14px;
  color: #555;
  background: #fff;
}
@media (max-width: 768px) {
	.copyright {
		  padding: 10px 0 80px;
	}
}
@media screen and (max-width: 1042px) {
  #footer #menu-footer-nav {
    width: 100%;
  }
  #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .contentbottom .contact-bn a {
    max-width: 45%;
  }
  #footer #menu-footer-nav {
    float: left;
    width: 53%;
    box-sizing: border-box;
    padding-right: 1.4%;
  }
  #footer li.menu-item-has-children {
    float: right;
    width: 58%;
  }
  #footer li.menu-item-has-children:first-child {
    width: 40%;
    float: left;
  }
  #footer .footer_access {
    float: right;
    width: 47%;
    box-sizing: border-box;
    padding-right: 1.4%;
  }
  #footer .googlemap {
    padding-bottom: 28%
  }
}
@media screen and (max-width: 767px) {
  .bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
  }
  #footer .footer_access {
    margin-bottom: 1.5em;
  }
  #footer li.parent, #footer li.parent2, #footer li.parent3 {
    float: none;
    width: auto;
    display: block;
  }
  #footer li.menu-item-has-children, #footer li.menu-item-has-children:last-child {
    float: none;
    height: auto;
    width: 100%;
    border-left: none;
    padding-left: 1%;
  }
  #footer .sub-menu li {
    vertical-align: top;
  }
}
/* style */
/*== 投稿（ブログ、新着情報） ==*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.entry-block .dateBlock {
  /* 日時 */
  color: #555;
  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: #f1f1f1;
}
#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: #f5a265;
  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: #f5a265;
}
/*-- ページネーション --*/
.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: #f5a265;
  text-align: center;
}
.pager a:hover {
  background: #ccc;
  color: #fff;
}
.pager span.current {
  /* 今のページ */
  background: #ccc;
  color: #fff;
}
/*== 見出し ==*/
/*-- H3 --*/
.h3wrap {/* Javascriptで制御しています*/
  text-align: center;
}
.post-type-page h3, body:not(.home) .under h3,
.h3wrap h3 {
  padding: 0.9em 0.5em 0.8em;
  position: relative;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top:1.8em;
  margin-bottom: 1em;
  text-align: center;
}
body:not(.home) .h3wrap h3  {
  display: inline-block;
  padding: 0.9em 42px;
}
.post-type-page  h3::before,
.post-type-page  h3::after,
.h3wrap h3::before,
.h3wrap h3::after {
  position: absolute;
  content: "";
  background-image:url("img/logo_icon.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 100%;
  top: 0;
}
.post-type-page  h3::before,
.h3wrap h3::before{
  left: 0;
}
.post-type-page  h3::after,
.h3wrap h3::after{
  right: 0;
}
/*-- H4  --*/
.mce-content-body .h4wrap h4, .under .h4wrap h4 {
  color: #82c459;
  font-size: 22px;
  display: inline-block;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.5;
  margin-bottom: 1.2em;
  margin-top: 1.8em;
  font-weight: bold;
  padding: 0.2em 0 0;
  background: linear-gradient(to top, #e8f3e1 0, #e8f3e1 35%,transparent 35%);
}
.mce-content-body .h4wrap h4::before,.under .h4wrap h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 0.6em;
  background: #e8f3e1;
  z-index: -1;
}
/*-- 投稿タイトル --*/
.entry-block h3 {
  padding: 0.2em 0 0.6em 2.2em;
  background: url(img/logo_ico.png) no-repeat 0.3em 30%;
  background-size: 1em;
  font-size: 22px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  margin-top: 1.8em;
  font-weight: bold;
}
.entry-block h3 .subtitle {
  color: inherit;
  font-size: 14px;
  padding-left: 0.6em;
}
.entry-block h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
}
.entry-block h3::before {
  background: #f5a265;
  width: 100%;
}
.entry-block h3::after {
  background: #f5a265;
  width: 24%;
}
.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 {
  font-size: 18px;
  margin-top: 0;
}
.entry-block h3 a {
  color: inherit;
  text-decoration: none;
}
.entry-block h3 a:hover {
  color: #f5a265;
}
/*-- H5 --*/
.mce-content-body h5, .under h5 {
  font-size: 20px;
  position: relative;
  padding: 0.3em 0 0 0;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1.2em;
    color: #ffb72f;
  font-weight: bold;
}
.under h4+h5, .under div.h4+h5 {
  margin-top: 0 !important;
}
/*-- H6 --*/
.post-type-page h6, .under h6 {
  font-size: 107%;
  line-height: 1.4;
  margin-bottom: 0.5em;
  margin-top: 40px;
  font-weight: normal;
  padding: 0.2em 0.8em 0.1em 0.8em;
  overflow: hidden;
  color: #bf8489;
  position: relative;
  display: inline-block;
  border-left: 3px solid #bf8489;
}
/*-- 数字付きの見出し --*/
.number {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.4em;
  color: #82c459;
  line-height: 1.4;
}
h3.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #f5a265;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}
h3.number_title .number::after {
  content: ".";
}
h4.number_title {
  background: none;
  padding-left: 0;
}
h4.number_title .number {
  font-size: 110%;
  font-style: italic;
  color: #82c459;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}
h4.number_title .number::after {
  content: ".";
}
.mce-content-body h5.number_title, .under h5.number_title {
  border: none;
  margin-bottom: 0.5em;
}
/*-- title --*/
p.title, .title p {
  font-size: 22px;
  font-weight: bold;
  color: #ff8591;
  margin: 0 0 10px;
}
/*== リスト ==*/
.page-list {
  padding: 25px 25px 15px;
  background: #fff7f1;
}
/*-- UL --*/
/* ul01 */
.ul01 {
  margin-bottom: 1em;
}
.ul01 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  box-sizing: border-box;
}
.ul01 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #f5a265;
  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;
  box-sizing: border-box;
}
.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #f5a265;
  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: #bf8489;
  border: 1px solid #bf8489;
  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);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
/* 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 #f5a265;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.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-type: none;
  list-style-position: inside;
  counter-increment: ollist;
}
ol.ollist li:before {
  content: "(" counter(ollist) ") ";
}
/* 数字のOLリスト */
ol.ol_decimal {
  margin-bottom: 1.2em;
}
ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
ol.ol_decimal>li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
ol.ol_decimal>li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: #f5a265;
  border-radius: 50px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
/*-- 横並びリスト --*/
.float-list {
  overflow: hidden;
}
.float-list li {
  margin-bottom: 0.5em;
}
/*== テーブル ==*/
/*-- 診療時間表 --*/
.table-color1 {
  color: #fa7819;
}
.table-color2 {
  color: #fa7819;
}
.table-color3 {
  color: #fa7819;
}
.table-color4 {
  color: #fa7819;
}
.time-table {
  width: 100%;
  margin-bottom: 0.5em;
}
.time-table th, .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 2px 5px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.time-table th {
  background: #fff;
}
.time-table thead th {
  background: #f5a265;
  color: #fff;
}
.time-table td {
  background: #fff;
}
.time-table td .color01 {
    color: #ffb72f;
}
/*-- 基本のテーブル --*/
.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: #1a1a1a;
}
/*-- ボーダーのついたテーブル --*/
.t-fix {
  table-layout: fixed;
}
.border-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.border-table thead th {
  background: #ffb8bf;
  color: #fff;
  text-align: center;
}
.border-table th, .border-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ccc;
}
.border-table tbody th {
  background: white;
  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 {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ccc;
}
.fee-table thead th {
  background: #bf8489;
  color: #fff;
  text-align: center;
}
.fee-table tbody th {
  background: #f3e9ea;
}
.fee-table tbody td {
  text-align: right;
}
.fee-table2{
  margin: 0 auto 0.5em;
  width: 100%;
  border: none;
  position:relative;
  table-layout:fixed;
  border-collapse: separate;
  border-spacing: 0 10px;
  line-height: 0;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}
.fee-table2 td.bar {
  height: 1px;
  width: 100%;
  border-top: dotted 1px #34495e;
}
.fee-table2 th{
  vertical-align: middle;
  margin: 0;
  text-align: center;
  color: #221714;
  font-weight: bold;
  padding: 0.5em;
}
.fee-table2 th:first-child{
  border-right: dotted 1px #666;
}
.fee-table2 thead th:first-child{
  width:14em;
}
.fee-table2 tbody td{
  text-align:center;
  vertical-align: middle;
}
.fee-table2 th,
.fee-table2 td{
  line-height:1.2;
}
.fee-table2 .bar {
  height: 1px;
  width: 100%;
}
.fee-table2 .text-small{
  font-size:14px;
}
@media screen and (max-width: 767px) {
  .fee-table2 thead th:first-child{
    width:6em;
  }
  .fee-table2 th{
    line-height:1.4;
  }
  .fee-table2 th,
  .fee-table2 td{
    font-size:14px;
  }
  .fee-table2 .text-small{
    font-size:12px;
  }
}
/*== 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: #f1f1f1;
}
dl.dl01 dd {
  margin-bottom: 1.2em;
}
/*-- 数字つきdl --*/
dl.dl_number dt {
  font-size: 117%;
  color: #222;
  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: #999;
  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: 20px 20px 5px;
  border: 3px solid #f5a265;
  margin-bottom: 1.2em;
}
.border-block2 {
  box-sizing: border-box;
  padding: 0 50px 30px;
  border: 3px solid #bde6a4;
  margin-bottom: 30px;
    border-radius: 20px;
	background:#fff;
}
@media screen and (max-width: 767px) {
  .border-block2 {
    padding: 0 20px 15px;
  }
}
/*-- 背景色付き --*/
.bg-block {
  box-sizing: border-box;
  padding: 20px 20px 5px;
  background: #fdeadd;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 6px;
}
.bg-block2 {
  box-sizing: border-box;
  padding: 0 50px 30px;
  background: #fff7f1;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .bg-block2 {
    padding: 0 20px 15px;
  }
}
.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 #e2c7c9;
}
.block>.flow-block:last-child::after, .block-inner>.flow-block:last-child::after {
  display: none;
}
/*-- Q&A --*/
.qa-block {
	position:relative;
  margin-bottom: 1.8em;
  padding-top: 1.8em;
  border-top: 1px dotted #ccc;
}
.qa-block::before, .qa-block::after {
  position: absolute;
  content: '';
  top: 3.8em;
  right: 0;
  background: #82c459;
  border-radius: 1px;
  width: 20px;
  height: 3px;
}
.qa-block::after {
  transform: rotate(90deg);
  transition: .3s;
}
.qa-block.open::after {
  transform: rotate(0);
}
.mce-content-body .qa-block h4, .qa-block h4 {
  margin: 0.5em 0!important;
  padding-left: 2em !important;
  padding-right: 1em!important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #f5a265;
  background: none !important;
}
.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  background: #82c459 !important;
  height: 1.6em !important;
  width: 1.6em !important;
  border-radius: 50%;
  margin-top: -0.15em;
}
.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q" !important;
  font-size: 82%;
  top: 4px;
  left: 0.55em !important;
  color: #fff;
  font-weight: normal;
  border: none;
  background: none !important;
}
.qa-block .h4wrap:hover{
  cursor:pointer;
}
.qa-block .answer {
	display: none;
  padding-left: 2em !important;
  position: relative;
  padding: 2px;
  margin-left: 30px;
  margin-top: 20px;
}
.answer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0px;
  background: #bf8489;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  margin-top: 0.1em;
}
.answer::after {
  position: absolute;
  content: "A";
  font-size: 100%;
  top: 2px;
  left: 0.65em;
  color: #fff;
  font-weight: normal;
  border: none;
}
.qa-block .answer p {
  margin: 0;
}
.answer p {
  padding: 0px 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 {
  clear: both;
  float: left;
}
.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}
.wpcf7 .mf {
  font-size: 80%;
  color: #ea0000;
  padding-left: 3px;
}
.wpcf7 .ex, .wpcf7 .subtxt {
  font-size: 88%;
  color: #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;
}
.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;
}
/*== サイトマップ ==*/
#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);
  -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: #555;
}
#menu-sitemap li a:hover {
  color: #f5a265;
}
/*== 画像のギャラリー ==*/
.gallery li {
  margin-bottom: 20px;
}
.gallery li img {
  margin-bottom: 5px;
}
/*== googlemap ==*/
.googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  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;
}
/*== 汎用 ==*/
.color01 { color: #f5a265;}
.color02 { color: #ffb8bf;}
.attention { color: #9c0601;}
.bgcolor01 { background-color: #f1f1f1; 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;}
.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 {
  text-align: right;
  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 10px 2%;
  }
  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }
  /*== リスト ==*/
  .float-list {
    overflow: hidden;
  }
  .float-list li {
    float: left;
    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;
    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%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.5%;
    width: 31%;
    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;
  }
  /*== 汎用 ==*/
  #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 {
    padding: 1em 0;
  }
  .page-title h2 {
    font-size: 20px;
  }
  .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 {
    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;
    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;
  }
}
@media screen and (max-width: 480px) {
  .qa-block .answer {
    margin-left: 10px;
  }
  /* 時間表 --*/
  .time-table th, .time-table td {
    font-size: 75%;
    padding: 5px 2px;
  }
  /* googlemap --*/
  .googlemap {
    padding-bottom: 60%;
  }
}
/* 210903 higaeri start */
.scroll {
	overflow-x: scroll;
}
@media screen and (max-width: 767px) {
	.border-table.tb_wd {
		width: 750px;
		height: auto;
	}
}
@media screen and (min-width: 768px) {
.recruit_bnr img {
	max-width: 1000px;
}	
}
/* 210903 higaeri end */
/* index */
/*== 汎用に使えるボタン ==*/
.btn-style:not(:last-child) {
  margin-bottom: 20px;
}
.btn-style {
  text-align: center;
}
.btn-style a {
  background: #82c459;
  width: 320px;
  max-width: 100%;
  padding: 1em 30px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 18px;
  /* border-radius: 5px; */
  position: relative;
}
@media (min-width: 768px) {
  .btn-style a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .btn-style a {
    font-size: 15px;
  }
}
.btn-style a span {
  display: block;
  font-size: 12px;
}
.btn-style a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #82c459;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-style a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
}
.link_btn a:hover:after, .btn-style a:hover:after {
  right: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link_btn a:hover:before, .btn-style a:hover:before {
  right: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link_btn a:hover, .btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.under .btn-style a {
  width: auto;
  min-width: 280px;
}
/*== loopSlider　無限ループスライダー ==*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}
/*== 　TOP コンテンツ ==*/
.top .mainblock a {
  text-decoration: none;
}
/** Responsive **/
@media screen and (min-width: 768px) {
  /*-- FLEX設定 --*/
  .columns {
    display: flex;
    justify-content: space-between;
  }
  .col_wrap {
    flex-wrap: wrap;
  }
  .columns.reverse {
    /*左右反転*/
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns .column {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

.tlf {
  table-layout: fixed;
}
.tlf th, .tlf td {
  white-space: pre-wrap !important;
}
.ft-logo {
  text-align: left;
}
.color-01 {
  color: #f5a265;
}
.text-right {
  text-align: right;
}
.feat-01 {
  background: url(img/feature_img001.jpg) no-repeat center/cover;
}
.feat-02 {
  background: url(img/feature_img002.jpg) no-repeat center/cover;
}
.feat-03 {
  background: url(img/feature_img003.jpg) no-repeat center/cover;
}
.feat-04 {
  background: url(img/feature_img004.jpg) no-repeat center/cover;
}
.feat-05 {
  background: url(img/feature_img005.jpg) no-repeat center/cover;
}
.feat-06 {
  background: url(img/feature_img006.jpg) no-repeat center/cover;
}
.feat-07 {
  background: url(img/feature_img007.jpg) no-repeat center/cover;
}
.feat-08 {
  background: url(img/feature_img008.jpg) no-repeat center/cover;
}
.feat-09 {
  background: url(img/feature_img009.jpg) no-repeat center/cover;
}
.feat-10 {
  background: url(img/feature_img010.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .layout-01 {
    display: flex;
    justify-content: space-between;
  }
  .layout-01:nth-of-type(odd) .layout-01-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .layout-01:nth-of-type(odd) .layout-01-txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .layout-01-img {
    width: 58.5%;
  }
  .layout-01-txt {
    width: 41.5%;
    display: flex;
    padding: 70px 0;
  }
  .layout-01-txt > * {
    width: 100%;
    max-width: 370px;
    padding: 30px;
  }
}
.strong-01 {
  color: #06501e;
  text-decoration: underline;
}
.highlight-01, .highlight-02 {
  padding: 6%;
  font-size: 18px;
  text-align: center;
}
.highlight-01 {
  color: #fff;
  background: #fff;
}
.highlight-02 {
  color: #06501e;
  background: #f0fbdd;
}
@media (min-width: 768px) {
  .highlight-01 {
    font-size: 34px;
    line-height: 1.4;
  }
}
.menu-01 li {
  text-indent: -.9rem;
  margin-left: .9rem;
}
.menu-01 li::before {
  content: "・";
  color: #000;
}
.card-01 {
  padding: 10px;
}
.card-01-ttl {
  display: flex;
}
@media (min-width: 768px) {
  .card-01 {
    padding: 0 30px;
  }
}
.card-02 {
  background: #fff;
  padding: 10px;
  margin: 0 0 20px;
}
.card-02 th {
  white-space: nowrap;
  text-align: left;
}
.card-02 ul {
  padding: 0 0 0 15px;
}
.card-02 li {
  text-indent: -0.9rem;
}
.card-02 li::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #cb9b9f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}
@media (min-width: 768px) {
  .card-02 {
    height: 85%;
    padding: 20px 35px;
    margin: 0 0 40px;
  }
  .card-02 th {
    padding: 5px 10px;
  }
  .card-02 li {
    padding: 5px 0px;
  }
  .card-02 + .btn-style a {
    width: 100%;
  }
}
.table-01 {
  width: 100%;
  margin-bottom: 15px;
  color: #34282b;
}
.table-01 th, .table-01 td {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.table-01 th {
  font-weight: bold;
  white-space: nowrap;
}
.table-01 td {
  padding-left: 20px;
}
.table-02 {
  width: 100%;
}
.table-02 th {
  padding: 5px 10px;
  text-align: left;
  white-space: nowrap;
}
.table-02 th, .table-02 td {
  border-bottom: 1px solid #ffb72f;
}
@media (min-width: 768px) {
  .table-02 {
    margin: 0 0 30px;
  }
  .table-02 th {
    padding: 5px 30px;
  }
  .table-02 td {
    padding: 5px 0;
  }
}
.h2-type01, .h2-type02, .h2-type03 {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.h2-type01 span, .h2-type02 span, .h2-type03 span {
  display: block;
  color: #82c459;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.h2-type01 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ffb72f;
  text-align: left;
}
.h2-type01 span {
  margin: 0 0 0 10px;
  display: inline-block;
}
.h2-type02 {
  margin-bottom: 10px;
}
.h2-type02 span {
  margin: 5px auto 0;
}
.h2-type03 {
  padding: 20px 0;
  background: url(img/h2_band.jpg) no-repeat center/cover;
}
.h2-type03 span {
  margin: 5px auto 0;
  color: #fff;
}
@media (min-width: 768px) {
  .h2-type01, .h2-type02, .h2-type03 {
    font-size: 30px;
  }
  .h2-type01 {
    padding-bottom: 10px;
  }
  .h2-type02 {
    margin-bottom: 30px;
  }
}
.h3-type01, .h3-type02, .h3-type03 {
  padding: 5px 0 5px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
.h3-type01 {
  color: #34282b;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.h3-type01::before {
  content: "";
  display: inline-block;
  margin: 0 15px 0 0;
  width: 25px;
  height: 40px;
  background: url(img/logo_ico.png) no-repeat center/cover;
  vertical-align: middle;
}
.h3-type02 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffc353;
}
.h3-type02 span {
  width: 80%;
}
.h3-type03 {
  color: #ffb72f;
}
.h4-type01 {
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffb72f;
}
@media (min-width: 768px) {
  .h3-type01, .h3-type02, .h3-type03 {
    font-size: 22px;
  }
  .h3-type01 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .h3-type02 {
    padding: 0 0 20px;
    justify-content: space-between;
  }
  .h3-type02 span {
    width: 68%;
  }
  .h3-type03 {
    font-size: 24px;
  }
}
.num-01::before, .num-02::before, .num-03::before, .num-04::before, .num-05::before, .num-06::before, .num-07::before, .num-08::before, .num-09::before, .num-10::before {
  content: "";
  display: block;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .num-01::before, .num-02::before, .num-03::before, .num-04::before, .num-05::before, .num-06::before, .num-07::before, .num-08::before, .num-09::before, .num-10::before {
    width: 81px;
    height: 81px;
  }
}
.num-01::before {
  background: url(img/num_ico001.png) no-repeat center/cover;
}
.num-02::before {
  background: url(img/num_ico002.png) no-repeat center/cover;
}
.num-03::before {
  background: url(img/num_ico003.png) no-repeat center/cover;
}
.num-04::before {
  background: url(img/num_ico004.png) no-repeat center/cover;
}
.num-05::before {
  background: url(img/num_ico005.png) no-repeat center/cover;
}
.num-06::before {
  background: url(img/num_ico006.png) no-repeat center/cover;
}
.num-07::before {
  background: url(img/num_ico007.png) no-repeat center/cover;
}
.num-08::before {
  background: url(img/num_ico008.png) no-repeat center/cover;
}
.num-09::before {
  background: url(img/num_ico009.png) no-repeat center/cover;
}
.num-10::before {
  background: url(img/num_ico010.png) no-repeat center/cover;
}
.btn-news {
  text-align: center;
}
.btn-news a {
  display: inline-block;
  padding: 7px 20px;
  background: #ffb72f;
  color: #fff;
  font-size: 14px;
}
.btn-news a::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-news a:hover {
  opacity: 0.7;
}
.news, .concept, .info, .recruit {
  padding: 40px 0;
}
.news .topinner:not(:last-child), .concept .topinner:not(:last-child), .info .topinner:not(:last-child), .recruit .topinner:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news, .concept, .info, .recruit {
    padding: 100px 0;
  }
}
.news dl {
  margin-bottom: 10px;
}
.news dd {
  border-bottom: 1px solid #ffb72f;
}
.news .btn-news {
  text-align: right;
}
@media (min-width: 768px) {
  .news {
    padding: 70px 0;
  }
  .news .topinner {
    display: flex;
    justify-content: space-between;
  }
  .news .topinner > * {
    position: relative;
  }
  .news .btn-news {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .news dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news dt {
    width: 26%;
    border-bottom: 1px solid #ffb72f;
  }
  .news dd {
    width: 74%;
  }
  .news dt, .news dd {
    padding: 15px 0;
  }
}
.concept {
  background: url(img/concept_bg.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .concept p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .feature {
    padding: 0 0 30px;
  }
}
.info {
  background: #f2e9d8;
}
@media (min-width: 768px) {
  .info .topinner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .info .topinner > * {
    width: 48%;
  }
}
.recruit {
  background: url(img/recruit_bg.jpg) no-repeat center/cover;
}
.recruit-catch {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit-catch {
    font-size: 24px;
  }
  .recruit-txt {
    max-width: 650px;
    margin: 0 auto 40px !important;
  }
}
.footer {
  padding: 20px 0;
}
.footer-logo {
  text-align: left;
}
@media (min-width: 768px) {
  .footer .topinner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .footer-info {
    width: 30%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-menu {
    width: 67%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-menu-inner {
    width: 20%;
    margin-bottom: 20px;
    padding-right: 2%;
  }
  .footer-bnr {
    width: 100%;
  }
  .footer-bnr figure {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .home .googlemap {
    padding-bottom: 430px;
  }
  .contentbottom .googlemap {
    padding-bottom: 500px;
  }
}
@media (max-width: 767px) {
  .news .topinner > *:not(:last-child), .feature > *:not(:last-child), .info .topinner > *:not(:last-child), .footer-menu > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .sub-menu-ttl {
    background: #eebec2 !important;
  }
}
/* 221005 higaeri start */
@media screen and (min-width: 768px) {
  .feat-06 {
    background: url(img/feature_img006.jpg) no-repeat 70%/cover;
  }
  .feat-07 {
    background: url(img/feature_img007.jpg) no-repeat 10%/cover;
  }
}
/* 221005 higaeri end */
.top_introduction {
  padding: clamp(40px, 25.437px + 3.883vw, 100px) 0;
  background: url(img/top_introduction_bg.jpg) no-repeat center top/cover;
}
.top_introduction h2 {
  margin-bottom: clamp(20px, 15.146px + 1.294vw, 40px);
}
.top_introduction .img_block {
  margin-bottom: clamp(25px, 16.019px + 2.395vw, 62px);
}
@media (min-width: 768px) {
  .top_introduction .img_block {
    display: flex;
    gap: 0 2%;
  }
  .top_introduction .img_block .c-left {
    width: 53%;
  }
  .top_introduction .img_block .c-right {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .top_introduction .img_block .box:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.accordion_menu {
  border: solid 3px #ffda93;
  background: #fff;
  padding: clamp(20px, 16.359px + 0.971vw, 35px) clamp(20px, 16.359px + 0.971vw, 35px) clamp(10px, 7.573px + 0.647vw, 20px);
  border-radius: clamp(10px, 7.573px + 0.647vw, 20px);
}
@media (min-width: 1225px) {
  .accordion_menu {
    letter-spacing: .1em;
    line-height: 1.875;
  }
}
.accordion_menu:not(:last-child) {
  margin-bottom: 20px;
}
.accordion_menu .ttl_wrap {
  font-weight: bold;
  font-size: clamp(18px, 17.029px + 0.259vw, 22px);
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion_menu .ttl_wrap:before, .accordion_menu .ttl_wrap:after {
  content: "";
  position: absolute;
  margin: auto;
}
.accordion_menu .ttl_wrap:before {
  background: url(img/accordion_menuttl_icon.png) repeat center;
  width: 10px;
  height: 60%;
  left: 0;
  top: .1em;
}
.accordion_menu .ttl_wrap:after {
  right: 0;
  width: 24px;
  height: 24px;
  background: #ffb72f;
  top: .15em;
  border-radius: 50%;
}
@media (max-width: 1224px) {
  .accordion_menu .ttl_wrap:after {
    top: .05em;
  }
}
.accordion_menu .ttl_wrap .ttl {
  display: block;
  position: relative;
  line-height: 1.4;
}
.accordion_menu .ttl_wrap .ttl:before, .accordion_menu .ttl_wrap .ttl:after {
  content: "";
  background: #fff;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  z-index: 1;
}
.accordion_menu .ttl_wrap .ttl:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.accordion_menu .ttl_wrap.open .ttl:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: .3s;
  transition: .3s;
}
.accordion_menu .content {
  display: none;
  border-top: solid 1px #ffb72f;
  margin-top: 15px;
  padding-top: 15px;
}
.bnr_slider_thumb {
  margin-top: 20px;
}
.bnr_slider_thumb li {
  margin: 0 10px;
}
.bnr_slider .slick-dots {
  justify-content: center;
}
.top_bnr_slider .bnr_slider_thumb .slick-next {
  right: 10px !important;
  background: url(img/btn_next.png) no-repeat;
  width: 16px;
  height: 40px;
}
.top_bnr_slider .bnr_slider_thumb .slick-prev {
  left: 10px !important;
  background: url(img/btn_prev.png) no-repeat;
  width: 16px;
  height: 40px;
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
.top_bnr_list {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(30px, -3.333px + 4.34vw, 80px);
}
.top_bnr_list li:not(:last-child) {
  margin-bottom: 20px;
}


/* 240109 DR.BRIDGE start */

.feat-03 {
    background: url(img/feature_img003.jpg) no-repeat center/cover;
}

@media (min-width: 768px) {
.num-01::before, .num-02::before, .num-03::before, .num-04::before, .num-06::before, .num-07::before, .num-08::before, .num-09::before, .num-10::before {
    width: 80px;
    height: 80px;
}
	
.num-05::before {
    width: 105px;
    height: 80px;		
}
}


/* 230109 DR.BRIDGE end */