@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
/*共通パーツ色変え部分*/
a,
a:visited {
  color: #54493e;
}

/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 1em 0;
}

.page-title h2 {
  color: #54493e;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
  padding: 1em 0;
  display: table;
  margin: 0 auto;
}

ul.gallery {
  margin-bottom: 1.5em;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
  text-align: center;
}

.btn-style a {
  background: #F99595;
  width: 200px;
  max-width: 98%;
  padding: 0.8em 1.5em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
}

.btn-style a span {
  display: block;
  font-size: 12px;
}

.btn-style a::after {
  content: '';
  position: absolute;
  top: 44%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-style a:hover:after {
  right: 4%;
}

.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;
}

/*==========================
	投稿（ブログ、新着情報）
==========================*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.entry-block .dateBlock {
  /* 日時 */
  color: #888;
  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: #e4f3e7;
}

#aside .menu-blog h3 {
  border-bottom: 1px dotted #182d57;
  color: #182d57;
  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: #54493e;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #182d57;
  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: #182d57;
}

/*-- ページネーション ------------*/
.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: #182d57;
  text-align: center;
}

.pager a:hover {
  background: #ccc;
  color: #fff;
}

.pager span.current {
  /* 今のページ */
  background: #ccc;
  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 ------------*/
/*-- H4 投稿タイトル ------------*/
/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 18px;
  margin-top: 50px !important;
}

.entry-block h3 a {
  color: #ccc;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #182d57;
}

/*-- H5 ------------*/
/*.mce-content-body h5::before,
.under h5::before {
	position:absolute;
	content:"";
	height:80%;
	top:10%;
	width:5px;
	border-radius:2px;
	background:#ccc;
	left:0;
}*/
.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: 20px;
  font-weight: normal;
  padding: 0.2em 0.8em 0.1em 0.8em;
  overflow: hidden;
  color: #182d57;
  position: relative;
  display: table;
  border-left: 3px solid #182d57;
}

/*-- 数字付きの見出し ------------*/
.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.4em;
  background: #182d57;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

h3.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #182d57;
  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: 175%;
  font-style: italic;
  color: #182d57;
  background: none;
  padding: 0;
  padding-left: 70px;
  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 ------------*/
.title,
p.title,
.title p {
  font-size: 22px;
  font-weight: bold;
  color: #182d57;
  margin: 0 0 10px;
}

/*==========================
	リスト
==========================*/
.page-list {
  padding: 25px 25px 15px;
  background: #e4f3e7;
}

/*-- 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: #F99595;
  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 #F99595;
  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: #F99595;
  border: 1px solid #F99595;
  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 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 #182d57;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ul_arrow li a {
  text-decoration: none;
  color: #182d57;
}

.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 {
  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;
  width: 1.8em;
  height: 1.8em;
  background: #182d57;
  border-radius: 50px;
  color: #fff;
  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.5em;
}

.time-table th, .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 12px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

.time-table tr th:first-child {
  width: 30%;
}

.time-table tbody tr {
  border-bottom: 1px solid #cccccc;
}

.time-table tbody tr:last-child {
  border-bottom: 1px solid #cccccc;
}

.time-table th {
  background: #fff;
}

.time-table thead th {
  color: #fff;
  background: #4e99d7;
  padding: 7px 5px 6px;
  font-size: 16px;
  border-bottom: 1px solid #c5ccdc;
}

.time-table td {
  background: #fff;
  font-size: 16px;
}

.time-table + p {
  font-size: 16px;
}

.icon_color01 {
  color: #2a4793;
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  margin-bottom: 1.5em;
}

.table01 th,
.table01 td {
  padding: 8px 6px 6px;
  text-align: left;
  vertical-align: top;
}

.table01 th {
  border-bottom: 1px solid #ccc;
  padding-right: 10px;
  width: 25%;
}

.table01 td {
  border-bottom: 1px solid #ccc;
}

.table01 th:first-of-type {
  border-top: 1px solid #ccc;
  width: 30%;
}

.table01 td:first-of-type {
  border-top: 1px solid #ccc;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.border-table thead th {
  background: #182d57;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.border-table th,
.border-table td {
  text-align: left;
  font-weight: normal;
  padding: 6px 8px;
  border: 1px solid #182d57;
}

.border-table tbody th {
  background: #e4f3e7;
  vertical-align: middle;
  width: 30%;
  font-weight: bold;
}

.border-table td {
  background: #fff;
}

.border-table.img-table tbody th + td {
  width: 50%;
}

.border-table.img-table tbody th {
  width: 20%;
}

.border-table.img-table img {
  width: 100%;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ccc;
}

.fee-table thead th {
  background: #182d57;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: #e4f3e7;
}

.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: #182d57;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
  font-size: 117%;
  color: #ccc;
  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: #ccc;
  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: 2px dotted #182d57;
  margin-bottom: 1.2em;
  border-radius: 10px;
}

/*-- 背景色付き ------------*/
.bg-block {
  box-sizing: border-box;
  padding: 20px 20px 5px;
  background: #e4f3e7;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 6px;
}

.border-block h5:first-child,
.bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

/*-- メリットデメリット------------*/
.merit-block {
  box-sizing: border-box;
  padding: 20px 20px 5px;
  background: #fcebf2;
  margin-bottom: 1.2em;
  border-radius: 6px;
}

.merit-block.demerit {
  background: #deebf4;
}

.merit-block h5:first-child {
  margin-top: 0 !important;
}

.merit-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: #ccc;
  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 #182d57;
}

.block > .flow-block:last-child::after,
.block-inner > .flow-block:last-child::after {
  display: none;
}

/*-- Q&A ------------*/
.mce-content-body .qa-block {
  position: relative;
}
.mce-content-body .qa-block:before, .mce-content-body .qa-block:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #2a4793;
  position: absolute;
  top: 1.5em;
  right: 30px;
  z-index: 10;
  transition: .3s;
}
@media (max-width: 767px) {
  .mce-content-body .qa-block:before, .mce-content-body .qa-block:after {
    right: 20px;
  }
}
@media (min-width: 1225px) {
  .mce-content-body .qa-block:before, .mce-content-body .qa-block:after {
    top: 1.8em;
    width: 24px;
    height: 3px;
  }
}
.mce-content-body .qa-block:not(:last-child) {
  margin-bottom: 30px;
}
.mce-content-body .qa-block.open:before {
  transform: rotate(0);
  transition: .3s;
}
.mce-content-body .qa-block h4 {
  position: relative;
  cursor: pointer;
}
.mce-content-body .qa-block h4:before {
  content: "";
  background: url(img/q_icon.jpg) no-repeat center/cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1225px) {
  .mce-content-body .qa-block h4:before {
    width: 60px;
    height: 60px;
  }
}
.mce-content-body .qa-block h4 .question {
  font-size: 20px;
  background: #d6eafa;
  padding: 10px 40px 10px 20px;
  font-weight: bold;
  display: block;
  margin-left: 50px;
}
@media (min-width: 1225px) {
  .mce-content-body .qa-block h4 .question {
    font-size: 24px;
    padding: 16px 60px 16px 30px;
    margin-left: 60px;
  }
}
.mce-content-body .qa-block .answer {
  position: relative;
  display: none;
  margin-top: 10px;
}
.mce-content-body .qa-block .answer:before {
  content: "";
  background: url(img/a_icon.jpg) no-repeat center/cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1225px) {
  .mce-content-body .qa-block .answer:before {
    width: 60px;
    height: 60px;
  }
}
.mce-content-body .qa-block .answer .content {
  background: #fff;
  padding: 11px 20px;
  margin-left: 50px;
}
@media (min-width: 1225px) {
  .mce-content-body .qa-block .answer .content {
    margin-left: 60px;
    padding: 10px 35px;
  }
}

.qa-block {
  position: relative;
}
.qa-block:before, .qa-block:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #2a4793;
  position: absolute;
  top: 1.5em;
  right: 30px;
  z-index: 10;
  transition: .3s;
}
.qa-block:before {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .qa-block:before, .qa-block:after {
    right: 20px;
  }
}
@media (min-width: 1225px) {
  .qa-block:before, .qa-block:after {
    top: 1.8em;
    width: 24px;
    height: 3px;
  }
}
.qa-block:not(:last-child) {
  margin-bottom: 30px;
}
.qa-block.open:before {
  transform: rotate(0);
  transition: .3s;
}
.qa-block h4 {
  position: relative;
  cursor: pointer;
}
.qa-block h4:before {
  content: "";
  background: url(img/q_icon.jpg) no-repeat center/cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1225px) {
  .qa-block h4:before {
    width: 60px;
    height: 60px;
  }
}
.qa-block h4 .question {
  font-size: 20px;
  background: #d6eafa;
  padding: 10px 40px 10px 20px;
  font-weight: bold;
  display: block;
  margin-left: 50px;
}
@media (min-width: 1225px) {
  .qa-block h4 .question {
    font-size: 24px;
    padding: 16px 60px 16px 30px;
    margin-left: 60px;
  }
}
.qa-block .answer {
  position: relative;
  display: none;
  margin-top: 10px;
}
.qa-block .answer:before {
  content: "";
  background: url(img/a_icon.jpg) no-repeat center/cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1225px) {
  .qa-block .answer:before {
    width: 60px;
    height: 60px;
  }
}
.qa-block .answer .content {
  background: #fff;
  padding: 11px 20px;
  margin-left: 50px;
}
@media (min-width: 1225px) {
  .qa-block .answer .content {
    margin-left: 60px;
    padding: 10px 35px;
  }
}

/*==========================
	お問い合わせページ (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: #ccc;
  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;
}

.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

/*==========================
	サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
}

#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #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: #54493e;
}

#menu-sitemap li a:hover {
  color: #182d57;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  margin-bottom: 20px;
}

.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 100%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .googlemap {
    padding-bottom: 450px;
  }
}

.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: #182d57;
}

.color02 {
  color: #d3152e;
}

.attention {
  color: #cf1c16;
}

.bgcolor01 {
  background-color: #e4f3e7;
  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;
}

.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;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w50 {
  width: 50% !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;
}

.under .slick-slider {
  max-width: 1000px;
  margin: auto;
}

/********************************
	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-list2 li:nth-shild(2n) {
    padding-right: 0;
    padding-left: 0.8em;
  }

  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }

  .float-list3 li:nth-shild(3n) {
    padding-right: 0;
    padding-left: 0.8em;
  }

  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }

  /*==========================
  	ブロック
  ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5%;
    width: 48%;
    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: 900px) {
  .time-table thead th {
    font-size: 14px;
  }

  .time-table th, .time-table td {
    font-size: 12px;
  }

  .table01 th, .table01 td {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .text_large {
    font-size: 20px;
  }

  /*==========================
    スクロール表示
  ==========================*/
  .scroll {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  /*==========================
  	投稿（ブログ、新着情報）
  ==========================*/
  #aside .menu-blog {
    margin-bottom: 2em;
  }

  /*==========================
  	画像
  ==========================*/
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

  /*==========================
  	見出し
  ==========================*/
  .page-title {
    padding: 1em 0;
    padding: 25px 25px 15px;
  }

  .page-title h2 {
    font-size: 20px;
  }

  .post-type-page h3,
  .mainblock h3 {
    font-size: 19px;
  }

  .entry-block h3 {
    margin-top: 50px;
    font-size: 16px;
  }

  .post-type-page h4,
  .mainblock h4 {
    font-size: 17px;
  }

  .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;
    box-shadow: none;
    /* -webkit-appearance: none; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  /*==========================
  	サイトマップ
  ==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }

  /*==========================
  	汎用
  ==========================*/
  .con_l {
    margin-bottom: 1em;
  }

  .scroll {
    width: 100%;
    background-color: #ffffff;
    overflow-y: scroll;
    margin-left: 6px;
  }

  .scroll .border-table {
    width: 770px;
  }
}
@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th,
  .time-table td {
    font-size: 75%;
    padding: 5px 2px;
  }

  /* googlemap --------------------*/
}
/*===================
 Reset
===================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===================
 Native
===================*/
/* editor */
.mainblock p,
.mce-content-body p {
  display: block;
  line-height: 2em;
}
.mainblock p:not(:last-child),
.mce-content-body p:not(:last-child) {
  margin: 0 0 1.4em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/**/
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  color: #333333;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 16px;
}

.f_min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

a:focus, *:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/*==========================
	base
==========================*/
#header > .inner,
#footer .inner,
#nav > .inner,
#contents > .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

#contents > .inner {
  width: 100%;
  max-width: 100%;
}
#contents > .inner #main .inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

/*==========================
	サイテーション
==========================*/
.header_top {
  display: none;
}

.header_access {
  line-height: 1.4;
  font-size: 0.8em;
  padding: 0.55em 0 0.52em;
  color: #fff;
  width: 100%;
}

.header_access .inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.header_access .inner a {
  color: inherit;
  text-decoration: none;
}

/*==========================
	#header
==========================*/
#header img {
  vertical-align: middle;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  max-width: 44%;
  margin: auto;
  width: 608px;
  padding-top: 38px;
  padding-bottom: 30px;
  float: left;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

#header .inner ul.pc {
  float: right;
  overflow: hidden;
  width: 712px;
  max-width: 52%;
  margin-left: 4%;
  box-sizing: border-box;
  text-align: right;
  padding-top: 54px;
}
@media (min-width: 768px) and (max-width: 1224px) {
  #header .inner ul.pc {
    padding-top: 40px;
  }
}

/* #header .inner ul img { display:block;} */
#header .inner .txt {
  float: left;
  width: 49%;
}

#header .inner .txt img {
  width: 257px;
}

#header .inner .tel {
  float: right;
  width: 50%;
  text-align: right;
}

#header .inner .tel img {
  width: 181px;
}

#header .inner .btn {
  padding-top: 14px;
}

#header .inner .btn img {
  width: 181px;
}

#header .inner .btn a img {
  padding-top: 8px;
}

/*==========================
	#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

.fixed {
  /* javascript用 */
  position: fixed !important;
  top: 0 !important;
}

#nav {
  background: transparent;
  box-sizing: border-box;
}

/*==========================
	#contents
==========================*/
/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 96%;
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  /*13px*/
  margin-bottom: 0.5em;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #666;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  /* padding-bottom:3em; */
}

/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
p.ft_icon {
  margin-bottom: 0.4em;
  background: url(site1-honin/img/icon03.png) no-repeat;
  padding: 0.5em 0 0.5em 50px;
}

p.ft_icon img {
  vertical-align: middle;
  margin-right: 1em;
}

.contentbottom {
  padding: 0 0 5%;
}

.contentbottom .contact-bn {
  text-align: center;
  padding: 5% 0;
}

.contentbottom .contact-bn a {
  display: inline-block;
  margin: 1% 2%;
  width: 320px;
  max-width: 96%;
}

.contentbottom .col3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.line a {
  margin-top: 13px;
  display: inline-block;
}

.cb_bnr a {
  margin-bottom: 10px;
  display: inline-block;
}

.cb_bnr a:last-child {
  margin-bottom: 0;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .inq01 {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 100;
    line-height: 1;
    font-size: 0;
  }

  .sp {
    display: none !important;
  }

  .telbtn {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  /*==========================
  	#header
  ==========================*/
  #header {
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #header .inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 2000px) {
  #header .inner {
    max-width: 2000px;
  }
}

@media screen and (min-width: 768px) {
  /*==========================
  	#nav
  ==========================*/
  #nav {
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: content-box;
    padding: 0;
  }

  #nav .inner {
    height: 48px;
  }

  /* PC用グローバルナビゲーション */
  #nav li {
    box-sizing: border-box;
  }

  #nav a,
  #menu-header-nav > li > a > span {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 1em;
    font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  }

  #menu-header-nav > li {
    position: relative;
  }
  #menu-header-nav > li:not(:last-child) > a {
    position: relative;
  }
  #menu-header-nav > li:not(:last-child) > a:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  #menu-header-nav > li > a {
    /**/
    height: 60px;
    box-sizing: border-box;
    padding: 1em 4px;
    color: #fff;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    line-height: 1.4em;
    background: rgba(42, 71, 147, 0.8);
  }

  #menu-header-nav > li > a > span {
    /**/
    height: 1em;
    box-sizing: border-box;
    color: #182d57;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    line-height: 1.4em;
    font-size: 12px;
  }

  #menu-header-nav > li.nav01 > a::before {
    left: -1px;
  }

  #menu-header-nav > li > a:hover {
    color: #fff;
    cursor: pointer;
    background: #2a4793;
  }

  #menu-header-nav > li > a:hover > span {
    color: #fff;
    cursor: pointer;
  }

  #menu-header-nav {
    display: flex;
  }
  #menu-header-nav li {
    transition: .2s;
    flex: 1 1 auto;
  }

  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: .2s;
  }

  #menu-header-nav > li:last-child ul.sub-menu {
    width: 100%;
  }

  #menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
  }

  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }

  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
    border-top: 1px solid #fff;
    background: #ecf0fb;
  }

  #menu-header-nav > li > ul.sub-menu > li a {
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 12px 5px 11px;
    display: block;
    background: rgba(94, 162, 215, 0.8);
  }

  #menu-header-nav ul.sub-menu li a:hover {
    background: #5ea2d7;
  }

  #nav li.has_children > a::after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }

  #nav li.has_children > a:hover::after {
    border-color: #fff;
  }

  /*幅広ナビ*/
  #menu-header-nav > li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 4;
    overflow: hidden;
    height: auto;
  }
  #menu-header-nav li:hover .submenu-wrap > li:not(:last-child) > a {
    border-bottom: solid 1px #fff;
  }
  #menu-header-nav li:hover .submenu-wrap > li > a {
    padding: 1em;
    background: rgba(92, 156, 209, 0.8);
    color: #fff;
  }
  #menu-header-nav li:hover .submenu-wrap > li > a:hover {
    background: #5c9cd1;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 800px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    background: none;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    box-sizing: border-box;
    float: left;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1em;
  /* float:left;
	width:50%; */
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 10px;
    left: 5px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #333333;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 14px;
    border-right: none;
  }

  #menu-header-nav > li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #182d57;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding-left: 0.4em;
    font-weight: bold;
    font-size: 15px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
    display: none;
  }

  /*==========================
  	#contents
  ==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }

  /*==========================
  	#aside
  ==========================*/
  #aside .inq {
    position: fixed;
    bottom: 5px;
    right: 75px;
    max-width: 780px;
    width: 100%;
    z-index: 10;
    line-height: 1;
  }
  #aside .inq .inq_list {
    display: flex;
    line-height: 1;
    font-size: 0;
  }
  #aside .inq .inq_list li.balloon_txt {
    position: relative;
    display: flex;
  }
  #aside .inq .inq_list li.balloon_txt:before {
    content: "";
    background: url(img/cv_balloon.png) no-repeat center/cover;
    width: 100%;
    height: calc(100% + 13px);
    position: absolute;
    bottom: calc(100% + 15px);
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #aside .inq {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }

  /*-- ブログページ ------------*/
  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }

  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
  }

  /*==========================
  	.contentbottom
  ==========================*/
  .contentbottom .contact-bn a {
    max-width: 45%;
  }

  /*==========================
  	#footer
  ==========================*/
  #footer table.table01 th,
  #footer table.table01 td {
    font-size: 18px;
  }

  #footer .btn-style {
    text-align: left;
  }

  #footer .column {
    max-width: 47%;
    -webkit-box-flex-basis: 47%;
    -webkit-flex-basis: 47%;
    flex-basis: 47%;
  }

  #footer .column .columns .column:first-child {
    max-width: 45%;
    -webkit-box-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
  }

  #footer .column .columns .column:last-child {
    max-width: 53%;
    -webkit-box-flex-basis: 53%;
    -webkit-flex-basis: 53%;
    flex-basis: 53%;
  }

  #footer .column .columns .column:last-child figure {
    text-align: right;
  }

  #footer #menu-footer-nav {
    width: 100%;
    box-sizing: border-box;
  }

  #footer li.menu-item-has-children {
    /* float:left;
    width:58%; */
  }

  #footer li.menu-item-has-children:first-child {
    width: 33%;
    float: left;
  }

  #footer li.menu-item-has-children:nth-of-type(2) {
    width: 66%;
    float: right;
  }
}
@media screen and (max-width: 1280px) {
  /*サイドバナーのサイズ調整*/
}
@media screen and (max-width: 1042px) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
  	base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main {
  	width:720px;
  	max-width:100%;
  	float:none;
  	margin:0 auto 2.5em;
  }
  .home #main {
  	width:720px;
  }

  #aside {
  	width:490px;
  	max-width:100%;
  	float:none;
  	margin:0 auto 20px;
  }
  #aside .sideinner {
  	overflow:hidden;
  	margin-bottom:20px;
  }
  ------------------*/
  /*==========================
  	#nav
  ==========================*/
  #nav li {
    box-sizing: border-box;
  }

  /*==========================
  	#footer
  ==========================*/
  #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  #menu-header-nav > li a {
    font-size: 11px;
    padding: 1.4em 4px;
  }

  #menu-header-nav ul.sub-menu li a, #menu-header-nav > li > ul.sub-menu > li a,
  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    font-size: 12px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    top: 7px;
  }

  #nav li.has_children > a::after {
    top: 3.6em;
  }

  #footer .sub-menu li {
    font-size: 14px;
  }

  /* #footer .columns{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  #footer .column{
    max-width: 100%;
  -webkit-box-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  } */
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #footer li,
  #footer li a,
  #menu-sitemap li,
  #menu-sitemap li a {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc {
    display: none !important;
  }

  /*==========================
  	base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main , #aside{
  	width:480px;
  	max-width:96%;
  	float:none;
  }*/
  /*==========================
  	#header
  ==========================*/
  #header {
    padding: 14px 0 0;
  }

  #header > .inner {
    width: 100%;
    max-width: 100%;
  }

  #header h1 {
    padding: 0;
    max-width: 70%;
    margin: 20px auto !important;
    float: none;
  }

  #header .inner ul {
    max-width: 100%;
    width: 100%;
    clear: both;
    z-index: 100;
    float: none;
    overflow: hidden;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
    background: #fff;
  }

  #header .inner ul li {
    float: left;
    width: calc(100% / 5);
    box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
    display: block;
    text-align: center;
  }
  #header .inner ul li a {
    padding: 10px 0;
    display: block;
  }

  #header .inner ul li:last-child {
    border: none;
  }

  #header .inner ul img {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 15%;
  }

  /*==========================
  	#nav
  ==========================*/
  #nav {
    height: auto;
    padding: 0;
  }

  #nav.fixed {
    /*.fixedの指定を初期化して無効に。スマホに影響させないため*/
    position: inherit !important;
    top: auto !important;
  }

  /* メニューボタン */
  #toggle {
    display: block;
    /*	position: absolute;
    	top:0;
    	right:0;
    	width:auto;
    	height:86px;*/
  }

  #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    padding: 0;
    border: none;
  }

  #toggle img {
    max-height: 100%;
  }

  #toggle a:hover {
    background: none !important;
  }

  /* #menu-header-nav ------*/
  #menu-header-nav,
  #menu-header-nav > .sub-menu {
    /* スライドダウンさせるために隠す */
    display: none;
  }

  #nav ul.menu {
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #182d57;
  }
  #nav ul.menu > li > a {
    background: rgba(42, 71, 147, 0.8);
  }
  #nav ul.menu > li > a:hover {
    background: #2a4793;
  }
  #nav ul.menu > li > ul > li a {
    background: rgba(92, 156, 209, 0.8);
    position: relative;
  }
  #nav ul.menu > li > ul > li a:after {
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    transform: rotate(45deg);
  }
  #nav ul.menu > li > ul > li a:hover {
    background: #5c9cd1;
  }

  #nav ul li .subtxt {
    display: none;
  }

  #nav ul li > a br {
    display: none;
  }

  #nav ul li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }

  #nav .menu > li:not(.has_children) > a {
    position: relative;
  }
  #nav .menu > li:not(.has_children) > a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(315deg);
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding: 10px 1em;
    font-weight: bold;
    font-size: 15px;
  }

  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  #nav ul li a,
  #nav ul li span {
    display: inline-block;
    padding: 15px 6px 15px 15px;
    background-position: 5px center;
    background-size: 14px auto;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 88%;
    text-decoration: none;
    position: relative;
    color: #fff;
  }

  #nav ul li span {
    width: auto;
    color: #182d57;
  }

  #nav ul li .ubmenu-sp li a {
    background: #ff0000;
  }

  #nav ul li span:hover {
    cursor: pointer;
  }

  #nav ul li.has_children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav ul li a:before {
    content: "- ";
  }

  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }

  #nav li:first-child a {
    border-left: none;
  }

  #nav .sub-menu {
    background: #fff;
  }

  /*==========================
  	#contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  #contents {
    /* margin-bottom:1.5em; */
  }

  /*==========================
  	#aside
  ==========================*/
  #aside .inq {
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #aside .inq {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  #aside .inq .inq_list {
    display: flex;
    line-height: 1;
    font-size: 0;
    padding: 5px 0;
    border-top: solid 1px #3f599e;
  }
  #aside .inq .inq_list .balloon_txt {
    display: flex;
    position: relative;
    display: flex;
  }
  #aside .inq .inq_list .balloon_txt:before {
    content: "";
    background: url(img/cv_balloon_sp.png) no-repeat center/cover;
    width: 100%;
    height: calc(100% - 1px);
    position: absolute;
    bottom: calc(100% + 7px);
    left: 0;
    right: 0;
    margin: auto;
  }

  /* #aside { margin-bottom:0.5em;} */
  /*==========================
  	.contentbottom
  ==========================*/
  .contentbottom .column {
    margin-bottom: 3%;
  }

  .contentbottom .table01 th {
    width: 40px;
  }

  .contentbottom .table01 th,
  .contentbottom .table01 td {
    font-size: 12px;
  }

  .cb_bnr a {
    margin-bottom: 3%;
  }

  .line img {
    display: block;
    margin: 0 auto;
  }

  /* 最下部固定お問い合わせバナー */
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 5;
    vertical-align: top;
    font-size: 0;
  }

  .contact a {
    display: inline-block;
    width: 770px;
    max-width: calc( 50% - 1px);
    margin: 0;
    vertical-align: bottom;
  }

  .contact a + a {
    padding-left: 2px;
  }

  .contact a img {
    vertical-align: middle;
  }

  .contact .clearfix {
    width: 100%;
  }

  .inq01 a {
    width: 60px;
    float: right;
  }

  /*==========================
  	#footer
  ==========================*/
  #footer {
    padding-top: 2em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #footer .column:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  #footer .columns .column:first-child {
    text-align: center;
  }

  #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 {
    margin-bottom: 0;
  }

  #footer .menu-item-has-children.mt {
    margin-top: 0;
  }

  #footer li.menu-item-has-children:first-child {
    margin-bottom: 2em;
  }

  #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 {
    width: 100%;
  }

  #footer .sub-menu li {
    vertical-align: top;
  }

  #footer li.menu-item-has-children:first-child {
    width: 100%;
  }

  .footer_bnr {
    width: 420px;
    max-width: 96%;
    margin: 0 auto;
  }

  .footer_bnr1 li {
    width: 100% !important;
    text-align: center;
  }

  .footer_bnr2 li {
    width: 49% !important;
    margin: 0 0 2% !important;
  }

  .footer_bnr2 li:nth-of-type(odd) {
    margin-right: 2% !important;
    text-align: left !important;
  }

  .footer_bnr2 li:nth-of-type(even) {
    text-align: right;
  }

  .copyright {
    padding-bottom: 12%;
  }

  .inq01 {
    /* height: 50px; */
    position: fixed;
    bottom: 0;
    bottom: 17%;
    right: 0;
  }

  .sp.top_time p {
    margin-bottom: 0;
  }

  .sp.top_time {
    margin-top: 5%;
  }

  ul.gallery .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.5%;
    width: 31%;
    box-sizing: border-box;
    vertical-align: top;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
  	#header
  ==========================*/
  #header {
    padding: 0;
  }

  #header h1 {
    margin-bottom: 0;
  }

  #header .inner ul img {
    padding: 0px 10%;
  }

  /*==========================
  	#nav
  ==========================*/
  /*==========================
  	#contents
  ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }

  /*==========================
  	#footer
  ==========================*/
  .copyright {
    padding-bottom: 15%;
  }

  .inq01 {
    bottom: 10%;
    z-index: 100;
  }
}
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
.main_wrap {
  margin-top: -230px;
}

.mainimage {
  background: url(img/mainimage01.jpg) no-repeat center/cover;
  height: 1125px;
  line-height: 0;
}
@media (min-width: 768px) {
  .mainimage {
    position: relative;
    z-index: -1;
  }
  .mainimage .main_copy {
    width: 1900px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1889px;
    height: 100%;
  }
  .mainimage .main_copy img {
    width: 100%;
    max-width: 1889px;
    max-height: 707px;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .mainimage .main_copy img {
    top: auto;
    bottom: 20%;
  }
}

/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
	mainimage
==========================*/
  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns .column {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }

  .columns.col3 .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }

  .columns.col3 .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }

  .columns.col4 .column {
    max-width: 24.5%;
    -webkit-box-flex-basis: 24.5%;
    -webkit-flex-basis: 24.5%;
    flex-basis: 24.5%;
  }

  .sec02 .columns .column {
    max-width: 50%;
    -webkit-box-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }

  .sec05 .con02 p {
    text-align: center;
  }
}
@media screen and (max-width: 1042px) {
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }

  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .top #contents,
  .top #aside {
    margin-bottom: 0;
  }

  /*==========================
	　mainimage
==========================*/
  .main_wrap {
    margin-top: 0;
  }

  .mainimage, .slider {
    margin-bottom: 0;
  }

  .mainimage {
    height: auto;
    background: none;
  }

  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  /*==========================
	ボタン
==========================*/
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/*googleカレンダー*/
.cal_wrapper {
  max-width: 900px;
  /* 最大幅 */
  min-width: 260px;
  /* 最小幅 */
  margin: 2.0833% auto;
  padding: 0 .5em;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.calendar-container {
  position: relative !important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}

.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }

  .entry-content img, #content embed, #content object, #content iframe, #content video {
    padding: 6px !important;
    border-radius: 3px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0 !important;
  }
}
/* ---------------------------------------
	footer
--------------------------------------- */
#footer {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #footer {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1225px) {
  #footer {
    padding-bottom: 140px;
  }
}

.googlemap {
  margin-bottom: 30px;
}

.copyright {
  text-align: center;
}

.ftr_info {
  padding: 40px 0;
  background: #e8f0f7;
}
@media (min-width: 1225px) {
  .ftr_info {
    padding: 120px 0;
  }
}
.ftr_info .logo {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ftr_info .logo {
    margin-bottom: 10px;
  }
  .ftr_info .logo img {
    max-width: 80%;
  }
}
@media (min-width: 1225px) {
  .ftr_info .logo {
    margin-bottom: 60px;
  }
}
.ftr_info .address_txt {
  text-align: center;
  margin-bottom: 28px;
}
@media (min-width: 1225px) {
  .ftr_info .address_txt {
    font-size: 18px;
    letter-spacing: 0.0625em;
    margin-bottom: 42px;
  }
}
.ftr_info .table_txt {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ftr_info .table_txt {
    text-align: left;
  }
}
@media (min-width: 1225px) {
  .ftr_info .table_txt {
    letter-spacing: 0.0625em;
  }
}
.ftr_info .ftr_access {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .ftr_info .ftr_access {
    display: table;
    margin: auto;
  }
}
@media (min-width: 1225px) {
  .ftr_info .ftr_access {
    margin-left: 40px;
  }
}
.ftr_info .ftr_access li {
  position: relative;
  padding-left: 40px;
  line-height: 1.875;
  font-weight: 500;
}
@media (min-width: 1225px) {
  .ftr_info .ftr_access li {
    padding-left: 60px;
  }
}
.ftr_info .ftr_access li:before {
  content: "";
  width: 28px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1225px) {
  .ftr_info .ftr_access li:before {
    width: 36px;
    height: 43px;
  }
}
.ftr_info .ftr_access li.train {
  margin-bottom: 10px;
}
.ftr_info .ftr_access li.train:before {
  background: url(img/train_icon.png) no-repeat center/cover;
}
.ftr_info .ftr_access li.barrier:before {
  background: url(img/barrier_icon.png) no-repeat center/cover;
  bottom: 0;
  margin: auto;
}

/* ---------------------------------------
インビザライン矯正LP
--------------------------------------- */
.page-title, .bread_wrap {
  display: none;
}

.movie {
  position: relative;
  padding-bottom: 43%;
  height: 0;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .movie {
    padding-bottom: 60%;
  }
}
.movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.text-center {
  text-align: center !important;
}

h2.ttl {
  text-align: center;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #2a4793;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media (min-width: 1225px) {
  h2.ttl {
    font-size: 48px;
    letter-spacing: 0.0625em;
    margin-bottom: 57px;
  }
}
h2.ttl .subTitle {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
@media (min-width: 1225px) {
  h2.ttl .subTitle {
    font-size: 24px;
  }
}

h3, h4 {
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

* {
  box-sizing: border-box;
}

figure {
  line-height: 0;
  font-size: 0;
}

@media (max-width: 767px) {
  .spbr {
    display: block;
  }
}

@media (min-width: 768px) {
  .pcbr {
    display: block;
  }
}

@media (max-width: 1224px) {
  .tablet_spbr {
    display: block;
  }
}

.worries_contents {
  background: url(img/worries_bg_sp.jpg) no-repeat center top/cover;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .worries_contents {
    background: url(img/worries_bg.jpg) no-repeat center top/cover;
  }
}
.worries_contents .worries_ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1225px) {
  .worries_contents .worries_ttl {
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .worries_contents .worries_ttl img {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .worries_contents .worries img {
    width: 60%;
  }
}

.recommendation_contents {
  background: url(img/recommendation_bg.jpg) no-repeat center top/cover;
  padding: 20px 0 60px;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
@media (min-width: 1225px) {
  .recommendation_contents {
    padding: 35px 0 95px;
  }
}
.recommendation_contents .arrow {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .recommendation_contents .arrow img {
    max-width: 17%;
  }
}
.recommendation_contents .messege_txt {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  display: table;
  margin: auto 0 auto auto;
}
@media (min-width: 1225px) {
  .recommendation_contents .messege_txt {
    font-size: 36px;
  }
}
.recommendation_contents .messege_txt .large_txt {
  font-size: 30px;
  font-weight: normal;
}
@media (min-width: 1225px) {
  .recommendation_contents .messege_txt .large_txt {
    font-size: 42px;
  }
}
.recommendation_contents .messege_txt .line_txt {
  font-size: 40px;
  background: linear-gradient(transparent 45%, rgba(248, 231, 114, 0.7) 0%);
  padding: 0 10px;
}
@media (min-width: 1225px) {
  .recommendation_contents .messege_txt .line_txt {
    font-size: 60px;
  }
}

.about_contents {
  padding: 50px 0 25px;
}
@media (max-width: 767px) {
  .about_contents {
    padding: 50px 0 10px;
  }
}
@media (min-width: 1225px) {
  .about_contents {
    padding: 120px 0 60px;
  }
}
.about_contents h2.ttl {
  margin-bottom: 10px;
}
.about_contents .txt_img {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1225px) {
  .about_contents .txt_img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about_contents .txt_img img {
    max-width: 70%;
  }
}
.about_contents .txt_box {
  max-width: 1080px;
  width: 100%;
  margin: 1em auto 0;
}

.meritdedmerit_contents {
  padding: 20px 0 0;
  background: url(img/meritdedmerit_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 1224px) {
  .meritdedmerit_contents {
    margin-bottom: -100px;
  }
}
@media (min-width: 1225px) {
  .meritdedmerit_contents {
    padding: 60px 0 70px;
  }
}
.meritdedmerit_contents h2.ttl {
  margin-bottom: 15px;
}
.meritdedmerit_contents .meritdedmerit_ttl {
  color: #d6eafa;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
  font-size: 60px;
}
@media (min-width: 1225px) {
  .meritdedmerit_contents .meritdedmerit_ttl {
    font-size: 90px;
    letter-spacing: .1em;
  }
}
.meritdedmerit_contents .meritdedmerit_ttl.demerit {
  color: #cccccc;
  text-align: right;
}
.meritdedmerit_contents .c-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 1225px) {
  .meritdedmerit_contents .c-wrap {
    margin-bottom: 0;
  }
  .meritdedmerit_contents .c-wrap .child_box {
    width: 22.5%;
  }
  .meritdedmerit_contents .c-wrap .child_box:not(:nth-child(4n)) {
    margin-right: 3.333%;
  }
  .meritdedmerit_contents .c-wrap .child_box:not(:nth-child(-n + 4)) {
    margin-top: 3.333%;
  }
}
@media (max-width: 1024px) {
  .meritdedmerit_contents .c-wrap figure {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .meritdedmerit_contents .c-wrap .child_box {
    width: 48%;
  }
  .meritdedmerit_contents .c-wrap .child_box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .meritdedmerit_contents .c-wrap .child_box:not(:nth-child(-n + 2)) {
    margin-top: 2%;
  }
}
@media (max-width: 767px) {
  .meritdedmerit_contents .c-wrap .child_box {
    width: 48%;
    background: rgba(214, 234, 250, 0.9);
  }
  .meritdedmerit_contents .c-wrap .child_box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .meritdedmerit_contents .c-wrap .child_box:not(:nth-child(-n + 2)) {
    margin-top: 4%;
  }
}
.meritdedmerit_contents .c-wrap .txt_box {
  padding: 15px 10px;
  margin: auto 0 auto auto;
}
@media (min-width: 1225px) {
  .meritdedmerit_contents .c-wrap .txt_box {
    padding: 25px 20px;
    height: calc(100% - 240px);
    width: 90%;
    transform: translateY(-20px);
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .meritdedmerit_contents .c-wrap .txt_box {
    height: calc(100% - 240px);
  }
}
@media (min-width: 768px) {
  .meritdedmerit_contents .c-wrap .txt_box {
    background: rgba(214, 234, 250, 0.9);
  }
}
.meritdedmerit_contents .c-wrap .txt_box h4 {
  color: #2a4793;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  line-height: 1.54545;
  margin-bottom: 15px;
}
@media (min-width: 1225px) {
  .meritdedmerit_contents .c-wrap .txt_box h4 {
    font-size: 22px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .meritdedmerit_contents .c-wrap .demerit_box {
    width: 47%;
  }
  .meritdedmerit_contents .c-wrap .demerit_box:nth-child(odd) {
    margin-right: 6%;
  }
}
.meritdedmerit_contents .c-wrap .demerit_box figure {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .meritdedmerit_contents .c-wrap .demerit_box figure {
    text-align: left;
  }
  .meritdedmerit_contents .c-wrap .demerit_box figure img {
    max-width: 70%;
  }
}
.meritdedmerit_contents .c-wrap .txt_box02 {
  max-width: 500px;
  width: 100%;
  background: #d4def7;
  padding: 50px 20px 20px;
  margin: auto 0 auto auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .meritdedmerit_contents .c-wrap .txt_box02 {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .meritdedmerit_contents .c-wrap .txt_box02 {
    padding: 100px 30px 40px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 124px);
    transform: translateY(-80px);
  }
}
.meritdedmerit_contents .c-wrap .txt_box02 h4 {
  color: #2a4793;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.54545;
  margin-bottom: 10px;
}
@media (min-width: 1225px) {
  .meritdedmerit_contents .c-wrap .txt_box02 h4 {
    font-size: 22px;
  }
}

.features_contents {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .features_contents {
    padding-top: 70px;
    margin-bottom: -250px;
  }
}
.features_contents .features_block h3 {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media (min-width: 1225px) {
  .features_contents .features_block h3 {
    font-size: 28px;
    letter-spacing: 0.0625em;
    margin-bottom: .5em;
  }
}
.features_contents .features_block h3 .subTitle {
  color: #4e99d7;
  display: block;
  font-size: 28px;
}
@media (min-width: 1225px) {
  .features_contents .features_block h3 .subTitle {
    font-size: 36px;
  }
}
.features_contents .features_block h3 .subTitle .num {
  font-size: 36px;
  margin-left: 15px;
}
@media (min-width: 1225px) {
  .features_contents .features_block h3 .subTitle .num {
    font-size: 48px;
  }
}
.features_contents .features_block .color {
  color: #4e99d7;
}
.features_contents .features_block .line {
  border-bottom: solid 1px #4e99d7;
}
.features_contents .features_block .strong {
  color: #2a4793;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 1em;
}
@media (min-width: 1225px) {
  .features_contents .features_block .strong {
    letter-spacing: 0.0625em;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .features_contents .features_block .c-box {
    padding: 1.5em 1em;
  }
}
@media (min-width: 768px) {
  .features_contents .features_block .c-box {
    width: 50%;
  }
}
@media (min-width: 1225px) {
  .features_contents .features_block .c-box {
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .features_contents .features_block .inner {
    min-height: 680px;
    display: flex;
    align-items: center;
  }
  .features_contents .features_block .inner.reverse {
    flex-direction: row-reverse;
  }
  .features_contents .features_block.bg01 {
    background: url(img/feautrue_bg01.png) no-repeat center top/cover;
  }
  .features_contents .features_block.bg02 {
    background: url(img/feautrue_bg02.png) no-repeat center top/cover;
    transform: translateY(-50px);
  }
  .features_contents .features_block.bg03 {
    background: url(img/feautrue_bg03.png) no-repeat center top/cover;
    transform: translateY(-100px);
  }
  .features_contents .features_block.bg04 {
    background: url(img/feautrue_bg04.png) no-repeat center top/cover;
    transform: translateY(-150px);
  }
  .features_contents .features_block.bg05 {
    background: url(img/feautrue_bg05.png) no-repeat center top/cover;
    transform: translateY(-200px);
  }
  .features_contents .features_block.bg06 {
    background: url(img/feautrue_bg06.png) no-repeat center top/cover;
    transform: translateY(-250px);
  }
}

.flow_contents {
  padding: 50px 0 0;
}
@media (min-width: 1225px) {
  .flow_contents {
    padding: 120px 0 0;
  }
}
@media (min-width: 1225px) {
  .flow_contents h2 {
    margin-bottom: 40px;
  }
}
.flow_contents .slick-counter {
  font-size: 24px;
  color: #2a4793;
  display: table;
  margin: auto;
  padding: 0 8px 15px;
  border-bottom: solid 1px #2a4793;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 20px;
}
@media (min-width: 1225px) {
  .flow_contents .slick-counter {
    font-size: 36px;
    letter-spacing: 0.0625em;
  }
}
.flow_contents h3 {
  text-align: center;
  color: #2a4793;
  font-size: 22px;
  line-height: 1.13333;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (min-width: 1225px) {
  .flow_contents h3 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
.flow_contents h3 .num {
  font-size: 32px;
  display: block;
}
@media (min-width: 1225px) {
  .flow_contents h3 .num {
    font-size: 48px;
  }
}
.flow_contents .c-box {
  margin-top: 20px;
}
@media (min-width: 1225px) {
  .flow_contents .c-box {
    margin-top: 30px;
  }
}
.flow_contents button.slick-arrow {
  width: 51px;
  height: 50px;
}
@media (max-width: 1224px) {
  .flow_contents button.slick-arrow {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .flow_contents button.slick-arrow {
    width: 31px;
    height: 30px;
  }
}
.flow_contents button.slick-arrow:before {
  content: "";
  width: 51px;
  height: 50px;
  display: block;
}
@media (max-width: 767px) {
  .flow_contents button.slick-arrow:before {
    width: 31px;
    height: 30px;
  }
}
.flow_contents button.slick-prev:before {
  background: url(img/slider_left_arrow.png) no-repeat center/cover;
}
.flow_contents button.slick-next:before {
  background: url(img/slider_right_arrow.png) no-repeat center/cover;
}
.flow_contents .button_list {
  margin-top: 2.5em;
}
@media (max-width: 767px) {
  .flow_contents .button_list li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.flow_contents .button_list li a {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  color: #fff;
  padding: 10px 1em;
  transition: .3s;
}
@media (min-width: 1225px) {
  .flow_contents .button_list li a {
    padding: 16px 1em;
    letter-spacing: 0.0625em;
  }
}
.flow_contents .button_list li a:hover {
  opacity: .7;
  transition: .3s;
}
.flow_contents .button_list li a span {
  position: relative;
  padding-left: 25px;
}
.flow_contents .button_list li a span:before {
  content: "";
  width: 20px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.flow_contents .button_list li.tel a {
  background: #2a4793;
}
.flow_contents .button_list li.tel a span:before {
  background: url(img/tel_icon.png) no-repeat center/cover;
}
.flow_contents .button_list li.web a {
  background: #4e99d7;
}
.flow_contents .button_list li.web a span:before {
  background: url(img/web_icon.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .flow_contents .button_list {
    display: flex;
    justify-content: center;
  }
  .flow_contents .button_list li {
    width: 280px;
  }
  .flow_contents .button_list li:not(:last-child) {
    margin-right: 20px;
  }
}
.flow_contents .box {
  border: solid 1px #4e99d7;
  padding: 30px;
}
@media (max-width: 1224px) {
  .flow_contents .box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .flow_contents .box .wrap {
    margin-top: 1.5em;
  }
}
@media (min-width: 768px) {
  .flow_contents .box {
    display: flex;
    flex-direction: row-reverse;
  }
  .flow_contents .box figure {
    width: 38%;
  }
  .flow_contents .box figure img {
    margin: 0;
  }
  .flow_contents .box .wrap {
    width: 58%;
    margin-right: 4%;
  }
}
.flow_contents .box h4 {
  color: #4e99d7;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 1225px) {
  .flow_contents .box h4 {
    font-size: 24px;
    margin-bottom: .7em;
  }
}

.price_contents {
  padding: 40px 0 60px;
}
@media (min-width: 1225px) {
  .price_contents {
    padding: 110px 0 130px;
  }
}
.price_contents .system_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 1225px) {
  .price_contents .system_box {
    margin-left: 50px;
    margin-right: 20px;
  }
}
.price_contents .system_box li:not(:last-child) {
  margin-right: 2%;
}
.price_contents .txt {
  text-align: center;
}
@media (min-width: 1225px) {
  .price_contents .txt {
    margin-bottom: 42px;
    font-size: 18px;
  }
}
.price_contents .menu_box {
  padding: 30px 10px 10px;
  border: solid 1px #cccccc;
  margin-bottom: 25px;
}
@media (min-width: 1225px) {
  .price_contents .menu_box {
    padding: 70px 55px 10px;
    margin-bottom: 42px;
  }
}
.price_contents .menu_box .amount {
  text-align: center;
  font-weight: bold;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: 1225px) {
  .price_contents .menu_box .amount {
    font-size: 42px;
  }
}
.price_contents .menu_box .amount .color_txt {
  color: #4e99d7;
}
.price_contents .menu_box .amount .price {
  font-size: 60px;
  font-weight: normal;
}
@media (min-width: 1225px) {
  .price_contents .menu_box .amount .price {
    font-size: 140px;
  }
}
.price_contents .menu_box .amount .tax {
  font-size: 22px;
}
@media (min-width: 1225px) {
  .price_contents .menu_box .amount .tax {
    font-size: 36px;
  }
}
.price_contents .menu_box table {
  width: 100%;
}
.price_contents .menu_box table th, .price_contents .menu_box table td {
  padding: 20px 10px;
  border-top: solid 1px #eeeeee;
  font-size: 18px;
}
@media (min-width: 1225px) {
  .price_contents .menu_box table th, .price_contents .menu_box table td {
    font-size: 24px;
    padding: 40px 10px;
  }
}
.price_contents .menu_box table th {
  text-align: left;
}
.price_contents .menu_box table td {
  text-align: right;
}
.price_contents .menu_box table td .price_txt {
  font-size: 22px;
}
@media (min-width: 1225px) {
  .price_contents .menu_box table td .price_txt {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .price_contents .correspondence_box {
    display: flex;
  }
}
@media (max-width: 767px) {
  .price_contents .correspondence_box .box:not(:last-child) {
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) {
  .price_contents .correspondence_box .box {
    width: 46.7%;
  }
  .price_contents .correspondence_box .box:nth-child(odd) {
    margin-right: 6.6%;
  }
}
.price_contents .correspondence_box .box h3 {
  font-size: 20px;
  text-align: center;
  background: #2a4793;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  padding: 13px 1em;
  margin-bottom: 22px;
}
@media (min-width: 1225px) {
  .price_contents .correspondence_box .box h3 {
    font-size: 24px;
    padding: 16px 1em;
  }
}

.merit_demerit_contents {
  background: url(img/faq_bg.jpg) no-repeat center/cover;
  padding: 40px 0 50px;
}
@media (min-width: 1225px) {
  .merit_demerit_contents {
    padding: 115px 0 120px;
  }
}

.header_top {
  display: none;
}

.copyrightinner {
  display: none;
}

.custom_wide {
  max-width: 100% !important;
  width: 100% !important;
}

/*# sourceMappingURL=index.css.map */
