@charset "UTF-8";

/* ====== 共通 ====== */

a:hover {
    text-decoration: none;
    opacity: 0.8;
}
header .navbar-brand {
  width: 20%; }
  header .navbar-brand .logo {
    width: 100%; }
header .tel {
  font-size: 2rem;
  color: #fff; }
  header .tel a {
    color: #fff; }

ol.breadcrumb {
    padding: .75rem 1.4rem; }

/* ====== TOTOP ====== */
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%; }

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 10px; }

#page-top a:hover {
  text-decoration: none;
  background: #999; }

.btn-outline-secondary:hover {
    color: #6c757d;
}

/* ====== TOP IMAGE ====== */

header.top-page {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0; }

.jumbotron {
  background-image: url(../img/main-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.jumbotron .bg-rgba {
    background-color:rgba(255,255,255,0.9);
}
.jumbotron h1 {
    word-wrap: break-word;
}
.jumbotron h2 {
    line-height: 1.8rem;
}

/* ====== TOPPAGE SECTION ====== */

#sec1 .card:nth-of-type(2) {
  border-left: none;
  border-right: none; }

.ttl-bdr {
    font-size: 2.5rem;
  line-height: 1.5;
  position: relative;
margin-bottom: 50px;
}
  .ttl-bdr::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 5px solid #000;
    width: 12%;
    margin: 0 auto -15px; }

#sec2 img {
  height:auto; }

#sec3 {
  background-image: url("../img/bg-staff.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#sec4 table {
  width: 100%;
  cellspacing: 0;
  bgcolor: #CCC;
  font: 12px;
  color: #666;
  table-layout: fixed;
  border-collapse: collapse; }
  #sec4 table th, #sec4 table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc; }
  #sec4 table th {
    background-color: #002795;
    color: #fff; }
  #sec4 table td {
    width: 14.2%; }
    #sec4 table td:nth-child(7n) {
      background-color: #5197E0;
      color: #fff; }
    #sec4 table td:nth-child(7n+1) {
      background-color: #FF8A8C;
      color: #fff; }

/* ====== FAQ ====== */
.p-faq-index-item {
  margin-bottom: 30px;
}
.p-faq-index-item:last-child {
  margin-bottom: 0;
}
.p-faq-index-item a:hover {
  color: #212529;
}
.p-faq-index-link {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 10px 40px;
  background: #f7f7f7;
  font-size: 1.25rem;
  color: #212529;
}
.p-faq-index-link:after {
  margin-left: auto;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
}

.p-faq-post-dl {
  margin: 0;
}
.p-faq-post-wrap {
  border-bottom: 1px solid #333;
}
.p-faq-post-dt {
  position: relative;
  padding: 25px 50px;
  cursor: pointer;
}
.p-faq-post-dt:before {
  position: absolute;
  left: 20px;
  content: "Q.";
}
.p-faq-post-dt:after {
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  content: '\f067';
  font-weight: 900;
  transform: rotate(90deg);
  transition: transform .2s ease;
}
.p-faq-post-dt.is-open:after {
  content: '\f068';
  transform: rotate(180deg);
}
.p-faq-post-dd {
  display: none;
  position: relative;
  margin: 0;
  padding: 0 50px 25px;
}
.p-faq-post-dd:before {
  position: absolute;
  left: 20px;
  content: "A.";
}
.p-faq-post-dd p {
  margin: 0;
}
.p-faq-post-child-list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.p-faq-post-child-item {
  padding: 5px 20px;
}
.p-faq-post-child-item-link {
  color: #212529;
}
.p-faq-post-child-item-link:after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  margin-left: 5px;
}
.p-faq-post-child-ttl {
  margin: 0;
  padding: 20px;
  background: #f7f7f7;
  font-size: 1rem;
  font-weight: 700;
}
.p-faq-post-dl + .p-faq-post-child-ttl {
  margin-top: 80px;
}

/* ====== SNS ====== */
.social img {
  width: 36px;
  height: 36px; }

/* ====== SNS ====== */

iframe {
    width: 100%;
    height: 450px;
}

/* ====== FOOTER ====== */
.footer-logo {
  width: 50%;
}

/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
  .herounit h1 {
    margin-top: 10rem; } }
/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px; } }
/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2; }

  #sec3 {
    background-image: none; }

  header .navbar-brand {
    width: 70%; }
    header .navbar-brand .logo {
      width: 100%; }
  header .navbar-nav .nav-item {
    text-align: center; }
    .footer-logo {
  width: 100%;
}
  ol.breadcrumb {
    padding: .75rem 0; }

}
/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  .display-3 {
    line-height: 0.8em; }

  .display-4 {
    font-size: 2rem;
    line-height: 1.2; }

  .ttl-bdr {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 25px; }

  #page .ttl-bdr {
    margin-bottom: 50px; } }
/* END */


/* WP Customer Reviews レスポンシブ対応用
==============================================*/
/* フォーム全体の最大幅追記 */
.wpcr3_div_2 {
    max-width: 100%;
}

/* 画面幅600px以下で見出しと入力フォームを２段にする */
@media screen and (max-width: 575.98px) {
.wpcr3_table_2 td {
    text-align: left;
    display: block;
}
}

/* レビューフォームの幅設定 */
.wpcr3_respond_2 textarea {
    min-width: auto !important;
    width: 100%;
    max-width: 100%;
}

/* フォントサイズ調整 */
.wpcr3_button_1 {
    font-size: 1rem !important;
}
.wpcr3_check_confirm {
    font-size: 1rem !important;
}
div.wpcr3_aggregateRating {
    font-size: 1rem !important;
}
div.wpcr3_review div.wpcr3_review_datePublished {
    font-size: 1rem !important;
}
div.wpcr3_review div.wpcr3_review_author {
    font-size: 1rem !important;
}
div.wpcr3_review div.wpcr3_review_title {
    font-size: 1rem !important;
}
div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 1rem !important;
}
