@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Muli:300,600,700');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


body {
	color: #444;
	background-color:#FFF;
	word-wrap: break-word;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

img{
	max-width:100%;
	border:0px;
}



#header {
    
}
.header-inner {

}
#header-top {
    margin: 0 auto;
    padding: 20px 0;
    width: 880px;
}
#logo {
    float: left;
}

#wrapper {
    margin: 0 auto;
    padding: 10px 0 100px;
    width: 880px;
}

#contents-main {
    float: right;
    margin: 0 auto;
    padding: 0;
    width: 600px;
}

#side-navi,
#resv-flow{
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 240px;
}
#resv-flow ol{
	padding:0;
	margin:0;
    list-style:none;
}
#resv-flow li {
    color: #FFF;
    text-align: left;
    background: #384866;
    padding: 5px 10px;
    position: relative;
}
#resv-flow li.resv-flow-completed {
    background: #808080;
}
#resv-flow li::after{
	font-size:1.5em;
	color:#000;
	font-family: FontAwesome;
	position:absolute;
}
#resv-flow li:last-child::after{
	display:none;
}
#resv-flow li.resv-flow-current{
	background: #e65d02;
}
#resv-flow li .resv-flow-text{
	margin-left:5px;
}

.btn-next {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #e65d02!important;
    border-radius: 5px!important;
    padding: 10px 35px!important;
    margin: 0 10px 10px!important;
/*     font-size: 14px!important; */
}
.btn-next:hover {
    background: #384866!important;
	opacity:1!important;
}
.btn-back {
/*
    display: inline-block;
    text-decoration: none;
    color: #FFF;
*/
    background: #808080!important;
/*
    border-radius: 5px!important;
    padding: 10px 35px!important;
    margin: 0 10px 10px!important;
*/
/*     font-size: 14px!important; */
}


@media only screen and (min-width: 901px) {
	#resv-flow li{
	    margin-bottom:25px;
	}
	#resv-flow li::after{
		content: "\f107";
		bottom:-27px;
		left:50%;
		margin-left:-0.5em;
	}
}
@media only screen and (max-width: 900px) {
	#resv #header,
	#cal #header{
		margin-bottom: 0px !important;
	}
	#resv #logo,
	#cal #logo {
		width:45%;
	    float: none;
	    padding-top: 0px;
	    margin:0 auto;
	}
	
	
	#resv-flow {
		margin-bottom:25px;
	}
	#resv-flow ol{
		display:flex;
	}
	#resv-flow li{
		width:100%;
		text-align:center;
		padding:3px 5px;
		margin-right:15px;
	}
	#resv-flow li::after{
		content: "\f105";
		bottom:50%;
		right: -12px;
		margin-bottom: -0.75em;
	}
	#resv-flow li:last-child{
		margin-right:0;
	}
	#resv-flow li .resv-flow-text{
		display:none;
	}
	#resv-flow li.resv-flow-current .resv-flow-text{
		display:inline;
	}
	
}






.page-info{
	color:#574538;
	background:url(../img/bg_brown.jpg) left top repeat;
	padding:20px 30px;
	margin-bottom:30px;
}

.table01 th,
.table01 td{
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.table01 th{
    width:30%;
}


.table02{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table02 th,
.table02 td{
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 10px;
}
.table02 th{
    background-color: #f3efeb;
}



.txt_message{
	width:580px;
	background-color:#F7F2E1;
	padding: 10px 10px;
}

.red{
	color:#cc0000;
}




.txt_alert{
	width:75%;
	color:#cc0000;
	background:#FFF;
	border:2px solid #cc0000;
	padding:15px 30px;
	margin:15px auto 0px;
}
.sub-tit {
    color: #A03319;
    font-weight: bold;
}
.green_box, .green_box2 {
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 20px;
    background: #f3efeb;
}




/*clearfix*/
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clearfix {
}



/* -----------------------------------------------
 * FORM
 * ----------------------------------------------- */

form {
    margin-top: 0em;
    margin-bottom: 0em;
}


input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
TEXTAREA {
/* 	max-width:97% !important; */
	font-size:1.1em;
	background-color:#FFFFFF;
	border:1px solid #9f9f9f;
	box-shadow: 0 1px 1px rgba(110, 96, 91, 0.2) inset;
	padding: 8px 10px;
	margin-top:2px;
	margin-bottom:2px;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
form select{
	margin-left:3px;
	margin-right:3px;
}
TEXTAREA {
	width: 100%;
}
select{
	font-size:1.1em;
	padding:3px 3px;
	border:1px solid #9f9f9f;
	margin:2px 3px;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
TEXTAREA:focus,
form select:focus{
	background-color:#fff7cc;
}


.yado-admin-waku-side th,
.yado-admin-waku-side td{
	padding:3px 5px;
}
input[type="submit"],
input[type="button"]{
	font-size:0.9em;
	border:1px solid #808080;
	padding:3px 5px;
	margin:2px 2px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
input[type="submit"],
input[type="button"]{

}
input[type="submit"]:hover,
input[type="button"]:hover{
	color:#FFF;
	background:#444;
	cursor: pointer;
}
input[type="file"]{
	font-size:1em;
	padding:3px 5px;
	margin:2px 2px;
}

label:hover{
	cursor: pointer;
}

/*************************:
追加
****************************/
.green_box_form th {
    background: #f3efeb;
}
.col-tit {
    width: 30%;
    /* font-weight: bold; */
    background-color: #f3efeb;
}
.page-info {
    color: #574538!important;
    /* background: url(../img/bg_body.jpg) left top repeat; */
    border: 1px solid #BCA74A !important;
    background-color: #EBE3C3 !important;
    padding: 20px 30px;
    margin-bottom: 30px;
}

#logo {
    width: 300px;
}


@media only screen and (max-width: 900px) {
	body{
	    letter-spacing: 0;
	}
	#wrapper,
	#header-top{
	    width: 100% !important;
	}
	#cal-box01 td select{
/* 		width:100% !important; */
	    max-width: 100% !important;
	}
	#header-top {
	    padding: 10px 3%;
	}
	#cal-table td a, #cal-table td .no-link{
		height:100% !important;
	}
	#logo {
	    float: none;
	    width: 50%;
	}
	#side-navi,
	#resv-flow {
		display:none;
	    float: none;
	    width: 94%;
	}
	#contents-main {
	    float: none;
	    width: 94%;
	}
	
	
	#cal-select{
		margin-bottom:5px;
	}
	#cal-navi-box #cal-navi {
		display:block;
		font-size: 1.3em;
		text-align:center;
	    position: static !important;
	}
	
	#cal-table td {
	    width: auto;
	    height: auto;
	    vertical-align: top;
	}
	#cal-table td a,
	#cal-table td .no-link {
	    padding: 0px 2px;
	}
	#cal-table .cal-price {
	    font-size: 11px;
	}

	#cal-box01 td.select-plan select {
	    width: 100% !important;
	}

}


