@charset "utf-8";
/* CSS Document */

html{
}
body {
	font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    position: relative;
	color: #4d4d4d;
}

ul {
	list-style: none;
}

img {
	vertical-align: bottom;
}

a:hover {
	text-decoration: none;
}

a img:hover {
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity:0.5;
}

.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* header */
#logo {
	position: relative;
	top: 10px;
}

#header {
	position: relative;
	width: 980px;
	height: 97px;
	margin: 0 auto;
}

/* language */
#header #language {
	position: absolute;
	left: 440px;
	top: 30px;
}

#language li {
	display: inline-block;
}

#language li + li {
	margin-left: 30px;
}

#language li a {
	display: block;
    width: 150px;
    height: 35px;
    text-decoration: none;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0e3870;
    background: #fff;
	border: 1px solid #0e3870;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 0px 0px 10px 1px #666;
	-webkit-box-shadow: 0px 0px 10px 1px #666;
	-moz-box-shadow: 0px 0px 10px 1px #666;
}

#language a:hover,
#language .current a {
    color: #fff;
    background: #0e3870;
}


/* container */
#container {
	background: linear-gradient(#fff, #b6fbff) no-repeat;
}


/* main_img */
#main_img_wrapper {
	border-top: 1px solid #0e3870;
	border-bottom: 1px solid #0e3870;
}

#main_img {
	position: relative;
	width: 980px;
	margin: 0 auto;	
}

#main_img .bx-wrapper {
	position: relative;
	margin-bottom: 0;
}

#main_img .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background-color: transparent;
}

#main_img .bx-wrapper .bx-controls {
	position: absolute;
	top: 600px;
	width: 980px;
}

#main_img p {
	position: absolute;
	top: 20px;
	width: 980px;
	height: 60px;
	line-height: 60px;
	background-color: rgba( 255, 255, 255, 0.3);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
    font-weight: bold;
	color: #fff;
	text-shadow: -1px 1px 3px #000;
	text-indent: 25px;
}


/* page_title */
#page_title_wrapper {
	width: 100%;
	background: #fff;
}

#page_title {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}

#page_title #language {
	text-align: center;
    padding: 80px 0 30px;
}

#page_title h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #0e3870;
	font-size: 25px;
	line-height: 50px;
	padding-left: 20px;
}

#page_title p {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 30px;
	padding: 0 80px;
}


/* main */
#main_wrapper {
	border-top: 1px solid #0e3870;
	border-bottom: 1px solid #0e3870;
}


#main {
	width: 980px;
	margin: 0 auto;
	background: #fff;
}

.block .title {
	margin-bottom: 20px;
}


/* left */
#left {
	width: 200px;
	float: left;
	padding: 20px;
}

#left #menu li {
	height: 50px;
}

#left #menu li + li {
	margin-top: 20px;
}

#left #menu li a {
	display: table-cell;
    width: 198px;
	height: 50px;
	vertical-align: middle;
	line-height: 1.2;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #0e3870;
	border: 1px solid #0e3870;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#left #menu li a:hover,
#left #menu li.current a {
    color: #0e3870;
    background: #fff;
}

#left_company {
	margin: 20px 0;
	color: #4d4d4d;
	line-height: 1.5;
}


/* right */
#right {
	width: 700px;
	float: right;
	padding: 20px;
}

.block + .block {
	margin-top: 20px;
}

.block p {
    font-size: 14px;
	line-height: 1.8;
}

#map {
	width: 700px;
	height: 350px;
}


/* footer */
#footer {
	width: 980px;
	background: #fff;
	margin: 20px auto;
	text-align: center;
	color: #4d4d4d;
}

/* company */
.block_link {
	text-align: right;
	color: #0e3870;
	font-weight: bold;
}

.block_link a {
	color: #0e3870;
	text-decoration: none;	
}

.block_link a:hover {
	text-decoration: underline;	
}

.company .block h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #0e3870;
	font-size: 18px;
	margin: 10px 0;
}

.company_table {
	width: 100%;
}

.company_table tr + tr {
	border-top: 1px dotted #9f9f9f;
}

.company_table th,
.company_table td {
    vertical-align: middle;
	padding: 5px 0;
}

.company_table th {
	width: 20%;
}


/* inbound */
.inbound .block h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #f4901e;
	font-size: 18px;
}

.inbound .block:nth-of-type(3) p,
.inbound .block:nth-of-type(4) p {
	background-image: url("../img/common/text_line.png");
	line-height: 30px;
}

.plan_table {
	width: 100%;
}

.plan_table tr {
	background: url("../img/common/text_line.png") repeat-x bottom;
}

.plan_table td {
	padding: 10px 0;
	font-size: 18px;
	text-align: left;
	line-height: 1;
}

.plan_table td span {
	font-size: 11px;
	padding-left: 10px;
}

.plan_table td + td {
	font-size: 27px;
	color: #f4901e;
	vertical-align: middle;
	text-align: right;
}

.inbound .image_table {
	width: 100%;
	margin-top: 10px;
}

.inbound .image_table td {
	padding: 10px;
}

.inbound .image_table + p {
	font-size: 11px;
}

#to_contact {
	margin-top: 30px;
	text-align: center;
}

#to_contact p {
	font-size: 15px;
}

#to_contact a {
	display: inline-block;
    width: 500px;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #0e3870;
	border: 1px solid #0e3870;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-top: 10px;
}


/* tour */
.tour .block h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #be272d;
	font-size: 18px;
}

.tour .block {
	border-bottom: 1px dashed #9f9f9f;
}

.tour .block p {
	background-image: url("../img/common/text_line.png");
	line-height: 30px;
}

.tour .image_table {
	margin: 10px 0;
}

.tour .image_table td {
	padding: 3px 10px;
}


/* contact */
#contact_table {
	width: 100%;
}

#contact_table tr + tr {
	border-top: 1px dotted #9f9f9f;
}

#contact_table th,
#contact_table td {
	padding: 5px 0;
    vertical-align: middle;
}

#contact_table th {
	width: 20%;
}

#contact_table input[type="text"] {
	display: block;
}

#contact_table input[type="text"] + input[type="text"] {
	margin-top: 5px;
}

#contact_table textarea {
	width: 100%;
	height: 100px;
}

.hissu,
.error_messe {
	color: red;
}

#privacy {
	height: 150px;
	overflow: scroll;
	border: 1px solid silver;
}

#submit {
	margin-top: 20px;
	text-align: center;
}
