/*!
Theme Name: s_v-1.0.01
Theme URI: http://underscores.me/
Author: ICLD
Author URI: http://ic-design-lab.co.jp
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: s_v-1-0-01
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

s_v-1.0.01 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Elements
--------------------------------------------- */
/* reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* modaal
--------------------------------------------- */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan,  for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none; }

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1; }

.modaal-wrapper.modaal-start_fade {
  opacity: 0; }

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important; }

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }

.modaal-fullscreen .modaal-outer-wrapper {
  display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden; }

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: #fff; }

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #b93d0c; }

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0; }

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f; }

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline; }

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f; }

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }

.modaal-gallery-item img {
  display: block; }

.modaal-gallery-item.is_active {
  display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }

.modaal-gallery-label:focus {
  outline: 0; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default; }

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: 0;
  background: #fff; }

.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #afb7bc; }

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-gallery-control:after, .modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:after, .modaal-gallery-prev:before {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

.modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25); }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }

  .modaal-gallery-control:after, .modaal-gallery-control:before {
    background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* insta
--------------------------------------------- */
.top_hair_list_l {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  position: relative; }

.top_hair_list ul li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top_hair_list ul li:nth-child(1) {
  display: none; }

@media (max-width: 768px) {
  .top_hair_list ul li:nth-child(1) {
    display: block; }

  .top_hair_list ul li:nth-child(7) {
    display: none; } }
/* body
--------------------------------------------- */
@font-face {
  font-family: 'NotoSansJP-Regular';
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff"); }
@font-face {
  font-family: 'NotoSansJP-Medium';
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff"); }
@font-face {
  font-family: 'NotoSansJP-Bold';
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff"); }
@font-face {
  font-family: 'overpass-regular';
  font-weight: 400;
  src: url("../fonts/overpass-regular.woff") format("woff"); }
@font-face {
  font-family: 'overpass-bold';
  font-weight: 700;
  src: url("../fonts/overpass-bold.woff") format("woff"); }
@font-face {
  font-family: 'DancingScript-Regular';
  font-weight: 400;
  src: url("../fonts/DancingScript-Regular.woff") format("woff"); }
html {
  background-color: #fff; }

body {
  background-color: #fff;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #505050;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "NotoSansJP-Regular", sans-serif; }

body.open {
  overflow: hidden; }

header {
  background-color: #fff; }

img {
  width: 100%;
  vertical-align: bottom;
  height: auto; }

a:hover {
  opacity: .8;
  transition: .5s;
  transition: 0.5s; }

a {
  text-decoration: none;
  transition: .5s;
  transition: .5s;
  color: #505050; }

.galimage[src=""] {
  display: none; }

.d_fl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.sec_ttl_01 h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: 'overpass-regular', sans-serif;
  font-size: 28px;
  letter-spacing: 6px;
  line-height: 1.4; }

.sec_ttl_01 h2 span {
  display: block;
  font-size: 13px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  letter-spacing: 0.8rem; }

.sec_ttl_01 h3 {
  position: relative;
  bottom: 100px;
  z-index: 1;
  width: 70%;
  max-width: 500px;
  margin: 0 auto -100px;
  opacity: 0.7; }

.sec_ttl_01.scene h3 {
  max-width: 350px; }

.sec_ttl_01.yokohama h3 {
  max-width: 475px; }

.more_btn_01 {
  text-align: center;
  margin: 40px 0; }

.more_btn_01 a {
  display: inline-block;
  max-width: 300px;
  width: 70%;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
  color: #304a78;
  border: 1px solid #304a78;
  border-radius: 20px; }

.more_btn_01 a:hover {
  color: #fff;
  background: #304a78;
  opacity: 1; }

.sfaff_list_img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 140%; }

.vegas-slide,
.vegas-slide-inner {
  background-position: top center !important; }

.slick-next:before,
.slick-prev:before {
  color: #000; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.prof_label {
  text-align: center;
  font-size: 10px; }

@media only screen and (min-width: 901px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
@media only screen and (max-width: 900px) {
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block; } }
@media only screen and (max-width: 768px) {
  .sc_btn span {
    display: none;
    position: absolute;
    top: 0;
    left: 52%;
    width: 10px;
    height: 10px;
    margin-left: -12px;
    border-left: 1px solid #80c6cc;
    border-bottom: 1px solid #80c6cc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box; }

  .rec_02 {
    display: block; }

  .rec_02 li {
    width: 92%;
    margin: 20px 4%;
    text-align: center;
    position: relative; }

  .rec_02 li a {
    font-size: 10px;
    padding: 20px; }

  .sec_ttl_01 h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: 'overpass-regular', sans-serif;
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 1.4;
    margin: 20px auto 20px; }

  .sec_ttl_01 h3 {
    position: relative;
    bottom: 100px;
    z-index: 1;
    width: 70%;
    max-width: 250px;
    margin: 0 auto -80px;
    opacity: 0.7; }

  .slick-prev {
    left: 0;
    z-index: 10; }

  .slick-next {
    right: 0;
    z-index: 10; } }
#videobox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6); }

#fade {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1001; }

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 900px;
  width: 90%;
  z-index: 999;
  overflow: visible;
  transform: translate(-50%, -50%); }

#boxclose {
  position: fixed;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  z-index: 10000;
  border-radius: 50px;
  background: #00000080;
  overflow: hidden;
  border: 10px solid #000; }

.boxclose:after,
.boxclose:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff; }

.boxclose:before {
  transform: rotate(45deg); }

.boxclose:after {
  transform: rotate(-45deg); }

#fade:hover ~ #boxclose {
  display: none; }

.test:hover ~ .test2 {
  display: none; }

#videobox video {
  max-width: 900px;
  width: 100%;
  margin: auto; }

input[type=submit]:disabled {
  opacity: 0.9; }

area {
  cursor: pointer;
  outline: 0; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.grecaptcha-badge {
  display: none !important; }

.sub_sec_content.menu_content h2 {
  font-size: 15px;
  text-align: center;
  width: 90%;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .sub_sec_content.menu_content h2 {
      font-size: 14px; } }

.sub_sec_content.menu_content ul h3 {
  font-size: 18px;
  text-align: left;
  width: 100%;
  margin: 40px auto;
  font-weight: 600; }

.sub_sec_content.menu_content .qa_inquiry {
  width: 100%;
  font-size: 13px;
  text-align: center; }

.hd_inner {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  z-index: 1000; }

.home .hd_01 h1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 180px;
  margin: auto;
  padding: 10px;
  transform: unset;
  z-index: 100;
  mix-blend-mode: overlay; }

.hd_01 h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 160px;
  margin: auto;
  padding: 10px;
  transform: unset;
  z-index: 100;
  display: none; }

.hd_02 {
  position: absolute;
  top: 0;
  right: 0; }

.hd_02 ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  background: #fff;
  padding: 20px 10px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.hd_02 ul > li:nth-child(1) {
  background: #304a78;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.hd_02 ul > li:nth-child(3) span {
  height: 40%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(2px, -50%);
  border-left: 2px solid #e0e0e0;
  z-index: 1; }

.hd_02 ul > li:last-child {
  background: #80c6cc;
  width: 60px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.hd_02 ul > li p {
  padding: 20px; }

.hd_02 ul > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.hd_02 .hd_sub_menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 22px;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: .2s;
  -ms-transform: translate(0, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 14px; }

.hd_menu .hd_menu_nav a:hover {
  opacity: 0.5; }

.hd_menu .hd_menu_nav {
  width: 100%;
  margin: auto;
  transition: all 0.2s; }

.hd_menu.open .hd_menu_nav {
  display: block;
  z-index: 1000; }

.hd_menu_nav ul {
  width: 100%;
  margin: auto;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-sizing: border-box; }

.hd_menu.hd_menu_nav ul {
  display: table-cell; }

.hd_menu.open .hd_menu_nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transition-delay: .19s;
  transition-delay: 0.19s; }

.hd_menu .hd_menu_nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none; }

.hd_menu.open .hd_menu_nav ul li:nth-child(2) {
  -webkit-transition-delay: .29s;
  transition-delay: 0.29s; }

.hd_menu.open .hd_menu_nav ul li:nth-child(3) {
  -webkit-transition-delay: .39s;
  transition-delay: 0.39s; }

.hd_menu.open .hd_menu_nav ul li:nth-child(4) {
  -webkit-transition-delay: .49s;
  transition-delay: 0.49s; }

.hd_menu .hd_menu_nav a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  position: relative; }

.hd_menu.open {
  width: 100%;
  height: 100vh;
  float: left;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
  background: #80c6cc;
  overflow: scroll;
  visibility: visible; }

.hd_menu {
  width: 60px;
  display: flex;
  right: 0;
  top: 0;
  z-index: 0;
  visibility: hidden; }

.menu_bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 100%;
  margin: auto;
  padding: 0;
  float: left;
  z-index: 1001;
  -ms-transform: translate(0, 0);
  transform: translate(-50%, -50%);
  text-align: center; }

.menu_bar_logo {
  display: block;
  width: 40px;
  height: auto;
  margin: auto;
  padding: 0;
  top: 15px;
  right: 10px; }

.menu_bar_button01 {
  display: block;
  width: 40px;
  height: auto;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  background-color: #ffe900;
  bottom: 15px;
  left: 10px; }

.menu_bar_button01 span {
  line-height: 20px; }

.menu_bar_button_text01 {
  display: none; }

.sp_drawer_button {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
  text-align: center; }

.panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 30px;
  width: 100%;
  height: 2px;
  margin: -1px 0 0 -12px;
  background-color: #fff;
  transition: .2s;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center; }

.panel-btn-icon:after,
.panel-btn-icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: .3s;
  -ms-transform: translate(-50%, -50%);
  transform: translate(0, -50%);
  text-align: center; }

.panel-btn-icon:before {
  margin-top: -10px;
  opacity: 0; }

.panel-btn-icon:after {
  margin-top: 10px; }

.panel-btn-icon.close {
  background: 0 0; }

.panel-btn-icon.close:after,
.panel-btn-icon.close:before {
  margin-top: 0;
  width: 30px;
  opacity: 1; }

.panel-btn-icon.close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.panel-btn-icon.close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff; }

.pre-con-inner {
  max-width: 100px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 900px) {
  .hd_inner {
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(0, 0);
    z-index: 1000; }

  .hd_02 ul > li:last-child {
    background: #80c6cc;
    width: 60px;
    height: 60px;
    padding: 0; }

  .home .hd_01 h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 160px;
    margin: auto;
    padding: 10px;
    transform: unset; }

  .hd_01 h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 160px;
    margin: auto;
    padding: 10px;
    transform: unset; } }
@media only screen and (max-width: 768px) {
  .home .hd_01 h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100px;
    margin: auto;
    padding: 10px;
    transform: unset; }

  .hd_01 h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100px;
    margin: auto;
    padding: 10px;
    transform: unset; } }
@media only screen and (max-width: 450px) {
  .home .hd_01 h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    max-width: 80px;
    padding: 5px;
    transform: unset; }

  .hd_01 h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    max-width: 80px;
    padding: 5px;
    transform: unset; } }
@-moz-document url-prefix() {
  .hd_02 ul > li:nth-child(2) img {
    min-width: 85px; }

  .hd_02 ul > li:nth-child(3) img {
    min-width: 105px; } }
footer {
  background-color: #f2f2f2; }

.ft_inner {
  padding: 80px 0 0;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  align-items: baseline; }
  .ft_inner .copy p {
    text-align: center;
    font-size: 12px;
    padding: 80px 0 20px; }
    @media (max-width: 900px) {
      .ft_inner .copy p {
        font-size: 10px;
        padding: 40px 0 0px; } }

.ft_content {
  align-items: center; }

.ft_inner_l {
  width: 20%; }

.ft_inner_l h2 {
  max-width: 200px;
  width: 80%;
  margin: 0; }

.ft_inner_c {
  width: 26%; }

.ft_inner_c ul li {
  width: 50%;
  font-size: 13px;
  margin: 10px 0; }

.ft_inner_c ul li a {
  color: #505050; }

.ft_inner_r {
  width: 54%; }

.ft_inner_r ul {
  width: 100%; }

.ft_company_link {
  width: 100%;
  text-align: center; }

.ft_company_link a {
  display: inline-block;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  font-size: 14px;
  color: #304a78;
  background: #fff;
  border: 1px solid #304a78;
  box-sizing: border-box; }

.ft_company_link a:hover {
  color: #fff;
  background: #304a78;
  opacity: 1; }

.ft_inner_r ul > li:nth-child(1) {
  background: #304a78;
  color: #fff;
  width: 16%; }

.ft_inner_r ul > li {
  background: #fff;
  padding: 20px 5px;
  text-align: center;
  position: relative;
  width: 12%;
  box-sizing: border-box;
  font-size: 12px;
  display: inline-flex; }
  .ft_inner_r ul > li img {
    vertical-align: middle; }

.ft_inner_r ul > li p {
  padding: 10px; }

.ft_inner_r ul > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.ft_inner_r ul > li:nth-child(2) img {
  max-width: 75px;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.ft_inner_r ul > li:nth-child(3) img {
  max-width: 95px;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.ft_inner_r ul > li:nth-child(4) img {
  max-width: 85px;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.ft_inner_r ul > li:nth-child(5) img {
  max-width: 75px;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.ft_inner .ft_ban-01 {
  max-width: 500px;
  width: 50%;
  margin: 20px 0 0; }
  @media (max-width: 768px) {
    .ft_inner .ft_ban-01 {
      width: 90%;
      margin: 20px auto 0; } }

.ft_inner .ft_ban {
  width: 100%;
  margin: 30px auto 0;
  align-items: center;
  justify-content: space-between; }

.ft_inner .ft_ban a {
  display: block;
  width: 49%; }

@media only screen and (max-width: 900px) {
  .ft_content {
    display: block; }

  .ft_inner_l {
    width: 40%;
    margin: 20px auto; }

  .ft_inner_l h2 {
    max-width: 150px;
    width: 80%;
    margin: 0 auto; }

  .ft_inner_c {
    width: 80%;
    margin: 20px auto; }

  .ft_inner_c ul li {
    width: 50%;
    font-size: 13px;
    margin: 10px 0;
    text-align: center; }

  .ft_inner_c ul li a {
    color: #505050; }

  .ft_inner_r {
    width: 100%; }

  .ft_inner .ft_ban {
    width: 100%;
    margin: 30px auto 0;
    align-items: center;
    display: block; }

  .ft_inner .ft_ban a {
    display: block;
    width: 90%;
    margin: auto; }

  .next_info {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 20px auto; }

  .ft_inner {
    padding: 10px 0; }

  footer {
    background-color: #f2f2f2;
    margin-top: 0; }

  .ft_inner_r .fixed_ft {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    box-sizing: border-box; }

  .ft_inner_r ul li {
    width: 14.28571%;
    padding: 12px 5px; }

  .ft_inner_r ul > li:nth-child(2) {
    border-right: 1px solid #304a78;
    box-sizing: border-box; }

  .ft_inner_r ul > li:nth-child(3) {
    border-right: 1px solid #304a78;
    box-sizing: border-box; }

  .ft_inner_r ul > li:nth-child(3) img {
    max-width: 150px;
    width: 100%;
    height: 100%;
    margin: 0 auto; }

  .ft_inner_r ul > li:nth-child(4) {
    border-right: 1px solid #304a78;
    box-sizing: border-box; }

  .ft_inner_r ul > li:nth-child(5) {
    border-right: 1px solid #304a78;
    box-sizing: border-box; }

  .ft_inner_r ul > li:nth-child(6) {
    border-right: 1px solid #304a78;
    box-sizing: border-box; }

  .ft_inner_r ul > li:nth-child(7) {
    border-right: 1px solid #304a78;
    box-sizing: border-box; }

  .ft_inner_r ul > li:nth-child(2) img {
    max-width: 100px;
    width: 100%;
    height: 100%;
    margin: 0 auto; } }
@media (max-width: 900px) {
  .fixed_ft .ft_ban {
    margin: auto;
    box-sizing: border-box; }
    .fixed_ft .ft_ban .ft_ban-fl {
      margin: auto;
      margin-top: -2px;
      justify-content: space-between; }
      .fixed_ft .ft_ban .ft_ban-fl a {
        width: 100%; }
      .fixed_ft .ft_ban .ft_ban-fl .ft_ban_entry {
        width: 34.58%; }
      .fixed_ft .ft_ban .ft_ban-fl .ft_form_entry {
        width: calc(100% - 34.58%); } }
@media only screen and (max-width: 768px) {
  .ft_content {
    display: block; }

  .ft_inner_l {
    width: 40%;
    margin: 20px auto; }

  .ft_inner_l h2 {
    max-width: 150px;
    width: 80%;
    margin: 0 auto; }

  .ft_inner_c {
    width: 80%;
    margin: 20px auto; }

  .ft_inner_c ul li {
    width: 50%;
    font-size: 13px;
    margin: 10px 0;
    text-align: center; }

  .ft_inner_c ul li a {
    color: #505050; }

  .ft_inner_r {
    width: 100%; }

  .ft_inner .ft_ban {
    width: 100%;
    margin: 30px auto 0;
    align-items: center;
    display: block; }

  .ft_inner .ft_ban a {
    display: block;
    width: 90%;
    margin: 0 auto 20px; }

  .ft_inner .fixed_ft .ft_ban {
    margin: 0; }
    .ft_inner .fixed_ft .ft_ban a {
      width: 100%;
      margin: 0; }

  .next_info {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 20px auto; }

  .ft_inner {
    padding: 10px 0; }

  footer {
    background-color: #f2f2f2;
    margin-top: 0; }

  .ft_inner_r .fixed_ft {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    box-sizing: border-box; }

  .ft_inner_r ul > li:nth-child(2) {
    border-right: 1px solid #304a78;
    box-sizing: border-box; }

  .ft_inner_r ul > li:nth-child(3) {
    border-right: 1px solid #304a78;
    box-sizing: border-box; }

  .ft_inner_r ul > li:nth-child(3) img {
    max-width: 85px;
    width: 100%;
    margin: 0 auto; }

  .ft_inner_r ul > li:nth-child(4) img {
    max-width: 55px;
    width: 100%;
    margin: 0 auto; }

  .ft_inner_r ul > li:nth-child(5) img {
    max-width: 55px;
    width: 100%;
    margin: 0 auto; }

  .ft_inner_r ul > li:nth-child(6) img {
    max-width: 85px;
    width: 100%;
    margin: 0 auto; }

  .ft_inner_r ul > li:nth-child(2) img {
    max-width: 55px;
    width: 100%;
    margin: 0 auto; } }
.pagination {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: center; }
  @media (max-width: 768px) {
    .pagination {
      width: 100%; } }
  .pagination .pages {
    display: none; }
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    font-size: 14px;
    color: #2F354F;
    font-weight: 500;
    letter-spacing: 0.04em;
    border: 1px solid #707070;
    background: #fff;
    padding: 4px 10px;
    margin: 5px; }
    .pagination .wp-pagenavi a:hover,
    .pagination .wp-pagenavi span:hover {
      opacity: 1;
      background: #D5D5D5;
      font-weight: 500;
      border: 1px solid #D5D5D5; }
  .pagination .wp-pagenavi span.current {
    font-weight: 500;
    background: #D5D5D5;
    border: 1px solid #D5D5D5; }
  .pagination .wp-pagenavi a.nextpostslink, .pagination .wp-pagenavi a.previouspostslink {
    color: #fff;
    background: #919191;
    border: 1px solid #919191; }
    .pagination .wp-pagenavi a.nextpostslink:hover, .pagination .wp-pagenavi a.previouspostslink:hover {
      color: #fff;
      background: #919191;
      border: 1px solid #919191; }

.breadcrumbs {
  max-width: 1000px;
  width: 90%;
  margin: 30px auto;
  font-size: 12px; }

.breadcrumbs a {
  font-size: 12px;
  color: #505050;
  text-decoration: underline; }

.subpage_hd {
  background-image: url(../assets/img/top_rec_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.subpage_hd_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto; }

.subpege_hd_ttl {
  text-align: center;
  font-size: 28px;
  color: #fff;
  letter-spacing: 5px; }
  .subpege_hd_ttl .main_ttl {
    text-align: center;
    text-transform: capitalize; }

.subpage_hd_or {
  padding: 200px 0 100px;
  background-color: rgba(0, 0, 0, 0.5); }

.sub_ttl {
  display: block;
  font-size: 13px; }

@media only screen and (max-width: 1200px) {
  .subpage_hd {
    background-image: url(../assets/img/top_rec_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local; } }
@media only screen and (max-width: 900px) {
  .subpege_hd_ttl {
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 5px; }

  .subpage_hd_or {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.5); } }
@media only screen and (max-width: 768px) {
  .subpage_hd_or {
    padding: 100px 0 50px;
    background-color: rgba(0, 0, 0, 0.5); } }
.subpage-page_wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 40px auto 140px; }
  @media (max-width: 900px) {
    .subpage-page_wrapper {
      margin: 40px auto 80px; } }
  .subpage-page_wrapper .subpage-inn-01 h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
  .subpage-page_wrapper .subpage-inn-01 h3 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 6px;
    border-left: 6px solid #000;
    border-bottom: 1px solid #000; }
  .subpage-page_wrapper .subpage-inn-01 p,
  .subpage-page_wrapper .subpage-inn-01 span,
  .subpage-page_wrapper .subpage-inn-01 a {
    font-size: 14px;
    margin: 30px auto; }
    @media (max-width: 900px) {
      .subpage-page_wrapper .subpage-inn-01 p,
      .subpage-page_wrapper .subpage-inn-01 span,
      .subpage-page_wrapper .subpage-inn-01 a {
        font-size: 12px;
        margin: 20px auto; } }
  .subpage-page_wrapper .subpage-inn-01 center {
    font-size: 14px;
    text-align: center;
    margin: 30px auto; }
    @media (max-width: 900px) {
      .subpage-page_wrapper .subpage-inn-01 center {
        font-size: 12px;
        margin: 20px auto; } }
  .subpage-page_wrapper .subpage-inn-01 strong,
  .subpage-page_wrapper .subpage-inn-01 blockquote {
    font-size: 14px;
    font-weight: bold; }
    @media (max-width: 900px) {
      .subpage-page_wrapper .subpage-inn-01 strong,
      .subpage-page_wrapper .subpage-inn-01 blockquote {
        font-size: 12px; } }
  .subpage-page_wrapper .subpage-inn-01 em {
    font-style: italic;
    font-size: 14px; }
    @media (max-width: 900px) {
      .subpage-page_wrapper .subpage-inn-01 em {
        font-size: 12px; } }
  .subpage-page_wrapper .subpage-inn-01 ul,
  .subpage-page_wrapper .subpage-inn-01 ol {
    margin: 30px 0; }
    @media (max-width: 900px) {
      .subpage-page_wrapper .subpage-inn-01 ul,
      .subpage-page_wrapper .subpage-inn-01 ol {
        margin: 20px auto; } }
    .subpage-page_wrapper .subpage-inn-01 ul li,
    .subpage-page_wrapper .subpage-inn-01 ol li {
      font-size: 14px;
      padding: 5px 0; }
      @media (max-width: 900px) {
        .subpage-page_wrapper .subpage-inn-01 ul li,
        .subpage-page_wrapper .subpage-inn-01 ol li {
          font-size: 12px; } }
  .subpage-page_wrapper .subpage-inn-01 dl dt,
  .subpage-page_wrapper .subpage-inn-01 dl dd {
    font-size: 14px; }
    @media (max-width: 900px) {
      .subpage-page_wrapper .subpage-inn-01 dl dt,
      .subpage-page_wrapper .subpage-inn-01 dl dd {
        font-size: 12px; } }
  .subpage-page_wrapper .subpage-inn-01 dl dt {
    font-weight: bold;
    margin: 30px 0 5px; }
  .subpage-page_wrapper .subpage-inn-01 table {
    width: 100%;
    margin: 30px 0; }
    @media (max-width: 900px) {
      .subpage-page_wrapper .subpage-inn-01 table {
        margin: 20px auto; } }
    .subpage-page_wrapper .subpage-inn-01 table th,
    .subpage-page_wrapper .subpage-inn-01 table td {
      font-size: 14px;
      padding: 5px;
      box-sizing: border-box;
      min-width: 100px;
      vertical-align: middle;
      border: 1px solid #000; }
      @media (max-width: 900px) {
        .subpage-page_wrapper .subpage-inn-01 table th,
        .subpage-page_wrapper .subpage-inn-01 table td {
          font-size: 12px; } }

.error-404 {
  max-width: 1000px;
  width: 90%;
  margin: 200px auto; }
  .error-404 .not-found_icon {
    max-width: 200px;
    width: 80%;
    margin: auto; }
  .error-404 .page-content h1 {
    font-size: 5em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.1em; }
  .error-404 .page-content h2 {
    font-size: 1.2em;
    text-align: center; }
  .error-404 .page-content p {
    text-align: center;
    color: #666;
    line-height: 1.5;
    font-size: 0.9em;
    padding-top: 40px; }

/*# sourceMappingURL=style.min.css.map */
