@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-family:Meiryo, Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", Arial, Helvetica, Tahoma, sans-serif;
font-size:100%;
line-height:1.5em;
background:transport;
border:none;
}

header,hgroup,nav,article,
section,aside,figure,footer{
display:block;
}

ol, ul{
list-style: none;  
}

img,a{
  vertical-align:top;
}

.clearfix:after {
content: ""; 
display: block; 
clear: both;
}

body{
color:#000000;
}



.mb16{
margin-bottom:16px;
}

.pb16{
padding-bottom:16px;
}

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

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

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

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

#reserve_form header h1 {
	width: 60%;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 18px;
	float: left;
}

#reserve_form header #language {
	float: right;
}

/*------------------------------------------------------------
  kv
------------------------------------------------------------*/

#reserve_form #kv {
padding-top: 1px;
padding-bottom: 1px;
border-bottom: solid 1px #bdc3c7;
z-index: 1;
}

#reserve_form #kv img {
	width: 100%;
	z-index: 1;
}

/*------------------------------------------------------------
  calendar
------------------------------------------------------------*/
/*
#calendar {
	width: 300px;
	margin: 0 auto;
	border: solid 1px #7f8081;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	width: 225px;
	box-shadow: 0 0 3px #7f8081;
	font-size: 80%;
}

#calendar #cal_head {
	background: #f5f5f5;
	box-shadow: 0 0 5px #e2e2e2 inset;
	border: solid 1px #c8c8c8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
	position: relative;
}

#calendar #cal_head .back {
	position: absolute;
	left: 5px;
	top: 5px;
}

#calendar #cal_head .next {
	position: absolute;
	right: 5px;
	top: 5px;
}

#calendar #cal_head .month {
	text-align: center;
}

#calendar table {
	width: 100%;
}

#calendar table th.sat {
	color: #0549a5;
}

#calendar table th.sun {
	color: #e61909;
}

#calendar table td {
	border: solid 1px #dddddd;
	text-align: right;
	padding: 5px 3px 3px;
	line-height: 1;
	background: #fff;
}

#calendar table td.sun {
	background: #ffdddc;
}

#calendar table td.sat {
	background: #dcf0ff;
}

#calendar table td.none {
	border: none;
	background: none;
}

#calendar table td.fin {
	opacity: 0.4;
}

#calendar table td.on {
	border: #a0a0a0 solid 1px;
	background: #c6c6c6;

}

#calendar table td.select {
	border: #a0a0a0 solid 1px;
	background: #ffdf9a;

}

#calendar table td:hover {
	background: #eeeeee;
	border: #a0a0a0 solid 1px;
}
*/
/*------------------------------------------------------------
  index
------------------------------------------------------------*/

#reserve_form .attn_reserve.top {
	background: #f4f5f6;
	font-size: 80%;
	padding: 10px 12px;
}

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

/*------------------------------------------------------------
  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_sp.png) no-repeat 10px center;
	background-size:17px;
	color: #333;
	border-bottom: solid 1px #329344;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 34px;
}

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

#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:150px;
	height:150px;
	text-align:center;
	vertical-align:middle;
}

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

#reserve_form #plan_available .box_plan .plan_photo .plan .mi {
	font-size: 95%;
	word-break: break-all;
}

#reserve_form #plan_available .box_plan .plan_photo .plan .price {
	font-size: 80%;
}

#reserve_form #plan_available .box_plan .plan_photo .plan .price .price_red {
	color: #ff0000;
	font-size: 110%;
}

#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: 12px;
	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: 10px;
}

#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_sp.png) no-repeat right center;
	background-size: 22px 16px;
	font-size: 80%;
	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_sp.png) no-repeat right center;
	background-size: 22px 16px;
}

#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: 80%;
	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_sp.png) no-repeat 0 center;
	background-size: 9px;
	padding-left: 14px;
}

#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: 10px;
	width: 225px;
	box-shadow: 0 0 3px #7f8081;
}

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

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

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

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

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

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

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

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

/* full */

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

#reserve_form #plan_available .attn_full img {
	vertical-align: baseline;
}

#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: 90%;
	color: #333;
	border-left: solid 2px #098d22;
	padding-left: 6px;
	margin-bottom: 10px;
}

#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: 90%;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

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

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

/*------------------------------------------------------------
  footer shop info
------------------------------------------------------------*/

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

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

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


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

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

#reserve_check h1 {
	background: #dbfce1 url(../img/reserve_check_ico_h1_sp.png) no-repeat 10px center;
	background-size:17px 17px;
	border-bottom: solid 1px #329344;
	font-size: 90%;
	padding: 10px 10px 10px 34px;
	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_sp.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_sp.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_sp.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_sp.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: 80%;
	background: #fff4f4;
}


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

#reserve_check #box_mailcheck {
	color: #333;
}

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

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

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

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

#reserve_check #box_mailcheck #mailinfo .mail {
	background: url(../img/ico_yellow_square_sp.png) no-repeat 0 6px;
	background-size:9px;
	font-size: 90%;
	padding-left: 14px;
}

#reserve_check #box_mailcheck #mailinfo li {
	font-size: 74%;
	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: 80%;
	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: 75%;
	height: 25px;
	float: left;
	margin-right: 5px;
	padding-left: 4px;
}

#reserve_check #box_mailcheck .btn_back {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: solid 1px #bdc3c7;
}

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

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

#reserve_check #mailsent_check .small {
	font-size: 80%;
}

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

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

#reserve_check #box_checkinput #privacy {
	font-size: 80%;
	-webkit-overflow-scrolling: touch
}

#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;
}

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

#reserve_check #box_checkinput #box_input th .must {
	font-size: 80%;
	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: 80%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
}

#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: 20px;
	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%;
}

 #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: 5px;
}

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

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

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

#reserve_check #mailsent_fin .thankyou {
	padding: 15px 15px 0;
	font-size: 90%;
}

#reserve_check #mailsent_fin .thankyou2 {
	padding: 10px 10px 0;
	font-size: 90%;
}


#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_sp.png) no-repeat 10px center;
	background-size: 17px;
	color: #fff;
	font-size: 90%;
	padding: 8px 10px 8px 35px;
}

#reserve_check #check_check .small {
	font-size: 70%;
}

#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_sp.png) repeat-x 0 bottom;
	background-size: 4px;
}

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

#reserve_check #check_check .reserve_info01 {
	font-size: 90%;
}


#reserve_check #check_check #box_search table {
	border-collapse: collapse;
}

#reserve_check #check_check #box_search th {
	font-size: 70%;
	white-space: nowrap;
	padding-left: 15px;
	text-align: left;
	padding-top: 5px;
	vertical-align: top;
}

#reserve_check #check_check #box_search td {
	font-size: 80%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
}

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


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

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

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

#reserve_check #check_cat .btn_reserve {
	border-bottom: solid 1px #bdc3c7;
	padding-bottom: 30px;
}

#reserve_check #check_cat .btn_back {
	border-bottom: solid 1px #bdc3c7;
	padding-bottom: 30px;
}

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

footer {
	padding-top: 8px;
	padding-bottom: 10px;
}

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 {
	background: #eff0f1;
	color: #858585;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: solid 1px #bdc3c7;
}

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

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


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

#reserve_form #form {
	padding: 4px;	
}

#reserve_form #form .shop_name{
	font-size:14px;
}

#reserve_form #form #detail_select {
	overflow: hidden;
}

#reserve_form #form #detail_select li {
	float: left;
	width: 48.6%;
	margin-bottom: 5px;
}

#reserve_form #form #detail_select li:nth-child(odd) {
	margin-right: 2%;
}

#reserve_form #form #detail_select li input[type='text'] {
	font-size: 80%;
	color: #333;
	text-align: center;
	border: solid 1px #bdc3c7;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	width: 100%;
	line-height: 1;
}

#reserve_form #form #detail_select li.calendar input {
	background: url(../img/form_ico_cal_sp.png) no-repeat 0 center;
	background-size:29px;
	padding-left: 18%;
	width: 82%;
	height: 30px;
	line-height: 30px;
}

#reserve_form #form #detail_select li.num input {
	background: url(../img/form_ico_num_sp.png) no-repeat 0 center;
	background-size:29px;
	padding-left: 12%;
	width: 88%;
	height: 30px;
	line-height: 30px;
}

#reserve_form #form #detail_select li.time input {
	background: url(../img/form_ico_time_sp.png) no-repeat 0 center;
	background-size:29px;
	padding-left: 12%;
	width: 88%;
	height: 30px;
	line-height: 30px;
}

#reserve_form #form #detail_select li.koshitu {
	padding-top:3px;
}

#reserve_form #form #detail_select li.koshitu img{
	margin-top:-2px;
}


/*------------------------------------------------------------
  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 span.customSelect {
	word-wrap: break-word;
	margin-bottom:6px;
	font-size: 70%;
	height: 20px;
	line-height: 20px;
	
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: solid 1px #bdc3c7;
	background:url(../img/lang_select_bg_sp.jpg) no-repeat center right, linear-gradient(top, #ffffff 0%,#ffffff 40%,#dbdbdb 60%,#9c9c9c 100%);
	background:url(../img/lang_select_bg_sp.jpg) no-repeat center right, -moz-linear-gradient(top, #ffffff 0%,#ffffff 40%,#dbdbdb 60%,#9c9c9c 100%);

	background:url(../img/lang_select_bg_sp.jpg) no-repeat center right,-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:600px 29px;
	-moz-background-size:600px 29px;
	-webkit-background-size:600px 29px;
	box-shadow: 0 0 8px #d6dadc inset;
	-moz-box-shadow: 0 0 8px #d6dadc inset;
	-webkit-box-shadow: 0 0 8px #d6dadc inset;
}

span.customSelect {
	word-wrap: break-word;
	line-height: 25px;
	height: 25px;
	padding:3px 10px 3px 6px;
	margin-bottom:10px;
	font-size: 80%;

	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: solid 1px #bdc3c7;
	background:url(../img/lang_select_bg_sp.jpg) no-repeat center right, linear-gradient(top, #ffffff 0%,#ffffff 40%,#dbdbdb 60%,#9c9c9c 100%);
	background:url(../img/lang_select_bg_sp.jpg) no-repeat center right, -moz-linear-gradient(top, #ffffff 0%,#ffffff 40%,#dbdbdb 60%,#9c9c9c 100%);

	background:url(../img/lang_select_bg_sp.jpg) no-repeat center right,-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:600px 29px;
	-moz-background-size:600px 29px;
	-webkit-background-size:600px 29px;
	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_sp.png) no-repeat left top;
	height:26px;
	line-height: 26px;
	background-size: 26px;
	display: block;
	padding: 0 0 0 32px;
	cursor: pointer;
	font-size: 80%;
	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:254px;
	height:32px;
	border:0;
	margin:10px auto 15px;
	text-indent:-9999px;
}

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

.btn01{
background: url(../img/btn01_sp.png) no-repeat;
background-size: 254px 32px;
}

.btn .jp{
background: url(../img/btn01_sp.png) no-repeat;
background-size: 254px 32px;
}

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


.btn02{
	display:block;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	width:254px;
	height:35px;
	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_sp.png) no-repeat;
background-size: 254px 35px;
}

.btn03, .btn03_en{
	display:block;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	width:254px;
	height:35px;
	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: 254px 35px;
}
.btn03_en{
background: url(../img/reserve_check_btn_send_pc_en.png) no-repeat;
background-size: 254px 35px;
}

.btn04, .btn04_en{
	display:block;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	width:254px;
	height:35px;
	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_sp.png) no-repeat;
background-size: 254px 35px;
}
.btn04_en{
background: url(../img/btn04_pc_en.png) no-repeat;
background-size: 254px 35px;
}

.btn05, .btn05_en{
	display:block;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	width:254px;
	height:35px;
	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_sp.png) no-repeat;
background-size: 254px 35px;
}
.btn05_en{
background: url(../img/btn05_pc_en.png) no-repeat;
background-size: 254px 35px;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

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

/*------------------------------------------------------------
  select plan01
------------------------------------------------------------*/

#plan_narrow {
	margin-top: 16px;
	font-size: 14px;
}

#plan_narrow .mi {
	text-align: center;
	font-size: 13px;
	background: #bdc3c7;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}

#plan_narrow ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#plan_narrow ul li {
	background: #d9dcdd;
	border-top: solid 1px #fff;
	width: 49.8%;
	text-align: center;
}

#plan_narrow ul li span {
	padding: 8px;
	display: inline-block;
}

#plan_narrow ul li:nth-child(odd) {
	border-right: solid 1px #fff;
}

#plan_narrow ul li.on {
	background: #ffffff;
}

/*------------------------------------------------------------
  select plan02
------------------------------------------------------------*/


#plan_narrow_store {
	background: #178b2a;
	color: #fff;
	font-size: 14px;
}

#plan_narrow_store .mi {
	text-align: center;
	padding: 6px;
	font-size: 13px;
	padding-bottom: 8px;
}

#plan_narrow_store .mi p {
	display: inline-block;
	background: rgba(255,255,255,0.3);
	padding: 3px 16px;
	border-radius: 3px;
}

#plan_narrow_store ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#plan_narrow_store ul li {
	width: 50%;
	text-align: center;
	margin-bottom: 8px;
	position: relative;
	background: url(../img/ico_ya_white.png) no-repeat 24px center;
	background-size: 4px;
	opacity: 0.6;
}

#plan_narrow_store ul li.on {
	opacity: 1;
}

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

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

#pagetop img {
	width: 60px;
}



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

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

#reserve_check #box_flow2 li {
	background-size: 15px;
	padding-right: 20px;
	
}

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



#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;
}
