@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: "Yu Gothic";
  font-weight: 100;

  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 200;

  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 300;

  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 400;

  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: bold;

  src: local("Yu Gothic Bold");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: 100;

  src: local("Yu Mincho Medium");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: 200;

  src: local("Yu Mincho Medium");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: 300;

  src: local("Yu Mincho Medium");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: 400;

  src: local("Yu Mincho Medium");
}
@font-face {
  font-family: "Yu Mincho";
  font-weight: bold;

  src: local("Yu Mincho Bold");
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.2; margin-top: 20px;
}
p {
  text-align: justify;
  letter-spacing: .1em;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40; 
}
hr.light {
  border-color: white; 
}
hr.dark {
  border-color: #222222; 
}

section {
  padding: 0 0 50px 0; 
}

.masthead {
    position: relative;
    height: 100vh;
    min-height: 300px;
    text-align: center;
    background: url(../img/topimg.jpg) no-repeat center center;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header.masthead h1 {
    font-size: 3em;
    font-weight: 700;
}
header.masthead p {
    font-size: 2em;
}
  @media (min-width: 768px) {
    header.masthead h1 {
      font-size: 5em;
    }
    header.masthead p {
      font-size: 2em;
    }
}

.jumbotron-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.site-name {
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
}

.btn-black {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-family: 'Avenir', serif;
}

.btn-black:hover {
     background-color: #fff;
     color: #000;
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 38px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #212529;
  border: 2px solid #212529;
  border-radius: 100% !important;
  background: transparent;
}
  .btn-circle:focus, .btn-circle:hover {
    color: inherit;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
}

.btn-noborder {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 38px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #212529;
  background: transparent;
}
  .btn-noborder:focus, .btn-noborder:hover {
    color: inherit;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
}

.google-maps {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  padding: 10px 0; 
}

.foot-dark .foot-link > a {
  color: white;
}

.foot-dark {
  color: white;
}

.tooltip {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.popover {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.bg-smoke {
  background-color: #f5f5f5;
}
.bg-paper {
  background-color: #fffff0;
}
div.tac p {
  text-align: center;
}
.dbox {
  border: 4px double green;
}
.card p {
  margin: 0;
}
.chead-menufee {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}

.cbody-menufee {
  height: 100px;
}

a.link-light {
  color: white !important;
}

a.link-dark {
  color: black !important;
}

.v-hidden {
  visibility: hidden;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.fs-large {
  font-size: large;
}

.fs-llarge {
  font-size: x-large;
}

.fs-lllarge {
  font-size: xx-large;
}

.fs-small {
  font-size: small;
}

.fs-ssmall {
  font-size: x-small;
}

.fs-sssmall {
  font-size: xx-small;
}

.h1 {
  font-size: 2.5em;
  padding-bottom: 10px;
}
.h2 {
  font-size: 2em;
  padding: 10px 5px;
  border-left: 0.5em solid #025ba6;
}
.h3 {
  font-size: 1.75em;
  border-bottom: 0.1em solid #025ba6;
}
.h4 {
  font-size: 1.5em;
  padding-left: 10px;
  border-left: 5px double #025ba6;
}
.h5 {
  font-size: 1.25em;
  border-bottom: 0.1em dashed #025ba6;
}
.h6 {
  font-size: 1em;
  text-decoration: underline;
}