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

.comInner2{
    padding: 0 0 30px;
}

/*タオル紹介*/
.towel-mainv-block::after{
    content: "";
    display: block;
    clear: both;
}
.towel-mainv-block .towel-img{
    float: left;
    width: 340px;
}
table.towel-size{
    width: 100%;
    border: 2px solid #898989;
    margin-top: 8px; 
}
table.towel-size th{
    width: 106px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
    background: #898989;
    padding: 5px 0;
}
table.towel-size td{
    color: #898989;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
    padding: 5px 0;
}
.towel-text-block{
    float: right;
    width: 398px;
    padding-bottom: 44px;
    position: relative;
}
.towel-text-block .towel-text-box{
    background-color: #fff89e;
    border-radius: 20px;
    padding: 16px 22px 22px;
    position: relative;
}
.towel-text-block .towel-text-box::after{
    position: absolute;
    content: '';
    right: 128px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 5px 0 20px;
    border-color: #fff89e transparent transparent transparent;
}
.towel-text-block .towel-text-box .towel-text-ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px dashed #000;
}
.towel-text-block .towel-text-box .towel-text-ttl span{
    font-size: 15px;
}
.towel-text-block .towel-text-box .towel-text-ttl span.red{
    color: #C30D23;
    font-size: 25px;
}
.towel-text-block .towel-text-box >.text{
    margin-top: 8px;
    font-size: 14px;
}
.towel-text-block .towel-text-box >.text span.fw{
    font-weight: bold;
}
.towel-text-block .towel-text-box >.text span.mr{
    display: inline-block;
    margin-right: 46px;
}
.towel-text-block .sommelier-img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.towel-text-block .sommelier-name{
    position: absolute;
    bottom: 0;
    right: 126px;
    font-size: 12px;
}


/*プリント 一覧表*/
.print-block{
    margin-top: 50px;
}
.print-block .print-ttl{
    color: #3fb574;
    font-size: 34px;
    text-align: center;
}
.print-block .print-ttl span{
    font-weight: bold;
}
.print-block >.text{
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.2px;
}

.print-tbl{
    width: 100%;
    margin-top: 5px;
    border-collapse:separate;
}
.print-tbl th{
    width: 94px;
    text-align: center;
    letter-spacing: 0;
    padding: 4px 0;
    position: relative;
}
.print-tbl th div{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
    background: #B5B5B6;
}
.print-tbl th div.red_bg{
    background: #E60012;
}
.print-tbl th div p{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.print-tbl th div.red_bg p{
    background: url("../img/original/product/arrow-right_white.png") no-repeat;
    background-position: right center;
    padding-right: 25px;
}
.print-tbl th div p span{
    font-size: 12px;
}
.print-tbl td{
    width: 162px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.2px;
    border-top: 1px solid #000;
    border-right: 2px solid #000;
}
.print-tbl td a{
    display: block;
}

.print-tbl td.va-top{
    vertical-align: top
}
.print-tbl td.print-name{
    color: #fff;
    border-top: 2px solid #000;
}
.print-tbl td.print-name.fuchi-print{
    background-color: #00B9EF;
}
.print-tbl td.print-name.ganryou-print{
    background-color: #66B950;
}
.print-tbl td.print-name.senryou-print{
    background-color: #E85298;
}
.print-tbl td.print-name.color-print{
    background-color: #F6A81A;

}
.print-tbl td.print-left_b{
    border-left: 2px solid #000;
}
.print-tbl td.size-l{
    border-top: 1px dashed #000;
}

.print-tbl td.print-bottom{
    border-bottom: 2px solid #000;
}
.print-tbl td.print-name .catch{
    font-size: 14px;
    font-weight: bold;
}
.print-tbl td.print-name .name{
    font-size: 34px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #222;
    line-height: 1;
    margin-top: 5px;
}
.print-tbl td.print-name .name.full{
    transform: scale(0.8, 1);
    width: 125%;
    transform-origin: top left;
}
.print-tbl td.print-name .print-p{
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #222;
}
.print-tbl td.print-name a.go_page{
    display: block;
    margin-top: 5px;
}
.print-tbl td.print-name a.go_entry{
    display: block;
    margin-top: 10px;
}
.print-tbl td.blue{
    background-color: #dff2fc;
}
.print-tbl td.green{
    background-color: #e2eec4;
}
.print-tbl td.green-no{
    background-color: #f9fcf3;
}
.print-tbl td.pink{
    background-color: #fbe6ef;
}
.print-tbl td.orange{
    background-color: #fef1d4;
}
.print-tbl td.gray{
    background-color: #dcdddd;
}
.print-tbl td.yellow{
    background-color: #fff57f;
}
.print-tbl td.entry-yellow{
    background-color: #fff89e;
}

.print-tbl td .fs11{
    font-size: 11px;
}
.print-tbl td .fs11_5{
    font-size: 11.5px;
    text-align: left;
}
.print-tbl td .fs12{
    font-size: 12px;
}
.print-tbl td .fs13{
    font-size: 13px;
}
.print-tbl td .fs14{
    font-size: 14px;
}
.print-tbl td .fs15{
    font-size: 15px;
    line-height: 1.2;
}
.print-tbl td .fs17b{
    font-size: 17px;
    font-weight: bold;
}
.print-tbl td .fs18b{
    font-size: 18px;
    font-weight: bold;
}
.print-tbl td .fs23b{
    font-size: 23px;
    font-weight: bold;
}
.print-tbl td .fs29b{
    font-size: 29px;
    font-weight: bold;
}
.print-tbl td .fs40b{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.print-tbl td .fw{
    font-weight: bold;
}
.print-tbl td .red{
    color: #E60012;
    font-weight: bold;
}
.print-tbl td .f_f{
    font-family: Arial;
}
.print-tbl td .p5505{
    padding: 5px 5px 0;
}
.print-tbl td .mt10{
    margin-top: 10px;
}

.print-tbl td div.towel-ng-p1{
    width: 138px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/original/product/towel-img1-1.png") no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 0 auto 5px;
}
.print-tbl td div.towel-ok-p1{
    width: 138px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/original/product/towel-img1-2.png") no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 0 auto 5px;
}
.print-tbl td div.towel-ng-p2{
    width: 137px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/original/product/towel-img2-1.png") no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 0 auto 5px;
}
.print-tbl td div.towel-ok-p2{
    width: 137px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/original/product/towel-img2-2.png") no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 0 auto 5px;
}
.print-tbl td div.towel-ng-p3{
    width: 103px;
    height: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/original/product/towel-img3-1.png") no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 0 auto 5px;
}
.print-tbl td div.towel-ok-p3{
    width: 103px;
    height: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/original/product/towel-img3-2.png") no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 0 auto 5px;
}
.print-tbl td div.towel-ng-p4{
    width: 118px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/original/product/towel-img4-1.png") no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 0 auto 5px;
}
.print-tbl td div.towel-ok-p4{
    width: 118px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/original/product/towel-img4-2.png") no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 0 auto 5px;
}
.print-tbl td div.towel-ng-p1 p , .print-tbl td div.towel-ok-p1 p ,.print-tbl td div.towel-ng-p2 p , .print-tbl td div.towel-ok-p2 p ,.print-tbl td div.towel-ng-p3 p , .print-tbl td div.towel-ok-p3 p ,.print-tbl td div.towel-ng-p4 p , .print-tbl td div.towel-ok-p4 p{
    color: #fff;
    line-height: 1.2;
}


/*オリジナルタオルリスト*/

.original-box{
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
}

.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 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;
}

/*共通部分*/
.tyumon-icon{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.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 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 dt .price-con{
    font-weight: bold;
    line-height: 1;
}
.price-box.original-price dt .price-con{
    color: #C30D23;
}
.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%;
}
.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/original/product/button01_bg.png") no-repeat;
    padding-top: 5px;
}
.btn-list .btn01 a span{
    display: inline-block;
    line-height: 1;
    background: url("../img/original/product/arrow-maru01.png") no-repeat;
    background-position: right center;
    padding-right: 15px;
    margin: auto;
}