@charset "utf-8";
/*
theme Name: takaitabi
Author: kinkan
Description: original theme
version： 1.0.0
*/

/*--------------------------------------------------------------*/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src:url("https://use.fontawesome.com/releases/v5.0.13/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
 }

 @font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&display=swap');

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
html, body {
  height: 100%;
}

/*------------------------------
  2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

@media ( max-width : 991px) {
  html {
    font-size: 15px;
  }
}

@media ( max-width : 767px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #fff;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',
    'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  overflow-x: hidden;
}

.site {
  background: #FFFFFF;
  position: relative;
}

body, button, input, select, textarea {
  font-size: 14px;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #555;
  font-feature-settings: "palt";
}

pre, code, input, textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

/*------------------------------
  2.2 Links
------------------------------*/
a {
  color: #0d6efd;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #777777;
  text-decoration: underline;
}

a:active, a:focus, a:hover {
  outline: none;
}

/*------------------------------
  2.3 Heading
------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #555;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #555;
  text-decoration: none;
}

h1 {
  line-height: 1.3;
  font-size: 33px;
  font-size: 2.0625rem;
}

@media ( min-width : 768px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h1 span {
  font-weight: bold;
}

h2 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media ( min-width : 768px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

/*------------------------------
  2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table,
  dt, dd, hr {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}

/*------------------------------
  2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

b, strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 20px 0;
}

blockquote p {
  font-style: italic;
}

blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}

dfn, cite, em, i {
  font-style: italic;
}

figure {
  margin: 0;
}

address {
  margin: 20px 0;
}

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
}

tt, kbd, pre, code, samp, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono",
    monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}

details suneirory {
  font-weight: bold;
  margin-bottom: 20px;
}

details :focus {
  outline: none;
}

abbr, acronym, dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}

mark {
  background-color: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 82%;
}

big {
  font-size: 125%;
}

ul, ol {
  padding-left: 20px;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 8px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

/*------------------------------
  2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0;
}

table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td,
  table>tbody>tr>td, table>tfoot>tr>td {
  border: 1px solid #ccc;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
}

table>thead>tr>th, table>thead>tr>td {
  border-bottom-width: 2px;
}

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*------------------------------
  2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

input[type="reset"], input[type="submit"], input[type="submit"],
  .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit
  {
  cursor: pointer;
  background: #03c4eb;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover,
  .pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover
  {
  opacity: 0.8;
  background: #03c4eb;
  border: none;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
  input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
}

textarea:not (.editor-post-title__input ), input[type="date"], input[type="datetime"],
  input[type="datetime-local"], input[type="email"], input[type="month"],
  input[type="number"], input[type="password"], input[type="search"],
  input[type="tel"], input[type="text"], input[type="time"], input[type="url"],
  input[type="week"] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
}

textarea:not (.editor-post-title__input ):focus, input[type="date"]:focus,
  input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus,
  input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus,
  input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus,
  input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus
  {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}

/*------------------------------
  2.9 Alignments
------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 3.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 3.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------
  3.0 Clearings
------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after,
  .comment-content:before, .comment-content:after, .site-header:before,
  .site-header:after, .site-content:before, .site-content:after,
  .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after,
  .site-content:after, .site-footer:after {
  clear: both;
}

/*------------------------------
  3.1 Infinite Scroll
------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer
  {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*------------------------------
  3.1 Helper.
------------------------------*/
.hide {
  display: none;
}

.clearleft {
  clear: left;
}

.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}

body.mce-content-body {
  margin: 20px 40px;
  font-size: 13px;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#primary {
  padding-bottom: 40px;
  padding-top: 40px;
}

.template-fullwidth-stretched #primary, .siteorigin-panels #primary {
  padding: 0;
}

.template-fullwidth-stretched .entry-content, .siteorigin-panels .entry-content
  {
  margin-bottom: 0px;
}

#secondary {
  padding-bottom: 40px;
  padding-top: 0;
}

@media screen and (min-width: 940px) {
  #secondary {
    padding-top: 40px;
  }
}

.content-area {
  width: 100%;
  float: none;
}

@media screen and (min-width: 940px) {
  .content-area {
    float: left;
  }
}

.sidebar {
  width: 100%;
  float: none;
}

@media screen and (min-width: 940px) {
  .sidebar {
    width: 25.2252252252%;
    float: left;
  }
}

.left-sidebar .site-main {
  margin-left: auto;
}

.no-sidebar .content-area {
  width: 100%;
}

.single-post .no-sidebar .site-main, .single-post .no-sidebar .entry-content>*
  {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 940px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 74.7747747748%;
  }
  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
  }
  .right-sidebar .content-area {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    width: 74.7747747748%;
  }
  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
  }
}
/**
Footer widgets
 */
.footer-widgets {
  background: #050505;
}

.footer-widgets.section-padding {
  padding: 70px 0px 35px;
  padding: 4.375rem 0px 2.1875rem;
}

.footer-widgets table {
  border-collapse: collapse;
}

.footer-widgets table>thead>tr>th, .footer-widgets table>thead>tr>td {
  border-width: 1px;
}

.footer-widgets table th, .footer-widgets table td {
  border-color: rgba(233, 233, 233, 0.4);
}

.footer-widgets .widget-title {
  color: #ffffff;
}

.footer-widgets .widget-area .widget_categories li, .footer-widgets .widget-area .widget_archive li,
  .footer-widgets .widget-area .widget_meta li {
  width: 100% !important;
  float: none;
}

.footer-widgets .widget_recent_entries ul li, .footer-widgets .widget_recent_comments ul li
  {
  border-bottom: 0px none;
  padding: 5px 0px;
  margin-bottom: 0px;
}

.footer-widgets .sidebar .widget {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
  width: 100%;
  max-width: 100vw;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}

.site-header.header-fixed {
  top: 0px;
  left: 0px;
  position: fixed;
}

.site-header .custom-logo-transparent {
  display: none;
}

/*
.followWrap {
  width: 100%;
  max-width: 100vw;;
  position: fixed;
  top: 0;
  display: block;
  z-index: 1000;
  padding: 0 15px;
  box-sizing: border-box;
  overflow-x: hidden;
}
*/
.header-full-width .container {
  max-width: auto;
  width: auto;
}

@media (max-width: 940px) and (orientation: landscape) {
  .site-header .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 940px) {
  .header-full-width .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.is-transparent .followWrap {
  z-index: 99;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0px;
  display: block;
}

.is-transparent .site-header {
  background: transparent;
  position: fixed;
  top: 0px;
}

.is-transparent .site-header.no-sticky {
  position: absolute;
  top: auto;
}

.is-transparent .site-header.no-scroll {
  box-shadow: none;
}

.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent
  {
  display: inline-block;
}

.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
  display: none;
}

.is-transparent .site-header.no-scroll #nav-toggle span {
  background-color: #ffffff;
}

.is-transparent .site-header.no-scroll #nav-toggle span::before,
  .is-transparent .site-header.no-scroll #nav-toggle span::after {
  background-color: #ffffff;
}

.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
  background-color: transparent;
}

.is-transparent .site-header.header-fixed {
  background: #ffffff;
}

.is-transparent .site-header.header-fixed.no-scroll {
  background: transparent;
  box-shadow: none;
}

@media screen and (min-width: 1140px) {
  .is-transparent .no-scroll.site-header .neiro-menu>li>a {
    color: rgba(255, 255, 255, 0.9);
  }
}

.is-transparent .hero-slideshow-fullscreen .hero__content {
  padding-top: 50px;
  padding-top: 3.125rem;
}

/*.site-branding {
  float: left;
}*/

.site-branding .site-title, .site-branding .site-text-logo {
  margin: 0px;
  line-height: 1;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}

.site-branding .site-title:hover, .site-branding .site-text-logo:hover {
  text-decoration: none;
}

.site-branding .site-title {
  display: inline-block;
}

.site-branding .site-image-logo {
  display: block;
}

.site-branding .site-logo-div {
  line-height: 75px;
}

.site-logo-div a {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  white-space: nowrap;
}

@media screen and (max-width: 576px) {
  .site-logo-div a {
    font-size: 20px;
  }
}

.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
  line-height: 60px;
}

.site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title
  {
  margin-top: -5px;
  position: relative;
}

.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description
  {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
  color: #000000;
}

.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo
  {
  color: #fff;
}

.header-social {
  margin-left: 0px;
  float: right;
}

@media screen and (min-width: 940px) {
  .header-social {
    margin-left: 10px;
  }
}

@media screen and (max-width: 576px) {
  .header-social {
    display: none;
  }
}

.header-social a {
  display: block;
  height: 100%;
  float: left;
  margin-left: 0px;
  margin-top: -2px;
  color: #03c4eb;
}

@media screen and (min-width: 940px) {
  .header-social a {
    margin-left: 3px;
  }
}

.header-social a:hover {
  color: #000000;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.header-social .fa-stack-1x, .header-social .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.header-social .fa-stack-1x {
  line-height: inherit;
}

.header-social .fa-stack-2x {
  font-size: 2em;
}

.header-social .fa-inverse {
  color: #ffffff;
}

.header-btn {
  float: right;
}

/*.site-header.no-scroll {
  background: none;
  box-shadow: none;
}*/

.custom-logo-link {
  /*width: 67px;
  height: 70px;
  position: relative;
  top: 5px;
  background-size: cover;
  background-image: url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/CF-Logo.png);*/
  color: #555;
  display: block;
}

/* Site Navigation */
.neiro-menu, .neiro-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*.header-right-wrapper {
  width: 100% !important;
}*/

/*.neiro-menu {
  float: right;
}*/

.neiro-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.neiro-menu ul ul {
  top: 0;
  left: 100%;
}

.neiro-menu li {
  position: relative;
}

.neiro-menu>li {
  float: left;
}

.neiro-menu li:hover>ul, .neiro-menu li.sfHover>ul {
  display: block;
}

.neiro-menu ul {
  min-width: 12em;
  *width: 12em;
  border: 1px solid #e9e9e9;
  border-top: none;
}

.neiro-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.neiro-menu li:hover, .neiro-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}

.neiro-menu a {
  display: block;
  position: relative;
  color: #555;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.site-header.no-scroll .neiro-menu a {
  color: #555;
}

.neiro-menu a:hover {
  color: #03c4eb;
}

.neiro-menu ul li {
  line-height: 26px;
}

.neiro-menu li.neiro-current-item>a {
  color: #03c4eb;
}

.neiro-menu>li:last-child>a {
  padding-right: 0px;
}

.neiro-menu>li a.menu-actived {
  color: #03c4eb;
}

.neiro-menu .nav-toggle-subarrow {
  display: none;
}

#nav-toggle {
  display: none;
  /*margin-left: 15px;*/
}

@media screen and (max-width: 1140px) {
  .site-header.no-scroll.nav-is-visible {
   /*background: rgba(255,255,255,.75);*/
   background: #fff;
  }
  .main-navigation {
    position: static;
  }
  .main-navigation .neiro-menu {
    width: 100% !important;
    display: block;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .neiro-menu.neiro-menu-mobile {
    position: absolute;
    top: 75px;
    right: 0;
    width: 100%;
    z-index: 800;
    overflow: auto !important;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .neiro-menu.neiro-menu-mobile>li>a {
    padding: 12px 20px;
  }
  .neiro-menu.neiro-menu-mobile li:hover ul {
    display: none;
  }
  .neiro-menu.neiro-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .neiro-menu.neiro-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .neiro-menu.neiro-menu-mobile ul li a {
    padding: 12px 35px;
    border-top: none;
  }
  .neiro-menu.neiro-menu-mobile ul li a:hover {
    background: transparent;
  }
  .neiro-menu.neiro-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .neiro-menu.neiro-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .neiro-menu.neiro-menu-mobile ul ul {
    left: 0px;
  }

  .neiro-menu.neiro-menu-mobile li {
    line-height: 20px;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    width: 100% !important;
  }

  .no-scroll .neiro-menu.neiro-menu-mobile {
    /*background: rgba(255,255,255,.75);*/
    background: #fff;
  }
  .no-scroll .neiro-menu.neiro-menu-mobile li {
    /*background: rgba(255,255,255,.75);*/
    background: none;
  }
  .neiro-menu.neiro-menu-mobile>li:first-child {
    border-top: 0px none;
  }
  .neiro-menu.neiro-menu-mobile li.neiro-current-item>a {
    color: #03c4eb;
  }
  .neiro-menu.neiro-menu-mobile a {
    color: #707070;
  }
  .no-scroll .neiro-menu.neiro-menu-mobile a {
    color: #707070;
  }
  .neiro-menu.neiro-menu-mobile a:hover {
    color: #03c4eb;
  }
  .neiro-menu.neiro-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #999999;
    border-left: 1px solid #e9e9e9;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
  }
  .neiro-menu.neiro-menu-mobile .nav-toggle-dropdown>.nav-toggle-subarrow .fa-angle-down:before
    {
    content: "\f106" !important;
  }
  .neiro-menu.neiro-menu-mobile .nav-toggle-dropdown>ul {
    display: block !important;
  }
  #nav-toggle {
    display: block;
  }
}

#nav-toggle {
  float: right;
  position: relative;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  /*margin: 0 0 0 auto;*/
}

#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #707070;
}

.no-scroll #nav-toggle span {
  background: #555;
}

#nav-toggle span:before {
  top: -8px;
}

#nav-toggle span:after {
  top: 8px;
}

#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #707070;
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.no-scroll #nav-toggle span:before,
.no-scroll #nav-toggle span:after {
  background: #555;
}

#nav-toggle.nav-is-visible span {
  background: transparent;
}

#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}

#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}

#nav-toggle.nav-is-visible span:before,
#nav-toggle.nav-is-visible span:after {
  background: #707070;
}

.no-scroll #nav-toggle.nav-is-visible span:before,
.no-scroll #nav-toggle.nav-is-visible span:after {
  background: #707070;
}

#trial-btn {
  color: #fff;
  background-color: #0099ee;
  padding: 0 7px;
  height: 45px;
  top: 15px;
  line-height: 45px;
}

.neiro-menu-mobile #trial-btn {
  width: 70%;
  margin: 10px auto;
  text-align: center;
}

/* Content
------------------------------*/
.site-content {
  /*border-top: 1px solid #e9e9e9;
  margin-top: -1px;*/
}

.site-content.no-border {
  border-top: none;
}

.blog .site-content, .tax-portfolio_cat .site-content, .single-post .site-content,
  .hiding-page-title .site-content {
  margin-top: 0;
}

.page-header {
  padding: 30px 0px;
  border-top: 1px solid #e9e9e9;
  background: #f8f9f9;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}

.page-header:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  content: " ";
}

.page-header .entry-title, .page-header .page-title {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-header p {
  margin: 6px 0px 0px 0px;
}

.page-header.page--cover {
  position: relative;
  padding: 8% 0px;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-header.page--cover:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  content: " ";
}

.page-header.page--cover .entry-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}

.page-header.page--cover .entry-tagline {
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}

@media screen and (min-width: 1140px) {
  .page-header.page--cover .entry-tagline {
    font-size: 20px;
  }
}

@media screen and (max-width: 940px) {
  .page-header.page--cover .entry-tagline {
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  .page-header.page--cover .entry-tagline {
    font-size: 16px;
  }
}

.page-header.page--cover.is-t-above .container {
  margin-top: 30px;
}

/* Footer
------------------------------*/
.site-footer {
  background: #111111;
  color: #bbbbbb;
  font-size: 14px;
}

.site-footer a {
  color: #03c4eb;
}

.site-footer .footer-connect {
  padding: 90px 0px;
  padding: 80px 0px;
  padding: 5rem 0px;
  text-align: center;
}

@media ( max-width : 767px) {
  .site-footer .footer-connect .footer-subscribe {
    margin-bottom: 40px;
  }
}

.site-footer .footer-connect .follow-heading {
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}

.site-footer .footer-connect .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  color: #cccccc;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 60%;
  font-size: 13px;
}

.site-footer .footer-connect .subs_input:focus {
  border: none;
}

@media screen and (max-width: 1140px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}

.site-footer .footer-connect .subs-button {
  margin: 0px;
  position: relative;
  top: 0px;
  padding: 16px 23px 16px;
}

@media screen and (max-width: 1140px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}

@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs-button {
    width: 70%;
  }
}

@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}

.site-footer .footer-connect input[type="text"]:focus {
  border: none !important;
}

.site-footer .footer-social {
  text-align: center;
}

.site-footer .footer-social a {
  font-size: 30px;
  margin: 0px 13px;
  color: #ffffff;
}

.site-footer .footer-social a:hover {
  color: #03c4eb;
}

.site-footer .site-info {
  position: relative;
  text-align: center;
  padding: 35px 0px;
  background: #222222;
  font-weight: 500;
  color: #bbbbbb;
}

.site-footer .site-info a {
  color: #dddddd;
}

.site-footer .site-info a:hover {
  text-decoration: underline;
}

.site-footer .site-info .container {
  position: initial;
}

.site-footer .btt a {
  border-radius: 0px 20px 0 0;
  color: #999999;
  background: #222222;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -25px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 50px;
  z-index: 99;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.site-footer .btt a:hover {
  color: #03c4eb;
}

.site-footer .btt a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: 3px;
}

@media screen and (max-width: 940px) {
  .site-footer .btt a {
    right: 0;
    left: 0;
  }
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 40px;
}

.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}

.error-404 ul {
  padding-left: 0px;
}

.error-404 ul li {
  list-style: none;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.btn:active, .btn:focus {
  outline: none;
}

.btn.btn-secondary-outline {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}

.btn.btn-secondary-outline:hover {
  background: #FFF;
  color: #333;
}

.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.btn-theme-primary {
  background: #03c4eb;
  color: #FFFFFF;
}

.btn-theme-primary:hover {
  color: #FFFFFF;
}

.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #03c4eb;
  color: #03c4eb;
}

.btn-theme-primary-outline:hover {
  color: #FFF;
  background-color: #03c4eb;
  border-color: #03c4eb;
}

/* Section Stuffs
------------------------------*/
.section-padding {
  padding: 70px 0px;
  padding: 4.375rem 0px;
}

.section-padding-lg {
  /*padding: 90px 0px;
  padding: 5.625rem 0px;*/
  padding-top: 90px;
  padding-top: 5.625rem;
}

.section-padding-larger {
  padding: 140px 0px;
  padding: 8.75rem 0px;
}

@media screen and (min-width: 768px) {
  .section-padding-lg {
    /*padding: 140px 0px;
    padding: 8.75rem 0px;*/
    padding-top: 140rem;
    padding-top: 8.75rem;
  }
}

.section-meta {
  background-color: #f8f9f9;
}

.onepage-section {
  position: relative;
  overflow: hidden;
}

.onepage-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: " ";
  z-index: 1;
}

.onepage-section .container-fluid, .onepage-section .container {
  position: relative;
  z-index: 5;
  overflow-x: hidden;
}

.section-inverse {
  background: #222222;
}

.section-inverse .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}

.section-inverse .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.section-inverse .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse .pricing-table .pricing__item ul p {
  color: #777777;
}

.section-inverse-extended {
  background: #333333;
}

.section-inverse-extended .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}

.section-inverse-extended .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.section-inverse-extended .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse {
  color: rgba(255, 255, 255, 0.5);
}

.section-inverse h1, .section-inverse h2, .section-inverse h3,
  .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: rgba(255, 255, 255, 0.9);
}

.section-inverse p {
  color: rgba(255, 255, 255, 0.5);
}

.section-title-area {
  margin-bottom: 60px;
  text-align: center;
}

.section-title-area .section-title {
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0px;
  margin-left: 0;
  text-align: center;
  /*text-transform: uppercase;*/
}

.section-title-area .sub-title {
  font-family: "Kaisei Tokumin", serif;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  top: .5rem;
  text-align: center;
}

@media screen and (min-width: 376px) {
  .section-title-area .section-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .section-title-area .sub-title {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 940px) {
  .section-title-area .section-title {
    font-size: 2.2rem;
    letter-spacing: 3.5px;
  }
  .section-title-area .sub-title {
    font-size: 1.5rem;
  }
}

.section-desc {
  font-size: 16px;
  font-size: 1.4rem;
  /*margin-top: 40px;
  margin-top: 2.5rem;*/
  padding: 1rem;
}

.swiper-container {
  width: 100vw !important;
  height: 100vh !important;
}

.swiper-slide {
  width: 100% !important;
  height: 100% !important;
  background-position: center;
  background-size: cover;
}

/*@supports (-webkit-touch-callout: none) {
  .swiper-container {
    height: -webkit-fill-available;
  }
}*/

.slick-slide img {
  margin: 0 auto;
}

/* Section: Contact
------------------------------*/
/*#information {
  padding-top: 0;
}*/

#information .member-thumb {
  width: 100%;
  height: auto;
}

#information .member-thumb::before {
  content: "";
  display: block;
  padding-top: 56%;
}

.info-img {
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* Section: Contact
------------------------------*/
.section-contact input, .section-contact textarea {
  width: 100%;
}

.section-contact .address-contact {
  margin-top: 5px;
  margin-bottom: 15px;
}

.section-contact .address-contact span {
  float: left;
  color: #aaaaaa;
}

.section-contact .address-contact .address-content {
  display: block;
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
}

.section-contact .address-contact .fa-inverse {
  font-size: 12px;
}

.section-contact textarea {
  max-height: 190px;
}

.wpcf7-form {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-form br {
  margin-bottom: 5px;
}

.wpcf7-form label {
  width: 100%;
}

div.wpcf7-validation-errors {
  margin: 20px 0px;
  padding: 15px;
}

div.wpcf7-response-output {
  margin: 20px 0px;
}

.form-wrap input[type="radio"] {
  width: fit-content;
  margin: 0;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item.last {
  margin-left: 1em;
}

.frm-ttl p {
  margin-bottom: 5px;
}

/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
  text-align: center;
  background-color: rgba(0, 0, 0, .3) !important;
}

.section-videolightbox .videolightbox__icon {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.section-videolightbox .videolightbox__heading {
  font-size: 3.4rem;
  letter-spacing: 3.5px;
  font-weight: 800;
  margin-bottom: 2.5rem;
  color: #555;
}

.section-videolightbox .videolightbox__heading strong {
  font-weight: 800;
}

.prlx-contact h3 {
  font-size: 1.2rem;
}

@media screen and (min-width: 376px) {
  .prlx-contact h3 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 940px) {
  .prlx-contact h3 {
    font-size: 1.6rem;
  }
}

.section-videolightbox .video_icon {
  /*background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;*/
  border: 4px solid #fff;
  border-radius: 100px;
  height: 100px;
  line-height: 1;
  padding: 10px;
  width: 100px;
  display: inline-block;
}

.section-videolightbox .video_icon i {
  font-size: 50px;
    margin-left: 7px;
    margin-top: 10px;
    line-height: 1;
    color: #fff;
}

.section-videolightbox .video_icon:hover {
  background: #FFFFFF;
}

.section-videolightbox .video_icon:hover i {
  color: #000;
}

.video-wrap {
  max-width: 900px !important;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-wrap .video iframe {
  top: -25%;
  border: 10px solid #fff;
}

.bx-shdw {
  box-shadow: 15px 15px #777;
}

#shop-info::after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.w-fit {
  width: fit-content;
}

#shop-info h3  {
  font-size: 2rem;
}

#shop-info h4  {
  font-size: 1.4rem;
}

.contact-btn {
  padding: 0.5rem 2.5rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  display: flex;
  width: fit-content;
  font-weight: 700;
  margin: 2.5rem auto;
  align-items: center;
  justify-content: center;
}

.contact-btn.agreement {
  border: 1px solid #555;
  color: #555;
  /*padding: 0.5rem 3.5rem;*/
  background: #fff;
}

.contact-btn .fas {
  font-size: 2.5rem;
  position: relative;
  top: -2px;
  left: 10px;
}

/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
  padding: 10px;
  float: left;
}

.all-gallery {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.g-zoom-in .g-item {
  display: block;
  overflow: hidden;
}

.g-zoom-in .g-item .inner-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.g-zoom-in .g-item img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.g-zoom-in .g-item:hover img {
  -ms-transform: scale(1.5, 1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5, 1.5);
  /* Safari */
  transform: scale(1.5, 1.5);
}

.g-layout-full-width.container {
  width: 100%;
  max-width: none;
  padding: 0px;
}

@media screen and (min-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}

@media screen and (min-width: 576px) and (max-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}

@media screen and (max-width: 576px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}

.gallery-justified {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-justified img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.gallery-justified>a, .gallery-justified>div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.gallery-masonry {
  width: 100%;
  position: relative;
  display: block;
}

.gallery-masonry:after {
  clear: both;
}

.gallery-masonry .inner {
  display: block;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity = 80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity = 100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity = 100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a
  {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape) , screen
  and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* WooCommerce support */
.woocommerce-result-count {
  font-style: italic;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count
  {
  margin-bottom: 1.5em;
}

.woocommerce-ordering select {
  padding: 7px;
  margin-top: -10px;
}

.woocommerce ul.products li.product h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 7px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button,
  .woocommerce input.button, .woocommerce button.button.alt {
  background-color: #03c4eb;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 2px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
  .woocommerce button.button:hover, .woocommerce input.button:hover,
  .woocommerce button.button.alt:hover {
  background: #222222;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce .quantity .qty {
  padding: 5px;
}

.woocommerce span.onsale {
  padding: inherit;
}

.related.products h2, #tab-description h2 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span
  {
  padding: 9px 14px;
  font-weight: bold;
}

.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2,
  .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2,
  .woocommerce .woocommerce-Addresses .col-1, .woocommerce .woocommerce-Addresses .col-2,
  .woocommerce .woocommerce-customer-details .col-1, .woocommerce .woocommerce-customer-details .col-2
  {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.woocommerce .woocommerce-additional-fields h3 {
  margin-top: 20px;
}

.woocommerce .cart_totals th {
  text-align: left;
}

.woocommerce .cart_totals h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

.woocommerce .wc-proceed-to-checkout {
  text-align: center;
}

.woocommerce .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details h2
  {
  font-size: 20px;
  font-size: 1.25rem;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals
  {
  width: 100%;
  float: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  margin: 0 auto;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
  .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #03c4eb;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
  {
  background-color: #03c4eb;
  opacity: .8;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding-left: 0px;
}

.woocommerce-MyAccount-navigation li {
  list-style: none;
}

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
  font-size: 10px;
  padding: 15px 0px;
  border-bottom: 1px solid #e9e9e9;
  color: #858585;
}

@media screen and (min-width: 720px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.breadcrumbs i {
  margin: 0px 6px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #777777;
  font-weight: 600;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  margin-right: 20px;
  position: relative;
}

@media screen and (min-width: 720px) {
  .breadcrumbs span {
    margin-right: 40px;
  }
}

.breadcrumbs span span {
  margin-right: 0;
}

.breadcrumbs a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.2);
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 2px;
}

@media screen and (min-width: 720px) {
  .breadcrumbs a:before {
    right: -23px;
    top: 3px;
  }
}

.breadcrumbs a:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
}

@media screen and (min-width: 720px) {
  .breadcrumbs a:after {
    right: -22px;
    top: 4px;
  }
}

/* Coursel and slider */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* WP FORMS */
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label,
  div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-sublabel
  {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}

div.wpforms-container .wpforms-form .wpforms-field-row.wpforms-field-medium
  {
  max-width: 100% !important;
}

div.wpforms-container .wpforms-form .wpforms-field input[type=date], div.wpforms-container .wpforms-form .wpforms-field input[type=datetime],
  div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local],
  div.wpforms-container .wpforms-form .wpforms-field input[type=email],
  div.wpforms-container .wpforms-form .wpforms-field input[type=month],
  div.wpforms-container .wpforms-form .wpforms-field input[type=number],
  div.wpforms-container .wpforms-form .wpforms-field input[type=password],
  div.wpforms-container .wpforms-form .wpforms-field input[type=range],
  div.wpforms-container .wpforms-form .wpforms-field input[type=search],
  div.wpforms-container .wpforms-form .wpforms-field input[type=tel], div.wpforms-container .wpforms-form .wpforms-field input[type=text],
  div.wpforms-container .wpforms-form .wpforms-field input[type=time],
  div.wpforms-container .wpforms-form .wpforms-field input[type=url], div.wpforms-container .wpforms-form .wpforms-field input[type=week],
  div.wpforms-container .wpforms-form .wpforms-field select, div.wpforms-container .wpforms-form .wpforms-field textarea
  {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
  border-bottom: 1px solid #fff;
}

div.wpforms-container .wpforms-form .wpforms-field input[type=date]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=date]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=email]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=email]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=month]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=month]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=number]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=number]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=password]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=password]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=range]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=range]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=search]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=search]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=text]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=text]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=time]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=time]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=url]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=url]:focus,
  div.wpforms-container .wpforms-form .wpforms-field input[type=week]:hover,
  div.wpforms-container .wpforms-form .wpforms-field input[type=week]:focus,
  div.wpforms-container .wpforms-form .wpforms-field select:hover, div.wpforms-container .wpforms-form .wpforms-field select:focus,
  div.wpforms-container .wpforms-form .wpforms-field textarea:hover, div.wpforms-container .wpforms-form .wpforms-field textarea:focus
  {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}

div.wpforms-container .wpforms-form .wpforms-field textarea {
  min-height: 215px;
}

div.wpforms-container .wpforms-form button[type=submit] {
  width: 100%;
  text-align: center;
  display: block;
}

/* Pirate Forms */
.pirate_forms .pirate-forms-fields-container .form_field_wrap {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.pirate_forms .pirate-forms-fields-container .form_field_wrap .form-control
  {
  border-radius: 0px;
}

.pirate_forms .pirate-forms-fields-container .form_field_wrap .pirate-forms-submit-button
  {
  display: block;
  width: 100%;
}

.pirate_forms .contact_message_wrap #pirate-forms-contact-message {
  border-radius: 0px;
  background-color: #f2f2f2;
  border: 0 none;
  min-height: 245px;
  max-height: 999px;
}

/**
* JQuery Bullly
* @see https://github.com/pixelgrade/rellax/blob/gh-pages/assets/css/bully.css
 */
[class*="c-bully"], [class*="c-bully"]:before, [class*="c-bully"]:after
  {
  box-sizing: border-box;
}

.c-bully {
  position: fixed;
  top: 50%;
  right: 28px;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 600;
  color: #333;
  text-transform: uppercase;
}

@media screen and (max-width: 940px) {
  .c-bully {
    right: 0px;
  }
}

.c-bully.c-bully--inversed {
  color: #fff;
}

@media screen and (max-width: 940px) {
  .c-bully.c-bully-hide-on-mobile {
    display: none;
  }
}

.neiro-menu-mobile-opening .c-bully {
  z-index: 10;
}

.c-bully__bullet {
  padding: 8px;
  opacity: 0;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 940px) {
  .c-bully__bullet {
    padding: 8px 3px;
  }
}

.c-bully__bullet:hover .c-bully__title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-bully__title {
  position: absolute;
  right: 26px;
  top: 1px;
  left: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 10px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  opacity: 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.c-bully__bullet:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  will-change: transform;
}

@media screen and (max-width: 940px) {
  .c-bully__bullet:after {
    width: 9px;
    height: 9px;
  }
}

.c-bully__bullet--active {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

.c-bully__bullet--active:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  background: currentColor;
  border-radius: 50%;
}

@media screen and (max-width: 940px) {
  .c-bully__bullet--active:before {
    width: 9px;
    height: 9px;
  }
}

.c-bully__bullet--active:after {
  border-color: transparent;
}

.c-bully__bullet--pop {
  -webkit-animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2)
    forwards, fade-in 0.2s 0.2s ease-out forwards;
  animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards,
    fade-in 0.2s 0.2s ease-out forwards;
}

.c-bully__bullet--squash {
  opacity: 1;
  -webkit-animation: bully-squash 0.2s ease-out forwards;
  animation: bully-squash 0.2s ease-out forwards;
}

.single-post .content-inner {
  margin-left: auto;
  margin-right: auto;
}

.entry-content>* {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.no-sidebar .entry-content>.alignwide {
  max-width: 100vw;
  max-width: calc(var(- -vw, 1vw)* 100);
  width: 1110px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.no-sidebar .entry-content>.alignfull {
  margin: 1.5em 0;
  max-width: 100vw;
  max-width: calc(var(- -vw, 1vw)* 100);
  width: 100vw;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  width: calc(var(- -vw, 1vw)* 100);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.single-post .right-sidebar .content-inner {
  margin-left: 0px;
}

.single-post .left-sidebar .content-inner {
  margin-right: 0px;
}

.entry-content ul, .entry-content ol {
  margin: 1.5em auto;
  list-style-position: outside;
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
  height: auto;
  display: block;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper>iframe,
  .wp-block-embed.is-type-video .wp-block-embed__wrapper>object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft, .wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
  width: calc(var(- -vw, 1vw)* 100);
}

.wp-block-gallery:not (.components-placeholder ) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide, ul.wp-block-latest-posts.alignfull,
  ul.wp-block-latest-posts.is-grid.alignwide, ul.wp-block-latest-posts.is-grid.alignwide
  {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

.entry-content li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}

.entry-content ul ul, .entry-content ol ol, .entry-content ul ol,
  .entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li, .entry-content ol ol li, .entry-content ul ol li,
  .entry-content ol ul li {
  margin-left: 0;
}

.wp-block-quote {
  border-left-width: 4px;
  border-left-color: currentColor;
}

.wp-block-quote.is-style-large {
  padding: 0px;
}

.wp-block-quote.is-style-large cite {
  font-size: 13px;
}

.wp-block-quote>* {
  margin-left: 16px;
  margin-right: 16px;
}

.wp-block-quote cite {
  font-style: normal;
  margin-top: 1em;
  margin-left: 0px;
  position: relative;
  font-size: 13px;
  display: block;
  margin-bottom: 0px;
}

.wp-block-pullquote {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3em 0;
  text-align: center;
}

.wp-block-pullquote.is-style-solid-color {
  border-bottom: 0 none;
  border-top: 0 none;
}

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

.wp-block-pullquote cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}

.wp-block-pullquote blockquote {
  border-left: 0px;
  background: none;
}

.wp-block-separator {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}

.wp-block-separator:not (.is-style-wide ) {
  max-width: 100px;
}

.wp-block-separator.is-style-dots {
  border-bottom: none !important;
  text-align: center;
}

.wp-block-separator.is-style-dots::before {
  padding-left: 0px;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
  .entry-content>* {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Section: Parallax
------------------------------*/
#parallax-hero {
  position: relative;
  background: none;
  overflow: hidden;
}

#parallax-hero .hero-slideshow-wrapper {
  background: none;
}

#parallax-hero .hero-slideshow-wrapper::after {
  background: none;
}

.section-parallax, #parallax-hero {
  background: none;
  position: relative;
  overflow: hidden;
}

.section-parallax>section, .section-parallax .onepage-section,
  .section-parallax .section-inverse, #parallax-hero>section,
  #parallax-hero .onepage-section, #parallax-hero .section-inverse {
  background: none;
}

.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}

.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.movie:before {
  background: rgba(255, 255, 255, 0.6) !important;
}

.section-parallax .parallax-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 9999999px;
}

.rinen img {
  object-position: 50% 100%;
}

.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img
  {
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: scroll;
  background-position: 50% 0;
}

.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}

.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  text-align: center;
}

.parallax-content h1, .parallax-content h2, .parallax-content h3,
  .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}

.parallax-content p, .parallax-content a {
  color: #FFFFFF;
}

/* Section: member-ship
------------------------------*/
/*#member-ship {
  background-image: url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/membership-back.jpg);
  background-size: cover;
  background-position: left center;
}

@media (max-width: 576px) and (orientation: portrait) {
  #member-ship {
    background-image: url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/membership-back-sp.jpg);
    background-position: top left;
    background-size: cover;
  }
}*/

/*#member-ship::after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}*/

.section-team .team-member {
  padding: 0px 0.5px;
  text-align: center;
}

.section-team .row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.team-members.row {
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-2nd-row {
  justify-content: space-evenly !important;
}

@media screen and (min-width: 940px) {
  .team-members.row.team-layout-4 .team-member {
    width: 24.6%;
  }
  .team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
    clear: left;
  }
  .team-members.row.team-layout-3 .team-member {
    width: 33.3333333333%;
  }
  .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
    clear: left;
  }
  .team-members.row.team-layout-2 .team-member {
    width: 49%;
  }
  .team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 940px) {
  .team-members.row .team-member {
    width: 49.6%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 720px) {
  .team-members.row .team-member {
    width: 49.6%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 576px) {
  .team-members.row .team-member {
    width: 100%;
    padding: 30px 10px;
  }

  #member-ship .team-member {
    width: 48%;
  }

  .team-2nd-row {
    justify-content: space-between !important;
  }
}

.team-member {
  padding: 40px 20px;
  margin-bottom: 20px;
  border: 1px solid #555;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /*box-shadow: 10px 10px #58c3e0;*/
}

.team-member h4 {
  font-size: 1.3rem;
}

.price {
  font-size: 2rem;
  font-weight: 700;
}

.price-m {
  font-size: 1.5rem;
  font-weight: 700;
}

.price-s {
  font-size: 1.2rem;
  position: relative;
  top: -0.5rem;
}

.price-desc {
  line-height: 1.3;
  font-size: 1.1rem;
}

@media (max-width: 375px) and (orientation: portrait) {
  .price-desc.sm {
    font-size: .93rem;
  }
}

@media (max-width: \414px) and (orientation: portrait) {
  .price-desc.sm {
    font-size: 1rem;
  }
}

.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.team-member .member-thumb:hover .member-profile {
  bottom: 8px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.team-member .member-thumb:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.team-member .member-thumb .member-profile {
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: auto;
  right: auto;
  width: 100%;
}

.team-member .member-thumb .member-profile a {
  color: #000000;
}

.team-member .member-thumb .member-profile a .fa-inverse {
  color: #ffffff;
}

.team-member .member-thumb .member-profile a:hover {
  color: #03c4eb;
}

#member-ship a.team-member {
  display: block;
  color: #555;
  box-shadow: 0px 3px 8px 0 rgb(51 51 51 / 30%);
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
}

#member-ship a.team-member .fas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
  font-size: 3rem;
}

@media (max-width: 375px) and (orientation: portrait) {
  #member-ship a.team-member .fas {
    right: 3px;
    font-size: 2.8rem;
  }
}

/*#member-ship a.team-member::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
}*/

#member-ship a {
  color: #555;
}

/* Section: reservation
------------------------------*/
#reservation {
  background-image: url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/reservation.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 576px) and (orientation: portrait) {
  #reservation {
    background-image: url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/reservation.jpg);
    background-position: top left;
    background-size: cover;
  }
}

#reservation::after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#reservation .section-title, #reservation .sub-title {
  color: #fff;
}

.ifrm-wrap {
  background-color: #fff;
}

/*===coach===*/
#coach {
  background-image: url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/coach-new.jpeg);
  background-size: cover;
  background-position: center right;
}

@media (max-width: 576px) and (orientation: portrait) {
  #coach {
    background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/coach-new-sp.jpg);
    background-position: top center;
    background-size: cover;
  }
}

#coach::after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#coach .section-title,
#coach .sub-title {
  color: #fff;
}

.team-member.coach {
  border: none !important;
  background-color: #fff;
}

@media screen and (max-width: 576px) {
  .team-member.coach {
   width: 100% !important;
  }
}

.team-member .member-info {
  width: 100%;
  position: relative;
  text-align: left;
  font-weight: 500;
  color: #333;
  font-size: 1.1rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.4;
}

.team-member .member-name {
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}

.team-member .member-name:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15%;
  bottom: -11px;
  width: 30%;
  height: 1px;
  background: #cccccc;
}

.team-member .member-position {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
}
.info-higher {
  height: 230px !important;
}

.info-title {
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}

.thumb-wrap {
  width: 90%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}

.thumb-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  background-position: center center;
}

.coach h3 {
  font-size: 2rem;
}

.info-note div {
  font-size: 1.05rem;
}

/*--------------------------------------------------------------
  # Block Color Palette Colors
  --------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*===追加===*/
.slider-wrap {
  margin-top: 60px;
  overflow-x: hidden;
  height: 70vh;
}

.slide {
  width: 100vw;
  height: 70vh;
  background-size: cover;
  background-position: center;
}

@media (max-width: 576px) and (orientation: portrait) {
  .slider-wrap {
    height: 50vh;
  }
  .slide {
    height: 50vh;
  }
}

.slides > .slide:not(:first-child){
  display: none;
}

#slide1 {
  background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide1.jpg);
  background-position: center;
  background-size: cover;
}

#slide2 {
  background: url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide2.jpg);
  background-position: bottom;
  background-size: cover;
}

#slide3 {
  background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide3.jpg);
  background-position: bottom;
  background-size: cover;
}

#slide4 {
  background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide4.jpg);
  background-position: center;
  background-size: cover;
}

#slide5 {
  background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide5.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 576px) and (orientation: portrait) {

  #slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide1-s.jpg);
    background-position: center;
    background-size: cover;
  }

  #slide2 {
    background: url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide2-s.jpg);
    background-position: center 20%;
    background-size: cover;
  }

  #slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide3-s.jpg);
    background-position: center top;
    background-size: cover;
  }

  #slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide4-s.jpg);
    background-position: center top;
    background-size: cover;
  }

  #slide5 {
    background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/slider/n-slide5-s.jpg);
    background-position: center top;
    background-size: cover;
  }
}

.credit-txt {
  width: fit-content;
  height: fit-content;
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
  font-size: 14px;
}

/*@media (max-width: 768px) and (orientation: landscape) {
  #slide1 {
    background-position: 20% center;
  }

  #slide3 {
    background-position: 20% center;
  }
}*/

.container-slide {
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: calc(50% - 70px);
  left: 50%;
  transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
}

@media (max-width: 576px) and (orientation: portrait) {
  .container-slide {
    bottom: 45%;
    left: 50%;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
  }
}

.container-slide div {
  font-family: "Kaisei Tokumin", serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-shadow: 1px 1px #555;
}

.container-slide .font-big {
  font-size: 4.2rem;
}

.section-title {
  /*width: fit-content;*/
  width: -moz-fit-content;
  margin: 0 auto;
  font-family: "Kaisei Tokumin", serif;
}

.sub-ttl {
  font-weight: 600;
  font-size: 1.7rem;
}

@media screen and (min-width: 321px) {
  .container-slide div {
    font-size: 1.8rem;
  }
  .reservation-head .container-slide div,
  .detail-head .container-slide div,
  .contact-head .container-slide div,
  .access-head .container-slide div,
  .event-head .container-slide div {
    font-size: 4.3rem;
  }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
  .overlap {
    position: absolute;
    right: 0;
  }
  .container-slide div {
    color: #fff;
    font-weight: 700;
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
  .container-slide div {
    font-size: 3.5rem;
  }
}

.z-idx2 {
  z-index: 2;
}

.link-more {
  display: block;
  padding: 20px 10px;
  color: #fff;
  background-color: #f3b3cf;
  height: 60px;
  font-size: 1.4rem;
  width: 200px;
  line-height: 1;
  position: relative;
  left: -15px;
  text-indent: 20px;
}

/*@media (min-width : 769px) {
  width: 200px;
}*/

.link-more::before {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.link-more::after {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #f3b3cf;
  position: absolute;
  right: -30px;
  top: 0;
}

@-moz-document url-prefix() {
  .link-more::after {
    right: -50px;
  }
}

.link-more.btn-mizuiro {
  background-color: #bae2f8;
}

.link-more.btn-mizuiro::after {
  border-left: 30px solid #bae2f8;
}

.parallax {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-dscrptn {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #b5a071;
  margin-top: 20px;
}

.white-bc {
  background-color: rgb(255,255,255);
}

.white-bc-07 {
  background-color: rgba(255,255,255,.7);
}

.date-info {
  width: 100%;
  font-size: 1rem;
}

.steps {
  width: 60%;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 7px;
  text-align: center;
  color: #0099ee;
  background-color: #ffee00;
  box-shadow: 10px 10px 0 0 rgb(0,153,238);
  margin-bottom: 20px;
}

.artcl-ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.white-box {
  background-color: #fff;
  border: 1px solid #ccc;
}

.div-note {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
}

.div-text {
  display: inline-block;
  text-align: left;
}

.div-note h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.event-list {
  position: relative;
  color: #555;
}

.img-full {
  width: 100%;
}

.event-list .article {
  position: relative;
}

.event-list-arw {
  width: fit-content;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 999;
}

.event-list-arw .fas {
  font-size: 1.5rem;
  font-weight: 700;
  color: #555;
}

.invisi {
  display: none;
}

.topic {
  background-color: #fff;
  border: 1px solid #ccc;
  align-items: flex-start;
}

.topic.mizuiro {
  background-color: #bae2f8;
  border: 1px solid #bae2f8;
}

.topic.kiiro {
  background-color: #fff8b0;
  border: 1px solid #fff8b0;
}

.topic.white {
  background-color: #fff;
  border: 1px solid #fff;
}

.bb-1 {
  border-bottom: 1px solid #707070 !important;
}

.topic .thumbnail-wrap,
.topic .article  {
  padding: 0;
  text-align: center;
}

.topic .article  {
  font-size: 1.1rem;
  padding: 1rem 0 0 0;
}

@media screen and (min-width: 768px)  {
  .topic .article  {
    padding: 0;
  }
}

.bg-ylw {
  background-color: #fafed8;
}

.fnt-red {
  color: #ff0000;
}

.youtube img {
  width: 100%;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: 400;
  margin-bottom: 0;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

a:hover {
  text-decoration: none !important;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 5px 7px !important;
  margin: 4px !important;
}

.footer {
  background-color: #0099ff;
  font-size: .8rem;
  /*overflow: hidden;*/
  color: #fff;
  font-weight: 600;
  position: relative;
}

.footer-logo {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width : 769px) {
  .footer {
    font-size: 1.1rem;
  }
}

.footer h3,
.footer a {
  color: #fff;
}

.footer .container {
  max-width: 1600px !important;
}

.footer ul {
  list-style: none;
}

.footer li {
  padding: 0;
  font-size: 1.1rem;
}

.footer .fab {
  font-size: 3rem;
}

.foot-logo-wrap {
  padding-right: 0;
}

.foot-icon-wrap{
  position: relative;
  justify-content: space-around;
}

.foot-icon-wrap a {
  max-width: 64px;
}

.foot-menu {
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin: 1.5rem auto 0;
}

@media (min-width : 768px) {
  .foot-menu {
    margin: 0;
    justify-content: flex-end;
  }
}

.foot-menu a {
  color: #fff;
  font-weight: 500;
}

@media (min-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1080px;
  }
  header .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.section-about {
  background-color: #fff;
}

@media (min-width: 768px) {
  .article  h3 {
   padding-left: 1rem;
  }

  .article  .div-note {
    padding-left: 1rem;
  }
}

@media (orientation: landscape) {
  .footer .trial-btn {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.event-head {
  width: 100%;
  height: 50vh;
  background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/events.jpg);
  background-size: cover !important;
  background-position: center;
  position: relative;
  margin-top: 80px;
}

@media (max-width: 576px) and (orientation: portrait) {
  .event-head {
    background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/events-s.jpg);
    background-position: 35% center;
    margin-top: 58px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .event-head {
    background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/events-s.jpg);
    background-position: 35% center;
    margin-top: 62px;
  }
}

.reservation-head {
  width: 100%;
  height: 50vh;
  background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/reservation.jpg);
  background-size: cover !important;
  background-position: center 40%;
  position: relative;
  margin-top: 80px;
}

@media (max-width: 576px) and (orientation: portrait) {
  .reservation-head {
    background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/reservation-s.jpg);
    background-position: 35% center;
    margin-top: 58px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .reservation-head {
    background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/reservation-s.jpg);
    background-position: 35% center;
    margin-top: 62px;
  }
}

.detail-head {
  width: 100%;
  height: 50vh;
  background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/cottage/cottage-living-l.jpg);
  background-size: cover !important;
  background-position: center 40%;
  position: relative;
  margin-top: 80px;
}

@media (max-width: 576px) and (orientation: portrait) {
  .detail-head {
    background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/cottage-living-l-s.jpg);
    background-position: 35% center;
    margin-top: 58px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .detail-head {
    background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/cottage-living-l-s.jpg);
    background-position: 35% center;
    margin-top: 62px;
  }
}

.access-head {
  width: 100%;
  height: 50vh;
  background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/access.jpg);
  background-size: cover !important;
  background-position: center 40%;
  position: relative;
  margin-top: 80px;
}

@media (max-width: 576px) and (orientation: portrait) {
  .access-head {
    background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/access-s.jpg);
    background-position: 35% center;
    margin-top: 58px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .access-head {
    background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/access-s.jpg);
    background-position: 35% center;
    margin-top: 62px;
  }
}

.contact-head {
  width: 100%;
  height: 50vh;
  background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/contact.jpg);
  background-size: cover !important;
  background-position: center 40%;
  position: relative;
  margin-top: 80px;
}

@media (max-width: 576px) and (orientation: portrait) {
  .contact-head {
    background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/contact-s.jpg);
    background-position: 35% center;
    margin-top: 58px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .contact-head {
    background:linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/contact-s.jpg);
    background-position: 35% center;
    margin-top: 62px;
  }
}

.detail-head .container-slide,
.reservation-head .container-slide,
.access-head .container-slide,
.event-head .container-slide,
.contact-head .container-slide {
  bottom: 34%;
}

@media (max-width: 768px) and (orientation: landscape) {
  .detail-head .container-slide,
  .reservation-head .container-slide,
  .access-head .container-slide,
  .event-head .container-slide,
  .contact-head .container-slide {
    bottom: 20%;
  }
}

.form-wrap {
  border: 1px solid #ccc;
  border-radius: 20px;
}

.wpcf7-form {
  font-size: 1rem;
}

.form-wrap input,
.form-wrap textarea {
  width: 100%;
  font-size: 1rem;
}

.form-wrap input[type="submit"] {
  background-color: #14AE5C;
}

@media (min-width: 576px) {
  .md-nodisp {
    display: none;
  }
}

h4.fnt-sm {
  font-size: 1.22rem;
}

.label {
  display: flex;
  align-items: center;
}

.trial-tbl {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.trial-tbl td:nth-child(odd){
  border-right: 1px solid #555 !important;
}

.post-title {
  font-size:1.7rem;
}

.prev-wrap {
  margin-left: 0;
  margin-right: auto;
}

.next-wrap {
  margin-left: auto;
  margin-right: 0;
}

.prev-link,
.next-link {
  width: fit-content;
  font-size: 2rem;
  color: #555;
  font-weight: 600;
  padding: 0 10px;
  border: 1px solid #555;
  border-radius: 5px;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition { opacity: 1 !important; }

.foot-bnr {
  display: flex;
  width: 120px;
  height: 110px;
  position: fixed;
  bottom: 10px;
  /*border: 5px solid #fff;*/
  align-items: center;
  right: 10px;
  justify-content: center;
  flex-wrap: wrap;
  /*border-radius: 50%;
  color: #fff;
  background-color: #ff0000;*/
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: anim_s;
  transform: rotate(15deg);
  animation-duration: 5s;
  z-index: 5;
  /*box-shadow: 2px 2px 4px #555;*/
}

@keyframes anim_s {
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

.bnr-txt-sm {
  text-align: center;
  font-size: .8rem;
}

.bnr-txt-lg {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  transform: scale(0.8, 1.2);
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 576px) and (orientation: portrait) {
  .foot-bnr {
    width: 90px;
    height: 90px;
  }

  .bnr-txt-sm {
    font-size: .6rem;
  }

  .bnr-txt-lg {
    font-size: .85rem;
  }
}

.faq-head {
  width: 100%;
  height: 50vh;
  background:linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/faq.jpg);
  background-size: cover !important;
  background-position: center;
}

@media (max-width: 576px) and (orientation: portrait) {
  .faq-head {
    background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/faq-sm.jpg);
    background-position: center;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .faq-head {
    background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/faq-sm.jpg);
    background-position: center;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .faq-head {
    background:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/faq.jpg);
    background-position: center;
  }
}

.ques {
  width: 100%;
  font-weight: 600;
  text-align: left;
  display: flex;
  align-items: center;
  background-color: #A4EEF9;
  cursor: pointer;
  margin: 0;
}

.ques::after {
  content: "▼";
  margin-left: auto;
  margin-right: 5px;
}

.active .ques::after {
  content: "▲";
  margin-left: auto;
  margin-right: 5px;
}

.answ {
  width: 100%;
  display: none;
  text-align: left;
  margin: 0;
  background-color: #fff;
}

.active .answ {
  display: block;
}

.pic-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.flag {
  font-weight: 600;
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  z-index: 1;
  font-size: 2rem;
}

.flg-l {
  left: 0;
}

.card-txt {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-evenly;
  background-color: #fff;
}

.bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .15;
  position: fixed;
  z-index: -1;
  background-image: url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/CF-Logo.svg);
  background-size: 100vh;
  background-position: center 40px;
  background-repeat: no-repeat;
}

@media (max-width: 576px) and (orientation: portrait) {
  .bg {
    background-size: 90vw;
    background-position: center;
  }
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration: 8s;
}

.bg3 {
  animation-duration: 10s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}

#abt-link-video {
  top: 0;
  border: none;
}

.grecaptcha-badge { visibility: hidden; }

.detail-btn {
  padding: 5px 10px;
  border: 1px solid #555;
  text-align: center;
  background-color: #fff;
}

.reserve-btn {
  min-width: 200px;
  border: 1px solid #FFB347;
  border-radius: 5px;
  background-color: #FFB347;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
}

.wave {
  width: 100%;
  position: relative;
  color: #fff;
  background: #0099FF;
}

.wave .section-title {
  color: #fff;
}

.wave-svg-u {
  position: relative;
  top: 150px;
  width: 100%;
  height: auto;
  /*z-index: 0;*/
}

.wave-svg-d {
  position: relative;
  top: -30px;
  width: 100%;
  height: auto;
  /*z-index: 0;*/
}

@media (max-width: 576px) and (orientation: portrait) {
  .wave-svg-u {
    top: 10px;
  }
  .wave-svg-d {
    top: -10px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .wave-svg-u {
    top: 20px;
  }
  .wave-svg-d {
    top: -20px;
  }
}

.wave-svg-u path, 
.wave-svg-d path {
  fill: var(--wave-color, #0099ff); /* CSS変数で色を制御 */
}

@media (max-width: 768px) and (orientation: portrait) {
  #rate-tbl th,
  #rate-tbl td {
    font-size: 13px;
  }
}

@media (max-width: 576px) and (orientation: portrait) {
  #rate-tbl th,
  #rate-tbl td {
    font-size: 9px;
  }
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  border: none;
}

.bg-body-tertiary {
  background-color: #fff !important;
}

.navbar-brand {
  font-family: "Kaisei Tokumin", serif;
  font-size: 1.5rem;
  font-weight: 700;
}

@media ( min-width : 768px) {
  .navbar-brand {
    font-size: 2rem;
  }
}

.wave-container {  
  height: auto;
  background-color: #0099ff;
  position: relative;
  padding: 0 80px;
  border-bottom: 1px solid #0099ff;
}

.cstm-wide { 
  margin: 0 calc(50% - 50vw);
}

.up-wave {
    margin-bottom: -1px !important;
}

.dw-wave {
  position: relative;
  top: -2px;
}

.wave img {
  height: 380px;
  object-fit: cover;
}

#sb_instagram .sbi_photo {
  height: 280px;
}

#sb_instagram .sbi_photo img {
  display: block !important;
}

.facility-introduction,
#facility-introduction,
#access-section {
  /*background: linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/sea2.jpg);*/
  /*background: linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.6)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/location-s.jpg);*/
  background-color: rgba(248, 167, 160, 0.2);
  /*background-size: cover;
  background-position: top center;*/
}

/*@media ( min-width : 577px) {
  #facility-introduction {
    background: linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.6)),url(https://takaitabi-cottage.com/wp-content/themes/takaitabi/assets/images/location.jpg);
    background-size: cover;
    background-position: top center;
  }
}*/

.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
  z-index: 999;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

@media ( min-width : 577px) {
  .slick-prev, .slick-next {
    width: 50px;
    height: 50px;
  }

  .slick-prev:before, .slick-next:before {
    font-size: 50px;
  }

  .slick-prev {
      left: 25px;
  }

  .slick-next {
    right: 25px;
  }
}

/*=== カレンダー用スライダー ===*/
#calendar-slide .slick-prev, .slick-next {
  width: 30px;
  height: 30px;
  z-index: 999;
}

#calendar-slide .slick-prev:before,
 #calendar-slide .slick-next:before {
  font-size: 30px;
  color: #555;
}

#calendar-slide .slick-prev {
  left: -10px;
}

#calendar-slide .slick-next {
  right: -10px;
}

@media ( min-width : 577px) {
  #calendar-slide .slick-prev,
  #calendar-slide .slick-next {
    width: 40px;
    height: 40px;
  }

  #calendar-slide .slick-prev:before,
  #calendar-slide .slick-next:before {
    font-size: 40px;
  }

  #calendar-slide .slick-prev {
      left: -40px;
  }

  #calendar-slide .slick-next {
    right: -40px;
  }
}

#calendar-slide .detail-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  aspect-ratio: 4 / 3;
}
/*=== カレンダー用スライダー ===*/

.a {
  background-color: #fecccd;
}

.b {
  background-color: #fef2c9;
}

.c {
  background-color: #ccccfe;
}

.d {
  background-color: #e0f0db;
}

.e {
  background-color: #ededed;
}

.cyoumin {
  background-color: #fbe2d2;
}

.mt-n {
  margin-top: -1.5rem;
}

#float-btn {
  width: 60px;
  height: 100px;
  position: fixed;
  top: 40%;
  right: 0;
  background-color: #ffb347;
  border-radius: 5px;
  display: none;
  padding: 0 3px;
  z-index: 99999;
}

.float-show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#float-btn div {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.detail-img {
  position: relative;
}

.detail-img img {
  object-fit: cover;
  height: 460px;
}

.thumbnail-img img {
  object-fit: cover;
  height: 152px;
}

@media (max-width: 768px) and (orientation: portrait) {
  .detail-img img {
    height: 300px;
  }
  .thumbnail-img img {
    height: 110px;
  }
}

@media (max-width: 576px) and (orientation: portrait) {
  .detail-img img {
    height: 310px;
  }
  .thumbnail-img img {
    height: 100px;
  }
}

.detail-img .caption {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  bottom: 0;
}

.nav-link {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 600;
}

.nav-link.active {
  color: #FF983A !important;
}

.caution p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1rem;
  text-transform: lowercase;
}