@charset "UTF-8";
/* ====== 共通 ====== */
body {
  color: #000000;
  line-height: 1.8;
}

a {
  color: #000000;
}

a:hover {
  color: #bb6415;
  text-decoration: none;
  opacity: 0.8;
}

header .navbar-brand {
  width: 36%;
  max-width: 461px;
  padding-top: 0;
  margin: 15px 50px 10px 0;
}

header .navbar-brand .logo {
  width: 100%;
  max-width: 400px;
}

header .tel {
  font-size: 2rem;
  color: #fff;
}

header .tel a {
  color: #fff;
}

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

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

#page-top a:hover {
  text-decoration: none;
  background: #fcf7f3;
  color: #bb6415;
  border-color: #bb6415;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #6c757d !important;
}

/* ====== TOP IMAGE ====== */
header.top-page {
  /*height: 100vh;*/
  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%;
  height: 100%;
  padding: 0;
}

.jumbotron .bg-rgba {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em;
}

.jumbotron h1 {
  word-wrap: break-word;
}

.jumbotron h2 {
  line-height: 1.8rem;
  background: none;
}

@media screen and (max-width: 767.98px) {
  .jumbotron .bg-rgba {
    padding: 1em;
  }
}
/* ====== TOPPAGE SECTION ====== */
#sec1 .card:nth-of-type(2) {
  border-left: none;
  border-right: none;
}

.ttl-bdr {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
  border-left: 0;
  padding-left: 0;
}

.ttl-bdr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid #bb6415;
  width: 40px;
  margin: 0 auto -15px;
}

@media screen and (max-width: 767.98px) {
  .ttl-bdr {
    font-size: 1.6rem;
  }
}
#sec3 {
  background-image: url("../img/bg_img001.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.8;
}

#sec3 h2 {
  color: #fcf7f3;
  line-height: 1.4;
  background: none;
  margin: 0.5em 0 0.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec3 p {
    font-size: 92%;
  }
}
#sec4 table {
  width: 100%;
  background-color: #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;
}

#sec5 dl dd, #sec5 p.hours {
  font-size: 95%;
}
/* ====== SNS ====== */
.social img {
  width: 36px;
  height: 36px;
}

/* ====== SNS ====== */
iframe {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 767.98px) {
  iframe {
    height: 400px;
  }
}
/* ====== FOOTER ====== */
.footer-logo {
  width: 65%;
  max-width: 400px;
}

/* =============================================
メディアクエリ
============================================= */
/* 大デバイス（デスクトップ, 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;
  }
  .footer-logo {
    width: 75%;
    margin: 0 auto 20px !important;
  }
  .contact-logo {
    width: 75%;
  }
}
/* 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: 60%;
    margin: 10px 0;
  }
  header .navbar-brand .logo {
    width: 100%;
    max-width: 280px;
  }
  header .navbar-nav {
    border-top: 1px solid #bb6415;
  }
}
/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  .display-3 {
    line-height: 0.8em;
  }
  .display-4 {
    font-size: 2rem;
    line-height: 1.2;
  }
  header .navbar-brand {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  header .navbar-brand {
    width: 75%;
  }
}
/* ====== 追記 ====== */
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textBold {
  font-weight: bold;
}

.textLarge {
  font-size: 120% !important;
}

.textXLarge {
  font-size: 150% !important;
}

.textXSmall {
  font-size: 65% !important;
}

.textSmall {
  font-size: 80% !important;
}

@media screen and (min-width: 767.99px) {
  .pc-textLarge {
    font-size: 120% !important;
  }
}
.highlight {
  padding: 3% !important;
  background: #fcf7f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.highlight .highlight, .bg-light .highlight {
  background: #fff;
}

.highlight.bg-light {
  background: #f9f9f9 !important;
}

.borderBox {
  padding: 2% 4%;
  border: 5px solid #fcf7f3;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif !important;
}

.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, sans-serif !important;
}

figure {
  margin: 0 auto 1em;
}

section {
  overflow: hidden;
  margin-bottom: 5%;
}

img {
  width: auto;
  max-width: 100%;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 767.99px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/* トップページ　メイン画像
------------------------------------------------------------*/
#mainImg {
  position: relative;
  z-index: -1;
}

#mainImg img {
  width: 100%;
}

#mainImg .catch img {
  position: absolute;
  top: auto;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
  width: 55%;
  max-width: 964px;
  max-height: 510px;
  z-index: 1;
}

@media (min-width: 991.99px) and (max-width: 1500px) {
  #mainImg .catch img {
    width: 60%;
  }
}
@media screen and (max-width: 991.98px) {
  #mainImg .catch img {
    width: 70%;
  }
}
@media screen and (max-width: 767.98px) {
  #mainImg .catch img {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  #mainImg .catch img {
    width: 80%;
  }
}
/* side_info */
.side_info {
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  border: 2px solid #bb6415;
  color: #bb6415;
  margin: 0 0 10px;
  position: relative;
  font-size: 13px;
}

.side_info img {
  max-width: 100% !important;
  padding-bottom: 0 !important;
}

.side_info .p01 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.4;
  color: #bb6415;
}

.side_info .side_tel img {
  max-width: 24px !important;
  vertical-align: middle;
  margin-top: -7px;
}

.side_info .side_tel {
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  display: table;
  width: 100%;
  text-align: center;
}

.side_info .side_tel a {
  color: #bb6415;
  z-index: 10;
  position: relative;
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 0px;
  line-height: 1.2;
}

.side_info .side_tel a:hover {
  opacity: 0.7;
}

.side_info .side_tel a span {
  color: #bb6415;
  background: url(../images/tel.png) no-repeat left 6px;
  background-size: 19px;
  padding-left: 21px;
}

.side_info .side_tel a span.text-small {
  background: url(../images/tel2.png) no-repeat left 0;
  background-size: 20px;
  padding-left: 20px;
}

.tel_box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto 10px;
  position: relative;
}

.tel_box h3 span {
  background: #fff;
  padding: 0 5px;
  position: relative;
}

.tel_box h3:before {
  position: absolute;
  content: "";
  background: #bb6415;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 991.98px) {
  .side_info {
    padding: 25px;
    text-align: center;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .side_info.tel_box {
    margin-bottom: 30px;
  }
  .side_info .side_tel a {
    padding: 10px 0;
  }
}
.bg-dark {
  background-color: #bb6415 !important;
}

.bg-dark2 {
  background-color: rgba(187, 100, 21, 0.9) !important;
}

.bg-light {
  background-color: #fcf7f3 !important;
}

.bg-stripe {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
  background-size: 6px 6px;
}

.bg-stripe h2 {
  border: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #6c5d47;
}

.navbar-dark .navbar-toggler {
  border-color: #6c5d47;
  background: #6c5d47;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar-brand {
    width: 30%;
  }
  header .btn {
    font-size: 0.8rem;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-brand {
    width: 30%;
    margin: 0 10px 0 0;
  }
  .navbar-nav {
    padding-top: 0 !important;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.2rem;
    font-size: 72%;
  }
  header .btn {
    font-size: 0.8rem;
  }
}
.breadcrumb {
  background-color: #bb6415;
}

.breadcrumb-item a, .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item a:hover {
  color: #fefefe;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.lead {
  color: #bb6415;
  font-weight: 700;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05em;
}
.name {
    text-align: right;
    line-height: 1.8;
}
.name span {
    font-size: 130%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}
.text-light {
  color: #bb6415 !important;
}

.text-red {
  color: #ff0000;
}

.color01 {
  color: #bb6415;
}

.btn-secondary {
  color: #fff;
  background-color: #bb6415;
  border: 1px solid #bb6415;
  font-size: 100%;
}

.btn-secondary:hover {
  background-color: #fcf7f3;
  border-color: #bb6415;
  color: #bb6415;
  opacity: 1;
  border: 1px solid #bb6415;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark a {
  color: #fff !important;
  display: block;
}

.btn-dark:hover {
  background-color: #fff;
  border-color: #fcf7f3;
}

.btn-dark a:hover {
  color: #343a40 !important;
}

.btn-light {
  color: #000000;
  background-color: #ccc;
  border-color: #ccc;
  border-radius: 0;
}

.btn-light:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-light:hover a {
  color: #000000;
}

.btn-outline-light {
  color: #000000;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 90%;
}

.btn-outline-light:hover {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-dark {
  color: #fff;
  background-color: #bb6415;
  border-color: #bb6415;
  border-radius: 5px;
}

.btn-outline-dark:hover {
  color: #bb6415;
  background-color: #fff;
  border-color: #bb6415;
  opacity: 1;
}

h1 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

h2 {
  font-size: 1.5rem;
  border-left: 5px solid #bb6415;
  padding: 10px 5px 10px 15px;
  margin: 1em 0 1em !important;
  background: #fcf7f3;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

h2.text-center {
  border-left: 0;
  padding: 5px;
  background: none;
}

h2 span.sub {
  font-size: 80%;
  display: block;
  color: #bb6415;
  padding: 5px 0;
  font-weight: normal;
}

h3 {
  font-size: 1.3rem;
  border-bottom: 1px dashed #bb6415;
  padding: 0.5em 0 0.5em;
  line-height: 1.4;
  margin-bottom: 0.75em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 1.5;
}

h4.dot {
  position: relative;
  padding-left: 1.2em;
  margin-top: 1em;
}

h4.dot:before {
  position: absolute;
  content: "";
  background: #bb6415;
  width: 10px;
  height: 10px;
  top: 40%;
  left: 5px;
  margin-top: -3px;
}

h4.h4_border {
  background: #fef6f4;
  padding: 0.65em 1em;
  border: 1px solid #bb6415;
  color: #bb6415;
  margin-bottom: 1em;
}

h4, h5 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

h5, .h5 {
  font-size: 1.1rem;
  margin: 1em 0 0.5em;
  background: #fcf7f3;
  padding: 10px 15px;
}
h5 i {
    vertical-align: middle;
    margin: -2px 10px 0 0;
}
h5.noBg {
  background: none;
}

@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 1.4rem;
  }
  .h4 {
    font-size: 1.3rem;
  }
  h4.dot {
    font-size: 1.2rem;
  }
  h4.dot:before {
    top: 45%;
  }
}
table.table01 {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.table01 th, table.table01 td {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 15px;
}

table.table01 th {
  text-align: center;
  font-weight: bold;
  background-color: #fcf7f3;
  /*color: #bb6415;*/
  width: 25%;
  font-weight: normal;
}

table.table01 thead th {
  background: #bb6415;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
  background-size: 6px 6px;
  width: 20% !important;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  table.table01 th, table.table01 td {
    width: 100% !important;
    display: block;
    text-align: left;
    padding: 5px 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 95%;
  }
  table.table01 tr:last-child td {
    border-bottom: 0;
  }
}
table.priceTable th {
  width: auto;
  text-align: center !important;
}

table.priceTable td {
  text-align: right;
}

@media screen and (max-width: 767.98px) {
  table.priceTable th, table.priceTable td {
    display: table-cell;
    width: auto;
    border: 1px solid #ccc;
    font-size: 80%;
    font-weight: normal;
  }
}
@media screen and (max-width: 480px) {
  table.priceTable th, table.priceTable td {
    font-size: 70%;
    padding: 5px 2px;
  }
}
.must {
  margin-left: 1em;
  padding: 2px 8px 2px;
  font-size: 75%;
  background: #bb6415;
  color: #fff;
}

.must2 {
  background: #fcf7f3;
  color: #bb6415;
  border: 1px solid #bb6415;
}

/*    リスト
-------------------------------------------------- */
ul.ul01 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.ul01 li {
  padding: 0 0 0 16px;
  position: relative;
  word-wrap: break-word;
  list-style: none;
}

.ul01 li:before {
  background: none repeat scroll 0 0 #bb6415;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 11px;
  width: 5px;
}
@media screen and (max-width: 767px) {
  .ul01 li:before {
    top: 12px;
  }
}

.ul01.textLarge li {
  padding: 0 0 0 20px;
}

.ul01.textLarge li:before {
  width: 7px;
  height: 7px;
  top: 11px;
}

.bg-dark2 .ul01 li:before {
  background-color: #fff;
}

@media screen and (min-width: 768.99px) {
  .floatList li {
    float: left;
    margin-right: 10px;
  }
  .col2 li {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  .col3 li {
    float: left;
    width: 31.333%;
    margin-right: 2%;
  }
}
ul.ul_check {
  padding: 0;
  margin: 0;
}

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
  list-style: none;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #bb6415;
  border: 1px solid #bb6415;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 14px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}

.border section:last-child {
  margin-bottom: 0;
}

ul.anchor {
  padding: 2.5% 5%;
  clear: both;
  border: 1px solid #dddddd;
  display: table;
  margin: 0 auto;
}

ul.anchor li {
  padding: 0 0 5px 20px;
  position: relative;
  list-style-type: none;
  float: left;
  margin-right: 15px;
}

ul.anchor li a {
  font-weight: normal;
}

ul.anchor li a:hover {
  text-decoration: underline;
}

ul.anchor li:before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #bb6415;
}

@media screen and (max-width: 767px) {
  ul.anchor li {
    float: none;
    margin-right: 0;
  }
}
.pc-text-center {
  text-align: center;
}
.pc-text-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .pc-text-center {
    text-align: left;
  }
  .pc-text-left {
    text-align: center;
  }
  .sp-text-center {
    text-align: center !important;
  }
}
/* cards */
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
/* facilityTableTable */
.facilityTable td {
  text-align: center;
}

.facilityTable th, .facilityTable td {
  font-size: 90%;
  padding: 8px 5px;
}

.facilityTable thead th:last-child {
  width: 8% !important;
}

@media screen and (max-width: 767px) {
  .facilityTable thead {
    display: none;
  }
  .facilityTable th, .facilityTable td {
    text-align: center !important;
  }
  .facilityTable tr:last-child td {
    border-bottom: 1px solid #ccc !important;
  }
  .facilityTable tr:last-child td:last-child {
    border-bottom: 0 !important;
  }
}
/* Gナビ調整 */
@media screen and (min-width: 768px) {
  .navbar-collapse {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
  .navbar-collapse .btn {
    margin-left: 0.75em;
  }
}
/* フッター調整 */
@media screen and (max-width: 767px) {
  .list-unstyled {
    line-height: 2;
  }
  .social {
    margin-top: 20px;
  }
}
.tel i {
  width: 30px;
  text-align: center;
}

/* service */
.arrow {
  position: relative;
  margin-bottom: 45px;
  overflow: initial;
}

.arrow:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 20px solid #bb6415;
}

ul.flowchart {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
}

ul.flowchart li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #ed7d31;
  color: #fff;
  padding: 15px 10px;
  border-radius: 8px;
  margin-right: 2%;
  position: relative;
}

ul.flowchart li:last-child {
  margin-right: 0;
}

ul.flowchart li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -7%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 10px solid #ed7d31;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

ul.flowchart li:last-child:after {
  content: none;
}

ul.flowchart li.chart01, ul.flowchart li.chart06 {
  background: #ed7d31;
}

ul.flowchart li.chart01:after, ul.flowchart li.chart06:after {
  border-left: 10px solid #ed7d31;
}

ul.flowchart li.chart02, ul.flowchart li.chart07 {
  background: #a5a5a5;
}

ul.flowchart li.chart02:after {
  border-left: 10px solid #a5a5a5;
}

ul.flowchart li.chart03 {
  background: #ffc000;
}

ul.flowchart li.chart03:after {
  border-left: 10px solid #ffc000;
}

ul.flowchart li.chart04 {
  background: #4472c4;
}

ul.flowchart li.chart04:after {
  border-left: 10px solid #4472c4;
}

ul.flowchart li.chart05 {
  background: #70ad47;
}

ul.flowchart li.chart05:after {
  border-left: 10px solid #70ad47;
}

@media screen and (max-width: 991px) {
  ul.flowchart li {
    padding: 10px 5px;
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  ul.flowchart li {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  ul.flowchart li {
    padding: 10px 2px;
    font-size: 80%;
    width: 14.2857142857%;
  }
  ul.flowchart li:after {
    right: -10%;
  }
}
/* news */
dl.newsDetail {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}

dl.newsDetail dt, dl.newsDetail dd {
  float: left;
}

dl.newsDetail dt {
  width: 7.5em;
}

dl.newsDetail a {
  /*color:#9cc202;*/
}

dl.newsDetail a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  dl.newsDetail dt, dl.newsDetail dd {
    float: none;
    width: 100%;
  }
}
p.date {
  text-align: right;
  margin-top: -15px;
}

/* table-bordered */
.table-bordered tbody tr th, .table-bordered tbody tr td {
  font-weight: normal;
  padding: 0.38rem;
}
.table-bordered tbody tr th {
  background: #fff;
}
.table-bordered tbody tr td {
  background: #fff;
  font-family: none;
  color: #bb6415;
}
.table-bordered tbody tr:first-child th {
  background: #bb6415;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .table-bordered tbody tr th, .table-bordered tbody tr td {
    font-size: 80%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .sp-table {
    overflow-x: scroll;
  }
  .sp-table table {
    width: 768px !important;
  }
}

/* point */
ul.point {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding:0;
    margin: 8px 0;
}
ul.point.center {
  margin:0 auto;
}
ul.point li {
    color: #fff;
    background: #6c5d47;
    border:1px solid #6c5d47;
    padding:5px;
    text-align: center;
    width: 49%;
    max-width: 180px;
    margin-right: 2%;
    margin-bottom: 2%;
}
ul.point li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  ul.point {
      max-width: 320px;
      margin:10px auto;
  }
  ul.point li {
    width: 49%;
    margin-right: 2%;
}
}

/* flexbox */
.flexbox {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.flexbox .col-md-6 {
  max-width: 49%;
  flex: 0 0 49%;
  margin-right: 2%;
}
.flexbox .col-md-6:nth-child(2n) {
  margin-right:0;
}
}

.case {
    background: #6c5d47;
    font-size: 70%;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 0.5em;
}

/* balloon */
.balloon {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0 22px;
}
.balloon p {
    position: relative;
    width: 100%;
    margin: 4% 0 0;
    padding: .8em 1em;
    border-radius: 10px;
    background-color: #f9f9f9;
    color: #000000;
}
.balloon p::before {
    position: absolute;
    content: '';
    right: -15px;
    width: 15px;
    height: 30px;
    background-color: #f9f9f9;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
.balloon p {
  margin-top: 15px;
}
.balloon p::before {
  position: absolute;
  content: '';
  top: -15px;
  right: 0;
  left:0;
  margin:auto;
  width: 30px;
  height: 15px;
  background-color: #f9f9f9;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
}

/* END */
/*# sourceMappingURL=style.css.map */
