







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



























































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */







.content-wrapper {
  max-width: 1170px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 70px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
}





html {
  font-size: 16px;
}

@media (min-width: 960px){
  html {
    font-size: 1.125vw;
  }
}

@media (min-width: 1600px){
  html {
    font-size: 18px;
  }
}





body {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

/* Paragraphs */

p {
  font-weight: 400;
}

/* Anchors */

a {
  color: #222222;
}

a:hover,
a:focus,
a:active {
  color: #222222;
}

/* Headings */

h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  font-weight: 500;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5rem;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  font-weight: 700;
}

h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  font-weight: 700;
}

h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  font-weight: 700;
}

h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  font-weight: 700;
}

h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  color: #222;
  font-weight: 700;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #E08407;
  border-radius: 0px;
  color: #E08407;
  padding: 17px 20px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 215, 215, 1.0);
  border-color: #b85c00;
  color: #E08407;
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffac2f;
  color: #E08407;
}





form, 
.submitted-message {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.0) ;
  background-color: rgba(10, 21, 28, 0.0);
  font-family: 'Noto Sans JP', sans-serif;
  padding: 15px 0px;
}
h3.form-title {
  background-color: rgba(10, 21, 28, 0.0);
  color: rgba(0, 0, 0, 1.0);
}
.hs-button, 
.button--primary,.button {
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border: 1px solid;
  color: rgba(224, 132, 7, 1.0);
  border-color: rgba(224, 132, 7, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.hs-button:hover, .button--primary:hover,.button:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(224, 132, 7, 1.0);
  color: rgba(224, 132, 7, 1.0);
}
.hs-button:focus, .button--primary:focus,.button:focus  {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(224, 132, 7, 1.0);
  color: rgba(224, 132, 7, 1.0);
}
.hs-button:active, .button--primary:active,.button:active  {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(224, 132, 7, 1.0);
  color: rgba(224, 132, 7, 1.0);
}
.hs-form label {
  color: rgba(34, 34, 34, 1.0);
}
.hs-form-field label, .hs-form-field a {
  color: rgba(34, 34, 34, 1.0);
}

a#hs_login_reset {
  color: rgba(34, 34, 34, 1.0);
}
.hs-form legend {
  color: rgba(34, 34, 34, 1.0);
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  border: 1px solid;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(195, 196, 201, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 0px;
}
body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  border-color: rgba(195, 196, 201, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  border-color: rgba(195, 196, 201, 1.0);
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #494A52;
  color: #FFFFFF; 
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}

 



header.custom-header { 
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .navigation-primary .submenu .menu-item a {
  color: rgba(34, 34, 34, 1.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
  color: rgba(34, 34, 34, 1.0);
  background-color: rgba(#null, 0.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a {
  color: rgba(224, 132, 7, 1.0);
  background-color: rgba(#null, 0.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  color: rgba(34, 34, 34, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
  background-color: rgba(224, 132, 7, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item.active-branch > a {
  background-color: rgba(224, 132, 7, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

@media (min-width: 1280px) {
  .nav__item__wrap>li a:hover {
    background-color: rgba(250, 179, 83, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }
  .nav__item__wrap>li a {
    background-color: rgba(224, 132, 7, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }

}



















footer {   
  background: linear-gradient(135deg,

  
  
    
  


  rgba(247, 247, 247, 1.0)

 0%,

  
  
    
  


  rgba(245, 239, 231, 1.0)

 100%);
  color: #222222; 
} 
/* Footer Content */  
footer a {
  color: #6c6c6c;
}    
.custom-footer .copyright p {  
  color: #9a968d;  
} 
.footer_main_menu ul>.hs-menu-depth-1>a,
.footer_menu_5 ul li.hs-menu-depth-1>ul.hs-menu-children-wrapper > li:nth-child(1) > a, 
.footer_menu_1 ul>li.hs-menu-depth-1:last-child > a + ul > li:nth-child(1) > a {
  color: #222222;  
} 
footer a:hover {  
  color: #E08407;
} 
.footer_main_menu ul>.hs-menu-depth-1>a:hover,
.footer_menu_5 ul li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li:nth-child(1)>a:hover, 
.footer_menu_1 ul>li.hs-menu-depth-1:last-child>a+ul>li:nth-child(1)>a:hover {
  color: #E08407;
}
footer .footer_addess a {
  color: #222222;  
}
footer .footer_btn a {
  background-color: #000000;
}
footer .footer_btn a span {
  color: #FFFFFF;  
}
@media (min-width: 960px) {
  footer .footer_btn a::before {
    background-color: #FFFFFF;
  }
}
footer .footer_btn a:hover span {
  color: #222222;  
}





 


/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

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

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

  
  
    
  


  rgba(34, 34, 34, 1)

;
}

.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: #222222;
}

.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: #222222;
}

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  font-family:'Noto Sans JP', sans-serif;
  font-size: 3px;
  font-weight: 500;
}

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

#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: ;
}

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

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

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
}

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

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

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

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
}

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

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

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
}

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

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

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

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: 'Noto Sans JP', sans-serif
    font-size: 2px;
  color: 

  
  
    
  


  rgba(34, 34, 34, 1)

;
  font-weight: 700
}