/*----------------------------------------
	base
----------------------------------------*/
body {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
  }
  a {
    color: #37952F;
    transition: color 0.3s;
  }
  a:hover {
    color: #70cc33;
    text-decoration: none;
  }
  

.container{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	background-color: white;

}

.admin_bg{
	background : url(../images/admin_bg.png);
	background-repeat :repeat;
}

main{
    width: 96%;

    margin-left: 2%;
    margin-right: 2%;
}

.img-responsed{
    max-width: 100%;
    height: auto;
}
.input-section{
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-top: #333 1px dashed;
}

.input-section_fowrd{
	float:right;
	width: 45%;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.input-section_back{
	float: left;
	width: 45%;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}


.inputBox input[type="tel"]{
    -webkit-appearance: none;
    appearance: none;
    width: 80%;
    max-width: 200px;
    padding: 10px 20px 8px 7px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1) inset;
    font-size: 18px;
}

select{
    display: inline-block;
    width: 35%;
    max-width: 200px;
    padding: 10px 6px 8px 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.select-label{
    display: block;
}

label{
    color: darkred;
    font-weight: bold;
    display: block;

}
.spanlabel{
    display: inline;

}

.btns{
    text-align: center;
}

.btn{
    -webkit-appearance: none;
    appearance: none;
    width: 200px;
    margin: 0;
    padding: 15px;
    border: 0;
    border-radius: 10px;
    background: #3d98b4;
    color: #fff;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity .3s;
}

.btnBgRed{
    background:#BE1700;
}

.btn:hover{
    opacity:0.7;
}

.btn02{
    position: relative;
}


.btn02::after{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #fff;
    transform: rotate(45deg);
}

.btnback{
    -webkit-appearance: none;
    appearance: none;
    width: 240px;
    margin: 0;
    padding: 15px;
    border: 0;
    border-radius: 10px;
    background: #eac373;
    color: #fff;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity .3s;
}

.btnback:hover{
    opacity:0.7;
}
.btnback02{
    position: relative;
}

.btnback02::after{
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #fff;
    transform: rotate(-135deg);
}
.btnback02 a{
text-decoration: none;
}

.btnback02 a{
    text-decoration: none;
    color:#fff;
    }

.input-memo{
    font-size:0.8rem;
}

.button{
	padding-left: 15px;
	padding-right: 15px;
}

footer{
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
    background-color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
}


.alert{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin:0;
    margin-bottom: 5px;
    padding: 15px;
    border: 0;
    border-radius: 10px;
    background: red;
    color: #fff;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity .3s;
    font-weight:border ;

}

.red-txt{
    color: red;
    font-weight: bold;
}

/*----------------------------------------
    new_signup
----------------------------------------*/


.new-signupTbl{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.new-signupTbl th,
.new-signupTbl td{
    padding: 15px 7px 15px 7px;
    border: 1px solid #ccc;
}

.new-signupTbl th{
    background: #f7f7f7;
}

.inputBox input[type="text"]{
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 20px 8px 7px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1) inset;
    font-size: 18px;
}

.login-text{
    width: 80%;
    max-width: 200px;
}

.new-signup-select{
    width: 20%;
    max-width: 200px;
}

.new-signup-textLong{
    width: 100%;
}
.new-signup-textShort{
    width: 100px;
}

/*必須ラベル*/
.require {
    display: inline-block;
    margin-left: 10px;
    padding: 0 10px;
    background: #37952F;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
  }

/* order_log*/
.ly_orderlog{
	width: 800px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
  	border: solid 2px dimgray;
}
.orderlog_title{
	background-color: dimgray;
	color: white;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.orderlog_contents{
	font-size:1.2rem;
	padding:16px;
	line-height:2.45rem;
}

.orderlog_waku{
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style:solid;
	border-width:2px;
}
.waku-color-blue{
	border-color:cadetblue;
}
.waku-color-orange{
	border-color:darkorange;
}

.orderlog_waku0-chiharu{
	width: 800px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-left: 5%;
	padding-right:5%;
	border-style:solid;
	border-width:5px;
}


.waku-color-chiharu{
	border-color:chocolate;
}

.orderlog_form_title{
	color: white;
	font-weight:bold;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}
.bg-color-blue{
	background-color:cadetblue;
}
.bg-color-orange{
	background-color:darkorange;
}
.orderlog_form_content{
	margin: 10px;
	text-align: center;
}

.orderlog_submit{
	color: black;
	margin: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: lightgray;
 	border-radius: 7%;
}
.orderlog_submit:hover{
  background-color: silver;
}

/* order */
.verify_rem4{
    font-size: 3.5rem;
}
.verify_rem2{
    font-size: 2rem;
}
.verify_red-txt{
    color: #BE1700;
    font-weight: bolder;
}	
	
	



/* mobile */
@media screen and (max-width:767px){
    .new-signupTbl tr,
    .new-signupTbl th,
    .new-signupTbl td{
        display: block;
        margin-top: -1px;
        text-align: left;
    }

    .new-signupTbl td{
        padding-left: 15px;
    }
	
/* order_log*/
.ly_orderlog{
	width: 96%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5%;
  	border: solid 2px dimgray;
}
.orderlog_title{
	background-color: dimgray;
	color: white;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.orderlog_contents{
	font-size:1.2rem;
	padding:16px;
	line-height:2.45rem;
}

.orderlog_Tbl{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
	margin-bottom: 10px;
}
.orderlog_Tbl th {
  background: #f7f7f7;
  border: solid 1px #ccc;
  padding: 10px;
}
.orderlog_Tbl td {
  border: solid 1px #ccc;
  padding: 10px;
}

	
	
}
/*----------------------------------------
	モバイルココマデ
----------------------------------------*/	
/*----------------------------------------
    order
----------------------------------------*/
	.order-title{
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: #333 1px dashed;
		font-weight: bold;
		color: darkred;

	}
	.tableWrapper{
		width: 100%;
		padding-bottom: 10px;
		overflow-x:auto;
	}

	.orderTbl{
		width: 100%;
		table-layout: auto;
		border-collapse: collapse;
		font-size: 10pt;
	}

	.orderTbl th,
	.orderTbl td{
		padding: 15px;
		border: 1px solid #ccc;
	}

	.orderTbl th{
		background: #f7f7f7;
	}
	.member-info{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.quant-select{
		width: 50px;
	}

	.modoLink{
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: #333 1px dashed;
	}



	
	
.btnback{
	margin-left: auto;
	margin-right: auto;
	}
	
	.input-section_fowrd{
		width: 100%;
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 20px;
		border-top: #333 1px dashed;
	}
	.input-section_back{
		width: 100%;
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 20px;
		border-top: #333 1px dashed;
	}
	

	/*----------------------------------------
		order_log
	----------------------------------------*/

	.orderlog_Tbl th,td{

		
		
	}


/* 管理者モード */
.adminbanner{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #F00;
    line-height: 1.4;
    text-align: center;
    font-size: 2rem;
    color: white;
}

.bikouTXT{
	width: 300px;
	font-size: 14pt;
	padding: 3px;
	border: solid 1px gray;
	

}

.idinfochkbox{
	width: 20px;
	
}
