@charset "UTF-8";
/******************************************************************
Site Name: Pignic
Author: Shinya Fujimoto

Stylesheet: Main Stylesheet

******************************************************************/
/******************************************************************

        Web Fonts

******************************************************************/
@import "https://fonts.googleapis.com/css2?family=Hind:wght@300;400;700";
@import "https://fonts.googleapis.com/css2?family=Allura&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap";
@import "https://fonts.googleapis.com/css2?family=Satisfy&display=swap";
@import "https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap";
@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";
/******************************************************************

        Foundation

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

	A Modern CSS Reset
    2020-07-22
	
=======================================*/
*, *::before, *::after {
  box-sizing: border-box; }

ul[class], ol[class] {
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0; }

html {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul[class], ol[class] {
  list-style: none; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

img:not([alt]) {
  filter: blur(10px); }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
/* Typography
--------------------------------------------- */
html {
  font-size: 62.5%; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem; }

.heading1 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 2em; }
  .heading1 .jap {
    display: block;
    position: relative;
    margin-top: -1em;
    z-index: 2; }
  .heading1 .eng {
    display: block;
    font-family: Satisfy, Nothing You Could Do, Allura, serif;
    font-weight: normal;
    font-size: 3em;
    color: #009719;
    transform: rotate(-5deg);
    white-space: nowrap; }
    .en-US .heading1 .eng {
      color: #333;
      transform: none; }

.heading2 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 2em; }
  .heading2 .jap {
    display: block;
    margin-bottom: 1em; }
  .heading2 .eng {
    display: block;
    font-size: 0.8em;
    white-space: nowrap;
    position: relative; }
    .heading2 .eng:before {
      display: block;
      content: "";
      width: 3rem;
      height: 1px;
      background: #333;
      margin: 0 auto 1em; }

.heading3 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 2em; }
  .heading3 .jap {
    display: block;
    font-size: 0.8em; }
  .heading3 .eng {
    font-family: Futura, Hind, Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    display: block;
    font-size: 1.5em;
    white-space: nowrap;
    position: relative; }

.lead {
  font-size: 1.3em;
  display: table;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .lead {
      font-size: 1.5em; } }
  @media screen and (min-width: 960px) {
    .lead {
      font-size: 1.6em; } }

.tc-main {
  color: #009719; }

.tc-em {
  color: #faf6f0; }

.tc-base {
  color: #fff; }

.tc-text {
  color: #333; }

/* Elements
--------------------------------------------- */
html.is-scroll {
  scroll-behavior: auto; }

body {
  background: #fff; }

body.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

.table {
  margin-bottom: 1em;
  vertical-align: top;
  border-color: #d6d6d6;
  border-collapse: collapse; }
  .table > :not(caption) > * > * {
    padding: 0.5em 0.5em;
    border-bottom-width: 1px;
    border-color: #d6d6d6; }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

/* Links
--------------------------------------------- */
a {
  color: #eddfca;
  text-decoration: none; }
  a:visited {
    color: #ebdac2; }
  a:hover, a:focus, a:active {
    color: #f4ebdd; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #5c5c5c;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 0.5em;
  min-height: 2rem; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #5c5c5c; }

select {
  border: 1px solid #d6d6d6; }

textarea {
  width: 100%; }

/******************************************************************

        Layouot

******************************************************************/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/*-------------------------------------
	Title
-------------------------------------*/
.site-branding {
  width: 200px;
  text-align: left;
  transition: all 0.3s ease 0s; }
  .site-branding .site-title {
    position: relative;
    width: 100%;
    padding-top: 30%;
    /* SVG高さ / SVG幅 * 100 */ }
    .site-branding .site-title svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      padding: 5px; }
  .site-branding a {
    display: block;
    cursor: pointer; }

.pignic-logo {
  fill: #333; }
  .home-header .pignic-logo {
    fill: #fff; }

.site-header {
  background: #009719; }
  @media screen and (min-width: 960px) {
    .site-header {
      height: 60px; } }

/*-------------------------------------
	Header Navigation
-------------------------------------*/
.site-footer {
  padding: 10px 0 10px;
  background: #333;
  color: #fff; }
  .site-footer .site-branding {
    margin: 0 auto; }
    @media screen and (min-width: 960px) {
      .site-footer .site-branding {
        margin: 0 0 0 1rem; } }

.footer-title {
  position: relative;
  width: 100%;
  padding-top: 37%;
  /* SVG高さ / SVG幅 * 100 */ }
  .footer-title svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 5px; }

.footer-title .pignic-logo {
  fill: #fff; }

.footer-sns, .footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  .footer-sns > li, .footer-menu > li {
    margin: 0.3em 1rem 0; }

.footer-sns > li {
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center; }
  .footer-sns > li a {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #fff;
    color: #333;
    transition: all 0.3s ease 0s; }
  .footer-sns > li a:hover {
    background: #009719; }

.footer-menu {
  font-size: 1.5rem; }
  @media screen and (min-width: 960px) {
    .footer-menu {
      justify-content: flex-end; } }
  .footer-menu a {
    color: #fff;
    transition: all 0.3s ease 0s; }
  .footer-menu a:hover {
    color: #009719; }

.footer-contact {
  position: relative;
  z-index: 10;
  background: #009719;
  margin: -100px auto 50px;
  max-width: 300px;
  height: 150px; }
  .footer-contact a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    color: #333; }
  .footer-contact a:hover {
    background: #faf6f0; }
  .footer-contact .jap {
    display: block;
    margin-bottom: 1em; }
  .footer-contact .eng {
    display: block;
    font-size: 0.8em;
    white-space: nowrap;
    position: relative; }
    .footer-contact .eng:before {
      display: block;
      content: "";
      width: 3rem;
      height: 1px;
      background: #333;
      margin: 0 auto 1em; }

.copyright {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.2rem;
  font-family: Futura, Hind, Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
  @media screen and (min-width: 960px) {
    .copyright {
      text-align: right;
      margin-right: 2rem; } }

.reCAPTCHA {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.2rem;
  font-family: Futura, Hind, Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
  .reCAPTCHA a {
    color: #d6d6d6; }

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease 0s;
  padding: 10px 4vw; }
  @media screen and (min-width: 600px) {
    .container {
      padding: 10px 4vw; } }
  @media screen and (min-width: 768px) {
    .container {
      padding: 10px 4vw; } }
  @media screen and (min-width: 960px) {
    .container {
      padding: 10px 8vw; } }
  @media screen and (min-width: 1200px) {
    .container {
      padding: 20px 2vw; } }

.module {
  position: relative;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  @media screen and (min-width: 960px) {
    .module {
      padding: 120px 0; } }
  .module.module-sm {
    padding: 25px 0; }

.module h1:not([class]), .module h2:not([class]), .module h3:not([class]), .module h4:not([class]), .module h5:not([class]), .module p, .module ul, .module ol, .module table {
  margin-bottom: 2rem; }
  .module h1:not([class]):last-child, .module h2:not([class]):last-child, .module h3:not([class]):last-child, .module h4:not([class]):last-child, .module h5:not([class]):last-child, .module p:last-child, .module ul:last-child, .module ol:last-child, .module table:last-child {
    margin-bottom: auto; }

.module-inner {
  padding-bottom: 40px; }
  @media screen and (min-width: 960px) {
    .module-inner {
      padding-bottom: 60px; } }

.module-center {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.module-box {
  position: relative;
  padding: 2em 1.5em; }
  @media screen and (min-width: 960px) {
    .module-box {
      padding: 4em 3em; } }

.module-frame {
  position: relative;
  padding: 15px; }

/******************************************************************

        Object

******************************************************************/
.bg-main {
  background-color: #009719; }
  .bg-main .heading1 .eng {
    color: #fff; }
    .en-US .bg-main .heading1 .eng {
      color: #333; }

.bg-sub {
  background-color: #faf6f0; }

.bg-accent {
  background-color: #ff8aa3; }
  .bg-accent .heading1 .eng {
    color: #fff; }
    .en-US .bg-accent .heading1 .eng {
      color: #333; }

.bg-comp {
  background-color: #e4ddb9; }
  .bg-comp .heading1 .eng {
    color: #fff; }
    .en-US .bg-comp .heading1 .eng {
      color: #333; }

.bg-base {
  background-color: #fff; }

.bg-light {
  background-color: whitesmoke; }

.bg-dark {
  background-color: #444; }
  .bg-dark .heading1 .jap {
    color: #fff; }
  .bg-dark .heading1 .eng {
    color: #707070; }
    .en-US .bg-dark .heading1 .eng {
      color: #fff; }
  .bg-dark .text-color {
    color: #fff; }

.bg-pale {
  background-color: #f5f3ee; }

.pattern-cross-dots-lg {
  background-image: radial-gradient(currentColor 1.5px, transparent 1.5px), radial-gradient(currentColor 1.5px, transparent 1.5px);
  background-size: calc(20 * 1.5px) calc(20 * 1.5px);
  background-position: 0 0, calc(10 * 1.5px) calc(10 * 1.5px); }

.bg-dot {
  background: radial-gradient(#474747 1vw, transparent 1vw), radial-gradient(#474747 1vw, transparent 1vw), transparent;
  background-size: 5vw 5vw, 5vw 5vw, 100%;
  background-position: 0vw 0vw, -2.5vw -2.5vw, 0 0; }

.bg-dot-light {
  background: radial-gradient(#ebebeb 1vw, transparent 1vw), radial-gradient(#ebebeb 1vw, transparent 1vw), whitesmoke;
  background-size: 5vw 5vw, 5vw 5vw, 100%;
  background-position: 0vw 0vw, -2.5vw -2.5vw, 0 0; }

.bg-dot-sub {
  background: radial-gradient(#fff 1vw, transparent 1vw), radial-gradient(#fff 1vw, transparent 1vw), #faf6f0;
  background-size: 5vw 5vw, 5vw 5vw, 100%;
  background-position: 0vw 0vw, -2.5vw -2.5vw, 0 0; }

/* Navigation
--------------------------------------------- */
.main-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 100; }
  @media screen and (min-width: 960px) {
    .main-navigation {
      position: absolute;
      width: auto;
      transform: translateY(0); } }
  .main-navigation .menu {
    padding: 60px 10px 0; }
    @media screen and (max-width: 959px) {
      .main-navigation .menu {
        overflow-y: auto;
        max-height: 80vh; } }
    @media screen and (min-width: 960px) {
      .main-navigation .menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0; } }

.wrap-navigation {
  transition: all 0.5s ease 0.2s;
  height: 100vh; }
  @media screen and (min-width: 960px) {
    .wrap-navigation {
      height: auto; } }
  .main-navigation.is-open .wrap-navigation {
    transform: translateY(100%); }
    @media screen and (min-width: 960px) {
      .main-navigation.is-open .wrap-navigation {
        transform: translateY(0); } }
  .wrap-navigation > div:first-child {
    background: #009719; }
    @media screen and (min-width: 960px) {
      .wrap-navigation > div:first-child {
        background-color: transparent; } }

.wrap-navigation-item {
  display: block;
  position: absolute;
  transform: translateY(-100%);
  z-index: -1;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) 0s; }
  @media screen and (min-width: 960px) {
    .wrap-navigation-item {
      display: none; } }

.wrap-navigation-item:nth-of-type(1) {
  background: #333;
  transition-delay: 0.3s; }

.wrap-navigation-item:nth-of-type(2) {
  background: #faf6f0;
  transition-delay: 0.2s; }

.wrap-navigation-item:nth-of-type(3) {
  background: #009719;
  transition-delay: 0.1s; }

.main-navigation.is-open .wrap-navigation-item {
  transform: translateY(0);
  position: fixed; }
.main-navigation.is-open .wrap-navigation-item:nth-of-type(1) {
  transition-delay: 0s; }
.main-navigation.is-open .wrap-navigation-item:nth-of-type(2) {
  transition-delay: 0.1s; }
.main-navigation.is-open .wrap-navigation-item:nth-of-type(3) {
  transition-delay: 0.2s; }

.menu-item {
  position: relative; }
  .menu-item + .menu-item {
    border-top: 1px solid #fff; }
    @media screen and (min-width: 960px) {
      .menu-item + .menu-item {
        border-top: none; } }
  @media screen and (min-width: 960px) {
    .menu-item.is-show > .sub-menu, .menu-item:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition: all 0.3s ease 0.1s; } }
  @media screen and (min-width: 960px) {
    .menu-item.is-show > .sub-menu::before, .menu-item:hover > .sub-menu::before {
      transform: none; } }
  .menu-item > a {
    font-family: Futura, Hind, Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #fff;
    padding: 14px;
    font-size: 1.6rem;
    display: block;
    position: relative;
    z-index: 10;
    position: relative;
    transition: all 0.2s ease 0s; }
    @media screen and (min-width: 960px) {
      .menu-item > a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 60px;
        padding: 0 1em;
        font-size: 1.5rem; } }
    .menu-item > a:hover {
      color: #ff8aa3; }

.menu-item-has-children {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (min-width: 960px) {
    .menu-item-has-children {
      display: block; } }
  .menu-item-has-children a {
    flex-grow: 1; }

.nav-toggle {
  position: relative;
  width: 50px;
  min-height: 50px;
  background: #faf6f0; }
  @media screen and (min-width: 960px) {
    .nav-toggle {
      display: none; } }
  .nav-toggle::before, .nav-toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: #fff;
    transition: .2s ease; }
  .nav-toggle::before {
    width: 15px;
    height: 2px; }
  .nav-toggle::after {
    width: 2px;
    height: 15px; }
  .nav-toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg); }
  .nav-toggle.is-open::after {
    transform: rotate(90deg); }

.sub-menu {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #fff; }
  @media screen and (min-width: 960px) {
    .sub-menu {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-5px);
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 10;
      display: block;
      width: auto;
      min-width: 6em;
      padding: 30px 0 0;
      background: none;
      border-top: none;
      transition: 0.2s ease;
      background: #7fcb8c; }
      .menu > .menu-item:last-child .sub-menu {
        right: 0;
        left: auto; } }

@media screen and (min-width: 960px) {
  .sub-menu .menu-item {
    position: static; } }
.sub-menu .menu-item + .sub-menu .menu-item {
  border-top: 1px solid #fff; }
  @media screen and (min-width: 960px) {
    .sub-menu .menu-item + .sub-menu .menu-item {
      border-top: none; } }
.sub-menu .menu-item.menu-item-has-children {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 960px) {
    .sub-menu .menu-item.menu-item-has-children {
      position: relative;
      display: block; } }
@media screen and (min-width: 960px) {
  .sub-menu .menu-item.is-show .sub-menu, .sub-menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible; } }
@media screen and (min-width: 960px) {
  .sub-menu .menu-item.is-show > a {
    color: #fff;
    background: #009719; } }
.sub-menu .menu-item a {
  padding: 1em;
  font-size: 0.9em; }
  @media screen and (min-width: 960px) {
    .sub-menu .menu-item a {
      color: #333;
      display: block;
      padding: 0.7em 1em;
      line-height: 1.5;
      text-align: left;
      white-space: nowrap; } }
  @media screen and (min-width: 960px) {
    .sub-menu .menu-item a:hover {
      background: #009719; } }

.sub-menu .sub-menu {
  display: none;
  width: 100%;
  border-top: 1px solid #fff; }
  @media screen and (min-width: 960px) {
    .sub-menu .sub-menu {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 100%;
      width: auto;
      display: block;
      background: none;
      border-top: none;
      transition: .2s ease; }
      .menu > .menu-item:last-child .sub-menu .sub-menu {
        right: 100%;
        left: auto; } }

.sub-menu .sub-menu .menu-item {
  background: rgba(255, 255, 255, 0.3); }
  @media screen and (min-width: 960px) {
    .sub-menu .sub-menu .menu-item {
      background: none; } }
  .sub-menu .sub-menu .menu-item + .sub-menu .sub-menu .menu-item {
    border-top: 1px solid #fff; }
    @media screen and (min-width: 960px) {
      .sub-menu .sub-menu .menu-item + .sub-menu .sub-menu .menu-item {
        border-top: none; } }
  .sub-menu .sub-menu .menu-item a {
    display: inline-block;
    font-size: 12px; }
    @media screen and (min-width: 960px) {
      .sub-menu .sub-menu .menu-item a {
        display: block;
        font-size: 15px; } }

.navbar-toggle {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease 0s; }
  @media screen and (min-width: 600px) {
    .navbar-toggle {
      right: 30px; } }
  @media screen and (min-width: 960px) {
    .navbar-toggle {
      display: none; } }

.navbar-toggle-icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: ease .3s;
  transition: ease .3s; }
  .home-header .navbar-toggle-icon {
    background: #fff; }
  .navbar-toggle.is-scroll .navbar-toggle-icon {
    background: #333; }

.navbar-toggle-icon:nth-child(1) {
  top: 0; }

.navbar-toggle-icon:nth-child(2) {
  margin: 8px 0; }

.navbar-toggle-icon:nth-child(3) {
  top: 0; }

.navbar-toggle.is-open .navbar-toggle-icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navbar-toggle.is-open .navbar-toggle-icon:nth-child(2) {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.navbar-toggle.is-open .navbar-toggle-icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.language-pc {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  width: 60px;
  line-height: 60px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .language-pc {
      display: none; } }
  .language-pc .icon-main {
    font-size: 1.2em; }
  .language-pc .icon-sub {
    font-size: 0.8em;
    padding-left: 0.3em;
    transform: translateY(-2px);
    transition: all 0.3s ease 0s; }
  .language-pc .bogo-language-switcher {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    font-size: 0.9em;
    line-height: 1.5;
    display: block;
    width: auto;
    min-width: 6em;
    transition: all 0.3s ease 0.1s;
    background: #7fcb8c;
    text-align: left; }
    .language-pc .bogo-language-switcher li.no-page span {
      color: #c2c2c2;
      display: block;
      padding: 0.7em 1em 0.7em 2em;
      text-decoration: line-through; }
    .language-pc .bogo-language-switcher a {
      color: #adadad;
      display: block;
      padding: 0.7em 1em;
      text-align: left;
      white-space: nowrap;
      transition: all 0.2s ease 0s; }
      .language-pc .bogo-language-switcher a:hover {
        background: #009719;
        color: #333; }
    .language-pc .bogo-language-switcher a:before {
      color: #333;
      content: "\f362";
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      padding-right: 0.5em;
      transition: all 0.3s ease 0s; }
    .language-pc .bogo-language-switcher .current a {
      color: #333; }
      .language-pc .bogo-language-switcher .current a:hover {
        background: none; }
    .language-pc .bogo-language-switcher .current a:before {
      content: "\f058";
      color: #faf6f0;
      padding-right: 0.2em; }
  .language-pc:hover .icon-sub {
    transform: translateY(0);
    color: #faf6f0; }
  .language-pc:hover .bogo-language-switcher {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.2s ease 0; }

@media screen and (min-width: 960px) {
  .language-sp {
    display: none; } }
.language-sp .bogo-language-switcher {
  transition: all 0.3s ease 0.2s;
  margin: 1em auto 0;
  text-align: center; }
  .language-sp .bogo-language-switcher li {
    text-align: center;
    display: inline-block; }
  .language-sp .bogo-language-switcher a {
    padding: 0.5em;
    display: block;
    color: #adadad;
    transition: all 0.3s ease 0s; }
    .language-sp .bogo-language-switcher a:hover {
      color: #333; }
      .language-sp .bogo-language-switcher a:hover:before {
        color: #faf6f0; }
  .language-sp .bogo-language-switcher a:before {
    color: #333;
    content: "\f362";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    padding-right: 0.5em;
    transition: all 0.3s ease 0s; }
  .language-sp .bogo-language-switcher .current a {
    color: #333; }
  .language-sp .bogo-language-switcher .current a:before {
    content: "\f058";
    color: #faf6f0;
    padding-right: 0.2em; }
  .language-sp .bogo-language-switcher .no-page {
    color: #c2c2c2; }
    .language-sp .bogo-language-switcher .no-page:after {
      content: "(Not available)"; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-header {
  background-color: #009719;
  background-size: cover;
  background-position: center center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .page-header {
      height: 300px; } }
  @media screen and (min-width: 960px) {
    .page-header {
      height: 400px; } }

.page-title {
  position: relative;
  background: #333;
  background: rgba(30, 30, 30, 0.7);
  color: #fff;
  padding: 1em;
  font-weight: normal;
  text-align: center;
  font-size: 1.5rem;
  min-width: 12em; }
  @media screen and (min-width: 768px) {
    .page-title {
      font-size: 2rem; } }
  @media screen and (min-width: 960px) {
    .page-title {
      font-size: 2.5rem; } }
  .page-title > * {
    display: block; }
  .page-title .jap {
    font-size: 0.7em;
    padding-top: 1em; }
    .page-title .jap:before {
      display: block;
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
      margin: 0 auto 1em; }
  .page-title .eng {
    font-family: Futura, Hind, Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 2.5em;
    white-space: nowrap; }

.post-container {
  background: #fff;
  padding: 40px 4vw;
  max-width: 850px;
  margin: 10px auto 20px; }
  @media screen and (min-width: 960px) {
    .post-container {
      padding: 60px 60px;
      margin: 30px auto 30px; } }

.post p {
  margin-bottom: 1.5em;
  line-height: 1.9; }
.post h1, .post h2, .post h3, .post h4, .post h5 {
  margin-top: 1.5em;
  margin-bottom: 1em; }
.post section + section {
  margin-bottom: 3em; }

.single-post img {
  margin-bottom: 1em; }

.wp-post-image {
  margin-bottom: 2em; }

.entry-meta {
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .entry-meta {
      display: flex; } }

.entry-date {
  font-family: Futura, Hind, Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
  @media screen and (min-width: 768px) {
    .entry-date {
      font-size: 1.2em;
      width: 6.5em; } }
  @media screen and (min-width: 960px) {
    .entry-date {
      font-size: 1.5em; } }

.entry-category {
  font-size: 0.8em; }
  .entry-category li {
    background: #009719;
    border-radius: 1em;
    padding: 0.2em 0.5em;
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.2em; }
    .entry-category li a {
      color: #333; }
  @media screen and (min-width: 768px) {
    .entry-category {
      font-size: 0.95em; } }
  @media screen and (min-width: 960px) {
    .entry-category {
      font-size: 1.1em; } }

@media screen and (min-width: 768px) {
  .post-navigation {
    font-size: 1.2em; } }
@media screen and (min-width: 960px) {
  .post-navigation {
    font-size: 1.5em; } }
.post-navigation .nav-links {
  display: flex; }
.post-navigation .nav-previous, .post-navigation .nav-next {
  width: 50%; }
  .post-navigation .nav-previous a, .post-navigation .nav-next a {
    color: #333; }
    .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
      color: #707070; }
.post-navigation .nav-next {
  text-align: right; }

.archive-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .archive-items:after {
    content: "";
    display: block;
    width: calc(100% / 3 - 10px); }

.archive-item {
  width: 98%;
  margin: 0 auto 20px; }
  @media screen and (min-width: 600px) {
    .archive-item {
      width: calc(50% - 10px);
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .archive-item {
      width: calc(100% / 3 - 20px); } }
  .archive-item .date {
    padding: 0 1em 0.2em; }
  .archive-item .category {
    padding: 0 1em 0.5em; }

.archive-item-wrap {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  min-height: calc(100% - 5em); }

.archive-time {
  font-family: Futura, Hind, Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center; }
  .archive-time .time-date {
    font-size: 2em; }
  .archive-time .time-year {
    margin-bottom: 0.5em; }

.archive-title {
  color: #333;
  background: none;
  height: auto;
  line-height: 1.5;
  padding: 1em 1em 0;
  margin: 0 0 0.5em;
  border: none;
  overflow: hidden; }
  .archive-title a {
    color: #333; }
  .archive-title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .archive-title:after {
    content: none; }

.archive-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .archive-thumbnail:before {
    content: "";
    display: block;
    padding-top: 66.666%; }
  .archive-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease 0s; }
    .archive-thumbnail img:hover {
      transform: scale(1.1);
      opacity: 0.5; }

.pagination ul {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: Futura, Hind, Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
.pagination li > .page-numbers {
  background: #fff;
  color: #333;
  border: 1px solid #d6d6d6;
  margin: 0 -1px 0 0;
  display: block;
  height: 3em;
  width: 3em;
  line-height: 3em;
  transition: all 0.3s ease 0s; }
  .pagination li > .page-numbers:hover {
    background: #009719; }
  .pagination li > .page-numbers.current {
    color: #fff;
    background: #333; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

.widget-area {
  background: #5c5c5c; }

.widget-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 3em auto 3em; }

.widget-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px; }
  @media screen and (min-width: 600px) {
    .widget-content {
      width: calc(50% - 20px);
      margin-left: 0;
      margin-right: 0; } }

ul.widget-post {
  background: #fff;
  padding: 1em; }
  ul.widget-post li {
    overflow: hidden;
    padding: 1em; }
  ul.widget-post li + li {
    border-top: 1px solid #d6d6d6; }
  ul.widget-post a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333; }
    ul.widget-post a:hover {
      color: #707070; }

.widget-select {
  width: 100%;
  color: #5c5c5c;
  border-radius: 3px;
  padding: 0.5em 3em 0.5em 0.5em;
  min-height: 2rem;
  position: relative;
  text-overflow: ellipsis;
  box-shadow: none; }
  @media screen and (max-width: 599px) {
    .widget-select {
      margin-bottom: 2rem; } }

.widget-search-form {
  display: flex; }

input[type="text"].widget-search-field {
  width: calc(100% - 3em);
  border-radius: 3px 0 0 3px;
  border-right: none; }

.widget-search-icon {
  width: 3em;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0 3px 3px 0;
  border-left: none; }

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center; }

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.cp_ipselect select::-ms-expand {
  display: none; }

.cp_ipselect.cp_sl01 {
  position: relative;
  border-radius: 2px;
  border: 2px solid skyblue;
  border-radius: 50px;
  background: #ffffff; }

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid skyblue;
  pointer-events: none; }

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: black; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .row > * {
    flex-shrink: 0; }
  .row .col-grow {
    flex-grow: 1; }
  .row > [class^="col1-"] {
    width: calc( 100% * 1 / 12 ); }
  .row > [class^="col2-"] {
    width: calc( 100% * 2 / 12 ); }
  .row > [class^="col3-"] {
    width: calc( 100% * 3 / 12 ); }
  .row > [class^="col4-"] {
    width: calc( 100% * 4 / 12 ); }
  .row > [class^="col5-"] {
    width: calc( 100% * 5 / 12 ); }
  .row > [class^="col6-"] {
    width: calc( 100% * 6 / 12 ); }
  .row > [class^="col7-"] {
    width: calc( 100% * 7 / 12 ); }
  .row > [class^="col8-"] {
    width: calc( 100% * 8 / 12 ); }
  .row > [class^="col9-"] {
    width: calc( 100% * 9 / 12 ); }
  .row > [class^="col10-"] {
    width: calc( 100% * 10 / 12 ); }
  .row > [class^="col11-"] {
    width: calc( 100% * 11 / 12 ); }
  .row > [class^="col12-"] {
    width: calc( 100% * 12 / 12 ); }
  @media screen and (min-width: 768px) {
    .row > [class*="-1-"] {
      width: calc( 100% * 1 / 12 ); }
    .row > [class*="-2-"] {
      width: calc( 100% * 2 / 12 ); }
    .row > [class*="-3-"] {
      width: calc( 100% * 3 / 12 ); }
    .row > [class*="-4-"] {
      width: calc( 100% * 4 / 12 ); }
    .row > [class*="-5-"] {
      width: calc( 100% * 5 / 12 ); }
    .row > [class*="-6-"] {
      width: calc( 100% * 6 / 12 ); }
    .row > [class*="-7-"] {
      width: calc( 100% * 7 / 12 ); }
    .row > [class*="-8-"] {
      width: calc( 100% * 8 / 12 ); }
    .row > [class*="-9-"] {
      width: calc( 100% * 9 / 12 ); }
    .row > [class*="-10-"] {
      width: calc( 100% * 10 / 12 ); }
    .row > [class*="-11-"] {
      width: calc( 100% * 11 / 12 ); }
    .row > [class*="-12-"] {
      width: calc( 100% * 12 / 12 ); } }
  @media screen and (min-width: 960px) {
    .row > [class$="-1"] {
      width: calc( 100% * 1 / 12 ); }
    .row > [class$="-2"] {
      width: calc( 100% * 2 / 12 ); }
    .row > [class$="-3"] {
      width: calc( 100% * 3 / 12 ); }
    .row > [class$="-4"] {
      width: calc( 100% * 4 / 12 ); }
    .row > [class$="-5"] {
      width: calc( 100% * 5 / 12 ); }
    .row > [class$="-6"] {
      width: calc( 100% * 6 / 12 ); }
    .row > [class$="-7"] {
      width: calc( 100% * 7 / 12 ); }
    .row > [class$="-8"] {
      width: calc( 100% * 8 / 12 ); }
    .row > [class$="-9"] {
      width: calc( 100% * 9 / 12 ); }
    .row > [class$="-10"] {
      width: calc( 100% * 10 / 12 ); }
    .row > [class$="-11"] {
      width: calc( 100% * 11 / 12 ); }
    .row > [class$="-12"] {
      width: calc( 100% * 12 / 12 ); } }
  .row.row-margin > [class^="col1-"] {
    width: calc( 100% * 1 / 12 -  1rem ); }
  .row.row-margin > [class^="col2-"] {
    width: calc( 100% * 2 / 12 -  1rem ); }
  .row.row-margin > [class^="col3-"] {
    width: calc( 100% * 3 / 12 -  1rem ); }
  .row.row-margin > [class^="col4-"] {
    width: calc( 100% * 4 / 12 -  1rem ); }
  .row.row-margin > [class^="col5-"] {
    width: calc( 100% * 5 / 12 -  1rem ); }
  .row.row-margin > [class^="col6-"] {
    width: calc( 100% * 6 / 12 -  1rem ); }
  .row.row-margin > [class^="col7-"] {
    width: calc( 100% * 7 / 12 -  1rem ); }
  .row.row-margin > [class^="col8-"] {
    width: calc( 100% * 8 / 12 -  1rem ); }
  .row.row-margin > [class^="col9-"] {
    width: calc( 100% * 9 / 12 -  1rem ); }
  .row.row-margin > [class^="col10-"] {
    width: calc( 100% * 10 / 12 -  1rem ); }
  .row.row-margin > [class^="col11-"] {
    width: calc( 100% * 11 / 12 -  1rem ); }
  @media screen and (min-width: 768px) {
    .row.row-margin > [class*="-1-"] {
      width: calc( 100% * 1 / 12 -  1rem ); }
    .row.row-margin > [class*="-2-"] {
      width: calc( 100% * 2 / 12 -  1rem ); }
    .row.row-margin > [class*="-3-"] {
      width: calc( 100% * 3 / 12 -  1rem ); }
    .row.row-margin > [class*="-4-"] {
      width: calc( 100% * 4 / 12 -  1rem ); }
    .row.row-margin > [class*="-5-"] {
      width: calc( 100% * 5 / 12 -  1rem ); }
    .row.row-margin > [class*="-6-"] {
      width: calc( 100% * 6 / 12 -  1rem ); }
    .row.row-margin > [class*="-7-"] {
      width: calc( 100% * 7 / 12 -  1rem ); }
    .row.row-margin > [class*="-8-"] {
      width: calc( 100% * 8 / 12 -  1rem ); }
    .row.row-margin > [class*="-9-"] {
      width: calc( 100% * 9 / 12 -  1rem ); }
    .row.row-margin > [class*="-10-"] {
      width: calc( 100% * 10 / 12 -  1rem ); }
    .row.row-margin > [class*="-11-"] {
      width: calc( 100% * 11 / 12 -  1rem ); } }
  @media screen and (min-width: 960px) {
    .row.row-margin > [class$="-1"] {
      width: calc( 100% * 1 / 12 -  1rem ); }
    .row.row-margin > [class$="-2"] {
      width: calc( 100% * 2 / 12 -  1rem ); }
    .row.row-margin > [class$="-3"] {
      width: calc( 100% * 3 / 12 -  1rem ); }
    .row.row-margin > [class$="-4"] {
      width: calc( 100% * 4 / 12 -  1rem ); }
    .row.row-margin > [class$="-5"] {
      width: calc( 100% * 5 / 12 -  1rem ); }
    .row.row-margin > [class$="-6"] {
      width: calc( 100% * 6 / 12 -  1rem ); }
    .row.row-margin > [class$="-7"] {
      width: calc( 100% * 7 / 12 -  1rem ); }
    .row.row-margin > [class$="-8"] {
      width: calc( 100% * 8 / 12 -  1rem ); }
    .row.row-margin > [class$="-9"] {
      width: calc( 100% * 9 / 12 -  1rem ); }
    .row.row-margin > [class$="-10"] {
      width: calc( 100% * 10 / 12 -  1rem ); }
    .row.row-margin > [class$="-11"] {
      width: calc( 100% * 11 / 12 -  1rem ); } }
  .row.row-center {
    justify-content: center; }

.row-margin-vertical {
  margin-bottom: -1.5rem; }
  .row-margin-vertical > * {
    margin-bottom: 1.5rem; }

.row-reverse {
  flex-direction: row-reverse; }

.grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto; }
  @media screen and (min-width: 768px) {
    .grid {
      grid-template-rows: minmax(100px, auto) 1fr minmax(100px, auto);
      grid-template-columns: 8vw 1fr 1fr 8vw; }
      .grid > .item1 {
        grid-area: 1 / 1 / 2 / 3; }
      .grid > .item2 {
        grid-area: 1 / 3 / 3 / 4; }
      .grid > .item3 {
        grid-area: 3 / 3 / 4 / 5; }
      .grid > .item4 {
        grid-area: 2 / 2 / 4 / 3; } }
  @media screen and (min-width: 1200px) {
    .grid {
      grid-template-columns: 1fr calc( 1200px / 2 - 2vw ) calc( 1200px / 2 - 2vw ) 1fr; }
      .grid > .item1 {
        grid-area: 1 / 1 / 1 / 1; } }

.grid-oneside {
  display: grid;
  grid-template-rows: minmax(100px, auto) calc( 4vw * 2 ) minmax(100px, auto);
  grid-template-columns: 4vw 4vw 1fr 4vw 4vw; }
  .grid-oneside > .item1-l {
    grid-area: 1 / 1 / 2 / 4; }
  .grid-oneside > .item2-l {
    grid-area: 3 / 2 / 4 / 5; }
  .grid-oneside > .item1-r {
    grid-area: 1 / 3 / 2 / 6; }
  .grid-oneside > .item2-r {
    grid-area: 3 / 2 / 4 / 5; }
  @media screen and (min-width: 768px) {
    .grid-oneside {
      grid-template-rows: auto;
      grid-template-columns: 8vw 1fr 0.2fr 1fr 8vw; }
      .grid-oneside > .item1-l {
        grid-area: 1 / 1 / 2 / 3; }
      .grid-oneside > .item2-l {
        grid-area: 1 / 4 / 2 / 5; }
      .grid-oneside > .item1-r {
        grid-area: 1 / 4 / 2 / 6; }
      .grid-oneside > .item2-r {
        grid-area: 1 / 2 / 2 / 3; } }
  @media screen and (min-width: 1200px) {
    .grid-oneside {
      grid-template-columns: 1fr calc( 1200px / 2.2 - 2vw ) calc( 1200px / 11 ) calc( 1200px / 2.2 - 2vw ) 1fr; } }

.grid-oneside-ex {
  display: grid;
  grid-template-rows: minmax(100px, auto) calc( 4vw * 2 ) minmax(100px, auto);
  grid-template-columns: 4vw 4vw 1fr 4vw 4vw; }
  .grid-oneside-ex > .item1-l {
    grid-area: 1 / 1 / 2 / 4; }
  .grid-oneside-ex > .item2-l {
    grid-area: 3 / 2 / 4 / 5; }
  .grid-oneside-ex > .item1-r {
    grid-area: 1 / 3 / 2 / 6; }
  .grid-oneside-ex > .item2-r {
    grid-area: 3 / 2 / 4 / 5; }
  @media screen and (min-width: 768px) {
    .grid-oneside-ex {
      grid-template-rows: auto;
      grid-template-columns: 8vw 1fr 0.2fr 0.4fr 0.2fr 1fr 8vw; }
      .grid-oneside-ex > .item1-l {
        grid-area: 1 / 1 / 2 / 5; }
      .grid-oneside-ex > .item2-l {
        grid-area: 1 / 6 / 2 / 7; }
      .grid-oneside-ex > .item1-r {
        grid-area: 1 / 4 / 2 / 8; }
      .grid-oneside-ex > .item2-r {
        grid-area: 1 / 2 / 2 / 3; } }
  @media screen and (min-width: 1200px) {
    .grid-oneside-ex {
      grid-template-columns: 1fr calc( 1200px / 3 - 2vw ) calc( 1200px / 15 ) calc( 1200px / 5 ) calc( 1200px / 15 ) calc( 1200px / 3 - 2vw ) 1fr; } }

.grid-layer {
  display: grid;
  grid-template-rows: minmax(100px, auto) calc( 4vw * 2 ) minmax(100px, auto);
  grid-template-columns: 4vw 4vw 1fr 4vw 4vw; }
  .grid-layer > .item1-l {
    grid-area: 1 / 1 / 3 / 4; }
  .grid-layer > .item2-l {
    grid-area: 2 / 3 / 4 / 5; }
  .grid-layer > .item1-r {
    grid-area: 1 / 3 / 3 / 6; }
  .grid-layer > .item2-r {
    grid-area: 2 / 2 / 4 / 4; }
  @media screen and (min-width: 768px) {
    .grid-layer {
      grid-template-rows: minmax(100px, auto) 1fr minmax(100px, auto);
      grid-template-columns: 8vw 1fr 0.2fr 1fr 8vw; } }
  @media screen and (min-width: 1200px) {
    .grid-layer {
      grid-template-columns: 1fr calc( 1200px / 2.2 - 2vw ) calc( 1200px / 11 ) calc( 1200px / 2.2 - 2vw ) 1fr; } }

.grid-cross {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto; }
  @media screen and (min-width: 768px) {
    .grid-cross {
      grid-template-rows: minmax(100px, auto) minmax(30px, 1fr) minmax(100px, auto);
      grid-template-columns: 8vw 1fr 1fr 8vw; }
      .grid-cross > .item1-l {
        grid-area: 1 / 1 / 2 / 3; }
      .grid-cross > .item2-l {
        grid-area: 1 / 3 / 3 / 4; }
      .grid-cross > .item3-l {
        grid-area: 3 / 3 / 4 / 5; }
      .grid-cross > .item4-l {
        grid-area: 2 / 2 / 4 / 3; }
      .grid-cross > .item1-r {
        grid-area: 1 / 3 / 2 / 5; }
      .grid-cross > .item2-r {
        grid-area: 1 / 2 / 3 / 3; }
      .grid-cross > .item3-r {
        grid-area: 3 / 1 / 4 / 3; }
      .grid-cross > .item4-r {
        grid-area: 2 / 3 / 4 / 4; } }
  @media screen and (min-width: 1200px) {
    .grid-cross {
      grid-template-columns: 1fr calc( 1200px / 2 - 2vw ) calc( 1200px / 2 - 2vw ) 1fr; } }

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

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

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

.length-h-full {
  height: 100%; }

.box-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.img-sm {
  width: 50%; }

.img-md {
  width: 65%; }

.img-lg {
  width: 80%; }

.img-flex-sm {
  width: 80%; }
  @media screen and (min-width: 768px) {
    .img-flex-sm {
      width: 65%; } }
  @media screen and (min-width: 960px) {
    .img-flex-sm {
      width: 50%; } }

.img-flex-md {
  width: 90%; }
  @media screen and (min-width: 768px) {
    .img-flex-md {
      width: 77.5%; } }
  @media screen and (min-width: 960px) {
    .img-flex-md {
      width: 65%; } }

.img-flex-lg {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .img-flex-lg {
      width: 90%; } }
  @media screen and (min-width: 960px) {
    .img-flex-lg {
      width: 80%; } }

.img-center {
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 768px) {
  .display-sm {
    display: none; } }

@media screen and (max-width: 767px) {
  .display-md {
    display: none; } }

@media screen and (max-width: 959px) {
  .display-lg {
    display: none; } }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.m-xs {
  margin: 0.5rem 0.5rem !important; }

.mt-xs {
  margin-top: 0.5rem !important; }

.mr-xs {
  margin-right: 0.5rem !important; }

.mb-xs {
  margin-bottom: 0.5rem !important; }

.ml-xs {
  margin-left: 0.5rem !important; }

.m-sm {
  margin: 1rem 1rem !important; }

.mt-sm {
  margin-top: 1rem !important; }

.mr-sm {
  margin-right: 1rem !important; }

.mb-sm {
  margin-bottom: 1rem !important; }

.ml-sm {
  margin-left: 1rem !important; }

.m-md {
  margin: 2rem 2rem !important; }

.mt-md {
  margin-top: 2rem !important; }

.mr-md {
  margin-right: 2rem !important; }

.mb-md {
  margin-bottom: 2rem !important; }

.ml-md {
  margin-left: 2rem !important; }

.m-lg {
  margin: 3rem 3rem !important; }

.mt-lg {
  margin-top: 3rem !important; }

.mr-lg {
  margin-right: 3rem !important; }

.mb-lg {
  margin-bottom: 3rem !important; }

.ml-lg {
  margin-left: 3rem !important; }

.m-xl {
  margin: 5rem 5rem !important; }

.mt-xl {
  margin-top: 5rem !important; }

.mr-xl {
  margin-right: 5rem !important; }

.mb-xl {
  margin-bottom: 5rem !important; }

.ml-xl {
  margin-left: 5rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.p-xs {
  padding: 0.5rem 0.5rem !important; }

.pt-xs {
  padding-top: 0.5rem !important; }

.pr-xs {
  padding-right: 0.5rem !important; }

.pb-xs {
  padding-bottom: 0.5rem !important; }

.pl-xs {
  padding-left: 0.5rem !important; }

.p-sm {
  padding: 1rem 1rem !important; }

.pt-sm {
  padding-top: 1rem !important; }

.pr-sm {
  padding-right: 1rem !important; }

.pb-sm {
  padding-bottom: 1rem !important; }

.pl-sm {
  padding-left: 1rem !important; }

.p-md {
  padding: 2rem 2rem !important; }

.pt-md {
  padding-top: 2rem !important; }

.pr-md {
  padding-right: 2rem !important; }

.pb-md {
  padding-bottom: 2rem !important; }

.pl-md {
  padding-left: 2rem !important; }

.p-lg {
  padding: 3rem 3rem !important; }

.pt-lg {
  padding-top: 3rem !important; }

.pr-lg {
  padding-right: 3rem !important; }

.pb-lg {
  padding-bottom: 3rem !important; }

.pl-lg {
  padding-left: 3rem !important; }

.p-xl {
  padding: 5rem 5rem !important; }

.pt-xl {
  padding-top: 5rem !important; }

.pr-xl {
  padding-right: 5rem !important; }

.pb-xl {
  padding-bottom: 5rem !important; }

.pl-xl {
  padding-left: 5rem !important; }

.button {
  max-width: 500px;
  margin: 0 auto 30px;
  text-align: center; }

.button a {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #333;
  color: #333;
  transition: all 0.3s ease 0s; }

.button-arrow a {
  padding-right: 3.2em; }
  .button-arrow a:after {
    color: #333;
    content: '\f054';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    line-height: 3.5em;
    position: absolute;
    right: 1em;
    top: 0;
    transition: all 0.3s ease 0s; }
  .button-arrow a:hover:after {
    right: 0.8em; }

.button .note {
  font-size: 0.8em;
  opacity: 0.7;
  padding-top: 0.5em; }

@keyframes pig-anime {
  0%, 40%, 60%, 80% {
    transform: scale(1); }
  50%, 70% {
    transform: scale(1.05); } }
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 10000;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  visibility: visible; }
  .loading.is-open {
    opacity: 0;
    visibility: hidden; }
  .loading.loading-home {
    transition: all 0.5s ease-in-out 0.2s;
    background: #009719; }

.loading-pig {
  width: 200px;
  height: 33px;
  transition: all 2s ease 0s;
  background: url(images/common/logo.svg) no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-position-y: 0;
  background-position-x: 0;
  animation: pig-anime  0.8s infinite; }
  @media screen and (min-width: 960px) {
    .loading-pig {
      width: 300px;
      height: 50px; } }

.home-movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  height: calc(80vh - 60px); }
  @media screen and (min-width: 768px) {
    .home-movie {
      height: 100vh;
      height: calc(100vh - 60px); } }

.home-videoBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #ebebeb url("../images/home/movie-background.jpg") no-repeat center center;
  background-size: cover; }

.home-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.home-textBox {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto; }
  .home-textBox .text {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 1em 0.5em;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 768px) {
      .home-textBox .text {
        font-size: 2.2rem; } }
    @media screen and (min-width: 960px) {
      .home-textBox .text {
        font-size: 3rem; } }

.home-service p {
  font-size: 0.75em;
  display: table;
  margin: 0 auto 0.5em; }
  @media screen and (min-width: 768px) {
    .home-service p {
      font-size: 0.9em; } }

.home-service-heading {
  text-align: center;
  margin: 0.5em 0 0.2em; }

.home-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .home-button a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .home-button a:after {
      color: #fff; }

.instagram-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.instagram-item {
  width: calc(100% / 3 - 2rem / 3);
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .instagram-item {
      width: calc(100% / 3 - 4rem / 3);
      margin-bottom: 2rem; } }
  @media screen and (min-width: 960px) {
    .instagram-item {
      width: calc(100% / 6 - 10rem / 6); } }

.instagram-card-img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 /1; }

.micropig-features-list > div {
  text-align: center; }
  .micropig-features-list > div > img {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .micropig-features-list > div > img {
        width: 90%; } }
    @media screen and (min-width: 960px) {
      .micropig-features-list > div > img {
        width: 80%; } }
  .micropig-features-list > div > p {
    display: inline-block;
    text-align: left; }
    @media screen and (min-width: 600px) {
      .micropig-features-list > div > p {
        padding: 0.5em 0; } }
    @media screen and (min-width: 768px) {
      .micropig-features-list > div > p {
        padding: 1em;
        font-size: 1.1em; } }
    @media screen and (min-width: 960px) {
      .micropig-features-list > div > p {
        padding: 1em 2em;
        font-size: 1.3em; } }

.cafe-slider {
  overflow: hidden; }

.flow-heading {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em; }
  @media screen and (max-width: 599px) {
    .flow-heading {
      font-size: 1.7rem; } }
  .flow-heading > span {
    display: block; }
  .flow-heading > .number {
    flex: 0 0 auto;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    line-height: 2.2em;
    text-align: center;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-family: Satisfy, Nothing You Could Do, Allura, serif; }
  .flow-heading > .text {
    flex: 0 1 auto;
    padding-left: 0.5em; }

.hotel-features-list > div {
  text-align: center; }
  .hotel-features-list > div > img {
    margin: 0 auto;
    border-radius: 50%; }
    @media screen and (min-width: 768px) {
      .hotel-features-list > div > img {
        width: 80%; } }
    @media screen and (min-width: 960px) {
      .hotel-features-list > div > img {
        width: 70%; } }
  .hotel-features-list > div > p {
    display: inline-block;
    text-align: left; }
    @media screen and (min-width: 600px) {
      .hotel-features-list > div > p {
        padding: 0.5em 0; } }
    @media screen and (min-width: 768px) {
      .hotel-features-list > div > p {
        padding: 1em;
        font-size: 1.1em; } }
    @media screen and (min-width: 960px) {
      .hotel-features-list > div > p {
        padding: 1em 2em;
        font-size: 1.3em; } }

.hotel-charges-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .hotel-charges-list dt {
    font-weight: bold;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 2px solid #333; }
  .hotel-charges-list dd {
    width: 100%;
    padding: 0 0 2rem; }
  @media screen and (min-width: 768px) {
    .hotel-charges-list dt {
      font-size: 1.2em;
      width: 50%;
      padding: 1rem 1rem 1rem 0; }
    .hotel-charges-list dd {
      font-size: 1.2em;
      width: 50%;
      padding: 1rem 0 1rem 1rem;
      border-bottom: 2px solid #009719; } }

.hotel-charges-addition {
  font-size: 0.8em; }
  @media screen and (min-width: 768px) {
    .hotel-charges-addition {
      font-size: 1em; } }

.care-table td {
  text-align: center; }

.care-table-regular, .care-table-plus, .care-table-max {
  width: 20%; }

.care-table-header {
  background-color: #faf6f0;
  color: #fff; }

.care-table-price {
  background-color: #009719; }
  .care-table-price td {
    font-size: 0.9em; }
    .care-table-price td span {
      font-size: 1.3em; }

.care-table-before {
  background-color: #fff; }
  .care-table-before .care-table-plan {
    color: #858585; }

.care-table-after {
  background-color: #b2e0ba; }
  .care-table-after .care-table-plan {
    color: #faf6f0; }

.fan-list {
  display: flex;
  flex-wrap: wrap; }
  .fan-list dt {
    width: 100%;
    padding: 2em 1em 0.5em;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .fan-list dt {
        padding: 2em 1em;
        width: 30%;
        border-bottom: 1px solid #d6d6d6; }
        .fan-list dt:last-of-type {
          border-bottom: none; } }
  .fan-list dd {
    width: 100%;
    padding: 0.5em 1em 2em;
    border-bottom: 1px solid #d6d6d6; }
    @media screen and (min-width: 768px) {
      .fan-list dd {
        padding: 2em 1em;
        width: 70%; } }
    .fan-list dd:last-of-type {
      border-bottom: none; }

.faq-question, .faq-answer {
  position: relative; }

.faq-question {
  background-color: #009719;
  padding: 1em 2.5em 1em 1em;
  font-weight: bold;
  transition: all 0.3s ease 0s; }
  @media screen and (min-width: 768px) {
    .faq-question {
      font-size: 1.8rem; } }
  @media screen and (min-width: 960px) {
    .faq-question {
      font-size: 2.2rem; } }
  .faq-question:hover {
    background-color: #faf6f0; }
  .faq-question:after {
    color: #333;
    content: '\f078';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 3.5em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.5em;
    transition: all 0.3s ease 0.4s; }
  .faq-question.is-active {
    background-color: #faf6f0; }
    .faq-question.is-active:after {
      transform: rotateZ(180deg); }

.faq-answer {
  background-color: #fff;
  padding: 1em; }
  @media screen and (min-width: 960px) {
    .faq-answer {
      padding: 2em;
      line-height: 2; } }
  .faq-answer + .faq-question {
    margin-top: 3rem; }

.company-list {
  display: flex;
  flex-wrap: wrap; }
  .company-list dt {
    width: 100%;
    padding: 2em 1em 0.5em;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .company-list dt {
        padding: 2em 1em;
        width: 30%;
        border-bottom: 1px solid #d6d6d6; }
        .company-list dt:last-of-type {
          border-bottom: none; } }
  .company-list dd {
    width: 100%;
    padding: 0.5em 1em 2em;
    border-bottom: 1px solid #d6d6d6; }
    @media screen and (min-width: 768px) {
      .company-list dd {
        padding: 2em 1em;
        width: 70%; } }
    .company-list dd:last-of-type {
      border-bottom: none; }

.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .contact-form dt {
    font-weight: bold;
    width: 100%;
    padding: 1rem 0; }
  .contact-form dd {
    width: 100%;
    padding: 0 0 2rem; }
  @media screen and (min-width: 768px) {
    .contact-form dt {
      width: 30%;
      padding: 1rem 1rem 1rem 0; }
    .contact-form dd {
      width: 70%;
      padding: 1rem 0 1rem 1rem; } }
  .contact-form .required {
    font-weight: normal;
    font-size: 0.8em;
    padding-left: 0.5em;
    color: #faf6f0; }

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"] {
  width: 100%; }
  .wpcf7-form input[type="text"].half,
  .wpcf7-form input[type="email"].half,
  .wpcf7-form input[type="url"].half,
  .wpcf7-form input[type="password"].half,
  .wpcf7-form input[type="number"].half,
  .wpcf7-form input[type="tel"].half {
    width: 50%; }
  .wpcf7-form input[type="text"].quarter,
  .wpcf7-form input[type="email"].quarter,
  .wpcf7-form input[type="url"].quarter,
  .wpcf7-form input[type="password"].quarter,
  .wpcf7-form input[type="number"].quarter,
  .wpcf7-form input[type="tel"].quarter {
    width: 25%; }
.wpcf7-form input[type="checkbox"], .wpcf7-form input[type="radio"] {
  display: none; }
  .wpcf7-form input[type="checkbox"] ~ .wpcf7-list-item-label, .wpcf7-form input[type="radio"] ~ .wpcf7-list-item-label {
    color: #999999;
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
    display: block; }
  .wpcf7-form input[type="checkbox"] ~ .wpcf7-list-item-label:before, .wpcf7-form input[type="radio"] ~ .wpcf7-list-item-label:before {
    content: "";
    background: #ebebeb;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 2.2rem;
    height: 2.2rem;
    transition: all 0.3s ease 0s; }
  .wpcf7-form input[type="checkbox"] ~ .wpcf7-list-item-label:after, .wpcf7-form input[type="radio"] ~ .wpcf7-list-item-label:after {
    font-weight: bold;
    color: #fff;
    position: absolute;
    transform: scale(0);
    transition: all 0.3s ease 0s; }
  .wpcf7-form input[type="checkbox"]:checked ~ .wpcf7-list-item-label, .wpcf7-form input[type="radio"]:checked ~ .wpcf7-list-item-label {
    color: #333; }
  .wpcf7-form input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before, .wpcf7-form input[type="radio"]:checked ~ .wpcf7-list-item-label:before {
    background: #faf6f0; }
  .wpcf7-form input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after, .wpcf7-form input[type="radio"]:checked ~ .wpcf7-list-item-label:after {
    transform: scale(1); }
.wpcf7-form input[type="checkbox"] ~ .wpcf7-list-item-label:before {
  border-radius: 5px; }
.wpcf7-form input[type="checkbox"] ~ .wpcf7-list-item-label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  top: 1rem;
  left: 0.3rem; }
.wpcf7-form input[type="radio"] ~ .wpcf7-list-item-label:before {
  border-radius: 50%; }
.wpcf7-form input[type="radio"] ~ .wpcf7-list-item-label:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0.6rem;
  margin: auto;
  background: #fff; }

.wpcf7-submit {
  width: 100%;
  position: relative;
  display: block;
  padding: 1em;
  border: 1px solid #333;
  color: #333;
  background-color: #fff;
  margin: 0 auto 1em;
  transition: all 0.3s ease 0s; }
  .wpcf7-submit:hover {
    background-color: #ebebeb; }
  @media screen and (min-width: 768px) {
    .wpcf7-submit {
      width: 80%; } }
  @media screen and (min-width: 960px) {
    .wpcf7-submit {
      width: 60%; } }

.grecaptcha-badge {
  visibility: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider-set-nav {
  overflow: hidden; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/plugin/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
