@charset "UTF-8";

/****************************
  common
*****************************/

body { color: #000; }

.wrapper_container {
	clear: both;
	margin:  0;
	padding: 30px 0 10px;
	border-bottom: 1px solid #ccc;
}
.wrapper_body {
	padding-top:    20px;
	padding-bottom: 40px;
}

.order_navi, 
.order_prev, 
.order_next, 
.wait {
	height: 32px;
	text-align: center;
}
.order_navi {
	width: 250px;
	margin:  30px auto 0;
	padding: 0;
	position: relative;
}
.order_prev, 
.order_next {
	position: absolute;
	top:   0;
	width: 120px;
}
.order_prev {
	left:  0;
}
.order_next {
	right: 0;
}

.wait {
	display: none;
	background: url(../images/waiting.gif) no-repeat 45% 45%;
}

.wrapper_warning {
	display: block;
}
.warning_s {
	display: inline-block;
	margin:  3px 0 10px;
	padding: 7px 5px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	background-color: #c00;
}

p.p_notice {
	margin:  0;
	padding: 0 0 25px;
	font-size: 0.9em;
	line-height: 1.4;
}

.necess {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #f00;
}

/****************************
  header
*****************************/

h1.h1_contact {
	float: left;
	text-align: left;
	margin:  0;
	padding: 0;
	color: #777;
	font-size: 17px;
}

.bt_close_header {
	float: right;
	text-align: right;
	margin:  0 0 0 20px;
	padding: 0;
}
.bt_close_header a {
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
.bt_close_header .fa {
	font-size: 1.4em;
}

/****************************
  table
*****************************/

table.table_contact {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0;
	border-top:    2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

table.table_contact th, 
table.table_contact td {
	margin:  0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 1.42857143;
	background-color: #fff;
	border-top:    1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #666;
}

table.table_contact tr.double_top th, 
table.table_contact tr.double_top td {
	border-top:    2px solid #ccc;
}
table.table_contact tr.double_bot th, 
table.table_contact tr.double_bot td {
	border-bottom: 2px solid #ccc;
}

table.table_contact th {
	width: 12em;
	padding: 10px;
}
table.table_contact td {
	padding: 10px 10px 10px 0;
}

table.table_contact th.td_checkin, 
table.table_contact td.td_checkin {
	padding-top:    5px;
	padding-bottom: 5px;
	vertical-align: middle;
}
table.table_contact td.td_checkin select {
	width: auto;
}

/****************************
  thanks
*****************************/

h3.h3_thanks {
	clear: both;
	margin:  0;
	padding: 20px 0;
	font-weight: bold;
	font-size:   14px;
	line-height: 22px;
	color: #333;
}

h4.h4_thanks {
	margin:  0;
	padding: 0;
	font-weight: normal;
	font-size:   13px;
	line-height: 20px;
	color: #666;
}

/****************************
  button
*****************************/

input[type="submit"] {
	outline: none;
	border: none;
}

.button-gray {
	display: inline-block;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	vertical-align: top;
	text-decoration: none;
	font-size:   13px;
	line-height: 28px;
	cursor: pointer;
	white-space: nowrap;
	color: #555;
	background: #f7f7f7;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
}
.button-gray:hover,
.button-gray:focus {
	background: #fafafa;
	border-color: #999;
	color: #222;
}
.button-gray:active,
.button-gray:focus {
	outline: none;
}
.button-gray:focus {
	-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
	        box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}
.button-gray:active {
	background: #eee;
	border-color: #999;
	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	color: #333;
}
.button-gray:disabled {
	border-color: #ddd !important;
	background: #f7f7f7 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	text-shadow: 0 1px 0 #fff !important;
	cursor: default;
	color: #aaa !important;
}

/****************************
  bootstrap
*****************************/

label {
	font-size: 13px;
}

input, 
select {
	font-size: 0.9em;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
.uneditable-input {
	padding: 3px 4px;
}

.help-block {
	font-size: 0.9em;
}
.help-block .fa {
	padding-right: 3px;
	color: #ffa200;
}

.form-group .necess {
	padding-left: 1px;
	vertical-align: 5px;
	font-weight: normal;
	font-size: 8px;
}

.form-control.inp_name {
	display: inline;
	max-width: 10em;
}
.form-control.inp_zip {
	display: inline;
	max-width: 5em;
}
.form-control.inp_pref {
	display: inline;
	max-width: 8em;
}
.form-control.inp_tourname {
	display: inline;
	max-width: 13em;
}
select#tourname {
    margin-bottom: 30px;
}
.form-group .tourname .necess{
font-size: 14px;
font-weight: bold;
}

.form-control::-moz-placeholder, 
.form-control:-ms-input-placeholder, 
.form-control::-webkit-input-placeholder {
	color: #ccc;
}

/****************************
  op
*****************************/

.line_dot {
	clear: both;
	height: 10px;
	margin:  0;
	padding: 10px 0 ;
	border-top: 1px dotted #999;
}

.form-inline-select .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.wrapper_checkin_form {
	clear: both;
	width: 25em;
	vertical-align: middle;
	text-align: center;
	margin:  0 auto;
	padding: 20px 0 0;
}

.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}

/****************************
  calendar
*****************************/

h2.h2_calendar {
	margin:  0;
	padding: 0 0 8px;
	text-align: center;
	font-weight: normal;
	font-size:   14px;
	line-height: 1;
}

table.table_calendar {
	width: 100%;
	margin:  0;
	padding: 0;
	border-collapse: separate;
}
table.table_calendar th, 
table.table_calendar td {
	margin:  0;
	padding: 1px;
	vertical-align: middle;
	text-align: center;
}
table.table_calendar th {
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 12px;
}
table.table_calendar td {
	font-weight: normal;
	font-size:   14px;
	line-height: 26px;
}

table.table_calendar td div.full, 
table.table_calendar td div.closed, 
table.table_calendar td div.past {
	color: #ccc;
}

table.table_calendar td div.today {
	color: #666;
}

table.table_calendar td span, 
table.table_calendar td a {
	display: block;
	text-decoration: none;
	border: 1px solid #d4d4d4;
}

table.table_calendar td a:link, 
table.table_calendar td a:visited {
	color: #666;
	background-color: #eee;
}
table.table_calendar td a:hover, 
table.table_calendar td a:active {
	color: #111;
	border: 1px solid #555;
	background-color: #d9d9d9;
}

.form-inline-select.col-sm-10.photouse {
    padding-top: 10px;
}

/****************************
  res
*****************************/

@media (max-width: 480px) { /* <= 480px */
	.bt_close_header .fa {
		font-size: 1.6em;
	}
	.bt_close_header {
		display: block;
		clear: both;
		float: none;
		text-align: right;
		margin:  0;
		padding: 20px 0 0;
	}

	h2.h2_calendar {
		padding: 30px 0 10px;
		font-size: 20px;
	}
	table.table_calendar td {
		font-size:   20px;
		line-height: 40px;
	}

	span.form_age {
		display: block;
		padding-top: 30px;
	}

	.bt_send {
		padding-top: 30px;
		text-align: center;
	}
}
