body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 5px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
h5 {
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #e42b6a;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #e42b6a;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	padding: 0px 15px;
	padding-top: 10px;
	color: #e42b6a;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li.dropdown > a {
	padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  margin-left: 0;
}
#menu.navbar-default .dropdown-menu > li > a:hover {
	color: #e42b6a;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #e42b6a;
}
#menu.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #e42b6a;
}
#menu.navbar-default .dropdown-menu > .active > a {
	background-color: #e42b6a;
}
#menu.navbar-default .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff !important;
	background-color: #00897f;
}
.on {
	background-color: #07080a !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #e42b6a !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #e42b6a;
	border-color: #e42b6a;
}
.navbar-default .navbar-toggle:hover> .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ddd;
	margin-left: 2px;
}
.navbar-default .navbar-header button {
	margin-top: 0px;
	padding-bottom: 2px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 8px;
}
.navbar-default .navbar-header button a {
  font-size: 6px;
  font-weight: bold;
  color: #ddd;
}
.navbar-default .navbar-header button:hover> a {
  color: #FFF;
}
.section-title {
	margin-top: 60px;
	margin-bottom: 30px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 10px;
}
.section-title h2 {
	color: #333;
}
.btn-custom {
	color: #fff;
	background-color: #e42b6a;
	border: 0;
	padding: 6px 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 6px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #00897f;
}

/* Header Section */
/*.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}*/
.intro {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #07080a url(../img/intro-bg.jpg) center center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 500px;
}
.intro-company-info {
	display: table;
	width: 100%;
	padding: 0;
	background-color: #07080a;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-company-info .container {
	text-align: center;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro h1 {
	font-family: 'Dancing Script', cursive;
	color: #e42b6a;
	font-size: 10em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #e42b6a;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-logo {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
}
.intro-logo h2 {
	color: #fff;
}
.intro .intro-logo img {
	position:	relative;
	top: 100px;
}
@media screen and (max-width: 570px) {
	.intro .container {
		text-align: center;
	}
	.intro .intro-logo img {
		position:	relative;
		top: 40px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: white;
	}
	.navbar-default .navbar-nav li.dropdown {
		margin-left: 5px;
	}
}

/* Services Section */
#services {
	padding: 60px 0;
	background-color: #07080a;
	color: white;
}
#services h1,#services h2,#services h3,#services h4 {
	color: white;
}
#services .link-to-detail-page {
	text-align: right;
}
#services .service {
	margin-top: 30px;
}
#services .service-text {
	margin-left: 10px;
}
#services .service-img {
	display: inline-block;
	position: relative;
}
#services .service-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
}
#services img {
	margin-bottom: 30px;
}
#services p {
	line-height: 24px;
	margin: 15px 0 60px;
}
#services .slide_img {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  table-layout: fixed;
  text-align: center;
  background-color: #07080a;
  width: 920px;
  height: 500px;
}
#services .slide_img_1 {
  position: relative;
  background: #07080a url(../img/slide_mirror.png) center center no-repeat;
  background-size: contain;
  min-height: 500px;
}
#services .slide_img_2 {
  position: relative;
  background: #07080a url(../img/slide_balance.png) center center no-repeat;
  background-size: contain;
  min-height: 500px;
}
#services .slide_img_3 {
  position: relative;
  background: #07080a url(../img/slide_arc_mirror_position_1.png) center center no-repeat;
  background-size: contain;
  min-height: 500px;
}
#services .slide_img_4 {
  position: relative;
  background: #07080a url(../img/slide_arc_mirror_position_2.png) center center no-repeat;
  background-size: contain;
  min-height: 500px;
}
#services .slide_img_5 {
  position: relative;
  background: #07080a url(../img/slide_two_top.jpg) center center no-repeat;
  background-size: contain;
  min-height: 500px;
}
#services .slide__text-desc {
  display: inline-block;
  height: 120px;
}

@media screen and (max-width: 455px) {
  #services .slide_img {
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    table-layout: fixed;
    text-align: center;
    background-color: #07080a;
    width: 552px;
    height: 300px;
  }
  #services .slide_img_1 {
    min-height: 300px;
  }
  #services .slide_img_2 {
    min-height: 300px;
  }
  #services .slide_img_3 {
    min-height: 300px;
  }
  #services .slide_img_4 {
    min-height: 300px;
  }
  #services .slide_img_5 {
    min-height: 300px;
  }
  #services .slide__text-desc {
    display: inline-block;
    height: 120px;
  }

  #services .slide__text-desc .side {
    position: relative;
    top: -50px;
  }
}

/* Gallery section */
#gallery .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#gallery .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#gallery .comming {
  height: 200px;
}
#gallery span {
  display: inline-block;
  margin-top: 120px;
}

/* Introduction Flow Section */
#introduction_flow {
  background-color: #F6F6F6;
  color: #333;
}
#introduction_flow h2 {
  color: #333;
}
#introduction_flow hr {
  background-color: #fbce00;
}
#introduction_flow .center_line {
	background: linear-gradient(to top, #777, #777) repeat-y center/2px
}
#introduction_flow span {
	padding: 8px 16px;
	color: black;
	font-weight: bold;
	background-color: #fbce00;
}
#introduction_flow .flow_box_section {
	display: inline-block;
	position: relative;
	width: 100%;
}
#introduction_flow .flow_item {
  background-color: #d8d8d8;
  color: black;
  border: 2px solid #d8d8d8;
}
#introduction_flow .flow_box_section:hover .flow_item {
  background-color: #07080a;
  color: #fff;
  border: 2px solid black;
}
#introduction_flow .flow_box_section h4 {
  color: black;
}
#introduction_flow .flow_box_section:hover h4 {
  color: #fff;
}

#introduction_flow div.flow_box_section:before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #777;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#introduction_flow div.flow_box_section:hover:before {
  background-color: #e42b6a;
  border: 2px solid #fff;
}
#introduction_flow .flow_item_num {
	margin: 30px 0 20px;
}

/* Pricing Section */
#pricing {
  background-color: #07080a;
}
#pricing h2 {
  color: white;
}
#pricing h3 {
  color: white;
}

#pricing div.container:after {
	width: 40px;
  height: 40px;
  background-color: #07080a;
  content: "";
  left: calc(50% - 22px);
  position: relative;
  bottom: -19px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Intro movie Section */
#team {
	color: #fff;
	background: #444 url(../img/sample_background.png) center top no-repeat fixed;
	background-size: cover;
}
#team .overlay {
	padding: 80px 0 80px 0;
	background: rgba(0, 0, 0, 0.6);
}
#team .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#team .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Contact Section */
#contact-info {
	padding: 80px 0 60px 0;
	background: #F6F6F6;
}
#contact-info hr {
  background-color: #fbce00;
}
#contact-info .section-title p {
	color: #777;
}
#contact-info h2 {
	color: #333;
}
#contact-info h3 {
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact-info .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-info .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-info .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-info .fa.fa-map-marker {
	padding-left: 3px;
}
#contact-info .fa.fa-phone {
	padding-left: 2px;
}
.form_item, .form_title {
  text-align: center;
}
.form_title {
  font-size: 20px;
  font-weight: bold;
}
form {
  margin: 0 auto;
  max-width: 450px;
  padding: 30px 20px 30px 20px;
  border: 1px solid #CCC;
  border-radius: 1em;
}
form div + div {
  margin-top: 1em;
}
form label {
  display: inline-block;
  width: 90px;
  text-align: left;
}
form label:after {
  content: "*";
}
form input, form textarea {
  /* すべてのテキストフィールドのフォント設定を一致させる
     デフォルトで、textarea は等幅フォントが設定されている */
  font: 1em sans-serif;

  /* すべてのテキストフィールドを同じサイズにする */
  width: 310px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  /* テキストフィールドのボーダーの外見を同一にする */
  border: 1px solid #999;
}
form input:focus, textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #000;
}
form textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;

  /* テキスト入力に十分な領域を与える */
  height: 5em;

  /* ユーザが textarea を垂直方向にリサイズできるようにする
     これが動作しないブラウザもある */
  resize: vertical;
}
form .button {
  text-align: center;
}
form button {
    /* このマージンは、ラベルとテキストフィールドの間のスペースと
       おおよそ同じスペースを表す */
    margin-left: .5em;
}

/* Map Section*/
.map {
	padding: 0 0 30px 0;
	text-align: center;
	background-color: #F6F6F6;
}

/* Company Outline*/
#company-outline {
	padding: 60px 0;
}

#company-outline .map {
	background-color: #FFF;
}

/* Histories Section*/
#histories .label {
	color: #777;
	font-weight: 600;
}
/****
*  dl-table mobile
****/
.dl-table {  /**  <dl class="dl-table">  **/
    padding: 0;
    margin-bottom: 30px;
}
.dl-child {  /**  dlに入れ子dlをするときのclass  **/
    margin: 0;
}
dl.dl-table dt, dl.dl-table dd {
  margin: 0;
  box-sizing: border-box;
}
dl.dl-table dt {
  padding: .5rem 1rem;
  background: inherit;
}
dl.dl-table dd {
  padding: 1rem;
  border-bottom: 1px solid #ececec;
  background: inherit;
}
dl.dl-table dd:last-of-type {
  border-bottom: 0;
}
dl.dl-table dd span, dl.dl-table dd ul {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  /****
  *  dl-table PC
  ****/
  dl.dl-table dt.histories__list__date {
      float: left;
      width: 15%;
      margin: 0;
      padding: .5rem;
      font-weight: bold;
      border-bottom: 0;
  }
  dl.dl-table dt.histories__list__title {
      float: left;
      width: 30%;
      margin: 0;
      padding: .5rem;
      font-weight: bold;
      border-bottom: 0;
  }
  dl.dl-table dt.about-list, dt.contact-list {
      float: left;
      width: 25%;
      margin: 0;
      padding: .5rem;
      font-weight: bold;
      border-bottom: 0;
  }
  dl.dl-table dd {
  	  width: 75%;
      margin-left: 25%;
      padding: .5rem .5rem 0;
      border-bottom: 0;
      background: inherit;
  }
  dl.dl-table dt:first-of-type,
  dl.dl-table dd:first-of-type {
      border-top: 0;
  }
  dl.dl-table dd:after {
    content : '';
    display : table;
    clear : both;
    height: 0;
  }

  #introduction_flow .pull-left.flow_item:before {
	  width: 20px;
	  height: 20px;
	  background-color: #d8d8d8;
	  content: "";
	  position: absolute;
	  right: -11px;
	  top: 50%;
	  margin-top: -9px;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#introduction_flow div.flow_box_section:hover .pull-left.flow_item:before {
	  background-color: #07080a;
	}
	#introduction_flow .pull-right.flow_item:before {
	  width: 20px;
	  height: 20px;
	  background-color: #d8d8d8;
	  content: "";
	  position: absolute;
	  left: -11px;
	  top: 50%;
	  margin-top: -9px;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#introduction_flow div.flow_box_section:hover .pull-right.flow_item:before {
	  background-color: #07080a;
	}
}

#message-from-ceo {
	margin-bottom: 60px;
}

#privacy {
	padding-top: 30px;
}
#privacy h2 {
	margin-top: 230px;
}
#privacy li {
	margin-left: 10px;
}
#privacy ul ul li {
	margin-left: 20px;
}
#privacy .privacy-policy__final-line {
	margin-top: 30px;
}
#privacy .privacy-policy__contact {
	margin-left: 5px;
}

/* Footer Section*/
#footer h3 {
	color: #e42b6a;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	background-color: #07080a;
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #CAC8CB;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	font-size: 10px;
	color: #e42b6a;
}
#footer a:hover {
	color: #f6f6f6;
}
#footer .regal {
	margin-bottom: 20px;
}
