@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------

	cool-towel/冷感タオル

-----------------------------------------------------------------*/

:root {
    --theme-color: #24b0f5;
}

/**/
.h-type1,
.h-type3 {
    border-color: var(--theme-color);
}

/**/
.h-type4 {
    margin-bottom: 2rem;
}
.h-type4:after {
    background: var(--theme-color);
}

/**/
.h-type6:after {
    border-color: transparent var(--theme-color) transparent transparent;
}


/*---------------------------------
  main-img
----------------------------------*/
.main-img {
    margin-bottom: 6rem;
}

.main-img dt {
    margin-bottom: 1rem;
}

@media screen and ( max-width: 810px ){

}

@media screen and (max-width: 480px) {

}


/*---------------------------------
  about-cont
----------------------------------*/
.about-cont {
    margin-bottom: 10rem;
}

.about-cont > .h-type5 {
    font-size: 3.4rem;
}
.h-type5 > span {
    color: var(--theme-color);
}

.about-cont .about-inner {
    border-radius: 15px;
    background: url("../../../_images/feature/cool-towel/about-img.webp") no-repeat;
    background-position: left;
    background-size: auto 100%;
    margin-bottom: 4rem;
}

.about-cont .about-inner p {
    background: linear-gradient(to left,rgb(255, 255, 255) 45%,rgba(255,255,255,0) 55%);
    padding: 4rem 5rem;
    text-align: right;
}

.about-cont .about-inner p img {
    max-width: 100%;
    width: auto;
}

@media screen and ( max-width: 810px ){
    
}

@media screen and (max-width: 480px) {
    .about-cont {
        margin-bottom: 5rem;
    }
    
    .about-cont > .h-type5 {
        font-size: 2.4rem;
    }
    
    .about-cont .about-inner {
        background-position: bottom;
        background-size: 100% auto;
    }

    .about-cont .about-inner p {
        background: linear-gradient(to bottom,rgb(255, 255, 255) 45%,rgba(255,255,255,0) 55%);
        padding: 1rem 8% 50%;
        text-align: center;
    }
}


/**/
.about-cont dl {
    background: #e4f6ff;
    border-radius: 2rem;
    padding: 6rem 5rem 5rem;
    box-sizing: border-box;
}

.about-cont dl .h-type5 > span {
    color: #3061c4;
}

.about-cont dl img {
    display: block;
    margin: 0 auto 2rem;
}

@media screen and ( min-width: 811px ){
    .about-cont dl .h-type5 {
        font-size: 2.5rem;
    }
}

@media screen and ( max-width: 810px ){
    .about-cont dl {
        border-radius: 0;
    }
}

@media screen and (max-width: 480px) {
    .about-cont dl {
        padding: 3rem;   
    }
}


/*---------------------------------
  flow-cont
----------------------------------*/

.flow-cont {
    margin-bottom: 8rem;
}

.flow-cont .scroll + p {
    margin-top: 3rem;
}

@media screen and (max-width: 480px) {
    .flow-cont .scroll {
        width: calc(100% + 40px);
    }
    
    .flow-cont .scroll img {
        width: 600px;
        padding: 0 20px 15px;
    }
    
    .flow-cont .scroll + p {
        margin-top: 2rem;
    }
}


/*---------------------------------
  data-cont
----------------------------------*/
.data-cont .data-table {
    width: 80%;
    margin: 0 auto 5rem;
}

.data-cont .data-table tr {
    background: #e8e8e8;
    border-radius: 10px;
    display: block;
}

.data-cont .data-table tr:not(:last-child) {
    margin-bottom: 1.2rem;
}

.data-cont .data-table th {
    width: 150px;
    padding: 10px 2rem;
    background: var(--theme-color);
    box-sizing: border-box;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: .16em;
    border-radius: 10px;
    font-weight: bold;
}

.data-cont .data-table td {
    font-size: 1.7rem;
    padding: 10px 2.5rem;
}

.data-cont .data-table td div {
    margin-bottom: 5px;
}

.data-cont .data-table td p {
    margin-top: 1rem;
    font-size: 1.3rem;
    display: inline-block;
}

@media screen and (max-width: 810px) {
    .data-cont .data-table {
        width: 95%;
    }
    
    .data-cont .data-table td p {
        line-height: 1.3;
        margin: 5px 0 0;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .data-cont .data-table {
        width: 93%;
    }
    
    .data-cont .data-table tbody,
    .data-cont .data-table th,
    .data-cont .data-table td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    
    .data-cont .data-table th {
        border-radius: 10px 10px 0 0;
        padding: 7px 2.5rem;
    }
}



/*---------------------------------
  estimate-btn
----------------------------------*/
.estimate-btn {
    margin: 0 auto 9rem;
}

.estimate-btn a {
    width: 80%;
    display: block;
    padding: 2.3rem 45px 2.3rem 2rem;
    background: #ff3f3f;
    border: 3px solid #ff8a8a;
    color: #FFF;
    font-weight: bold;
    font-size: 2.2rem;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.estimate-btn a:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    right: 25px;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.estimate-btn a:hover {
    background: #191919;
    border-color: #CDCDCD;
    opacity: 1;
}

@media screen and (max-width: 480px) {
    .estimate-btn a {
        width: 90%;
        font-size: 2rem;
    }
}



/*---------------------------------
  scene-cont
----------------------------------*/
.scene-cont {
    margin-bottom: 8rem;
}

.scene-cont li {
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
    align-items: center;
}
.scene-cont li:not(:last-child) {
    margin-bottom: 4rem;
}

.scene-cont li .img,
.scene-cont li dl {
    width: 380px;
}

.scene-cont li dt {
    font-weight: bold;
    font-size: 2.3rem;
    color: var(--theme-color);
    border-bottom: 1px solid #191919;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
}
.scene-cont li dt:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent var(--theme-color) transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}


@media screen and (max-width: 810px) {
    .scene-cont li .img,
    .scene-cont li dl {
        width: 48%;
    }
    
    .scene-cont li dt br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .scene-cont li .img,
    .scene-cont li dl {
        width: 100%;
    }
    
    .scene-cont li .img {
        margin-bottom: 2rem;
    }
    
    .scene-cont li dt {
        font-size: 2rem;
    }
}



/*---------------------------------
  other-item
----------------------------------*/
.other-item {
    margin-bottom: 10rem;
}

.other-item .item-name {
    font-weight: bold;
    font-size: 2rem;
    border-bottom: 1px solid #191919;
    padding-bottom: 5px;
    margin-bottom: 2rem;
}


/**/
.other-item .img {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.other-item .img li:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.other-item .img:hover li:last-child {
    opacity: 1;
}

.other-item .text {
    width: 375px;
    display: flex;
	justify-content:center;
	flex-direction: column;
}


@media screen and ( max-width: 810px ){
    .other-item .img {
        width: 45%;
    }
    
    .other-item .text {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .other-item .img,
    .other-item .text {
        width: 100%;
    }
    
    .other-item .img {
        margin-bottom: 2rem;
    }
}


/**/
.other-item .text table {
    font-size: 1.6rem;
    width: 100%;
    letter-spacing: .1em;
    margin-bottom: 3rem;
}

.other-item .text table tr {
    display: block;
}
.other-item .text table tr:not(:last-child) {
    margin-bottom: 1.5rem;
}

.other-item .text table th {
    width: 70px;
    padding-right: 1rem;
    box-sizing: border-box;
    border-right: 1px solid #191919;
}

.other-item .text table td {
    padding-left: 20px;
}


/**/
.other-item .text .print-box dt {
    font-weight: bold;
    color: #FFF;
    font-size: 1.7rem;
    border-radius: 1rem;
    background: #263243;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: .4em;
    padding: 5px;
}

.other-item .text .print-box dd .size {
    width: calc(100% - 185px);
    font-size: 1.7rem;
    padding-top: 2rem;
}

@media screen and ( max-width: 810px ){
    .other-item .text .print-box dd .img {
        width: 40%;
    }

    .other-item .text .print-box dd .size {
        width: 55%;
    }
}

@media screen and (max-width: 480px) {

}


/*---------------------------------
  estimate-cont
----------------------------------*/
#estimate .h-type5:after {
    background: var(--main-color);
}

.list-img {
    row-gap: 3rem;
}

.list-img li {
    width: 185px;
}

@media screen and (max-width: 810px) {
    .list-img li {
        width: 23%;
    }
}

@media screen and (max-width: 480px) {
    .list-img li {
        width: 48%;
    }
}

/*---------------------------------
  ★★
----------------------------------*/


@media screen and ( max-width: 810px ){

}

@media screen and (max-width: 480px) {

}







