@charset "UTF-8";
/* air-ism snow wave page css */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#main #intro strong {
  padding: 1em 0;
}

@media screen and (max-width: 959px) {
  #main #intro p br {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  #main .column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main .column1 div {
    width: 674px;
  }
}

@media screen and (min-width: 960px) {
  #main .column2, #main .column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#main .column2 article,
#main .column2 li,
#main .column2 > div,
#main .column2 > dl,
#main .column2 > figure, #main .column3 article,
#main .column3 li,
#main .column3 > div,
#main .column3 > dl,
#main .column3 > figure {
  padding: 0;
}

@media screen and (min-width: 960px) {
  #main .column2 article,
  #main .column2 li,
  #main .column2 > div,
  #main .column2 > dl,
  #main .column2 > figure, #main .column3 article,
  #main .column3 li,
  #main .column3 > div,
  #main .column3 > dl,
  #main .column3 > figure {
    width: 100%;
  }
  #main .column2 article:not(:last-child),
  #main .column2 li:not(:last-child),
  #main .column2 > div:not(:last-child),
  #main .column2 > dl:not(:last-child),
  #main .column2 > figure:not(:last-child), #main .column3 article:not(:last-child),
  #main .column3 li:not(:last-child),
  #main .column3 > div:not(:last-child),
  #main .column3 > dl:not(:last-child),
  #main .column3 > figure:not(:last-child) {
    margin-right: 27px;
  }
}

#main .column3-card-recommended h3 {
  min-height: 0;
  margin-bottom: 22px;
  line-height: 1.25;
}

@media screen and (min-width: 960px) {
  #main .column3-card-recommended h3 {
    min-height: 93px;
  }
}

#main .column3-card-snowwave {
  margin-bottom: 22px;
}

#main #step {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#main #step li {
  display: table;
  width: 100%;
  background: #EFEBE5;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
  padding: 22px 16px;
}

@media screen and (min-width: 960px) {
  #main #step li {
    margin-bottom: 27px;
    padding: 22px 0.5em;
    width: calc(33% - 1em);
  }
}

#main #step li:before {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #D3C7C0;
  border: 1px solid #D3C7C0;
  border-radius: 50%;
  counter-increment: item;
  content: counter(item);
  font-weight: 700;
  margin-right: 11px;
}

#main .price_list_column dl, #main .price_list_normal dl {
  float: left;
  width: 100%;
}

#main .price_list_column dl:last-of-type, #main .price_list_normal dl:last-of-type {
  margin-right: 0;
}

#main .price_list_column dl dt, #main .price_list_normal dl dt {
  background: #3F3535;
  color: #F8F6F3;
  font-size: 18px;
  text-align: center;
  margin-bottom: 1px;
  padding: 20px 15px 15px 15px;
  clear: both;
}

#main .price_list_column dl dt br, #main .price_list_normal dl dt br {
  content: "";
  margin-right: 1em;
}

#main .price_list_column dl dt strong, #main .price_list_normal dl dt strong {
  font-size: 30px;
  font-weight: normal;
}

#main .price_list_column dl dt strong:before, #main .price_list_normal dl dt strong:before {
  content: "¥ ";
  font-size: 21px;
}

#main .price_list_column dl dt small, #main .price_list_normal dl dt small {
  font-size: 0.6em;
}

#main .price_list_column dl dd, #main .price_list_normal dl dd {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EFEBE5;
}

#main .price_list_column dl dd p, #main .price_list_normal dl dd p {
  margin: 0;
  padding: 20px 20px 17px 20px;
}

#main .price_list_column dl dd ul, #main .price_list_normal dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main .price_list_column dl dd ul li, #main .price_list_normal dl dd ul li {
  display: block;
  background: #D3C7C0;
  margin: 0 0 1px 0;
  padding: 14px 20px;
}

@media screen and (min-width: 361px) and (max-width: 959px) {
  #main .price_list_column dl dd ul li, #main .price_list_normal dl dd ul li {
    width: calc(50% - 1px);
    float: left;
    margin-right: 1px;
  }
}

#main .repair_ttl {
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  #main .repair_ttl {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  #main .price_list_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main .price_list_column dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 22px;
  }
  #main .price_list_column dl:not(:last-child) {
    margin-right: 27px;
  }
  #main .price_list_column dl dt {
    line-height: normal;
  }
  #main .price_list_column dl dt br {
    content: none;
  }
  #main .price_list_normal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .price_list_normal dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #3F3535;
    margin-bottom: 27px;
  }
  #main .price_list_normal dl:last-of-type {
    margin-bottom: 0;
  }
  #main .price_list_normal dl dt {
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 300px;
  }
  #main .price_list_normal dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #main .price_list_normal dl dd > * {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  #main .price_list_normal dl dd ul li {
    width: 50%;
    float: left;
    white-space: nowrap;
    margin: 0 0 1px 0;
  }
  #main .price_list_normal dl dd ul li:nth-child(odd) {
    margin-right: 1px;
    width: calc(50% - 1px);
  }
}

#main .complement_txt {
  text-align: right;
}

#main .thermoBag_ttl span {
  margin-right: 27px;
}

#main .thermo_column {
  padding: 0;
}

@media screen and (min-width: 960px) {
  #main .thermo_column div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#main .thermo_column div section {
  width: 100%;
  background: #EFEBE5;
  margin-bottom: 22px;
  padding: 19px 16px;
}

@media screen and (min-width: 960px) {
  #main .thermo_column div section {
    margin-bottom: 9px;
  }
}

#main .thermo_column div section ol {
  padding-left: 1em;
}

@media screen and (min-width: 960px) {
  #main .thermo_column div section:first-child {
    margin-right: 27px;
  }
}

#main .thermo_column p {
  padding: 0 16px;
}

@media screen and (min-width: 960px) {
  #main .thermo_column p {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  #main .column1 figure {
    margin-right: 27px;
  }
}

#main .attention {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444;
}

#main .iframe_fb {
  padding: 0;
}

#main #fb_frame {
  margin: 0 auto 22px auto;
  max-width: 500px;
  height: 500px;
  display: block;
}
/*# sourceMappingURL=style.css.map */