@charset "UTF-8";
html, body {
  height: 100%;
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */ }

body {
  background: #7eaae3;
  background: linear-gradient(#25374f, #7eaae3);
  font-family: 'Playfair Display', serif; }
  body.ja {
    font-family: 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho' , 'ＭＳ 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Playfair Display', serif; }
  body.ja h1, body.ja h2, body.ja h3, body.ja h4, body.ja h5, body.ja h6 {
    font-family: 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho' , 'ＭＳ 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: bold; }

h1 {
  font-size: 1.6rem; }

h2 {
  font-size: 1.3rem; }

h3 {
  font-size: 1.1rem; }

h4 {
  font-size: 1rem; }

a {
  color: #456184; }

a:hover {
  color: #7eaae3; }

button {
  cursor: pointer; }

.wrapper {
  min-height: 100%;
  margin: 0 auto -275px; }

#footer-container, .push {
  height: 275px;
  /* '.push' must be the same height as 'footer' */ }

.emphasize {
  font-weight: bold; }

.navbar {
  padding-right: 0;
  padding-left: 0;
  line-height: 1.8rem; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    transition: all .25s ease-out; }
  .row-offcanvas-right {
    right: 0; }
  .row-offcanvas-left {
    left: 0; }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -100%;
    /* 12 columns */ }
  .row-offcanvas-right.active .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */ }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%;
    /* 12 columns */ }
  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */ }
  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */ }
  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */ }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */ } }

.breadcrumb {
  background: transparent;
  margin: 1rem 0 0;
  padding: 0;
  font-size: 0.8rem; }

#page-title-button {
  margin: 1.5rem 0 0;
  text-align: right; }
  @media screen and (max-width: 767px) {
    #page-title-button {
      margin: 1rem 0 0;
      text-align: left; } }
#main .row {
  background: #fff; }
  #main .row #hero {
    padding: 1px; }

.content {
  padding: 1rem 0 1.5rem; }
  .content h1 {
    padding-bottom: 0.7rem; }
  .content h2 {
    padding-bottom: 0.5rem; }
  .content h3 {
    padding-bottom: 0.3rem; }
  .content blockquote {
    margin-left: 2rem;
    padding-left: 1rem;
    font-size: 1rem;
    border-left: 5px solid #ddd; }
  .new-year .content {
    padding: 3rem 0 1.5rem; }

#home-message {
  margin: 30px 0 0 -275px;
  padding: 0.7rem 1.5rem;
  border: 1px solid #fff;
  background: #7eaae3;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff; }
  @media (max-width: 991.98px) {
    #home-message {
      border-top: 0;
      margin: 0;
      font-size: 0.9rem;
      text-align: center; } }
#construction-banner {
  background-color: #f5c97a;
  background-image: url("/img/construction_bg.png");
  background-size: 80px 40px;
  background-position: center bottom;
  background-repeat: repeat-x;
  border: #fff;
  border: 1px solid #fff;
  border-bottom: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #000; }
  #construction-banner a, #construction-banner a:hover {
    color: #000; }

table {
  border-bottom: 1px solid #dee2e6; }

td.attribute {
  background: #f9f9f9;
  font-weight: bold;
  width: 25%;
  max-width: 175px; }

.canceled {
  text-decoration: line-through;
  color: #999; }

.map-home {
  width: 100%;
  height: 300px; }

#main .module {
  background: linear-gradient(to right, #eee, #fff); }
  #main .module .more {
    margin-bottom: 0; }

.announcement {
  padding-bottom: 2.5rem; }

.logo-divider {
  margin-bottom: 1.5rem; }
  .logo-divider .col {
    width: 100%;
    height: 1px;
    background: #ddd; }

.form-footer {
  margin-top: 2rem;
  border-bottom: 1px solid #ddd; }

.btn-primary {
  background: #456184;
  border: 0;
  border-radius: 0; }

.btn-secondary {
  background: #999;
  border: 0;
  border-radius: 0; }

form .btn-primary {
  width: 100%; }

form .btn-secondary {
  width: 100%; }

.volunteer #side-hero {
  background: url("/img/hero_side_volunteer.jpg") no-repeat center center;
  background-size: cover;
  min-height: 600px; }
  @media (max-width: 575px) {
    .volunteer #side-hero {
      min-height: 300px; } }
.newsletters h2 {
  border-bottom: 1px solid #eee; }

.newsletters ul {
  padding-left: 0; }

.newsletters li {
  color: #456184;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.newsletters .label {
  background: #456184;
  margin-left: 0.5rem;
  padding: 0.1rem 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 0.2rem; }

#order-description {
  padding-top: 1rem; }

.letter {
  padding: 2rem 0 0; }

.new-year h2 {
  padding-top: 1rem; }

.new-year table th {
  background: #eee; }

.new-year table .highlighted {
  background: #a8c2e3;
  font-weight: bold; }

.order .product-img img {
  border: 1px solid #ddd; }

.order .product-description {
  padding: 0.5rem 0 0; }

.order .product-name {
  margin-bottom: 0;
  padding: 0.5rem 0 0;
  font-weight: bold; }

.order .product-price {
  margin-top: 0.2rem; }

.order .sold-out .product-img img {
  opacity: 0.25; }

.order .sold-out .product-name {
  color: #666; }

.order .sold-out .product-price {
  font-weight: bold; }

#order_details th {
  background: #eee; }

#order_details .empty {
  text-align: center;
  color: #999; }

#order_details .remove-all {
  text-align: right; }

#order_details .media img {
  width: 70px;
  border: 1px solid #ddd; }

#order_details .name {
  margin-top: 0.5rem;
  font-weight: bold; }

#order_details .quantity {
  line-height: 1.3rem; }

#footer-container {
  background: url("/img/footer_temple.png");
  background-position: right bottom;
  background-repeat: no-repeat; }
  @media (max-width: 575px) {
    #footer-container {
      padding-bottom: 150px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    #footer-container {
      padding-bottom: 50px; } }
#footer {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #fff; }
  #footer #footer-nav {
    padding-bottom: 1rem; }
  #footer #address {
    padding-bottom: 2rem; }
  #footer .address-name {
    font-weight: bold; }
  #footer a {
    color: #fff; }
  #footer ul {
    padding-left: 0; }
  #footer li {
    list-style: none; }
  #footer h4 {
    font-size: 0.875rem;
    font-weight: bold; }

.social {
  padding-top: 0.3rem;
  font-size: 1.9rem;
  line-height: 1.7rem;
  color: #1877f2; }
  .social i {
    color: #1877f2; }

#construction-header {
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center; }

#main #autumn-festival {
  border: 1px solid #fff;
  border-bottom: 0;
  background-image: url("/img/matsuri_banner_background.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ef4948; }
  #main #autumn-festival a {
    display: block;
    padding: 1.5rem;
    color: #ef4948; }
  #main #autumn-festival #title {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    text-transform: uppercase; }
  #main #autumn-festival #parking {
    text-align: right;
    font-size: 1.2rem;
    padding-top: 0.3rem;
    letter-spacing: 0.2rem;
    line-height: 1.8rem; }
  @media (max-width: 991px) {
    #main #autumn-festival a {
      padding: 1rem; }
    #main #autumn-festival #title {
      font-size: 1.5rem; }
      #main #autumn-festival #title a {
        padding-bottom: 0.5rem; }
    #main #autumn-festival #parking {
      padding-top: 0;
      text-align: left;
      font-size: 1.2rem; }
      #main #autumn-festival #parking a {
        padding-top: 0.5rem; } }
.badge-custom {
  background: #7eaae3;
  border-radius: 2px;
  margin-left: 10px;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  color: #fff; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #main #autumn-festival {
    background-image: url("/img/matsuri_banner_background@2x.png"); } }
