﻿body {
  /*    font-size: 16px;*/
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding: 50px 15px;
  /*
    line-height: 30px;
*/
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* bootstrap override */
.rounded-circle {
  border: solid 6px #dda;
}
.btn-warning {
  color: #fff;
}
.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #fff;
}
.bg-dark {
  background-color: #111 !important;
}
/* general */
a {
  color: #77aa66;
}
a:hover {
  color: #999900;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "kan412typos-std";
}
h1,
h2,
h3 {
  margin-bottom: 2rem;
}
h3.title {
  color: #696;
  border-left: solid 8px #696;
  border-bottom: dotted 1px #696;
  padding: 5px 15px 15px 15px;
}
.typo {
  font-family: "kan412typos-std";
}
.mincho {
  font-family: heisei-mincho-std, serif;
  font-weight: 700;
  font-style: normal;
}
.din {
  font-family: din-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* page header */
#header {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#header .inner {
  height: 430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header .inner h2 {
  margin: 0;
  padding-top: 60px;
  color: #fff;
  font-size: 54px;
  text-align: center;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}
#header .inner h3 {
  margin: 0;
  padding-top: 30px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  #header .inner {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #header .inner {
    width: 100%;
    height: 200px;
  }
  #header .inner h2 {
    font-size: 30px;
  }
  #header .inner h3 {
    font-size: 16px;
  }
}
/* to HOME logo */
#mlogo {
  position: fixed;
  left: 5px;
  top: -5px;
  z-index: 1000;
}
#mlogo img {
  width: 150px;
}
#mlogo small {
  color: #fff;
  font-family: "kan412typos-std";
  display: block;
  padding-left: 10px;
  position: relative;
  top: -5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#mlogo:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
@media (max-width: 768px) {
  #mlogo img {
    width: 100px;
  }
  #mlogo small {
    font-size: 10px;
    left: -10px;
    top: 7px;
    display: inline;
  }
}
/* content menu */
.menubtn {
  width: 70px;
  height: 70px;
  padding-top: 18px;
  background-color: #696;
  opacity: 0.9;
  z-index: 1050;
  position: fixed;
  top: 0px;
  right: 0px;
}
@media (max-width: 768px) {
  .menubtn {
    padding-top: 12px;
    width: 50px;
    height: 50px;
  }
}
.menubtn .icon-bar {
  margin: 7px auto;
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .menubtn .icon-bar {
    margin: 5px auto;
    width: 22px;
  }
}
.menu {
  position: fixed;
  display: none;
  background-color: #fff;
  width: 100%;
  padding: 30px;
  color: #330;
  z-index: 1010;
  font-family: "kan412typos-std";
  border-bottom: solid 1px #ccc;
  box-shadow: 0 3px 5px 5px rgba(0, 0, 0, 0.1);
}
.menu.top {
  left: 0;
  right: 0;
  top: 0;
  height: 500px;
  background: #fff;
  padding-bottom: 50px;
}
.menu .submenu {
  margin-top: 20px;
}
.menu a {
  color: #230 !important;
  display: block;
}
.menu a[class=h5] {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 25px;
}
.menu a:not([class=h5]) {
  margin-bottom: 8px;
}
.menu a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .menu .submenu {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .menu {
    padding: 15px 10px;
  }
  .menu a a[class=h5] {
    margin-bottom: 10px;
  }
  .menu a:not([class=h5]) {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .menu {
    padding: 15px 10px;
  }
  .menu.top {
    height: 520px;
  }
  .menu .submenu {
    margin-top: 50px;
  }
}
/* navigation */
#navi_top {
  position: relative;
  height: 70px;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.3);
}
#navi_top ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  list-style: none;
}
#navi_top ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: list-item;
  text-align: center;
  width: 12.5%;
}
#navi_top ul li a {
  font-family: "kan412typos-std";
  font-size: 15px;
  color: #fff;
  display: block;
  height: 70px;
  padding-top: 15px;
  text-decoration: none;
}
#navi_top ul li a small {
  font-size: 11px;
  display: block;
  line-height: 24px;
}
#navi_top ul li a:hover {
  color: #fec !important;
}
#navi {
  position: relative;
  top: 140px;
  height: 70px;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.3);
}
#navi ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  list-style: none;
}
#navi ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: list-item;
  text-align: center;
  width: 12.5%;
}
#navi ul li a {
  font-family: "kan412typos-std";
  font-size: 15px;
  color: #fff;
  display: block;
  height: 70px;
  padding-top: 15px;
  text-decoration: none;
}
#navi ul li a small {
  font-size: 11px;
  display: block;
  line-height: 24px;
}
/* footer */
footer {
  padding: 30px 0 200px 0;
  text-align: center;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-color: #eeeeee;
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 100px;
  }
}
footer .contact .lineat {
  margin-top: 30px;
  font-weight: bold;
}
footer .contact .lineat img {
  margin: 10px 0 10px 0;
}
footer hr {
  border-top: solid 1px #ddd;
}
footer .bottommenu {
  text-align: left;
  font-family: "kan412typos-std";
}
footer .bottommenu.top {
  left: 0;
  right: 0;
  top: 0;
  height: 550px;
  background: #fff;
}
footer .bottommenu .submenu {
  margin-top: 50px;
}
footer .bottommenu a {
  color: #032 !important;
  display: block;
}
footer .bottommenu a[class=h5] {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 25px;
}
footer .bottommenu a:not([class=h5]) {
  margin-bottom: 8px;
}
footer .bottommenu a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  footer .bottommenu .submenu {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  footer .bottommenu {
    padding: 15px 10px;
  }
  footer .bottommenu a a[class=h5] {
    margin-bottom: 10px;
  }
  footer .bottommenu a:not([class=h5]) {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  footer .bottommenu {
    padding: 15px 10px;
  }
  footer .bottommenu .submenu {
    margin-top: 30px;
  }
}
footer .bottomprofile {
  margin: 50px 0;
  text-align: left;
}
#copywrite {
  padding: 20px 0;
  text-align: center;
}
/* blog */
#blog h2 {
  margin-bottom: 10px;
}
#blog #date {
  text-align: right;
  margin-bottom: 30px;
}
#blogrecents {
  border: solid 1px #ccc;
  padding: 15px;
  margin-bottom: 30px;
}
#blogrecents h4 {
  color: #696;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #99cc66;
}
#blogrecents h5 {
  margin: 0;
}
#blogrecents a {
  display: block;
  padding: 10px 0 20px 0;
  margin-bottom: 30px;
  border-bottom: solid 1px #ddd;
  line-height: 25px;
}
#blogcategories {
  border: solid 1px #ccc;
  padding: 15px;
}
#blogcategories h4 {
  color: #696;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #99cc66;
}
#blogcategories a {
  color: #000;
  display: block;
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
}
#blogcategories a:hover {
  color: #999900;
}
/* style */
.gallery .img-circle {
  margin-bottom: 15px;
}
.paper {
  position: relative;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 30px;
  margin: 60px 0;
  -webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.paper .circle {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-family: "kan412typos-std";
  background-color: #696;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.paper .subtitle {
  position: absolute;
  top: 40px;
  left: 120px;
  color: #696;
  font-size: 25px;
}
.paper h3 {
  color: #696;
  top: -50px;
  font-size: 36px;
  margin: 0 0 10px 0;
  text-align: center;
}
.paper h4,
.paper h5 {
  color: #696;
}
.paper .help-block {
  font-size: 0.9em;
  margin-bottom: 30px;
}
.paper .alert {
  margin: 30px 0 40px 0;
}
.paper img {
  margin: 10px auto;
}
@media (max-width: 992px) {
  .paper {
    padding: 15px;
  }
  .paper .circle {
    top: -30px;
    left: 10px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding-top: 0;
  }
  .paper .subtitle {
    top: -30px;
    left: 70px;
    font-size: 16px;
  }
  .paper h3 {
    font-size: 30px;
  }
}
#omoi p {
  line-height: 2em;
  padding-bottom: 15px;
}
#omoi .card p {
  line-height: 1.8em;
  padding-bottom: 0;
  margin-bottom: 15px;
}
#omoi .card p strong {
  display: block;
  font-size: 1.3em;
}
#works .slider img {
  height: 370px;
  display: inline;
}
#works .slick-slider {
  margin-bottom: 0;
}
#works2 .slider img {
  height: 150px;
  display: inline;
  margin: 0 7px;
}
/* GDH */
#lineup {
  text-align: center;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
#lineup .title {
  color: #fff;
  background-color: #203b39;
  border-color: #938981 !important;
}
#lineup th {
  color: #000;
  background-color: #c9c2bd;
  border-color: #938981 !important;
  white-space: nowrap;
  vertical-align: middle;
}
#lineup td {
  color: #fff;
  background-color: #203b39;
  border-color: #938981 !important;
}
#lineup td.valign-middle {
  vertical-align: middle;
}
#lineup tr.gaikan td {
  background-color: #fff;
}
@media (min-width: 768px) {
  #lineup {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #lineup {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #lineup {
    max-width: 1140px;
  }
}
@media (min-width: 769px) {
  #lineup img.logo1 {
    max-width: 350px;
  }
}
#lineup img.logo2 {
  max-width: 180px;
}
.bg-gdh {
  background-color: #203b39;
}
.text-gdh {
  color: #203b39;
}
.events h4 {
  color: #660;
  padding-bottom: 8px;
  border-bottom: solid 1px #000;
}
.events .h4 {
  color: #203b39;
}
/* reserve */
.reserve th {
  background-color: #f8fbec;
}