@charset "UTF-8";

/*----------------------------------- schedule */

.right{
	text-align: right;
}

.schedule_list{
	margin-bottom: 30px;
	padding: 30px 20px 10px;
}

.schedule_list dd{
	padding: 40px 0;
}

.schedule_list dt + dd{
	padding-top: 20px;
}

.area_img{
	display: inline-block;
}

.area_img img{
	/*border: 5px solid #f2f2f2;*/
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 1px 2px #bbb;
	box-shadow: 1px 1px 2px #bbb;
	display: inline;
	vertical-align: top;
	margin-top: 5px;
	width: 153px;
	height: 115px;
}

.area_name{
	font-weight: bold;
	display: inline-block;
	padding: 5px;
}

.in_session,
.held_exit{
	background: #FF4980;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	padding: 1px 5px;
	vertical-align: middle;
	margin-right: 10px;
}

.held_exit{
	background: #6c6c6c;
}

/* table */

.schedule_list table{
	display: inline-block;
	vertical-align: top;
	width: 69%;
	padding-left: 10px;
	border-collapse:collapse;
}

.schedule_list table th{
	text-align: left;
	border-bottom: 1px solid #b4a371;
	padding: 5px 5px 5px 0;
}

.sch_kind{
	padding: 5px;
	width: 12%;
	vertical-align: top;
}

.sch_answer{
	padding: 5px;
	width: 88%;
}

.sch_answer p:not(:last-child) {
	margin-bottom: 10px;
}

.sch_li_btn{
	padding-right: 10px;
}

.fc-header{
	background: #FFF1E7;
}

.fc-header h2{
	font-size: 16px;
}

/*----------------------------------- detail */

/* entry_flow */

.entry_flow li{
	display: inline-block;
	width: 286px;
	position: relative;
	vertical-align: middle;
	background: #e6e6e6;
}

.entry_flow li p:first-child{
	letter-spacing: 1px;
}

.entry_flow li:not(:last-child):after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 33px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 33px solid transparent;
	border-left: 30px solid #e6e6e6;
	background-color: #ffffff;
}

.entry_flow li.entry_flow_current{
	background: #ff4980;
}

.entry_flow li.entry_flow_current:after{
	border-left: 30px solid #ff4980;
}

.entry_flow li.entry_flow_current p{
	color: #fff;
}

.entry_flow .step{
	float: left;
	padding-left: 25px;
	padding-right: 8px;
	line-height: 4.7;
	letter-spacing: 1px;
}

.entry_flow .num{
	float: left;
	line-height: 2.2;
}

.entry_flow .txt{
	float: right;
	padding-right: 50px;
	line-height: 4.1;
	letter-spacing: 1px;
	font-size: 16px;
}

/* entry_attention */

.entry_attention{
	border: 1px solid #b4a371;
	background: url("../../images/pc/advice_bg.png") repeat center;
	box-shadow: 4px 4px 0 #ececec;
	position: relative;
}

.entry_attention dt{
	margin-top: -10px;
}

.entry_attention dt span{
	background: #fff;
	display: inline-block;
	line-height: 1;
	margin-left: 30px;
	padding: 0 10px;
}

.entry_attention dd{
	padding: 15px 40px 10px;
}

.entry_attention dd:last-child{
	padding-bottom: 30px;
}

.entry_attention dd p.ttl{
	border-left: 5px solid #b4a371;
	padding-left: 1rem;
}

.touroku_img01{
	position: absolute;
	bottom: 20px;
	right: 50px;
}

/* touroku_form */

.touroku .touroku_form,
.touroku_form > form{
	background: #FFF1E7;
}

.touroku_form{
	background: #FFF1E7;
	padding: 20px 40px 40px;
}

.touroku_form table{
	border-spacing: 20px;
}

.form_ttl{
	border-bottom: 1px #000 solid;
    font-size: 20px;
}

.touroku_form form .kind{
	background: #FFE4D2;
	width: 30%;
	padding: 5px 15px;
	vertical-align: middle;
	position: relative;
}

.touroku_form form .kind .f12{
	position: static;
	color: #000;
	background: none;
}

.touroku_form .answer input,
.touroku_form .answer select,
.touroku_form .answer textarea{
	border: 1px solid #c3c3c3;
	padding: 10px 5px;
	width: 98%;
}

.touroku_form .answer .txt_harf {
	width: 47%;
}

.touroku_form .answer_tel input[type=text] {
	width: 20%;
}

.touroku_form .answer_birth select {
	width: 20%;
}

.touroku_form  .answer textarea{
	line-height: 1.2;
	height: 100px;
}

.touroku_calendar{
	width: 753px;
	margin-right: auto;
	margin-left: auto;
}

.touroku_form .touroku_form_txt{
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #fff;
}

.touroku_form_txt{
	font-size: 11px;
}

.touroku_form_txt .mb10{
	border-bottom: 1px dotted #c3c3c3;
	padding-bottom: 5px;
}

/* required */

.required{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	font-size: 11px;
	padding: 1px 5px;
	color: #fff;
	background: #e40019;
	vertical-align: middle;
}

/* riyou_txt */

.riyou_txt{
	width: 470px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 5px dashed #ffe4d2;
	background: #fff;
	text-align: center;
	position: relative;
}

.riyou_txt input {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.riyou_txt .required{
	position: static;
}

/* error_txt */

.error_txt{
	border: 1px solid #f00;
	background: #fff7f9;
	padding: 10px;
	margin-bottom: 30px;
}

/* ---------------------------------------------- schedule/confirm */

.confirm_table{
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}

.confirm_table .kind{
	font-weight: normal;
}

.confirm_table .answer{
	width: 80%;
	padding: 10px 15px;
}

.confirm_table tr:nth-child(odd) {
	background: #FFF1E7;
}