@charset "UTF-8";
html {
  min-height: 100%;
  position: relative; }

body {
  margin-bottom: 60px;
  background-color: #fff;
  color: #161616;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

h1 {
  color: #55bfcf;
  text-align: center;
  margin-bottom: 60px; }

h2, h3, h4, h5 {
  color: #333; }

h2 {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2; }
  h2::after {
    display: block;
    width: 3rem;
    height: 0.8em;
    content: " ";
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #55bfcf; }

.text-special {
  font-family: "Special Elite", cursive;
  font-size: 5rem;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  margin-top: 5rem; }

a {
  color: #55bfcf;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    color: #2a8694; }

.btn {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#header {
  min-height: 500px;
  max-height: 700px;
  background-image: url(../images/IMG_1013_a.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#footer {
  width: 100%;
  height: 60px;
  background: #603b00;
  color: #fff;
  text-align: center;
  line-height: 60px;
  position: absolute;
  bottom: 0; }

.wrapper {
  padding: 60px 0; }

.logo {
  display: inline-block;
  width: 300px;
  height: auto;
  overflow: hidden; }

.btn-accent {
  background-color: #55bfcf;
  color: #fff; }
  .btn-accent:hover, .btn-accent:focus {
    background-color: #2a8694; }

.card-title {
  color: #55bfcf; }

.bg-grey50 {
  background-color: #FAFAFA; }

.text-accent {
  color: #55bfcf; }

.text-theme {
  color: rgba(96, 59, 0, 0.4); }

.map {
  width: 100%;
  height: 300px;
  border: none; }

@media screen and (max-width: 991px) {
  .card {
    margin-bottom: 1.5rem; }
  .text-special {
    display: none; } }
