/*
 Theme Name:   Twenty Seventeen Child
 Template:     twentyseventeen
 Version:      1.0
*/
/* ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

/* TABLE OF CONTENTS:
 *
 * 01 Theme custom ( どのサイズでも共通で適用されるスタイル )
 *    01.1 - Typography
 *    01.2 - Layout
 *    01.3 - Color
 *    01.4 - 追加パーツ
 *    01.5 - パンくずリスト
 *    01.6 - 記事ページ
 *    01.7 - CPT
 *    01.8 - アーカイブ
 * 02 Media Queries ( 特定のサイズで適用されるスタイル )
 *    02.1 - Mobile ( 768未満 )
 *    02.2 - Mobile ( 480px )
 *    02.3 - Tablet ( 768px )
 *    02.4 - Tablet ( 880px )
 *    02.5 - Desktop ( 1072px )
 *    02.6 - Desktop ( 1264px )
 * 03 Print ( 印刷時に適用されるスタイル )
 */

/* --------------------------------------------------------------------------------------------------------
   01 Theme custom
 *
 * どのサイズでも共通で適用されるスタイル
 *
-------------------------------------------------------------------------------------------------------- */


/* 01.1 Typography
------------------------------------------------------------
html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

*/

a,
.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong,
.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  font-size: initial;
}

.entry-content a {
  text-decoration: underline;
}

a:focus,
a:hover,
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.entry-content a img,
.comment-content a img,
.widget a img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.entry-content a:hover img,
.comment-content a:hover img,
.widget a:hover img {
  filter: contrast(130%);
}

.box img {
  vertical-align: bottom;
}

.site-branding .branding {
  background-color: #ededed;
  padding: 0.3em;
}

.site-branding>.branding>.brandingtext {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.site-branding>.branding>.brandingtext * {
  color: #333;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

#f-bar a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#f-bar a:hover {
  opacity: 0.7;
}

/* 01.2 Layout
------------------------------------------------------------*/
form.post-password-form {
  margin-top: 60px;
}


.wrap {
  max-width: calc(1320px + 6em);
}

.page-one-column .panel-content .wrap {
  max-width: calc(1320px + 6em);
  padding-top: 0;
}

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  max-width: 1320px;
}

.site-branding-any {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-branding-any .site-logo {
  margin-right: auto;
}

.site-branding-any .site-logo img {
  max-height: 6vh;
  max-width: 33vw;
}

.site-branding-any .site-util {
  padding-left: 0.5em;
}

.site-branding-any .site-util img {
  max-height: 6vh;
}

.navigation-top {
  position: static;
}

.site-content {
  padding-top: 0;
  position: relative;
}

.site-main #mainImg {
  text-align: center;
  margin-right: calc((50vw - 50%) * -1);
  margin-left: calc((50vw - 50%) * -1);
  padding: 0;
  width: 100vw;
}

.site-main #mainImg img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}

.page-header {
  margin-right: calc((50vw - 50%) * -1);
  margin-left: calc((50vw - 50%) * -1);
  padding: 0;
}

.page-header .page-title {
  font-size: 2em;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

.page-header .page-title:after {
  content: "";
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 153, 51, 1) 25%, rgba(255, 153, 51, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 153, 51, 1) 75%, rgba(255, 153, 51, 1));
  background-size: 8px 9px;
  display: block;
  position: relative;
  right: 0;
  bottom: -2px;
  left: 0;
  margin: 0 auto;
  height: 4px;
  width: 100%;
}

.site-main .outer {
  margin-right: calc((50vw - 50%) * -1);
  margin-left: calc((50vw - 50%) * -1);
  padding: 1px 4vw 50px;
  width: 100vw;
}

.site-main .outer>.box {
  margin: 50px auto 0;
  max-width: 1320px;
}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  margin-bottom: 0;
}

.box>*:not(:first-child),
.box p {
  margin: 1em 0 0;
}

#mainImg~.wrap #primary,
#mainImg~.wrap #secondary,
#mainImg~.wrap .has-sidebar #primary,
#mainImg~.wrap .has-sidebar #secondary {
  padding-top: 1rem;
}

/* ▼アーカイブ */
.archive .site-main article,
.search .site-main article {
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
  padding-top: 3em;
}

.archive .site-main article:after,
.search .site-main article:after {
  clear: both;
  content: "";
  display: block;
}

.archive .site-main article .entry-title,
.search .site-main article .entry-title {
  font-size: 1.4em;
}

.archive .site-main article .link-more,
.search .site-main article .link-more {
  text-align: right;
}

.archive .site-main article .link-more a,
.search .site-main article .link-more a {
  background: #ff9124;
  color: #fff;
  padding: 0.5em 1em;
  box-shadow: 0 3px 5px rgb(0 0 0 / 25%);
}

.archive #content .site-main article .link-more a:hover,
.search #content .site-main article .link-more a:hover,
.archive #content .site-main article .link-more a:focus,
.search #content .site-main article .link-more a:focus {
  background: #ffa44a;
  color: #fff;
  text-decoration: none !important;
  box-shadow: none;
  transition: 0.3s;
  transform: scale(0.99, 0.99) translateY(2px);
}

.archive .site-main article .link-more a:before,
.search .site-main article .link-more a:before {
  display: inline;
}

.nav-links>* {
  height: 40px;
  vertical-align: middle;
  width: 46px;
}

.page-numbers {
  border: #333 solid 1px;
  border-radius: 2px;
  color: #333;
  padding: .5em;
  position: relative;
}

.page-numbers .icon {
  left: 30%;
  position: absolute;
  top: 30%;
}

.page-numbers.current {
  background: #767676;
  color: #fff;
}

a.page-numbers:hover {
  background-color: #ddd;
}

.prev.page-numbers,
.next.page-numbers {
  padding: 0.35em 0.5em 0.4em;
}

/* ▲アーカイブ */

/*.archive .site-header,
.single.has-sidebar .site-header {
  margin-bottom: 30px;
}*/

/* ▼記事 */

.single-post .entry-title:after {
  content: "";
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 153, 51, 1) 25%, rgba(255, 153, 51, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 153, 51, 1) 75%, rgba(255, 153, 51, 1));
  background-size: 8px 9px;
  display: block;
  position: relative;
  right: 0;
  bottom: -2px;
  left: 0;
  margin: 0 auto;
  height: 4px;
  width: 100%;
}

.entry-meta {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry-footer {
  border-color: #ccc;
  margin-top: 1em;
  padding: 1em 0;
}

.entry-footer .edit-link a.post-edit-link {}

.nav-previous {
  width: 50%;
  float: left;
}

.post-navigation .nav-next {
  float: right;
  margin-top: 0;
}

/* ▲記事 */

#secondary {
  padding: 0 0 40px;
}

.has-sidebar #secondary .widget {
  padding-bottom: 1em;
}

.has-sidebar #secondary h3 {
  background-size: auto auto;
  background-color: #6c6057;
  margin-bottom: 0.8em;
  padding: 0.8em 0.4em;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
}

.has-sidebar #secondary h3:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(198, 185, 175, 1) 25%, rgba(198, 185, 175, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(198, 185, 175, 1) 75%, rgba(198, 185, 175, 1));
  background-size: 5px 5px;
  width: 100%;
  height: 100%;
  top: 7px;
  left: 7px;
  z-index: -1;
}

.has-sidebar #secondary .widget_archive select {
  height: 2em;
}

.has-sidebar #secondary ul {
  margin-left: 0;
}

.has-sidebar #secondary ul li,
.has-sidebar #secondary ul li:last-child {
  list-style: none;
  padding: 0.2em 0;
  padding-left: 2em;
}

.has-sidebar #secondary .s-serv-menu ul li {
  background-position: left center;
  background-repeat: no-repeat;
}

.has-sidebar #secondary a {
  color: #333;
  display: block;
  padding: 0.7em 0;
  border-bottom: 1px solid #6c6057;
}

#menu-footer_nav .bough {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 1.4em;
  font-weight: 700;
  color: #6f4908;
}

#menu-footer_nav .bough:before {
  font-family: "Font Awesome 5 free";
  content: "\f015";
  font-weight: 900;
  color: #6f4908;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
}

#menu-footer_nav .bough:after {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f067";
  color: rgba(0, 0, 0, 0.2);
  line-height: 1em;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

#menu-footer_nav .bough.open:after {
  content: "\f068";
}

.site-info {
  text-align: center;
}

#f-bar {
  display: none;
}

.site-footer .widget-column.footer-widget-2 .widget_archive h3 {
  font-size: 16px;
  font-weight: normal;
}

.site-footer .widget-column.footer-widget-2 .widget_archive select {
  color: #333;
  height: 2em;
  text-shadow: none;
}

.site-footer .widget-column.footer-widget-2 .widget_archive select option {
  color: #333;
}

/* スマホ対応 */
.pc-on {
  display: none;
}

.sp-on {
  display: block;
}



/* SP 固定の問い合わせバナー */

#masthead {
  padding-top: 55px;
}

#assist_nav {
  font-size: 3.2vw;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 99;
}

.brandingtxt #assist_nav {
  top: 75px;
}

#assist_nav ul {
  margin: 0;
}

#assist_nav ul li {
  list-style: none;
}

#assist_nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#assist_nav>ul>li {
  border-bottom: 1px #ffffff solid;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#assist_nav>ul li.sp-parts {
  background-color: #000066;
}

#assist_nav>ul li.sp-parts a {
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  padding-top: 13px;
  font-weight: bold;
}

#assist_nav>ul>li+li {
  border-left: 1px #ffffff solid;
}

#assist_nav>ul>li>a,
#assist_nav>ul>li>span {
  display: block;
  text-align: center;
  padding: 3px;
  cursor: pointer;
}

#assist_nav>ul>li>a img,
#assist_nav>ul>li>span img {
  max-height: 32px;
  width: auto;
  vertical-align: bottom;
}

#assist_nav div.sbcontents {
  background: rgb(213, 213, 213);
  margin: 0 calc((50vw - 50%) * -1);
  padding: 4vw;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
}

#assist_nav>ul>li>span,
#assist_nav>ul>li>a {
  position: relative;
}

#assist_nav>ul>li>span:after,
#assist_nav>ul>li>a:after {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f105";
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  line-height: 1em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  color: #000;
}

#assist_nav>ul>li>span:after {
  color: #fff;
}

#assist_nav>ul>li.sp-tel {
  background: #009d89;
}

#assist_nav>ul>li.sp-mail {
  background: #ffcc00;
}

#assist_nav ul ul.assist_nav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#assist_nav ul ul.assist_nav_items li {
  text-align: center;
}

#assist_nav ul ul.assist_nav_items li:nth-of-type(1) {
  width: 100%;
}

#assist_nav ul ul.assist_nav_items li:nth-of-type(n+2) {
  margin-top: 1em;
  width: 48%;
}

/* 終わり：SP 固定の問い合わせバナー */



/* 01.3 Color
------------------------------------------------------------*/
body {
  background: #fff;
}

body,
h1,
h2,
h3 {
  color: #333;
}


body a {
  color: #6f4908;
  text-decoration: none !important;
}

body a:focus,
body a:hover {
  color: #005fb3;
}

body #content a:focus,
body #content a:hover {
  text-decoration: underline !important;
}

#menu-footer_nav a:focus,
#menu-footer_nav a:hover {
  color: #005fb3;
}

.site-header {
  background: none;
}

.site-content-contain {
  background: none;
}

.site-footer {
  background: #fcf9f2;
}

.navigation-top {
  border-top: 1px #ff9933 solid;
  border-bottom: 5px #ff9933 solid;
  background-size: auto auto;
  background-color: #fcf9f2;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #fff 3px, #fff 4px);
}

#top-menu>li>a,
#top-menu>li>span {
  color: #333;
  text-decoration: none;
}

#top-menu>li>a:hover,
#top-menu>li>span:hover,
#top-menu>li[class*="current-menu"]>a,
#top-menu>li[class*="current-menu"]>span {
  background: rgba(255, 186, 0, 0.45);
}

#top-menu>li>a:before,
#top-menu>li>span:before,
#site-navigation:after {
  border-right-color: #956a40;
}

#top-menu>li>a:after,
#top-menu>li>span:after {
  color: #ffba00;
}

#top-menu span.parent+div {
  background: rgba(95, 80, 68, 0.94);
}

#top-menu span.parent+div * {
  color: #EFECE4;
}

#top-menu span.parent+div a:hover {
  text-decoration: underline !important;
}

#f-bar {
  background: #a0744f;
}

#f-bar * {
  color: #EEE;
}

.site-main #mainImg {
  background-color: #b0a893;
}

div.outer.color1 {
  background-color: #fcf9f2;
}

div.outer.color2 {
  background-color: #6c6057;
}

div.outer.color3 {
  background-color: #241a08;
}

div.outer.color3 * {
  color: #FFF;
}

div.outer.color3 .deco {
  color: #f6ef2a;
}

div.outer.color3 a {
  color: #d4ab3c;
}

div.outer.color3 a:focus,
div.outer.color3 a:hover {
  color: #d4ab3c;
}

div.outer.bg-paint {
  background-image: url(img/bg/bg-paint-l.png), url(img/bg/bg-paint-r.png);
  background-repeat: no-repeat;
  background-position: left top 20px, right top 20px;
  background-size: 100px auto;
}

/* 01.4 追加パーツ
------------------------------------------------------------*/
*[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}

*[class*="col-"]>* {
  margin-top: 0.8em;
}

*[class*="col-"]>* *:last-child {
  margin-bottom: 0;
}

*[class*="col-1"]>* {
  width: 100%;
}

*[class*="col-2"]>* {
  margin-left: calc(100% - 1px - (48% * 2));
  width: 48%;
}

*[class*="col-3"]>* {
  margin-left: calc((100% - 1px - (32% * 3)) / 2);
  width: 32%;
}

*[class*="col-4"]>* {
  margin-left: calc((100% - 1px - (23.5% * 4)) / 3);
  width: 23.5%;
}

*[class*="col-5"]>* {
  margin-left: calc((100% - 1px - (18.4% * 5)) / 4);
  width: 18.4%;
}

*[class*="col-2"]>*:nth-child(2n+1),
*[class*="col-3"]>*:nth-child(3n+1),
*[class*="col-4"]>*:nth-child(4n+1),
*[class*="col-5"]>*:nth-child(5n+1) {
  margin-left: 0;
}


/* 01.5 パンくずリスト
------------------------------------------------------------*/
#breadcrumb {
  bottom: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

#breadcrumb::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.site-content-contain #breadcrumb {
  font-size: 14px;
  padding: 5px 4vw;
  width: 100%;
}

.has-sidebar .site-content #breadcrumb {
  background: none;
}

.site-content-contain #breadcrumb ol {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-content-contain #breadcrumb li {
  color: #333;
  display: inline;
  list-style: none;
  padding-right: 3px;
}

.site-content-contain #breadcrumb ol li+li:before {
  content: "＞";
  font-size: 0.9em;
  padding: 0 8px;
}

.site-content-contain #breadcrumb li a {
  color: #333;
}


/* 01.6 記事ページ
------------------------------------------------------------*/

/*     事例記事・価格記事の前後の記事リンク   */
.pnavi[class*=col-] {
  list-style: none;
  margin-top: 2em;
  background: #f7f7f4;
  border: 1px solid #cacaca;
  /* justify-content: space-evenly; */
}

.pnavi li {
  margin-top: 0;
  padding: 1em;
}

.pnavi li.next {
  text-align: right;
  margin-left: 0;
}

.pnavi li+li.next {
  border-top: 1px solid #cacaca;
}

.pnavi li i {
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  display: block;
  font-style: normal;
  font-size: .875em;
}

.pnavi .prev i:before {
  content: "\f0a8";
  margin-right: 2px;
}

.pnavi .next i:after {
  content: "\f0a9";
  margin-left: 2px;
}

.pnavi li a .nav-title {
  text-decoration: underline;
}

.pnavi li a:hover .nav-title {
  color: #036EB7;
}



/* 01.7 CPT
------------------------------------------------------------*/


/* アーカイブ */
#main .term_list {
  margin-top: 1em;
}

#main .term_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .term_list ul li {
  list-style: none;
  margin-bottom: 0.8em;
  width: 48%;
}

#main .term_list ul li a {
  background: #EDEDED;
  display: block;
  border: 1px #DADADA solid;
  text-align: center;
  padding: 0.5em;
}

#main .term_list ul li a:hover {
  background: rgba(49, 103, 69, 0.1);
  -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* 01.8 アーカイブ
------------------------------------------------------------*/
.screen-reader-text {
  display: none;
}

.archive .site-main article .post-thumbnail,
.search .site-main article .post-thumbnail {
  text-align: center;
}


/* --------------------------------------------------------------------------------------------------------
   02 Media Queries
 *
 * 特定のサイズで適用されるスタイル
 *
-------------------------------------------------------------------------------------------------------- */


/* 02.0 Mobile ( 768未満 )
------------------------------------------------------------*/
@media screen and (max-width: 767px) {

  .branding {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .site-branding {
    padding: 0;
  }

  .site-branding .branding h1 {
    font-size: 12px;
  }

  .page-header .page-title {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }


  /* CPT：アーカイブ */
  #main .term_list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #main .archive_item li {
    padding: 10px;
  }

  #main .archive_item .post-wrap .pict {
    float: left;
    width: 42%;
  }

  #main .archive_item .post-wrap .goods,
  #main .archive_item .post-wrap .price {
    margin-left: 48%;
  }

  #main .archive_item .post-wrap .goods {
    font-size: 1.2em;
  }



}

/* End 02.0 max 767px */



/* 02.2 Mobile ( 480px )
------------------------------------------------------------*/
@media screen and (min-width: 30em) {

  .site-branding {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

}

/* End 02.2 min 480px */



/* 02.3 Tablet ( 768px )
------------------------------------------------------------*/
@media screen and (min-width: 48em) {

  body {
    overflow-x: hidden;
  }

  .site-branding {
    margin-bottom: 72px;
    padding-top: 0;
  }

  .site-branding .branding h1 {
    font-size: 14px;
  }

  .site-branding-any .site-logo img,
  .site-branding-any .site-util img {
    max-height: 100%;
  }

  .navigation-top {
    display: block;
    font-size: 16px;
  }

  .navigation-top .wrap {
    padding: 0;
    max-width: 1320px;
  }

  #site-navigation {
    position: relative;
    z-index: 20;
  }

  #site-navigation:after {
    border-right-style: solid;
    border-right-width: 1px;
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 0;
  }

  #top-menu {
    display: table;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
  }

  #top-menu i.ni.home {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%20256px%3B%20height%3A%20256px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%0A%09.st0%7Bfill%3A%234B4B4B%3B%7D%0A%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%22256.031%2C7.375%200%2C190.313%200%2C504.625%20201.609%2C504.625%20201.609%2C336.672%20310.391%2C336.672%20310.391%2C504.625%20%0A%09%09512%2C504.625%20512%2C190.313%20%09%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%3B%22%3E%3C%2Fpolygon%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
  }

  @supports (-ms-ime-align:auto) {
    #top-menu i.ni.home {
      background: none;
      font-style: normal;
      height: auto;
      width: auto;
    }

    #top-menu i.ni.home:before {
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      content: "\f015";
    }
  }

  *::-ms-backdrop,
  #top-menu i.ni.home {
    background: none;
    font-style: normal;
    height: auto;
    width: auto;
  }

  *::-ms-backdrop,
  #top-menu i.ni.home:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f015";
  }



  #top-menu a {
    font-weight: normal;
  }

  #top-menu>li {
    display: table-cell;
    list-style: none;
    text-align: center;
    vertical-align: middle;
  }

  #top-menu>li>a {
    display: block;
    font-weight: bold;
    padding: 25px 5px 13px;
    position: relative;
  }

  #top-menu>li>span {
    display: block;
    font-weight: bold;
    padding: 25px 5px 13px;
    position: relative;
  }

  #top-menu>li:first-of-type>a {
    padding: 21px 5px 10px;
  }

  #top-menu span.parent {
    cursor: pointer;
    position: relative;
  }

  #top-menu>li>a:before,
  #top-menu>li>span:before {
    border-right-style: solid;
    border-right-width: 1px;
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
  }

  #top-menu>li>a:after,
  #top-menu>li>span:after {
    content: attr(data-label);
    display: block;
    color: #ff9933;
    position: absolute;
    top: 5px;
    left: 1%;
    right: 1%;
    font-size: 12px;
    font-weight: 400;
  }

  #top-menu span.parent+div {
    display: none;
    text-align: left;
    padding: 1em;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 calc(((100vw - 100%) / 2) * -1);
  }

  #top-menu .sub-menu {
    display: none;
  }

  #top-menu span.parent+div .sub-menu {
    max-width: 1320px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #top-menu span.parent svg {
    position: absolute;
    width: 1em;
    height: 1em;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -2.2em;
    font-size: 1.3em;
    color: #ff9933;
  }

  #top-menu .sub-menu li {
    list-style: none;
    padding: 0.3em;
    width: 33%;
  }

  #top-menu .sub-menu li.has_child {
    width: 100%;
  }

  #top-menu .sub-menu li.has_child>a svg {
    display: none;
  }

  #top-menu .sub-menu li.has_child>ul.sub-menu {
    padding-left: 1em;
  }

  body.has-sidebar .site-main #mainImg {
    margin-right: 0;
    margin-left: 0;
    padding-right: 1em;
    padding-left: 1em;
    width: 100%;
  }

  .page-header {
    margin-left: 0;
    margin-right: 0;
  }

  .page-header .page-title,
  .single-post .entry-title {
    margin-top: 10px;
  }

  #secondary {
    padding: 1em 0 2em;
  }

  .site-footer {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .site-footer .widget-area {
    padding-bottom: 0;
  }

  .site-footer .widget-column.footer-widget-1 .widget,
  .site-footer .widget-column.footer-widget-2 .widget {
    padding-bottom: 2rem;
  }

  .site-footer .widget-column.footer-widget-1 {
    width: 100%;
    float: none;
  }

  .site-footer .widget-column.footer-widget-2 {
    width: 470px;
    float: none;
    text-align: center;
  }

  .site-footer .widget-column.footer-widget-2 .widget_custom_html {
    border: 1px #0097a5 solid;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .site-footer .widget-column.footer-widget-2 .widget_custom_html .custom-html-widget *:last-child {
    margin-bottom: 0;
  }

  .site-info {
    float: none;
    width: 100%;
  }

  .page:not(.home) #content,
  #content {
    padding: 0;
  }

  body:not(.has-sidebar) .site-main .outer {
    padding: 1px 3em 100px;
  }

  body:not(.has-sidebar) .site-main .outer>.box {
    margin-top: 100px;
  }

  body.has-sidebar .site-main .outer {
    margin-right: 0;
    margin-left: 0;
    padding: 1px 0 50px;
    width: 100%;
  }

  body.has-sidebar .site-main .outer>.box {
    margin-top: 50px;
  }

  body.has-sidebar .site-main .outer[class*="color"] {
    padding-right: 1em;
    padding-left: 1em;
  }

  #mainImg~.wrap #primary,
  #mainImg~.wrap #secondary,
  #mainImg~.wrap .has-sidebar #primary,
  #mainImg~.wrap .has-sidebar #secondary {
    padding-top: 2rem;
  }

  .has-sidebar:not(.error404) #primary {
    width: 73%;
  }

  .has-sidebar #secondary {
    width: 24%;
  }

  .single.has-sidebar #secondary {
    margin-top: 22px;
  }

  *[class*="col-"]>* {
    margin-top: 1.6em;
  }

  *[class*="col-1-2"]>* {
    margin-left: calc(100% - 1px - (48% * 2));
    width: 48%;
  }

  *[class*="col-1-3"]>*,
  *[class*="col-2-3"]>*,
  *[class*="col-2-3"]>*:nth-child(2n+1) {
    margin-left: calc((100% - 1px - (32% * 3)) / 2);
    width: 32%;
  }

  *[class*="col-1-4"]>*,
  *[class*="col-2-4"]>*,
  *[class*="col-2-4"]>*:nth-child(2n+1) {
    margin-left: calc((100% - 1px - (23.5% * 4)) / 3);
    width: 23.5%;
  }

  *[class*="col-1-5"]>*,
  *[class*="col-2-5"]>*,
  *[class*="col-2-5"]>*:nth-child(2n+1) {
    margin-left: calc((100% - 1px - (18.4% * 5)) / 4);
    width: 18.4%;
  }

  *[class*="col-1-2"]>*:nth-child(2n+1),
  *[class*="col-1-3"]>*:nth-child(3n+1),
  *[class*="col-2-3"]>*:nth-child(3n+1),
  *[class*="col-1-4"]>*:nth-child(4n+1),
  *[class*="col-2-4"]>*:nth-child(4n+1),
  *[class*="col-1-5"]>*:nth-child(5n+1),
  *[class*="col-2-5"]>*:nth-child(5n+1) {
    margin-left: 0;
  }


  /* 記事ページ */
  body.single .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  /* 背景 */
  div.outer.bg-paint {
    background-position: left 10px top 20px, right 10px top 20px;
    background-size: 200px auto;
  }

  div.outer.bg-maru {
    background-image: url(img/bg/bg-maru-l.png), url(img/bg/bg-maru-r.png);
    background-position: left 10px top 20px, right 10px top 20px;
    background-repeat: repeat-y;
  }

  /* 事例記事・価格記事の前後の記事リンク */
  .pnavi[class*=col-] li {
    padding: 1em .5em;
    width: 49%;
  }

  .pnavi[class*=col-] .prev {
    padding-left: 1em;
  }

  .pnavi li.next {
    border-top: none;
  }

  .pnavi li+li.next {
    border-left: 1px solid #cacaca;
    border-top: none;
  }

  /* アーカイブ */
  .archive .site-main article .post-thumbnail,
  .search .site-main article .post-thumbnail {
    float: left;
    width: 30.55%;
  }

  .archive .site-main article .post-thumbnail+.entry-content,
  .search .site-main article .post-thumbnail+.entry-content {
    float: right;
    width: 66%;
  }



  /* CPT：アーカイブ */
  #main .term_list ul li {
    margin-bottom: 0.5em;
    padding: 0 5px;
    width: 33%;
  }


  /* スマホ対応 */
  .pc-on {
    display: block;
  }

  .sp-on {
    display: none;
  }

  /* SP 固定の問い合わせバナー */
  #masthead {
    padding-top: 0;
  }

  #assist_nav {
    display: none;
  }


}

/* End 02.3 min 768px */



/* 02.4 Tablet ( 880px )
------------------------------------------------------------*/
@media screen and (min-width: 55em) {

  /* フッタナビ */
  #menu-footer_nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "company serv guide blog";
  }

  #menu-footer_nav>li:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: company;
  }

  #menu-footer_nav>li:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    grid-area: serv;
  }

  #menu-footer_nav>li:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: guide;
  }

  #menu-footer_nav>li:nth-of-type(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: blog;
  }

  #menu-footer_nav>li {
    border: none;
    padding-top: 0;
    padding-bottom: 2em;
  }

  #menu-footer_nav .bough {
    cursor: default;
    font-size: 1rem;
    margin-bottom: 0.5em;
  }

  #menu-footer_nav .bough:after {
    content: none;
  }

  #menu-footer_nav .bough+ul {
    border-left: 1px rgba(0, 0, 0, 0.2) solid;
  }

  #f-bar {
    display: block;
    height: 100px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
  }

  #f-bar>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
  }

  #f-bar>div>div {
    padding: 0 0.5em;
  }

  #f-bar img {
    max-height: 80px;
  }

  #f-bar>div>div.image {
    align-self: end;
  }

  #f-bar>div>div.image img {
    max-height: 154px;
    vertical-align: bottom;
  }


  /* パンくず */
  body:not(.home) #content {
    padding-bottom: 0 !important;
  }

  #breadcrumb {
    bottom: auto;
    position: static;
    overflow: visible;
  }

  .site-content-contain #breadcrumb {
    height: auto;
    position: absolute;
    overflow: auto;
    z-index: 2;
  }

  .has-sidebar .site-content-contain #breadcrumb {
    position: relative;
  }

  /* パンくず終わり */



}

/* End 02.4 min 880px */



/* 02.5 Desktop ( 1072px )
------------------------------------------------------------*/
@media screen and (min-width: 67em) {

  .site {
    overflow: hidden;
  }

  /* パンくず */
  .site-content-contain #breadcrumb ol {
    max-width: 1320px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  /* 背景 */
  div.outer.bg-paint {
    background-size: 330px auto;
  }

}

/* End 02.5 min 1072px */



/* 02.6 Desktop ( 1264px )
------------------------------------------------------------*/
@media screen and (min-width: 79em) {

  /* ここにスタイル */

}

/* End 02.6 min 1264px */






/* --------------------------------------------------------------------------------------------------------
   03 Print
 *
 * 印刷時に適用されるスタイル
 *
-------------------------------------------------------------------------------------------------------- */
@media print {

  /* ここにスタイル */

}

/* End 03 Print */