@charset "utf-8";

@media(min-width:751px) {

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .kome
  {
    font-size:1.5vw   }

  .wanpaku-kinen-top
  {
    background-color: #e4007f;
    padding: 40px 0px 20px 0px;
  }

  .aircon-zeroemi-flex
  {
    display: flex;
    background-color: white;
    width: 90%;
    margin: 0 auto;
  }

  .aircon-zeroemi-left
  {
    width: 50%;
  }

  .aircon-zeroemi-right
  {
    width: 50%;
  }

  .wanpaku-kinen-top img{
    width: 100%;
  }

  .wanpaku-kinen-kikan{
    text-align: center;
  }

  .wanpaku-kinen-kikan span{
    color: white;
    background-color: black;
    font-size: 2.5vw;
    text-align: center;
    padding :10px;
    border-radius: 50px;
    font-weight: bold;
    border: #fff100 5px solid;
  }

  .wanpaku-kikan-inner
  {
    width: 80%;
    margin: 0 auto;
    color: white;
    line-height: 1.5;
    font-size: 2.5vw;
    font-weight: bold;
  }

  .aircon-area {
    background-image: url("../images/aircon-back.png");
    background-repeat: round;
    padding: 0px 0px 40px 0px;
  }

  .aircon-top-lbl {
    /* background-image: url("../images/night-sky.jpeg"); */
    background-color: #21215b;
    color: white;
    font-size: 4vw;
    padding: 20px;
    text-align: center;
    /* background-image: url(../images/top-back.png); */
    background-repeat: round;
  }

  .aircon-top-lbl-inner {
    display: inline-block;
    font-size: 5vw;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    border-image: linear-gradient(to bottom, #fff100 0%, #07b2d9 40%, #ff3bef 80%) 1;
    /* margin:0 auto 5%; */
    /* background: linear-gradient(90deg, #fff100 0%, #07b2d9 40%, #ff3bef 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  }

  .gradient-marker {
  background-image: linear-gradient(90deg, #fff100 20%, #07b2d9 40%, #ff3bef 80%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 10%;
 }

  .aircon-hojokin-katsuyo {
    color: #fff;
    background: #eb16eb;
    font-size: 3.5vw;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-weight:bold;
  }

  /* .aircon-hojokin-katsuyo span {
    background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  } */


  .aircon-inner {
    background-color: white;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
  }

  .aircon-rx-top {
    background-image: linear-gradient(90deg, #950824, rgb(192 56 83));
    /* width: 90%; */
    margin: 0 auto;
    color: white;
    border-radius: 20px;
    font-size: 3vw;
    padding: 10px;
  }

  .rx-ribon {
    display: inline-block;
    position: relative;
    height: 50px;
    /*リボンの高さ*/
    line-height: 50px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 30px;
    /*横の大きさ*/
    font-size: 3vw;
    /*文字の大きさ*/
    background-image: linear-gradient(90deg, #950824, rgb(192 56 83));
    /*塗りつぶし色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    width: 100%;
  }

  .rx-ribon:before,
  .rx-ribon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .rx-ribon:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  .rx-ribon:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

  .cx-ribon {
    display: inline-block;
    position: relative;
    height: 50px;
    /*リボンの高さ*/
    line-height: 50px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 30px;
    /*横の大きさ*/
    font-size: 3vw;
    /*文字の大きさ*/
    background-image: linear-gradient(90deg, #015858, rgb(94 172 179));
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    width: 100%;
  }

  .cx-ribon:before,
  .cx-ribon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .cx-ribon:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  .cx-ribon:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

  .gv-ribon {
    display: inline-block;
    position: relative;
    height: 50px;
    /*リボンの高さ*/
    line-height: 50px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 30px;
    /*横の大きさ*/
    font-size: 3vw;
    /*文字の大きさ*/
    background-image: linear-gradient(90deg, #eb6100, #ffa953);
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    width: 100%;
  }

  .gv-ribon:before,
  .gv-ribon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .gv-ribon:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  .gv-ribon:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

  .aircon-year {
    background-color: white;
    color: #111;
    border: #111 3px solid;
    font-size: 2vw;
  }

  .aircon-top {
    width: 80%;
    margin: 0 auto;
  }

  .aircon-rx-detail-area {
    background-color: #f5f2f1;
    /* width: 90%; */
    margin: 0 auto;
    /* border-radius: 20px; */
  }

  .aircon-gx-detail-area {
    background-color: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }

  .aircon-rx-detail {
    /* width: 90%; */
    margin: 0 auto;
    padding: 10px;
    font-size: 1.5vw;
    line-height: 1.5;
  }

  .aircon-detail-flex {
    display: flex;
    /* width: 90%; */
    margin: 0 auto;
    /* background-color: rgb(251 250 220); */
    padding: 10px;
    border-radius: 20px;
  }

  .airon-detail-top {
    font-size: 2vw;
    color: #fff;
    font-weight: bold;
    background-color: #2735a1;
    padding: 10px;
    line-height: 1.2;
  }

  .aircon-detail-text {
    font-size: 2vw;
    line-height: 1.2;
  }

  .aircon-rx-setsuden {
    font-size: 2vw;
    background: linear-gradient(transparent 60%, #f6c 60%);
  }

  .aircon-left {
    width: 40%;
    display: block;
    align-content: center;
  }

  .aircon-left img {
    display: block;
    align-content: center;
  }

  .aircon-right {
    width: 60%;
    padding: 10px;
    color: black;
  }

  .aircon-width{
    width: 50%;
    margin: 10px auto;
  }

  .aircon-price-flex {
    display: flex;
    width: 98%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom:50px;
  }

  .aircon-price-special {
    width: 60%;
    font-size: 2.5vw;
    color: black;
    text-align:left;
    margin: 0 auto;
    padding: 10px;
    margin-top:50px;
  }

  .tatami-num {
    color: white;
    background-color: #1d9d40;
    font-size: 2.5vw;
    padding: 5px;
  }

  .aircon-price-kaikae {
    width: 25%;
    margin: 0px 5px;
    display:block;
    align-content: center;
  }

  .aircon-price-chokikaikae {
    width: 30%;
    display:block;
    align-content:center;
  }

  .aircon-kaikae-lbl {
    background-color: red;
    color: white;
    padding: 5px;
    font-size: 1.5vw;
  }

  .aircon-kaiake-nebiki-lbl {
    background-color: #0099cc;
    color: white;
    font-size: 2vw;
    line-height: 1.2;
    padding: 5px;
    font-weight: bold;
  }

  .aircon-kaiake-nebiki-big {
    font-size: 3vw;
  }

  .aircon-choki-kaiake-nebiki-lbl {
    background-color: yellow;
    color: black;
    font-size: 2vw;
    line-height: 1.2;
    padding: 5px;
    font-weight: bold;
  }

  .aircon-kome {
    font-size: 1.5vw;
  }

  .aircon-chuushaku {
    font-size: 1.5vw;
    line-height: 1.3;
  }

  .gv-naibuclean-flex {
    display: flex;
  }

  .naibu-clean-left {
    width: 40%;
  }

  .naibu-clean-right {
    width: 40%;
  }

  .naibu-clean-center {
    width: 20%;
    text-align: center;
    display: block;
    align-items: center;
    align-content: center;
  }

  .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #00b0f0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    margin: 0 auto;
    display: block;
  }

  .naibu-clean-sub {
    font-size: 1.5vw;
  }

  .naibu-clean-top {
    background-color: #a5a5a5;
    color: white;
    font-size: 1.3vw;
    text-align: center;
    padding: 5px;
  }

  .naibu-clean-cool-top {
    color: #1f92b9;
    text-align: center;
    font-size: 1.5vw;
    padding-bottom: 5px;
  }

  .naibu-clean-hot-top {
    color: #ea5922;
    text-align: center;
    font-size: 1.5vw;
    padding-bottom: 5px;
  }


  /* 開閉start */

  .rx-txt-hide,
  .cx-txt-hide,
  .gv-txt-hide {
    display: none;
  }

  .aircon-detail-buttom {
    font-size: 2vw;
  }

  .aircon-detail-buttom a {
    background: #73d9b8;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    /* max-width: 280px; */
    width: 50%;
    padding: 10px 25px;
    color: white;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    cursor: pointer;
  }

  .aircon-detail-buttom a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  .aircon-detail-buttom a:hover {
    background: #0b855c;
    color: #FFF;
  }

  .aircon-detail-buttom a:hover:after {
    right: 1.4rem;
  }

/* エアコン簡単見積start */

/* .aircon-mitsumori-area
{
  background-color: white;
  width: 90%
} */

.aircon-mitsumori-top-lbl
{
  font-size: 2.5vw;
  text-align: center;
  color: black;
  line-height: 1.2;
}

.aircon-mitsumori-top
{
  /* width: 80%; */
  margin: 0 auto;
  background-color: navy;
  color: white;
  font-size: 4vw;
  text-align: center;
  /* border-radius: 50px; */
    padding: 20px;
}

.aircon-mitsumori-irai-houhou
{
  text-align: center;
  background-color: #111;
  color: white;
  width: 90%;
  margin: 0 auto;
  font-size: 2.5vw;
  padding: 10px;
}

.aircon-mitsumori-irai-inner
{
  background-color: white;
  margin: 10px;
  color: black;
  padding: 10px;
  text-align: left;
  line-height:1.5;
}

.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #e224b0;
  line-height: 1;
  position: relative;
  width: 10px;
  height: 40px;
  background: currentColor;
}

.dli-arrow-down::before {
  content: '';
  width: 30px;
  height: 30px;
  border: 10px solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.2em;
  box-sizing: border-box;
}


.aircon-mistumori-sub
{
  font-size: 2.5vw;
  background-color:#e8f6ff;
  padding:5px;
}

.aircon-mistumori-sub-text
{
  font-size: 2vw;
}

.mitsumori-free
{
  background-color: red;
  color:white;
  padding: 20px;
  border-radius: 50px;

}

.aircon-fuyo
{
  background-color: white;
  border: yellow 3px solid;
  font-size:2vw;
  color: navy;
  padding: 5px;
}

.mitsumori-line-flex
{
  display:flex;
  width: 80%;
  margin: 0 auto;
}

.mitsumori-line-left
{
  width: 80%;
  display:block;
  align-content: center;
  text-align: center;
}

.mitsumori-line-right
{
  text-align: center;
  width: 20%;
  display:block;
  align-content: center;
  font-size: 1.5vw;
}

.line-flex
{
  display:flex;
}

.line{
  color:#1d9d40;
  font-weight: bold;
}

.line-left
{

}


/*ボタンstart*/

a.btn-flat-mitsumori {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat-mitsumori span {
  position: relative;
  color:white;
}

a.btn-flat-mitsumori:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
}

a.btn-flat-mitsumori:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/*ボタンend*/

/*ボタンstart*/

a.btn-flat-linei {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat-linei span {
  position: relative;
  color:white;
}

a.btn-flat-linei:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #2fed42;
}

a.btn-flat-linei:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/*ボタンend*/

.line img{
  width: 50px;

}

.line-flex{
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.line-left{
  width: 80%;
}

.line-right{
  width: 20%
}

.line-left-top{
  color: #23943e;
  font-size: 2.5vw;
}

.line-buton{
  background-color: #23943e;
  color:white;
  /* padding: 5px; */
}

/* エアコン簡単見積end */

.aircon-text
{
  margin-top: 20px;
  font-size: 1.5vw;
}

.aircon-last
{
  width: 50%;
  margin-top: -30px;
}

.aircon-price-back
{
  background-color: #fff5f4;
  padding: 10px;
}

.aircon-recommend
{
  background-image: linear-gradient(90deg, #c71bb0, #eb6100);
  color: white;
  font-size: 3vw;
  padding:20px;
  margin: 0 auto;
  margin-bottom:20px;
  /* border-radius: 50px; */
  text-align: center;
  /* width: 50%; */
  font-weight: bold;
}
.fs-14px{
  font-size: 14px;
}

.mtop-20{
  margin-top:20px;
}

}