@charset "UTF-8";
body {
    font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#cartArea:before {
    content: '↓オーダーはこちらから↓';
    display: block;
    background: #88C11A;
    color: #fff;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}

#cartArea {
    overflow: hidden;
    margin-top: 50px;
}
#cartArea a,
#cartArea a:link,
#cartArea a:visited {
    color: #666;
}
#cartArea a:hover {}
.order-title {
    font-weight: 700;
    margin: 0 0 20px;
    padding: 5px 5px 13px;
    font-size: 1.9rem;
    border-bottom: 1px solid #bbb;
}
.order-s-title {
    font-weight: 700;
    margin: 0 0 10px;
    padding: 5px;
    font-size: 1.4rem;
}
.order-detail-note {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 1.4rem;
    margin-bottom: 20px;
    /* border: 1px solid #ccc; */
    padding: 10px;
    background: #eee;
}
.order-detail {
    line-height: 1.8;
    position: relative;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding: 0 0 10px;
}
.order-detail p {
    margin-top: 0;
}
.order-detail:empty {
  display: none;
}
.cagoBox,
.sectionBox {
    margin-bottom: 20px;
}
.highlightBox {
    border: 1px solid #88C11A;
    padding: 15px 10px;
    text-align: center;
}
.orderName,
.blindName {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 10px 0 1px;
}

div.orderItemPrice p {
    text-align: center;
    margin: 0;
    padding: 0;
}

div.orderItemPrice .disp-price,
div.orderItemPrice .total {
    margin-right: 6px;
    font-size: 24px;
    font-weight: bold;
    color: #c00;
}
ul.itemID {
  zoom: 1;
}
ul.itemID:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/*正方形リスト*/
ul.itemID li {
    display: block;
    float: left;
    /* width: 16.66666%; */
    margin-left: 0;
    margin-bottom: 12px;
    text-align: center;
    vertical-align: top;
}
/*並列2つ*/
#typeHiraki {
    position: relative;
   margin: 0 -10px;
}
#typeHiraki li {
    display: block;
    width: 50%;
    padding: 0 10px;
    float: left;
    margin-bottom: 12px;
    text-align: center;
    vertical-align: top;
}
/*サイズ*/
#selectReadymade,
#blindSize,
#curtainSize{
    border: 1px solid #88C11A;
    padding: 15px 10px;
    margin-bottom: 21px;
    /**/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.6rem;
    align-items: baseline;
}
#selectReadymade dd,
#blindSize dd,
#blindSize02 dd,
#curtainSize dd {
    margin-left: 5px;
    margin-right: 20px;
    margin-bottom: 0;
}
.unselected {
    border: 4px solid #f5f5f5;
}
.selected {
    border: 4px solid #88C11A;
}
.disp-kisei-ngsize-item-error {
    font-size: 0.9em;
    color: #c00;
}
input.size,
input.wh {
    width: 60px;
    padding: 3px 6px;
    border: 1px solid #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
table.price-table {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.3rem;
    margin: 10px 0;
}
table.price-table caption {
    text-align: left;
    font-weight: bold;
}
table.price-table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
}
table.price-table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

@media (min-width: 992px) {/*幅768px以上で適用されるスタイル*/
    #cartSide {
        float: left;
        width: 770px;
    }
    #cartAreaInner {
        float: right;
        width: 270px;
    }
    #confSidewrap,
    #confSide {
        width: 270px;
    }

    #confSide  div.orderItemPrice {
        margin-bottom: 12px;
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 10px;
    /*  border-top: none;
        border-bottom: 1px dotted #666;*/
    }

    #confSide .blindTypeImg {
            height: 360px;
    }
    .blindList {
        line-height: 1.1;
    }
    .orderItem dl,
    .blindList dl {
        display: block;
        margin-right: 10px;
        padding: 1px 0;
    }
    .blindList div {
        font-size: 0.8em;
        padding: 3px 0;
    }
    .orderItem dt,
    .blindList dt {
        display: inline-block;
        font-size: 0.8em;
    }
    .orderItem dd,
    .blindList dd {
        display: inline-block;
        font-size: 0.8em;
    }
}
@media (max-width: 991px) {/*幅767px以下で適用されるスタイル*/
    #page-top {
        display: none;
    }
    #cartSide {
        margin-bottom: 100px;
    }
    #confSidewrap {
        bottom: 0;
        left: 0;
        border-top: 2px solid #88C11A;
        background: #fff;
        padding: 10px 15px ;
        width: 100vw;
        z-index: 1;
    }
    #confSidewrap.sp-fix {
        position: fixed;
    }

    #confSidewrap.sp-fix.unfixed {
        position: relative;
    }

    #confSide .blindTypeImg {
        height: 190px;
        width: 150px;
        margin: 0;
    }
    .orderItem {
        margin-bottom: 10px;
    }
    .blindList {
        line-height: 1.2
    }
    .orderItem dl,
    .blindList dl,
    .blindList div {
        display: inline-block;
        font-size: 1.1rem;
    }
    .orderItem dt,
    .blindList dt {
        display: inline-block;
    }
    .orderItem dd,
    .blindList dd {
        display: inline-block;
    }
}
/*------blind001-------*/
.orderSizeBox .orderWidth,
.orderSizeBox .orderHeight,
.orderSizeBox .orderWidth,
.orderSizeBox .orderHeight {
    display: inline-block;
}
/*------ウッドブラインド-------*/

/*#blindSize dt,
#blindSize dd,*/

#blindSize02,
#blindCount,
#balance  {
    border: 1px solid #88C11A;
    padding: 15px 10px;
}
#blindSize02 dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.6rem;
    align-items: baseline;
    padding: 5px;
}


.blindTypeImg {
/*    background-size: 90%;
    background-position: 10px 0;*/
}
.disp-blind-color h3 {
    background: #88C11A;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    font-size: 1.3rem;
    /* border-left: 6px solid #66e; */
}
#confSideIn h3,
#confSideIn h4 {
    background: #ccc;
    font-size: 0.8rem;
    padding: 8px;
    margin: 0;
    /*margin-bottom: 10px;*/
}


.blindList dd:before {
    content: ":";
    padding-right: 5px;
}

.window_kisei_uchi_i {
    background-size: auto 100%;
}
ul.itemID li p,
ul.itemID li span,
ul.blindType li p,
ul.blindType li span,
ul.blindcode li p {
    font-size: 1.3rem;
    letter-spacing: -1px;
}
.error:empty {
  display: none;
}
ul.itemID li p,
ul.itemID li span {
    height: 30px;
}
.shade001 .orderItemPrice:after,
.shade001 .orderName:after,
.shade001 .blindName:after {
    content: '*この商品は送料がかかります';
}

@media (min-width: 992px) {/*幅768px以上で適用されるスタイル*/

    .disp-blind-color {
        border: 3px solid #88C11A;
        margin-bottom: 10px;
    }
    div.orderItemPrice {
        margin-bottom: 12px;
        border: 1px solid #ccc;
        padding: 8px 10px;
        margin-top: 10px;
        line-height: 1.1;
    }
    .orderItemPrice:after {
        content: '送料無料';
        display: block;
        /* background: #DE5D50; */
        color: #DE5D50;
        padding: 3px 10px;
        font-size: 1.4rem;
        text-align: center;
        font-weight: 700;
    }
    ul.itemID li {
        width: 16.66666%;
    }
    .curtain_025 ul.itemID li {
        height: 222px;
    }
    ul.blindcode li {
        width: 33%;
    }
    .disp-blind-size {
        display: none;
    }
    .disp-blind.open-box .open-box-btn,
    .order-box.open-box .open-box-btn {
        display: none;
    }
    .disp-blind.open-box .open-box-content,
    .order-box.open-box .open-box-content {
        display: block;
    }
}
@media (max-width: 991px) {/*幅767px以下で適用されるスタイル*/
    #blindSize02 dl,
    #blindSize {
        font-size: 1.2rem;
    }
    .blindList h4 {
        display: none;
    }
    .orderName:after,
    .blindName:after {
        content: '送料無料';
        /* background: #DE5D50; */
        color: #DE5D50;
        padding: 3px 10px;
        font-size: 1.4rem;
        text-align: center;
        font-weight: 700;
    }
    .orderItemPrice {
        width: 48%;
        float: left;
    }
    #detail_cart_box__button_area,
    #confSidewrap .cagoBox,
    #confSide div.cagoBox {
        width: 43%!important;
        float: right;
        margin-bottom: 10px;
    }
    .disp-blind-color {
		bottom: 92px!important;
        width: 138px;
        float: left;
        margin-right: 10px;
    }
    .disp-blind-color h3 {
        display: none;
    }
    div.blindList {
        padding: 0 0 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
	}
	.sp-fix div.blindList,
	.sp-fix div.blindName {
		display: none;
	}
	.sp-fix.unfixed div.blindList,
	.sp-fix.unfixed div.blindName {
		display: block;
	}
    #cartSide {
        margin-bottom: 210px;
    }
    #cartSide.unfixed  {
        margin-bottom: 0px;
    }
    #confSidewrap.unfixed  {
        padding: 0px 0px;
        width: 100%;
    }
    ul.itemID li {
        width: 25%;
    }
    ul.blindcode li {
        width: 33%;
    }
    .disp-blind.open-box,
    .order-box.open-box {
        position: inherit;
    }
    .disp-blind.open-box .open-box-btn,
    .order-box.open-box .open-box-btn  {
        cursor: pointer;
        background: #88C11A;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 10px;
        top: -30px;
        height: 30px;
        padding: 0 10px;
        line-height: 30px;
    }
    .disp-blind.open-box .open-box-content,
    .order-box.open-box .open-box-content  {
      display: none;
      zoom: 1;
      margin: 0 -15px;
      position: relative;
      border: 2px solid #88C11A;
      border-width: 0 2px 2px 2px;
      padding: 5px 10px;
    }
    .disp-blind.open-box .open-box-content:after,
    .order-box.open-box .open-box-content:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0.1px;
      font-size: 0.1em;
      line-height: 0;
      clear: both;
    }

    #confSide .blindTypeImg p {
        display: none;
    }
    .disp-blind-size {
        float: left;
        padding-top: 10px;
    }
    .disp-blind-size p {
        margin:0;
        line-height: 1.6;
        display: inline;
    }
    div.cagoBox div.contents input.size {
            width: 50px;
    }

}

/*------カーテン-------*/
.curtain_025 .itemPhoto {
    margin-top: 12px;
}
.curtain020 .itemPhoto,
.curtain025 .itemPhoto,
.curtain_025 .itemPhoto {
    position: relative;
    margin: 0 -10px;
    zoom: 1;
}
.curtain020 .itemPhoto:after,
.curtain025 .itemPhoto:after,
.curtain_025 .itemPhoto:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.curtain020 .itemPhoto li,
.curtain025 .itemPhoto li,
.curtain_025 .itemPhoto li {
    display: block;
    width: 50%;
    padding: 0 10px;
    float: left;
    margin-bottom: 12px;
    text-align: center;
    vertical-align: top;
}
.curtain020 .itemPhoto *,
.curtain025 .itemPhoto *,
.curtain_025 .itemPhoto * {
    margin: 0;
    font-size: 10px;
}
/*サイズ*/
#confSide .typeHirakiImg {
    position: static;
    width: 270px;
    height: 210px;
    margin: auto auto 12px auto;
    background: url(../curtain/4p_pc/image/hiraki.png) no-repeat;
}
#confSide .imgRyoubiraki {
    background: url(../curtain/4p_pc/image/hirakiryou.png) no-repeat;
}
#confSide .imgKatabiraki {
    background: url(../curtain/4p_pc/image/hirakikata.png) no-repeat;
}
#confSide .typeHirakiImg p.sizewidthRail {
    position: relative;
    top: 22px;
    left: 130px;
}
#confSide .typeHirakiImg p.sizewidthCurtain {
    position: relative;
    top: 18px;
    left: 90px;
}
#confSide .typeHirakiImg p.sizeheightCurtain {
    position: relative;
    top: 90px;
    left: 6px;
}
@media (min-width: 992px) {/*幅768px以上で適用されるスタイル*/
    .curtain_025 #confSideIn h3 {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {/*幅767px以下で適用されるスタイル*/
    #confSide .typeHirakiImg {
        float: left;
    }
    .curtain020 #confSideIn h3,
    .curtain025 #confSideIn h3 {
            margin: 0 0 10px;
    }
    .curtain020 .itemPhoto,
    .curtain025 .itemPhoto {
            width: 85px;
            float: right;
    }
    .curtain020 .itemPhoto li,
    .curtain025 .itemPhoto li {
        width: 100%;
    }
}