@charset "utf-8";
body {
    font-family: "Noto Sans JP";
    color: #000000;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
.jumbotron {
	background-image: url('../img/top-image01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.heading {
    border-left: 6px solid #4CB5F5;
    padding: 0 0 0 10px;
	margin-bottom: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}

/* お問合せボタン
============================================== */
.btn-secondary {
    color: #fff;
    background-color: #4CB5F5;
    border-color: #4CB5F5;
}
/* END */

/* グローバルナビ
============================================== */
.bg-dark {
    background-color: #4CB5F5!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
/* END */

/* トップページ（スライダー・他、変更部分）
============================================== */
.mainimage {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.rounded-circle {
    border-radius: 0%!important;
}
.card-title a{
	color: #000;
}
.card-text a{
	color: #000;
}
/* END */

/* 各種タイトル
============================================== */
.h5, h5 {
    font-size: 1.1rem;
    border-bottom: 1px solid #4CB5F5;
    padding: 0.75em 0 0.5em;
    margin-bottom: 0.75em!important;
    clear: both;
	font-weight: bold;
}
/* END */

/* テキスト
============================================== */
.highlight {
    padding: 4% 4% 3%!important;
    background: #EDF2F4;
    box-sizing: border-box;
    overflow: hidden;
}
ul.ul01 {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ul01 li {
    padding: 0 0 5px 20px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
    width: 100%;
}
.ul01 li:before {
    background: none repeat scroll 0 0 #4CB5F5;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 5px;
}
/* END */

/* リンクボタン
============================================== */
.button {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 260px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 0.8em 0.8em;
    font-weight: normal;
    letter-spacing: 0;
    color: #232323 !important;
    background: #fff;
    border: 1px solid #232323;
    border-radius: 0;
    z-index: 0;
    font-size: 14px;
}
.button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #4CB5F5;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    -webkit-animation: none;
    animation: none;
}
.button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.button:hover {
  color: #fff !important;
  border-color: #4CB5F5;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button:hover:before {
  content: "";
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: none;
  animation: none;
  z-index: -1;
}
.button:hover:after {
  border-color: #fff;
  right: 3%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* END */

/* フッター・コピーライト
============================================== */
.bg-lightgreen {
    background-color: #EDF2F4;
}
.bg-secondary {
    background-color: #0D93E7!important;
}
/* END */

/* テーブル
============================================== */
.container table {
    width: 100%;
}
table.tableDefault {
    border-top: 1px solid #ddd;
}
.container table th, article.container table td {
    line-height: 1.75;
}
table.tableDefault tbody th {
    background: #EDF2F4;
    white-space: nowrap;
    width: 25%;
}
table.tableDefault th, table.tableDefault td {
    border-bottom: 1px solid #ddd;
    padding: 1.25em 1em;
    vertical-align: top;
}
/* END */

/* お問合せフォーム
============================================== */
.highlight.contact-highlight {
    background-color: #F5FAFE;
}
/* END */

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
 #sec2  {
     height: 500px;
 } 
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
 #sec2 .message {
    position: absolute;
     left: 0;
 } 
} /* END */