@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
* {
  box-sizing: border-box;
}

body,
a,
.table {
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.3rem;
}

.box1-2 ul {
  padding:0;
}

.box1-2 li {
   list-style: none;
   text-indent: -1.2em;
   padding-left: 1.2em;
   margin-bottom:1rem;
}

.text-blue {
  color: #6b90db !important;
}

.bg-blue,
.thead-blue,
.badge-primary {
  background-color: #089c8b !important;
}

.bg-lightblue {
  background-color: #dcf3f0 !important;
}

.bg-pink {
  background-color: #DB8F81 !important;
}

.border-blue {
  border-color: #a8d5d0 !important;
}

.border-top {
  border-width: 2px !important;
}

p {
  line-height: 1.6rem;
}

/* --------------------------------------------------
    追加設定
-------------------------------------------------- */

.bg-maincolor {
  background-color: #008e7e !important;
}

.text-green {
  color: #008e7e !important;
}

.pa-rl20 {
  padding: 0 20px;
}

.pa-rl22 {
  padding: 0 22px;
}

.pa-rl30 {
  padding: 0 30px;
}

@media screen and (min-width: 960px) {
.pa-footer {
  padding: 0 50px 0 15px;
}
}

.bg-footer {
  background-color: #089c8c !important;
}

.bg-subcolor01 {
  background-color: #d8fdf9 !important;
}

.bg-light {
 background-color: #f6f6f6 !important;
}

@media screen and  (max-width: 959px){
.bg-light {
 background-color: #e0f3f1 !important;
 box-shadow:0px 0px 20px rgb(72 72 72 / 20%);
}
}

.row-top {
display:flex;
flex-wrap:wrap;
margin-right:-15px;
margin-left:-15px;
justify-content:space-evenly;
}

/* --------------------------------------------------
    ファーストビュー
-------------------------------------------------- */
.header {
 /*  height: 60vh; */
}

.header .jumbotron {
  background-image: url("../img/main-img.jpg");
  background-size: cover;
  background-position: left top;
  position: relative;
  height: 90%;
  margin-bottom: 0;
  padding: 100px 0;
}

/* nav
-------------------------------------------------- */
nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

/*    キービジュアル
-------------------------------------------------- */
/*下層ページ*/
.under-layer .jumbotron {
  background-image: url("../img/k-header.jpg");
  background-size: cover;
  background-position: center top;
  margin-bottom: 0;
  padding:100px 0;
}

/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/*    トップページ
-------------------------------------------------- */

.subtitle-01 {
font-weight: 300;
line-height:1.2;
}

.tokucho h3 span {
  padding-bottom:4px;
  border-bottom: 5px solid #b2e1c9;
}

/*    紹介
-------------------------------------------------- */
figcaption {
  padding-left: 1rem;
  border-left: 3px solid #10a796;
}

/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */

/*   チャート
-------------------------------------------------- */
.flow > li .flow-icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background-color: #6b90db;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

.flow > li .flow-icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #6b90db;
  position: absolute;
  top: calc(100% - .2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* --------------------------------------------------
    お問い合せページ
-------------------------------------------------- */
/*WEBでのご予約・お問合せ*/
