@charset "utf-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css); */
body{
    /* font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif; */
    font-family: "メイリオ", "Mairyo", "ヒラギノ角ゴPro", "Verdana", "Arial", "Helvetica", sans-serif;
    font-size:14px;
    color: #3e3f5a;
    /* overflow-y: scroll; */
    margin:4px;
}
header{
    width: 990px;
}
input {
    width: 25px;
}

input[type="range"] {
    width: 140px;
}
input[type="checkbox"] {
    width: 13px;
    margin: 0;
}
input.input-long-size{
    width:180px;
}
input#share-mail-address{
    width:280px;
}
canvas{
    border:none !important;
}
.container{
    width:1016px;
    margin: auto;
}
.left-box, .right-box {
    display: inline-block;
    vertical-align: top;
    /* border: 1px solid red; */
    /* margin-left:80px; */
    background-color:#eee;
    border-radius:5px;
    /* padding:2px; */
    /* font-size:90%; */
    height: 690px;
}
.right-box {
    width:380px;
}
.canvas-box{
    margin:5px;
    width:600px;
}

.furniture-switch-box{
    margin: 10px 0px;
}
.tab-header-box{
    background:#fff;
    display: flex;
    justify-content: space-between;
}
.tab-header {
    /* display:inline-block; */
    vertical-align: top;
    /* width:80px; */
    /* height:40px; */
    /* border: 1px solid #000; */
    color: #3e3f5a;
    cursor: pointer;
    background:#ddd;

    border-radius:10px 10px 0 0 ;
    box-shadow:0 2px 5px #eee;
    padding: 5px 12px 0 1.2em;
    /* padding-left:1em; */
    text-indent: -1.2em;
    font-weight:bold;
    font-size:90%;
}
.tab-header.selected {
    background:#eee;
}

.tab-header:hover {
    /* cursor: pointer; */
    background: #eee;
}
.edit-header{
    color: #3e3f5a;
    font-weight: bold;
    font-size: 120%;
}
.edit-header-button{
    display:inline-block;
    /* float: right; */
    /* color:#fff; */
    font-weight: bold;
    border: 1px solid #3e3f5a;
    padding:5px 10px;
    cursor: pointer;
    /* margin:5px 10px; */
    background:#fff;
}
/* .edit-header-button:hover{
    background:#fff;
} */
.tab-body{
    position: relative;
    padding: 20px 5px 0 5px;
    /* width: 550px; */
    /* height: 600px; */
}
.tab-body-title{
    margin-top: 30px;
    margin-bottom: 20px;
}
#right-box-tab-3{
    overflow: hidden;
}
.edit-note{
    font-size:90%;
}
.material-box{
    border:1px solid #fff;
    height:80px;
    display:flex;
}
.material-box img{
    height:80px;
    width:80px;
    cursor: pointer;
}

.preset-type-box{
    background:#fff;
    margin: 0 30px;
}
.preset-pattern-type-box{
    background:#fff;
    padding: 10px 0;
    margin: 0 20px;
}

.preset-breadcrumb{
    visibility: hidden;
    margin-left:25px;
    margin-bottom:4px;
}
.preset-type{
    width:120px;
    display: inline-block;
    text-align: center;
    margin:10px;
}
.preset-type img{
    width:120px;
    height:120px;
    cursor: pointer;
}
.preset-pattern-type,
.preset-children{
    display: inline-block;
    width:100px;
    height:100px;
    /* border: 1px solid #fff; */
}
.preset-pattern-type img,
.preset-children img{
    width:100px;
    height:100px;
    cursor: pointer;
}

.share-input-box{
    padding:20px;
    border: 2px solid #3e3f5a;
}
input[type=range] {
    -webkit-appearance:none;
    background:#fff;
    height:4px;
    /* width:240px; */
    border-radius:10px;
    outline: none;
  }
  input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none;
    background:#3e3f5a;
    height:15px;
    width:15px;
    border-radius:50%;

  }
  input[type=range]::-ms-tooltip{
    display:none;
  }
  input[type=range]::-moz-range-track{
    height:0;
  }
  input[type=range]::-moz-range-thumb{
    background:#3e3f5a;
    height:15px;
    width:15px;
    border:none;
    border-radius:50%;
  }

.edit-support-button{
    display:inline-block;
    color:#fff;
    font-weight: bold;
    background:#3e3f5a;
    padding:6px 40px;
    margin:5px 10px;
}
.edit-support-button.tight{
    padding:6px 10px;
    margin:5px 10px;
}
.edit-support-button.red{
    color:#fff;
    background:#c03a3e;
    width:250px;
    padding:20px 40px;
}

.edit-support-button:hover {
    /* background: #333; */
    cursor: pointer;
}
.reshuffle-button{
    /* display:inline-block; */
    background:#3e3f5a;
    color:#fff;
    /* font-weight: bold; */
    font-size:70%;
    padding:3px 5px;
    cursor: pointer;
}
.room-type-switch{
    cursor: pointer;
    border-bottom: 1px solid #3e3f5a;
}
.room-button,
.furniture-button
{
    display: inline-block;
    width:100px;
    height:100px;
    vertical-align: top;
    background:#eee;
}
.room-button img,
.furniture-button img
{
    width:100px;
    height:100px;
    cursor: pointer;
}
.display-price-box {
    width:80%;
    /* height:40px; */
    background: #fff;
    padding:15px;
    margin: 10px auto 0 auto;
}
.display-price-box span{
    font-weight: bold;
    font-size:110%;
}
.display-price{
    border-bottom: 2px solid #3e3f5a;
    padding-left:6px;
}

.preset-navi{
    cursor: pointer;
    color:#3e3f5a;
    text-decoration: underline;
}
.footer-navi-box{
    position: relative;
    /* bottom:0px; */
    /* margin: 0 10px; */
}
.footer-navi{
    cursor: pointer;
    color:#fff;
    background:#3e3f5a;
    border-radius: 5px;
    padding:5px 10px;
    font-weight: bold;
    /* vertical-align: middle; */
}
.footer-right{
    position: absolute;
    right: 0;
    /* bottom: 0; */
    margin-right:10px;
}
.footer-left{
    position: absolute;
    left: 0;
    /* bottom: 0; */
    margin-left:10px;
}

.control-input-container{
    width:760px;
    margin-left:-375px;
}
.dodge-control-input-box{
    display: inline-block;
    width: 370px;
}
.normal-control-input-box{
    display: inline-block;
    width: 280px;
}
.control-input-box{
    display: inline-block;
    vertical-align:top;
    /* width:400px; */
    /* height:300px; */
}
.control-input{
    margin:10px;
    font-size:85%;
}
.control-input .input-label{
    display: inline-block;
    width: 3em;
    text-align: right;
}

.random-box{
    position: relative;
    display: inline-block;
    /* height:300px; */
    left: -8px;
}
.size-random-box,
/* .color-random-box, */
.angle-random-box{
    /* display: inline-block; */
    font-size:85%;
    position:absolute;
    width:100px;
}
.size-random-box{
    top:50px;
}
.angle-random-box{
    top:140px;
}
/* .color-random-box{
    top:210px;
} */

.color-picker-box{
    display:inline-block;
    vertical-align: top;
    text-align: center;
    font-size:80%;
}
.furniture {
    z-index: 100;
}


.display-large-cursor{
    display:none;
    border: 1px solid red;
    background-color:rgba(255, 0, 0, .5);
    z-index:999;
}
.block-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color:rgba(99, 99, 99, .5);
    display:none;
    z-index:99998;
}
.load-box{
    z-index:99999;
}
.saved-param-box{
    /* width:380px; */
    background:#fff;
    /* height:100px; */
    /* overflow: hidden; */
    overflow: auto;
    padding:5px;
    /* position: relative; */
}
.saved-param-box p{
    font-size:90%;
}
.saved-param-list{
    max-height:90px;
    width: 95%;
}
.saved-param{
    display: inline-block;
    position: relative;
    width:50px;
}
.saved-thumbs{
    width:50px;
    border: 1px solid #ddd;
}
.param-delete{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    background:#ddd;
    cursor: pointer;
    /* border-radius: 8px;
    width:16px;
    height:16px; */
}
.size-button-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.size-button{
    display:inline-block;
    background: #fff;
    /* color: #aaa; */
    margin:8px 1px;
    padding:3px;
    /* font-weight: bold; */
    /* width:100px; */
    vertical-align: top;
}
.size-button:hover {
    background: #ddd;
    cursor: pointer;
}
/* .size-button img{
    height:80px;
    float: left;
} */
.size-button.selected {
    background: #bbb;
}

.pattern-tooltip{
    width:300px;
    position: absolute;
    background:rgb(255, 255, 255);
    left:634px;
    top:314px;
    border-radius:10px;
    padding:5px;
    z-index:9999;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    /* cursor: move; */
}
.pattern-tooltip div{
    text-align: center;
    margin-top:10px;
}
.pattern-tooltip img{
    width:40px;
    height:40px;
    cursor: pointer;
    padding:5px;
}
.pattern-tooltip-close{
    cursor: pointer;
    margin:5px;
    font-weight:bolder;
    color: #95979c;
    position:absolute;
    top:0px;
    right:5px;
}

.pattern-tooltip-open{
    cursor: pointer;
    display:inline-block;
    border: 2px solid #ccc;
    padding:2px;
    vertical-align:top;
}
.pattern-tooltip-open img{
    pointer-events: none;
    width:40px;
    height:40px;
}
.pattern-tooltip-open .cursor{
    display:inline-block;
    vertical-align: top;
    pointer-events: none;
}

.order-notice{
    border: 2px solid #3e3f5a;
    font-size:130%;
    display:inline-block;
    width:80%;
    padding:30px;
    margin-top:0;
}
.order-notice.red{
    color:#c03a3e;
    border: 2px solid #c03a3e;
}

#furniture-img{
    position:absolute;
    display:none;
    z-index:10;
}
/* .confirm-furniture-box{
    background: #eee;
} */
.confirm-img-box{
    background:#eee;
    padding:10px;
}
.confirm-img-box img{
    width:400px;
    margin: 0 auto;
}
/* これだとトイレマットとかのくりぬきの部分の外、四角部分をボーダーしてしまう */
/* .confirm-furniture-pattern{
    border: 1px solid #3e3f5a;
} */
.display-canvas-width,
.display-canvas-height{
    position: absolute;
    z-index:9999;
    text-align: left;
}
.modal-6{
    max-height: 700px;
    background:#eee;
}
.display-save-key{
    margin-right:30px;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.center{
    text-align:center;
}
.hidden {
    display: none;
}
.cursor-wait{
    cursor:wait !important;
}

.mode-selector{
    text-decoration: underline;
    cursor: pointer;

}
.mode-selector.selected{
    cursor: auto;
    text-decoration: none;
    background: #ddd;
    padding: 4px;
}


/***************************************************************************/
.switch {
	position: relative;
	display: inline-block;;
	vertical-align: top;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #a16690;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.disable-product-layer{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.disable-product-layer p{
    color:#fff;
    font-weight: bold;
    font-size:90%;
}
