.fv{
  background-image: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .5)), url(../../images/fv_gallery.jpg);
}
@media screen and (min-width:801px){
  .fv{
      margin: 40px 0 10px;
      max-height: 420px;
  }
  .fv .text{
      padding: 17% 0;
      line-height: 3em;
  }
  .text h1 {
      font-size: 35px;
  }
  .text h3 {
      font-size: 30px;
  }
}
@media screen and (max-width:800px){
  .fv{
      height: 8em;
      position: relative;
  }
  .text{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
  .text h1 {
      font-size: 6.5vw;
  }
  .text h3 {
      font-size: 6vw;
  }
}
@media screen and (min-width:376px) and (max-width:414px){
#fv .text{
  padding: 9% 0!important;
}
}
.desc {
  line-height: 21px;
  color: #777;
  max-width: 1000px;
  padding: 3%;
  margin: 0 auto;
}
.main{
  width: 1000px;
  margin: 160px auto 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.fh5 {
  line-height: 21px;
  padding: 1em;
  color: #777;
}
.common {
  max-width: 1000px;
  margin: 0 auto;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  color: #333333;
  background-color: #fff;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@-ms-viewport {
  width: device-width;
}
/* Template Style =========== */

#fh5co-board .item {
  margin: 10px 10px 20px 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
#fh5co-board .item a {
  display: block;
}
#fh5co-board .item .fh5co-desc {
  padding: 20px;
  float: left;
  line-height: 24px;
}
#fh5co-board .item img {
  max-width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#fh5co-board .item .fh5co-board-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
#fh5co-board .item .image-popup:hover img {
  opacity: .5;
}