body,
.main{
	width: 100%;
}
body{
    background-color: transparent;
}
.clearfix:after{
	content:"";
	display: block;
	clear: both;
}
.main{
	-webkit-filter:none;
	height: 100%;
	background-color: #0F88E4;
/*background: linear-gradient(to left, #2980b9 , #2c3e50);  /*W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#error-message-box, #errorMsg{color: #B94A48;}
#ok-message-box{
	width: 100%;
    background-color: #D9EDF7;
    color: #3A87AD;
    margin: 10px 0 20px;
    border: 1px solid #BCE8F1;
    padding: 30px;
}
#ok-message-box #errorMsg{color: red;}
#warningMsg{color: #B94A48;font-weight: bold;margin-top: 22px;}

body.view-info,
.view-info .main{
	background:#f1f1f1;

}
.view-info .main:before{
	display: none;
}
.main:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
}

h4.warning{
	color: red;
}

.login .contents-wrapper,
.setpassword .contents-wrapper{
	    width: 90%;
	max-width: 350px;
	position:relative;
	top:0;
	left:0;
	margin: 20px auto;
}

.login-wrapper{
	    text-align: center;
    padding: 50px 10px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    box-shadow: 0px 1px 15px #444;
}
/*
.setpassword .login-wrapper{
	background:#fff;
	box-shadow: 0px 1px 3px #444;
}*/

.logo img{
	width: 300px;
	margin:0 auto;
	display:block;

}
.logo h2{
	    margin-top: 8px;

}
.login-wrapper .form-inline{
	text-align: center;
	    margin: 20px 0 5px;
}
.login-wrapper .form-inline .form-group{
	width:90%;
	    margin: 0 auto 15px;
}
.login-wrapper .form-inline .input-group{
	width:100%;

}
.login-wrapper input[type=email],
.login-wrapper input[type=text],
.login-wrapper .input-group-addon{
	border:none;

}
.login-wrapper input[type=checkbox]{
	margin-right:10px;
}
.login-wrapper .c-input.c-checkbox{
	display: block;
    text-align: left;
    width: 85%;
    margin: 0 auto 20px;

}
.login-wrapper .input-group-addon{
	    background: #2695bf;
    color: #fff;
}

.login-wrapper button{
	    display: block;
    margin: 0 auto;
        width: 90%;
        background:#2695bf;
        border:none;
}
.password-note{
	margin: 10px 0 0;
    text-align: left;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #4caf50;
    background: rgba(76,175,80,0.2);
    border-radius: 10px;
}
.firsttime{
	background-color: #fff;
    padding: 10px;
    border: 2px solid #2980b9;
    margin-bottom: 20px;
    display: block;
    width: 90%;
    margin: 0 auto 20px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 13px;
}
.firsttime:hover{
	text-decoration: none;
}

header{
	position: fixed;
	top: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 1px #bbb;
}
.header-logo{
	display: inline-block;
}
.header-logo img{
	max-width:300px;

}
.nav-header{
	position: relative;
}
.logout{
	position: absolute;
    top: 50%;
    right:0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.logout a{
	    padding: 10px 20px;
    background: #2695bf;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    width: 120px;
    text-align: center;
}
.logout a i{
	margin-left: -10px;
    margin-right: 10px;
}
.view-info .contents-wrapper{
	    width: 95%;
    max-width:100%;
    position:relative;
    /* max-width: 350px; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
        margin: 100px auto;
}
.contents-block{
	border: 1px solid #c9c9c9;
    border-radius: 10px;
    background: #fff;
    padding:20px;
    margin:30px 0;
}
.list-info{
	padding-left:30px;
	width: 70%;
    float: left;
    margin: 30px 0;
}

.appointment-btn{
display: inline-block;
    margin-top: 10px;
}

.appointment-info{
    float: right;
    width: 70%;
    margin: 10px 10px;
}
.appointment-info h4{
	text-indent: -0.45em;
}
.contents-info h4{
	text-indent: -0.40em;
}
.confirm-btn-wrapper{
	display:inline-flex;
}
.waiver-btn-wrapper{
	display:inline-flex;
	float: right;
	margin-top: 50px;
}

.waiver-info{
	float: left;
    margin: 10px 10px;
    word-break: break-all;
}

.appointment-details{
    display: inline-flex;
    width: 100%;
}

.point-desc-group{
    width: 30%;
}

.point-desc{
	border: 1px solid #eee;
    width: 270px;
    float: left;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.point-desc h3{
	margin-top:0;
}
.point-desc h3 i{
	margin-right:10px;
}
.customer-info dl{
	margin:20px 0;
}
.customer-info dt{
	border-right: 2px solid #eee;
    width: 215px;
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
}
.customer-info dd{
	display: inline-block;
	font-size: 20px;
	    color: #999;
}
.btn-wrapper{
	display: inline-block;
    margin-left: 30px;
    margin-bottom: 10px;
}
.btn-wrapper a{
	width: 200px;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.btn-wrapper i{
	margin-left: -10px;
    margin-right: 10px;
}

.btn-wrapper.search{
	width: 200px;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.logout a,
.btn-wrapper.edit a,
.btn-wrapper.change a,
.btn-wrapper.reset a,
.btn-wrapper.appointment a,
.btn-wrapper.appointment.disabled a{
    text-decoration: none;
}

.btn-wrapper.edit a{
    background: #4caf50;
}
.btn-wrapper.change a{
	background: #2695bf;
}

.btn-wrapper.reset a{
	background: #FFC400;
}

.btn-wrapper.appointment a{
	text-align: center;
	background: #ffffff;
	color:#4caf50;
	border:3px solid #4caf50;
	font-weight: bold;
}

.btn-wrapper.appointment.disabled a{
	text-align: center;
	background: #dcdcdc;
	color:#4caf50;
	border:1px solid #4caf50;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

button.green.disabled{
	color:#4caf50;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	width: 200x;
	border-radius:20px;
	background:#dcdcdc;
	margin-left: -10px;
    margin-right: 10px;
	cursor: default;
	pointer-events: none;
}

button.green{
	color:#fff;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	width: 200px;
	border-radius:20px;
	background:#4caf50;
	margin-left: -10px;
    margin-right: 10px;
	cursor: pointer;
}

button.modifyAppointmentBtn{
	color:#fff;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	width: 200px;
	border-radius:20px;
	background:#4caf50;
	margin-left: -10px;
    margin-right: 10px;
	cursor: pointer;
}

button.cancelAppointmentBtn{
	color:#fff;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	width: 200px;
	border-radius:20px;
	background:#333;
	margin-left: -10px;
        margin-right: 10px;
	cursor: pointer;
}

button.grey, button:disabled{
	color:#fff;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	width: 200px;
	border-radius:20px;
	background:#B4B4B8;
	margin-left: -10px;
        margin-right: 10px;
    cursor: none;
}

button.disabledAppointmentBtn{
	color:#dcdcdc;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	width: 200px;
	border-radius:20px;
	background:#dcdcdc;
	margin-left: -10px;
        margin-right: 10px;
	cursor: pointer;
}


button.white {
	color:#4caf50;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	width: 200px;
	border-radius:20px;
	background:#fff;
	margin-left: -10px;
    margin-right: 10px;
	cursor: pointer;
}

button.searchBtn{
	color:#fff;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	width: 200px;
	border-radius:20px;
	background:#4caf50;
	margin-left: -10px;
    margin-right: 10px;
	cursor: pointer;
}

button.selectdata {
	color:#000000;
	padding:10px;
	display: inline-block;
	text-align: left;
	width: 1000px;
	border-radius:5px;
	background:#f5f5f5;
	margin-left: 10px;
    margin-right: 10px;
	cursor: pointer;
	font-family: 'Lucida Console', 'monospace', 'Courier';
}

.downloadBtn{
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	width: 130px;
	border-radius:20px;
	background:#2695bf;
	color:#fff;
}
.downloadBtn i{
	margin-left: -10px;
    margin-right: 10px;
}
.sub-title{
	    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
}

.view-info .modal.in .modal-dialog{
     -webkit-transform: translate(0, 100px);
     transform: translate(0, 100px);
}
.modal-table-wrapper{
	    padding: 10px;
}

.modal-header{
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #2695bf;
}
.modal-header .close{
	color:#fff;
	opacity:1;
}
.btn-blue{
	background: #2695bf;
	color:#fff;
}
.modal-title i{
	margin-right: 10px;
}

.btn-search{
		text-align: center;
}

.search-practor{
    	float: left;
    	width:200px;
    	margin: 5px;
}
.search-datetime{
		float: left;
    	width:200px;
		margin: 5px;
}

.search-location{
		float: left;
    	width:200px;
		margin: 5px;
}
.search-session{
		float: left;
    	width:200px;
    	margin: 5px;
}

.btn-confirm-page{
	padding: 10px;
}

.btn-waiver-page{
	padding: 10px;
	text-align:center;
}

.agree-btn-wrapper{
	text-align:right;
	padding: 10px;
}
.action-confirm_reservation button.white{
	border: 3px solid #4caf50;
	font-weight: bold;
}
.action-confirm_reservation button.white .fa {
	font-weight: bold;
}

.forgot-pw {
	margin:8px 0 8px 0;
}

.back-2-website {
	margin:32px 0 0 0;
}
.waiver-info .note-title{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.waiver-info .note-p{
	font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.waiver-info .note-p span{
    color: red;
}
.appointment-row .modify-cancel-button{
    width: 450px;
}
.button-group button.green, .button-group button.grey {
    margin-left: 0;
}
.pagenation-left li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}
.pagenation-left li.active {
    font-weight: bold;
}
.green-header {
    background-color: rgba(76,175,80,0.2);
}
/* 2列目Dateのみ横幅指定*/
.treatment-history-table tr td:nth-child(2) {
    width: 100px;
}
@media screen and (max-width:1024px){
    .appointment-details{
        display: inline-block;
    }

	.list-info,
	.appointment-info,
	.point-desc-group,
	.point-desc{
		width:100%;
		float:none;
	}
	.btn-center,
	.appointment-btn,
	.btn-right{
			float:none;
		text-align: center;

	}
	.confirm-btn-wrapper{
		display:table-row;
		text-align: center;
	}

	.waiver-btn-wrapper{
		display:table-row;
		text-align: center;
		float:none;
	}

	.agree-btn-wrapper{
		text-align:center;
		padding: 10px;
	}
	button.selectdata {
		font-family: 'Courier','serif-monospace','monospace';
	}
}

@media screen and (max-width:768px){
	.customer-info dt,
	.customer-info dd{
		font-size: 15px;
	}
	.logout{
		right: -50px;
	}
	.logout a{
		padding:5px 10px;
		width:100px;

	}
	.g-recaptcha {
		-webkit-transform-origin: 0% 0%;
				transform-origin: 0% 0%;
		-webkit-transform: scale(0.95);
				transform: scale(0.95);
	}
}
@media screen and (max-width:480px){
	.logo img{
		width:280px;
	}
	.header-logo img{
		width: 180px;
	}
	.view-info .contents-wrapper{
		margin-top:70px;
	}
	.customer-info dl{
		margin-bottom:10px;
	}
	.customer-info dt{
		display: block;
	    border: none;
	    margin-bottom: 5px;
	}
	.btn-wrapper{
		display: block;
		margin-left:0;
	}
	.g-recaptcha {
		-webkit-transform-origin: 0% 0%;
				transform-origin: 0% 0%;
		-webkit-transform: scale(0.9);
				transform: scale(0.9);
	}
    .button-group {
        display: inline-flex;
        flex-direction: column;
        row-gap: 5px;
    }
    .appointment-row > td {
        vertical-align: middle !important;
    }
    .button-group button.green, .button-group button.grey {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

	@media screen and (max-width:320px){
		.logo img{
			width: 240px;
		}

		.g-recaptcha {
			-webkit-transform-origin: 0% 0%;
					transform-origin: 0% 0%;
			-webkit-transform: scale(0.8);
					transform: scale(0.8);
		}
	}
	.infoicon {
		margin: 0% 2% 0% 5%;
	}
}
