@charset "UTF-8";
@media screen and (max-width: 600px) {
  body {
    font-size: 2.5vw;
    line-height: 1.2;
  }
  #contents {
    padding: 0;
  }
  #container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .sp-br {
    display: block;
  }
  img {
    width: 100%;
  }
  .telBox .telBox-banner {
    width: calc(100% - 3em);
  }
  #fixd-contacts {
    height: 5.7em;
    gap: 0.5em;
  }
  #fixd-contacts .top-text {
    width: calc(100% - 1em);
    top: -1.5em;
  }
  #fixd-contacts a {
    width: 48%;
  }
  #fixd-contacts a span {
    text-align: center;
  }
  #fixd-contacts .tel-fixd::before {
    background-image: url(../images/icon_tel.svg);
    height: 1.2em;
  }
  #fixd-contacts .tel-fixd span:nth-child(1) {
    display: none;
  }
  #fixd-contacts .tel-fixd span:nth-child(2) {
    display: block;
  }
  #fixd-contacts .line-fixd {
    background-color: #00B900;
  }
  #fixd-contacts .line-fixd::before {
    background-image: url(../images/icon_line.svg);
    height: 1.3em;
  }
  #TOP {
    font-size: 1.8vw;
  }
  #header {
    display: flex;
    flex-direction: column;
    padding: 1em;
    gap: 0.5em;
  }
  #header .logo {
    height: 5em;
    margin-bottom: -0.5em;
  }
  .header-border {
    height: 1em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .header-border span {
    height: 0.15em;
    width: 100%;
    background-color: #e8000b;
  }
  .shop-name {
    font-size: 3.5em;
    font-weight: bold;
  }
  .top-price {
    left: 4em;
    top: 31%;
  }
  .top-price-sub {
    font-size: 2.5em;
  }
  .top-price-price {
    font-size: 7em;
    text-align: right;
  }
  .top-product {
    top: auto;
    bottom: 11em;
    right: 30%;
    height: 27em;
  }
  .top-sub-info p {
    font-size: 2em;
  }
  #topTel {
    margin: 3em auto;
  }
  #topTel p {
    margin: 1em 1em 0;
  }
  #topTel a {
    width: 100%;
  }
  #topTel a p {
    padding: 0.3em 1em 0.2em;
    margin: 0;
  }
  #topTel a .num img {
    height: 5em;
  }
  #topTel a .num span {
    font-size: 5.8em;
  }
  .banners {
    flex-direction: column;
    gap: 3em;
  }
  .banners a {
    width: 95%;
  }
  .banners a img {
    width: 100%;
  }
  .banners a:hover {
    filter: brightness(1.1);
  }
  #call {
    padding: 4em 3em 2.5em;
  }
  #call h2 {
    font-size: 4em;
    white-space: nowrap;
  }
  #call div {
    gap: 2em;
  }
  #call div span {
    font-size: 3em;
    width: 100%;
  }
  #items .warranty {
    font-size: 2vw;
  }
  #items .items-etc {
    padding: 0 1.5em 3em;
  }
  #items .items-etc h2 {
    font-size: 8vw;
  }
  #items .items-etc .items-wrap {
    gap: 4em;
    row-gap: 10em;
    margin-top: 8em;
  }
  #items .items-etc .items-wrap .item {
    width: calc(100% - 2em);
    font-size: 1.3em;
  }
  #items .items-etc .items-wrap .item .info .list-price-wrap,
  #items .items-etc .items-wrap .item .info .normal-price-wrap {
    line-height: 1.2;
  }
  #items .items-etc .items-wrap .item .info .list-price-wrap {
    font-size: max(1.2em, 15px);
  }
  #items .items-etc .items-wrap .item .info .normal-price-wrap {
    font-size: max(1.3em, 15px);
  }
  #items .items-etc .items-wrap .item .info .normal-price,
  #items .items-etc .items-wrap .item .info .list-price {
    width: 100%;
  }
  #items .items-etc .items-wrap .item .info .list-price span {
    font-size: 1.4em;
  }
  #items .items-etc .items-wrap .item .info .normal-price span {
    font-size: 1.7em;
  }
  #items .items-etc .komikomi-content h3 {
    line-height: 1.3;
    font-size: 1.8em;
  }
  .contact-wrap {
    width: calc(100% - 3em);
  }
  .contact-wrap h2 {
    font-size: 4em;
  }
  .contact-wrap p {
    font-size: 1.5em;
    font-weight: bold;
  }
  .contact-wrap .btn-wrap a {
    min-width: 100%;
  }
  .contact-wrap .btn-wrap .tel-btn {
    padding: 4em 3em 3em;
  }
  .contact-wrap .btn-wrap .tel-btn div img {
    height: 3em;
  }
  .contact-wrap .btn-wrap .tel-btn div span {
    font-size: 3.5em;
  }
  .contact-wrap .btn-wrap .line-btn span {
    font-size: 3em;
    white-space: nowrap;
  }
  .contact-wrap .btn-wrap .mail-btn span {
    font-size: 3em;
  }
  .hojokin-banner {
    width: calc(100% - 3em);
  }
  /* 2024年補助金情報 */
  #deals {
    margin: 0 auto;
    padding: 3em 1em 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    font-size: 3.5vw;
    line-height: 1.3;
    box-sizing: border-box;
  }
  #deals .bold {
    font-weight: bold;
  }
  #deals a {
    text-decoration: none;
    color: black;
  }
  #deals p {
    margin: 0;
    padding: 0;
  }
  #deals header {
    height: 4em;
    background-color: #142e79;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
  }
  #deals header img {
    height: 100%;
  }
  #deals .main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #deals .main-title .sub {
    font-size: 1.6em;
  }
  #deals .main-title .main img {
    height: 5em;
    width: auto;
  }
  #deals .main-title .main h2 {
    font-size: 2em;
  }
  #deals .top-text {
    width: calc(100% - 1em);
    margin: 0 auto 1em;
    text-align: center;
  }
  #deals #subsidy {
    padding: 1em 2em 3em;
  }
  #deals .section-top {
    flex-direction: column;
    gap: 1em;
    margin: 1em auto 2em;
  }
  #deals .section-top img {
    width: auto;
    height: 15em;
    order: 2;
    margin-top: -1.5em;
  }
  #deals .cards {
    flex-direction: column;
    gap: 1.5em;
  }
  #deals .cards .card {
    padding: 1em;
    width: 100%;
    border-radius: 0.5em;
  }
  #deals .requirements li p {
    font-size: 14px;
  }
  #deals .kyutousyouenezigyou {
    flex-direction: column;
    gap: 1em;
    margin: 2em auto 3em;
  }
  #deals .kyutousyouenezigyou img {
    width: 20em;
  }
  /* 補助金申請の流れ */
  #subsidy-flow {
    font-size: 3vw;
    gap: 2em;
  }
  #subsidy-flow .main-title .main img {
    height: 5em;
  }
  #subsidy-flow .main-title .main h2 {
    font-size: 2.5em;
  }
  #subsidy-flow .top-text {
    font-size: 14px;
    width: 100%;
  }
  #subsidy-flow .flow-wrap {
    gap: 8em;
  }
  #subsidy-flow .flow-wrap .flow-line {
    width: 100%;
    margin-top: 2em;
  }
  #subsidy-flow .flow-wrap .flow-line .icons {
    gap: 2em;
  }
  #subsidy-flow .flow-wrap .flow-line .icons .icon-wrap {
    margin-top: -4em;
  }
  #subsidy-flow .flow-wrap .flow-line .icons .icon-wrap .icon {
    width: 8em;
  }
  #subsidy-flow .flow-wrap .flow-line .icons .icon-wrap .icon-logo {
    margin-top: 0.2em;
  }
  #subsidy-flow .flow-wrap .flow-line .side-by-side img {
    width: 50%;
  }
  #subsidy-flow .flow-wrap .flow-line .side-by-side #documents {
    width: 50%;
  }
  #subsidy-flow .flow-wrap .flow-line .side-by-side #documents p {
    font-size: 15px;
  }
  #subsidy-flow .flow-wrap .flow-line .side-by-side #documents p span {
    font-size: 0.9em;
  }
  #subsidy-flow .flow-wrap .flow-line .note li {
    font-size: 14px;
  }
  #subsidy-flow .flow-wrap .flow-line .caption {
    height: 12em;
    width: 90%;
    margin: 0 auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #subsidy-flow #section-02 .flow-line,
  #subsidy-flow #section-03 .flow-line {
    margin-top: 4em;
  }
  .comentImg-text {
    flex-direction: column;
  }
  .comentImg-text .comentImg {
    width: 100%;
    height: 15em;
    overflow: hidden;
    position: relative;
  }
  .comentImg-text .comentImg img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
  #voicebox .koe-wrap {
    flex-direction: column;
    align-content: center;
  }
  #voicebox .koe {
    width: 100%;
    font-size: max(1em, 16px);
  }
  #footer {
    width: 100%;
    padding: 1.5em 1.5em 8em;
  }
  #footer a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .information {
    flex-direction: column;
  }
  .copyright {
    margin-top: 3em;
  }
}
@media screen and (max-height: 450px) {
  #nav {
    padding: 20em 2em;
    overflow-y: scroll;
    height: 100%;
    max-height: 45em;
  }
  #nav ul {
    margin: 5em 0 2em;
  }
  #nav::-webkit-scrollbar {
    display: none;
  }
}/*# sourceMappingURL=sp.css.map */