@charset "UTF-8";
/* Fonts
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Serif:wght@500&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?47j08u");
  src: url("../fonts/icomoon.eot?47j08u#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?47j08u") format("truetype"), url("../fonts/icomoon.woff?47j08u") format("woff"), url("../fonts/icomoon.svg?47j08u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\e900";
}

.icon-angle-left:before {
  content: "\e901";
}

.icon-angle-right:before {
  content: "\e902";
}

.icon-angle-up:before {
  content: "\e903";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-up:before {
  content: "\e907";
}

.icon-asterisk:before {
  content: "\e908";
}

.icon-cart:before {
  content: "\e909";
}

.icon-circle-o-thick:before {
  content: "\e90a";
}

.icon-circle:before {
  content: "\e90b";
}

.icon-map:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e90d";
}

.icon-triangle-down:before {
  content: "\e90e";
}

.icon-triangle-left:before {
  content: "\e90f";
}

.icon-triangle-right:before {
  content: "\e910";
}

.icon-triangle-up:before {
  content: "\e911";
}

/* Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
  clear: both;
}

h1, .h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}

p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.p_small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

#content h3,
#content h4,
#content h5,
#content h6 {
  margin-top: 1rem;
}

#content h2 + h3,
#content h2 + h4,
#content h2 + h5,
#content h2 + h6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* Links
-------------------------------------------------------------- */
a {
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all  0.2s ease;
  -o-transition: all  0.2s ease;
  transition: all  0.2s ease;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

/* Lists
-------------------------------------------------------------- */
ul, ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
  padding: 0;
}

/* Tables
-------------------------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 2rem;
}

/* Images
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img[src$=".svg"] {
  width: 100%;
}

#content a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #FFF;
}

figure {
  margin: 0 0 2rem;
}

figure img {
  line-height: 1;
}

figure figcaption {
  font-size: 90%;
  color: #333;
  margin-top: .5rem;
}

/* Utilities
-------------------------------------------------------------- */
.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.text-small {
  font-size: 90% !important;
}

.text-note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.clear {
  clear: both;
}

.number {
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.number a {
  color: #333;
}

@media (max-width: 575.98px) {
  .row10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row10 > .col,
  .row10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row5 > .col,
  .row5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .no-gutters-s2 {
    padding-right: 0;
    padding-left: 0;
  }
  .no-gutters-s2 > .col,
  .no-gutters-s2 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* WordPress -------------------------------------------------------------- */
/* Widgets
-------------------------------------------------------------- */
.widget {
  margin: 0 0 2rem;
  word-wrap: break-word;
}

.widget select {
  max-width: 100%;
}

/* Posts and pages
-------------------------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin-bottom: 2rem;
  word-wrap: break-word;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin-top: 2rem;
}

.page-links {
  clear: both;
  margin-bottom: 2rem;
}

/* Media
-------------------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Captions
-------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Accessibility
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #222;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* WP-Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
  width: 100%;
  clear: both;
  margin-bottom: 4rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #CCC;
  padding: 3px 10px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #42851C;
  border-color: #909090;
}

/*　*/
