@charset "UTF-8";
/*=====================================================================================================================
*======================================================================================================================
*
*
*	setting
*
*
*======================================================================================================================
=====================================================================================================================*/
.keyColor {
  color: #5c7026;
}

.pc {
  display: block;
}

.pci {
  display: inline-block;
}

.sp {
  display: none;
}

.spi {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .spi {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .pci {
    display: none;
  }

  .swi {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}
/*=======================================================================================
*
*	基本設定
*
*=======================================================================================*/
body {
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, p, li, dt, dd {
  line-height: 1.8em;
}

section {
  padding: 70px 0;
}
section .center {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section {
    padding: 45px 15px;
  }
  section .center {
    width: 100%;
  }
}

.both .left {
  float: left;
  width: 474px;
}
.both .right {
  float: right;
  width: 474px;
}
@media screen and (max-width: 768px) {
  .both .left, .both .right {
    width: 100%;
    float: none;
  }
}

.small {
  font-size: 80%;
}

.en {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.5px;
}

h3 {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
h3 .jp {
  font-size: 29px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 1px;
}
h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  margin-right: 4px;
}
h3 .en {
  display: inline-block;
  vertical-align: bottom;
  color: #5c7026;
  position: relative;
  top: 6px;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.5px;
}
h3.white .jp {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 35px;
  }
  h3 .jp {
    font-size: 25px;
  }
  h3 img {
    width: 14px;
    height: auto;
    max-height: auto;
    margin-left: 6px;
    margin-right: 2px;
  }
  h3 .en {
    font-size: 12px;
  }
}

/*=======================================================================================
*
*	MenuBtn,nav
*
*=======================================================================================*/
/*===========MenuBtn==========*/
#MenuBtn {
  width: 50px;
  height: 50px;
  background: #3c471e;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  padding-top: 16px;
}
#MenuBtn li {
  background: #c4992d;
  margin: 0 auto;
  height: 2px;
  width: 20px;
  margin-bottom: 5px;
}
#MenuBtn li:last-child {
  margin-bottom: 0;
}

/*===========spMenu==========*/
.spMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(48, 56, 24, 0.95);
  width: 100%;
  height: 100%;
}
.spMenu .close {
  color: #c4992d;
  position: fixed;
  right: 15px;
  top: 12px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
}
.spMenu .wrapper {
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  text-align: center;
}
.spMenu .wrapper .global li {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  .spMenu .wrapper .global li {
    margin-bottom: 12px;
  }
}
.spMenu .wrapper .global li a {
  color: #c4992d;
  text-decoration: none;
}
.spMenu .wrapper .socail {
  margin-top: 35px;
  display: none;
}
.spMenu .wrapper .socail li {
  display: inline-block;
  margin-right: 20px;
}
.spMenu .wrapper .socail li:last-child {
  margin-right: 0;
}

/*===========topBlock==========*/
.topBlock {
  /*===========nav==========*/
  /*===========nav==========*/
}
.topBlock .titleBox {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #FFFFFF;
  z-index: 100;
}
.topBlock .titleBox h1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.topBlock .titleBox .info {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .topBlock .titleBox {
    left: 10px;
    top: 10px;
  }
  .topBlock .titleBox h1 img {
    width: 160px;
    height: auto;
    max-height: auto;
  }
  .topBlock .titleBox .info {
    font-size: 11px;
  }
}
.topBlock nav {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 15px;
}
.topBlock nav .global {
  display: inline-block;
}
.topBlock nav .global li {
  display: inline-block;
  border-right: 1px solid rgba(153, 119, 38, 0.4);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.topBlock nav .global li:last-child {
  border-right: none;
  padding-right: 0;
}
.topBlock nav .global li a {
  text-decoration: none;
  color: #c4992d;
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  padding-left: 15px;
  font-weight: bold;
  padding-right: 15px;
  height: 46px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .topBlock nav .global {
    display: none;
  }
}
.topBlock nav .socail {
  display: inline-block;
}
.topBlock nav .socail li {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #323b19;
  text-align: center;
  line-height: 23px;
}
.topBlock nav .socail li:nth-child(1) {
  margin-right: 3px;
}
.topBlock nav .socail li a {
  display: block;
  width: 100%;
  height: 100%;
}
.topBlock.chaser {
  position: fixed;
  z-index: 200;
  background: #323b19;
  width: 100%;
  height: 50px;
  right: 0;
  top: -50px;
  /*===========nav==========*/
  /*===========nav==========*/
}
.topBlock.chaser .titleBox {
  left: 10px;
  top: 8px;
  color: #FFFFFF;
  z-index: 100;
}
.topBlock.chaser .titleBox h1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.topBlock.chaser .titleBox h1 img {
  width: 120px;
  height: auto;
  max-height: auto;
}
.topBlock.chaser .titleBox .info {
  display: none;
}
.topBlock.chaser nav {
  right: 0;
}
.topBlock.chaser nav .global {
  display: inline-block;
}
.topBlock.chaser nav .global li {
  height: 50px;
}
.topBlock.chaser nav .global li:last-child {
  border-right: 0;
}
.topBlock.chaser nav .global li a {
  font-size: 12px;
  color: #c4992d;
}
.topBlock.chaser nav .socail {
  display: none;
}
@media screen and (max-width: 768px) {
  .topBlock.chaser {
    display: none;
  }
}

/*=======================================================================================
*
*	header
*
*=======================================================================================*/
header {
  width: 100%;
  height: 680px;
  position: relative;
}
header .gradeBg {
  width: 100%;
  height: 140px;
  position: absolute;
  z-index: 10;
  background: -moz-linear-gradient(top, black 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.5;
}
header .centerLogo {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin-left: -73px;
  margin-top: -110px;
}
@media screen and (max-width: 768px) {
  header .centerLogo {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }
  header .centerLogo img {
    width: 100px;
    height: auto;
    max-height: auto;
  }
}
header .slider {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
header .slider li {
  background: url(../images/slideImage01.jpg) center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
header .slider li:nth-child(1) {
  display: block;
}
header .slider li:nth-child(2) {
  background: url(../images/slideImage02.jpg) center center;
  background-size: cover;
}
header .slider li:nth-child(3) {
  background: url(../images/slideImage03.jpg) center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  header .slider {
    height: 100%;
    position: relative;
  }
  header .slider li {
    height: 100%;
  }
  header .slider li img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}
header .locator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -29px;
  height: 3px;
  line-height: 0;
  z-index: 100;
}
header .locator li {
  background: #FFFFFF;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
header .locator li:last-child {
  margin-right: 0;
}
header .locator li.selected {
  background: #5c7026;
}
@media screen and (max-width: 768px) {
  header {
    height: 100%;
  }
  header .topBlock nav {
    display: none;
  }
}

/*=======================================================================================
*
*	AboutSection
*
*=======================================================================================*/
#AboutSection h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6em;
  margin-top: -5px;
}
#AboutSection p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #AboutSection {
    padding-top: 35px;
  }
  #AboutSection h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #AboutSection p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #AboutSection .right {
    margin-bottom: 20px;
  }
}

/*=======================================================================================
*
*	MenuSection
*
*=======================================================================================*/
#MenuSection {
  background: url(../images/menuBg.gif) center center;
}
#MenuSection .h3Support {
  color: #FFFFFF;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 40px;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  #MenuSection .h3Support {
    text-align: left;
    margin-bottom: 25px;
  }
}
#MenuSection .tabBtn li {
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  border-radius: 48px;
  line-height: 46px;
  width: 32%;
  margin-right: 1.5%;
  color: #5c7026;
  border: 1px solid #5c7026;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease-out;
}
#MenuSection .tabBtn li.hover {
  background: #5c7026;
  color: #FFFFFF;
}
#MenuSection .tabBtn li small {
  font-weight: normal;
}
#MenuSection .tabBtn li:nth-child(3) {
  margin-right: 0;
}
#MenuSection .tabBtn li.selected {
  background: #5c7026;
  color: #FFFFFF;
}
#MenuSection .tabBtn:last-child {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #MenuSection .tabBtn li {
    vertical-align: middle;
    height: 48px;
    font-size: 14px;
    line-height: 1.2em;
    width: 31%;
    margin-right: 2%;
    position: relative;
  }
  #MenuSection .tabBtn li .cell {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #MenuSection .tabBtn:last-child {
    margin-top: 35px;
  }
}
#MenuSection .tabContainer .block {
  display: none;
}
#MenuSection .tabContainer .block:nth-child(1) {
  display: block;
}
#MenuSection .tabContainer .block .head {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 35px;
  font-size: 16px;
}
#MenuSection .tabContainer .block .parts-title {
  display: table;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#MenuSection .tabContainer .block .parts-title:after, #MenuSection .tabContainer .block .parts-title:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: linear-gradient(transparent 50%, #666666, #666666, transparent calc(50% + 1px));
  background-clip: padding;
}
@media screen and (max-width: 768px) {
  #MenuSection .tabContainer .block .parts-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
#MenuSection .tabContainer .block .parts-imagebox li {
  position: relative;
  display: table;
  margin-bottom: 15px;
}
#MenuSection .tabContainer .block .parts-imagebox li:last-child {
  margin-bottom: 0;
}
#MenuSection .tabContainer .block .parts-imagebox li .standBox {
  background: #ae0000;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#MenuSection .tabContainer .block .parts-imagebox li .left {
  display: table-cell;
}
#MenuSection .tabContainer .block .parts-imagebox li .right {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
  background: #FFFFFF;
}
#MenuSection .tabContainer .block .parts-imagebox li .right .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #5c7026;
}
#MenuSection .tabContainer .block .parts-imagebox li .right .title small {
  font-size: 55%;
  display: inline-block;
}
#MenuSection .tabContainer .block .parts-imagebox li .right p span {
  display: block;
  margin-bottom: 8px;
}
#MenuSection .tabContainer .block .parts-imagebox li .right p span.clearM {
  margin-bottom: 0px;
}
#MenuSection .tabContainer .block .parts-imagebox li .right p small {
  color: #858585;
}
#MenuSection .tabContainer .block .parts-imagebox li .right .price {
  padding: 10px 15px;
  background: #e8e8e8;
  display: inline-block;
}
#MenuSection .tabContainer .block .parts-imagebox li .right .price li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0px;
  font-size: 13px;
}
#MenuSection .tabContainer .block .parts-imagebox li .right .price li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #MenuSection .tabContainer .block .parts-imagebox li {
    display: block;
    float: left;
    width: 48%;
  }
  #MenuSection .tabContainer .block .parts-imagebox li:nth-child(even) {
    float: right;
  }
  #MenuSection .tabContainer .block .parts-imagebox li:last-child {
    margin-bottom: 0;
  }
  #MenuSection .tabContainer .block .parts-imagebox li .standBox {
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 6px;
    top: 0;
    left: 0;
  }
  #MenuSection .tabContainer .block .parts-imagebox li .left {
    display: block;
  }
  #MenuSection .tabContainer .block .parts-imagebox li .left img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  #MenuSection .tabContainer .block .parts-imagebox li .right {
    display: block;
    padding: 14px;
  }
  #MenuSection .tabContainer .block .parts-imagebox li .right .title {
    font-size: 21px;
    margin-bottom: 6px;
    line-height: 1.4em;
  }
  #MenuSection .tabContainer .block .parts-imagebox li .right p {
    margin-bottom: 13px;
    font-size: 13px;
  }
  #MenuSection .tabContainer .block .parts-imagebox li .right .price {
    padding: 7px 12px;
  }
  #MenuSection .tabContainer .block .parts-imagebox li .right .price li {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    font-size: 12px;
  }
  #MenuSection .tabContainer .block .parts-imagebox.single li {
    width: 100%;
  }
}
#MenuSection .tabContainer .block .parts-listbox {
  background: #FFFFFF;
  padding: 25px;
  padding-bottom: 10px;
}
#MenuSection .tabContainer .block .parts-listbox .right, #MenuSection .tabContainer .block .parts-listbox .left {
  float: left;
  width: 48%;
}
#MenuSection .tabContainer .block .parts-listbox .right {
  float: right;
}
#MenuSection .tabContainer .block .parts-listbox .menuChild {
  margin-bottom: 25px;
}
#MenuSection .tabContainer .block .parts-listbox .menuChild.right {
  float: right;
}
#MenuSection .tabContainer .block .parts-listbox .menuChild .title {
  background: url(../images/listmark.png) no-repeat left center;
  background-size: 8px 8px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: bold;
}
#MenuSection .tabContainer .block .parts-listbox .menuChild ul {
  border-top: 1px solid #d7d7d7;
  margin-top: 10px;
  padding-top: 3px;
}
#MenuSection .tabContainer .block .parts-listbox .menuChild ul li {
  border-bottom: 1px dotted #d5d5d5;
  padding: 10px 0;
  font-size: 13px;
}
#MenuSection .tabContainer .block .parts-listbox .menuChild ul li .price {
  float: right;
  font-weight: bold;
}
#MenuSection .tabContainer .block .parts-listbox .menuChild ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #MenuSection .tabContainer .block .parts-listbox {
    padding: 15px;
    padding-bottom: 0;
  }
  #MenuSection .tabContainer .block .parts-listbox .right, #MenuSection .tabContainer .block .parts-listbox .left {
    float: none;
    width: 100%;
  }
  #MenuSection .tabContainer .block .parts-listbox .menuChild {
    margin-bottom: 25px;
  }
}

/*=======================================================================================
*
*	ShopSection
*
*=======================================================================================*/
#ShopSection #Map, #ShopSection #Map2 {
  margin-top: 10px;
  height: 300px;
  background: #CCCCCC;
}
@media screen and (max-width: 768px) {
  #ShopSection #Map, #ShopSection #Map2 {
    margin-top: 15px;
    height: 240px;
    margin-bottom: 10px;
  }
}
#ShopSection .left .link {
  margin-top: 7px;
}
#ShopSection .left .link a {
  color: #5c7026;
  font-size: 13px;
}
#ShopSection .right h4 {
  margin-bottom: 15px;
}
#ShopSection .right .sabTitle {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: bold;
  color: #a68b4e;
}
#ShopSection .right p {
  margin-bottom: 30px;
}
#ShopSection .right .table dl {
  display: table;
  border-top: 1px solid #dbdbdb;
  box-sizing: border-box;
  font-size: 14px;
}
#ShopSection .right .table dl:last-child {
  border-bottom: 1px solid #dbdbdb;
}
#ShopSection .right .table dl dt, #ShopSection .right .table dl dd {
  padding: 13px 15px;
}
#ShopSection .right .table dl dt {
  display: table-cell;
  background: #efefef;
  box-sizing: border-box;
  width: 110px;
}
#ShopSection .right .table dl dd {
  display: table-cell;
  box-sizing: border-box;
  width: 364px;
}
@media screen and (max-width: 768px) {
  #ShopSection .right .sabTitle {
    margin-bottom: 15px;
  }
  #ShopSection .right p {
    margin-bottom: 20px;
  }
  #ShopSection .right .table {
    margin-top: 15px;
  }
  #ShopSection .right .table dl {
    display: block;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
  #ShopSection .right .table dl:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
  #ShopSection .right .table dl dt {
    display: block;
    background: #efefef;
    box-sizing: border-box;
    width: 100%;
  }
  #ShopSection .right .table dl dd {
    display: block;
    width: 100%;
  }
}

/*=======================================================================================
*
*	NewsSection
*
*=======================================================================================*/
#NewsSection {
  background: #e8e8e5;
}
#NewsSection li {
  background: #FFFFFF;
  margin-bottom: 12px;
}
#NewsSection li dl {
  display: table;
  padding: 12px;
}
#NewsSection li dl dt {
  display: table-cell;
  vertical-align: middle;
}
#NewsSection li dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
#NewsSection li dl dd .date {
  color: #5c7026;
  font-size: 11px;
}
#NewsSection li dl dd h4 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 10px;
}
#NewsSection li dl dd .textbox img {
  display: none;
}
#NewsSection .oldNews {
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 768px) {
  #NewsSection li {
    background: #FFFFFF;
    margin-bottom: 12px;
  }
  #NewsSection li dl {
    display: table;
    padding: 12px;
  }
  #NewsSection li dl dt {
    display: none;
  }
  #NewsSection li dl dd {
    display: block;
    padding-left: 0px;
  }
  #NewsSection li dl dd .date {
    color: #5c7026;
    font-size: 11px;
  }
  #NewsSection li dl dd h4 {
    font-size: 16px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e3e3e3;
  }
  #NewsSection li dl dd .textbox img {
    display: block;
    float: right;
    padding-left: 7px;
    width: 130px;
    height: auto;
    max-height: auto;
  }
}
#NewsSection .btn {
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  font-weight: bold;
  width: 190px;
  margin: 0 auto;
  color: #5c7026;
  border: 1px solid #5c7026;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  transition: all 0.3s ease-out;
}
#NewsSection .btn.hover {
  background: #5c7026;
  color: #FFFFFF;
}

/*=======================================================================================
*
*	InstagramSection
*
*=======================================================================================*/
#InstagramSection {
  padding: 0;
}
#InstagramSection div {
  width: 20%;
  height: 100%;
  overflow: hidden;
  float: left;
  margin-top: -1px;
}
#InstagramSection div.instagram {
  text-align: center;
  position: relative;
}
#InstagramSection div.instagram img.logo {
  width: 88px;
  height: 71px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -65px;
  margin-left: -44px;
}
#InstagramSection div.instagram a {
  display: block;
  position: absolute;
  border: 1px solid #FFFFFF;
  height: 45px;
  padding-top: 4px;
  box-sizing: border-box;
  border-radius: 45px;
  width: 145px;
  font-size: 11px;
  line-height: 1.5em;
  color: #FFFFFF;
  text-decoration: none;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin-top: 51px;
  transition: all 0.3s ease-out;
}
#InstagramSection div.instagram a.hover {
  background: #FFFFFF;
  color: #d5506d;
}
#InstagramSection div img {
  width: 100%;
  height: auto;
  max-height: auto;
}
@media screen and (max-width: 768px) {
  #InstagramSection {
    padding: 0;
  }
  #InstagramSection div {
    width: 50%;
    height: 50%;
    float: left;
  }
  #InstagramSection div.instagram {
    text-align: center;
    position: relative;
  }
  #InstagramSection div.instagram a {
    padding-top: 4px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 40px;
    width: 135px;
    font-size: 10px;
  }
  #InstagramSection div.instagram img.logo {
    margin-top: -55px;
  }
  #InstagramSection div:nth-child(9), #InstagramSection div:nth-child(10) {
    display: none;
  }
}

/*=======================================================================================
*
*	ContactSection
*
*=======================================================================================*/
#ContactSection p {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 40px;
}
#ContactSection h4 {
  background: url(../images/icon_tel.png) no-repeat left center;
  background-size: 21px 22px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
}
#ContactSection .right h4 {
  background: url(../images/icon_mail.png) no-repeat left center;
  background-size: 20px 17px;
}
#ContactSection .box {
  border: 1px solid #5c7026;
  height: 85px;
  box-sizing: border-box;
}
#ContactSection .left .box {
  padding-left: 25px;
  padding-top: 17px;
}
#ContactSection .left .box .tel {
  font-size: 18px;
  font-weight: bold;
  color: #5c7026;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
#ContactSection .left .box .time {
  font-size: 13px;
  text-align: left;
}
#ContactSection .right a {
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #5c7026;
  line-height: 85px;
  font-weight: bold;
}
#ContactSection .single .right {
  display: none;
}
#ContactSection .single .left {
  float: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ContactSection p {
    text-align: center;
    margin-top: -5px;
    margin-bottom: 30px;
  }
}

/*=======================================================================================
*
*	footer
*
*=======================================================================================*/
footer {
  height: 60px;
  line-height: 60px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.5px;
  font-size: 11px;
  text-align: center;
  background: #323b19;
  color: #c4992d;
}
