/*キャラセット*/
@charset "Shift_JIS";
@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: century gothic,"Open Sans", "Noto Sans Japanese"; 
  line-height: 1.8;
  font-size: 20px;
  background: #f9f7f7; /*footerの色*/
  margin: 0; padding: 0; width:100%;
 
}

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

p {
  margin-bottom: 1em;
  font-size: 20px;
  color: #727272;
  font-weight: 100;
  font-family: century gothic,"Open Sans", "Noto Sans Japanese"; 
}

h1, h2, h3, h4 {
  color: rgba(0, 0, 0, 0.8);
  font-family: century gothic,"Open Sans", "Noto Sans Japanese"; 
  font-weight: 700;
  margin: 0 0 30px 0;
  color:#e95464;
  color:#ffee00;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::-moz-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::selection {
  color: #fcfcfc;
  background: #bdaeca;
}

.box-wrap {
  background: #fff;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}

/*welcome*/
.heading-section {
  margin-bottom: 6em;
}
.heading-section h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color: #0068b7;
}

#welcom-section, #intro-section, 
.about-section {
  padding-bottom: 4em;
}
#fh5co-media-section p{
  font-size:18px;
}
@media screen and (max-width: 768px) {
  #fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
  #fh5co-product-section, .about-section {
    padding-bottom: 3em;
  }
}

#fh5co-intro-section h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
#fh5co-intro-section h3 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 38px;
}

.section-overlay {
  margin-bottom: 5em;
  position: relative;
  padding-bottom: 0 !important;
}
.section-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.section-overlay .float-overlay {
  z-index: 9;
}

/*information*/
#information{
  margin-bottom: 0em;
}
#information h3{
 font-size:28px;
 text-align: center;
 
}
.fh5co-cover{  
  min-height: 448px;  
  position: relative;
  margin-bottom: 40px; 
}
.fh5co-cover, .fh5co-cover-thumb{
  background-size: cover;
  position: relative;
}
/*information ぼかし*/
.fh5co-cover{
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}
.fh5co-cover:before,.fh5co-cover-thumb:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}

/*main-information 説明*/
.fh5co-cover .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.7);
}
.fh5co-cover .desc p {
  color: #fff;
  margin-bottom: 10px;
  }
.fh5co-cover .desc a.kotira:link{color: #ffa500;}
.fh5co-cover .desc a.kotira:hover{color: #ffa500;
                                  text-decoration: underline;}
.fh5co-cover .desc a.kotira:visited{color: #ffa500;}
.fh5co-cover .desc span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

/*information sidebar*/
.fh5co-cover .fh5co-cover-hero {
  min-height: 122px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
  width: 170px;
  height: 123px;
  position: absolute;
  top: 0;
  left: 0;
 
}
.fh5co-cover .fh5co-cover-hero .desc-thumb {
  padding-left: 9.5em;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb p {
  margin-bottom: 7px;
  font-size:17px;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 992px) {
  .fh5co-cover .fh5co-cover-hero {
    height: 448px;
  }
  .fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
    height: 448px;
    width: 100%;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb p {
    color: #fff;
    margin-bottom: 10px;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }
/*information ぼかし*/
.fh5co-cover, .fh5co-cover-thumb{
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}
.fh5co-cover-thumb:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}
}

/*ご挨拶*/
#intro-section{
  width:100%
}
.intro-cover {  
  width: 90%; 
  height:150px; 
  padding: 5em 0;
  position: relative;
  background-size: cover;
  margin: 0 auto; 
}
.intro-cover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  background: rgba(84, 77, 89, 0.5);
}
.intro-cover p {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
/*あいさつ文のフォント*/
#intro-text h3{
  text-align:center;
}
#intro-text p{
  font-size:14px;
  text-align:left;
}


/*グレイセクション*/
.grey-section {
  background: rgba(0, 0, 0, 0.03);
  padding: 2em 0 0;
   
}
.grey-inner {
  margin-bottom: 3em;
  position: relative;  
}
.grey-inner i {
  position: absolute;
  top: 20%;
  left: 0;
  font-size: 60px;
}
.grey-inner .holder-section, .grey-inner .holder-section-link{
  padding-left: 4em;
}
.holder-section, .holder-section-link{
  padding-right:2em;
}
.grey-inner .holder-section h3, .grey-inner .holder-section-link h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #0068b7;
  letter-spacing: 1px;
  font-weight: bold;
}
.grey-inner .holder-section p{
  font-size:15px;
  text-align: left;  
}

.grey-inner .holder-section-link p{
  font-size:14px;
  margin-bottom:0;
}
.grey-inner .holder-section-link p:before{
  content: "";
  position:relative;
  border-left: 6px solid #ccc;
  padding-right:5px;  
}
.small{font-size:12px;}


.js .animate-box {
  opacity: 0;
}

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