@charset "UTF-8";
@font-face {
  font-family: yomogi;
  src: url("../wf/Yomogi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: kosugimaru;
  src: url("../wf/KosugiMaru-Regular.ttf") format("truetype");
}
@font-face {
  font-family: sawarabi;
  src: url("../wf/SawarabiGothic-Regular.ttf") format("truetype");
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
}

.text-right {
  text-align: right;
  margin-right: 10px;
  z-index: 100;
}

.linkwrap {
  position: relative;
}
.linkwrap .linkpoint {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1280px) {
  iframe {
    aspect-ratio: 16/5;
  }
}

.single .site-main > article > .entry-footer .byline {
  display: none;
}

.entry-footer .byline {
  display: none;
}

.entry-footer .posted-on {
  padding-right: 20px;
}

table th, .wp-block-table th {
  border: 0;
  border-bottom: 1px solid white;
}

table td, .wp-block-table td {
  padding: 10px 0 10px 20px;
  border: 0;
  border-bottom: 1px solid white;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0 2px;
}
table tr:last-child {
  border-bottom: none;
}
table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #66c0e0;
  color: white;
  text-align: center;
  padding: 10px 0;
}
table th::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #66c0e0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td {
  width: 70%;
  text-align: left;
  background-color: #eee;
}

html {
  font-size: 62.5%;
}

body * {
  font-size: 16px;
  font-size: 1.6 rem;
}

@media only screen and (max-width: 479px) {
  body {
    background-position: 0 60px;
  }
}

.singular {
  font-size: 16px;
  font-size: 1.6 rem;
}

h1 {
  font-size: 36px;
  font-size: 3.6 rem;
}

.singular h2 {
  padding: 30px 0 30px 80px;
  position: relative;
  font-size: 30px;
  font-size: 3 rem;
}
.singular h2::before {
  content: "";
  width: 60px;
  height: 4px;
  display: block;
  background-color: #05A4BE;
  position: absolute;
  top: 50%;
  left: 38%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  .singular h2 {
    font-size: 22px;
    font-size: 2.2 rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 2 rem;
}
.singular h3::before {
  content: "■ ";
  color: #05A4BE;
}
.page-id-129 h3::before {
  color: #fff;
}

h4 {
  font-size: 16px;
  font-size: 1.6 rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6 rem;
}

.page-title {
  font-size: 3rem;
}

button.sub-menu-toggle {
  display: none !important;
}

.copyrights {
  padding: 0 10px 100px 10px;
}
@media only screen and (max-width: 479px) {
  .copyrights {
    font-size: 12px;
    font-size: 1.2 rem;
  }
}

.site-header, .widget-area, .notice, .news, .hokublog, .estimate, .ucar, .service, .copyrights, .widget_footer, .topinfo, .post-navigation {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1440px) {
  .site-header, .widget-area, .notice, .news, .hokublog, .estimate, .ucar, .service, .copyrights, .widget_footer, .topinfo, .post-navigation {
    max-width: 1200px;
  }
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  max-width: 100%;
}

.entry-content {
  max-width: 1640px;
  max-width: 1200px;
  padding: 50px;
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .entry-content {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 479px) {
  .entry-content {
    padding: 30px 5px 5px 5px;
  }
}

.default-max-width {
  max-width: 1640px;
}
@media only screen and (max-width: 1440px) {
  .default-max-width {
    max-width: 1200px;
  }
}

.singular .entry-header {
  max-width: 1640px;
  max-width: 1200px;
}
@media only screen and (max-width: 1440px) {
  .singular .entry-header {
    max-width: 1200px;
  }
}

.spbr {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .spbr {
    display: block;
    margin-top: 5px;
  }
}
.pcimg {
  display: block;
}

.spimg {
  display: none;
}

@media only screen and (max-width: 479px) {
  .pcimg {
    display: none;
  }
  .spimg {
    display: block;
    max-width: 100%;
  }
}
a {
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-style: dotted;
}

a:focus img {
  outline: none !important;
}

a.btn {
  border-radius: 20px;
  color: #fff;
}
a.btn.blue {
  background-color: #072F6B;
  font-size: 10px;
  font-size: 1 rem;
  padding: 5px 40px;
}
a.btn.orange {
  background-color: orange;
  font-size: 18px;
  font-size: 1.8 rem;
  padding: 30px 100px;
}
@media only screen and (max-width: 479px) {
  a.btn.orange {
    padding: 20px;
    font-size: 16px;
    font-size: 1.6 rem;
  }
}

.btnwrap {
  background-color: rgba(221, 221, 221, 0.5);
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 479px) {
  .btnwrap {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .btnwrap a {
    display: block;
    width: 100%;
  }
}

.primary-navigation > div > .menu-wrapper {
  justify-content: space-between;
}
.primary-navigation > div > .menu-wrapper li {
  text-align: center;
  flex-grow: 1;
  border-right: 1px solid #ddd;
}
.primary-navigation > div > .menu-wrapper li :first-child {
  border-left: 1px solid #ddd;
}
@media only screen and (max-width: 479px) {
  .primary-navigation > div > .menu-wrapper li :first-child {
    border-left: none;
  }
}
.primary-navigation > div > .menu-wrapper li :hover {
  background-color: orange;
}
@media only screen and (max-width: 479px) {
  .primary-navigation > div > .menu-wrapper li {
    border-right: none;
    text-align: left;
    border-left: 3px solid #ddd;
    margin-bottom: 5px;
  }
  .primary-navigation > div > .menu-wrapper li > ul.sub-menu {
    border: 0;
  }
  .primary-navigation > div > .menu-wrapper li > ul.sub-menu #menu-item-391, .primary-navigation > div > .menu-wrapper li > ul.sub-menu #menu-item-390, .primary-navigation > div > .menu-wrapper li > ul.sub-menu #menu-item-309, .primary-navigation > div > .menu-wrapper li > ul.sub-menu #menu-item-310, .primary-navigation > div > .menu-wrapper li > ul.sub-menu #menu-item-308, .primary-navigation > div > .menu-wrapper li > ul.sub-menu #menu-item-340, .primary-navigation > div > .menu-wrapper li > ul.sub-menu #menu-item-338 {
    border-left: none;
  }
  .primary-navigation > div > .menu-wrapper li > ul.sub-menu li a {
    font-size: 1.6rem;
    padding: 5px;
  }
  .primary-navigation > div > .menu-wrapper li > ul.sub-menu li ::before {
    content: "・";
  }
}
.primary-navigation > div > .menu-wrapper li a {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .primary-navigation > div > .menu-wrapper li a {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child {
  text-decoration: none;
  background-color: rgba(221, 221, 221, 0.5);
}

.primary-navigation .current-menu-ancestor > a {
  background-color: rgba(221, 221, 221, 0.5);
}

.primary-navigation a:hover {
  text-decoration: none;
}

.primary-navigation .current-menu-item > a:first-child:hover,
.primary-navigation .current_page_item > a:first-child:hover {
  text-decoration: none;
}

@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    left: 0;
    width: 100%;
    font-size: 1.6rem;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu a {
    font-size: 1.3rem;
  }
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.custom-logo-link) {
  background: rgba(112, 217, 255, 0.5);
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  text-decoration: none;
}

@media only screen and (max-width: 481px) {
  .menu-button-container {
    display: block;
  }
}
button:focus {
  outline: none !important;
}

.dropdown-icon > img {
  padding: 2px;
  border: 1px solid black;
  border-radius: 10px;
  width: 36px;
  height: 36px;
}

.site-main {
  background: yellowgreen;
  background: silver;
  background-image: url("../img/bg-all.jpg");
}
.site-main > * {
  margin-top: 0;
  margin-bottom: 0;
}

.site-main {
  padding-top: 0;
}

.menu-origin-wrap {
  background-color: #104166;
  padding: 5px;
}

.menu-origin {
  color: white;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 150px 250px 1fr 1fr;
}
@media only screen and (max-width: 479px) {
  .menu-origin {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-origin > div::before {
  content: "■";
}
.menu-origin a {
  color: white;
}

.site-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .site-branding {
    margin-left: auto;
    margin-right: auto;
  }
}

.site-logo {
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .site-logo {
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .site-logo .custom-logo {
    max-width: 300px;
  }
}

.box-tel {
  width: 440px;
  margin-left: auto;
}
@media only screen and (max-width: 479px) {
  .box-tel {
    width: 100%;
  }
}
.box-tel img {
  max-width: 200px;
}
@media only screen and (max-width: 479px) {
  .box-tel img {
    max-width: 150px;
  }
}
.box-tel img:last-child {
  margin-left: 10px;
}
.box-tel div {
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0 5px 0;
}
.box-tel div:last-child {
  border-top: 1px solid black;
}

@media only screen and (min-width: 822px) {
  .site-header {
    padding-top: 0;
  }
}
@media only screen and (min-width: 482px) {
  .site-header {
    padding-top: 0;
  }
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-item:nth-child(3) {
  border-bottom: 1px solid #ddd;
}

.Form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-item-label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 3px;
  }
}

.Form-item-label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-item-label.isMsg {
    margin-top: 0;
    margin-bottom: 3px;
  }
}

.Form-item-label-required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: hsl(0, 75%, 67%);
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-item-label-required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
  }
}

.Form-item-input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 800px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-item-input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-item-textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-item-textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.Form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 18px;
}

.Form input[type=text], .Form input[type=email], .Form input[type=url], .Form input[type=password], .Form input[type=search], .Form input[type=number], .Form input[type=tel], .Form input[type=date], .Form input[type=month], .Form input[type=week], .Form input[type=time], .Form input[type=datetime], .Form input[type=datetime-local], .Form input[type=color], .Form .site textarea {
  border: 3px solid #104166;
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
}
.Form input[type=text]:focus,
.Form input[type=email]:focus,
.Form input[type=url]:focus,
.Form input[type=password]:focus,
.Form input[type=search]:focus,
.Form input[type=number]:focus,
.Form input[type=tel]:focus,
.Form input[type=date]:focus,
.Form input[type=month]:focus,
.Form input[type=week]:focus,
.Form input[type=time]:focus,
.Form input[type=datetime]:focus,
.Form input[type=datetime-local]:focus,
.Form input[type=color]:focus,
.Form .site textarea:focus {
  color: var(--form--color-text);
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
  outline: 2px dotted #104166;
}
.Form .site .button:not(:hover):not(:active):not(.has-background),
.Form button:not(:hover):not(:active):not(.has-background),
.Form input[type=submit]:not(:hover):not(:active):not(.has-background),
.Form input[type=reset]:not(:hover):not(:active):not(.has-background),
.Form .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.Form .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.Form .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-primary);
  background-color: #104166;
}
.Form .site .button:hover,
.Form .site .button:active,
.Form button:hover,
.Form button:active,
.Form input[type=submit]:hover,
.Form input[type=submit]:active,
.Form input[type=reset]:hover,
.Form input[type=reset]:active,
.Form .wp-block-search .wp-block-search__button:hover,
.Form .wp-block-search .wp-block-search__button:active,
.Form .wp-block-button .wp-block-button__link:hover,
.Form .wp-block-button .wp-block-button__link:active,
.Form .wp-block-file a.wp-block-file__button:hover,
.Form .wp-block-file a.wp-block-file__button:active {
  background-color: transparent;
  border-color: currentColor;
  border-color: #104166;
  color: inherit;
}

/* formの書き方
<div class="Form">
<div class="Form-item">
<p class="Form-item-label"><span class="Form-item-label-required">必須</span>お名前</p>
[text* your-name class:Form-item-input]
</div>
<div class="Form-item">
<p class="Form-item-label"><span class="Form-item-label-required">必須</span>メールアドレス</p>
[email* your-email class:Form-item-input]
</div>
<div class="Form-item">
<p class="Form-item-label isMsg"><span class="Form-item-label-required">必須</span>お問い合わせ内容</p>
[textarea* your-msg class:Form-item-textarea]
</div>
[submit class:Form-btn "送信する"]
</div>
*/
.top-content-outer {
  background-color: rgb(170, 212, 212);
  background-color: #70d9ff;
  padding: 20px 0;
}

.top-content12 {
  max-width: 1200px;
  margin: 0 auto;
}

.top-content16 {
  max-width: 1640px;
  margin: 0 auto;
}

.block-flex {
  width: 100%;
  height: auto;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 479px) {
  .block-flex {
    display: block;
  }
}
.block-flex .flex-item {
  flex: 1;
}
.block-flex .flex-item .block-flex2 {
  width: 100%;
  height: auto;
  display: flex;
}
.block-flex .flex-item .block-flex2 h2 {
  text-align: center;
  flex-basis: 60%;
  font-size: 25px;
  padding: 70px 0 70px 0;
  background-color: white;
}
@media only screen and (max-width: 1280px) {
  .block-flex .flex-item .block-flex2 h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .block-flex .flex-item .block-flex2 h2 {
    font-size: 1rem;
  }
}
.block-flex .flex-item .block-flex2 > div {
  flex-basis: 40%;
}
@media only screen and (max-width: 479px) {
  .block-flex .oomori {
    border: 1px solid silver;
  }
}
.block-flex .oomori .oomori-img {
  background-image: url("../img/oomori-top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 479px) {
  .block-flex .search {
    border: 1px solid silver;
  }
}
.block-flex .search .search-img {
  background-color: orange;
  background-image: url("../img/search.png");
  background-size: cover;
  background-size: 60%;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 479px) {
  .block-flex .mail {
    border: 1px solid silver;
  }
}
.block-flex .mail .mail-img {
  background-color: #104166;
  background-image: url("../img/mail.png");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 50%;
}

.block-list {
  margin-top: 60px;
}
.block-list .watch-list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block-list .watch-list .watch--item {
  width: calc((100% - 80px) / 5);
}
@media only screen and (max-width: 1024px) {
  .block-list .watch-list .watch--item {
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (max-width: 479px) {
  .block-list .watch-list .watch--item {
    width: calc((100% - 20px) / 2);
  }
}
.block-list .watch-list .watch--item .item---img {
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #eee;
  max-width: calc((100% - 80px) / 5) px;
  height: 220px;
  max-height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
@media only screen and (max-width: 1024px) {
  .block-list .watch-list .watch--item .item---img {
    max-width: calc((100% - 60px) / 4) px;
    height: 185px;
    max-height: 185px;
  }
}
.block-list .watch-list .watch--item .item---title {
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: rgba(255, 255, 255, 0.7);
}
.block-list .watch-list .watch--item .detail {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.block-list .watch-list .watch--item .op1 {
  text-align: center;
  background-color: #ddd;
  font-size: 1rem;
  padding: 2px;
}
.block-list .watch-list .watch--item .kakaku {
  font-size: 1.8rem;
  color: red;
  padding-left: 10px;
}
.block-list .watch-list .watch--item .op2 {
  font-size: 1.2rem;
  color: red;
  padding-left: 10px;
}

.block-recommended h2 {
  margin-bottom: 40px;
  border-left: 100px solid red;
  padding-left: 20px;
  font-size: 30px;
  background-color: white;
}

.block-item h2 {
  margin-bottom: 40px;
  border-left: 100px solid orange;
  padding-left: 20px;
  font-size: 30px;
  background-color: whitesmoke;
}

.singular .entry-header {
  border-color: #104166;
  margin-bottom: 50px !important;
}

.singular .entry-title {
  font-family: sawarabi;
  font-size: 36px;
  font-size: 3.6 rem;
}
@media only screen and (max-width: 479px) {
  .singular .entry-title {
    font-size: 20px;
    font-size: 2 rem;
  }
}

.page-header-wrap, .single-header-wrap {
  background-color: yellow;
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: 80% 50%;
}
.page-header-wrap::after, .single-header-wrap::after {
  content: "";
}

.about-txt {
  font-size: 20px;
}
.about-txt a {
  font-size: 20px;
  color: #c0eeff;
  color: #70d9ff;
}

.product-wrap {
  margin-top: 0;
}
.product-wrap p {
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 20px;
}
.product-wrap .sub-title + .description {
  margin-top: 10px;
}

.product-item-img {
  background-color: #eee;
  max-width: 100%;
  margin: 0 auto 10px 0;
  display: flex;
}
.product-item-imgl {
  max-width: 100%;
  min-width: 600px;
  min-height: 460px;
  margin: 10px;
}
@media only screen and (max-width: 479px) {
  .product-item-imgl {
    min-width: 250px;
  }
}
.product-item-imgl img {
  border: 1px solid silver;
}
@media only screen and (max-width: 479px) {
  .product-item-imgl img {
    width: 250px;
  }
}

ul {
  list-style: none;
}

.product-item-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 10px;
}
@media only screen and (max-width: 479px) {
  .product-item-imgs {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-item-imgs div {
  border: 1px solid silver;
  height: 150px;
}
@media only screen and (max-width: 479px) {
  .product-item-imgs div {
    height: 74px;
  }
}
@media only screen and (max-width: 479px) {
  .product-item-imgs div img {
    width: 100px;
  }
}

.product-sub-img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 10px;
}
.product-sub-img-wrap .product-sub-img {
  border: 1px solid silver;
  padding: 10px;
}

.product-sub {
  border: 1px solid silver;
  padding: 20px;
}
.product-sub > div {
  margin: 5px 0 5px 0;
  border-bottom: 1px dotted silver;
}

.product-item-text th {
  max-width: 20%;
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  width: 300px;
}
.product-item-text td {
  text-align: left;
  padding-left: 30px;
}

.product-inq {
  position: relative;
  width: 100%;
  display: block;
  background-color: orange;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  form#pd_form input[type=number] {
    max-width: 200px;
  }
}
form#pd_form div {
  margin-top: 10px;
}
form#pd_form div input {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 10px;
}

.entry-content {
  margin-top: 60px;
}
.entry-content .product-list-wrap {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.entry-content .product-list-wrap .product-list-item {
  width: calc((100% - 80px) / 5);
}
@media only screen and (max-width: 1024px) {
  .entry-content .product-list-wrap .product-list-item {
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (max-width: 479px) {
  .entry-content .product-list-wrap .product-list-item {
    width: calc((100% - 20px) / 2);
  }
}
.entry-content .product-list-wrap .product-list-item .product--img {
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #eee;
  max-width: calc((100% - 80px) / 5) px;
  height: 220px;
  max-height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
@media only screen and (max-width: 1024px) {
  .entry-content .product-list-wrap .product-list-item .product--img {
    max-width: calc((100% - 60px) / 4) px;
    height: 185px;
    max-height: 185px;
  }
}
.entry-content .product-list-wrap .product-list-item .item---title {
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: rgba(255, 255, 255, 0.7);
}
.entry-content .product-list-wrap .product-list-item .detail {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.entry-content .product-list-wrap .product-list-item .op1 {
  text-align: center;
  background-color: #ddd;
  font-size: 1rem;
  padding: 2px;
}
.entry-content .product-list-wrap .product-list-item .kakaku {
  font-size: 1.8rem;
  color: red;
  padding-left: 10px;
}
.entry-content .product-list-wrap .product-list-item .op2 {
  font-size: 1.2rem;
  color: red;
  padding-left: 10px;
}

.widget-area {
  margin-top: 0;
  max-width: 1200px;
}
.widget-area #block-4 .menu-footer {
  margin: 0 auto;
  max-width: 250px;
}
.widget-area #block-4 .menu-footer > div {
  margin-bottom: 20px;
  text-indent: 10px;
  border-left: 8px solid #104166;
  background-color: rgba(255, 255, 255, 0.9);
}
.widget-area #block-4 a {
  text-decoration: none;
  font-size: 2rem;
}
.widget-area #block-4 span {
  display: block;
  font-size: 1.2rem;
  color: silver;
  border-top: silver;
  border-top: black;
  background-color: rgba(255, 255, 255, 0.7);
  text-indent: 10px;
}
.widget-area #block-3 .footer-address {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  padding: 50px;
  border-radius: 200px;
  background-color: white;
}
.widget-area #block-3 .footer-address img {
  max-width: 200px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
  .widget-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-widgets-wrap {
  background-image: url("../img/bg-footer.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .footer-widgets-wrap {
    background-size: cover;
  }
}
.footer-widgets-wrap .connect-color {
  background-color: rgba(16, 65, 102, 0.5);
  height: 100px;
}

.footer-wrap .widget a {
  color: #fff;
  text-decoration: none;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}
.footer-wrap .widget a:link, .footer-wrap .widget a:visited, .footer-wrap .widget a:active {
  color: #fff;
}
.footer-wrap .widget a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.footer-wrap .widget a:focus {
  background: red;
}

.site-footer > .site-info {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (min-width: 822px) {
  .site-footer > .site-info {
    display: block;
    align-items: center;
  }
}
.site-name {
  text-align: center;
}

.wp-admin .editor-styles-wrapper h1 {
  font-size: 2.4rem !important;
  background-color: bisque;
}/*# sourceMappingURL=style.css.map */