@charset "UTF-8";
/* Scss Document price*/
/* mixin
*********************************************************************/
/* media query */
.area_header {
  background-image: url("../images/main.jpg");
}

.block_secondary .demo .child {
  display: none;
}

.block_secondary .box_ttl {
  text-align: center;
  padding: 0 0 50px;
}
.block_secondary .box_ttl h2 {
  padding: 10px 0 30px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1em;
}
.block_secondary .box_ttl .child {
  display: none;
}

.switch .toggle {
  cursor: pointer;
}
.switch h2::after {
  position: absolute;
  top: 30%;
  right: 10px;
  margin-top: -1.4rem;
  content: "\f105";
  color: #d4422d;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: bold;
  transform: rotate(90deg);
  transition: all, 0.25s, linear;
}
.switch h2.active::after {
  margin-top: -1.4rem;
  transform: translate(0, 50%);
  transform: rotate(-90deg);
}

.box_list {
  padding: 30px 0;
  text-align: center;
  /*	h2::after {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -14px;
      content: '>';
      font-size: 14px;
      font-weight: bold;
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -moz-transition: all, 0.25s, linear;
      -o-transition: all, 0.25s, linear;
      -webkit-transition: all, 0.25s, linear;
      transition: all, 0.25s, linear;
  	}
  	h2.active::after {
      -moz-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      -webkit-transform: translate(0, 50%);
      transform: translate(0, 50%);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }	*/
}
.box_list h2 {
  font-size: 3.6rem;
  line-height: 1.2em;
  position: relative;
}
.box_list .inner .tani {
  text-align: right;
  line-height: 1.4em;
  padding: 3px 0;
}
.box_list .inner table {
  border-top: #CCC solid 1px;
  border-right: #CCC solid 1px;
  width: 100%;
}
.box_list .inner table th, .box_list .inner table td {
  border-bottom: #CCC solid 1px;
  border-left: #CCC solid 1px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4em;
  white-space: nowrap;
}
.box_list .inner table th {
  background-color: #EDEDED;
}
.box_list .inner p {
  line-height: 1.4em;
  padding: 5px 0 0;
  text-align: left;
}
.box_list .inner .chuki {
  padding: 20px 0 0;
}
.box_list .inner .child {
  display: none;
}
@media all and (max-width: 768px) {
  .box_list {
    padding: 15px 0;
  }
  .box_list h2 {
    font-size: 3rem;
  }
  .box_list .inner {
    display: block;
  }
}

.column_sky {
  margin: 0 auto;
  padding: 16px 0;
}
.column_sky p {
  font-size: 1.6rem;
  line-height: 1.4em;
  text-align: left;
}
.column_sky h3 {
  font-size: 3rem;
  color: #077FB0;
  line-height: 1.1em;
  padding: 20px 0 6px;
  border-bottom: #CCC dotted 1px;
}
.column_sky .tani {
  text-align: right;
  padding-top: 10px;
}
@media all and (max-width: 768px) {
  .column_sky h3 {
    font-size: 2.6rem;
    text-align: left;
  }
}

.parts_point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}
.parts_point dl {
  width: 30%;
  display: flex;
  align-items: center;
}
.parts_point dl dt {
  background: #87e0fd;
  background: linear-gradient(to bottom, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#87e0fd", endColorstr="#05abe0",GradientType=0 );
  width: 25%;
  padding: 16px 10px;
  border-radius: 8px;
  font-size: 1.8rem;
  line-height: 1em;
  color: #FFF;
}
.parts_point dl dd {
  padding: 0 10px;
  font-size: 1.8rem;
  line-height: 1.2em;
  text-align: left;
}
@media all and (max-width: 768px) {
  .parts_point {
    display: block;
    padding: 10px 0;
  }
  .parts_point dl {
    width: 100%;
    padding: 5px 0;
  }
}

.parts_merit .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
.parts_merit .inner dl {
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  text-align: left;
}
.parts_merit .inner dl dt {
  font-size: 1.8rem;
  line-height: 1.3em;
  padding: 8px;
  border-left: #FFAF0D solid 8px;
}
.parts_merit .inner dl dd {
  padding: 5px 0 0 16px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media all and (max-width: 768px) {
  .parts_merit .inner {
    display: block;
  }
  .parts_merit .inner dl {
    width: 100%;
  }
}

.parts_mecanizm .inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.parts_mecanizm .inner .side_txt {
  width: 48%;
}
.parts_mecanizm .inner .side_img {
  width: 48%;
}
.parts_mecanizm .inner .side_img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .parts_mecanizm .inner {
    display: block;
  }
  .parts_mecanizm .inner .side_txt {
    width: 100%;
    padding: 0 0 10px;
  }
  .parts_mecanizm .inner .side_img {
    width: 100%;
  }
}

dl.factory {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media all and (max-width: 768px) {
  dl.factory {
    flex-direction: column;
  }
}
dl.factory dt {
  box-sizing: border-box;
  width: 10.2em;
  padding-bottom: 6px;
}
@media all and (max-width: 768px) {
  dl.factory dt {
    width: 100%;
    display: block;
  }
}
dl.factory dd {
  box-sizing: border-box;
  width: calc(100% - 10.2em);
  padding-bottom: 6px;
}
@media all and (max-width: 768px) {
  dl.factory dd {
    padding-bottom: 12px;
    width: 100%;
    display: block;
  }
}

.parts_mizushimi .inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.parts_mizushimi .inner .side_txt {
  width: 48%;
}
.parts_mizushimi .inner .side_txt h4 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.3em;
}
.parts_mizushimi .inner .side_img {
  width: 48%;
}
.parts_mizushimi .inner .side_img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .parts_mizushimi {
    padding: 10px 0 0px;
  }
  .parts_mizushimi .inner {
    display: block;
  }
  .parts_mizushimi .inner .side_txt {
    width: 100%;
    padding: 0 0 10px;
  }
  .parts_mizushimi .inner .side_img {
    width: 100%;
  }
}

.special {
  margin: 10px 0;
  background-color: #F00;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.special .yen {
  font-size: 0.8em;
}
.special .standard {
  background-color: #FFF;
  color: #F00;
  margin: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  width: 176px;
  box-sizing: border-box;
}
.special .standard .kakaku {
  font-size: 1.6rem;
  line-height: 1.2em;
}
.special .standard .angle {
  font-size: 4rem;
  padding: 0 0 0 5px;
}
.special .special_price {
  font-size: 4rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.1em;
  padding: 10px 0 0;
}
.special .zei {
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .special {
    display: block;
  }
  .special .standard {
    width: auto;
  }
  .special .standard .angle {
    display: none;
  }
  .special .special_price {
    font-size: 2.8rem;
    padding: 4px 0 0;
  }
}

.price_sky table.pri {
  border-top: #CCC solid 1px;
  border-right: #CCC solid 1px;
  width: 100%;
  margin: 15px 0 0;
}
.price_sky table.pri th, .price_sky table.pri td {
  border-bottom: #CCC solid 1px;
  border-left: #CCC solid 1px;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4em;
  white-space: nowrap;
}
.price_sky table.pri th.pack, .price_sky table.pri td.pack {
  background-color: #A1EDFC;
}
.price_sky table.pri th.sagaku, .price_sky table.pri td.sagaku {
  color: #F00;
}
.price_sky table.pri th {
  background-color: #EDEDED;
}
.price_sky p {
  line-height: 1.4em;
  padding: 5px 0 0;
  text-align: left;
  font-size: 1.3rem;
}
.price_sky table.size {
  border-top: #CCC solid 1px;
  border-right: #CCC solid 1px;
  width: 100%;
  margin: 15px 0 0;
}
.price_sky table.size th, .price_sky table.size td {
  border-bottom: #CCC solid 1px;
  border-left: #CCC solid 1px;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.4em;
}
.price_sky table.size th {
  background-color: #EDEDED;
  text-align: center;
  white-space: nowrap;
}
.price_sky table.size td {
  text-align: left;
}

.parts_final .inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.parts_final .inner .side_txt {
  width: 50%;
}
.parts_final .inner .side_txt .kakaku {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1em;
  color: #F00;
}
.parts_final .inner .side_txt .kakaku span {
  font-size: 0.5em;
}
.parts_final .inner .side_img {
  width: 48%;
}
.parts_final .inner .side_img img {
  max-width: 331px;
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .parts_final .inner {
    display: block;
  }
  .parts_final .inner .side_txt {
    width: 100%;
    padding: 0 0 10px;
  }
  .parts_final .inner .side_img {
    width: 100%;
  }
}

.awatsuya {
  text-align: center;
  padding: 40px 0 0;
}
.awatsuya .parts_awatsuya {
  line-height: 0em;
}
.awatsuya .parts_awatsuya img {
  width: 100%;
  height: auto;
}
.awatsuya .parts_txt {
  display: inline-block;
  text-align: left;
}
.awatsuya .parts_txt p {
  font-size: 1.8rem;
  line-height: 1.5em;
}
.awatsuya .parts_txt p.awa_special {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1em;
  color: #F00;
}
.awatsuya .parts_txt p.awa_special span {
  font-size: 0.5em;
}

/* handwash */
.handwash {
  position: relative;
  margin: 30px auto;
  padding: 20px;
  padding-right: 406px;
  background: url(../images/lineup_bg_contents_gradient.png) top center repeat-x;
}
@media all and (max-width: 768px) {
  .handwash {
    padding: 0;
    padding-top: 10px;
    padding-right: 0px;
  }
}
.handwash:after {
  position: absolute;
  content: "";
  margin: auto;
  top: 10px;
  right: 0;
  width: 400px;
  height: 400px;
  background: url("../images/bg_handwash01.png") 100% 0 no-repeat;
}
@media all and (max-width: 768px) {
  .handwash:after {
    background-size: 138px auto;
    top: -18px;
    right: -10px;
    height: 200px;
  }
}
.handwash h3.mat15 {
  text-align: left;
  font-size: 171%;
  font-weight: 700;
  color: #0a3190;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.handwash h4 {
  text-align: left;
  font-size: 186%;
  font-weight: 700;
  color: #1ba8d8;
  line-height: 1.4;
  margin: 10px auto;
}
.handwash p {
  font-size: 116%;
  line-height: 1.8 !important;
}
@media all and (max-width: 768px) {
  .handwash p {
    font-size: 102%;
  }
}
.handwash .addBlowing {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 15px 1px;
  vertical-align: 0.2em;
  margin-left: 1em;
  background: #cc0235;
  color: #fff;
  line-height: 1.6;
  font-size: 64% !important;
}
@media all and (max-width: 768px) {
  .handwash .addBlowing {
    margin-left: 0;
    padding: 3px 6px 1px;
  }
}
.handwash .addBlowing:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
  width: 0px;
  height: 0px;
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-right: 7px solid #cc0235;
  border-bottom: 5px solid transparent;
  border-left: 7px solid transparent;
}
@media all and (max-width: 768px) {
  .handwash .addBlowing:before {
    top: -33px;
    bottom: 0;
    left: 16px;
    content: "";
    position: absolute;
    border-top: 6px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #cc0235;
    border-left: 4px solid transparent;
  }
}

.img_schedule {
  padding: 16px 0;
}
.img_schedule img {
  width: 100%;
  height: auto;
}

.scroll_name {
  text-align: right;
  line-height: 1.4em;
  padding: 3px 0;
  font-size: 1.8rem;
  font-weight: 700;
  border-top: #666 solid 5px;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}
.scroll table {
  margin: 0;
}

.kome ul {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.4em;
  padding: 2px 0;
}
.kome ul li {
  padding: 2px 0px 2px 1em;
  text-indent: -1em;
}
.kome ul li::before {
  content: "※";
}
/*# sourceMappingURL=local.css.map */