@charset "utf-8";

/* = reset
---------------------------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color: inherit;
	-webkit-text-size-adjust:none;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
	opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: white;
  font:14px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.serif {
  font:14px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.btn {
  border: none;
  background-color: #8FC132;
}

/* = #photos
--------------------------------------------------- */
#photos {
  background-color: #222;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 30px;
}
#photos a {
  width: 20%;
  padding: 10px;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* = #costomer
--------------------------------------------------- */
#costomer .glass {
  background-image: url(../img/customer_voice_bg.jpg);
  background-size: 100% auto;
  background-position: center center;
  height: 300px;
}
#costomer .glass h1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: white;
  padding-top: 90px;
}
#costomer .glass hr {
  width: 60px;
  margin: 30px auto;
}
#costomer .glass p {
  text-align: center;
  color: white;
  font-size: 18px;
}
#costomer .movie {
  background-color: #09182D;
  overflow: hidden;
  padding:  50px 0;
}
#costomer .movie ul {
  width: 1100px;
  margin: 0 auto;
}
#costomer .movie ul li {
  color: white;
  width: 260px;
  margin-right: 10px;
  float: left;
  list-style: none;
}
#costomer .movie ul li:last-child {
  margin: 0;
}
#costomer .movie ul li span {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
#costomer .movie ul li span .image {
  width: 100%;
  height: auto;
}
#costomer .movie ul li span .play {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  width: 70px;
  height: 70px;
}
#costomer .movie ul li h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 15px 0;
}
#movie_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0,0,0,0.6);
  z-index: 999999;
  display: none;
}
#movie_box i {
  color: white;
  font-size: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  margin-top: -310px;
  margin-left: 416px;
}
#movie_box iframe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 20px solid black;
}
.colums {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.colums [href="contact.html"] {
  width: 270px;
  height: 40px;
  display: block;
  position: absolute;
}
.colums#intro1 [href="contact.html"] {
  top: 289px;
  left: 593px;
}
.colums#intro2 [href="contact.html"] {
  top: 306px;
  left: 378px;
}

/* = #company
--------------------------------------------------- */
#company {
  font-size: 16px;
  width: 800px;
}
#company * {
  line-height: 1.6;
}
#company h3 {
  border-bottom: 3px double #8DC21E;
  margin-bottom: 8px;
  padding-bottom: 8px;
  margin-top: 20px;
}
#company iframe {
  width: 100%;
  height: 250px;
}
#company li {
  line-height: 1.5;
}
#company ul,
#company ol {
  list-style:none;
  margin-bottom: 10px;
}
#company ol li,
#company ul li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #EEE;
  padding-left: 20px;
  text-indent: -17px;
}
#company ul li {
  list-style: none;
}
#company ul li:before {
  content: "・ ";
}
#company li:first-child {
  border-top: none;
  margin-top: 0;
}

/* = nav
--------------------------------------------------- */
nav {
  text-align: center;
  margin-bottom: 70px;
}
nav.footer {
  margin-top: 70px;
}
nav a {
  display: inline-block;
  font-size: 18px;
  margin: 0 12px;
  position: relative;
}
nav a:before {
  border-top: 1px solid #AAA;
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 34px;
  position: absolute;
  z-index: 1;
}
nav a span {
  display: inline-block;
  font-size: 13px;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
  background-color: white;
  z-index: 2;
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0 8px 0 1px;
  margin: auto;
}

/* = #wrapper
--------------------------------------------------- */
.bx-slider img {
  width: 100% !important;
}
#yane {
  position: relative;
  margin-bottom: 80px;
}
#yane div {
  z-index: 1;
}
#yane:before {
  content: " ";
  display: block;
  background-image: url(../img/idx_yane.png);
  background-repeat: repeat-x;
  background-position: center top;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 999;
}
#slider {
  margin: 50px 0;
}
#slider .bx-slider div {
  width: 510px !important;
}
#slider .bx-slider div div {
  height: 360px;
  overflow: hidden;
}
#slider img {
  height: 360px;
  width: 100% !important;
  max-width: 300% !important;
}
#slider dt {
  font-size: 18px;
  width: 100%;
  margin: 1em 0;
}
#slider dd {
  font-size: 14px;
}

/* = hidden
--------------------------------------------------- */
.hide,
.hide * {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}