@charset "UTF-8";


body {
	font-family: Verdana, Roboto, 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ul.step li {
	vertical-align: middle;
}

ul.step li.arrow {
	font-size: 1.6em;
}

ul.step li.active {
	border-bottom: solid 4px #f3b2c1;
}

ul.step li.disable {
	color: #ccc;
}

ul.step-xs {
	border: 2px solid #f3b2c1;
  margin: auto;
}

ul.step-xs li {
	position: relative;
	vertical-align: middle;
	font-size: 15px;
	padding: 7px 0;
	width: calc((100% - 10px) / 3);
	color: #fff;
	background: #f3b2c1;
}

ul.step-xs li::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 23px;
	background: #fff;
	transform: rotate(-35deg);
	top: -3px;
	right: -1px;
	z-index: 2;
}

ul.step-xs li::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 23px;
	background: #fff;
	transform: rotate(35deg);
	bottom: -3px;
	right: -1px;
	z-index: 2;
}

ul.step-xs li:last-child::before,
ul.step-xs li:last-child::after {
	display: none;
}

ul.step-xs li.active {
	background: #fff;
	color: #f3b2c1;
	position: relative;
}

ul.step-xs li.active span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 11px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 1;
}
ul.step-xs li.active::before {
    height: 24px;
    background: #f3b2c1;
    top: -3px;
    z-index: 2;
}

ul.step-xs li.active::after {
		height: 23px;
    background: #f3b2c1;
    bottom: -3px;
    z-index: 2;
}

ul.step-xs li.active--middle::before,
ul.step-xs li.active--middle::after {
	display: none;
}


ul.step-xs li span.before {
	width: 10px;
	height: 37px;
	background: #f3b2c1;
	position: absolute;
	top: 0;
	left: -9px;
	z-index: -1;
}

@media screen and (max-width: 399px) {
	ul.step-xs li {
		font-size: 11px;
	}
	ul.step-xs li.active span {
	border-width: 15px 0 15px 7px;
	right: -7px;
	}
	ul.step-xs li::before,
	ul.step-xs li::after {
		height: 20px;
	}

ul.step-xs li span.before {
	height: 30px;
}
ul.step-xs li.active::before {
	height: 20px;
	background: #f3b2c1;
	top: -3px;
	z-index: 1;
}

ul.step-xs li.active::after {
	height: 21px;
	background: #f3b2c1;
	bottom: -3px;
	z-index: 1;
}
}


.btn-primary {
	color: #fff;
	background-color: #f3b2c1;
	border-color: #f567a5;
	margin-top:5px;
	margin-bottom:5px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #f567a5;
	border-color: #f567a5;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: #f567a5;
	border-color: #f567a5;
}

.label-primary {
	background-color: #f567a5;
}

.sat {
	color: blue;
}
.sun {
	color: red;
}

/* header ******************************** */
header {
	margin: 10px 0;
}

/* footer ******************************** */
footer {
	margin-top: 50px;
}

/* overlay ******************************** */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: black;
	opacity: 0.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

/* jQuery UI ******************************** */
img.ui-datepicker-trigger{
	cursor: pointer;
	margin-top: -5px;
	margin-left: 5px !important;
}

/* calendar ******************************** */
table.calendar {
	width: 100%;
}

table.calendar th {
	width: 14.3%;
	text-align: center;
}

table.calendar td {
	text-align: center;
	vertical-align: middle;

	padding: 2px;
	border: 1px #ddd solid;
}

table.calendar td.sun,
table.calendar td.holiday {
	background-color: #f2dede;
}

table.calendar td.sat {
	background-color: #d9edf7;
}

table.calendar td.today {
	background-color: #dff0d8;
}

table.calendar td.festival p {
	font-size: 1.2em;
}

table.calendar td p {
	letter-spacing: 0;
	line-height: 1.4em;
	text-align: center;
}

table.calendar td.current {
	background-color:#F39814;
}

table.calendar td.current span {
	color:#fff;
}

.block_calendar{
	width:300px;
	float:left;
	margin-right:20px;
}
	
/*--clearFix-----------------------------------*/
.clearFix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden; 
  margin-bottom:20px; 
}  
  
.clearFix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearFix { height: 1%; }  
.clearFix { display: block; }  
/* End hide from IE-mac */  
