@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: Meiryo, メイリオ,'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.5;
  }
}

a {
  color: #d9534f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #d9534f;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
   font-weight: 300;
  margin: 0 0 10px 0;
}

/*スマホだけ改行する*/
@media screen and (min-width: 481px) {
    .br-sp { display:none; }
}

/*スマホだけ表示順変更*/
@media (max-width:767px){
	.voice_photo{
		display: none;
	}
}

@media (min-width:768px){
	.voice_photo_sp{
		display: none;
	}
}

::-webkit-selection {
  color: #fff;
  background: #d9534f;
}

::-moz-selection {
  color: #fff;
  background: #d9534f;
}

::selection {
  color: #fff;
  background: #d9534f;
}

#fh5co-wrap {
  position: relative;
  background: #fff;
  z-index: 2;

}
@media screen and (max-width: 992px) {
  #fh5co-wrap {
    margin-bottom: auto;
  }
}

#fh5co-footer {
  padding-top: 4em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 450px;
  background: #333333;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  #fh5co-footer {
    height: inherit;
    position: relative;
    padding: 5em 0;
  }
}
#fh5co-footer .fh5co-social li {
  display: block;
}
#fh5co-footer p {
  line-height: 1.5;
  font-size:14px;
}
#fh5co-footer h3 {
  color: #fff;
  font-size: 20px;
}
#fh5co-footer a {
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-footer a:hover {
  color: #d9534f;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-copyright {
  padding-top: 3em;
}
#fh5co-footer .fh5co-copyright small {
  display: block;
}

#fh5co-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#fh5co-header nav {
  text-align: center;
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
}
#fh5co-header nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  overflow: hidden;
}
#fh5co-header nav li a {
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#fh5co-header nav li a span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  display: block;
}
@media screen and (max-width: 768px) {
  #fh5co-header nav li a {
    padding: 10px 2px;
  }
}
#fh5co-header nav li a:hover {
  color: white;
}
#fh5co-header nav li a:hover span {
  border-bottom: 2px solid #fff;
}
#fh5co-header nav li.fh5co-active a {
  color: #fff;
}
#fh5co-header nav li.fh5co-active a span {
  border-bottom: 2px solid #fff;
}

.fh5co-table{margin-top:40px;}

#index .fh5co-table,
#index .fh5co-table-cell,
#index .fh5co-hero,
#index .fh5co-parallax {
  height: 550px;
  padding-top:20px;
  margin-top:0px;
}

  
.fh5co-hero, .fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.fh5co-hero .overlay, .fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#c9302c url(../images/headerimage.png);

}
.fh5co-hero .overlay_black, .fh5co-parallax .overlay_black {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}


@media screen and (max-width: 768px) {
  .fh5co-hero, .fh5co-parallax {
    height: inherit;
    padding: 4em 0;
  }
}
.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
}
.fh5co-hero .fh5co-intro h1 small, .fh5co-parallax .fh5co-intro h1 small{
	font-size:50%;
	color:#fff;
}
.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p {
  color: #fff;
}
.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}



.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.fh5co-section {
  padding: 2em 0;
}

@media screen and (max-width: 768px) {
  .fh5co-section {
    padding: 3em 0;
  }
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  padding: 20px;
}
.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}
.fh5co-feature .fh5co-icon i {
  color: #d9534f;
  font-size: 70px;
}

@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}
.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #d9534f;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}

.fh5co-feature .fh5co-text {
  float: right;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text {
    width: 82%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 10px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #66d8b4 !important;
  border-color: #66d8b4 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #d9534f;
}

.fh5co-check {
  padding: 0 0 0 0;
  margin: 0 0 1.5em 0;
}
.fh5co-check li {
  padding: 0 0 0 40px;
  margin: 0;
  list-style: none;
  position: relative;
}
.fh5co-check li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: .3em;
  content: "\f00c";
  color: #d9534f;
}

.fh5co-staff img {
  margin-bottom: 1em;
}
.fh5co-staff h3 {
  margin: 0;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

#map {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 1024px){
	.img-responsive {
  display: block;
  max-height: 40%;
  height: auto;
  margin: 0 auto;
}
}

@media screen and (max-width: 480px){
	.img-responsive {
  display: block;
  max-height: 20%;
  height: auto;
  margin: 0 auto;
}
}

/*# sourceMappingURL=style.css.map */

.home_main{
	position:absolute;
	right:-200px;
	top:20%;
	width:400px;
}
.main_title{
	text-align:left;
}
.main_title_cap{
	text-align:left;
	width:60%;
}

.icon_above{
	position:absolute;
	top:-50px;
	left: 220px;
	width:120px;
}
.icon_above_left{
	position:absolute;
	top:-50px;
	left:-50px;
	width:120px;
}
.red{
	color:#d9534f;
}
.fh5co-section .radiusimg{
	position:relative;
	text-align:center;
}
.fh5co-section .radiusimg .img_message{
	border-radius: 800px;
	border:5px solid #fff;
	box-shadow: 0px 0px 10px #ccc,
	inset 0px 0px 10px rgba(0, 0, 0, 0.8);
	width:100%;
}
.voice_txt{
	font-size:14px;
}

.bx-wrapper .bx-viewport{
	box-shadow: 0 0 0px #fff;
}
ul#slide,
ul#slide > li{margin:0;padding:0;}


.nav_artisan{
width:20px;
float:left;
margin-top:-8px;
margin-right:10px;
}
.header_artisan{
width:50px;
margin-top:-15px;
margin-right:20px;
}
#message{
	padding-bottom:0;
}
#message .row{
margin-bottom:40px;
border-bottom:1px solid #ddd;
}

nav.navbar{margin-bottom:0 !important;}
.navbar-right{margin-top:8px;}
a.btn{color:#fff !important;}

.voice_btn{float:right;}

/*****************************************
price
*****************************************/
@media (min-width:768px){
.fh5co-parallax{padding:2em;height:auto;}
.price_table{color:#fff;}
.price_table th{text-align:center;}
.price_table td{text-align:center;}
.price_table small{font-size:12px;}

#price .price_table{color:#000;}
.cbtn{border-radius: 25px;}

.fh5co-parallax .text-center{
	color:#fff !important;
}
	.price_table_xs{
		display: none;
	}
}

@media (max-width:767px){
.fh5co-parallax_xs{padding:2em;height:auto;}
.price_table_xs{color:#fff;}
.price_table_xs th{text-align:center;}
.price_table_xs td{text-align:center;}
.price_table_xs small{font-size:12px;}

#price .price_table_xs{color:#000;}
.cbtn_xs{border-radius: 25px;}

.fh5co-parallax_xs .text-center_xs{
	color:#fff !important;
}
	.price_table{
		display: none;
	}
}
/*****************************************
serviceBox
*****************************************/
.leftimg{
	float:left;
	width:350px;
	margin:0 50px 25px 0;
	border:1px solid #e7e6e5;
}
.serviceBox{
	border:3px solid #ddd;
	padding:30px;
}
.serviceBox h2{
	margin:20px auto;
	font-size:24px;
	text-align:center;
	color:#c9302c;
	padding:20px 0;
}
.serviceBox h3{
	border-radius: 60px;
	color:#fff;
	padding:20px 15px;
	text-align:center;
	width:120px;
	height:120px;
	margin:0 auto;
	background:#c9302c;
	
}
.serviceBox h3 i{font-size:52px;display:block;}
.serviceBox p{font-size:16px;}

/*****************************************
faq_list
*****************************************/
.faq_list dt{
	color:#c9302c;
	font-size:19px;
	font-weight:normal;
	padding:20px 20px 20px 45px ;
	background:url(../images/icon-q.png) no-repeat 0 18px;
}
.faq_list dd{
	font-size:16px;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
/*****************************************
header
*****************************************/
.navbar-default{background:#fff;}
.logo{width:200px;}

.embed-container{width:500px;height:300px;margin:0 auto;}
.navbar{background:#e30016;height:100px;}
#navbar{margin-top:20px;}
#navbar ul li > a{color:#fff;}
#navbar ul li ul li a{color:#333;}
#urlsearch{background:#fff;}
.urlsearch-submit{float:right;width:28%;}
.topimage{width:700px;margin:0 auto 40px auto;}

@media screen and (max-width: 768px) {
.logo{width:150px;}
  .topimage{width:100%;}
  .embed-container{width:100%;}
  #urlsearch{width:100%;}
  .urlsearch-submit{clear:both;float:none;width:100%;}
  #navbar{background:#fff !important;}
  .nav > li {background:#fff !important;color:#333 !important;}
  .nav > li a{color:#333 !important;}
  .fs30{font-size:18px;}
}
