@charset "utf-8";
/* CSS Document */
/*clearfix*/

#wrapper {
	width: 700px;
	margin: 0 auto;
	font-size: small;
	text-align: center;
}

div#contents {
	border-bottom: 1px dotted #999;
}

/*電話番号**********************************/
div#contents #tel_okitour {
	background-color: #fffee6;
	height: auto;
	margin: 20px 0 0 15px;
	padding: 15px 67px;
	text-align: left;
	width: 536px;
}

div#contents #tel_okitour p#telnumber {
	border-bottom: 1px dotted #666666;
	font-size: 65px;
	margin: 0 0 20px;
	padding: 0 0 15px 0;
}

div#contents #tel_okitour p.p_name {
	font-size: 30px;
	margin: 0px;
}

div#contents #tel_okitour p.p_info {
	line-height: 1.8em;
	margin: 0px;
}

/*ページタイトル**********************************/

div#contents table#pagetitle {
	margin: 20px 0px 0px 0px;
	width: 700px;
}

div#contents table#pagetitle h1 {
	font-size: 21px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px;
}

/*プラン内容の表**********************************/
div#contents table#plan_detail {
	border-collapse: collapse;
	border: 1px #999999 solid;
	margin: 20px 0 25px 15px;
	width: 670px;
}

div#contents table#plan_detail tr {
	height: auto;
}

div#contents table#plan_detail th {
	padding: 15px 10px;
	width: 110px;
	border: 1px #999999 solid;
}

div#contents table#plan_detail td {
	text-align: left;
	padding: 15px 10px;
	width: 224px;
	border: 1px #999999 solid;
}

/*このページを印刷する**********************************/

p#print {
	margin: 0px 0px 30px 0px;
}

p#print a {
	background: url(../img/img_print.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 24px;
}

/*このページを閉じる**********************************/
p#close {
	margin: 20px 0 0 0;
	padding: 0;
}

/*コピー**********************************************/
div#speace {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 15px;
	background-color: #e9e9ed;
	width: 600;
}
div#speace p {
	line-height: 120%;
	margin-bottom: 0;
}
div#speace p.p_title {
	font-size: 25px;
	font-weight: bold;
	color: #ff0000;
	height: 100%;
	margin-top: 0;
}

div#contents #tel_okitour p#telnumber .redtyui {
	font-size: 21px;
	font-weight: 900;
	text-align: center;
	margin: 0 -67px 0 -67px;
	color: #ff0000;
	display: block;
	margin-top: 10px;
}

/* ---------------------------------------------------------
	PJT-2273 [AC3エリア]TEL入力フォーム改修_CO
	CSS Document Common
--------------------------------------------------------- */

html,
body {
	/*	background: #fff;
*/
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-size: 13px;
	font-family: HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ",
		"KozGoPro-Regular", "小塚ゴシック Pro", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	line-height: 1.5;
	color: #332d23;
	margin-bottom: 1px;
	height: 100%;
}

form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	overflow: visible;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

button {
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
}
em {
	font-style: normal;
}

@media print {
	#Head1 {
		display: none;
	}
	.back {
		display: none;
	}
	#footer {
		display: none;
	}
}
/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	text-decoration: none;
}

a:hover,
button:hover {
	opacity: 0.7;
	/*	background-color:#bbe9ff;*/
}

a:active {
	outline: none;
}

a:focus {
	outline: none;
}

a:hover img {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

/* ---------------------------------------------------------
	CSS Document Layout
--------------------------------------------------------- */

#container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#container > h1 {
	margin-bottom: 8px;
}
#container .above {
	margin: 20px 0 10px;
	text-align: center;
}
#container .above #lblError {
	font-size: 18px;
	color: #ff0000;
}
#container .above .txt {
	font-size: 14px;
	line-height: 25px;
	color: #333;
}

#container .reserv-form-box {
	width: 960px;
	margin: 0 auto;
}

.txt_B {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.send {
	text-align: center;
	width: 782px;
	padding: 20px 0 0;
	margin: 0 auto;
}

.border_box {
	border: 2px solid #e01d03;
	padding: 20px 0;
	margin: 40px 0;
}

.border_box .txt1 {
	color: #f00;
	font-weight: bold;
	font-size: 55px;
	margin-bottom: 10px;
}

.border_box .txt2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.border_box .txt2 span {
	color: #f00;
	font-size: 18px;
}

.border_box .txt3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 7px;
}

.mb00 {
	margin-bottom: 0 !important;
}

/* 入力フォーム */
#container2 {
	width: 980px;
	margin: 0 auto 60px;
}

#container2 .reserv-form-box {
	font-size: 14px;
	width: 960px;
	margin: 0 auto;
}

#container2 .reserv-form-box2 {
	font-size: 14px;
	width: 960px;
	margin: 0 auto 30px;
}

#container2 .reserv-form-box h2,
#container2 .reserv-form-box2 h2 {
	color: #fff;
	background: #616161;
	font-size: 14px;
	width: 946px;
	height: 31px;
	line-height: 31px;
	padding-left: 15px;
	text-align: left;
	font-weight: bold;
}

.reserv-form-box .last,
.reserv-form-box2 .last {
	border-bottom: 1px solid #ccc;
}

/* ---------------------------------------------------------
	CSS Document step1
--------------------------------------------------------- */

#step1 {
	margin: 0 25px 20px 14px;
	border-bottom: 2px solid #a1a8ab;
}

#step1 h2 {
	float: left;
	width: 215px;
	height: 34px;
	overflow: hidden;
	margin: 0 30px 6px 16px;
	padding: 0 0 0 14px;
	font-size: 18px;
	line-height: 38px;
	color: #333;
	border-left: 10px solid #b1b1b1;
}

#step1 select {
	font-weight: bold;
	float: left;
	width: 640px;
	height: 34px;
	overflow: hidden;
	background: #fef8c9;
	font-size: 18px;
	font-family: HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ",
		"KozGoPro-Regular", "小塚ゴシック Pro", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	line-height: 41px;
	color: #332d23;
}

/* ---------------------------------------------------------
	CSS Document calendar_list
--------------------------------------------------------- */

#pnlCalendar {
	position: relative;
}

#pnlCalendar .month {
	width: 100%;
	position: absolute;
	top: 10px;
}

#pnlCalendar .month .prev {
	float: left;
}

#pnlCalendar .month .next {
	float: right;
}

#pnlCalendar .month a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 90px;
	border: solid 1px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #f5f5f5;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	color: #000;
}

.calendar_list .f_right,
.calendar_list .f_left {
	width: 484px;
}

p.current {
	width: 482px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
}

/* ---------------------------------------------------------
	CSS Document week
--------------------------------------------------------- */

ul.week {
	*border-bottom: solid 1px #cecece;
	border-right: solid 1px #cecece;
}

ul.week:after {
	background: #cecece;
}

ul.week li {
	float: left;
	width: 14.28574%;
	padding-top: 3px;
	border-top: solid 1px #cecece;
	border-left: solid 1px #cecece;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
}

ul.week li:first-child {
	background: #ffd2e8;
	color: #f00;
}

ul.week li:last-child {
	background: #b2e9fc;
	color: #004fe0;
}

/* ---------------------------------------------------------
	CSS Document day
--------------------------------------------------------- */

ul.day {
	border-right: solid 1px #cecece;
}

ul.day li a {
	display: block;
	height: 72px;
	text-decoration: none;
}

ul.day li {
	float: left;
	width: 14.28574%;
	height: 72px;
	border-bottom: solid 1px #cecece;
	border-left: solid 1px #cecece;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
}

ul.day li span.date {
	display: block;
	padding-top: 1px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

ul.day li:nth-child(1) span.date,
ul.day li:nth-child(8) span.date,
ul.day li:nth-child(15) span.date,
ul.day li:nth-child(22) span.date,
ul.day li:nth-child(29) span.date,
ul.day li:nth-child(36) span.date {
	color: #f00 !important;
}

ul.day li:nth-child(7n) span.date {
	color: #004fe0 !important;
}

ul.day li span.zan {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #000;
}

ul.day li span.tel {
	display: block;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #99c918;
	font-size: 13px;
	color: #fff;
}

ul.day li span.rest {
	display: block;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #eb533a;
	font-size: 13px;
	color: #fff;
}

ul.day li span.ok {
	display: block;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #0096e0;
	font-size: 13px;
	color: #fff;
}

ul.day li span.rek {
	display: block;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #0096e0;
	font-size: 10px;
	color: #fff;
}

ul.day li span.price {
	display: block;
	margin-top: 5px;
	font-size: 10px;
	line-height: 11px;
	color: #000;
}

ul.day li span.price strong {
	font-size: 12px;
}

ul.day li sub {
	display: block;
	font-size: 10px;
	line-height: 11px;
	color: #696969;
}

ul.day li span.empty {
	display: block;
	height: 72px;
	background: #eee;
}

/* ---------------------------------------------------------
	CSS Document comment
--------------------------------------------------------- */

.comment {
	margin-top: 20px;
	font-size: 15px;
}

.comment strong {
	color: #f00;
}

/* ---------------------------------------------------------
	CSS Document back
--------------------------------------------------------- */

/* .back {
	margin-top: 35px;
	text-align: center;
	font-size: 15px;
}

.back a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 380px;
	height: 52px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #2d98be;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d98be', endColorstr='#217897', GradientType=0)";
	background: -ms-linear-gradient(top, #2d98be, #217897);
	background: linear-gradient(to bottom, #2d98be, #217897);
	background: -moz-linear-gradient(top, #2d98be, #217897);
	background: -webkit-gradient(linear, left top, left bottom, from(#2d98be), to(#217897));
	vertical-align: top;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	line-height: 53px;
	color: #fff;
} */
.back {
	margin: 20px 0;
}
.back a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 222px;
	height: 43px;
	text-decoration: none;
	font-weight: bold;
	line-height: 43px;
	margin-top: 13px;
	border: 1px solid #9a9a9a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 14px;
	color: #333;
	background: #c5c5c5;
	background: -moz-linear-gradient(top, #c5c5c5 0%, #d5d5d5 98%);
	background: -webkit-linear-gradient(top, #c5c5c5 0%, #d5d5d5 98%);
	background: -ms-linear-gradient(top, #c5c5c5 0%, #d5d5d5 98%);
	background: linear-gradient(to bottom, #c5c5c5 0%, #d5d5d5 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#d5d5d5',GradientType=0 );
}

/* ---------------------------------------------------------
	form-box
--------------------------------------------------------- */
.reserv-form-box > .reserv-form,
.reserv-form-box2 > .reserv-form {
	display: table;
	table-layout: fixed;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 893px;
}
.reserv-form-box > .reserv-form dt,
.reserv-form-box2 > .reserv-form dt {
	width: 180px;
	padding: 9px 15px;
	letter-spacing: 1px;
	display: table-cell;
	background: #eef9fd;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.reserv-form-box > .reserv-form dt em,
.reserv-form-box2 > .reserv-form dt em {
	float: right;
	background: #e01d03;
	color: #fff;
	padding: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
}
.reserv-form-box > .reserv-form dd,
.reserv-form-box2 > .reserv-form dd {
	display: table-cell;
	vertical-align: middle;
	width: 709px;
	padding: 7px 20px;
	text-align: left;
}

.reserv-form-box > .reserv-form dd.anshin,
.reserv-form-box2 > .reserv-form dd.anshin {
	text-align: left; /* width: auto; */ /* display: block; */
}

a.btn_anshincancel {
	background: #fc433c;
	color: #fff;
	padding: 1px 10px;
	border-radius: 14px;
	font-size: 10px;
	text-align: center;
	margin-left: 7px;
	width: 200px;
	text-decoration: none;
}

.reserv-form-box > .reserv-form dd.anshin a {
	/* display: block; */
	/* text-align: left; */
	/* padding: 0; */
	/* margin: 0; */
	width: 700px;
}
.reserv-form-box > .reserv-form dd.anshin img,
.reserv-form-box2 > .reserv-form dd.anshin img {
	width: 100%;
}

.reserv-form .price-box {
	height: 80px;
	overflow: hidden;
	padding: 0;
}

.checkbox_wrap {
	margin: 1em 0;
	display: inline-block;
}
.reserv-form-box > .reserv-form .price-form span,
.reserv-form-box2 > .reserv-form .price-form span {
	/*width:348px;*/
	display: inline-block;
	margin-right: 3px;
}
.reserv-form-box > .reserv-form .price-form em,
.reserv-form-box2 > .reserv-form .price-form em {
	font-size: 18px;
	margin-right: 3px;
}
.reserv-form-box > .reserv-form .price-form .short,
.reserv-form-box2 > .reserv-form .price-form .short {
	font-size: 11px;
}
.reserv-form-box > .reserv-form .price-form .aling,
.reserv-form-box2 > .reserv-form .price-form .aling {
	text-align: center;
	width: 20px;
}
.reserv-form-box > .reserv-form .small-text,
.reserv-form-box2 > .reserv-form .small-text {
	font-size: 10px;
	margin-bottom: 1px;
}
.reserv-form-box > .reserv-form .small-text a,
.reserv-form-box2 > .reserv-form .small-text a {
	text-decoration: underline;
	color: #37599e;
}
.reserv-form-box > .reserv-form .red,
.reserv-form-box2 > .reserv-form .red {
	color: #f00000;
	font-size: 12px;
	/* margin-right: 10px; */
}
.reserv-form-box > .reserv-form .option em,
.reserv-form-box2 > .reserv-form .option em {
	background: #575757;
}
.reserv-form-box > .reserv-form ul > li,
.reserv-form-box2 > .reserv-form ul > li {
	display: inline-block;
	margin-right: 20px;
}
.reserv-form-box .reserv-form.last {
	width: 961px;
	padding: 16px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reserv-form-box .ui-alert {
	width: 80% !important;
	line-height: 146%;
	margin: 16px auto 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 12px !important;
	background: #f3f4f5;
	border: 1px solid #e6e7e9;
	text-align: center !important;
}

.btn-blue a {
	width: 177px;
	height: 20px;
	padding: 3px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #fff;
	background: #008ece; /* Old browsers */
	background: -moz-linear-gradient(top, #008ece 0%, #007c9c 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(
		top,
		#008ece 0%,
		#007c9c 100%
	); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #008ece 0%, #007c9c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #008ece 0%, #007c9c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ece', endColorstr='#007c9c',GradientType=0 ); /* IE6-9 */
}

.btn-orange {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	padding: 5px 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 20px;
	width: 300px;
	height: 53px;
	font-weight: bold;
	background: #ffa800; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa800 0%, #de6207 98%); /* FF3.6+ */
	background: -webkit-linear-gradient(
		top,
		#ffa800 0%,
		#de6207 98%
	); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #ffa800 0%, #de6207 98%); /* IE10+ */
	background: linear-gradient(to bottom, #ffa800 0%, #de6207 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa800', endColorstr='#de6207',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

/* ---------------------------------------------------------
	form
--------------------------------------------------------- */

.reserv-form-box > .reserv-form label,
.reserv-form-box2 > .reserv-form label {
	cursor: pointer;
}
.reserv-form-box > .reserv-form .left,
.reserv-form-box2 > .reserv-form .left {
	padding-left: 40px;
}
.reserv-form-box > .reserv-form .pdd,
.reserv-form-box2 > .reserv-form .pdd {
	cursor: pointer;
	padding-left: 28px;
}
.reserv-form-box > .reserv-form .input-text,
.reserv-form-box2 > .reserv-form .input-text {
	background-color: #f0f0f0;
	width: 305px;
	margin-right: 16px;
	padding: 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-family: HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ",
		"KozGoPro-Regular", "小塚ゴシック Pro", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	font-size: 14px;
}
.reserv-form-box > .reserv-form .select,
.reserv-form-box2 > .reserv-form .select {
	width: 102px;
	height: 22px;
	padding-left: 30px;
}

.reserv-form-box > .reserv-form .select_payment,
.reserv-form-box2 > .reserv-form .select_payment {
	width: auto;
	height: 22px;
}

.reserv-form-box > .reserv-form .radio label,
.reserv-form-box2 > .reserv-form .radio label {
	margin-right: 15px;
	padding-right: 10px;
}
.reserv-form-box > .reserv-form textarea,
.reserv-form-box2 > .reserv-form textarea {
	width: 405px;
	height: 160px;
	padding: 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1.6;
	font-family: HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ",
		"KozGoPro-Regular", "小塚ゴシック Pro", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	font-size: 14px;
	background-color: #f0f0f0;
}

.reserv-form-box > .reserv-form .bus span,
.reserv-form-box2 > .reserv-form .bus span {
	/*width: 72px;*/
	display: inline-block;
	margin-right: 3px;
}

.reserv-form-box > .reserv-form .bus .select,
.reserv-form-box2 > .reserv-form .bus .select {
	width: 252px;
	height: 22px;
	padding-left: 0px !important;
}

/* ---------------------------------------------------------
	error page
--------------------------------------------------------- */

/*.radio.error label{
	background: #fad7d2;
}*/
/*.error .select{
	background: #fad7d2;
	border:1px solid #eb6877;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}*/
/*.error .input-text{
	background: #fad7d2;
	border:1px solid #eb6877;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}*/
/*エラー吹き出し*/
.error-text {
	font-size: 15px;
	color: #e01d03;
	margin: 8px 0 0 9px;
}
.error-box > p {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #e01d03;
	border: 3px solid #e01d03;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	padding: 3px 9px 3px 30px;
	background: url(../img/ico-error.png) no-repeat 9px 4px;
	margin-bottom: 8px;
	box-shadow: 3px 3px 7px #404040;
	-webkit-box-shadow: 3px 3px 7px #404040;
	-moz-box-shadow: 3px 3px 7px #404040;
}
.error-box > p:after,
.error-box > p:before {
	top: 100%;
	left: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.error-box > p:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.error-box > p:before {
	border-color: rgba(224, 29, 3, 0);
	border-top-color: #e01d03;
	border-width: 9px;
	margin-left: -9px;
}

/* ---------------------------------------------------------
	確認・完了ページ
--------------------------------------------------------- */
#conf .mb15 {
	margin-bottom: 15px;
}
#conf .mb24 {
	margin-bottom: 24px;
}
#conf .mr50 {
	margin-right: 50px;
}
#conf .att .red,
#conf .send .red,
#conf .att-red {
	color: #e01d03;
	font-size: 18px;
	font-weight: bold;
}
#conf .att-red {
	padding-top: 18px;
	text-align: center;
}
#conf .att-red a.text {
	color: #0b55b4;
	text-decoration: underline;
}
#conf .btn-blue a {
	width: 100%;
	text-align: center;
}

#conf .att {
	text-align: center;
	padding-top: 17px;
}

.gray .reserv-form dt {
	background: #eae8e8 none repeat scroll 0 0;
}

#conf .btn-gray {
	margin-top: 13px;
	border: 1px solid #9a9a9a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 14px;
	color: #333;
	width: 222px;
	height: 53px;
	font-weight: bold;
	background: #c5c5c5; /* Old browsers */
	background: -moz-linear-gradient(top, #c5c5c5 0%, #d5d5d5 98%); /* FF3.6+ */
	background: -webkit-linear-gradient(
		top,
		#c5c5c5 0%,
		#d5d5d5 98%
	); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #c5c5c5 0%, #d5d5d5 98%); /* IE10+ */
	background: linear-gradient(to bottom, #c5c5c5 0%, #d5d5d5 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
}

/*料金BOX*/
#container2 .reserv-form .price-box {
	padding: 0;
	width: 749px;
	overflow: hidden;
	height: 80px;
}
#container2 .reserv-form .price-form {
	vertical-align: middle;
	float: left;
	padding: 7px 0 0 19px;
	width: 460px;
	height: 115px;
	display: table-cell;
	line-height: 1.7;
}
#container2 .reserv-form .price-formb {
	vertical-align: middle;
	float: left;
	padding: 7px 4px;
	width: 348px;
	display: table-cell;
	line-height: 1.7;
}
#container2 .reserv-form .total {
	float: right;
	width: 260px;
	height: 110px;
}
#container2 .reserv-form .total dt {
	width: 70px;
	height: 95px;
	text-align: center;
	line-height: 118px;
}
#container2 .reserv-form .total dd {
	width: 160px;
	height: auto;
	line-height: 62px;
	padding: 0 0 0 17px;
	color: #e01d03;
}
#container2 .reserv-form .total dd em {
	font-size: 18px;
}

/*完了ページ*/
#conf .send {
	margin-bottom: 24px;
	width: 782px;
	height: 74px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #e01d03;
}
#conf .point {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
#conf .point a {
	color: #0b55b4 !important;
}
#conf .info-box {
	margin-bottom: 10px;
}
#conf .info-box dt {
	height: 68px;
	line-height: 68px;
}
#conf .info-box dd {
	padding: 0;
	width: 749px;
}
#conf .info-box dd > ul {
	padding: 10px 20px;
}
#conf .info-box dd .login {
	border-bottom: 1px solid #dfdfdf;
}
#conf .info-box dd .login a.text {
	color: #0b55b4 !important;
}
#conf .map {
	display: inline-block;
	text-align: center;
}

/* ---------------------------------------------------------
	footer
--------------------------------------------------------- */
#footer {
	background: #eefafd;
	padding-bottom: 12px;
}

#footer .ssl {
	background: #f3f3f3;
	text-align: center;
	padding: 18px 0;
	margin-top: 28px;
	border-bottom: 1px solid #dfdfdf;
}
#footer .footer-inner {
	width: 980px;
	margin: 0 auto;
	padding-top: 14px;
	overflow: hidden;
}
#footer .footer-inner p {
	display: inline-block;
	float: left;
}
#footer .footer-inner small {
	display: inline-block;
	float: right;
}
#footer a {
	text-decoration: underline;
	color: #37599e;
}

/* ---------------------------------------------------------
	バナー
--------------------------------------------------------- */

.login_bnr {
	text-align: center;
	margin: 60px 0;
}

/* supplier_tel */

#supplier_tel {
	width: 980px;
	margin: 40px auto 0;
}
#supplier_tel #supplier_tel_Pnl {
	background-color: #b7deff;
	padding: 20px;
}

#supplier_tel #supplier_tel_Pnl .tell_caution {
}
#supplier_tel #supplier_tel_Pnl .tell_caution #Label_supplier_tel {
	font-size: 40px;
	line-height: 40px;
	color: #ff0000;
	font-weight: bold;
	background-color: #fff;
	padding: 25px 0px 15px;
}
#supplier_tel #supplier_tel_Pnl .tell_caution p.caution01 {
	margin: 20px 0 25px;
	font-size: 18px;
	color: #333;
	line-height: 25px;
}
#supplier_tel #supplier_tel_Pnl .tell_caution p.caution02 {
	font-size: 20px;
	color: #333;
	font-weight: bolder;
	line-height: 25px;
	margin: 0 0 15px;
}
#supplier_tel #supplier_tel_Pnl .tell_caution p span {
	color: #ff0000;
}

#supplier_tel_table {
	border-collapse: collapse;
}
#supplier_tel_table th,
#supplier_tel_table td {
	padding: 15px;
}
#supplier_tel_table .supplier_info {
	padding: 20px 20px 22px;
}
#supplier_tel_table .supplier_info th {
	width: 180px;
	padding: 9px 15px;
	letter-spacing: 1px;
	background: #eef9fd;
	font-weight: bold;
	text-align: left;
}
#supplier_tel_table .supplier_info td {
	font-size: 18px;
	line-height: 120%;
	background-color: #fff;
	text-align: left;
}

/*たびらい会員登録*/
.advantage_wrap {
	background: #d7f0e8;
	text-align: center;
	padding: 20px;
	width: 80%;
	border-radius: 3px;
	margin-top: 8px;
}

.advantage_tlt {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.advantage_box {
	display: flex;
	justify-content: space-evenly;
}

.advantage_box-item {
	text-align: center;
	background: #fff;
	width: 25%;
	padding: 10px 5px;
}

.advantage_box-item p {
	font-size: 12px;
}

.advantage_box-item img {
	width: auto;
	height: 61px;
	margin-bottom: 10px;
}

.reserv-form-box > .reserv-form.member_regist .red,
.reserv-form-box2 > .reserv-form.member_regist .red {
	font-size: 14px;
}

/* ---------------------------------------------------------
	クレジットカード画像
--------------------------------------------------------- */
.credit_card img {
	width: 40%;
	object-fit: contain;
	margin-top: 10px;
}
