@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}



/* --------------------------- */
/*  base  */
/* --------------------------- */
body {
  background-color: #000;
  color: #FFF;
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

a {
  outline: none;
  color: #FFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a:focus, button:focus {
  outline: none;
}

/* --------------------------- */
/*  layout  */
/* --------------------------- */
header#header {
  *zoom: 1;
  margin: 0 auto;
  width: 1000px;
}
header#header:before, header#header:after {
  content: " ";
  display: table;
}
header#header:after {
  clear: both;
}
header#header h1 {
  float: left;
  padding: 38px 0 30px;
}
header#header nav {
  float: right;
  padding-top: 37px;
}
header#header nav li {
  display: inline;
  margin-left: 25px;
}

footer#footer {
  margin: 0 auto 40px;
  padding-top: 12px;
  width: 1000px;
  height: 59px;
  background: url(../images/footer.png) no-repeat top center;
}
footer#footer address {
  display: none;
}
footer#footer p {
  margin-left: 744px;
}

article.container,
div.container {
  *zoom: 1;
  margin: 40px auto 0;
  width: 1000px;
}
article.container:before, article.container:after,
div.container:before,
div.container:after {
  content: " ";
  display: table;
}
article.container:after,
div.container:after {
  clear: both;
}

/* ------ */
/*  Home  */
/* ------ */
div#index {
  position: relative;
  margin: 0 auto;
}
div#index .columnR {
  padding: 30px 130px 0 0;
  width: 353px;
}
div#index .columnR #topbox {
  text-align: center;
}
div#index .columnR #topbox h1 {
  margin-bottom: 27px;
}
div#index .columnR #topbox h2 {
  margin-bottom: 20px;
}
div#index .columnR #topbox p {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
div#index .columnR #topbox div.bn {
  margin-top: 20px;
}
div#index .columnR p.mvnav {
  padding-top: 20px;
  text-align: center;
  letter-spacing: 0.5em;
}
div#index .columnL {
  overflow: hidden;
  width: 420px;
  height: 672px;
}
div#index div#shadow img {
  position: absolute;
  z-index: 1000;
}
div#index div#shadow .shadowtop {
  top: 0;
  left: 70px;
}
div#index div#shadow .shadowbtm {
  bottom: 0;
  left: 70px;
}
div#index div#shadow .shadowl {
  top: 107px;
  left: 70px;
}
div#index div#shadow .shadowr {
  top: 107px;
  left: 377px;
}
div#index div#visualbox {
  margin-left: 70px;
}
div#index div#visualbox p {
  padding: 0 0 0 45px;
  color: #000;
  font-size: 13px;
}
div#index div#visualbox p a {
  color: #00479d;
}
div#index div#visualbox #visual01 {
  width: 353px;
  height: 672px;
}
div#index div#visualbox #visual02 {
  width: 353px;
  height: 672px;
  background: url(../images/visual02.png) no-repeat top left;
}
div#index div#visualbox #visual02 p.more {
  padding-top: 480px;
}
div#index div#visualbox #visual03 {
  width: 353px;
  height: 672px;
  background: url(../images/visual03.png) no-repeat top left;
}
div#index div#visualbox #visual03 p.more {
  padding-top: 460px;
}
div#index div#visualbox #visual04 {
  width: 353px;
  height: 672px;
  background: url(../images/visual04.png) no-repeat top left;
}
div#index div#visualbox #visual04 p.more {
  padding-top: 440px;
}
div#index div#visualbox #visual05 {
  width: 353px;
  height: 672px;
  background: url(../images/visual05.png) no-repeat top left;
}
div#index div#visualbox #visual05 p.more {
  padding-top: 460px;
}
div#index .bx-controls {
  position: absolute;
  top: 620px;
  right: 255px;
}
div#index .bx-controls .bx-pager-item {
  float: left;
}
div#index .bx-pager-item a.bx-pager-link {
  text-indent: -9999px;
}
div#index .bx-pager-item .bx-pager {
  width: 100%;
  height: 10px;
}
div#index .bx-pager-item a.bx-pager-link {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  width: 13px;
  height: 13px;
  background: url(../images/slidepoint_w.png) no-repeat left top;
}
div#index .bx-pager-item a.bx-pager-link.active {
  background: url(../images/slidepoint_b.png) no-repeat left top;
}

/* -------- */
/*  Access  */
/* -------- */
article#access {
  padding-bottom: 60px;
}
article#access .columnL {
  width: 400px;
}
article#access .columnL h1 {
  margin-bottom: 25px;
}
article#access .columnL p.copy {
  font-size: 14px;
  line-height: 2;
}
article#access .columnL ul li {
  margin-top: 35px;
  font-size: 12px;
}
article#access .columnL ul li p {
  padding-top: 15px;
}
article#access .columnR {
  width: 576px;
}
article#access .columnR #map {
  margin-bottom: 35px;
  width: 576px;
  height: 548px;
  background: url(../images/map.png) no-repeat top left;
}
article#access .columnR #map p {
  padding-top: 520px;
  text-align: right;
  font-size: 13px;
}
article#access .columnR #map p img {
  margin-left: 8px;
  vertical-align: middle;
}
article#access .columnR ul.photolist {
  margin-top: 3px;
  width: 576px;
}
article#access .columnR ul.photolist li {
  display: inline;
  margin-left: 3px;
}
article#access .columnR ul.photolist li:first-child {
  margin-left: 0;
}

/* ----------- */
/*  Equipment  */
/* ----------- */
article#equipment {
  padding-bottom: 10px;
}
article#equipment h1 {
  margin-bottom: 30px;
}
article#equipment p {
  font-size: 12px;
}
article#equipment section {
  padding-bottom: 40px;
}
article#equipment section h2 {
  margin-bottom: 17px;
}
article#equipment section ul {
  margin-bottom: 40px;
}
article#equipment section ul li {
  display: inline;
  margin-left: 25px;
}
article#equipment section ul li:first-child {
  margin-left: 0;
}

/* -------- */
/*  Layout  */
/* -------- */
article#layout {
  padding-bottom: 60px;
}
article#layout h1 {
  margin-bottom: 40px;
}
article#layout ul {
  float: left;
}
article#layout ul:first-child {
  float: none;
  margin-bottom: 35px;
}
article#layout li {
  display: inline;
  margin-left: 35px;
}
article#layout li:first-child {
  margin-left: 0;
}
article#layout li img:hover {
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
}
article#layout div#typelist {
  float: right;
  width: 310px;
}
article#layout p {
  clear: both;
  padding-top: 10px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.4;
}

div#typelist h2 {
  padding-top: 20px;
  font-size: 14px;
}
div#typelist table {
  margin-top: 6px;
  width: 310px;
}
div#typelist table th, div#typelist table td {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
div#typelist table thead th {
  padding: 6px 5px;
  border-top: none;
  background-color: #666;
  text-align: center;
  font-size: 8px;
}
div#typelist table thead th:first-child {
  border-left: none;
}
div#typelist table thead th span {
  font-size: 16px;
}
div#typelist table tbody th {
  padding: 6px 2px;
  border-left: none;
  background-color: #333;
  text-align: center;
  font-size: 8px;
}
div#typelist table tbody td {
  padding: 7px 2px;
  text-align: right;
  font-size: 8px;
}
div#typelist table tbody td em {
  font-size: 11px;
}

/* ------------- */
/*  layout Type  */
/* ------------- */
div#layouttype {
  width: 910px;
  height: 735px;
  background: url(../images/type_bg.png) no-repeat top center;
}
div#layouttype .columnL {
  margin-left: 60px;
  padding-top: 25px;
  width: 400px;
  height: 670px;
  border-left: none;
  text-align: center;
}
div#layouttype .columnR {
  margin-right: 75px;
  padding-top: 35px;
  width: 315px;
}
div#layouttype .columnR h1 {
  margin-bottom: 30px;
}
div#layouttype .columnR h2 {
  margin-bottom: 10px;
  font-size: 14px;
}
div#layouttype .columnR th {
  padding: 10px 18px 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  text-align: center;
  font-size: 16px;
}
div#layouttype .columnR td {
  padding: 10px 18px 8px;
  border-top: 1px solid #FFF;
  font-size: 14px;
}
div#layouttype .columnR td em {
  font-size: 20px;
}
div#layouttype .columnR td:last-child {
  padding-left: 23px;
}
div#layouttype .columnR tr:last-child th, div#layouttype .columnR tr:last-child td {
  border-bottom: 1px solid #FFF;
}
div#layouttype p.caption {
  clear: both;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.4;
}

/* --------- */
/*  Gallery  */
/* --------- */
article#gallery {
  padding-bottom: 25px;
}
article#gallery h1 {
  margin-bottom: 35px;
}
article#gallery ul#photogallery {
  *zoom: 1;
}
article#gallery ul#photogallery:before, article#gallery ul#photogallery:after {
  content: " ";
  display: table;
}
article#gallery ul#photogallery:after {
  clear: both;
}
article#gallery ul#photogallery li {
  float: left;
  margin-bottom: 26px;
  margin-left: 26.6px;
  width: 230px;
  height: 180px;
}
article#gallery ul#photogallery li img:hover {
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
}

/* --------- */
/*  Outline  */
/* --------- */
div#outline {
  padding-bottom: 10px;
  background: url(../images/outline_bg.jpg) no-repeat 130px top;
  -webkit-background-size: 45%;
  -o-background-size: 45%;
  background-size: 45%;
}
div#outline .columnL {
  width: 420px;
}
div#outline .columnL th {
  width: 80px;
}
div#outline .columnR {
  width: 530px;
}
div#outline .columnR th {
  width: 100px;
}
div#outline p {
  clear: both;
  font-size: 12px;
}
div#outline table {
  margin-bottom: 45px;
}
div#outline table thead th {
  padding: 0 12px 17px 0;
  font-size: 14px;
  line-height: 1;
}
div#outline table th, div#outline table td {
  font-size: 12px;
  line-height: 1.5;
}
div#outline table th {
  padding: 3px 12px 3px 0;
  border-right: 1px solid #FFF;
  vertical-align: top;
  text-align: right;
}
div#outline table td {
  padding: 3px 0 3px 12px;
}
div#outline table tbody tr:last-child th, div#outline table tbody tr:last-child td {
  padding-bottom: 0;
}

/* --------------------------- */
/*  modular */
/* --------------------------- */
.columnL {
  float: left;
}

.columnR {
  float: right;
}

.mgnL0 {
  margin-left: 0 !important;
}

.sfont{ font-size: 10px !important; letter-spacing:0.1em;}

.gmap_iframe {
  aspect-ratio: 16 / 9;
  max-width: 1000px;
  width: 100%;
  height: auto;
}