html {
  min-height: 100%; }

body {
  position: relative;
  font-size: 19.2px;
  font-size: 1.2rem;
  background: url("../images/body_bg.jpg") no-repeat;
  background-size: cover; }

main {
  min-height: 800px;
  padding: 20px 80px;
  position: relative;
  background-color: #fff;
  background-clip: content-box; }
  main header, main article, main footer {
    padding: 0 40px;
    position: relative;
    z-index: 2002; }

@media (max-width: 400px) {
  main {
    padding: 0; } }

header {
  padding-top: 20px !important; }
  header .icon {
    width: 45px;
    margin-right: 10px; }

nav {
  min-height: 120px;
  margin-top: 80px;
  position: relative;
  background: url("../images/sun_menu.png") left bottom no-repeat;
  background-size: 300px 120px; }
  nav .uk-navbar-left {
    position: absolute;
    bottom: 0; }
  nav .uk-navbar-nav {
    float: none; }
    nav .uk-navbar-nav li {
      margin: 5px 5px 5px 0;
      float: none;
      display: inline-block; }
      nav .uk-navbar-nav li img {
        height: 20px; }

footer {
  margin: 200px 0 50px;
  padding: 0;
  color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, .7); }
  footer .copyright {
    padding: 10px;
    text-align: center; }

.img-sun {
  width: 100%;
  height: 350px;
  position: absolute;
  z-index: 2001; }

.img-sun-left {
  left: 0;
  bottom: 100px;
  background: url("../images/sun_left.png") left top no-repeat; }

.img-sun-right {
  right: 0;
  top: 500px;
  background: url("../images/sun_right.png") right top no-repeat; }

.content {
  margin-bottom: 100px; }

#icatch.content .about {
  margin: 40px 0; }

#icatch.content img {
  width: 100%;
  height: 100%; }

.caption {
  height: 50px; }

.content_bgblack > section {
  padding-top: 20px; }

.content_bgblack figure {
  position: relative;
  padding: 0 20px; }
  .content_bgblack figure .blur_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7); }
  .content_bgblack figure figcaption {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 16px;
    padding: 1rem; }
    .content_bgblack figure figcaption h2 {
      font-size: 28px;
      margin-bottom: 2vw; }

.greet_sentence {
  line-height: 32px;
  line-height: 2rem; }

.description {
  margin: 20px 0 20px; }

.osanaikenji_sign {
  margin: 20px 0 20px; }

ul.posts {
  list-style-type: none; }

.googlemap iframe {
  width: 100%;
  height: 500px; }

.text_color_white {
  color: white; }

.text_color_orange {
  color: #FF791E; }

.icon_large {
  font-size: 70px; }

.margin_bottom {
  margin-bottom: 40px; }

.uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #FF791E; }

.uk-table-striped tbody tr {
  border-bottom: 1px dotted #FF791E; }

.uk-table-striped tbody tr:nth-of-type(odd) {
  background: transparent; }

.uk-list-striped li {
  border-bottom: 1px dotted #FF791E; }

.uk-list-striped li:nth-of-type(odd) {
  background: transparent; }

ul {
  padding-left: 0; }

.uk-link, a {
  text-decoration: underline;
  color: #333; }

.uk-link:hover, a:hover {
  color: #FF791E; }

.wks_contact_form .uk-button {
  color: #fff;
  background-color: #FF791E; }
