@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*�x�X�p*/
/*-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

img, a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

body *{
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "���C���I";
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
    font-weight: 600;
}

a{
	color:#222222;
    text-decoration: none;
}

#aircon .no,
#aircon .smp_none{
    display: none !important;
}



/* ��������ǉ�
================================ */
/*-----------------------------------------------*/
/*�x�[�X*/
/*-----------------------------------------------*/
#aircon{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 1%;
	color:#222;
}

#aircon .sp_none{
    display: none !important;
}

#aircon img{
    width: 100%
}

#aircon a{
    display: block;
    position: relative;
}  


/* #aircon a:hover{
    opacity: 0.9;
    color:#222 !important;
}  */

#aircon h2,#aircon h3,#aircon h4,#aircon h5,#aircon h6,#aircon ul,#aircon ol,#aircon dl,#aircon li,#aircon dt,#aircon dd,#aircon p,#aircon div,#aircon span,#aircon img,#aircon a,#aircon table,#aircon tr,#aircon th,#aircon td{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

.menu-box,
.shop_base .content > .test_list{
    display:none;
}

.menu-box.current,
.menu-box.current .test_list.current{
    display: flex !important;
}

/* .shop_base .content > ul > li a:hover img {
    transform: initial;
} */

.shop_base .tab-container > li.tab span {
    background: #a35230;
    margin: 0 0.5vw;
    padding: 1vw 1.5vw;
    color: #fff;
    font-size: 2vw;
}

/* .shop_base .content > ul > li a:hover {
    opacity: 0.8;
} */

.shop_base .tab-container > li.tab{
    padding: 2vw 0;
}

.shop_base .event div.sub_title {
    font-size: 4vw;
    background-color: #F5E35F;
    color: #3C3C3C;
    text-align: center;
    padding: 0.5vw 0 1vw 0;
    margin: 5vw 0 1vw 0;
    width: 100%;
}

.shop_base .content > ul > li {
    width: calc(95% / 3);
}

/* ==================================================
�Ŕ�
================================================== */
#aircon .title {
    margin: 0 auto;
    }
    
    
/* ==================================================
    �����V���b�v�T�[�r�X
================================================== */
#aircon .service {
    margin: 0 auto;
    padding: 2vw;
    background-color: #fffcf6;
}

#aircon .service_bn {
    width: 100%;
    margin: 10px auto 0;
    }
    
    
/* ==================================================
    �N�[�|��
================================================== */
#aircon .coupon {
    margin: 0 auto;
    padding: 2vw;
    background-color: #fffcf6;
}

#aircon .coupon h2 {
    font-size: 6vw;
    text-align: center;
    /* color: #a35230; �H�~�J���[ */
    color: #2c427e;
    font-weight: bold;
    padding: 3vw 0 0 0;
    /* border-bottom: dotted 3px #a35230; �H�~�J���[ */
    border-bottom: dotted 3px #2c427e;
}

#aircon .coupon ul[class^="col_"] {
    display: flex;
    flex-wrap: wrap;
    padding: 2vw;
    gap: 1.2vw 1.2vw;
}

#aircon .coupon ul.col_2 > li {
    width: calc(calc(100% - 1.2vw) / 2);
}

/* ==================================================
    �i�r�Q�[�V����
================================================== */
#aircon .navi {
    margin:0 auto 2vw auto;
    padding: 2vw;
    background-color: #fffcf6;
}

#aircon .navi ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    /* grid-template-columns: repeat(4, 1fr);
    gap: 1vw; ���[�J�[����I�Ԃ��������ꍇ */
    padding-top: 2vw;
}

#aircon .navi ul li a{
    display: flex;
    padding: 2vw 0 4vw 0;
    /* margin-top: 2vw; */
    color: #fff;
    position: relative;
    font-size: 3vw;
    /* font-size: 2.3vw; ���[�J�[����I�Ԃ��������ꍇ */
    /* background: #a35230; �H�~�J���[ */
    background: #555;
    height: 9vw;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
}

#aircon .navi ul li{
    text-align: center;
    box-sizing: border-box;

}

#aircon .navi ul li:nth-child(2n){margin-right:0;}
#aircon .navi ul li:nth-child(4n){margin-right:0;}

/* #aircon .navi ul li:hover{
    background:#ffffff20;
} */

/* #aircon .navi ul li a:hover{
    color:#fff !important;
} */

#aircon .navi ul li a:after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    bottom: -4%;
    right: 0;
    left: 0;
    color: #fff;
}

/* #aircon .navi ul a:hover:after{
    color:#fff;
    bottom:-5%;
} */


/*�i�r�Q�[�V����2 */
#aircon .nav2 {
    width: 100%;
}

#aircon .nav2 ul {
    width: 910px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    padding-bottom:20px;
}

#aircon .nav2 ul li {
    width: 240px;
}

#aircon .nav2 ul li a {
    position: relative;
    display: block;
    text-align: center;
}

#aircon .nav2 ul li a dl {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#aircon .nav2 ul li a dl dt {
    position: relative;
    order: 2;
    width: 80%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: -1.5em auto 0;
    background-color: #fff;
    padding: 0.75em 0;
    border-radius: 2px;
}

#aircon .nav2 ul li a dl dt::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 8%;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg);
}

#aircon  .nav2 ul li a dl dd img {
    border-radius: 50%;
    border: solid 8px #fff;
}

/* ���t�g�i�r�@*/
#aircon .nav_fixed {
    /*display: none!important;*/
    position: fixed;
    right: 0;
    top: 20vw;
    z-index: 200;
    background-color: #ffffffd6;
}

#aircon  .nav_fixed ul {
    width: 200px;
    display: flex;
    flex-direction: column;
}

#aircon  .nav_fixed ul li {
    border-top: dotted 1px #ccc;   
}

#aircon  .nav_fixed ul li:last-child {
    border-bottom: dotted 1px #ccc;   
}

#aircon  .nav_fixed ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 25px 0;
    transition: all 0.2s;
}

#aircon  .nav_fixed ul li a img {
    display: none;
}

/* #aircon  .nav_fixed ul li a:hover p {
    color: #7292c1;
} */


/*-----------------------------------------------*/
/* �X�}�z�p�i�r */
/*-----------------------------------------------*/
#aircon .smpnavi { position: relative; }
#aircon #g-nav {
    position:fixed;
    z-index: 999;
    top:0;
    right: -60%;
    width: 54%;
    height: 100vh;
    background-color: #ffffffe8;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#aircon #g-nav.panelactive {
    right: 0;
}

#aircon #g-nav ul {
    position: relative;
    width: auto;
    padding: 10px;
    /*position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
}

#aircon #g-nav li{
    text-align: center;
    border-bottom: 1px dashed #b8ced6;
}

#aircon #g-nav li.osusume{
    text-align: center;
    border-top: 1px dashed #b8ced6;
    background-color: #fff7d48f;
}

#aircon #g-nav li a {
    color: #222;
    display: flex;
    font-size: 3.5vw;
    box-sizing: border-box;
    text-decoration: none;
    padding: 3vw 1vw;
    position: relative;
    height: 15vw;
    justify-content: center;
    align-items: center;
}

#aircon #g-nav li a h4 {
    /*font-size: 18px;*/
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5em;
}

/* �{�^���̂��߂�CSS */
#aircon .openbtn1{
    position: fixed;
    z-index: 9999;/*�{�^�����őO�ʂ�*/
    bottom: 16vw;
    right: 3vw;
    cursor: pointer;
    width: 60px;
    height: 60px;
    /* background-color: #a3523094; */
    background-color: #2c427e94;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 

#aircon .openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 17.5px;
    border-radius: 2px;
    background-color: #fff;
    width: 25px;
    height: 3px;
}

#aircon .openbtn1 span:nth-of-type(1) { top: calc(50% - 8px); }
#aircon .openbtn1 span:nth-of-type(2) { top: calc(50% - 1.5px); }
#aircon .openbtn1 span:nth-of-type(3) { top: calc(50% + 5.5px); }
#aircon .openbtn1.active span:nth-of-type(1) { top: calc(50% - 1.5px); transform: rotate(-45deg); }
#aircon .openbtn1.active span:nth-of-type(2) { opacity: 0; }
#aircon .openbtn1.active span:nth-of-type(3){ top: calc(50% - 1.5px); transform: rotate(45deg); }


/*-----------------------------------------------*/
/*���i�v��*/
/*-----------------------------------------------*/

#aircon div.prices span {
    font-size: 3.5vw;
    color: #464646;
    letter-spacing: 0.01em;
    font-family: Century Gothic, sans-serif;

}

#aircon .price-tax-txt{/*�ō��폜*/
    display: none;
}


/*1�J����*/
#aircon ul.col_1 li dl>div dd.price {
    display: block;
    /* margin-left: 20px; */
}

#aircon .prices>.prdisp-taxin span.value {
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    font-size: 4.5vw;
}


#aircon ul.col_1 li.price {
    /*1�J����*/
    font-size: 5vw;
}

#aircon ul.col_2 dd.size .price, #aircon ul.col_3 dd.size .price {
    /*3�J����*/
    margin: 0 auto;
}

.shop_base .menu-container > .menu-box.current {
    border: 0px;
}

.shop_base .menu-box {
    margin: 0 auto 0vw;
    padding: 2vw 2vw 2vw;
}


/******** �T�C�Y�E���i �{�^�� *********/
#aircon ul dl dd.size, #aircon .test_list dl dd.size {
    width: 100%;
    margin: 4px 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 1vw;
    position: relative;
}

#aircon ul dl dd.size a, #aircon .test_list dl dd.size a {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

#aircon .col_1 dl dd.size a, #aircon .col_2 dl dd.size a, #aircon .test_list dl dd.size a {
    /*1�J����*/
    display: block;
    position: relative;
    padding: 0.5vw 1vw;
}

#aircon .col_1 dl dd.size, #aircon .test_list dl dd.size {
    /*1�J����*/
    margin: 0;
    width: calc((100% - 4%)/ 3);
    border-bottom: none;
}

#aircon .col_2 dl dd.size, #aircon .test_list dl dd.size {
    /*1�J����*/
    margin: 0;
    width: calc((100% - 4%)/ 2);
    border-bottom: none;
}

/******** �T�C�Y�� ********/
#aircon ul dl dd.size p {
    color: #fff;
    font-size: 3vw;
    /* background: #c98244; �H�~�J���[ */
    background: #4c66b4;
    /* margin-bottom: 5px; */
    border-radius: 3px;
    padding: 0.5vw 0;
}

#aircon ul dl dd.size p.kouji {
    /* background: #cb1d15; �H�~�J���[�@*/
    background: #be3a47;
}

#aircon .col_2 dl dd.size p, #aircon .col_3 dl dd.size p, #aircon .test_list dl dd.size p {
    /*2�E3�J����*/
    width: 20vw;
    margin-bottom: 0 !important;
    letter-spacing: 0;
}

#aircon .col_3 dl dd.size p.size_p,  #aircon .test_list dl dd.size p.size_p {
    /*2�E3�J���� �J�^�J�^����*/
    font-size: 2.8vw;
    padding: 2vw 0;
}

#aircon .col_2 dl dd.size p span, #aircon .col_3 dl dd.size p span, #aircon .test_list dl dd.size p span {
    /*2�E3�J����*/
    font-size: 2.5vw;
}

/******** ��� *********/
#aircon ul dl dd.size::after {
    position: absolute;
    bottom: 4vw;
    right: 3vw;
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-right: solid 2px #9b9b9b;
    border-bottom: solid 2px #9b9b9b;
    transform: rotate(-45deg);
}

#aircon ul dl dd.size.kouji::after {
    position: absolute;
    bottom: 3vw;
    right: 3vw;
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-right: solid 2px #9b9b9b;
    border-bottom: solid 2px #9b9b9b;
    transform: rotate(-45deg);
}

/******** flex ********/
#aircon .col_1 li dl>div, #aircon .col_2 li dl>div, #aircon .col_3 li dl>div, 
#aircon .test_list li dl>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}


/*===========================
    �t�B���^�[�@�\
===========================*/
/*�{�^��*/
#aircon .filter_btn{
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-top: 1vw; */
    padding: 2vw;
}

#aircon .filter_btn li{        
    text-align: center;
    padding: 3vw 3vw;
    margin: 3vw 0 0 0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 7vw;
    font-size: 3.5vw;
    color: gray;
    background-color: #eee;
    border: 1px solid #dcdcdc;
    transition: all .2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #aircon .filter_btn li:hover{
    border: 1px solid #a35230;
    background-color: #fff;
    color: #a35230;
} */

#aircon #filterBtnList2.filter_btn li{
    width: calc(97%/2);
    padding: 1vw 0;
    line-height: 4.5vw;
}

#aircon .filter_btn li.current{
    background: #a35230;
    border: 1px solid #a35230;
    color: #fff;
}


/*===================================
    ��������I��
===================================*/
#aircon .jyosu{
    padding-bottom: 5%;
}

#aircon .jyosu h1{
    font-size: 5vw;
    font-weight: 900;
    /* color: #a35230; �H�~�J���[ */
    color: #2c427e;
    text-align: center;
    padding-top: 3.5vw;
}

#aircon .jyosu_btn ul{
    display: flex;
    margin: 2vw 0vw;
}

#aircon .jyosu_btn ul li{
    position: relative;
    margin: auto 1vw auto 1vw;
    width: 100%;
    /* background: #c98244; �H�~�J���[ */
    background: #4c66b4;
    text-align: center;
    border-radius: 1vw;
    padding: 2vw 0 2vw 0;
}

#aircon .jyosu_btn ul li:nth-child(2){background-color:rgb(222 133 129);}

#aircon .jyosu_btn ul li a{
    text-align: center;
    font-size: 3vw;
    color:#fff;
}

#aircon #filterBtnList.jyosu_btn li{
    width: calc(94%/8);
}

#aircon #filterBtnList2.jyosu_btn li{
    width: calc(95%/2);
}

#aircon .jyosu li.current{
    /* background: #a35230; �H�~�J���[ */
    background: #555;
    /* border: 1px solid #a35230; */
    color: #fff;
}

#aircon .jyosu_btn ul li a::after {
    font-family: 'Material Icons';
    font-size: 3vw;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    /* bottom:24%; */
    right: 2%;
    color: #fff;
    transition: all 0.3s;
}

#aircon .jyosu .cate {
    width: 95%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.2vw auto;
    border-radius: 50px;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    /* background-color: #a35230; �H�~�J���[ */
    background-color: #2c427e;
    height: 13vw;
}
#aircon .jyosu .cate::after {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    content: "\e5cc";
}

/*===========================
    ���i���e
===========================*/
#aircon .test_list {
    text-align: left;
    margin-top: 3vw;
    padding: 0 2vw;
    flex-wrap: wrap;
    justify-content: space-between;
}

#aircon .test_list > li {
    width: calc(100%/2);
    text-align: center;
    padding: 1vw;
    color: #858585;
    margin: 0 0 2vw 0;
    vertical-align: top;
    box-sizing: border-box;
}

#aircon .test_list .current > li {
    width: calc(100%/2);
    text-align: center;
    padding: 1vw;
    color: #858585;
    margin: 0 0 2vw 0;
    vertical-align: top;
    box-sizing: border-box;
}


/* ==================================================
�T�[�L�����[�^�[
================================================== */

#aircon .circulator{
    background: #fff;
    padding: 1vw 2vw 5vw 2vw;
}

#aircon .circulator h1 {
    font-size: 5vw;
    font-weight: 900;
    color: #a35230;
    text-align: center;
    padding-top: 3.5vw;
}

#aircon .circulator h2 {
    display: block;
    padding: 5vw 0 1.5vw;
    font-size: 3.7vw;
    color: #222;
    /* font-weight: bold; */
    letter-spacing: 1px;
    border-bottom: 1px solid #343434;
    margin-bottom: 2vw;
    /* margin-top: 5vw; */
    line-height: 1;
    text-align: center;
}

/*�X���C�_�[����==========*/
#aircon .circulator .swiper {
    width: 100%;
    margin: 0 auto 0 auto;
    padding-top: 3vw;
}

/* #aircon .circulator .circulatoritem .swiper li {
    border: solid 1px #e0e0e0;
} */

/*���*/
#aircon .circulator .swiper-button-prev,
#aircon .circulator .swiper-button-next{
    top: 40% !important;
}

#aircon .circulator .swiper-button-prev:after,
#aircon .circulator .swiper-button-next:after {
    color: #696969;
    font-size: 4vw;
}

#aircon .circulator .swiper .ranking-icon {
    width: 10vw;
    margin: 0 auto 5% auto;
}

#aircon .circulator .cate {
    width: 95%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.2vw auto;
    border-radius: 50px;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    background-color: #a35230;
    height: 13vw;
}

#aircon .circulator .cate::after {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    content: "\e5cc";
}


/* ==================================================
�|�[�^�u���N�[���[
================================================== */

#aircon .portable_cooler{
    background: #fff;
    padding: 1vw 2vw 5vw 2vw;
}

#aircon .portable_cooler h1 {
    font-size: 5vw;
    font-weight: 900;
    color: #a35230;
    text-align: center;
    padding-top: 3.5vw;
}

#aircon .portable_cooler h2 {
    display: block;
    padding: 5vw 0 1.5vw;
    font-size: 3.7vw;
    color: #222;
    /* font-weight: bold; */
    letter-spacing: 1px;
    border-bottom: 1px solid #343434;
    margin-bottom: 2vw;
    /* margin-top: 5vw; */
    line-height: 1;
    text-align: center;
}

#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] {
    text-align: center;
    margin-bottom: 2%;
    display: flex;
}

/*1�J����*/
#aircon .portable_cooler .portable_cooleritem ul.col_1 > li{
    width: 100%;
    margin: 0;
}

#aircon .portable_cooler .portable_cooleritem ul.col_1 > li a dl{
    display: flex;
    align-items: center;
}
#aircon .portable_cooler .portable_cooleritem ul.col_1 > li a dl dt{
    width: 65%;
}
#aircon .portable_cooler .portable_cooleritem ul.col_1 > li a dl div{
    width: 59%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] > li dd.txt {
    font-size: 2.8vw;
    margin: 2vw 0;
    line-height: 1.3em;
    color: #706a56;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding: 0;
    /* height: 5vw; */
}

/*���w���͂�����*/   
#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] > li dd.bt{
    /* background: #cb1d15; �H�~�J���[�@*/
    background: #be3a47;
    margin: 1vw auto 2vw auto;
    padding: 0.5vw 0 1vw 0;
    border-radius: 50px;
    font-size: 2.5vw;
    position: relative;
    color: #fff;
    transition: all 0.3s;
    width: 90%;
}
#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] > li a:hover dd.bt{
    background: #a19a9a;
    color:#fff;
    box-shadow: none;
    top:0;
} 
#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] > li dd.bt::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:15%;
    right:5%;
    color: #fff;
    transition: all 0.3s;
}
#aircon .portable_cooler .portable_cooleritem ul[class^="col_"] > li a:hover dd.bt::after{
    color:#fff;
    right:3%;
}

#aircon .portable_cooler .cate {
    width: 95%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.2vw auto;
    border-radius: 50px;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    /* background-color: #a35230; �H�~�J���[ */
    background-color: #2c427e;
    height: 13vw;
}

#aircon .portable_cooler .cate::after {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    content: "\e5cc";
}

#aircon .portable_cooler div.prices span {
    font-size: 4.5vw;
    color: #464646;
    letter-spacing: 0.01em;
    font-family: Century Gothic, sans-serif;
}

/*===========================
    ��������_���i
===========================*/ 
#aircon  .price_01 {
    text-align: center;
    margin: 1vw 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: #464646;
    font-size: 3.5vw;
    letter-spacing: 0.01em;
    font-family: Century Gothic, sans-serif;
}

#aircon .price_01::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 16%;
    border-top: solid 1px #676767;
    border-right: solid 1px #676767;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: all 0.3s;
}

/* #aircon  a:hover .price_01::after {
    right: 14%;
} */

#aircon  .price_01 li.price {
    font-size:5vw;
    color: #515358 !important;
}

#aircon li.motoprice,
#aircon li.intax,
#aircon span.spesicalprice {
	display: none;
}


/* ==================================================
���N�ՃG�A�R���ǉ�
================================================== */

#aircon h4{
    font-size:5vw;
    /* padding: 0 0 2vw 0; */
    color: #99884d;
    margin: 0;
    position: relative;
    line-height: 1em;
    text-align: center;
}

#aircon h4 span{
    display: block;
    font-size: 3vw;
    margin-top: -1vw;
}

#aircon h4 .txt_point{
    display: inline-block;
    font-size: 6vw;
    color: #cc0001;
    margin-top: -2vw;
}

#aircon h4 .txt_point span{
    font-size: 7vw;
    display: inline-block;
    font-family: 'Lato';
    margin: 0;
}

/*����*/
#aircon .item_lineup  {
    margin:0 auto 0 auto;
}

/*�������ߗp�w�i*/
#aircon .osusume_bg{
    background:#f8e3df;
    padding:2% 2% 0.1% 2%;
    margin-top:3%;
}

/*���̑��p�w�i*/
#aircon .sonota_bg{
    background:#f2f3d5;
    padding:2% 2% 1% 2%;
    margin-top: 3%;
}

#aircon .item_lineup ul[class^="col_"] {
    text-align: center;
    margin-bottom:2%;
    display: flex;
}

#aircon .item_lineup ul[class^="col_"] > li{
    display: inline-block;
    background: #fff;
    vertical-align: top;
    padding: 0;
}

/*���i��*/
#aircon .item_lineup ul[class^="col_"] > li dd.txt{
    font-size:2.8vw;
    margin:1vw 0;
    line-height: 1.3em;
    color: #706a56;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding: 0;
    /* height: 5vw; */
}

#aircon h5 > .pickup_point{
    display: inline-block;
    font-size: 6vw;
    color: #fffc4c;
    background-color: #ed7483;
    margin: 4px 5px;
    padding: 0 10px 0 15px;
}

/*�A�C�R��*/
#aircon .item_lineup ul[class^="col_"] > li dd.icon ul > li{
    display: flex;
    color: #cc0001;
    font-size: 2.5vw;
    padding: 2px 0;
    margin: 0 auto;
    background: #faffb1;
    border: 1px solid;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.3em;
    width: 88%;
    
}

#aircon .item_lineup ul[class^="col_"] > li dd.icon ul > li span{
    font-size:3vw;
    font-family: 'Lato';
    font-weight: 800;
    line-height: 1em;
}

/* #aircon .item_lineup ul[class^="col_"]  > li:hover{
    opacity: 0.9;
    } */

/*�A�C�R������*/
#aircon .item_lineup ul[class^="col_"] > li .no{
    height:33px;
    
}

/*1�J����*/
#aircon .item_lineup ul.col_1 > li{
    width: 100%;
    margin: 0;
}

#aircon .item_lineup ul.col_1 > li a dl{
    display: flex;
    align-items: center;
}

#aircon .item_lineup ul.col_1 > li a dl dt{
    width: 65%;
}

#aircon .item_lineup ul.col_1 > li a dl div{
    width: 59%;
}

/*2�J����*/
#aircon .item_lineup ul.col_2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:8px;
    padding: 0;
}

/* #aircon .item_lineup ul.col_2 > li{
    display: grid;
    margin: 0 2vw 2vw 0;
} */

#aircon .item_lineup ul.col_2 li:nth-child(2n){
    margin-right:0;
}

/* #aircon .item_lineup ul.col_2 li:nth-child(2n) a{
    opacity: 0.5;
    pointer-events: none;
}

#aircon .item_lineup ul.col_2 li:nth-child(2n)::after{
    content: "�������܂���";
    font-size: 4vw;
    color: #ff2323;
    position: absolute;
    top: 50%;
    left: 23%;
} */

/*�|�C���g*/ 
#aircon .item_lineup ul.col_1 > li .point{
    color: #f00;
    font-size: 3vw;
    font-weight: bold;
}

/*���w���͂�����*/   
#aircon .item_lineup ul[class^="col_"] > li dd.btn{
    background:#e88d7d;
    margin: 1vw auto 0 auto;
    padding: 0.5vw 0 1vw 0;
    border-radius: 50px;
    font-size: 2.5vw;
    position: relative;
    color:#fff;
    /*box-shadow:0px 2px 0 #e4ccccdb;*/
    top: -3px;
    transition: all 0.3s;
    width:90%;
}

/* #aircon .item_lineup ul[class^="col_"] > li a:hover dd.btn{
    background: #a19a9a;
    color:#fff;
}  */

#aircon .item_lineup ul[class^="col_"] > li dd.btn::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:1vw;
    right:1vw;
    color: #fff;
    transition: all 0.3s;
}

/* #aircon .item_lineup ul[class^="col_"] > li a:hover dd.btn::after{
    color:#fff;
    right:0;
} */


/*���i�� �G�A�R���H�����݃A�C�R��*/
#aircon .item_lineup ul[class^="col_"] > li dl dd.price .price_icon {
    display: grid;
    color: #fff;
    font-size: 2.5vw;
    background: #e23d3b;
    padding: 0.5vw 1.2vw;
    margin: 1vw;
    font-weight: 700;
    height: 10vw;
    align-items: center;
    justify-content: center;
}


/*=================================
        �ڋʏ��i
================================-*/

/*�w�i*/
#aircon .zoro{
    background: #ff5114;
    padding: 2vw;
    margin: 0 auto;
}

#aircon .zoro ul[class^="col_"] li{
    padding: 2vw;
}

/*title*/
#aircon h5{
    font-size: 4vw;
    font-weight: 900;
    /* padding: 0 0 2vw 0; */
    color: #e23d3b;
    margin: 10px auto 7px;
    position: relative;
    line-height: 5vw;
    text-align: center;
}

#aircon h5 > span{
    display: block;
    font-size: 3vw;
    margin-top: 1vw;
}

#aircon h5 > .txt_point{
    display: inline-block;
    font-size: 5vw;
    color: #fffc4c;
    margin-top: -2vw;
    line-height: 7vw;
}

#aircon .zoro div.prices span {
    font-size: 3.5vw;
    color: #cc0304;
    letter-spacing: 0.01em;
    font-family: Century Gothic, sans-serif;
}

#aircon h5 > .txt_point span{
    font-size: 7vw;
    display: inline-block;
    font-family: 'Lato';
    margin: 0;
}


/*=================================
    �P�i�E�H����݃{�^�� 
================================-*/

#aircon .item_lineup ul[class^="col_"] > li dd.bt ul{
    display: flex;
    margin: 2vw 1vw;
}
    
#aircon .item_lineup ul[class^="col_"] > li dd.bt ul li{
    position: relative;
    margin: auto 1vw auto 1vw;
    width: 100%;
    /* background: #c98244; �H�~�J���[ */
    background: #4c66b4;
    text-align: center;
    border-radius: 5px;
    padding: 2vw 0 2vw 0;
}
    
#aircon .item_lineup ul[class^="col_"] > li dd.bt ul li:nth-child(2){background-color:rgb(222 133 129);}
    
#aircon .item_lineup ul[class^="col_"] > li dd.bt ul li a{
    text-align: center;
    font-size: 3vw;
    color:#fff;
}
    
/* #aircon .item_lineup ul[class^="col_"] > li a:hover dd.bt{
    background: #000;
    color:#fff;
    box-shadow: none;
    top:0;
}  */
    
#aircon .item_lineup ul[class^="col_"] > li dd.bt ul li a::after {
    font-family: 'Material Icons';
    font-size: 3vw;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    /* bottom:24%; */
    right:5%;
    color: #fff;
    transition: all 0.3s;
    right:0%;
}


/*�A�C�R��*/
#aircon .item_lineup ul[class^="col_"] > li dd.zero_icon ul > li{
    display: inline-block;
    color: #37b4c3;
    font-size: 2.5vw;
    padding: 2%;
    width: auto;
    margin: 0 0 1% 0;
    background: #fffd94;
    border: 1px solid;
    line-height: 1.3em;
}

/*=================================
    �V���[�Y����I��
================================-*/
#aircon .series{
    font-size: 5vw;
    font-weight: 900;
    color: #a35230;
    text-align: center;
    padding-top: 3.5vw;
    /*background-color: #f9f1e3; �H�~�J���[ */
    background-color: #ecf9ff;
}	

#aircon .series h1{
    font-size: 5vw;
    font-weight: 900;
    /* color: #a35230; �H�~�J���[ */
    color: #2c427e;
    text-align: center;
    padding-top: 3.5vw;
}

#aircon .series .navi {
    margin: 0 auto;
    padding: 2vw;
    background-color: #f9f1e3;
}

#aircon .series .navi ul li a{
    display: block;
    padding: 2vw 0 4vw 0;
    margin-top: 2vw;
    color: #a35230;
    position: relative;
    font-size: 3vw;
    background: #fff;
    border: 1px solid #a35230;
    
}

#aircon .series .navi ul li a:after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    bottom: -4%;
    right: 0;
    left: 0;
    color: #a35230;
}

/* #aircon .series .navi ul li a:hover{
    color:#a35230 !important;
} */

#aircon .itawariplus, #aircon .itawari, #aircon .wifi,#aircon .voice, #aircon .flter, #aircon .standard {
    /*background-color: #f9f1e3; �H�~�J���[ */
    background-color: #ecf9ff;
    padding: 0vw 2vw 3vw 2vw;
}

#aircon .series h2 {
    display: block;
    padding: 5vw 0 1.5vw;
    font-size: 3.7vw;
    color: #222;
    /* font-weight: bold; */
    letter-spacing: 1px;
    border-bottom: 1px solid #343434;
    margin-bottom: 2vw;
    /* margin-top: 5vw; */
    line-height: 1;
    text-align: center;
}

/******** �A�C�R�� ********/
#aircon .series ul dl dd.icon {
    margin-bottom: 2vw;
}

#aircon .series ul dl dd.icon ul {
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

#aircon .series ul dl dd.icon ul>li {
    display: inline-block;
    color: #76aec2;
    font-size: 3vw;
    padding: 0 1vw 0.3vw 1vw;
    width: auto;
    margin: 0 0.5vw 1vw 0.5vw;
    background: #fff;
    border: 1px solid;
}

/******** ���i�� ********/
#aircon .series ul li dd.txt {
    font-size: 3.4vw;
    margin: 2vw 0;
    color: #404040;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
    width: 100%;
    height: 9vw;
}

#aircon .series ul li dd.txt.kouji {
    font-size: 3.8vw;
    margin: 0 auto;
    /* color: #cb1d15; �H�~�J���[�@*/
    color: #be3a47;
}

#aircon .series ul li dd.txt.tan {
    font-size: 3.8vw;
    margin: 1vw auto 0;
    /* color: #c98244; �H�~�J���[*/
    color: #4c66b4;
}



/*=================================
    2026.5.7�ǉ�  ���̂����ɒm�肽���d�v�Ȃ��m�点
================================-*/
#aircon .air2027 {
    position: relative;
    /* margin: 0 auto 4% auto; */
}
#aircon .air2027 h2 {
    font-size: 5vw;
    font-weight: 900;
    /* color: #a35230; �H�~�J���[ */
    color: #2c427e;
    text-align: center;
    padding-top: 3.5vw;
}

/* �A�R�[�f�B�I���p */
#aircon #text_btn  {
    display: block;
    position: relative;
    margin: 10px auto;
    width: 60%;
}
#aircon #text_btn .open_btn {
    text-align: center;
    font-size: .8rem;
    color: #222;
    background-color: #fff;
    border: solid 1px #222;
    padding: 2%;
    border-radius: 7px;
    margin: 0 0 1.5rem;
}
#aircon .event_col {
    height: 155px;
    max-width: 100%;
    margin: 3% auto 0;
    position: relative;
    z-index: -1;
}
#aircon .event_col li {
    position: relative;
}
#aircon .event_col li::before {
    position: absolute;
    content: "" ;
    background: linear-gradient(rgba(255,255,255,0) 19%, #fff 30%, #fff 100%);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#aircon .event_col.command_open  {
    height: auto !important;
}
#aircon .event_col.command_open li::before {
    display: none;
}
#aircon .open_btn {
    display: none;
}
#aircon .open_btn.show {
    display: block;
}
@keyframes fadein_anime{
    0% { opacity: 0; }
    100% { opacity: 1; }
}


/*=================================
    2026.5.7�ǉ�  ���[�J�[����I��
================================-*/

#aircon .manufacturer {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 4% auto;
    background-color: #fff;
    padding-bottom: 2%;
}
#aircon .manufacturer h1 {
    font-size: 5vw;
    font-weight: 900;
    color: #2c427e;
    text-align: center;
    padding-top: 3.5vw;
}
#aircon .manufacturer ul {
    position: relative;
    width: 96%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 2% auto 4%;
}
#aircon .manufacturer ul li {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}
#aircon .manufacturer ul li a {
    border: 1px solid #222222;
    border-radius: 5px;
    padding: 7px 1px;
    font-size: 3.2vw;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #222;
}
#aircon .manufacturer ul li a img {
    width: 75%;
    height: auto;
}
#aircon .manufacturer ul li a::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 43%;
    right: 7%;
    border-top: solid 2px #222222;
    border-right: solid 2px #222222;
    transform: rotate(45deg);
    transition: 0.2s;
}


/*=================================
    2026.5.7�ǉ�  �������ߐ�@
================================-*/

#aircon .electric_fan {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
}
#aircon .electric_fan .electric_fanitem {
    margin: 0 auto;
    padding: 1vw 2vw 5vw 2vw;
}

#aircon .electric_fan .electric_fanitem ul[class^="col_"] {
    text-align: center;
    margin-bottom: 2%;
    display: flex;
}
#aircon .electric_fan .electric_fanitem ul.col_1 > li {
    width: 100%;
    margin: 0;
}
#aircon .electric_fan .electric_fanitem ul.col_1 > li a dl {
    display: flex;
    align-items: center;
}
#aircon .electric_fan .electric_fanitem ul.col_1 > li a dl dt {
    width: 65%;
}
#aircon .electric_fan .electric_fanitem ul.col_1 > li a dl div {
    margin: 0 auto;
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: center;
    /* padding: 0 0 17px 0px; */
    flex-direction: column;
}
#aircon .electric_fan .electric_fanitem ul[class^="col_"] > li dd.txt {
    font-size: 2.8vw;
    margin: 2vw 0;
    line-height: 1.3em;
    color: #706a56;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding: 0;
    /* height: 5vw; */
}
#aircon .electric_fan .electric_fanitem ul[class^="col_"] > li dd.bt {
    /* background: #cb1d15; �H�~�J���[�@*/
    background: #be3a47;
    margin: 1vw auto 2vw auto;
    padding: 0.5vw 0 1vw 0;
    border-radius: 50px;
    font-size: 2.5vw;
    position: relative;
    color: #fff;
    transition: all 0.3s;
    width: 90%;
}
#aircon .electric_fan .electric_fanitem ul[class^="col_"] > li dd.bt::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom: 24%;
    right: 5%;
    color: #fff;
    transition: all 0.3s;
}

#aircon .electric_fan .cate {
    width: 95%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.2vw auto;
    border-radius: 50px;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    background-color: #2c427e;
    height: 13vw;
}
#aircon .electric_fan .cate::after {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    content: "\e5cc";
}


/*=================================
    �t�b�^�[
================================-*/

#aircon .footer { 
    font-size: 4vw;
    padding: 0;
    width: 100%;
    padding:10% 0;
    text-align: center;
    color: #263640;
    background-color: #fff;
}
#aircon .footer a {
    color:#263640;
    display: inline-block;
    font-size: 4vw;

}