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


#campaign_banner_original{
    padding: 10px;
    background-color: #F7E1C7;
}
#colorbox_campaign_original img{
    width: 730px;
}

#campaign_banner_naire{
    padding: 10px;
    background-color: #d3e6f6;
}
#colorbox_campaign_naire img{
    width: 730px;
}

#towel-block{
    margin-bottom: 15px;
}
.tab-towel{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tab-towel li{
    opacity: 0.5;
    cursor:pointer;
}
.tab-towel li.select{
    opacity: 1;
}
.tab-box{
    display: block;
}
.tab-box.active{
    display: block;
}


.original-box{
    line-height: 1.2;
    border-top: 3px solid #DE1C25;
}
.original-box .catch-text{
    color: #de1c25;
    font-size: 15.3px;
    font-weight: bold;
    padding: 10px;
    background-color: #F7E1C7;
}
/*オリジナルタオルリスト*/
.original-list{
    border-bottom: 2px dashed #c9caca;
    padding-bottom: 15px;
    margin-top: 15px;
}
.original-list::after{
    content: "";
    display: block;
    clear: both;
}
.original-list >li{
    float: left;
    width: 240px;
    margin-right: 15px;
}
.original-list li:last-child{
    margin-right: 0;
}

.original-list li .towel-img{
    border: 2px solid #C30D23;
    width: 236px;
    text-align: center;
    position: relative;
}
.original-list li .towel-img img{
    width: 236px;
    height: auto;
}
.original-list li .towel-img p{
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
}
.original-list li h2.name{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 10px;
}
/*
.original-list li p.name{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 10px;
}
*/
.original-list li p.name span{
    font-size: 20px;
}
.original-list li >p.text{
    font-size: 13px;
    letter-spacing: 0.2px;
}

/*名入れタブ*/
.naire-box{
    line-height: 1.2;
    border-top: 3px solid #1889C3;
}
.naire-box .catch-text{
    color: #004098;
    font-size: 15.3px;
    font-weight: bold;
    padding: 10px;
    background-color: #d3e6f6;
}
.naire-box .tab-naire-block .tab-naire{
    display: flex;
    justify-content: space-between;
}
.naire-box .tab-naire-block .tab-naire li{
    cursor:pointer
}
.naire-box .tab-naire-block .tab-naire .tab-naire1{
    width: 254px;
    height: 72px;
    box-sizing: border-box;
    background: url("../img/product/index/tab-naire-1.png") no-repeat;
    padding-left: 15px;
}
.naire-box .tab-naire-block .tab-naire .tab-naire1.select{
    background: url("../img/product/index/tab-naire-1-on.png") no-repeat;
}
.naire-box .tab-naire-block .tab-naire .tab-naire2{
    width:241px;
    height: 72px;
    background: url("../img/product/index/tab-naire-2.png") no-repeat;
}
.naire-box .tab-naire-block .tab-naire .tab-naire2.select{
    background: url("../img/product/index/tab-naire-2-on.png") no-repeat;
}
.naire-box .tab-naire-block .tab-naire .tab-naire3{
    width:255px;
    height: 72px;
    box-sizing: border-box;
    background: url("../img/product/index/tab-naire-3.png") no-repeat;
    padding-right: 15px;
}
.naire-box .tab-naire-block .tab-naire .tab-naire3.select{
    background: url("../img/product/index/tab-naire-3-on.png") no-repeat;
}
.naire-box .tab-naire-block .tab-naire .tab-naire0{
    width:255px;
    height: 72px;
    box-sizing: border-box;
    background: url("../img/product/index/tab-naire-no-tab.png") no-repeat;
    padding-right: 15px;
}
.naire-box .tab-naire-block .tab-naire .tab-naire0.select{
    background: url("../img/product/index/tab-naire-no-tab.png") no-repeat;
}

.naire-box .tab-naire .tab-naire1 p,.naire-box .tab-naire .tab-naire2 p,.naire-box .tab-naire .tab-naire3 p{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}
.naire-box .tab-naire .tab-naire1 p span,.naire-box .tab-naire .tab-naire2 p span,.naire-box .tab-naire .tab-naire3 p span{
    font-size: 13px;
    font-weight: normal;
}
.naire-box .tab-naire .tab-naire1 p{
    letter-spacing: 4px;
}

.naire-box .tab-naire .tab-naire1 p span{
    letter-spacing: normal;
}
.naire-box .tab-naire .tab-naire2 p{
    transform: scale(0.9, 1)
}
.naire-box .tab-naire .tab-naire2 p span{
    transform: scale(1.1, 1)
}
.naire-box .tab-naire .tab-naire3 p span.furigana{
    font-size: 16px;
    font-weight: bold;
}
.naire-box .tab-naire .tab-naire1.select p,.naire-box .tab-naire .tab-naire2.select p,.naire-box .tab-naire .tab-naire3.select p{
    color: #ffff3a;
}


/*名入れリスト*/
.naire-list-block .naire-list-con{
    display: none;
    border-top: 5px solid #004098;
}
.naire-list-block .naire-list-con.active{
    display: block;
}
.naire-list{
    border-bottom: 2px dashed #c9caca;
    padding-bottom: 15px;
    margin-top: 15px;
}
.naire-list::after{
    content: "";
    display: block;
    clear: both;
}
.naire-list >li{
    float: left;
    width: 240px;
    margin-right: 15px;
}
@media screen and ( max-width: 768px){
.naire-list >li{
        float: left;
    width: 48%;
    margin-right: 3px;
    margin-left: 3px;

}
.naire-list li .towel-img img {
    width: auto !important;
    height: auto;
}
.naire-list li .towel-img {
    width: auto !important;
}
.kijiatu-list {
    width: 182px;
}
}
.naire-list li:last-child{
    margin-right: 0;
}

.naire-list li .towel-img{
    border: 2px solid #004098;
    width: 236px;
    text-align: center;
    position: relative;
}
.naire-list li .towel-img img{
    width: 236px;
    height: auto;
}
.naire-list li .towel-img p{
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
}
.naire-list li .towel-img p.shop-only{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    background-color: #004098;
}
.naire-list li p.catch{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0.3px;
}
.naire-list li p.name{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.naire-list li p.name22s{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -2.0px;
}
.naire-list li p.scale06{
    transform: scale(0.6, 1);
    transform-origin: top left;
    width: 166%;
}
.naire-list li p.scale07{
    transform: scale(0.7, 1);
    transform-origin: top left;
    width: 143%;
}
.naire-list li p.scale08{
    transform: scale(0.8, 1);
    transform-origin: top left;
    width: 125%;
}
.naire-list li p.scale09{
    transform: scale(0.9, 1);
    transform-origin: top left;
    width: 111%;
}
.naire-list li >p.text{
    font-size: 13px;
    letter-spacing: 0.2px;
}

/*共通部分*/
.tyumon-icon{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.kijiatu-list{
    display: flex;
    border: 1px solid #000;
    border-bottom-width: 2px;
    border-radius: 5px 0 0 5px;
    margin-top: 10px;
}
.kijiatu-list li{
    flex-grow: 1;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    border-right: 1px solid #000;
    background-color: #ddd;
}
.kijiatu-list li:last-child{
    border-right: none;
}
.kijiatu-list li.ttl{
    min-width: 40px;
    max-width: 40px;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
}
.kijiatu-list li.blue{
    background-color: #d3edfb;
}
.price-box{
    margin-top: 10px;
}
.price-box::after{
    content: "";
    display: block;
    clear: both;
}
.price-box.original-price dt{
    float: right;
    width: 53%;
    text-align: right;
    letter-spacing: 0;
}
.price-box.naire-price dt{
    float: right;
    width: 49%;
    text-align: right;
    letter-spacing: 0;
}
.price-box dt .text{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
}
.price-box.original-price dt .text{
    color: #C30D23;
}
.price-box.original-price dt .text span{
    font-size: 8px;
}
.price-box.naire-price dt .text{
    color: #004098;
}
.price-box.naire-price dt .text span{
    font-size: 8px;
}
.price-box dt .price-con{
    font-weight: bold;
    line-height: 1;
}
.price-box.original-price dt .price-con{
    color: #C30D23;
}
.price-box.naire-price dt .price-con{
    color: #004098;
}
.price-box dt .price-con .atmark{
    display: inline-block;
    width: 22px;
    font-size: 27px;
    transform: scale(0.7, 1)
}
.price-box dt .price-con .price{
    display: inline-block;
    font-family: Arial;
    font-size: 46px;
    letter-spacing: 0;
    font-style:oblique;
    transform: scale(1.1, 1)
}
.price-box dt .price-con .price.price07{
    transform: scale(0.7, 1);
    width: 60%;
    margin-left: -10%;
    margin-right: 10%;
}

.price-box dt .price-con .yen{
    display: inline-block;
    font-size: 24px;
    text-align: center;
    margin-left: 8px;
}
.price-box.original-price dt .price-con .yen{
    margin-left: 4px;
}
.price-box dt .price-con .yen .tax{
    font-size: 10px;
}
.price-box dd{
    float: left;
    color: #898989;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0;
}
.price-box.original-price dd{
    width: 46%;
}
.price-box.naire-price dd{
    width: 49%;
}

.btn-list{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.btn-list li{
    height: 64px;
}
.btn-list .btn01{
    height: 29px;
}
.btn-list .btn01 a{
    display: block;
    width: 240px;
    height: 29px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url("../img/product/index/button01_bg.png") no-repeat;
    padding-top: 5px;
}
.btn-list .btn01 a span{
    display: inline-block;
    line-height: 1;
    background: url("../img/product/index/arrow-maru01.png") no-repeat;
    background-position: right center;
    padding-right: 15px;
    margin: auto;
}
.btn-list .btn02{
    height: 64px;
}
.btn-list .btn02 a{
    display: block;
    width: 83px;
    height: 64px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url("../img/product/index/button02_bg.png") no-repeat;
    padding-top: 15px;
}
.btn-list .btn02 a span{
    display: inline-block;
    line-height: 1;
    background: url("../img/product/index/arrow-maru01.png") no-repeat;
    background-position: right center;
    padding-right: 15px;
    margin: auto;
}
.btn-list .btn03{
    height: 64px;
}
.btn-list .btn03 a{
    display: block;
    width: 151px;
    height: 64px;
    color: #fff;
    font-size: 19.5px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background: url("../img/product/index/button03_bg.png") no-repeat;
    padding-top: 15px;
}
.btn-list .btn03 a span{
    display: inline-block;
    font-size: 11.5px;
    line-height: 1;
    background: url("../img/product/index/arrow-maru02.png") no-repeat;
    background-position: right center;
    padding-right: 15px;
    margin: auto;
}