html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}

.pc {
  display: block;
}
@media screen and (max-width: 640px) and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inline-block !important;
  }
}

p {
  padding: 3px 0;
}

/* Alignment */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

.wp-caption-text {
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}

div.wp-caption .wp-caption-text {
  padding-right: 10px;
}

div.wp-caption.alignright img[class*=wp-image-],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
.comments-area {
  margin: 48px auto;
  max-width: 474px;
  padding: 0 10px;
}

.comment-reply-title,
.comments-title {
  font: 900 16px/1.5 Lato, sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.comment-list {
  list-style: none;
  margin: 0 0 48px 0;
}

.comment-author {
  font-size: 14px;
  line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
}

.comment-list .reply {
  margin-top: 24px;
}

.comment-author .fn {
  font-weight: 900;
}

.comment-author a {
  color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
  color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
  color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0;
}

.comment-author {
  position: relative;
}

.comment-author .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
}

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}

.says {
  display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 30px;
}

.comment-edit-link {
  margin-left: 10px;
}

.comment-edit-link:before {
  content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 2px;
}

.comment-content {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .children {
  list-style: none;
  margin-left: 15px;
}

.comment-respond {
  margin-bottom: 24px;
  padding: 0;
}

.comment .comment-respond {
  margin-top: 24px;
}

.comment-respond h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  line-height: 1.7142857142;
}

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}

.comment-form label {
  display: block;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}

.required {
  color: #c0392b;
}

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

.comment-reply-title small a:hover {
  color: #41a62a;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
}

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}

.comment-navigation .nav-previous a {
  margin-right: 10px;
}

#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}

/*-----------------------*/
body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #4C4C4C;
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
  color: #00B8FF;
}

a:active {
  text-decoration: none;
  color: #333;
}

/*header*/
.site-header {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
.site-header .logo_area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 0 0 0;
}
.site-header .logo_area img {
  max-height: 95px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .site-header .logo_area img {
    max-height: 50px;
  }
}
.site-header .logo_area .head_lixil {
  margin: 0;
}
.site-header .logo_area .head_lixil img {
  width: 78%;
  max-width: 280px;
}
@media screen and (max-width: 640px) {
  .site-header .logo_area {
    margin: 0 auto;
  }
}
.site-header #gnavi {
  display: flex;
  align-items: center;
}
.site-header #gnavi ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  padding: 3% 0;
}
.site-header #gnavi ul li {
  list-style: none;
}
.site-header #gnavi ul li a {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.site-header #gnavi ul li a img {
  width: 32px;
  height: auto;
}
.site-header #gnavi ul li span {
  display: block;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #bababa;
  letter-spacing: 1px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .site-header #gnavi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    height: 80px;
    width: 94%;
    margin: 12px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .site-header {
    height: 50px;
    margin: 8px auto 12px auto;
  }
}

#main-content {
  margin: 0 auto;
}

.page .entry-content {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

.entry-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#wrapper {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #wrapper {
    width: 90%;
  }
}

#secondary {
  float: right;
  max-width: 250px;
  width: 25%;
}

#main {
  float: left;
  max-width: 800px;
  width: 72%;
}

.sidebar h3 {
  font-size: 15px;
  padding: 10px 10px 10px 20px;
  background-size: 350%;
  text-align: left;
  margin: 0 0 10px 0;
}
.sidebar figure {
  background: #EBEBEB;
  padding: 10px;
}
.sidebar figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.sidebar .link a {
  background: #f3f3f3;
  padding: 10px;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin: 0 0 35px 0;
  justify-content: space-between;
}
.sidebar .link a::after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 17px;
  color: #01c5ff;
}

.side_blog ul {
  margin: 15px 0;
}

.side_blog li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px dashed #CCC;
}

.side_blog li a {
  color: #000;
}

.side_blog li p {
  font-size: 12px;
  padding: 5px 0;
  letter-spacing: 1px;
}

.entry-title {
  font-size: 20px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
  margin: 10px 0;
}

.form-allowed-tags {
  display: none;
}

#footer {
  background: #000;
  padding: 30px 0 0 0;
  height: 98px;
  clear: both;
  margin: 80px 0 0 0;
}
#footer #footer_in {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  color: #FFF;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer #footer_in .flogo {
  padding: 0 10px 0 0;
}
#footer #footer_in p.footer_lixil {
  width: 145px;
  margin: 0 0 0 20px;
}
#footer #footer_in p.footer_lixil img {
  width: 100%;
  height: auto;
}
#footer #footer_in .txt .company {
  font-size: 14px;
  padding: 3px 0;
}
#footer #footer_in .navi ul {
  width: 535px;
  color: #999;
  margin: 0;
  padding: 0;
  display: flex;
}
#footer #footer_in .navi ul li {
  padding: 0 10px;
  list-style: none;
  border-right: 1px solid #CCC;
}
#footer #footer_in .navi ul li:last-child {
  border-right: none;
  padding: 0 0 0 10px;
}
#footer #footer_in .navi ul li a {
  color: #CCC;
}
#footer #footer_in .navi ul li a img {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 640px) {
  #footer #footer_in .navi ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  #footer #footer_in .navi ul li {
    border-right: none;
    font-size: 14px;
    border-bottom: 1px dashed #666;
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
  }
  #footer #footer_in .navi ul li.sns {
    border-bottom: none;
    padding: 15px 0;
    width: 42px;
    float: left;
  }
  #footer #footer_in .navi ul li.sns img {
    width: 30px;
    height: 30px;
  }
}
#footer #footer_in .navi .copyrights {
  text-align: right;
  color: #999;
}
@media screen and (max-width: 640px) {
  #footer #footer_in .navi .copyrights {
    text-align: center;
    padding: 15px 0 25px 0;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    height: auto;
  }
  #footer #footer_in {
    display: block;
  }
  #footer #footer_in .flogo {
    width: 40%;
    margin: 0 auto;
  }
  #footer #footer_in p.footer_lixil {
    margin: 15px auto;
  }
  #footer #footer_in .txt {
    text-align: center;
  }
}

.breadcrumbs {
  padding: 10px 0 40px;
  font-size: 14px;
}

#post_pre a {
  float: left;
  border: 1px solid #CCC;
  padding: 7px;
  margin: 0 0 10px 0;
}

#post_next a {
  float: right;
  border: 1px solid #CCC;
  padding: 7px;
  margin: 0 0 10px 0;
}/*# sourceMappingURL=common.css.map */