h1 ,h2 ,h3 ,h4 ,h5 ,dl ,dt ,dd ,p {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.25em;
}


h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

p {
	padding-bottom: 10px;
}

img {
	border: none;
	vertical-align: bottom;
}

img.alignleft {
	margin-right: 20px;
	float: left;
}

img.alignright {
	margin-left: 20px;
	float: right;
}

img.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

.txt_r {
	text-align: right;
}

.txt_c {
	text-align: center;
}

.txt_t {
	vertical-align: top;
}

.clear {
	clear: both;
}


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

html {
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"�E��E� �E�ゴシチE��",verdana,arial,sans-serif;
	font-size: 75%;
	line-height: 1.6;
	margin:0;
	padding:0;
}

html>/**/body {
  font-size: 13px; /* Except IE */
}

/* safari only \*/  
html[xmlns*=""] body:last-child body {   
	font-size: 10%;  
}  

*:first-child+html body {
    font-family: "メイリオ", Meiryo,'�E��E� �E�ゴシチE��',verdana,sans-serif;
}

header {
	/*box-shadow
	-webkit-box-shadow:4px 1px 8px #000;
	   -moz-box-shadow:4px 1px 8px #000;
			box-shadow:4px 1px 8px #000;
    behavior: url(PIE.htc);*/
}

#header_in {
	margin: 0 auto;
	width: 940px;
	height: 110px;
    position: relative;
}

#header_in h1 {
	font-size: 1.0em;
	font-weight: normal;
	position: absolute;
	top: 10px;
	right: 0;
}

#header_in h2 {
	padding: 10px 0;
}

.headerinfo {
	position: absolute;
	top: 40px;
	right: 0;
}

.headerinfo ul li {
	float: left;
}

.headerinfo ul li a {
	display: block;
	color: #fff;
	text-align: center;
	width: 100px;
	background: url(/images/bt1.gif) repeat-x;
	float: left;
}

.headerinfo ul li a.on {
	color: #FC5E00;
	background: url(/images/bt1_on.gif) repeat-x;
}

.headerinfo ul li a:hover {
	background: url(/images/bt1_on.gif) repeat-x;
}

.headerinfo ul li a.ja {
	margin-right:1px;
	position: relative;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
			border-radius: 5px 0 0 5px;
    behavior: url(PIE.htc);
}

.headerinfo ul li a.en {
	margin-right:10px;
	position: relative;
	-webkit-border-radius: 0 5px 5px 0;
	   -moz-border-radius: 0 5px 5px 0;
			border-radius: 0 5px 5px 0;
    behavior: url(PIE.htc);
}

.headerinfo ul li h3 {
	color: #00EA5E;
	font-size: 1.0em;
	font-weight: normal;
	margin-right: 5px;
	padding: 0 10px;
	background: url(/images/bt1.gif) repeat-x;
	float: left;
	position: relative;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
    behavior: url(PIE.htc);
}

.headerinfo ul li img {
	vertical-align: baseline;
	position: relative;
	top: -3px;
}

.headerinfo ul li.clear {
	float: none;
	clear: both;
	text-align:right;
}

#google_translate_element{
	position: absolute;
	right: 360px;
	top: 0;
}

#gnavi {
	margin-bottom: 20px;
	background: url(/images/kaigai/k_bg_navi.gif) repeat-x;
	border-top: solid 5px #251A18;
}

#gnavi ul {
	margin: 0 auto;
	padding-top: 0px;
	width: 940px;
	height: 48px;
	border-left: solid 1px #ccc;
}

#gnavi ul li {
	text-align: center;
	width: 155px;
	border-right: solid 1px #ccc;
	float: left;
}

#gnavi ul li.first
,#gnavi ul li.last {
	width: 156px;
}

#gnavi ul li a {
	display: block;
	line-height: 1.0;
	color: #fff;
	padding-top: 10px;
	height: 38px;
}

#gnavi ul li a span.nav_en {
	display: block;
	color: #fff;
	font-size: 0.8em;
	padding-top: 8px;
}

#gnavi ul li.current-menu-item a
,#gnavi ul li a:hover {
	color: #fff;
}

#gnavi ul li.current-menu-item a span.nav_en
,#gnavi ul li a:hover span.nav_en {
	color: #FC5E00;
}

#toggle{
	display:none;
}

#bnavi {
	margin-bottom: 15px;
}

#container {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 940px;
}

#main {
	width: 700px;
	float: left;
}

#side {
	width: 220px;
	float: right;
}

footer {
	background: #ECECEC;
}

#footer_in {
	margin: 0 auto;
	padding: 20px 0;
	width: 940px;
    position: relative;
}

.footerinfo {
	float: right;
}

.footerinfo h1 {
	margin-bottom: 20px;
}

.footerinfo ul li {
	text-align: center;
	width: 230px;
	float: left;
}

.footerinfo ul li a {
	display:block;
	color: #FC5E00;
	margin: 0 auto;
	padding: 3px 0;
	width: 200px;
	background: #241917;
}

#fnavi ul {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #ccc;
	width: 220px;
	float: left;
}

#fnavi ul.first {
}

#fnavi ul li {
	margin-bottom: 5px;
	padding: 0 5px 5px 20px;
	background: url(/images/kaigai/k_arrow1.gif) no-repeat 5px 5px;
	border-bottom: dotted 1px #ccc;
}

#fnavi ul li a {
	color: #333;
}

#fnavi ul li a:hover {
	text-decoration: underline;
}

p.copy {
	padding: 5px;
	background: #333;
}

p.copy small {
	display: block;
	color: #FC5E00;
	margin: 0 auto;
	width: 940px;
}

#side .bnr a {
	display:block;
	margin-bottom: 15px;
}

#side .bnr2 ul li {
	margin-bottom: 15px;
}

#side .bnr2 ul li a {
	display: block;
	border: solid 3px #F0F0F0;
	border-top: solid 3px #FC5E00;
}

#side .bnr2 ul li a:hover {
	border: solid 3px #FC5E00;
}

#side .yoyaku {
	padding: 0 0 3px;
	background: #00B74A;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
    behavior: url(PIE.htc);
}

#side .yoyaku h1 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center
}

#side .yoyaku div {
	margin: 0 auto;
	padding: 5px;
	width: 204px;
	background: #fff;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
    behavior: url(PIE.htc);
}

h1.bar1 {
	font-size: 1.1em;
	margin-bottom: 20px;
	padding: 5px;
	height: 23px;
	background: url(/images/kaigai/k_bar1.gif) repeat-x;
	border: solid 1px #ccc;
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
    behavior: url(PIE.htc);
}

h1.bar1 span {
	padding-left: 5px;
	border-left: solid 3px #FC5E00;
}

h2.bar2 {
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	height: 26px;
	background: url(/images/icon_q.jpg) no-repeat 5px 5px #333;
	border-bottom: solid 3px #FC5E00;
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
    behavior: url(PIE.htc);
}

.block1 {
	margin-bottom: 30px;
}

#loading {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.option_explanation {
	margin:10px 5px;
	line-height:2em;
	border:orange 1px solid;
	background-color:beige;
	padding:20px
}



/* =TOOLTIP in reservation form
----------------------------------------------- */

.tltip_table{
	width:440px;
}

.tltip_table th.column {
	width:100px;
	height:10px;
	text-align:center;
}

.tltip_table th {
	text-align:center;
}

.tltip_table td{
	height:10px;
	width:auto;
	text-align:center;
}

.tltip_link {
	text-align:right;
}

*//* ----------------------------------------------------

	float

---------------------------------------------------- */
.right {
	float: right !important;
	overflow: hidden;
}
.left {
	float: left !important;
	overflow: hidden;
}
.both {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#btn01:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#btn01 {
	text-align: center;
}
#top_nav li{
	margin-left:10px;
	}
/* ----------------------------------------------------
	clearfix �̑�p
	&#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

div.hr {
	clear: both;
}
div.hr hr {
	display: none;
}
/* ----------------------------------------------------

	margin

---------------------------------------------------- */

.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
/* ----------------------------------------------------

	padding

---------------------------------------------------- */

.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 35px !important;
}
.acent {
	text-align: center;
}
.aright {
	text-align: right;
}


span.wpcf7-list-item-label {
	white-space: nowrap;
}

figure.price_list table{
	border: 1px solid silver;
}
figure.price_list table thead tr {
	border-bottom: 2px solid black;
}
figure.price_list table thead th {
	padding: 10px;
	background-color: #1ca92e;
	color: white;
}
figure.price_list table td {
	padding: 5px;
}
figure.price_list table tfoot tr{
	border-top: 2px solid black;
}


div.wpcf7 form.wpcf7-form div.policy > div.box {
    border: 1px solid silver;
    border-radius: 2px;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}
div.wpcf7 form.wpcf7-form div.policy div.body {
	margin-top:0;
	font-size: 0.7em;
	line-height: 1.3em;
}
div.wpcf7 form.wpcf7-form div.policy div.box:has(label.acceptance-check){
	margin-top: 1.5rem;
}
div.wpcf7 form.wpcf7-form div.policy label.acceptance-check {
	display: inline;
}
div.wpcf7 form.wpcf7-form div.policy label.acceptance-check span {
	cursor: pointer;
}