/**
 * OH Template
 * @date 30 Jul 2019
 */
/* Web font */
@import url("https://use.fontawesome.com/releases/v5.9.0/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
/* Default styles */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Open Sans', sans-serif;
  text-size-adjust: 100%;
  color: #555;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px;
}

h1 {
  font-size: 4rem;
  line-height: 1.16;
}

h2 {
  font-size: 3rem;
  line-height: 1.18;
}

h3 {
  font-size: 2rem;
  line-height: 1.18;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.24;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.24;
}

h6 {
  font-size: 1.4rem;
  line-height: 1.24;
}

p, ul, ol, dl, table {
  font-size: 1.6rem;
  line-height: 1.82;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

figure,
figcaption {
  margin: 0;
}

table th {
  font-weight: normal;
}

a, a:hover {
  color: #555;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  h6 {
    font-size: 1.3rem;
  }

  p, ul, ol, dl, table, figcaption {
    font-size: 1.46rem;
  }
}
/* Container */
.oh-container {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .oh-container {
    padding-top: 80px;
  }
}
/* Header */
.oh-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  position: fixed;
  justify-content: space-between;
  left: 0;
  top: 0;
  z-index: 9998;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.oh-header a, .oh-header a:hover {
  color: #555;
  text-decoration: none;
}
.oh-header .logo a {
  height: 100px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  opacity: 1;
  transition: opacity .2s ease 0s;
}
.oh-header .logo a:hover {
  opacity: .6;
}
.oh-header .logo a.img-to-bg img {
  max-width: initial;
  max-width: none;
  max-height: 100%;
  visibility: hidden;
}
.oh-header .gnav {
  font-size: 1.84rem;
  font-weight: 600;
  line-height: 1.12;
  display: flex;
  flex: 1;
  justify-content: flex-start;
}
.oh-header .gnav a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre-wrap;
  padding: 0 14px;
}
.oh-header .gnav a:hover {
  text-decoration: underline;
}
.oh-header .buttons {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42;
  display: flex;
}
.oh-header .button {
  position: relative;
}
.oh-header .button > a {
  min-width: 100px;
  height: 100px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.oh-header .button > a i {
  font-size: 2.6rem;
}
.oh-header .button > a .txt {
  padding-top: 10px;
}
.oh-header .button > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.64);
}
.oh-header .pulldown {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  top: 100px;
  display: none;
}
.oh-header .pulldown ul {
  font-size: 1.46rem;
  line-height: 1.42;
  text-align: center;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.oh-header .pulldown ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.oh-header .pulldown ul li:first-child {
  border: none;
}
.oh-header .pulldown ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px;
}
.oh-header .pulldown ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .oh-header .gnav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .oh-header .logo {
    width: auto;
    flex: 1;
  }
  .oh-header .logo > a {
    width: 100%;
    min-width: 100px;
    height: 80px;
    background-position: left center;
  }
  .oh-header .gnav {
    display: none;
  }
  .oh-header .button > a {
    min-width: 80px;
    height: 80px;
    padding: 0;
  }
  .oh-header .button > a i {
    font-size: 2rem;
  }
  .oh-header .pulldown {
    top: 80px;
  }
}
/* Main visual */
.oh-main-visual .bx-wrapper .bx-viewport ul {
  list-style: none;
  padding: 0;
}
.oh-main-visual .bx-wrapper .bx-viewport ul li.img-to-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.oh-main-visual .bx-wrapper .bx-viewport ul li img {
  visibility: hidden;
}

/* Breadcrumb */
.oh-breadcrumb {
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.32;
  display: flex;
  margin: 20px;
}
.oh-breadcrumb a, .oh-breadcrumb a:hover {
  color: #555;
}
.oh-breadcrumb li::after {
  content: '>';
  display: inline-block;
  margin: 0 10px;
}
.oh-breadcrumb li.here::after {
  display: none;
}

/* Menu */
.oh-menu {
  width: 100%;
  height: 100%;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.oh-menu .inner {
  max-width: 800px;
  padding: 140px 80px;
  margin: 0 auto;
}
.oh-menu .oh-menu-close {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  position: fixed;
  right: 0;
  top: 0;
}
.oh-menu .oh-menu-close a {
  width: 100px;
  height: 100px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.oh-menu .oh-menu-close a:hover {
  color: #fff;
}
.oh-menu .oh-menu-close a i {
  font-size: 2.6rem;
}
.oh-menu .oh-menu-close a .txt {
  padding-top: 10px;
}
.oh-menu .oh-menu-contents a {
  color: #fff;
  text-decoration: none;
}
.oh-menu .oh-menu-contents a:hover {
  color: #fff;
  text-decoration: underline;
}
.oh-menu .oh-menu-contents ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.oh-menu .oh-menu-contents ul li a {
  text-decoration: none;
  display: block;
}
.oh-menu .oh-menu-contents ul li a:hover {
  text-decoration: underline;
}
.oh-menu .oh-menu-contents h1, .oh-menu .oh-menu-contents h2, .oh-menu .oh-menu-contents h3, .oh-menu .oh-menu-contents h4, .oh-menu .oh-menu-contents h5, .oh-menu .oh-menu-contents h6 {
  font-size: 1.8rem;
}
.oh-menu .oh-menu-contents .primary {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.24;
}
.oh-menu .oh-menu-contents .primary > li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.oh-menu .oh-menu-contents .primary > li > a:first-child,
.oh-menu .oh-menu-contents .primary > li > span:first-child {
  flex: 1;
  padding: 20px 0;
}
.oh-menu .oh-menu-contents .primary > li > a:first-child i,
.oh-menu .oh-menu-contents .primary > li > span:first-child i {
  font-size: 2.4rem;
  vertical-align: .2rem;
}
.oh-menu .oh-menu-contents .primary > li > a.more {
  width: 40px;
  height: 40px;
  font-size: 2.4rem;
  line-height: 40px;
  text-align: center;
  border-radius: 999px;
}
.oh-menu .oh-menu-contents .primary > li ul, .oh-menu .oh-menu-contents .primary > li ol {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.24;
  padding: 0 0 0 3rem;
  box-sizing: border-box;
}
.oh-menu .oh-menu-contents .primary > li ul li a, .oh-menu .oh-menu-contents .primary > li ol li a {
  padding: 5px 0;
}
.oh-menu .oh-menu-contents .secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.oh-menu .oh-menu-contents .secondary > li {
  width: 50%;
  padding: 5px;
}
.oh-menu .oh-menu-contents .secondary > li:nth-child(odd) {
  padding-left: 0;
}
.oh-menu .oh-menu-contents .secondary > li:nth-child(even) {
  padding-right: 0;
}
.oh-menu .oh-menu-contents .secondary > li > a {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

@media screen and (max-width: 768px) {
  .oh-menu .oh-menu-close {
    font-size: 1.2rem;
  }
  .oh-menu .oh-menu-close a {
    width: 80px;
    height: 80px;
  }
  .oh-menu .oh-menu-close a i {
    font-size: 2.2rem;
  }
  .oh-menu .oh-menu-contents .inner {
    padding: 100px 20px;
  }
  .oh-menu .oh-menu-contents .primary {
    font-size: 2.2rem;
  }
  .oh-menu .oh-menu-contents .primary > li > a:first-child i {
    font-size: 2.2rem;
    vertical-align: auto;
  }
  .oh-menu .oh-menu-contents .primary > li ul, .oh-menu .oh-menu-contents .primary > li ol {
    font-size: 1.6rem;
  }
  .oh-menu .oh-menu-contents .secondary {
    font-size: 1.4rem;
    line-height: 1.24;
  }
  .oh-menu .oh-menu-contents .secondary > li {
    width: 50%;
    padding: 5px;
  }
}
/* Contents */
.oh-content,
.oh-content-bordered {
  max-width: 1280px;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

.oh-content-covered {
  background: rgba(0, 0, 0, 0.06) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .oh-content,
  .oh-content-bordered,
  .oh-content-covered {
    padding: 20px;
  }
}
/* Footer */
.oh-footer {
  padding: 40px;
}
.oh-footer .return-to-page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9998;
}
.oh-footer .return-to-page-top a {
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  border-radius: 999px;
  opacity: 1;
  transition: opacity .2s ease 0s;
}
.oh-footer .return-to-page-top a:hover {
  opacity: .6;
}
.oh-footer .sitemap ul {
  font-size: 1.6rem;
  font-weight: 600;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.oh-footer .sitemap ul li {
  margin: 0 10px;
}
.oh-footer .sitemap ul li a:hover {
  text-decoration: underline;
}
.oh-footer .info {
  text-align: center;
  margin: 0 auto;
}
.oh-footer .info h2, .oh-footer .info h3, .oh-footer .info h4 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.oh-footer .info p, .oh-footer .info ul, .oh-footer .info ol, .oh-footer .info dl, .oh-footer .info table {
  line-height: 1.62;
  margin-bottom: 10px;
}
.oh-footer .info .sns {
  font-size: 3rem;
  line-height: 1.42;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 10px;
}
.oh-footer .info .sns li {
  margin: 0 5px;
}
.oh-footer .info .sns li a {
  opacity: 1;
  transition: opacity .2s ease 0s;
}
.oh-footer .info .sns li a:hover {
  opacity: .6;
}
.oh-footer .copyright {
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .oh-footer {
    padding: 40px 20px 80px;
  }
  .oh-footer .return-to-page-top a {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 40px;
  }
  .oh-footer .sitemap ul {
    display: flex;
    justify-content: flex-start;
  }
  .oh-footer .sitemap ul li {
    width: 50%;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
  }
}
/* bxSlider */
.bx-wrapper {
  position: relative;
}

.bx-viewport {
  z-index: 1;
}
.bx-viewport ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity .2s ease 0s;
}
.bx-controls-direction .bx-prev:hover,
.bx-controls-direction .bx-next:hover {
  opacity: .6;
}
.bx-controls-direction .bx-prev::before,
.bx-controls-direction .bx-next::before {
  content: '';
  width: 40px;
  height: 40px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  display: block;
}
.bx-controls-direction .bx-prev {
  left: 10px;
}
.bx-controls-direction .bx-prev::before {
  content: '\f053';
}
.bx-controls-direction .bx-next {
  right: 10px;
}
.bx-controls-direction .bx-next::before {
  content: '\f054';
}

.bx-pager {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
}
.bx-pager .bx-pager-item {
  margin: 0 5px;
}
.bx-pager .bx-pager-item:first-child {
  margin-left: 0;
}
.bx-pager .bx-pager-item:last-child {
  margin-right: 0;
}
.bx-pager .bx-pager-item .bx-pager-link {
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  border-radius: 999px;
}
.bx-pager .bx-pager-item .bx-pager-link.active {
  background: white;
}

.bx-slider-auto ul li:not(:first-child) {
  display: none;
}

@media screen and (max-width: 768px) {
  .bx-wrapper .bx-controls .bx-controls-direction .bx-prev::before,
  .bx-wrapper .bx-controls .bx-controls-direction .bx-next::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .bx-wrapper .bx-controls .bx-pager {
    justify-content: center;
    bottom: 15px;
  }
}
/* Thumbnail for bxSlider */
[class*="bx-thumbnails"] {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
[class*="bx-thumbnails"] li {
  width: 20%;
  padding: 10px 5px 0;
  box-sizing: border-box;
}
[class*="bx-thumbnails"] li a {
  text-decoration: none;
  background: #000;
  display: block;
}
[class*="bx-thumbnails"] li a img {
  opacity: 1;
  transition: opacity .2s ease 0s;
}
[class*="bx-thumbnails"] li a.active img {
  opacity: .4;
}

/* Common styles */
.attention p {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.attention ul, .attention ol {
  list-style: none;
  padding: 0;
}
.attention ul li, .attention ol li {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

/* Align */
.align-right {
  text-align: right;
}

.align-right-pc {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-center-pc {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .align-right-pc,
  .align-center-pc {
    text-align: left;
  }
}
/* Spacer */
.spacer {
  margin: 20px auto;
}

/* Scrollfix */
.scrollfix {
  height: 0;
  padding-top: 100px;
  margin-top: -100px;
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .scrollfix {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/* Headline */
[class*="oh-headline"] {
  margin-bottom: 40px;
}
[class*="oh-headline"]:last-child {
  margin-bottom: 0;
}

/*
.oh-headline-left {
	text-align: left;
}
.oh-headline-right {
	text-align: right;
}
*/
@media screen and (max-width: 768px) {
  .oh-headline {
    font-size: 3.4rem;
  }
}
/* Button */
.oh-button {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #555;
  padding: 16px 40px;
  border: none;
  border-radius: 3px;
  display: inline-block;
  opacity: 1;
  transition: opacity .2s ease 0s;
}
.oh-button:hover {
  opacity: .6;
}
.oh-button:hover {
  color: #fff;
  text-decoration: none;
}
.oh-button i {
  width: 2rem;
  margin-left: -1rem;
}

/* Buttons */
.oh-buttons {
  padding: 20px 0;
}
.oh-buttons .entries {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.oh-buttons .entries .entry {
  font-size: 2rem;
  text-align: center;
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}
.oh-buttons .entries .entry .oh-button {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .oh-buttons .entries {
    flex-direction: column;
  }
  .oh-buttons .entries .entry {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* Table */
[class*="oh-table"] {
  border-collapse: separate;
  border-spacing: 1px;
}
[class*="oh-table"] th, [class*="oh-table"] td {
  padding: 20px;
  background: #f5f5f5;
}
[class*="oh-table"] th {
  text-align: center;
  white-space: nowrap;
  background: #e5e5e5;
}

@media screen and (max-width: 768px) {
  .oh-table-flex th, .oh-table-flex td {
    display: block;
  }
  .oh-table-flex th {
    padding: 10px 20px;
  }
}
/* Greeting */
.oh-greeting,
.oh-overview {
  max-width: 680px;
  margin: 0 auto;
}
.oh-greeting > .oh-headline:first-child,
.oh-overview > .oh-headline:first-child {
  margin-bottom: 20px;
}
.oh-greeting p, .oh-greeting ul, .oh-greeting ol, .oh-greeting dl, .oh-greeting table,
.oh-overview p,
.oh-overview ul,
.oh-overview ol,
.oh-overview dl,
.oh-overview table {
  font-size: 1.8rem;
  line-height: 1.62;
  margin-bottom: 10px;
}
.oh-greeting *:last-child,
.oh-overview *:last-child {
  margin-bottom: 0;
}

/* News */
.oh-news {
  max-width: 960px;
}
.oh-news > .oh-headline:first-child {
  margin-bottom: 20px;
}
.oh-news .news {
  list-style: none;
  padding: 0;
}
.oh-news .news .new {
  line-height: 1.32;
  padding: 20px 0 20px 120px;
  position: relative;
  border: 1px solid #ddd;
  border-width: 1px 0 0;
}
.oh-news .news .new:last-child {
  border-width: 1px 0;
}
.oh-news .news .new .update {
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}
.oh-news *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .oh-news .news .new {
    padding: 20px 0;
  }
  .oh-news .news .new .update {
    position: static;
    margin-bottom: 5px;
  }
}
/* Details */
[class*="oh-details"] .flex {
  display: flex;
  margin: -20px;
}
[class*="oh-details"] .flex > div,
[class*="oh-details"] .flex > figure {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
[class*="oh-details"] .flex.reverse {
  flex-direction: row-reverse;
}
[class*="oh-details"] .fig {
  text-align: center;
}
[class*="oh-details"] .fig img {
  display: block;
  margin: 20px auto;
}
[class*="oh-details"] .fig img:first-child {
  margin-top: 0;
}
[class*="oh-details"] .fig img:last-child {
  margin-bottom: 0;
}
[class*="oh-details"] .fig figcaption {
  font-size: 1.6rem;
  line-height: 1.62;
  margin: -10px 0 20px;
}
[class*="oh-details"] .fig figcaption:last-child {
  margin-bottom: 0;
}
[class*="oh-details"] .summary *:last-child {
  margin-bottom: 0;
}

.oh-details-reverse .flex {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  [class*="oh-details"] .flex {
    flex-direction: column;
  }
  [class*="oh-details"] .flex .summary {
    order: 1;
  }
  [class*="oh-details"] .flex .fig {
    order: 2;
  }
  [class*="oh-details"] .flex.reverse {
    flex-direction: column;
  }
}
/* Boxes */
[class*="oh-boxes"] .entries {
  display: flex;
  margin: -20px;
}
[class*="oh-boxes"] .entry {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}
[class*="oh-boxes"] .entry .fig {
  text-align: center;
  margin-bottom: 20px;
}
[class*="oh-boxes"] .entry .summary h1, [class*="oh-boxes"] .entry .summary h2, [class*="oh-boxes"] .entry .summary h3, [class*="oh-boxes"] .entry .summary h4, [class*="oh-boxes"] .entry .summary h5, [class*="oh-boxes"] .entry .summary h6 {
  font-size: 2.2rem;
  line-height: 1.32;
  margin-bottom: 10px;
}
[class*="oh-boxes"] .entry .summary p, [class*="oh-boxes"] .entry .summary ul, [class*="oh-boxes"] .entry .summary ol, [class*="oh-boxes"] .entry .summary dl, [class*="oh-boxes"] .entry .summary table {
  line-height: 1.62;
  margin-bottom: 10px;
}
[class*="oh-boxes"] .entry .summary *:last-child {
  margin-bottom: 0;
}
[class*="oh-boxes"] .entry > a {
  display: block;
}
[class*="oh-boxes"] .entry > a .fig {
  opacity: 1;
  transition: opacity .2s ease 0s;
}
[class*="oh-boxes"] .entry > a:hover .fig {
  opacity: .6;
}

[class*="oh-boxes-"] .entries {
  flex-wrap: wrap;
}
[class*="oh-boxes-"] .entry {
  flex: none;
}

.oh-boxes-2 .entry {
  width: 50%;
}

.oh-boxes-3 .entry {
  width: 33.333333333%;
}

.oh-boxes-4 .entry {
  width: 25%;
}

.oh-boxes-5 .entry {
  width: 20%;
}

@media screen and (max-width: 768px) {
  [class*="oh-boxes"] .entries {
    flex-direction: column;
    margin: 0;
  }
  [class*="oh-boxes"] .entry {
    padding: 10px 0;
  }

  [class*="oh-boxes-"] .entry {
    width: 100%;
  }
}
/* Cards */
[class*="oh-cards"] .entries {
  display: flex;
  margin: -20px;
}
[class*="oh-cards"] .entry {
  flex: 1;
  padding: 20px;
}
[class*="oh-cards"] .entry .fig {
  text-align: center;
  margin: 0;
}
[class*="oh-cards"] .entry .summary {
  background: #fff;
  padding: 20px;
}
[class*="oh-cards"] .entry .summary h1, [class*="oh-cards"] .entry .summary h2, [class*="oh-cards"] .entry .summary h3, [class*="oh-cards"] .entry .summary h4, [class*="oh-cards"] .entry .summary h5, [class*="oh-cards"] .entry .summary h6 {
  font-size: 2.2rem;
  line-height: 1.32;
  margin-bottom: 10px;
}
[class*="oh-cards"] .entry .summary p, [class*="oh-cards"] .entry .summary ul, [class*="oh-cards"] .entry .summary ol, [class*="oh-cards"] .entry .summary dl, [class*="oh-cards"] .entry .summary table {
  line-height: 1.62;
  margin-bottom: 10px;
}
[class*="oh-cards"] .entry .summary *:last-child {
  margin-bottom: 0;
}
[class*="oh-cards"] .entry > a {
  text-decoration: none;
  display: block;
  background: #fff;
}
[class*="oh-cards"] .entry > a .fig {
  opacity: 1;
  transition: opacity .2s ease 0s;
}
[class*="oh-cards"] .entry > a:hover .fig {
  opacity: .6;
}

[class*="oh-cards-"] .entries {
  flex-wrap: wrap;
}
[class*="oh-cards-"] .entry {
  flex: none;
}

.oh-cards-2 .entry {
  width: 50%;
}

.oh-cards-3 .entry {
  width: 33.333333333%;
}

.oh-cards-4 .entry {
  width: 25%;
}

.oh-cards-5 .entry {
  width: 20%;
}

@media screen and (max-width: 768px) {
  [class*="oh-cards"] .entries {
    flex-direction: column;
    margin: 0;
  }
  [class*="oh-cards"] .entry {
    padding: 20px 0;
  }

  [class*="oh-cards-"] .entry {
    width: 100%;
  }
}
/* Carousel */
.oh-carousel .bx-carousel {
  position: relative;
}
.oh-carousel .bx-wrapper {
  margin: 0 auto;
  position: static;
}
.oh-carousel .bx-wrapper .bx-viewport .cap {
  margin: 10px 0 0;
}
.oh-carousel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
}
.oh-carousel .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
}

@media screen and (max-width: 768px) {
  .oh-carousel .bx-carousel {
    padding: 0;
  }
  .oh-carousel .bx-wrapper {
    width: 240px;
  }
}
/* Access */
.oh-gmap {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 20px;
}
.oh-gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: bottom;
}

/* Route */
.oh-route {
  list-style: none;
  padding: 0;
}
.oh-route [class*="route"] {
  display: flex;
  align-items: stretch;
}
.oh-route [class*="route"] .icon {
  width: 50px;
  margin: 0;
  position: relative;
}
.oh-route [class*="route"] .icon i {
  width: 100%;
  font-size: 2.2rem;
  line-height: 30px;
  text-align: center;
  display: block;
}
.oh-route [class*="route"] .icon::after {
  content: '';
  width: 6px;
  position: absolute;
  left: 50%;
  top: 30px;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 1px;
  background: #555;
  opacity: .2;
}
.oh-route [class*="route"] .summary {
  flex: 1;
}
.oh-route [class*="route"] .summary h1, .oh-route [class*="route"] .summary h2, .oh-route [class*="route"] .summary h3, .oh-route [class*="route"] .summary h4, .oh-route [class*="route"] .summary h5, .oh-route [class*="route"] .summary h6 {
  font-size: 1.8rem;
  line-height: 1.32;
  margin-bottom: 5px;
}
.oh-route [class*="route"] .summary i {
  font-size: 2rem;
  vertical-align: -.2rem;
}
.oh-route .route-goal .icon::after {
  display: none;
}

.theme-color {
  color: red;
}

/* FAQ */
.oh-faq .faq-title {
  margin-bottom: 20px;
}
.oh-faq .faq {
  line-height: 1.62;
}
.oh-faq .faq .question,
.oh-faq .faq .answer {
  padding: .4rem 0 .4rem 4.2rem;
  position: relative;
}
.oh-faq .faq .question::before,
.oh-faq .faq .answer::before {
  content: '';
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.oh-faq .faq .question {
  margin-bottom: 10px;
}
.oh-faq .faq .question::before {
  content: 'Q';
  color: #444;
  background: rgba(0, 0, 0, 0.1);
}
.oh-faq .faq .answer {
  margin-bottom: 20px;
}
.oh-faq .faq .answer::before {
  content: 'A';
  color: #fff;
  background: #444;
}
.oh-faq .faq .answer:last-child {
  margin-bottom: 0;
}

/* Entryform */
.oh-contact {
  max-width: 960px;
}
.oh-contact form input[type=text],
.oh-contact form select,
.oh-contact form textarea {
  font-size: inherit;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.oh-contact form input[class="full"] {
  width: 100%;
}
.oh-contact form select {
  width: auto;
}
.oh-contact form textarea {
  width: 100%;
}
.oh-contact form .radios,
.oh-contact form .radios-2,
.oh-contact form .radios-3,
.oh-contact form .radios-4,
.oh-contact form .radios-5 {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.oh-contact form .radios:last-child,
.oh-contact form .radios-2:last-child,
.oh-contact form .radios-3:last-child,
.oh-contact form .radios-4:last-child,
.oh-contact form .radios-5:last-child {
  margin-bottom: 0;
}
.oh-contact form .radios li,
.oh-contact form .radios-2 li,
.oh-contact form .radios-3 li,
.oh-contact form .radios-4 li,
.oh-contact form .radios-5 li {
  padding-right: 2rem;
}
.oh-contact form .radios label,
.oh-contact form .radios-2 label,
.oh-contact form .radios-3 label,
.oh-contact form .radios-4 label,
.oh-contact form .radios-5 label {
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
}
.oh-contact form .radios-2 li {
  width: 50%;
}
.oh-contact form .radios-3 li {
  width: 33.333333333%;
}
.oh-contact form .radios-4 li {
  width: 25%;
}
.oh-contact form .radios-5 li {
  width: 20%;
}
.oh-contact .required {
  color: red;
  display: inline-block;
  margin: 0 5px;
}
.oh-contact [class*="oh-table"] {
  width: 100%;
}
.oh-contact [class*="oh-table"] th .required {
  margin: 0 0 0 5px;
}
.oh-contact [class*="oh-table"] .submit {
  text-align: center;
  padding: 40px 20px 0;
  background: none;
}

@media screen and (max-width: 768px) {
  .oh-contact form input[type=text],
  .oh-contact form select,
  .oh-contact form textarea {
    width: 100%;
  }
  .oh-contact form .radios li,
  .oh-contact form .radios-2 li,
  .oh-contact form .radios-3 li,
  .oh-contact form .radios-4 li,
  .oh-contact form .radios-5 li {
    width: 100%;
    padding: 0;
  }
}
/* Hair Line */
.oh-bordered {
  max-width: 1280px;
  height: auto;
  padding: 0 40px;
  box-sizing: border-box;
  border: none;
  margin: 0 auto;
}
.oh-bordered::before {
  content: '';
  display: block;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 0;
}

@media screen and (max-width: 768px) {
  .oh-bordered {
    padding: 0 20px;
  }
}
/* HR */
.oh-hr {
  width: 80px;
  border: none;
  border-top: 3px solid #e5e5e5;
  padding: 0;
  margin: 40px auto;
}
.oh-hr:first-child {
  margin-top: 0;
}
.oh-hr:last-child {
  margin-bottom: 0;
}

/* Flex */
.flex {
  display: flex;
}
.flex > div,
.flex > figure {
  flex: 1;
  box-sizing: border-box;
}

/* Features */
[class*="oh-features"] .flex {
  align-items: center;
  margin: -20px;
}
[class*="oh-features"] .flex > div,
[class*="oh-features"] .flex > figure {
  padding: 20px;
}
[class*="oh-features"] .flex.reverse {
  flex-direction: row-reverse;
}
[class*="oh-features"] .fig {
  text-align: center;
}
[class*="oh-features"] .summary h1, [class*="oh-features"] .summary h2, [class*="oh-features"] .summary h3, [class*="oh-features"] .summary h4, [class*="oh-features"] .summary h5, [class*="oh-features"] .summary h6 {
  margin-bottom: 20px;
}
[class*="oh-features"] .summary p, [class*="oh-features"] .summary ul, [class*="oh-features"] .summary ol, [class*="oh-features"] .summary dl, [class*="oh-features"] .summary table {
  margin-bottom: 10px;
}
[class*="oh-features"] .summary *:last-child {
  margin-bottom: 0;
}

.oh-features-reverse .flex {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  [class*="oh-features"] .flex {
    flex-direction: column;
    margin: 0;
  }
  [class*="oh-features"] .flex > div,
  [class*="oh-features"] .flex > figure {
    width: 100%;
    flex: none;
    padding: 20px 0;
  }
  [class*="oh-features"] .flex .summary {
    order: 1;
  }
  [class*="oh-features"] .flex .fig {
    order: 2;
  }
  [class*="oh-features"] .flex.reverse {
    flex-direction: column;
  }
}
/* Icon rotation for toggle slide */
.oh-toggle-slide i.fa-caret-square-down {
  margin: 0 5px;
  transform: rotate(0deg);
  transition: transform .2s ease 0s;
}
.oh-toggle-slide.active i.fa-caret-square-down {
  transform: rotate(-180deg);
}

/* Modal */
.oh-modal-wrapper {
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.oh-modal-wrapper .oh-modal-contents {
  max-width: 640px;
  padding: 40px;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

/* Row boxes */
[class*="oh-rowboxes"] .entries {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
[class*="oh-rowboxes"] .entries .bordered {
  flex: none;
  border: 1px solid blue;
}
[class*="oh-rowboxes"] .entry {
  display: flex;
  border: 2px solid green;
}
[class*="oh-rowboxes"] .entry > div,
[class*="oh-rowboxes"] .entry > figure {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
[class*="oh-rowboxes"] .entry .fig {
  text-align: center;
}
[class*="oh-rowboxes"] .entry .summary h1, [class*="oh-rowboxes"] .entry .summary h2, [class*="oh-rowboxes"] .entry .summary h3, [class*="oh-rowboxes"] .entry .summary h4, [class*="oh-rowboxes"] .entry .summary h5, [class*="oh-rowboxes"] .entry .summary h6 {
  font-size: 2.2rem;
  line-height: 1.42;
  margin-bottom: 10px;
}
[class*="oh-rowboxes"] .entry .summary p, [class*="oh-rowboxes"] .entry .summary ul, [class*="oh-rowboxes"] .entry .summary ol, [class*="oh-rowboxes"] .entry .summary dl, [class*="oh-rowboxes"] .entry .summary table {
  line-height: 1.62;
  margin-bottom: 10px;
}
[class*="oh-rowboxes"] .entry .summary *:last-child {
  margin-bottom: 0;
}

[class*="oh-rowboxes-"] .entries {
  flex-wrap: wrap;
}

.oh-rowboxes-2 .entry {
  width: 50%;
}

.oh-rowboxes-3 .entry {
  width: 33.333333333%;
}

.oh-rowboxes-4 .entry {
  width: 25%;
}

.oh-rowboxes-5 .entry {
  width: 20%;
}

@media screen and (max-width: 768px) {
  [class*="oh-rowboxes"] .entries {
    margin-left: -10px;
    margin-right: -10px;
    flex-direction: column;
  }
  [class*="oh-rowboxes"] .entry > div,
  [class*="oh-rowboxes"] .entry > figure {
    padding-left: 10px;
    padding-right: 10px;
  }

  [class*="oh-rowboxes-"] .entries .entry {
    width: 100%;
  }
}
/* OH book */
.oh-book {
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.oh-book p {
  font-size: 1.46rem;
  margin-bottom: 5px;
}
.oh-book p:last-child {
  margin-bottom: 0;
}
.oh-book a, .oh-book a:hover {
  color: #fff;
}
.oh-book select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #fff;
  padding: 5px;
  background: url(../images/select-arrow.png) no-repeat right center;
  background-size: 30px auto;
  box-sizing: border-box;
  border: 1px solid #444;
  border-radius: 0;
  cursor: pointer;
}
.oh-book select option {
  color: #333;
}
.oh-book .oh-book-inner {
  max-width: 640px;
  padding: 140px 80px;
  margin: 0 auto;
}

[class*="oh-book-sections"] {
  display: flex;
  margin: 0 -10px;
}
[class*="oh-book-sections"] .oh-book-section {
  flex: 1;
  padding: 5px 10px;
}

.oh-book-sections-flex-end {
  align-items: flex-end;
}

.oh-book-bordered {
  border: none;
  border-top: 1px solid #444;
  margin: 20px auto;
}

.oh-book-close {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  position: fixed;
  right: 0;
  top: 0;
}
.oh-book-close a {
  width: 100px;
  height: 100px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.oh-book-close a:hover {
  color: #fff;
}
.oh-book-close a i {
  font-size: 2.6rem;
}
.oh-book-close a .txt {
  padding-top: 10px;
}

.oh-book-buttons {
  text-align: center;
  padding: 40px 0;
}
.oh-book-buttons input[name=seek] {
  font-size: 1.6rem;
  color: #333;
  border: none;
  border-radius: 2px;
  padding: 10px 40px;
  background: #fff;
  display: inline-block;
  opacity: 1;
  transition: opacity .2s ease 0s;
}
.oh-book-buttons input[name=seek]:hover {
  opacity: .6;
}

.oh-book-confirm {
  list-style: none;
  padding: 0;
  line-height: 1.42;
  margin: 0;
}
.oh-book-confirm li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}
.oh-book-confirm li a {
  text-decoration: none;
  padding: 10px 10px 10px 40px;
  display: block;
  position: relative;
}
.oh-book-confirm li a i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .oh-book .oh-book-inner {
    padding: 100px 20px;
  }
  .oh-book [class*="oh-book-sections"] {
    flex-direction: column;
  }
  .oh-book .oh-book-sections-bottom {
    align-items: stretch;
  }

  .oh-book-buttons {
    text-align: center;
  }

  .oh-book-close a {
    width: 80px;
    height: 80px;
  }
}
/* Datepicker */
.ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ui-datepicker-header > a {
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
  display: block;
}
.ui-datepicker-header > a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.8rem;
  content: '';
}
.ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}
.ui-datepicker-header .ui-datepicker-prev::before {
  content: '\f053';
}
.ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.ui-datepicker-header .ui-datepicker-next::before {
  content: '\f054';
}
.ui-datepicker-header .ui-datepicker-title {
  order: 2;
  font-size: 1.8rem;
}

.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  text-align: center;
  border: 1px solid #444;
}
.ui-datepicker-calendar th a, .ui-datepicker-calendar th span, .ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.ui-datepicker-calendar thead th {
  font-size: 1.2rem;
  background: #333;
}
.ui-datepicker-calendar thead th span {
  padding: 5px 10px;
}
.ui-datepicker-calendar tbody td, .ui-datepicker-calendar tbody th {
  font-size: 1.8rem;
  padding: 0;
}
.ui-datepicker-calendar tbody td.ui-datepicker-unselectable span, .ui-datepicker-calendar tbody th.ui-datepicker-unselectable span {
  opacity: .2;
}
.ui-datepicker-calendar tbody td.ui-datepicker-today a, .ui-datepicker-calendar tbody th.ui-datepicker-today a {
  background: #333;
}
.ui-datepicker-calendar tbody td.ui-datepicker-current-day a, .ui-datepicker-calendar tbody th.ui-datepicker-current-day a {
  color: #333;
  background: #fff;
}

/* Show or Hidden */
.visible-pc {
  display: block;
}

.visible-inline-pc {
  display: inline-block;
}

.visible-flex-pc {
  display: flex;
}

.visible-smp,
.visible-inline-smp,
.visible-flex-smp {
  display: none;
}

@media screen and (max-width: 768px) {
  .visible-pc,
  .visible-inline-pc,
  .visible-flex-pc {
    display: none;
  }

  .visible-smp {
    display: block;
  }

  .visible-inline-smp {
    display: inline-block;
  }

  .visible-flex-smp {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .hidden-tablet-portrait {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hidden-smp-portrait {
    display: none;
  }
}
