
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family:"Shin Maru Go Regular";
  color: #444;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family:"Shin Maru Go Regular";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}
#header .logo img {
  max-height: 55px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
  padding: 5px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px 10px 50px;
  font-family: "Shin Maru Go Regular";
  font-size: 16px;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
}
.navbar a:hover, .navbar .about, .navbar .about:focus, .navbar li:hover > a {
  font-family: "Shin Maru Go Regular", sans-serif;
  color: #fff;
  background-color: #076FAA;
}
.navbar a:hover, .navbar .release, .navbar .release:focus, .navbar li:hover > a {
  font-family: "Shin Maru Go Regular", sans-serif;
  color: #fff;
  background-color: #1D428B;
}
.navbar a:hover, .navbar .home, .navbar .home:focus, .navbar li:hover > a {
  font-family: "Shin Maru Go Regular", sans-serif;
  color: #fff;
  background-color: #69B1D2;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  font-family: "Shin Maru Go Regular", sans-serif;
  color: #FFAC30;
  background-color: #3891ba;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1D428B;
  font-size: 36px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 100px;
  bottom: 0;
  background: rgba(51, 51, 51, 0.85);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 30px 15px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile ul li {
  padding: 10px 0;
  font-size: 168%;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #384046;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #FFAC30;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/main-img.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 0;
}
#hero:before {
  content: "";
  background: rgba(56, 64, 70, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  z-index: 2;
}
#hero h1 {
  margin: -130px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  font-family: "Shin Maru Go Regular", sans-serif;
  color: #35102A;
  text-shadow: #ffffff 1px 1px 7px, #ffffff -1px 1px 7px;
}
#hero h1 span {
    font-size: 36px;
}
#hero h2 {
  color: rgba(51, 41, 48, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "Midashi Go MB31", sans-serif;
  text-shadow: #ffffff 1px 1px 7px, #ffffff -1px 1px 7px;
}
@media (max-width: 959px) {
    #hero {
      height: 80vh;
    background: url("../img/951px.jpg") center center no-repeat;
  }
  #hero h1 {
    margin: -150px 0 10px 0;
    font-size: 38px;
  }
  #hero h1 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
    #hero {
      height: 80vh;
    background: url("../img/481px.jpg") center center no-repeat;
  }
    #hero h1 {
    margin: -110px 0 10px 0;
    font-size: 28px;
  }
  #hero h1 span {
    font-size: 20px;
  }
  #hero h2 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #cecece;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3891ba;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
  color: #546268;
}

/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information {
  padding: 30px 0 80px 0;
}
.information h3 {
  margin: 15px 0 10px 0;
  font-weight: 600;
  font-size: 26px;
  font-family: "Shin Maru Go Regular", sans-serif;
}
.information p {
  margin: 0;
  font-size: 18px;
  font-family: "Shin Maru Go Regular", sans-serif;
}
.information p.tel {
  margin: 0;
  font-size: 20px;
  font-family: "Shin Maru Go Regular", sans-serif;
}
@media (max-width: 768px) {
  .information h3 {
    font-size: 24px;
  }
  .information p {
    font-size: 16px;
  }
  .information p.tel {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #cecece;
}

.about table th {
  border: 1px solid #cecece;
  padding: 14px 6px;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
  color: #454545;
  width: 15%;
  text-align: center;
  background: #eee;
  letter-spacing: 2px;
  white-space: nowrap;
}
.about table td {
  padding: 14px 10px;
  border: 1px solid #cecece;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 18px;
  color: #454545;
  background: #fff;
}
.about ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.about ul li {
  font-family: "UD Shin Go Regular", sans-serif;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .about table th {
    padding: 10px 6px;
    font-size: 14px;
    letter-spacing: 1;
  }
  .about table td {
    padding: 10px 6px;
    font-size: 14px;
  }
  .about ul {
    font-size: 13px;
  }
  .about ul li {
    padding: 3px 0;
  }
}

/*--------------------------------------------------------------
# Release
--------------------------------------------------------------*/
.release h3 {
  font-size: 28px;
  padding: 30px 0;
  text-align: center;
  font-family: "UD Shin Go Regular", sans-serif;
}
.release-box {
  margin: 20px 0 40px 0;
  font-family: "UD Shin Go Regular", sans-serif;
}
.release-box h4 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px;
}
.release-box h5 {
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 0;
  letter-spacing: 2px;
}
.release-box p {
  font-size: 16px;
  margin-bottom: 20px;
   text-indent: -1em;
   padding-left: 1em;
}
.release-box table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}

.release-box table th {
  padding-right: 20px;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
}
.release-box table th.ban {
  text-align: right;
  letter-spacing: 2px;
  white-space: nowrap;
}
.release-box table th span {
  text-align: right;
}
.release-box table td {
  padding: 0;
  font-family: "UD Shin Go Regular", sans-serif;
  vertical-align: top;
  font-size: 18px;
}
.release-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.release-box ul li {
  font-family: "UD Shin Go Regular", sans-serif;
  padding: 5px 0;
}

.release table.bs {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #cecece;
  margin-bottom: 20px;
}

.release table.bs th {
  border: 1px solid #cecece;
  padding: 6px 16px;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 17px;
  font-weight: normal;
  vertical-align: middle;
  color: #454545;
  text-align: center;
  background: #eee;
  letter-spacing: 2px;
  white-space: nowrap;
}
.release table.bs td {
  padding: 8px 16px;
  border: 1px solid #cecece;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 17px;
  text-align: center;
  color: #454545;
  background: #fff;
  vertical-align: middle;
}
.release table.bs td.kingaku {
  padding: 0;
  padding: 8px 8px;
  font-family: "UD Shin Go Regular", sans-serif;
  vertical-align: middle;
  text-align: right;
  font-size: 17px;
}
.release-box table.list {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .release h3 {
    font-size: 22px;
  }
  .release-box h4 {
    font-size: 20px;
  }
  .release-box h5 {
    font-size: 14px;
  }
  .release-box p {
    font-size: 14px;
  }
  .release-box table th {
    font-size: 14px;
    padding-right: 10px;
  }
  .release-box table td {
    font-size: 14px;
  }
  .release-box table.list th {
    font-size: 14px;
  }
  .release-box table.list td {
    font-size: 14px;
  }
  .release-box table.bs th {
    padding: 4px 4px;
    font-size: 13px;
  }
  .release-box table.bs td {
    padding: 6px 4px;
    font-size: 13px;
  }
  .release-box table.bs td.kingaku {
    padding: 6px 4px;
    font-size: 13px;
  }
  .release ul {
    font-size: 13px;
  }
  .release ul li {
    padding: 3px 0;
  }
}
@media (max-width: 575.98px) {
  .release-box table.bs th {
    padding: 4px 4px;
    font-size: 12px;
  }
  .release-box table.bs td {
    padding: 6px 4px;
    font-size: 12px;
  }
  .release-box table.bs td.kingaku {
    padding: 6px 4px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0 30px 0;
  margin-top: 70px;
background-color: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
  background: url("../img/sub-bg.png");
  background-repeat: repeat-x;
  background-position: bottom, center;
}
.breadcrumbs h2 {
  font-family: "Shin Maru Go Regular", sans-serif;
  color: #fff;
  text-shadow: #1D428B 1px 1px 7px, #1D428B -1px 1px 7px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: "Shin Maru Go Regular", sans-serif;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
  color: #255F77;
}
.breadcrumbs ol li a {
  color: #fff;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
}
#footer .footer-top {
  background: url("../img/footer-bg.png") center center;
  background-repeat: no-repeat;
  padding: 100px 0 30px 0;
}
#footer .copyright {
  font-family: "UD Shin Go Conde90 L", sans-serif;
  font-size: 14px;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  #footer .copyright {
    font-size: 12px;
  }
}
