@charset "UTF-8";

body {
  max-width: 61rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 .5rem;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
}

dl {
  margin-bottom: 0;
  font-size: 1rem;
}

dd {
  margin-bottom: 0;
  font-size: 1rem;
}

img, a {
  outline: none;
  outline: 0;
  border: none;
  border: 0;
}

.bg-light {
  background-color: #f6f6f6!important;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.middle-image {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.jumbotron {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2rem 1rem;
  margin-bottom: 1.5rem;
  /*border-radius: .75em;*/
}

.section {
  margin-bottom: 1.5rem;
}

.section-title {
  font-family: serif;
  color: #666;
  border-bottom: 1px solid #666;
  margin-bottom: 1.25rem;
}

.page-title {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
  max-width: 13em;
  font-size: 1em;
  /*color: white;*/
  /*background-color: #888;*/
  /*background-color: #ccc;*/
  border-top: solid 1px #888;
  border-bottom: solid 1px #888;
  font-weight: normal;
  padding: .7em;
}

.btn-primary {
  /*background-color: #888;*/
  background-color: white;
  border-color: #888;
  color: black;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: white;
  color: black;
}

.swiper-button-prev {
  left: 2%;
  background-image: none;
  /*background-image: url("../imgs/common/navigation_left_white.png");*/
}

.swiper-button-next {
  right: 2%;
  background-image: none;
  /*background-image: url("../imgs/common/navigation_right_white.png");*/
}

.swiper-pagination-bullet-active {
  background-color: #eee;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

#header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#header .collapse {
  display: block;
}

#nav-icons {
  height: 1.75rem;
  margin-bottom: 2rem;
}

#nav-icons img {
  height: 1.75rem;
}

#nav-icons a {
  text-decoration: none;
}

#nav-links a {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: bold;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  border-radius: 0;
  margin: 0;
}

#nav-links .nav-link.active {
  background-color: #888;
  color: white;
}

#nav-links a:first-child {
  border-left: 2px solid #888;
}

#nav-links a:last-child {
  border-right: 2px solid #888;
}

#footer {
  margin-top: 1.5rem;
}

#footer #sns-icons {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 75%;
}

#footer #sns-icons img{
  width: 1.4rem;
}

#nav-links a:active.nav-link {
  /*background-color: #ffc;
  color: #000;*/
  background-color: #888;
  color: white;
}

#footer a {
  color: #666;
}

.aspect-wrap {
  position: relative;
  height: 35rem;
}

.aspect-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.styling-card {
  margin-bottom: 1em;
}

.styling-card img {
  width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 0rem;
  padding-right: 0rem;
}

@media only screen and (max-width: 767.98px) {
  h2 {
    font-weight: 300;
    font-size: 1.5rem;
  }

  h3 {
    font-weight: 300;
    font-size: 1.4rem;
  }

  h4 {
    font-weight: 300;
    font-size: 1.3rem;
  }

  #header .collapse.show{
    display: block;
  }

  #header .collapse {
    display: none;
  }

  /*#nav-icons {*/
    /*display: flex;
    justify-content: space-between;*/
    /*margin-bottom: 0;*/
  /*}*/

  #nav-icons > div {
    width: 15%;
    text-align: center;
  }

  #nav-icons > #logo-icon {
    width: 70%;
  }

  #nav-links {
    position: absolute;
    top: 6.5rem;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: white;
  }

  #nav-links .nav {
    display: block;
  }

  #nav-links a {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #888;
    padding: .7em 0;
    font-size: 1em;
    margin: 0 .5rem;
    font-weight: normal;
  }

  #nav-links a:first-child {
    border-left: 0;
  }

  #nav-links a:last-child {
    border-right: 0;
  }

  .swiper-button-prev {
    width: 4%;
    height: auto;
    left: 21%;
  }

  .swiper-button-next {
    width: 4%;
    height: auto;
    right: 21%;
  }

  p, dd, dl, .btn, th, td, li {
    font-size: .8rem;
  }
  h5 {
    font-size: 1rem;
  }

  .aspect-wrap {
    position: relative;
    height: 100%;
  }

  .aspect-wrap img {
    position: relative;
    top: 0%;
    transform: translateY(0%);
  }

  .styling-card {
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .3em;
    margin-bottom: 2em;
  }

  .styling-card img {
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
  }

  #nav-icons {
    height: 2.5rem;
  }

  #nav-icons img {
    height: 2.5rem;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .aspect-wrap {
    position: relative;
    height: 100%;
  }

  .aspect-wrap img {
    position: relative;
    top: 0%;
    transform: translateY(0%);
  }
}
