@charset "UTF-8";
@import url(animate.css);
/*
* @section Main Styles
*/
body {
  color: #7a7a7a;
  font: 400 14px/24px "Lato", sans-serif;
  -webkit-text-size-adjust: none;
  background: #f8f8f8;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

/*
* @subsection Typography
*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 1.2;
  color: #2f2f2f;
  font-weight: 400;
}

h2,
.heading-1 {
  font-size: 30px;
  line-height: 1.33333;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom:30px;
  text-align:center;
}

h3,
.heading-2 {
  font-size: 26px;
  line-height: 1.60714;
  text-transform: uppercase;
  margin:40px 0 20px;
}

h4,
.heading-3 {
  font-size: 23px;
  line-height: 2.04545;
  text-transform: uppercase;
}

h5,
.heading-4 {
  font-size: 20px;
  line-height: 1.5;
}

h6,
.heading-5 {
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (min-width:769px){
  body .none,body .hidePC,body .hidePc,body .onlySP,body .onlySp,body .onlyTB,body .onlyTb{display:none!important}
}
@media screen and (min-width:481px) and (max-width:768px){
  body .hideTB,body .hideTb,body .onlyPC,body .onlyPc,body .onlySP,body .onlySp{display:none!important}
}
@media screen and (max-width:480px){
  body .hideSP,body .hideSp,body .onlyPC,body .onlyPc,body .onlyTB,body .onlyTb{display:none!important}
}

.thin {
  font-weight: 100;
}

.lite {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

strong,
.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.big {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .big {
    font-size: 34px;
    line-height: 1.32353;
  }
}

.small {
  font-size: 13px;
  line-height: 130%;
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  text-decoration: none;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.border-bottom {
  border-bottom: 1px solid #bbbbbb;
}

.pos-relative {
  position: relative;
}

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}

.overlay-1,
.overlay-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 3;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 15px;
}

.overlay-1 {
  background: rgba(61, 65, 64, 0.4);
}

.overlay-2 {
  background: rgba(214, 175, 85, 0.1);
}

.link-1 {
  color: #2f2f2f;
  font-size: 20px;
  line-height: 1.5;
}

/*
* @section Type System
*/
/*
* @subsection Floating
*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}
.header_name{
  position:relative;
}
.english_btn.hideSP{
  position:absolute;
  top:-10px;
  right:15px;
}
.english_btn.hideSP a{
  padding:10px;
  min-width:100px;
  border-radius:0 0 5px 5px;
}
.sf-menu.nav_last > li:nth-last-child(2) > a:after{
  display:none;
}
.rd-mobilemenu_ul a.english_btn_sp{
  margin:20px;
}
@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*
* @subsection Alignment
*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section Main Layout
*/
* + .row {
  margin-top: 47px;
}

* + .btn {
  margin-top: 82px;
}

* + .contact-info {
  margin-top: 26px;
}

* + h5 {
  margin-top: 33px;
}

* + h6 {
  margin-top: 31px;
}

h6 + * {
  margin-top: 28px;
}

h1 + * {
  margin-top: 47px;
}

h5 + p {
  margin-top: 5px;
}

p + p {
  margin-top: 25px;
}

.row + .row {
  margin-top: 30px;
}

.icon + h5 {
  margin-top: 33px;
}

/*
* @subsection well-md
*/
.well-md,
.well-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .well-md--inset-1 {
    padding-top: 77px;
  }
  .well-md--inset-2 {
    padding-top: 0;
    padding-bottom: 91px;
  }
  .well-md--inset-3 {
    padding-bottom: 95px;
  }

  .well-lg {
    padding-top: 93px;
    padding-bottom: 104px;
  }
}
/*
* @subsection Offsets
*/
.flow-offset-1 > * + * {
  margin-top: 60px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 40px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.flow-offset-3 > * + * {
  margin-top: 78px 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
    margin-top: 78px 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
    margin-top: 78px 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
    margin-top: 78px 50px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
    margin-top: 78px 50px;
  }
}

.offset-1 {
  margin-top: 68px;
}

.offset-2 {
  margin-top: 40px;
}

/*
* @subsection Insets
*/
.inset-1 {
  padding-left: 10px;
  padding-right: 10px;
}

/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
  font-size: 5vw;
  line-height: 1.2;
  color: #2f2f2f;
  position: relative;
  width: 100%;
  text-align:center;
}
.brand a:hover {
  color: inherit;
}
.brand p {
  font-size:2vw;
  font-weight: 300;
  line-height: 2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .brand {
    font-size:4vw;
  }
}
@media (min-width: 1200px) {
  .brand p {
    bottom: 25px;
    left: 47px;
  }
}

/*
* @subsection Blockquote
*/
.quote {
  position: relative;
  text-align: left;
}
.quote p:nth-child(1) {
  margin-left: 20px;
  font-size:16px;
}
.quote q {
  font-size: 16px;
  line-height: 1.5;
  color: #2f2f2f;
  text-indent: 10px;
}
.quote cite {
  font-weight: 300;
  color: #2f2f2f;
  font-size: 17px;
  line-height: 2.35294;
}
.quote p + p {
  margin-top: 15px;
}

/*
* @subsection terms-list
*/
.terms-list dd + dt {
  margin-top: 60px;
}
.terms-list dt + dd {
  margin-top: 31px;
}
@media (min-width: 992px) {
  .terms-list dd + dt {
    margin-top: 25px;
  }
}

/*
* @subsection pricing-box
*/
.pricing-box {
  border: 1px solid #000;
  padding-top: 43px;
  min-height: 428px;
  max-width: 370px;
  display: inline-block;
  position: relative;
}
.pricing-box__content {
  padding: 34px 30px 79px;
}
.pricing-box__name {
  background: #acacac;
  font-size: 30px;
  line-height: 1.33333;
  text-transform: uppercase;
  color: #fff;
  padding: 23px 0;
  width: 100.7%;
  margin-left: -1px;
}
.pricing-box .price {
  font-size: 60px;
  line-height: 0.66667;
  color: #000;
}
.pricing-box sup {
  font-size: 20px;
  line-height: 15px;
}
.pricing-box .btn {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pricing-box * + .price {
  margin-top: 34px;
}
.pricing-box .price + * {
  margin-top: 37px;
}
.pricing-box .heading-6 + p {
  margin-top: 15px;
}

/*
* @subsection Contact-info
*/
.contact-info {
  font-size: 17px;
  font-weight: 300;
}

/*
* @subsection blog-post
*/
.blog-post {
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:solid 1px #ccc;
  display: inline-block;
  width:100%;
}
.blog-post .link {
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 41px;
  width: 41px;
  line-height: 41px;
  font-size: 20px;
  /*font-family: 'FontAwesome';
  background: rgba(47, 47, 47, 0.3);
  color: #fff;*/
}
.pos-relative a:hover{opacity:0.5;}
/*.blog-post .link:before {
  content: '\f105';
}*/
.blog-post .link:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}
.blog-post h3{margin:0 0 10px;font-size:20px;}
.blog-post p{margin:0;}
.blog-post p.date{margin-bottom:10px;color:#333;}
.blog-post .row .col-md-3{width:25%;display:table-cell;vertical-align:middle;float:none;text-align:center;}
.blog-post .row .col-md-9{width:75%;display:table-cell;vertical-align:middle;float:none;}
.blog-post .row .col-md-3 img{max-height:200px;}


@media (min-width: 992px) {
  .blog-post {
    text-align: left;
    max-width: none;
  }
  .blog-post .link {
    right: 15px;
  }
}
.blog-post h5 + p {
  margin-top: 22px;
}
@media (max-width: 479px) {
  .news_g{border-top:solid 1px #ccc;}
  .blog-post{padding:20px;background-color:#fff;margin:-1px 0 0;}
  .blog-post .col-md-9{padding-top:10px;}
  .blog-post h3{font-size:20px;}
  .blog-post p.date{display:block;text-align:center;font-size:13px;}
  .blog-post .row .col-md-3{width:90%;display:block;margin:0 auto 5px;}
  .blog-post .row .col-md-9{width:100%;display:block;}
  .quote p:nth-child(1) {text-indent:0;}
}

/*
* @subsection Thumbnails
*/
.thumb {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: 370px;
  position: relative;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover:before {
  display: block;
}
.thumb img {
  width: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumb .thumb_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumb .thumb_overlay:before {
  content: '\f065';
  font: 400 20px 'FontAwesome';
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lt-ie9 .thumb .thumb_overlay:before {
  display: none;
}

/*
* @subsection Iinline-list 
*/
.inline-list {
  word-spacing: 3px;
}
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}

/*
* @subsection Marked-list
*/
.marked-list > li {
  padding-left: 10px;
  position: relative;
}
.marked-list > li:after {
  content: '-';
  position: absolute;
  left: 0;
  top:10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
* @subsection Backgrounds
*/
.bg-primary {
  background: #f5be58;
}

.bg-default-variant-1 {
  background: #efefef;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-primary {
  background-color: #f5be58;
  border: 2px solid #f5be58;
  color: #fff;
}
.icon-primary:hover {
  color: #f5be58;
  background-color: transparent;
}

.icon-xs {
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 44px;
}

.icon-sm {
  font-size: 40px;
  line-height: 40px;
}

.icon-lg {
  font-size: 60px;
  line-height: 60px;
}

@media (min-width: 768px) {
  .icon-xs {
    width: 68px;
    height: 68px;
    line-height: 64px;
  }
}
/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  position: relative;
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:active, .btn:hover {
  cursor: pointer;
}

.btn-primary {
  background: #f5be58;
  border: 2px solid #f5be58;
  text-align:center;
  margin:0 auto;
}
.btn-primary:active, .btn-primary:hover {
  background: transparent;
  color: #f5be58;
}

.btn-sm {
  min-width: 190px;
  padding: 16px 10px;
  font-size: 18px;
}

.btn-md {
  min-width: 250px;
  padding: 19px 10px;
  font-size: 18px;
}

/**
* @subsection Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
  display: inline-block;
  background: #f5be58;
  width: 100%;
  display: -ms-flexbox!important;
  display: flex!important;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sf-menu > li > a:after {
  content: '';
  background: #fff;
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 40%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.sf-menu > li:last-child > a:after {
  display: none;
}
.sf-menu a {
  display: block;
  font: 400 18px/30px "Lato", sans-serif;
  color: #fff;
  padding:10px 10px;
  position: relative;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align:center;
}
@media (min-width: 768px) {
  .sf-menu a {
    padding: 10px 10px;
  }
}
@media (min-width: 992px) {
  .sf-menu a {
    padding: 10px 10px;
  }
}
@media (min-width: 1200px) {
  .sf-menu a {
    padding: 10px 10px;
  }
}

.sf-menu li.active > a,
.sf-menu a:hover {
  background: #c29c54;
}
.sf-menu > li > a {
  color: #FFF;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 87%;
  min-width: 235px;
  margin-top: 10px;
  padding: 35px 0 35px;
  background: #f5be58;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li a {
  padding: 7px 25px;
}

.sf-menu ul > li > a {
  color: #FFF;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  padding: 7px 15px 7px 35px;
  color: #FFF;
  background: #f5be58;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*
* @RD Parallax
*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.parallax .big {
  color: #f8f8f8;
  font-size: 26px;
  line-height: 1.53846;
  text-transform: uppercase;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*
* @subsection tabs
*/
.resp-tabs-list li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #000;
  border-top: 1px solid transparent;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  color: #000;
  transition: all .3s ease;
  text-transform: uppercase;
}
.resp-tabs-list li::before, .resp-tabs-list li::after {
  content: '';
  height: 22px;
  width: 1px;
  background: #f8f8f8;
  position: absolute;
  top: -1px;
  z-index: 10;
}
.resp-tabs-list li::before {
  left: -1px;
}
.resp-tabs-list li::after {
  right: -1px;
}
@media (min-width: 1200px) {
  .resp-tabs-list li {
    min-width: 130px;
  }
}
.resp-tabs-list li:hover,
.resp-tabs-list .resp-tab-active {
  border-top: 1px solid #000;
  position: relative;
}
.resp-tabs-list li:hover::before, .resp-tabs-list li:hover::after,
.resp-tabs-list .resp-tab-active::before,
.resp-tabs-list .resp-tab-active::after {
  opacity: 0;
}
.resp-tabs-list li + li {
  margin-left: 7px;
}

.resp-tabs-container {
  padding-top: 34px;
}
.resp-tabs-container h5 {
  font-weight: 400;
}
.resp-tabs-container .heading-6 {
  font-weight: 600;
  font-size:16px;margin-bottom:5px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 479px) {
  .resp-accordion {
    font-size: 16px;
    font-weight: 700;
    color: #f5be58;
    margin-top: 9px;
    display: block;
    padding: 16px 5px 15px;
    width: 100%;
    text-align: center;
    color: #F7941D;
    line-height: 1.2;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    cursor: pointer;
  }

  .resp-accordion:hover,
  .resp-tab-active {
    background: #E5E5E5 none repeat scroll 0% 0%;
    border-color: #D8D8D8;
    color: #000;
  }

  .resp-tab-content {
    padding: 20px 0;
  }

  .resp-tabs-list {
    display: none;
  }
}
/**
* @subsection   RD Mobile Menu
*
* @description  mobile navbar
*
* @author       Evgeniy Gusarov (Diversant)
* @link         http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #f5be58;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 14px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
  .container .nav{display:none;}
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/**
* @subsection   Stuck menu   
*/
.stuck_container {
  margin-top:10px;
}

.isStuck {
  background: #f5be58;
  z-index: 999;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/**
* @subsection   ToTop   
*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #f1a210;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #f5be58;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @section HEADER
*/
header {
  padding-top:10px;
  border-bottom: 2px solid #f5be58;
}
.h_font02 header,.h_font02 header a,.h_font02 .rd-mobilemenu,.h_font02 .rd-mobilepanel_title{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
header .brand {
  padding:10px;
  text-align: center;
}
header .brand a{display:block;}
header .brand img{max-height:80px;}
@media (min-width: 768px) {
  header {
    border: none;
  }
  header .brand {
    float: left;
  }
}

/*
* @section CONTENT
*/
main {
  display: block;
  min-height: 100vh;
}

.block-1 {
  background: #FFF none repeat scroll 0% 0%;
  padding: 17px 15px;
  width: 100%;
  max-width: 370px;
  display: inline-block;
  text-align:center;
}
.block-1.vertical{
  text-align:right;
  line-height:130%;
  padding:10px 0 0;
  background-color:transparent!important;
  font-size:13px;
}
.block-1.vertical .heading-6{
  font-size:13px;
}
.block-1 p + p {
  margin-top: 0px;
}

.block-2 {
  border: 1px solid #000;
  padding: 56px 10px 18px;
  min-height: 320px;
  max-width: 320px;
  display: inline-block;
}
.block-2 h5 + p {
  margin-top: 17px;
}
@media (min-width: 768px) {
  .gallery_w .col-sm-2{
    width:20%;
  }
  .resp-tabs-container .row .col-sm-2.pos-relative:nth-child(6n){
    margin-top:60px;
  }
  .resp-tabs-container .row .col-sm-4.pos-relative:nth-child(3n+1){clear:both;}
  .resp-tabs-container .row .col-sm-3.pos-relative:nth-child(4n+1){clear:both;}
  .resp-tabs-container .row .col-sm-2.pos-relative:nth-child(5n+1){clear:both;}
}
@media (max-width: 767px) {
  .gallery_w .col-sm-2,.gallery_w .col-sm-3,.gallery_w .col-sm-4{
    width:50%;
    float:left;
  }
  .gallery_w .col-sm-2.pos-relative:nth-child(2n+1),
  .gallery_w .col-sm-3.pos-relative:nth-child(2n+1),
  .gallery_w .col-sm-4.pos-relative:nth-child(2n+1){
    clear:both;
  }
  .flow-offset-1 > * + *{
    margin-top:0;
  }
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 3),
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 3),
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 3){
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  .gallery_w .col-sm-2,.gallery_w .col-sm-3,.gallery_w .col-sm-4{
    width:100%;
    float:none;
  }
  .flow-offset-1 > * + *{
    margin-top:60px;
  }
}
@media (min-width: 992px) {
  .caption_over {
    position: absolute;
    bottom:0;
    white-space: nowrap;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 10px;
    width: auto;
    min-width: 230px;
    line-height:130%;
  }
  .col-sm-3 .caption_over {
    min-width:200px;
  }
  .col-sm-2 .caption_over {
    min-width:100px;
  }
  .thumb_over{padding-bottom:50px;}
}
/*
* @section FOOTER
*/
footer {
  text-align: center;
  color: #2f2f2f;
}
footer h3{color: #2f2f2f;}
footer .well-md-xs {
  padding-top: 20px;
  padding-bottom:20px;
  background-color:#f3f3f3;
  margin-top:30px;
}
footer .separator {
  padding: 0 7px;
}
footer a:hover {
  color: #c2820c;
}
footer * + .inline-list {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .header_name .col-sm-4,.header_name .col-sm-8{width:100%;}
  .header_name .d-flex{display:block!important;}
}

table{width:100%;margin-bottom:40px;color:#333;}
table th{text-align:left;font-weight:bold;}
table th,table td:nth-child(1){min-width:80px;}
table th,table td{border:none!important;padding:5px;border-bottom:solid 1px #ccc!important;}
.camera_nav{text-align:center;}
.btn_center{text-align:center;margin-top:40px;}
.btn_center a:hover{text-decoration:none;}
.stuck_container.isStuck a{padding:6px 5px;font-size:14px;}
.detail_head h2{border-bottom:solid 1px #333;margin-bottom:10px;padding-bottom:10px;text-align:left;}
.detail_head .date{margin-bottom:20px;}
.icat_w{text-align:center;margin:0 0 40px;}
#map{margin-bottom:40px;}
.detail_s{margin:40px 0;padding-top:40px;border-top:dashed 1px #bbb;}
.detail_s table{padding:20px;margin:0 auto 20px;}
.detail_s table th,.detail_s table td{border-bottom:solid 1px #333;}
.map_btn{border:solid 1px #f1a210;margin-left:5px;color:#f1a210;padding:1px 5px;font-size:12px;}
.map_btn:hover{background-color:#f1a210;color:#fff;}
.detail_s h3{margin-top:0;}
/*.detail_g{color:#333;}*/
.border-bottom .blog-post{border:none;margin-bottom:0;padding-bottom:0;}
.mt-0{margin-top:0;}

#map iframe{width:100%;}



/* main_font */
.font01{font-family: "M PLUS 1p", sans-serif;}
.font02{font-family: "M PLUS Rounded 1c", sans-serif;}
.font03{font-family: "Sawarabi Mincho", serif;}
.font04{font-family: "Sawarabi Gothic", sans-serif;}
.font05{font-family: 'Noto Sans JP', sans-serif;}
.font06{font-family: 'Noto Serif JP', serif;}
.logo_txtmain.vertical h1{-ms-writing-mode: tb-rl;writing-mode: vertical-rl;white-space: nowrap;}

.logo_txtmain .h1_w span{display:inline-block;font-size:60%;}
.logo_txtmain.vertical .h1_w span{padding-right:3.5%;}
/*.logo_txtmain{display:table;position:absolute;width:100%;height:90%;font-size:40px;padding-left:30px;padding-right:30px;}
.logo_txtmain .inner{vertical-align: middle;display: table-cell;color:#fff;}
.logo_txtmain.side.center{text-align:center;}
.logo_txtmain.side.right{text-align:right;}*/

.logo_txtmain{position:absolute;display:block;width:100%;height:90%;}
.logo_txtmain .inner{display:block;}
.logo_txtmain.side h1{position: absolute;top: 50%;transform: translateY(-50%);-webkit- transform: translateY(-50%);}
.logo_txtmain.side.center h1{left:50%;transform:translateY(-50%) translateX(-50%);-webkit- transform:translateY(-50%) translateX(-50%);}
.logo_txtmain.side.right h1{right:30px;}
.logo_txtmain.side.left h1{left:30px;}

.logo_txtmain.vertical{position:absolute;right:0;display:block;}
.logo_txtmain.vertical .inner{display:block;}
.logo_txtmain.vertical h1{writing-mode:vertical-rl; position: absolute;top: 50%;transform: translateY(-50%);-webkit- transform: translateY(-50%);}
.logo_txtmain.vertical.center h1{left:50%;transform:translateY(-50%) translateX(-50%);-webkit- transform:translateY(-50%) translateX(-50%);}
.logo_txtmain.vertical.right h1{right:30px;}
.logo_txtmain.vertical.left h1{left:30px;}


/* page-numbers */
.pagination{margin-top:20px;}
.page-numbers{text-align:center;}
.page-numbers li{display:inline-block;margin:3px;}
.page-numbers li span{display:block;width:40px;height:40px;text-align:center;line-height:40px;border:solid 2px;}
.page-numbers li a{display:block;width:40px;height:40px;text-align:center;line-height:40px;color:#fff;}



/* contact */
input[type="text"],input[type="email"],input[type="tel"],textarea{width:100%;padding:20px;font-size:14px;border:none;border-left:solid 1px #333;border-bottom:solid 1px #333;margin-bottom:30px;font:400 14px Arial;}

@media (max-width: 768px) {
  .logo_txtmain{height:80%;font-size:40px;}
  input[type="text"], input[type="email"], input[type="tel"], textarea{width:90%;}
  .sf-menu a{font-size:14px;}
}
@media (max-width: 479px) {
  .logo_txtmain{font-size:30px;}
}


.wp-block-table td{word-break:break-word!important;}
.container p + h2{margin-top:40px;}
.container p + h3{margin-top:30px;}