
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700%7CMerriweather:700&display=block');






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */



/* 1h. Site footer */













.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 0;
}


@media (min-width: 576px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center,
   .m-container {
      max-width: 539.9999999928px;
   }
}
@media (min-width: 768px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center,
   .m-container {
      max-width: 719.9999999903999px;
   }
}
@media (min-width: 992px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center,
   .m-container {
      max-width: 959.999999991px;
   }
}
@media (min-width: 1200px) {
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center,
   .m-container  {
      max-width: 1140px;
   }
}






body {
  font-size: 15px;
  color: #111111;
  
  color:rgba(17, 17, 17, 1.0);
  
  font-weight: 300;
  font-family: "Noto Sans JP", Helvetica, "Open Sans", Arial, sans-serif;
}

/* Paragraphs */


/* Anchors */
p {
   font-size:1rem;
}
a {
  color: #111;
}

a:hover {
  color: #111;
}

/* Headings */

h1 {
  font-family: Merriweather;
  
  color:rgba(17, 17, 17, 1.0);
  
  font-weight: 700;
}
h2 {
  font-family: Noto Sans JP;
  
  color:rgba(17, 17, 17, 1.0);
  
  font-weight: 700;
}

h3 {
  font-family: Noto Sans JP;
  
  color:rgba(17, 17, 17, 1.0);
  
  font-weight: 300;
}

h4 {
  font-family: Noto Sans JP;
  
  color:rgba(17, 17, 17, 1.0);
  
  font-weight: 300;
}

h5 {
  font-family: Noto Sans JP;
  font-size: 22px;
  
  color:rgba(17, 17, 17, 1.0);
  
  font-weight: 700;
}

h6 {
  font-family: Noto Sans JP;
  font-size: 18px;
  
  color:rgba(17, 17, 17, 1.0);
  
  font-weight: 700;
}

h1 {
   font-size: 2.59999999996rem;
}
h2 {
   font-size: 1.999999999998rem;
}
h3 {
   font-size: 1.4rem;
}
h4 {
   font-size: 1.2000000000000002em;
}

@media (min-width: 768px) {
   h1 {
      font-size: 3.9999999999960005em;
   }
   h2 {
      font-size: 2.19999999999em;
   }
   h3 {
      font-size: 1.6em;
   }
   h4 {
      font-size: 1.29999999999em;
   }
}

@media (min-width: 1200px) {
   h1 {
      font-size: 4.4em;
   }
   h2 {
      font-size: 2.6em;
   }
   h3 {
      font-size: 2em;
   }
   h4 {
      font-size: 1.5em;
   }
}




/* Blockquote */

blockquote {
  border-left-color: #111111;
}











/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(215, 215, 215, 1.0)

;
  color: #111111;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
   outline: solid 1px 

  
  
    
  


  rgba(189, 189, 189, 0.8)

;
}


/* Form placeholder text */

::-webkit-input-placeholder {
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #111111;
}

.fn-date-picker td .pika-button:hover {
  background-color: #111111 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #111111;
}

/* Submit button */

form input[type=submit],
body .hs-button,
.hs-button,
.button,
.btn {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid 

  
  
    
  


  rgba(171, 35, 40, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(171, 35, 40, 1.0)

;
  padding: 0.7rem 1.8rem;
}
form .actions:before,
form .hs-button:before,
.hs-button:before,
.button:before,
.btn:before {
   background-color:

  
  
    
  


  rgba(171, 35, 40, 1.0)

;
}
form .actions:hover .hs-button,
form .hs-button:hover,
.hs-button:hover,
.button:hover,
.btn:hover {
  border: 2px solid 

  
  
    
  


  rgba(171, 35, 40, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .btn:focus,
body .hs-button:focus {
   color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
  color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





header.header .custom-header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .navigation-primary > ul > li > a {
  color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
}
body .navigation-primary > ul > li > a:hover{
  color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
  background-color:

  
  
    
  


  rgba(217, 227, 236, 0.0)

;
}
body .navigation-primary > ul > li.active-branch > a {
  color: 

  
  
    
  


  rgba(171, 35, 40, 1.0)

;
  background-color:

  
  
    
  


  rgba(72, 80, 93, 0.0)

;
}
body .navigation-primary > ul ul  {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .navigation-primary > ul ul li a {
  color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
}
body .navigation-primary > ul ul li a:hover{
  background-color: 

  
  
    
  


  rgba(174, 19, 42, 0.0)

;
  color: 

  
  
    
  


  rgba(171, 35, 40, 1.0)

;
}
body .navigation-primary > ul ul li.active-branch > a {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(171, 35, 40, 1.0)

;
}
@media(min-width: 992px) {
   .navigation-primary ul li.has-submenu.mega-menu > ul > li.has_more_child > a,
   .navigation-primary ul li.has-submenu.mega-menu > ul > li > a[href="javascript:;"] {
      color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
   }
   .navigation-primary ul ul ul li a {
      color: 

  
  
    
  


  rgba(171, 35, 40, 1.0)

;
   }
   body .navigation-primary > ul > li.active-branch > a {
      text-decoration-color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
   }
}









footer.footer .footer-top-section {
  background-color: 

  
  
    
  


  rgba(171, 35, 40, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
footer.footer .footer-top-section h1,
footer.footer .footer-top-section h2,
footer.footer .footer-top-section h3,
footer.footer .footer-top-section h4,
footer.footer .footer-top-section h5,
footer.footer .footer-top-section h6 {
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer-menu .hs-menu-wrapper > ul > li > a, 
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
footer.footer .footer-top-section  a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
footer.footer .footer-top-section a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


footer.footer .footer-bottom-section {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:  

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
}
footer.footer .footer-bottom-section a {
  color:  

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
}
footer.footer .footer-bottom-section a:hover {
  color:  

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
}

/* Footer Content */






/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #111111;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #111;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #111;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #111111;
}

.blog-pagination__link {
  color: #111111;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #111111;
}

.blog-post__title {
  color: #111111;
  font-family:Merriweather;
  font-size: 4.4rem;
  font-weight: 700;
}

.blog-post__author {
  background-color: #111111;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #fff;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #111;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #111;
}

.blog-index__post-content--small h2 {
  font-size: 2em;
}

.blog-index__post-content a {
  color: #111111;
}

.blog-post__read-more svg {
  fill: #111111;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #111111;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
  color: #111111;
}

.blog-post__meta a:hover {
  color: #111;
}

.blog-post__links-container {
  border-top:  2px solid rgb(82, 82, 82);
}

.blog-post__back-to-blog {
  color: #111111;
}

.blog-post__back-to-blog svg {
  fill: #111111;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(82, 82, 82) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(82, 82, 82);
}

.section.post-footer .hs-input {
  border-color: rgb(82, 82, 82);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: Noto Sans JP
    font-size: 2em;
  color: #111111;
  font-weight: 300
}