@charset "Shift_JIS";
/*------------------------------------------------------------
  Default
------------------------------------------------------------*/

input.img_over:hover, img.img_over:hover{
	cursor:pointer;
/* filter: alpha(opacity=70); */
/* -moz-opacity:0.7; */ 
/* opacity:0.7; */
}

.pointer{cursor:pointer;}

.red { color : #ff0000; }

* {
margin:0;
padding: 0;
font-size:100%;
line-height:1.5em;
}

body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#000000;
}


ol, ul{
list-style: none;  
}

img,a{
  vertical-align:top;
  border:0;
  outline:none;
}

.clearfix{
zoom:100%;
}

.clearfix:after{
clear:both;
display:block;
visibility:hidden;
content:"";
height:0;
}

.mb16{
margin-bottom:16px;
}

.pb16{
padding-bottom:16px;
}

#reserve_form .line {
	background: url(../img/plan_line_green_pc.png) repeat-x 0 bottom;
}

/*------------------------------------------------------------
  common
------------------------------------------------------------*/

#container {
	width: 1024px;
	margin: 0 auto;
}


/*------ reserve form ------*/

/*------------------------------------------------------------
  header
------------------------------------------------------------*/

#reserve_form header {
	padding: 20px;
	border-bottom: solid 1px #bdc3c7;
	position: relative;
}

#reserve_form header .shop_info {
	color: #5b5b5b;
	float: left;
}

#reserve_form header h1 {
	font-size: 22px;
	color: #5b5b5b;
}

#reserve_form header #language {
	float: right;
	margin-top: 10px;
}

/*------------------------------------------------------------
  reservation shop info for all pages
------------------------------------------------------------*/

#reserve_form #box_shop {
	padding-top: 1px;
	overflow: hidden;
	border-bottom: solid 1px #bdc3c7;
}

#reserve_form #box_shop .shop_img {
	float: left;
	width: 660px;
}

#reserve_form #box_shop .shop_info {
	padding:30px 0 30px 20px;
	/*padding-top: 30px;*/
	/*padding-left: 20px;*/
	/*padding-bottom: 30px;*/
}

#reserve_form #box_shop .shop_info h1 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}

#reserve_form #box_shop .shop_info p {
	font-size: 18px;
	color: #333;
	padding-left: 10px;
	font-weight: normal;
}

/*------------------------------------------------------------
  reservation common form for all pages
------------------------------------------------------------*/

#reserve_form #box_form {
	padding: 15px;
}

#reserve_form #box_form #detail_select {
	text-align: center;
	padding-top: 5px;
}

#reserve_form #box_form #detail_select li {
	display: inline-block;
	margin-right: 10px;
	color: #333;
	font-size: 20px;
	vertical-align:top;
}

#reserve_form #box_form #detail_select li:last-child {
	width: auto;
	margin-right: none;
}

#reserve_form #box_form #detail_select li input[type='text'] {
	font-size: 20px;
	color: #333;
	text-align: center;
	border: solid 1px #949da4;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 210px;
}

#reserve_form #box_form #detail_select li.calendar input {
	background: url(../img/form_ico_cal_pc.png) no-repeat 0 center;
	background-size:60px;
	height: 27px;
	line-height: 27px;
	padding-left: 60px;
}

#reserve_form #box_form #detail_select li.num input {
	background: url(../img/form_ico_num_pc.png) no-repeat 0 center;
	background-size:60px;
	height: 27px;
	line-height: 27px;
	padding-left: 60px;
}

#reserve_form #box_form #detail_select li.time input {
	background: url(../img/form_ico_time_pc.png) no-repeat 0 center;
	background-size:60px;
	height: 27px;
	line-height: 27px;
	padding-left: 60px;
}

#reserve_form #box_form #plan_narrow {
	margin-top: 20px;
	background: #d2d5d6;
	display: flex;
	display: -webkit-flex;
	padding-top: 8px;
}

#reserve_form #box_form #plan_narrow .mi {
	width: 15%;
}

#reserve_form #box_form #plan_narrow .mi p {
	font-size: 14px;
	line-height: 120%;
	background: url(../img/ico_ya_blk.png) no-repeat right center;
	width: 60%;
	padding-left: 25%;
}

#reserve_form #box_form #plan_narrow ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: start;
	-webkit-justify-content: start;
	width: 75%;
}

#reserve_form #box_form #plan_narrow ul li {
	opacity: 0.6;
	background: #fff;
	border-radius: 3px;
	margin-left:10px;
	padding: 8px;
	margin-bottom: 8px;
	width:160px;
	text-align:center;
}

#reserve_form #box_form #plan_narrow ul li a {
	color: #000;
}

#reserve_form #box_form #plan_narrow ul li.on {
	opacity: 1;
}

/*------------------------------------------------------------
  reservation notice
------------------------------------------------------------*/

#reserve_form #box_notice {
	background: #f4f5f6;
	font-size: 14px;
	color: #333;
	padding: 10px 15px;
}

#reserve_form #box_notice ul {
	list-style-type: disc;
	margin-left: 20px;
}

/*------------------------------------------------------------
  plan select
------------------------------------------------------------*/

#reserve_form #plan_available h2, #plan_groupshop h2 {
	background: #dbfce1 url(../img/ico_select_h2_pc.png) no-repeat 10px center;
	color: #333;
	border-bottom: solid 1px #329344;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 44px;
}

#reserve_form #plan_available #plan_narrow_result {
	background: #329344;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	padding-top: 8px;
}

#reserve_form #plan_available #plan_narrow_result a {
	color: #fff;
	text-decoration: none;
}

#reserve_form #plan_available #plan_narrow_result .mi {
	width: 20%;
	font-size: 14px;
	position: relative;
	margin-bottom:10px;
}

#reserve_form #plan_available #plan_narrow_result .mi p {
	font-size: 14px;
	background: rgba(255,255,255,0.3);
	border-radius: 3px;
	padding: 5px;
	width: 63%;
	margin-left: 18%;
}

#reserve_form #plan_available #plan_narrow_result .mi p:after {
	content: url(../img/ico_ya_white.png);
	padding-left: 8px;
	position: absolute;
	top: 7px;
}

#reserve_form #plan_available #plan_narrow_result ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: start;
	-webkit-justify-content: start;
	width: 75%;
}

#reserve_form #plan_available #plan_narrow_result ul li {
	opacity: 0.6;
	margin: 3px 0 8px 10px;
}

#reserve_form #plan_available #plan_narrow_result ul li.on {
	opacity: 1;
	font-weight:bold;
}

#reserve_form #plan_available .box_plan,
#reserve_form #plan_groupshop .box_reserve {
	padding: 20px;
}

#reserve_form #plan_available .box_plan .plan_photo {
	overflow: hidden;
	margin-bottom: 10px;
}

#reserve_form #plan_available .box_plan .plan_photo .thumb {
	display: table-cell;
	width:200px;
	height:200px;
	text-align:center;
	vertical-align:middle;
}

#reserve_form #plan_available .box_plan .plan_photo .plan {
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
	width: 582px;
}

#reserve_form #plan_available .box_plan .plan_photo .plan .mi {
	font-size: 20px;
}

#reserve_form #plan_available .box_plan .plan_photo .plan .price {
	font-size: 16px;
	margin-bottom: 20px;
}

#reserve_form #plan_available .price_red {
	color: #ff0000;
	font-size: 20px;
}

#reserve_form #plan_available .box_plan table,
#reserve_form #plan_groupshop .box_reserve table {
	width:100%;
    border-spacing: 0;
 
    border: solid #666666 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
    margin-bottom: 4px;
	background:#ffffff;
}

#reserve_form #plan_available .box_plan table .time td,
#reserve_form #plan_groupshop .box_reserve .time td,
#reserve_form #plan_available .box_plan table .date td {
	border-bottom: solid 1px #bdc3c7;
	border-right: solid 1px #bdc3c7;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #f4f5f6;
	padding: 4px;
}

#reserve_form #plan_available .box_plan table .time td:first-child,
#reserve_form #plan_groupshop .box_reserve table .time td:first-child,
#reserve_form #plan_available .box_plan table .date td:first-child {
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
}

#reserve_form #plan_available .box_plan table .time td:last-child,
#reserve_form #plan_groupshop .box_reserve table .time td:last-child,
#reserve_form #plan_available .box_plan table .date td:last-child  {
	border-right: none;
	border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
}

#reserve_form #plan_available .box_plan table .icon td,
#reserve_form #plan_groupshop .box_reserve table .icon td  {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: solid 1px #bdc3c7;
}

#reserve_form #plan_available .box_plan table .icon td a:active,
#reserve_form #plan_groupshop .box_reserve table .icon td a:active {
	opacity:0.93;
	filter:alpha(opacity=93);
	-ms-filter: "alpha(opacity=93)";
}

#reserve_form #plan_available .box_plan table .icon td:last-child,
#reserve_form #plan_groupshop .box_reserve table .icon td:last-child {
	border-right: none;
}

#reserve_form #plan_available .box_plan .note,
#reserve_form #plan_groupshop .box_reserve .note {
	font-size: 14px;
}

#reserve_form #plan_available .box_plan .note img,
#reserve_form #plan_groupshop .box_reserve .note img {
	vertical-align: baseline;
}

#reserve_form #plan_available .box_plan .accordion,
#box_checkch #check_check .accordion
{
	margin-top: 15px;
}

#reserve_form #plan_available .box_plan .accordion dt,
#box_checkch #check_check .accordion dt
{
	background: #d2d5d6 url(../img/ico_open_pc.png) no-repeat right center;
	font-size: 16px;
	color: #333;
	padding: 10px;
	border: solid 1px #bdc3c7;
	display: block;
	cursor: pointer;
	text-align:center;
}

#reserve_form #plan_available .box_plan .accordion dt.active,
#box_checkch #check_check .accordion dt.active
{
	background: #d2d5d6 url(../img/ico_close_pc.png) no-repeat right center;
}

#reserve_form #plan_available .box_plan .accordion dd,
#box_checkch #check_check .accordion dd
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 16px;
	display: none;
}

#reserve_form #plan_available .box_plan .accordion dd h3,
#box_checkch #check_check .accordion dd h3
{
	color: #098d22;
	border-left: solid 2px #098d22;
	padding-left: 6px;
	margin-bottom: 6px;
}

#reserve_form #plan_available .box_plan .accordion dd .price,
#box_checkch #check_check .accordion dd .price
{
	margin-bottom: 6px;
}

#reserve_form #plan_available .box_plan .accordion dd .price .price_red,
#box_checkch #check_check .accordion dd .price .price_red
{
	color: #ff0000;
	font-size: 110%;
}

#reserve_form #plan_available .box_plan .accordion dd h4,
#box_checkch #check_check .accordion dd h4
{
	margin-top: 15px;
	background: url(../img/ico_yellow_square_pc.png) no-repeat 0 center;
	padding-left: 20px;
}

#reserve_form #plan_available .box_plan .accordion dd ul.menu,
#box_checkch #check_check .accordion dd ul.menu
{
	list-style-type: disc;
	margin-left: 20px;
}

/* tel popup */

#box_tel {
	border: solid 1px #7f8081;
	padding: 20px;
	width: 300px;
	box-shadow: 0 0 3px #7f8081;
}

#box_tel ul {
	width: 250px;
	margin: 0 auto;
}

#box_tel li:first-child {
	margin-bottom: 4px;
}

#box_tel li:first-child a {
	background: url(../img/plan_select_btn_tel_pc.jpg) no-repeat;
	background-size: 250px 60px;
	display: table-cell;
	width: 250px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#box_tel li:first-child a .tel {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-shadow: -1px -1px 0 #000;
}

#box_tel li:first-child a .tel_num {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-shadow: -1px -1px 0 #000;
}

#box_tel li:last-child a {
	background: url(../img/plan_select_btn_line_pc.jpg) no-repeat;
	background-size: 250px 60px;
	display: table-cell;
	width: 250px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#box_tel li:last-child a .tel {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-shadow: -1px -1px 0 #000;
}

#box_tel li:last-child a .tel_num {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-shadow: -1px -1px 0 #000;
}

/* full */

#reserve_form #plan_available .attn_full {
	background: #edfdf0;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #333;
}

#reserve_form #plan_available .attn_full img {
	margin-right: 10px;
}

#reserve_form #plan_available .box_plan table .date .sat {
	color: #1b3788;
}

#reserve_form #plan_available .box_plan table .date .sun {
	color: #fb4545;
}

#reserve_form #plan_available .box_plan h3.full {
	font-size: 16px;
	color: #333;
	border-left: solid 2px #098d22;
	padding-left: 6px;
	margin-bottom: 10px;
}


#reserve_form #plan_available #foot_shop {
	border-top: solid 1px #bdc3c7;
	/* border-bottom: solid 1px #bdc3c7; */
	padding: 15px;
	color: #333333;
}

#reserve_form #plan_available #foot_shop .shop_name {
	font-size: 115%;
	font-weight: bold;
}

#reserve_form #plan_available #foot_shop .address {
	font-size: 80%;
}

#reserve_form #plan_available .box_plan .mi_tel {
	background: #098d22;
	font-size: 70%;
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	margin-bottom: 4px;
}

#reserve_form #plan_available .box_plan .mi_request {
	background: #06396a;
	font-size: 70%;
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	margin-bottom: 4px;
}

#reserve_form #plan_available .box_plan .mi_direct {
	background: #ff0000;
	font-size: 70%;
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	margin-bottom: 4px;
}


/* group shop reservation */

#reserve_form #plan_groupshop .box_reserve .mi {
	background: #098d22;
	font-size: 70%;
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	margin-bottom: 4px;
}

#reserve_form #plan_groupshop .box_reserve .shop_name {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

/*------------------------------------------------------------
  btn pagetop
------------------------------------------------------------*/

.btn_pagetop {
	text-align: right;
	margin-bottom: 10px;
}

/*------ resevation check ------*/

/*------------------------------------------------------------
  reservation check flow
------------------------------------------------------------*/

#reserve_check h1 {
	background: #dbfce1 url(../img/reserve_check_ico_h1_pc.png) no-repeat 10px center;
	border-bottom: solid 1px #329344;
	font-size: 18px;
	padding: 10px 10px 10px 55px;
	color: #333;
}

#reserve_check #box_flow {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#reserve_check #box_flow li {
	display: inline-block;
}

#reserve_check #box_flow li {
	background: url(../img/reserve_flow_ya_pc.png) no-repeat right center;
	background-size: 15px;
	padding-right: 20px;
	
}

#reserve_check #box_flow li:last-child {
	background: none;
	padding-right: 0;
}

#reserve_check #box_flow .mailcheck li:first-child {
	background: url(../img/reserve_flow_ya_on_pc.png) no-repeat right center;
	background-size: 15px;
	padding-right: 20px;
}

#reserve_check #box_flow .checkch li:nth-child(3) {
	background: url(../img/reserve_flow_ya_on_pc.png) no-repeat right center;
	background-size: 15px;
	padding-right: 20px;
}

#reserve_check #box_flow .checkinput li:nth-child(2) {
	background: url(../img/reserve_flow_ya_on_pc.png) no-repeat right center;
	background-size: 15px;
	padding-right: 20px;
}

/*common*/
#reserve_check #attn {
	border-top: solid 1px #329344;
	border-bottom: solid 1px #329344;
	padding: 15px;
	font-size: 14px;
	background: #fff4f4;
}

/*------------------------------------------------------------
  reservation mail check
------------------------------------------------------------*/

#reserve_check #box_mailcheck .box_plan,
#reserve_check #box_checkinput .box_plan {
	padding: 10px;
}
#reserve_check #box_mailcheck .box_plan .plan,
#reserve_check #box_checkinput .box_plan .plan {
	display: table-cell;
	padding-left: 15px;
}
#reserve_check #box_mailcheck .box_plan .plan .mi,
#reserve_check #box_checkinput .box_plan .plan .mi {
	font-size: 20px;
}
#reserve_check #box_mailcheck .box_plan .plan .date,
#reserve_check #box_checkinput .box_plan .plan .date {
	font-size: 16px;
	margin-left: 10px;
}


#reserve_check #box_mailcheck,
#reserve_check #box_checkinput {
	color: #333;
}

#reserve_check #box_mailcheck #attn .mi,
#reserve_check #box_checkinput #attn .mi {
	color: #ff4848;
}

#reserve_check #box_mailcheck #attn ul,
#reserve_check #box_checkinput #attn .ul {
	list-style-type: disc;
	margin-left: 20px;
}

#reserve_check #box_mailcheck #shopinfo,
#reserve_check #box_checkinput #shopinfo {
	padding: 15px;
	font-size: 18px;
	border-bottom: solid 1px #329344;
}

#reserve_check #box_mailcheck #mailinfo,
#reserve_check #box_checkinput #mailinfo {
	padding: 15px;
}

#reserve_check #box_mailcheck #mailinfo .mail,
#reserve_check #box_checkinput #mailinfo .mail {
	background: url(../img/ico_yellow_square_pc.png) no-repeat 0 6px;
	font-size: 16px;
	padding-left: 20px;
}

#reserve_check #box_mailcheck #mailinfo li {
	font-size: 14px;
	text-indent: -1em;
	margin-left: 1em;
}

#reserve_check #box_mailcheck #mailinfo li:last-child {
	color: #ff4848;
}

#reserve_check #box_mailcheck #mailng {
	background: #f4f5f6;
	padding: 15px;
}

#reserve_check #box_mailcheck #mailng p {
	font-size: 16px;
	margin-bottom: 10px;
}

#reserve_check #box_mailcheck #mailng .input {
	overflow: hidden;
}

#reserve_check #box_mailcheck #mailng input[type='text'], input[type='email']  {
	font-size: 80%;
	color: #333;
	border: solid 1px #bdc3c7;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	width: 800px;
	height: 35px;
	margin-right: 5px;
	padding-left: 4px;
}

#reserve_check #box_mailcheck .btn_back {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 5px;
}

#reserve_check #mailsent_check {
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
}

#reserve_check #mailsent_check .red{
	color: #ff0012;
	margin-top: 15px;
	margin-bottom: 15px;
}

#reserve_check #mailsent_check .small {
	font-size: 14px;
}

/*------------------------------------------------------------
  reservation mail input
------------------------------------------------------------*/

#reserve_check #box_checkinput #privacy {
	margin: 60px 15px 15px 15px;
	height: 150px;
	overflow: auto;
	border: solid 1px #bdc3c7;
	border-radius: 4px;
	padding: 10px;
}

#reserve_check #box_checkinput #privacy {
	font-size: 14px;
}

#reserve_check #box_checkinput #privacy .mi {
	font-weight: bold;
	margin-bottom: 6px;
}

#reserve_check #box_checkinput #box_input {
	margin-top: 10px;
}

#reserve_check #box_checkinput #box_input table {
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
}

#reserve_check #box_checkinput #box_input th {
	font-size: 16px;
	white-space: nowrap;
	padding-left: 15px;
	text-align: left;
	padding-top: 14px;
	vertical-align: top;
}

#reserve_check #box_checkinput #box_input th .must {
	font-size: 12px;
	color: #ff4848;
}

#reserve_check #box_checkinput #box_input th .question {
	display: inline-block;
	padding: 5px 3px 3px;
	background: #e5e5e5;
	line-height: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#reserve_check #box_checkinput #box_input td {
	font-size: 16px;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 10px;
}

#reserve_check #box_checkinput #box_input td input[type='text'], input[type='tel'], input[type='email'] {
	color: #333;
	border: solid 1px #bdc3c7;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding: 6px 4px;
	height: 30px;
	width: 90%;
}

#reserve_check #box_checkinput #box_input td textarea {
	color: #333;
	border: solid 1px #bdc3c7;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding: 6px 4px;
	width: 95%;
	height: 100px;
}

 #reserve_check #box_checkinput #box_input td p {
	font-size: 90%;
	margin-top: 3px;
}

 #reserve_check #box_checkinput #box_input .line td,
  #reserve_check #box_checkinput #box_input .line th
  {
	border-bottom: solid #e5e5e5 1px;
	padding-bottom: 10px;
}

/*------------------------------------------------------------
  reservation check fin
------------------------------------------------------------*/

#reserve_check #mailsent_fin h2 {
	background: #098d22 url(../img/ico_check_mail_pc.png) no-repeat 10px center;
	background-size: 18px;
	color: #fff;
	font-size: 18px;
	padding: 8px 10px 8px 35px;
}

#reserve_check #mailsent_fin .center {
	text-align: center;
}

#reserve_check #mailsent_fin .thankyou {
	padding: 15px 15px;
	font-size: 16px;
	text-align: center;
}

#reserve_check #mailsent_fin div.thankyou {
	text-align: center;
}

/*------------------------------------------------------------
  reservation check check
------------------------------------------------------------*/

#reserve_check #check_check h2 {
	background: #098d22 url(../img/reserve_check_ch_ico_h2_pc.png) no-repeat 10px center;
	color: #fff;
	font-size: 18px;
	padding: 8px 10px 8px 55px;
}

#reserve_check #check_check .small {
	font-size: 14px;
}

#reserve_check #check_check .cont {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 8px;
	padding-bottom: 15px;
}

#reserve_check #check_check.line {
	background: url(../img/plan_line_green_pc.png) repeat-x 0 bottom;
}

#reserve_check #check_check h3 {
	margin-bottom: 10px;
	margin-top: 15px;
	background: url(../img/ico_yellow_square_pc.png) no-repeat 0 center;
	padding-left: 20px;
}

#reserve_check #check_check .reserve_info01 {
	font-size: 18px;
}


#reserve_check #check_check #box_search {
	margin-top: 10px;
	margin-bottom: 20px;
}

#reserve_check #check_check #box_search table {
	border-collapse: collapse;
	width: 70%;
	margin: 0 30px;
}

#reserve_check #check_check #box_search th {
	font-size: 14px;
	white-space: nowrap;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
	vertical-align: top;
	width: 25%;
}

#reserve_check #check_check #box_search td {
	font-size: 16px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}

#reserve_check #check_check #box_search .line td,
#reserve_check #check_check #box_search .line th
  {
	border-bottom: solid #e5e5e5 1px;
	padding-bottom: 10px;
}



#reserve_check #check_cat ul {
	padding: 15px;
}

#reserve_check #check_cat ul .small {
	font-size: 14px;
	padding-top: 3px;
}

#reserve_check #check_cat ul li:first-child {
	margin-bottom: 5px;
}

#reserve_check #check_cat .btn_reserve {
	padding-bottom: 15px;
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------*/

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-top: solid 1px #bdc3c7;
}

footer #foot_btn {
	width: 179px;
	margin: 0 auto 4px;
}

footer .btn_pc {
	overflow: hidden;
	border: solid 1px #bdc3c7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	padding: 1px;
	background: #fff;
}

footer .btn_pc li {
	float: left;
	width: 87px;
	font-size: 70%;
	text-align: center;
}

footer .btn_pc li:first-child a {
	display: block;
	background: #d2d5d6;
	color: #858585;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: solid 1px #bdc3c7;
	text-decoration: none;
}

footer .btn_pc li:last-child {
	background: #eff0f1;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: solid 1px #fff;
	color: #858585;
}

footer .powered {
	text-align: right;
	padding-right: 10px;
}


/*------------------------------------------------------------
  form
------------------------------------------------------------*/

/*select{
min-width:80px;
padding-right:20px;
}*/

.fm {
color: #2b4d5e;
border: 1px solid #5f7d8c;
background: #3e6b82;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #666666;
padding: 8px;
width: 95%;
margin-bottom:4px;
}

#reserve_form header #language span.customSelect {
	word-wrap: break-word;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	padding: 5px 15px 5px 5px;
	
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: solid 1px #bdc3c7;
	background:url(../img/lang_select_bg_pc.jpg) no-repeat right center, linear-gradient(top, #ffffff 0%,#ffffff 40%,#dbdbdb 60%,#9c9c9c 100%);
	background:url(../img/lang_select_bg_pc.jpg) no-repeat right center, -moz-linear-gradient(top, #ffffff 0%,#ffffff 40%,#dbdbdb 60%,#9c9c9c 100%);

	background:url(../img/lang_select_bg_pc.jpg) no-repeat right center,-webkit-gradient(
  linear, left top, left bottom,
  color-stop(0%,#ffffff), color-stop(40%,#ffffff), color-stop(60%,#dbdbdb), color-stop(100%,#9c9c9c));
  	background-size:680px 56px;
	-moz-background-size:680px 56px;
	-webkit-background-size:680px 56px;
	box-shadow: 0 0 8px #d6dadc inset;
	-moz-box-shadow: 0 0 8px #d6dadc inset;
	-webkit-box-shadow: 0 0 8px #d6dadc inset;
}

.shop_info span.customSelect,
#reserve_form header .shop_info span.customSelect {
	word-wrap: break-word;
	padding:10px 50px 10px 20px;
	font-size: 20px;
	color: #333;
	width: 510px;
	white-space: nowrap;

	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: solid 1px #bdc3c7;
	background:url(../img/select_bg_pc.jpg) no-repeat right center;
	-moz-background:url(../img/select_bg_pc.jpg) no-repeat right center;
	-webkit-background:url(../img/select_bg_pc.jpg) no-repeat right center;
	background-size:531px 62px;
	-moz-background-size:531px 62px;
	-webkit-background-size:531px 62px;
	box-shadow: 0 0 8px #d6dadc inset;
	-moz-box-shadow: 0 0 8px #d6dadc inset;
	-webkit-box-shadow: 0 0 8px #d6dadc inset;
}

form select.fmselect{
	font-size:80%;
	max-width:100%;
}

input[type='checkbox']{
filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
position: absolute;
}

.cbxbd{
	position:relative;
	background:url(../img/bg_check_pc.png) no-repeat left 0;
	height:49px;
	line-height: 50px;
	background-size: 49px;
	display: block;
	padding: 0 0 0 56px;
	cursor: pointer;
	z-index: 10;
	/*overflow: hidden;*/
}

.cbxbd span{
	line-height: 20px;
	position:relative;
	float:right;
}

.c_on{background-position:left bottom;}

/*------------------------------------------------------------
  form button
------------------------------------------------------------*/

.btn01{
	display:block;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	width:470px;
	height:65px;
	border:0;
	margin:30px auto 15px;
	text-indent:-9999px;
}

.btn01:active {
opacity:0.93;
filter:alpha(opacity=93);
-ms-filter: "alpha(opacity=93)";
}

.btn .jp{
background: url(../img/btn01_pc_jp.png) no-repeat;
background-size: 470px 65px;
}

.btn .en{
background: url(../img/btn01_pc_en.png) no-repeat;
background-size: 470px 65px;
}

.btn02{
	display:block;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	width:470px;
	height:65px;
	border:0;
	margin:10px auto 15px;
	text-indent:-9999px;
}

.btn02:active {
opacity:0.93;
filter:alpha(opacity=93);
-ms-filter: "alpha(opacity=93)";
}

.btn02{
background: url(../img/reserve_check_btn_karamail_pc.png) no-repeat;
background-size: 470px 65px;
}

.btn03, .btn03_en{
	display:block;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	width:508px;
	height:70px;
	border:0;
	text-indent:-9999px;
}

.btn03:active, .btn03_en:active {
opacity:0.93;
filter:alpha(opacity=93);
-ms-filter: "alpha(opacity=93)";
}

.btn03{
background: url(../img/reserve_check_btn_send_pc.png) no-repeat;
background-size: 508px 70px;
}
.btn03_en{
background: url(../img/reserve_check_btn_send_pc_en.png) no-repeat;
background-size: 508px 70px;
}

.btn04, .btn04_en{
	display:block;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	width:470px;
	height:65px;
	border:0;
	text-indent:-9999px;
	margin: 0 auto;
}

.btn04:active, .btn04_en:active {
opacity:0.93;
filter:alpha(opacity=93);
-ms-filter: "alpha(opacity=93)";
}

.btn04{
background: url(../img/btn04_pc.png) no-repeat;
background-size: 470px 65px;
}
.btn04_en{
background: url(../img/btn04_pc_en.png) no-repeat;
background-size: 470px 65px;
}

.btn05, .btn05_en{
	display:block;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	width:470px;
	height:65px;
	border:0;
	text-indent:-9999px;
	margin: 15px auto;
}

.btn05:active, .btn05_en:active {
opacity:0.93;
filter:alpha(opacity=93);
-ms-filter: "alpha(opacity=93)";
}

.btn05{
background: url(../img/btn05_pc.png) no-repeat;
background-size: 470px 65px;
}
.btn05_en{
background: url(../img/btn05_pc_en.png) no-repeat;
background-size: 470px 65px;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 984px;
	margin-left: -512px;
}

#plan_available h2 a, #plan_groupshop h2 a {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------
  pagetop button
------------------------------------------------------------*/

#pagetop {
	position: fixed;
	right: 0;
	bottom: 30px;
	cursor: pointer;
	opacity: 0.7;
}


#sch_loading100 {
	position : fixed;
	top : 0;
	left : 0;
	width: 100%;
	height : 100%;
	filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
	background-color : #fff;
	background-image : url( ../common/img/loading100.gif );
	background-repeat : no-repeat;
	background-position : 50% 50%;
	z-index: 1000;
}
