@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");

@import url("reset.css");

/* =============================================================================
   基本設定
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {font-size: 62.5%;overflow: auto;}
body {
  color: #3a4352;
  font-family: 'Noto Sans JP', Meiryo, sans-serif;
  word-wrap: break-word;
}

a {color: #3a4352;text-decoration: none;}
a:link {color: #3a4352;}
a:visited {color: #3a4352;}
a:hover {color: #3a4352;opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a:active {color: #3a4352;}
a:hover img {opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;}


/* =============================================================================
    フッターをウィンドウ下部に固定
   ========================================================================== */
body,
#overwrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

footer {
  margin-top: auto;
}

/* =============================================================================
    汎用　class
   ========================================================================== */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}

@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
    font-size: 1.6em;
    min-width: 1120px;
  }

  .sp {display: none;}
  .wrap {width: 1080px;margin:0 auto;}
  section {padding: 80px 0;}
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
    font-size: 1.4em;
  }
  .pc {display: none;}
  .wrap {padding: 0 10px;}
  section {padding: 4em 0;}
}

/* =============================================================================
  　当サイト専用　class
   ========================================================================== */
@media screen and (min-width: 768px) {
  .link-btn {
    padding: 0;
    text-align: center;
    color: #107da1;
  }
  .link-btn .wrap {
    padding: 8em 0 2em !important;
  }
  .link-btn li {
    display: inline-block;
    margin: 0 1em 1em 0;
  }
  .link-btn li:after {
    margin: 0 0 0 1em;
    content: "/";
    color: #555;
  }
  .link-btn li:last-child:after {
    content: none;
  }
  .link-btn a {
    color: #107da1;
    font-size: 1.8rem;
    font-weight: bold;
  }


/* タイトル1 */
  .ttl1 {
    text-align: center;
    margin: 0 0 1em;
  }

  .ttl1 em {
    font-weight: bold;
    font-size: 4rem;
    display: block;
    position: relative;
  }
  .ttl1 em:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate( -50%, 0);
    background: rgb(0,122,223);
    background: -moz-linear-gradient(left, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background: -webkit-linear-gradient(left, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    background: linear-gradient(to right, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007adf', endColorstr='#00ecbc',GradientType=1 );
  }

  .ttl1 span {
    line-height: 2.5;
    font-size: 1.4rem;
    display: block;
  }

/* タイトル2 */
  .ttl2 {
    color: #555555;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 1em;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #007adf 0%, #00ecbc 100%);
    border-image-slice: 1;
  }

}
@media screen and (max-width: 767px) {
  .link-btn {
    padding: 0;
    text-align: center;
    color: #107da1;
  }
  .link-btn .wrap {
    padding: 6em 0 2em;
  }
  .link-btn li {
    display: inline-block;
    margin: 0 1em 1em 0;
  }
  .link-btn li:after {
    margin: 0 0 0 1em;
    content: "/";
    color: #555;
  }
  .link-btn li:last-child:after {
    content: none;
  }
  .link-btn a {
    color: #107da1;
    font-weight: bold;
  }


/* タイトル1 */
  .ttl1 {
    text-align: center;
    margin: 0 0 1em;
  }

  .ttl1 em {
    font-weight: bold;
    font-size: 3rem;
    display: block;
    position: relative;
  }
  .ttl1 em:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate( -50%, 0);
    background: rgb(0,122,223);
    background: -moz-linear-gradient(left, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background: -webkit-linear-gradient(left, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    background: linear-gradient(to right, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007adf', endColorstr='#00ecbc',GradientType=1 );
  }

  .ttl1 span {
    line-height: 2;
    display: block;
  }

/* タイトル2 */
  .ttl2 {
    color: #555555;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 0.5em;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #007adf 0%, #00ecbc 100%);
    border-image-slice: 1;
  }
}

/* =============================================================================
	header
   ========================================================================== */
 
   @media screen and (min-width: 1421px) {
    header h1 {
      width: auto;
      position: absolute;
      top: 20px;
      left: 0;
  }
   }
   @media screen and (max-width: 1420px) {
    header h1 {
      width: 320px;
      position: absolute;
      top: 20px;
      left: 0;
  }
   }
  
   @media screen and (max-width: 1299px) {
    header h1 {
      width: 280px;
      position: absolute;
      top: 20px;
      left: 0;
  }
   }
   @media screen and (min-width: 1270px) {
     .pc2 {
       display: block!important;
     }
    .sp2 {
     display: none!important;
    }
  }
  @media screen and (max-width: 1269px) {
    .pc2 {
      display: none!important;
    }
   .sp2 {
    display: block!important;
   }
 }   
@media screen and (min-width: 768px) {

  .drawer--navbarTopGutter {
      padding-top: 0;
  }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    /* background-color: #fff;
    box-shadow:0px 0px 6px 2px #ccc; */
  }

  header .wrap {
    position: relative;
    min-height: 80px;
    background-color: #7ec9c1;
    max-width: 1800px;
    width: 100%;
  }

  header .bgwrap {
    background-color: #7ec9c1;
    background: url(../images/global/bg-header.png);
    background-size: cover;
    height: 220px;
    background-position: center;
  }

  /* header h1 {
    width: auto;
    position: absolute;
    top: 20px;
    left: 0;
  } */
  

  .menu {
    position: relative;
    width: 100%;
    height: 80px;
    max-width: 1000px;
    margin-left: auto;
  }

  .menu > li {
    padding: 30px 0 0;
    float: left;
    height: 110px;
    width: 17%;
    background: url(../images/global/head-navbg.png);
    background-position: 14px 90px;
    background-repeat: no-repeat;
  }
  .menu > li:last-child {
    background: none;
    width: 300px;
  }
  .menu > li:hover:last-child {
    background: none;
  }

  .menu > li a {
    display: block;
    color: #000;
    line-height: 1.4;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: bold;
    
  }

  .menu > li a span {
    display: block;
    font-size: 1.2rem;
  }
  .menu > li a img {
    vertical-align: middle;
  }

  .menu > li a:hover {
    /* color: #000; */
    /* background: url(../images/global/head-navbg.png);
    background-position: bottom;
    background-repeat: no-repeat; */
  }

  ul.menu__second-level {
      visibility: hidden;
      opacity: 0;
  }


  .menu > li:hover {
      /* background: #107da1; */
      /* -webkit-transition: all .5s;
      transition: all .5s; */
      background: url(../images/global/head-navbg.png);
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .menu__second-level li {
    border-top: 1px solid #111;
  }

  .menu__second-level li a {
    padding: 1em 0.6em;
    text-align: left;
    color: #fff;
  }
  .menu__second-level li a:hover {
    color: #00538b;
    opacity: 1;
  }


  /* floatクリア */
  .menu:before,
  .menu:after {
      content: " ";
      display: table;
  }

  .menu:after {
      clear: both;
  }

  .menu {
      *zoom: 1;
  }

  li.menu__mega ul.menu__second-level {
      position: absolute;
      top: 80px;
      left: -200px;
      box-sizing: border-box;
      width: 1100px;
      padding: 40px 20px;
/*      background: #107da1;*/
  }

  li.menu__mega:hover ul.menu__second-level {
      top: 80px;
      visibility: visible;
      opacity: 1;
    }

  header li.menu__mega:hover ul.menu__second-level:before {
    content: "";
    width: 100vw;
    height: 100vw;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    margin: 80px 0 0 0;
    transform: translate( -50%, 0);
    background: rgb(0,122,223);
    background: -moz-linear-gradient(left, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background: -webkit-linear-gradient(left, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    background: linear-gradient(to right, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007adf', endColorstr='#00ecbc',GradientType=1 );
  }

  li.menu__mega ul.menu__second-level > li {
      float: left;
      width: 24%;
      border: none;
      padding-left: 1em;
  }

  li.menu__mega ul.menu__second-level.company > li {
      float: left;
      width: 19%;
      border: none;
      padding-left: 1em;
  }
	
	
  li.menu__mega ul.recruit > li {
      float: left;
      width: 33%;
      border: none;
      padding-left: 1em;
  }

/*  li.menu__mega ul.menu__second-level.recruit > li {
      float: left;
      width: 30%;
      border: none;
      padding-left: 1em;
  }*/

  li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
/*      margin: 0 1%;*/
  }

  li.menu__mega ul.menu__second-level .ttl,
  li.menu__mega ul.menu__second-level.company .ttl {
    width: 100%;
    border-left: 10px solid #fff;
    border-bottom: 1px solid #fff;
  }

  li.menu__mega ul.menu__second-level .ttl-second,
  li.menu__mega ul.menu__second-level.company .ttl-second {
    margin: 3em 0 0;
  }

  li.menu__mega ul.menu__second-level .ttl a,
  li.menu__mega ul.menu__second-level.company .ttl a {
    position: relative;
    font-size: 1.8rem;
    padding: 0.2em 0 0.4em;
    color: #fff;
  }
  li.menu__mega ul.menu__second-level .ttl a:hover,
  li.menu__mega ul.menu__second-level.company .ttl a:hover {
    color: #00538b;
  }

/*お問い合わせボタン*/
  .menu > li.head-contact {
    padding: 20px 0;
  }

  .menu > li.head-contact:hover {
    background: transparent;
  }

  .menu > li.head-contact a {
    height: auto;
    display: block;
    border-radius: 30px;
    padding: 0.6em;
    background: rgb(255,150,13);
    background: -moz-linear-gradient(left, rgb(255,150,13) 0%, rgb(255,197,62) 100%);
    background: -webkit-linear-gradient(left, rgb(255,150,13) 0%,rgb(255,197,62) 100%);
    background: linear-gradient(to right, rgb(255,150,13) 0%,rgb(255,197,62) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff960d', endColorstr='#ffc53e',GradientType=1 );
  }

  .menu > li.head-contact span {
    padding-left: 1.5em;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: normal;
  }

  .menu > li.head-contact span:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/common/iconContact.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -0.5em;
    transform: translate(0, -50%);
  }

}

/* iPads (横向き) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  header h1 {
    margin-top: 18px;
    /* width: 200px; */
  }
  .menu {
    max-width: 800px;
  }
  .menu > li {
    width: 15%;
  }
  .menu > li:last-child {
    width: 300px;
  }
}

/* iPads (縦向き) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  header h1 {
    margin-top: 18px;
    /* width: 200px; */
  }
  .menu {
    max-width: 800px;
  }
  .menu > li {
    width: 15%;
  }
  .menu > li:last-child {
    width: 300px;
  }
}

@media screen and (max-width: 1279px) {
  .drawer-navbar .drawer-brand img {
    padding-top: 10px;
    height: 50px;
  }

  .drawer-navbar-header {
    height: 60px;
  }
  .drawer-navbar-header .tel {
    z-index: 999;
  }
 .tel #telIcon {
  position: fixed;
  top: 67px;
  right: 13px;
  width: 43px;
  z-index: 999;
}

}
/* =============================================================================
    Footer
   ========================================================================== */
#page-top {position: fixed;right: 10px;bottom: 10px;}
#page-top a:hover {transition:all .5s ease;}
footer {
  padding-top: 120px;
  background: #7ec9c1;
  color: #fff;
}
.foot__copy {
  background-color: #7ec9c1;
  color: #fff;
  padding: 1em 0;
}
.foot-nav {
  padding-bottom: 60px;
}
.foot-nav li {
  position: relative;
  padding-left: 40px;
}
.foot-nav li:before {
  position: absolute;
  content: "▶";
  color: #fff;
  top: 0;
  left: 13px;
}
.foot-nav li:hover:before {
  position: absolute;
  content: "▶";
  color: #fff;
  top: 0;
  left: 5px;
}
.foot-nav li a {
  color: #fff;
  font-size: 20px;
}

.foot__cont {
  padding-top: 60px;
  padding-bottom: 120px;
}
.foot__cont .add {
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.foot__cont .add span {
  display: block;
}
.foot__copy {
  border-top: 3px dotted #fff;
}
footer .border {
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {

  .foot__copy .wrap {
    overflow: hidden;
  }
  .foot-nav {
    max-width: 880px;
  }
  .foot-nav {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  }
  .foot-nav ul {
    width: 33%;
  }
  .foot__cont {
    max-width: 898px;
    margin: 0 auto;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  align-items: center;
  }
  .foot__copy .copy {
    text-align: center;
    vertical-align: bottom;
    font-size: 15px;
    letter-spacing: 0.05em;
  }

}

@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
  .foot-nav {
    display: none;
  }
  footer .border {
    display: none;
  }
  footer P #footer-logo {
    padding: 4em 2em 2em;
    text-align: center;
  }
  #footer-logo {
    text-align: center;
    padding-bottom: 30px;
  }
  .foot__cont {
    padding: 40px 0;
  }

  .foot__copy {
   
  }

  .foot__copy .copy {
    text-align: center;
    font-size: 1.2rem;
  }
}

/* =============================================================================
    TOP
   ========================================================================== */
@media screen and (min-width: 1280px) {
  .topKeyimages {
    margin-top: 143px;
  }
}
@media screen and (max-width: 1279px) {
  .topKeyimages {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .topKeyimagesSP {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .topKeyimages {
    display: none;
  }
  .topKeyimagesSP {
    display: block;
    margin-top: 60px;
  }
}
/* 共通 */
section h2 {
  text-align: center;
}

  /* フジファームのご案内 */
#topInfo {
  background: url(../images/top/bg-info.jpg) no-repeat;
  background-size: contain;
}
#topInfo h2 {
  padding-bottom: 80px;
}
#topInfo .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#topInfo .flex li {
  width: 33%;
  margin-bottom: 60px;
}
/* iPads (横向き) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #topInfo {
    background: url(../images/top/bg-infoIpad.jpg) no-repeat;
    background-size: cover;
}
}

/* iPads (縦向き) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #topInfo {
    background: url(../images/top/bg-infoIpad.jpg) no-repeat;
    background-size: cover;
}
}
@media screen and (max-width: 767px) {
  #topInfo .flex li {
    width: 48%;
    margin-bottom: 20px;
  }
  #topInfo {
    background-size: contain;
  }
  #topInfo h2 img {
    height: 100px;
  }
}

/* トピックス */
#topics {
  background: #7ec9c1;
}
#topics h2 {
  margin-top: -150px;
  margin-bottom: 30px;
}
#topics .topics-wrap {
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  max-width: 1000px;
  padding: 50px 80px;
  margin-bottom: 60px;
}
#topics .topics-wrap li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px dashed #7ec9c1;
}
#topics .topics-wrap li a .cat-wrap {
  display: inline-block;
}
#topics .topics-wrap li a span.day {
  font-size: 14px;
  margin-right: 10px;
}
#topics .topics-wrap li a span.cat {
  font-size: 13px;
  color: #fff;
  background: #f19ec2;
  padding: 0 5px;
  margin-right: 30px;
}
#topics .btn {
  text-align: center;
}
#topics .btn a {
  display: inline-block;
  padding: 10px 0;
  height: 70px;
  border-radius: 50px;
  width: 214px;
  border: 3px solid #fff;
}
#topics .btn a:hover {
  background: #f19ec2;
}
@media screen and (max-width: 767px) {
  #topics h2 {
    margin-top: -100px;
  }
  #topics h2 img {
    height: 100px;
  }
  #topics .topics-wrap {
    padding: 20px;
    margin-bottom: 30px;
  }
  #topics .topics-wrap li a .cat-wrap {
    display: block;
    margin-bottom: 5px;
  }
  #topics .btn a {
    padding: 15px 0;
  }
}

/* グランピング＆BBQ */
#glamping {
  background: #edf0f2;
  text-align: center;
}
#glamping h2 {
  margin-bottom: 10px;
}
#glamping h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
#glamping h3 div {
  margin-bottom: 20px;
}
#glamping p {
  text-align: center;
}
#glamping .glamp-inner {
  margin-top: 100px;
  background: #fff;
  border-radius: 50px;
  padding: 30px 10px;
}
#glamping .glamp-inner .glamp-commit {
  margin-bottom: 60px;
}
#glamping .glamp-inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 935px;
  margin: 0 auto;
}
#glamping .glamp-inner .flex li {
  width: 30%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #glamping h2 img {
    height: 150px;
  }
  #glamping h3 {
    font-size: 18px;
  }
  #glamping h3 img {
    width: 80px;
  }
  #glamping .glamp-inner .flex li {
    width: 49%;
    margin-bottom: 10px;
  }
  #glamping .glamp-inner .glamp-commit {
    margin-bottom: 30px;
  }
  #glamping .glamp-inner .glamp-commit .sp {
    margin-top: -80px;
  }
 
}

/* フォトギャラリー*/
.gallerySec01.glamp {
  background: #edf0f2;
}
.gallerySec01 h2 {
  margin-bottom: 60px;
}
.gallerySec01 .btnGlamp {
  margin-top: 100px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gallerySec01 .btnGlamp a {
    display: inline-block;
    background: url(../images/top/btn-glamp.png) no-repeat;
    width: 666px;
    height: 150px;
  }
  .gallerySec01 .btnGlamp a:hover {
    display: inline-block;
    background: url(../images/top/btn-glampHover.png) no-repeat;
    width: 666px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .gallerySec01 {
    padding-top: 0;
  }
  .gallerySec01 h2 img {
    height: 80px;
  }
  .gallerySec01 .btnGlamp {
    margin-top: 60px;
  }
  .gallerySec01 .btnGlamp a {
    display: inline-block;
  background: url(../images/top/btn-glampSP.png) no-repeat;
  width: 317px;
    height: 71px;
  }
  .gallerySec01 .btnGlamp a:hover {
    display: inline-block;
    background: url(../images/top/btn-glampHoverSP.png) no-repeat;
    width: 317px;
    height: 71px;
  }
}
/* ブルーベリー狩り */
#blueberry {
  text-align: center;
}
#blueberry h2 {
  margin-bottom: 10px;
}
#blueberry h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
#blueberry h3 div {
  margin-bottom: 20px;
}
#blueberry p {
  text-align: center;
  margin-bottom: 80px;
}
#blueberry .galleryTtl {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #blueberry .flex {
    max-width: 970px;
    margin: 0 auto;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #blueberry h2 img {
    height: 150px;
  }
  #blueberry h3 {
    font-size: 18px;
  }
  #blueberry h3 img {
    width: 80px;
  }
  #blueberry .galleryTtl img {
    height: 80px;
  }
  #blueberry ul {
    text-align: center;
  }
  #blueberry ul li {
    margin-bottom: 10px;
  }
}

/* ブルーベリーボタン */
#blueberry .btnBlue {
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  #blueberry .btnBlue a {
    display: inline-block;
    background: url(../images/top/btn-blue.png) no-repeat;
    width: 666px;
    height: 150px;
  }
  #blueberry .btnBlue a:hover {
    display: inline-block;
    background: url(../images/top/btn-blueHover.png) no-repeat;
    width: 666px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  #blueberry .btnBlue {
    margin-top: 60px;
  }
  #blueberry .btnBlue a {
    display: inline-block;
  background: url(../images/top/btn-blueSP.png) no-repeat;
  width: 317px;
    height: 71px;
  }
  #blueberry .btnBlue a:hover {
    display: inline-block;
    background: url(../images/top/btn-blueHoverSP.png) no-repeat;
    width: 317px;
    height: 71px;
  }
}
.gallerySec01.blueberry {
  background: #fff;
  padding-top: 0;
}


/* 収穫体験 */
#harvest {
  background: #edf0f2;
}
#harvest h2 {
  margin-bottom: 10px;
}
#harvest h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
#harvest h3 div {
  margin-bottom: 20px;
}
#harvest p {
  text-align: center;
}
/* フォトギャラリー　収穫体験*/
.gallerySec01.harvest {
  background: #edf0f2;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .gallerySec01.harvest {
    padding-bottom: 100px;
  }
  #harvest h2 img {
    height: 150px;
  }
  #harvest h3 {
    font-size: 18px;
  }
  #harvest h3 img {
    width: 80px;
  }

 
}

/* 収穫体験ボタン */
.gallerySec01 .btnBlue {
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .gallerySec01 .btnBlue a {
    display: inline-block;
    background: url(../images/top/btn-blue.png) no-repeat;
    width: 666px;
    height: 150px;
  }
  .gallerySec01 .btnBlue a:hover {
    display: inline-block;
    background: url(../images/top/btn-blueHover.png) no-repeat;
    width: 666px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .gallerySec01 .btnBlue {
    margin-top: 60px;
  }
  .gallerySec01 .btnBlue a {
    display: inline-block;
  background: url(../images/top/btn-blueSP.png) no-repeat;
  width: 317px;
    height: 71px;
  }
  .gallerySec01 .btnBlue a:hover {
    display: inline-block;
    background: url(../images/top/btn-blueHoverSP.png) no-repeat;
    width: 317px;
    height: 71px;
  }
}

/* 収穫体験 ボタン*/
.gallerySec01 .btnharv {
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .gallerySec01 .btnharv a {
    display: inline-block;
    background: url(../images/top/btn-harv.png) no-repeat;
    width: 666px;
    height: 150px;
  }
  .gallerySec01 .btnharv a:hover {
    display: inline-block;
    background: url(../images/top/btn-harvHover.png) no-repeat;
    width: 666px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .gallerySec01 .btnharv {
    margin-top: 60px;
  }
  .gallerySec01 .btnharv a {
    display: inline-block;
  background: url(../images/top/btn-harvSP.png) no-repeat;
  width: 317px;
    height: 71px;
  }
  .gallerySec01 .btnharv a:hover {
    display: inline-block;
    background: url(../images/top/btn-harvHoverSP.png) no-repeat;
    width: 317px;
    height: 71px;
  }
}

/* 園内マップ */
#map {
  background: #7ec9c1;
}
#map h2 {
  margin-top: -140px;
  margin-bottom: 30px;
}
#map .map-inner {
  text-align: center;
  border-radius: 50px;
}
#map .map-inner img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #map h2 {
    margin-top: -97px;
    margin-bottom: 30px;
  }
  #map h2 img {
    height: 100px;
  }
}

/* アクセス */
#access {
  background: url(../images/top/bg-access.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
#access h3 {
  font-size: 18px;
  font-weight: bold;
}
#access h3 img {
  padding-right: 10px;
}
#access .access-inner {
  margin: 0 auto;
  max-width: 1010px;
  margin-bottom: 60px;
}
#access .access-inner iframe {
  height: 437px;
  border-radius: 50px;
}
#access .accessTtl {
  background: #fff;
  width: 200px;
  padding: 0 10px;
  margin-top: -50px;
  margin-bottom: 30px;
}
#access ul {
  margin: 0 auto;
  max-width: 1010px;
}
#access ul li {
  border: 3px dotted #0eae9d;
  padding: 30px;
}
#access dt {
  font-size: 18px;
  font-weight: bold;
  color: #155a53;
  padding-left: 40px;
}
#access dd {
  font-size: 14px;
  padding-left: 40px;
  line-height: 2em;
  margin-bottom: 20px;
}
#access .car dt {
  position: relative;
  margin-bottom: 5px;
} 
#access .car dt:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 24px;
  height: 22px;
  background: url(../images/top/icon-check.png) no-repeat;
} 
#access .train dd {
  position: relative;
} 
#access .train dd:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 24px;
  height: 22px;
  background: url(../images/top/icon-check.png) no-repeat;
}
#access .train dd:last-child:before {
  display: none;
}
#access .train dd.mb50 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #access .flex {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  }
  #access .flex li {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  #access {
   background-size: contain;
  }
  #access h2 {
    margin-bottom: 40px;
  }
  #access h2 img {
    height: 100px;
  }
  #access h3 {
    font-size: 16px;
  }
  #access ul li {
    padding: 20px;
    margin-bottom: 60px;
  }
  #access .accessTtl {
    margin-top: -35px;
  }
  #access dt {
    font-size: 16px;
  }
  #access .access-inner iframe {
    height: 300px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {

  /*スライダー*/
  #slider {
    margin-top: 60px;
    position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
    overflow: hidden; /* to bound the empty top space created by inner element's top margin */
    width: 100%;
    min-height: 100px;
    background-color: #999;
  }
  .slider-inner-content {
    position: relative; /* if position is not set, the script will set it to 'relative'. */
    z-index: 80; /* if z-index is not set, the script will set it to '2'. */
    margin: 0 auto;
    padding: 20px;
  }
  .slider-inner-content img {
    height: 200px;

  }

  .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    cursor: pointer;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 0;
    margin: 10px;
    background-color: #fff;
  }

  .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
    background-color: #007cdf;
  }

/*  .zs-enabled.overlay-dots .zs-slideshow::after {
    background-image: url(../js/slider/dots.png);
  }*/

  
 
}




/* =============================================================================
    WP 新着情報 共通
   ========================================================================== */
@media screen and (min-width: 768px) {
  .news .keyimages {
    background: url(../images/news/keyimages.jpg) no-repeat 50% 0;
    background-size: cover;
    position: relative;
  }

  .news .wrap {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
  }
  .news .left {
      width: 700px;
      float: left;
  }
  .news .sideInfo {
      width: 170px;
      float: right;
  }
  .news .sideInfo h3 {
      padding: 1em;
      position: relative;
  }
  .news .sideInfo h3:before {
    content: "";
    width: 170px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,122,223);
    background: -moz-linear-gradient(left, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background: -webkit-linear-gradient(left, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    background: linear-gradient(to right, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007adf', endColorstr='#00ecbc',GradientType=1 );
  }

  .news .sideInfo h3:after {
    content: "";
    width: 170px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0,122,223);
    background: -moz-linear-gradient(left, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background: -webkit-linear-gradient(left, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    background: linear-gradient(to right, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007adf', endColorstr='#00ecbc',GradientType=1 );
  }

  .news .sideInfo h3 img {
    vertical-align: middle;
  }

  .news .sideInfo ul {
      margin-bottom: 2em;
      padding-top: 0.5em;
  }
  .news .sideInfo ul li {
  }
  .news .sideInfo ul li a {
    padding: 0.5em 0 0.5em 2em;
    display: block;
    position: relative;
  }

  .news .sideInfo ul li a:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 10px;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      border-top: 1px solid #007bc7;
      border-right: 1px solid #007bc7;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 1;
  }
  .news .sideInfo ul li a {text-decoration: none;}
  .news .sideInfo ul li a:link {}
  .news .sideInfo ul li a:visited {}
  .news .sideInfo ul li a:hover {background: #e5f8f4; -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;opacity: 1;}
  .news .sideInfo ul li a:active {}

  .news .sideInfo select {
      width: 100%;
      border: 1px solid #ccc;
  }
  /* .pagenavi  */
  .pagenavi {text-align: center;margin-top: 20px;}
  .pagenavi .current {
      background: #7ec9c1;
      display: inline-block;
      padding: 2px 10px;
      text-align: center;
      border: 1px solid #7ec9c1;
      font-size: 88%;
      color: #fff;
  }
  .pagenavi a {
      background: #fff;
      display: inline-block;
      padding: 2px 10px;
      text-align: center;
      margin: 0 5px;
      border: 1px solid #7ec9c1;
      font-size: 88%;
      color:#7ec9c1;
      text-decoration: none;
  }
  .pagenavi a:hover {background-color: #7ec9c1;color: #fff;}

  .news .btn1 a {text-decoration: none;}

}

@media screen and (max-width: 767px) {
  .news .keyimages {
    background: url(../images/news/keyimages.jpg) no-repeat 50% 0;
    background-size: cover;
    position: relative;
  }

  .news .wrap {
    width: 95%;
    margin: 0 auto;
  }
  .news .left {
    margin: 0 0 3em;
  }
  .news .sideInfo {
    margin: 0 0 2em;
  }
  .news .sideInfo h3 {
      padding: 1em;
      position: relative;
  }
  .news .sideInfo h3:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,122,223);
    background: -moz-linear-gradient(left, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background: -webkit-linear-gradient(left, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    background: linear-gradient(to right, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007adf', endColorstr='#00ecbc',GradientType=1 );
  }

  .news .sideInfo h3:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0,122,223);
    background: -moz-linear-gradient(left, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background: -webkit-linear-gradient(left, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    background: linear-gradient(to right, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007adf', endColorstr='#00ecbc',GradientType=1 );
  }

  .news .sideInfo h3 img {
    vertical-align: middle;
  }

  .news .sideInfo ul {
      margin-bottom: 2em;
      padding-top: 0.5em;
  }
  .news .sideInfo ul li {
  }
  .news .sideInfo ul li a {
    padding: 0.5em 0 0.5em 2em;
    display: block;
    position: relative;
  }

  .news .sideInfo ul li a:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 10px;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      border-top: 1px solid #007bc7;
      border-right: 1px solid #007bc7;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 1;
  }
  .news .sideInfo ul li a {text-decoration: none;}
  .news .sideInfo ul li a:link {}
  .news .sideInfo ul li a:visited {}
  .news .sideInfo ul li a:hover {background: #e5f8f4; -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;opacity: 1;}
  .news .sideInfo ul li a:active {}

  .news .sideInfo select {
      width: 100%;
      border: 1px solid #ccc;
  }
  /* .pagenavi  */
  .pagenavi {text-align: center;margin-top: 20px;}
  .pagenavi .current {
      background: #7ec9c1;
      display: inline-block;
      padding: 2px 10px;
      text-align: center;
      border: 1px solid #7ec9c1;
      font-size: 88%;
      color: #fff;
  }
  .pagenavi a {
      background: #fff;
      display: inline-block;
      padding: 2px 10px;
      text-align: center;
      margin: 0 5px;
      border: 1px solid #7ec9c1;
      font-size: 88%;
      color:#7ec9c1;
      text-decoration: none;
  }
  .pagenavi a:hover {background-color: #7ec9c1;color: #fff;}

  .news .btn1 a {text-decoration: none;}

}

/* =============================================================================
    WP 新着情報一覧　archive.php
   ========================================================================== */
@media screen and (min-width: 768px) {
  .newslist {}
  .newslist ul {
      border-top: 3px solid #b5b5b5;
      border-bottom: 3px solid #b5b5b5;
  }
  .newslist ul li {
      min-height: 170px;
      border-bottom: 1px solid #b5b5b5;
      position: relative;
  }
  .newslist ul li:last-child {
      border-bottom: none;
  }

  .newslist ul li a:hover {color: #107da1;　-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

  .newslist ul li a {
    padding: 20px 0 0 240px;
    display: block;
  }
  .newslist ul li a:hover {
    opacity: 1;
  }

  .newslist ul li .thumb {
      width: 210px;
      position: absolute;
      top: 20px;
      left: 0;
  }

  .newslist ul li p {
  }
  .newslist ul li .date {
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
  }

  .newslist ul li .cat {
    display: inline-block;
    background: #3c4355;
    color: #fff;
    padding: 0 1em;
    margin: 0 0 0 1em;
    border-radius: 30px;
    line-height: 1.2;
    vertical-align: top;
  }
  .newslist h3 {
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      font-size: 2rem;
      font-weight: bold;
      border-bottom: 1px dashed #898989;
  }
  .newslist ul li .txt {
    line-height: 1.4;
  }
  .newslist ul li .txt + a {
    display: none;
  }
  .newslist ul li .txt p {
    padding: 0 0 20px 240px;
  }
  #alpr {
    display: inline;
    padding: 0 0.5em;
    background-color: #3c4355;
    color: #fff;
    font-size: 1.2rem
  }
  #alpr:hover {
    background-color: #107da1;
  }
}

@media screen and (max-width: 767px) {
  .newslist {}
  .newslist ul {
      border-top: 3px solid #b5b5b5;
      border-bottom: 3px solid #b5b5b5;
  }
  .newslist ul li {
      border-bottom: 1px solid #b5b5b5;
      position: relative;
  }
  .newslist ul li:last-child {
      border-bottom: none;
  }

  .newslist ul li a:hover {color: #107da1;　-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

  .newslist ul li a {
    padding: 20px 0 0;
    display: block;
  }
  .newslist ul li a:hover {
    opacity: 1;
  }

  .newslist ul li .thumb {
    width: 100%;
    margin: 0 0 1em;
  }
  .newslist ul li .thumb img {
    width: 100%;
  }
  .newslist ul li p {
  }
  .newslist ul li .date {
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
  }

  .newslist ul li .cat {
    display: inline-block;
    background: #3c4355;
    color: #fff;
    padding: 0 1em;
    margin: 0 0 0 1em;
    border-radius: 30px;
    line-height: 1.2;
    vertical-align: top;
  }
  .newslist h3 {
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      font-size: 2rem;
      font-weight: bold;
      border-bottom: 1px dashed #898989;
  }
  .newslist ul li .txt {
    line-height: 1.4;
  }
  .newslist ul li .txt + a {
    display: none;
  }
  .newslist ul li .txt p {
    padding: 0 0 1em 0;
  }
  #alpr {
    display: inline-block;
    padding: 0 0.5em;
    background-color: #3c4355;
    color: #fff;
    font-size: 1.2rem
  }
  #alpr:hover {
    background-color: #107da1;
  }
}


/* =============================================================================
    wp お問い合わせ
   ========================================================================== */

@media screen and (min-width: 768px) {
  .contact .keyimages {
    background: url(../images/company/keyimages.jpg) no-repeat 50% 0;
    background-size: cover;
    position: relative;
  }

  .contact .wrap {
    width: 900px;
    margin: 0 auto;
  }

/*お電話・FAXでのお問い合わせ*/
  .contact .intro-txt,
  .contact .contact-tel,
  .contact .contact-mail {
    margin: 0 0 4em;
  }

  .contact .intro-txt a {
    text-decoration: underline;
  }
  .contact .contact-tel {
    overflow: hidden;
  }
  .contact .contact-tel .box {
    padding: 2em 0;
    text-align: center;
  }

  .contact .tel-cont {
    width: 480px;
    float: left;
    border-right: 1px solid #ccc;
  }

  .contact .tel-cont .txt {
    margin: 1em 0 0;
  }

  .contact .fax-cont {
    width: 410px;
    float: right;
  }

  .contact .icon {
    padding: 1em;
    margin: 0 1em 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    background: #8fc31f;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .contact .number {
    font-size: 3rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }

/* メールフォームでのお問い合わせ */
  .contact-mail {}
  .contact-mail h3 + p {
    margin: 0 0 2em;
  }
  .contact-mail table {
    width: 100%;
    margin: 0 0 3em;
    border-top: 1px solid #ccc;
  }
  .contact-mail table tr {
    border-bottom: 1px solid #ccc;
  }
  .contact-mail table th {
    width: 40%;
    padding: 1em;
    text-align: left;
    vertical-align: top;
  }
  .contact-mail table th div {
    width: 100%;
    position: relative;
    font-weight: bold;
  }
  .contact-mail table th div span {
    display: inline-block;
    padding: 0 0.5em;
    background: #db3434;
    color: #fff;
    position: absolute;
    top: 0;
    right: 1em;
  }

  .contact-mail table td {
    width: 60%;
    padding: 1em;
  }
  .contact-mail table td .txt {
    color: #7c7c7c;
    font-size: 1.4rem;
  }

  .contact-mail .confirmation {
    text-align: center;
    margin: 0 0 3em;
  }
  .btnBox {
    text-align: center;
  }
  .btnBox input {
    border-radius: 30px;
    padding: 1em 8em;
    display: inline-block;
    position: relative;
    line-height: 1;
    background: rgb(0,122,223);
    background: -moz-linear-gradient(left, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background: -webkit-linear-gradient(left, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    background: linear-gradient(to right, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007adf', endColorstr='#00ecbc',GradientType=1 );
    border: none;
    color: #fff;
    font-size: 1.6rem;
  }
  .btnBox input:hover {
    cursor:pointer;
    opacity: 0.8;
  }
  form input[type=text],
  form input[type=email],
  form input[type=search],
  form input[type=tel],
  form input[type=url],
  form textarea{}

  form input[type=text],
  form input[type=email],
  form input[type=search],
  form input[type=tel],
  form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.5em;
  }
  form input[type=checkbox],
  form input[type=radio] {
    vertical-align:0;
    margin-right: 0.5em;
  }

  form label{
    display:inline-block;
    padding:2px 5px;
    margin-right: 2em;
  }

}

@media screen and (max-width: 767px) {
  .contact .keyimages {
    background: url(../images/company/keyimages.jpg) no-repeat 50% 0;
    background-size: cover;
    position: relative;
  }

  .contact .wrap {
    width: 95%;
    margin: 0 auto;
  }

/*お電話・FAXでのお問い合わせ*/
  .contact .intro-txt,
  .contact .contact-tel,
  .contact .contact-mail {
    margin: 0 0 4em;
  }
  .contact .intro-txt a {
    text-decoration: underline;
  }

  .contact .contact-tel {
  }
  .contact .contact-tel .box {
    padding: 2em 0;
    text-align: center;
  }

  .contact .tel-cont {
    border-bottom: 1px solid #ccc;
  }

  .contact .tel-cont .txt {
    margin: 1em 0 0;
  }

  .contact .fax-cont {
  }

  .contact .icon {
    padding: 0.5em;
    margin: 0 0.5em 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    background: #8fc31f;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .contact .number {
    font-size: 3rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }

/* メールフォームでのお問い合わせ */
  .contact-mail {}
  .contact-mail h3 + p {
    margin: 0 0 2em;
  }
  .contact-mail table {
    width: 100%;
    margin: 0 0 3em;
    border-top: 1px solid #ccc;
  }
  .contact-mail table tr {
    border-bottom: 1px solid #ccc;
  }
  .contact-mail table th {
    display: block;
    padding: 0.5em 1em;
    text-align: left;
    vertical-align: top;
    background: #ccc;
  }
  .contact-mail table th div {
    width: 100%;
    position: relative;
    font-weight: bold;
  }
  .contact-mail table th div span {
    display: inline-block;
    padding: 0 0.5em;
    background: #db3434;
    color: #fff;
    position: absolute;
    top: 0;
    right: 1em;
  }

  .contact-mail table td {
    display: block;
    padding: 1em;
  }
  .contact-mail table td .txt {
    color: #7c7c7c;
    font-size: 1.4rem;
  }

  .contact-mail .confirmation {
    margin: 0 0 3em;
  }
  .btnBox {
    text-align: center;
  }
  .btnBox input {
    border-radius: 30px;
    padding: 1em 4em;
    display: inline-block;
    position: relative;
    line-height: 1;
    background: rgb(0,122,223);
    background: -moz-linear-gradient(left, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background: -webkit-linear-gradient(left, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    background: linear-gradient(to right, rgb(0,122,223) 0%,rgb(0,236,188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007adf', endColorstr='#00ecbc',GradientType=1 );
    border: none;
    color: #fff;
    font-size: 1.6rem;
  }
  .btnBox input:hover {
    cursor:pointer;
    opacity: 0.8;
  }
  form input[type=text],
  form input[type=email],
  form input[type=search],
  form input[type=tel],
  form input[type=url],
  form textarea{}

  form input[type=text],
  form input[type=email],
  form input[type=search],
  form input[type=tel],
  form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.5em;
  }
  form input[type=checkbox],
  form input[type=radio] {
    vertical-align:0;
    margin-right: 0.5em;
  }

  form label{
    display:inline-block;
    padding:2px 5px;
    margin-right: 2em;
  }

}






/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
