@charset "UTF-8";
/*
Theme Name: ナビプロ for WP
Description: WordPressテンプレート「ナビプロ」
Version: 1.0.0
Author: ナビプロ
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*, :after, :before {
  box-sizing: inherit;
}

* {
  font-size: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace;
}

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*# sourceMappingURL=sanitize.min.css.map */
/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Fonts Setting
//------------------------------------------------
*/
.alpha {
  font-family: "Orbitron", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /* 300, 500, 700 */
  font-weight: 400;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #000;
  font-size: 1.6rem;
  overflow: hidden;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

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

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a img {
  -webkit-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.wide {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.min {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.micro {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

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

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

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.fwb {
  font-weight: 700;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap.low {
  padding-bottom: 36.25%;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.scpd {
  padding: 6em 0;
}

p {
  text-align: justify;
  text-justify: distribute;
}

table {
  width: 100%;
  background: #fff;
}

.content-left {
  float: left;
}

.content-right {
  float: right;
}

.easingWrap .easingFade {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.on {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::before, .easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  -webkit-transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #fff;
}
.easingWrap .easingImg.on::before, .easingWrap .easingImg.on::after {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

@keyframes scrollOpen_r {
  0% {
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(-15deg) translateX(-160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes scrollOpen_l {
  0% {
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(15deg) translateX(160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
/*-----------------------------------------------------------------
 Loading
----------------------------------------------------------------- */
body .l-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9000;
}
body .l-transition::after {
  content: "";
  display: block;
  height: 200vh;
  width: 200vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #b3a79b;
  transform: translate(0, 0);
}
body.is-loading .l-transition::after {
  transform: translate(0, 0);
}
body.is-loaded .l-transition::after {
  animation: transition-fadein 0.8s linear 0s 1 both;
}
body.is-leave .l-transition::after {
  animation: transition-fadeout 0.8s linear 0.5s 1 both;
}
body .l-transition .transition-wrap {
  position: relative;
  z-index: 9999;
  height: 100%;
  width: 100%;
}
body .l-transition .transition-logo {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  min-width: 89.4rem;
}
body .l-transition .transition-logo img {
  width: 100%;
}
body.is-loaded .l-transition .transition-logo {
  animation: logo-fadein 1s linear 0s 1 both;
}
body.is-leave .l-transition .transition-logo {
  animation: logo-fadeout 1s linear 0.5s 1 both;
}
body .l-transition .transition-anime {
  position: relative;
  margin: 8rem auto 0 auto;
  width: 6.7rem;
  height: 6.7rem;
}
body.is-loading .l-transition .transition-anime, body.is-leave .l-transition .transition-anime {
  opacity: 1;
  transition: opacity 0.5s linear;
}
body.is-loaded .l-transition .transition-anime {
  opacity: 0;
}
body .l-transition .transition-anime-logo {
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .l-transition .transition-anime-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-loading .l-transition .transition-anime-img img {
  animation: loadingimg 0.5s linear infinite;
}

@keyframes transition-fadein {
  0% {
    transform: skewX(0) translate(0, 0);
  }
  10% {
    transform: skewX(-10deg) translate(10%, 0);
  }
  80% {
    transform: skewX(-5deg) translate(80%, 0);
  }
  100% {
    transform: skewX(0) translate(100%, 0);
  }
}
@keyframes transition-fadeout {
  0% {
    transform: skewX(0) translate(-100%, 0);
  }
  10% {
    transform: skewX(-10deg) translate(-90%, 0);
  }
  80% {
    transform: skewX(-5deg) translate(-20%, 0);
  }
  100% {
    transform: skewX(0) translate(0, 0);
  }
}
@keyframes logo-fadein {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo-fadeout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingimg {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 896px) {
  body .l-transition .transition-logo {
    width: 90%;
    min-width: inherit;
  }
}
@media screen and (max-width: 480px) {
  body .l-transition .transition-anime {
    width: 10rem;
    height: 10rem;
    margin-top: 3.8rem;
  }
  body .l-transition .transition-anime-logo {
    width: 5rem;
  }
}
/*
//------------------------------------------------
//	Moadules Setting
//------------------------------------------------
*/
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  padding: 80px 0 20px 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
#modal .modal-box {
  height: 100%;
  overflow: auto;
}
#modal .modal-box .logo {
  padding: 0 10% 2.5em 10%;
  text-align: center;
}
#modal .modal-box .logo img {
  max-width: 200px;
}
#modal .modal-box .btns ul {
  list-style: none;
  text-align: center;
}
#modal .modal-box .btns ul li {
  display: inline-block;
  width: 250px;
  padding: 5px;
  text-align: center;
  background: #0ba29d;
  border-radius: 3px;
  margin-bottom: 0.5em;
}
#modal .modal-box .btns ul li i {
  margin-right: 8px;
}
#modal .modal-box .btns ul li a {
  color: #fff;
}
#modal .modal-box .sns {
  text-align: center;
  margin-top: 1.5em;
}
#modal .modal-box .sns a {
  display: inline-block;
  margin: 0 0.5em;
  width: 60px;
}
#modal .modal-box nav ul {
  list-style: none;
}
#modal .modal-box nav ul li a {
  display: block;
  padding: 16px 27px 15px 24px;
  font-size: 1.8rem;
  line-height: 24px;
  border-bottom: 1px solid #0ba29d;
  letter-spacing: 0.07em;
  position: relative;
}
#modal .modal-box nav ul li a::after {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "";
  color: #0ba29d;
  font-size: 1.2rem;
}
#modal .modal-box nav ul li ul {
  border-bottom: 1px solid #0ba29d;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#modal .modal-box nav ul li ul li a {
  padding: 0.5em 0.5em 0.5em 2.5em;
  border-bottom: none;
  font-size: 1.6rem;
}

body.opened #modal {
  z-index: 2000;
  display: block;
  opacity: 1;
  transform: scale(1);
}

body.opened #modal {
  -webkit-animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

body.closed #modal {
  -webkit-animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes modal-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modal-closed {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#nav-btn {
  display: none;
}

#top {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#top .inner {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#top .top-flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#top .top-flex .logo {
  width: 197px;
}
#top .top-flex .nav {
  width: calc(100% - 197px);
  max-width: 570px;
  text-align: right;
}
#top .top-flex .nav .top .flex {
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-left: 15px;
  font-size: 0;
}
#top .top-flex .nav .top .flex li {
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
}
#top .top-flex .nav .top .flex li:not(:first-child) {
  margin-left: 1em;
}
#top .top-flex .nav .top .flex li a {
  display: inline-block;
  padding: 5px 1.5em;
  color: #fff;
  background: #b3a79b;
  border-radius: 25px;
}
#top .top-flex .nav .top .flex li a:hover {
  background: #0ba29d;
}
#top .top-flex .nav .top .flex li a i {
  margin-right: 8px;
}
#top .top-flex .nav .bottom .flex {
  border-bottom: #d0d0d0 1px solid;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#top .top-flex .nav .bottom .flex li a {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 1em;
  letter-spacing: 0.07em;
  border-bottom: transparent 3px solid;
}
#top .top-flex .nav .bottom .flex li a:hover {
  border-color: #0ba29d;
}
#top .top-flex .nav .bottom .flex li.menu-item-has-children {
  position: relative;
}
#top .top-flex .nav .bottom .flex li.menu-item-has-children a {
  position: relative;
}
#top .top-flex .nav .bottom .flex li.menu-item-has-children a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  display: block;
  text-align: center;
  color: #b3a79b;
  font-family: "Font Awesome 5 Free", fontawesome;
  content: "";
  font-weight: 900;
}
#top .top-flex .nav .bottom .flex li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  perspective: 400px;
  padding-top: 1em;
}
#top .top-flex .nav .bottom .flex li ul li {
  width: 250px;
  text-align: left;
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: 0.3s;
  margin-bottom: 1px;
}
#top .top-flex .nav .bottom .flex li ul li a {
  padding: 0.5em 1em;
  background: rgba(255, 255, 255, 0.75);
}
#top .top-flex .nav .bottom .flex li ul li a::after {
  display: none !important;
}
#top .top-flex .nav .bottom .flex li ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#top .top-flex .nav .bottom .flex li ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#top .top-flex .nav .bottom .flex li ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#top .top-flex .nav .bottom .flex li ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#top .top-flex .nav .bottom .flex li ul li:nth-child(6) {
  transition-delay: 0.5s;
}
#top .top-flex .nav .bottom .flex li ul li:nth-child(7) {
  transition-delay: 0.6s;
}
#top .top-flex .nav .bottom .flex li ul li:nth-child(8) {
  transition-delay: 0.7s;
}
#top .top-flex .nav .bottom .flex li ul li:hover a {
  background: #b3a79b;
}
#top .top-flex .nav .bottom .flex li:hover ul {
  visibility: visible;
}
#top .top-flex .nav .bottom .flex li:hover li {
  transform: rotateY(0);
}
#top.is_fixed {
  background: rgba(255, 255, 255, 0.85) !important;
}
#top.is_fixed .inner {
  max-width: 95%;
}
#top.is_fixed .top-flex .nav .top .flex li {
  color: #000;
}
#top.is_fixed .top-flex .nav .bottom .flex {
  border-color: #000;
}
#top.is_fixed .top-flex .nav .bottom .flex li a {
  color: #000;
}

#subpage #top {
  background: rgba(255, 255, 255, 0);
}
#subpage #top .inner {
  max-width: 95%;
}
#subpage #top .top-flex .nav .top .flex li {
  color: #000;
}
#subpage #top .top-flex .nav .bottom .flex {
  border-bottom: #000 1px solid;
}
#subpage #top .top-flex .nav .bottom .flex li a {
  color: #000;
}
#subpage.on-page {
  padding-top: 0;
}

.btn {
  font-size: 1.4rem;
  min-width: 265px;
  height: 51px;
  line-height: 51px;
  box-sizing: border-box;
  background: #b3a79b;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.btn::after {
  content: "";
  background: #0ba29d;
  position: absolute;
  z-index: 0;
  border-radius: 5px;
}
.btn::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  transition: all 0.5s;
}
.btn span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.btn span::after {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 32px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg) translateY(-50%);
  display: block;
  content: "";
}
.btn:hover::after {
  width: 100%;
}
.btn:hover span::after {
  border-color: #fff;
}

.btn-more {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.4;
  text-align: right;
  color: #0ba29d;
  position: relative;
  box-sizing: border-box;
  padding-right: 106px;
}
.btn-more span {
  display: inline-block;
  position: relative;
  text-align: left;
}
.btn-more span::after {
  display: block;
  width: 106px;
  height: 6px;
  border-bottom: 1px solid #0ba29d;
  border-right: 1px solid #0ba29d;
  transform: skew(45deg);
  content: "";
  position: absolute;
  left: 105%;
  bottom: 5px;
}
.btn-more:hover span::after {
  -webkit-animation: btn-slide 0.8s;
  animation: btn-slide 0.8s;
}

@keyframes btn-slide {
  0% {
    width: 0;
  }
  100% {
    width: 106px;
  }
}
@keyframes btn-slide2 {
  0% {
    width: 0;
  }
  100% {
    width: 135px;
  }
}
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#hero .inner {
  height: 100%;
}
#hero .c-top-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
#hero .c-top-scroll .c-top-scroll__img {
  position: relative;
  height: 8.5rem;
}
#hero .c-top-scroll .c-top-scroll__img img {
  width: 53px;
  margin-top: -20px;
}
#hero .c-top-scroll .c-top-scroll__img::after {
  animation: scrl 1.5s linear 1s forwards infinite;
  position: absolute;
  content: "";
  display: block;
  top: 2.2rem;
  left: 50%;
  height: 0;
  width: 1px;
  transform: translateX(-50%);
  z-index: 4;
  background-color: #fff;
}
#hero .box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#hero .box .ttl {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  transition: all 1.5s;
  text-align: center;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 2em;
  background: rgba(0, 0, 0, 0.5);
}
#hero .box .ttl.visible {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#hero .box .ttl p {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}
#hero .box .ttl p.big {
  font-size: 2.4rem;
  margin-bottom: 0;
}
#hero .box .ttl .hero-txt {
  font-size: 4.8rem;
  font-weight: 700;
  color: #0ba29d;
  text-align: center;
  margin-bottom: 0.5em;
}
#hero .box .ttl a {
  line-height: 1;
  background: #b3a79b;
  color: #fff;
  display: inline-block;
  padding: 8px 3em;
  font-size: 1.4rem;
  border-radius: 25px;
}

@keyframes scrl {
  0% {
    height: 0;
    top: 2.2rem;
  }
  50% {
    height: 6rem;
    top: 2.2rem;
  }
  100% {
    height: 0;
    top: 8.5rem;
  }
}
/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.sec-header {
  margin-bottom: 3.5em;
}
.sec-header .sec-ttl {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  color: #80776f;
  padding-left: 1.5em;
}
.sec-header .sec-ttl::before {
  width: 4px;
  height: 30px;
  background: #000;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
}
.sec-header .sec-ttl::after {
  width: 4px;
  height: 20px;
  background: #0ba29d;
  content: "";
  position: absolute;
  top: 15px;
  left: 7px;
}
.sec-header .sec-ttl span {
  display: inline-block;
  font-weight: 400;
  font-size: 2.4rem;
  color: #000;
  letter-spacing: 0.07em;
}
.sec-header.centered {
  text-align: center;
}

.sec-header-2 {
  margin-bottom: 3.5em;
}
.sec-header-2 .sec-ttl {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.07em;
}
.sec-header-2 .sec-ttl::before {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #000;
  top: 25px;
  right: -45px;
  content: "";
}
.sec-header-2 .sec-ttl::after {
  position: absolute;
  width: 20px;
  height: 4px;
  background: #0ba29d;
  top: 33px;
  right: -35px;
  content: "";
}
.sec-header-2 .sec-ttl .color {
  color: #0ba29d;
}
.sec-header-2 .sec-ttl em {
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /* 300, 500, 700 */
  font-weight: 700;
  font-style: normal;
}
.sec-header-2 .sec-ttl em .color {
  color: #80776f;
}

.md-news .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-news .flex .item {
  width: 31.6%;
  margin-right: 2.6%;
  box-shadow: rgba(153, 153, 153, 0.5) 0 5px 9px;
  margin-bottom: 2.5em;
}
.md-news .flex .item:nth-child(3n) {
  margin-right: 0;
}
.md-news .flex .item .thumb {
  border-bottom: #0ba29d 4px solid;
  overflow: hidden;
}
.md-news .flex .item .thumb a:hover img {
  transform: scale(1.2);
}
.md-news .flex .item .txt {
  padding: 2em;
}
.md-news .flex .item .txt time {
  display: inline-block;
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 1em;
}
.md-news .flex .item .txt time i {
  margin-right: 8px;
  color: #0ba29d;
}
.md-news .flex .item .txt .cat {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  background: #0ba29d;
  color: #fff;
  margin-left: 1em;
  font-size: 1.1rem;
  border-radius: 3px;
}
.md-news .flex .item .txt .ttl {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1em;
}
.md-news .flex .item .txt .excerpt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 1em;
}
.md-news .to-archive {
  text-align: center;
  margin-top: 3em;
}

#index-blog {
  background: #f8f8f8;
}

#index-about {
  background: url(images/paralax.png) no-repeat left top;
  padding-bottom: 10em;
}
#index-about .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#index-about .flex .left {
  width: 46.5%;
}
#index-about .flex .left .sub {
  font-size: 2rem;
  margin-bottom: 1em;
}
#index-about .flex .right {
  width: 46.5%;
  position: relative;
}
#index-about .flex .right a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#index-about .flex .right a::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
#index-about .flex .right a span {
  position: absolute;
  width: 94px;
  height: 94px;
  left: 50%;
  top: 50%;
  z-index: 99;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  margin-top: -30px;
  margin-left: -30px;
  line-height: 94px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #b3a79b;
}
#index-about .flex .right a span::after {
  position: absolute;
  content: "";
  left: -9px;
  top: -9px;
  right: -9px;
  bottom: -9px;
  border-radius: 50px;
  border: 1px dashed #ffffff;
}
#index-about .flex .right a span i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94px;
  height: 94px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
#index-about .flex .right a span i svg {
  width: 35px;
  height: 30px;
}
#index-about .flex .right a span i svg path {
  fill: #fff;
}
#index-about .flex .right a span i::before, #index-about .flex .right a span i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94px;
  height: 94px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
#index-about .flex .right a span i::before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
#index-about .flex .right a span i::after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.divider {
  position: relative;
  background: url(images/divider_bg.jpg) no-repeat 50% 50% fixed;
  text-align: center;
}
.divider::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.divider .logo {
  text-align: center;
  margin-bottom: 1em;
}
.divider .logo img {
  max-width: 197px;
}
.divider .phone {
  font-weight: 700;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 0.5em;
  text-shadow: #000 1px 1px 0;
}
.divider .phone a {
  color: #fff;
}
.divider .divider-btn {
  display: inline-block;
  padding: 8px 2em;
  color: #fff;
  background: #b3a79b;
  border-radius: 25px;
  font-size: 1.4rem;
  line-height: 1;
}
.divider .divider-btn i {
  margin-right: 8px;
}
.divider .divider-btn:hover {
  background: #0ba29d;
}
.divider.divider-about {
  background-image: url(images/img_divider_about.jpg);
}

#overview .md-imgs {
  margin-top: 3.5em;
}
#overview .md-imgs .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#overview .md-imgs .flex .item {
  width: 48%;
  margin-bottom: 2em;
}

.sec-body .lead {
  text-align: center;
  font-size: 1.4rem;
}

.md-recommended {
  width: 100%;
  height: 100%;
  position: relative;
}
.md-recommended .row-items {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  z-index: 2;
}
.md-recommended .row-items .row-item {
  width: 25%;
  height: 400px;
  box-sizing: border-box;
  border-right: #fff 1px solid;
}
.md-recommended .row-items .row-item:nth-child(4n) {
  border-right: none;
}
.md-recommended .row-items .row-item:nth-child(1), .md-recommended .row-items .row-item:nth-child(2), .md-recommended .row-items .row-item:nth-child(3), .md-recommended .row-items .row-item:nth-child(4) {
  border-bottom: #fff 1px solid;
}
.md-recommended .row-items .row-item .row-item-info {
  padding: 1.5em 0 3.5em 0;
  text-align: center;
  position: relative;
}
.md-recommended .row-items .row-item .row-item-info::before {
  -webkit-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #b3a79b;
}
.md-recommended .row-items .row-item .row-item-info p {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}
.md-recommended .row-items .row-item .row-item-info a {
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  padding: 8px 1em;
  box-sizing: border-box;
  width: 209px;
  text-align: center;
  border-radius: 5px;
  background: #80776f;
  position: relative;
}
.md-recommended .row-items .row-item .row-item-info a:hover {
  background: #0ba29d;
}
.md-recommended .row-items .row-item.current-item .row-item-info::before {
  height: 100%;
}
.md-recommended .gallery-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.md-recommended .gallery-items::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.md-recommended .gallery-items .gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all ease 0.7s;
  -ms-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
}
.md-recommended .gallery-items .gallery-item.current-item {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.md-recommended .gallery-items #recommended-item-0 {
  background-image: url(images/img_recommended_sppkg.jpg);
}
.md-recommended .gallery-items #recommended-item-1 {
  background-image: url(images/hero_dsp_pkg.jpg);
}
.md-recommended .gallery-items #recommended-item-2 {
  background-image: url(images/img_recommended_subwoofer.jpg);
}
.md-recommended .gallery-items #recommended-item-3 {
  background-image: url(images/recommended-item-3.jpg);
}
.md-recommended .gallery-items #recommended-item-4 {
  background-image: url(images/img_hero_poweramplifer.jpg);
}
.md-recommended .gallery-items #recommended-item-5 {
  background-image: url(images/img_recommended_3way.jpg);
}
.md-recommended .gallery-items #recommended-item-6 {
  background-image: url(images/img_recommended_etc.jpg);
}
.md-recommended .gallery-items #recommended-item-7 {
  background-image: url(images/recommended-item-7.jpg);
}

#index-recommended {
  padding-bottom: 0;
}

#index-access .gmap {
  padding-bottom: 78.25%;
}

.md-access {
  position: relative;
}
.md-access .wide {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
}
.md-access .wide .box {
  padding: 2em 2.5em;
  background: #fff;
  width: 630px;
}
.md-access .wide .box .sec-header {
  margin-bottom: 1.5em;
}
.md-access .wide .box .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 1.5em;
}
.md-access .wide .box .flex .logo {
  width: 197px;
}
.md-access .wide .box .flex .txt {
  width: calc(100% - 240px);
}
.md-access .wide .box .flex .txt p {
  line-height: 1.6;
}
.md-access .gmap-wrapper {
  float: right;
  width: 50%;
}

.md-sns .flex {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  list-style: none;
}
.md-sns .flex li {
  margin: 0 1em;
}
.md-sns .flex li a:hover img {
  opacity: 0.75;
}

.md-banner .flex {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  list-style: none;
}
.md-banner .flex li {
  margin: 0 0.5em;
}
.md-banner .flex li a:hover img {
  opacity: 0.75;
}

#index-access {
  background: url(images/img_index_access_bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  /*.md-access{
  	margin-bottom: 10em;
  }
  .md-sns{
  	margin-bottom: 5em;
  }*/
}
#index-access::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
}

#index-sns .md-sns {
  margin-bottom: 5em;
}

#site-footer {
  background: url(images/bg_footer.jpg) no-repeat center center;
  background-size: cover;
}
#site-footer .inner .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#site-footer .inner .flex .logo {
  width: 197px;
}
#site-footer .inner .flex .navs {
  width: calc(100% - 340px);
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.4rem;
}
#site-footer .inner .flex .navs a:hover {
  text-decoration: underline;
}
#site-footer .address {
  background: #000;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5em;
}
#site-footer .address address {
  font-style: normal;
}

#contents.page #main {
  padding: 6em 0;
}

#sub-hero {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub-hero .inner {
  height: 100%;
  position: relative;
}
#sub-hero .header-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  width: 100%;
  color: #fff;
  text-shadow: #000 0 0 5px;
  letter-spacing: 0.07em;
}
#sub-hero .header-box .sub-ttl {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
#sub-hero .header-box .page-ttl {
  font-size: 3.2rem;
}
#sub-hero #previous,
#sub-hero #next {
  display: block;
  position: absolute;
  bottom: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #0ba29d;
  color: #fff;
  cursor: pointer;
}
#sub-hero #previous:hover,
#sub-hero #next:hover {
  background: #80776f;
}
#sub-hero #previous {
  right: 46px;
}
#sub-hero #next {
  right: 0;
}
#sub-hero .vegas-timer {
  height: 3px;
}
#sub-hero .vegas-timer .vegas-timer-progress {
  background: #0ba29d;
}

.md-content-default .ttl {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.5em;
}
.md-content-default p {
  margin-bottom: 2em;
  line-height: 2;
}
.md-content-default p.mgb5em {
  margin-bottom: 5em;
}
.md-content-default p span {
  font-weight: bold;
  font-size: 2rem;
  display: block;
  text-align: right;
}
.md-content-default p img {
  display: block;
  margin-left: 1.5em;
  border-radius: 50%;
}
.md-content-default .box-list {
  background: #F5F5F5;
  margin-bottom: 1.5em;
  padding: 3.5em 2.5em;
}
.md-content-default .box-list .box-ttl {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}
.md-content-default .box-list p {
  line-height: 2.5;
  text-align: center;
  margin-bottom: 0;
}
.md-content-default ol {
  list-style: none;
  counter-reset: item;
}
.md-content-default ol li {
  position: relative;
  padding-left: 2.8em;
}
.md-content-default ol li:not(:last-child) {
  margin-bottom: 1.5em;
}
.md-content-default ol li::before {
  position: absolute;
  left: 0;
  top: 2px;
  counter-increment: item;
  content: counter(item);
  line-height: 1;
  padding: 3px 7px;
  border-radius: 3px;
  border: #0ba29d 1px solid;
  background: #0ba29d;
  color: #fff;
}

.wide-header {
  width: 100%;
  height: 580px;
  overflow: hidden;
  position: relative;
  margin-bottom: 6em;
}
.wide-header .txt-content {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.wide-header .txt-content .caption {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.wide-header .txt-content .caption .wide-ttl {
  font-size: 2.6rem;
  margin-bottom: 15px;
}
.wide-header .txt-content .caption .name {
  font-size: 2rem;
}
.wide-header .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.divider.high {
  width: 100%;
  height: 520px;
  overflow: hidden;
  position: relative;
  margin-bottom: 6em;
}
.divider.high .txt-content {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.divider.high .txt-content .ttl-box {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.divider.high .txt-content .ttl-box .ttl {
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  text-shadow: #000 0 0 5px;
  letter-spacing: 0.07em;
}
.divider.high .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.styled-tbl {
  width: 100%;
  border-spacing: 0;
}
.styled-tbl th,
.styled-tbl td {
  text-align: left;
  padding: 1.5em;
}
.styled-tbl th {
  border-bottom: solid 2px #0ba29d;
  min-width: 200px;
}
.styled-tbl td {
  border-bottom: solid 2px #ddd;
}
.styled-tbl dl {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.styled-tbl dl dt {
  width: 7em;
}
.styled-tbl dl dd {
  width: calc(100% - 7em);
}

#overview {
  margin-bottom: 6em;
}

#location-access .gmap {
  padding-bottom: 24.25%;
}

#subpage {
  padding-top: 130px;
}
#subpage.is-type-page {
  padding-top: 0;
}

.eyecatch {
  margin-bottom: 1.5em;
}

.md-filter {
  box-sizing: border-box;
  margin-bottom: 3em;
  position: relative;
  border: #d0d0d0 1px solid;
}
.md-filter .item {
  text-align: left;
  padding: 3rem 4rem;
  width: 50%;
}
.md-filter .item .select {
  width: 100%;
}
.md-filter .item .select > div {
  display: table-cell;
  vertical-align: middle;
}
.md-filter .item .select .form-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
  border: solid 1px #EDEDED;
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.7;
}
.md-filter .item .select .form-select .label {
  color: #7E7E7E;
  position: absolute;
  padding: 1rem 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-filter .item .select .form-select:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  display: block;
  content: "";
  font-family: "Font Awesome 5 Free", fontawesome;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  margin-top: -0.4rem;
  color: #80776f;
}
.md-filter .item .select .form-select select {
  display: block;
  width: 100%;
  height: 4rem;
  margin: 0;
  padding: 0 1rem;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.md-filter .item .select__ttl {
  width: 10rem;
}

#location-access {
  margin-bottom: 6em;
}

.md-flow .item {
  padding: 3em 0;
  position: relative;
}
.md-flow .item::before {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  background: #0ba29d;
  top: 50px;
  left: 34px;
  z-index: 0;
}
.md-flow .item:first-child {
  padding-top: 0;
}
.md-flow .item:last-child {
  padding-bottom: 0;
}
.md-flow .item:last-child::before {
  display: none;
}
.md-flow .item .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.md-flow .item .flex .icon {
  width: 70px;
}
.md-flow .item .flex .icon span {
  display: block;
  width: 70px;
  height: 70px;
  background: #0ba29d;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-top: 15px;
}
.md-flow .item .flex .icon span small {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}
.md-flow .item .flex .txt {
  width: calc(100% - 100px);
  padding-top: 0.5em;
}
.md-flow .item .flex .txt .ttl {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.md-flow .item .flex .txt .num {
  font-size: 3.2rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.md-flow .item .flex .txt .num a {
  color: #0ba29d;
  font-weight: bold;
}
.md-flow .item .flex .txt .img-flow {
  margin-top: 2.5em;
}

#contactform table {
  margin-bottom: 3em;
}
#contactform table th,
#contactform table td {
  vertical-align: top;
}
#contactform table th {
  width: 250px;
}
#contactform input[type=text], #contactform input[type=email] {
  padding: 10px;
  border: #d0d0d0 1px solid;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
#contactform input[type=email]:first-child {
  margin-bottom: 5px;
}
#contactform textarea {
  padding: 10px;
  border: #d0d0d0 1px solid;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
#contactform .buttons {
  text-align: center;
}
#contactform .req {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
  background: #0ba29d;
  margin-left: 8px;
}

.contact-head {
  padding: 3em 2em;
  border: #f0f0f0 2px solid;
  text-align: center;
  margin-bottom: 5em;
  font-weight: bold;
  line-height: 1.2;
}
.contact-head .top {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.contact-head .top span {
  color: #333333;
  font-size: 2rem;
}
.contact-head .bottom {
  font-size: 48px;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
}
.contact-head .notice {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1.2em;
}

.btn-contact {
  display: inline-block;
  background: #80776f;
  color: #fff;
  font-size: 2rem;
  padding: 0 2em;
  height: 58px;
  line-height: 58px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  border-radius: 5px;
}
.btn-contact:hover {
  background: #0ba29d;
}

@keyframes box-slide {
  0% {
    top: 0px;
    left: 0px;
  }
  100% {
    top: 7px;
    left: 7px;
  }
}
#contents.single {
  padding: 6em 0;
  background: #F2F2F2;
}
#contents.single .post-box {
  padding: 3.5em;
  background: #fff;
}

.single-header {
  padding: 15px 30px;
  font-weight: 300;
  margin-bottom: 1.5rem;
  border-left: 3px solid #0ba29d;
}
.single-header .cat {
  margin-bottom: 0.5em;
}
.single-header .cat a {
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 0;
  background-color: #0ba29d;
  color: #fff;
  font-size: 1.2rem;
}
.single-header .single-ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 500;
}
.single-header .single-time {
  color: #1c1d1e;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.single-header .meta {
  margin-top: 10px;
  font-size: 1.4rem;
}
.single-header .meta span {
  display: inline-block;
  margin-right: 1em;
}
.single-header .meta span i {
  margin-right: 8px;
  color: #0ba29d;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 3em;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #b3a79b;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #0ba29d;
  font-weight: bold;
}

.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 1.5em 0;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry p {
  clear: both;
}
.sentry h2 {
  font-size: 2.2rem;
  position: relative;
  font-weight: 500;
}
.sentry h2::before {
  margin-bottom: 0.5em;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0ba29d, #0ba29d);
}
.sentry h2::after {
  margin-top: 0.5em;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0ba29d, #0ba29d);
}
.sentry h3 {
  padding: 0.5em;
  background: #f0f0f0;
  font-size: 2.1rem;
  font-weight: 500;
}
.sentry h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
.sentry p.text-right {
  text-align: right;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #0ba29d;
  font-size: 6rem;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "";
  text-decoration: none;
  font-weight: 900;
}
.sentry ul {
  padding: 1.2em;
  list-style: none;
  border: #665e4d 1px dashed;
}
.sentry ul li {
  padding-left: 1.8rem;
  position: relative;
}
.sentry ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 1rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #665e4d;
  border-radius: 50%;
}
.sentry ol {
  list-style: none;
  counter-reset: item;
}
.sentry ol li {
  position: relative;
  padding-left: 2.8em;
  margin-bottom: 1em !important;
}
.sentry ol li::before {
  position: absolute;
  left: 0;
  top: 2px;
  counter-increment: item;
  content: counter(item);
  line-height: 1;
  padding: 3px 7px;
  border-radius: 3px;
  border: #0ba29d 1px solid;
  background: #0ba29d;
  color: #fff;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #f2f2f2;
}
.sentry table.responsive {
  border-bottom: #d0d0d0 1px solid;
  display: block;
  box-sizing: border-box;
}
.sentry table.responsive tbody,
.sentry table.responsive tr,
.sentry table.responsive th,
.sentry table.responsive td {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
}
.sentry table.responsive th,
.sentry table.responsive td {
  border-bottom: none;
}
.sentry img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dl dd {
  padding-left: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}

.md-styled-list .list-ttl {
  padding: 1em;
  background: #000;
  color: #fff;
  text-align: center;
}
.md-styled-list ul {
  list-style: none;
  border-left: #d0d0d0 1px solid;
  border-right: #d0d0d0 1px solid;
  background: #fff;
}
.md-styled-list ul li {
  box-sizing: border-box;
  padding: 1.5em;
  border-bottom: #d0d0d0 1px solid;
  text-align: center;
  position: relative;
  z-index: 0;
}
.md-styled-list ul li::after {
  display: block;
  text-align: center;
  content: "+";
  font-size: 3rem;
  font-weight: bold;
  color: #0ba29d;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  line-height: 1;
  z-index: 2;
}
.md-styled-list ul li:nth-last-child(1)::after, .md-styled-list ul li:nth-last-child(2)::after {
  display: none;
}
.md-styled-list ul li.last {
  background: #D4EEED;
}

#sec-lead {
  padding-bottom: 5em;
}

#sec-plan {
  background: #f8f8f8;
}

.md-product .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-product .flex .item {
  width: 24%;
}
.md-product .flex .item .thumb {
  border: #d0d0d0 1px solid;
  border-bottom: none;
}
.md-product .flex .item .thumb img {
  width: 100%;
}
.md-product .flex .item .ttl {
  color: #fff;
  background: #000;
  padding: 1em;
  text-align: center;
}
.md-product .flex .item .ttl span {
  display: block;
  font-size: 1.2rem;
}
.md-product .flex .item .excerpt {
  text-align: center;
  padding: 1em;
  border: #d0d0d0 1px solid;
  border-top: none;
  font-size: 1.4rem;
}
.md-product .flex .item .price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1em;
  border: #d0d0d0 1px solid;
  border-top: none;
}
.md-product .flex .item .price em {
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin-left: 8px;
}
.md-product.centered .flex {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.md-product.centered .flex .item {
  width: 48%;
  margin: 0.35em 1%;
}
.md-product.cols3 .flex {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.md-product.cols3 .flex .item {
  width: 32%;
  margin: 0.35em 0.5%;
}

.marker-lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3.5em;
}

.md-gallery .main-img {
  border: #d0d0d0 1px solid;
  margin-bottom: 1em;
  margin-left: 5px;
  margin-right: 5px;
}
.md-gallery .thumb-img .item {
  border: #d0d0d0 5px solid;
  margin: 0 5px;
}
.md-gallery .thumb-img .item.slick-current {
  border-color: #0ba29d;
}

.prd-notice {
  margin-bottom: 6em;
}
.prd-notice .box {
  padding: 2.5em;
  background: #f8f8f8;
  border: #d0d0d0 1px solid;
}
.prd-notice .box p {
  text-align: center;
}
.prd-notice.centered .box p {
  text-align: center;
}
.prd-notice.light .box {
  border: #0ba29d 1px solid;
  background: #D4EEED;
}
.prd-notice.mgb2em {
  margin-bottom: 2em;
}
.prd-notice.mgb5em {
  margin-bottom: 5em;
}

.banner-line {
  margin-top: 3.5em;
}

@media (max-width: 1170px) {
  .inner,
.wide,
.min {
    max-width: 90%;
  }

  #subpage {
    padding-top: 0;
  }

  #nav-btn {
    display: block;
  }

  .hamburger {
    width: 50px;
    height: 50px;
    outline: none;
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    border: none;
    box-sizing: border-box;
    border: #0ba29d 1px solid;
    border-radius: 5px;
  }
  .hamburger .bdr {
    position: absolute;
    left: 0;
    width: 28px;
    transform: translateX(10px);
    height: 2px;
    border-radius: 2px;
    background: #0ba29d;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .hamburger .bdr:nth-child(1) {
    top: 13px;
  }
  .hamburger .bdr:nth-child(2) {
    top: 18px;
  }
  .hamburger .bdr:nth-child(3) {
    bottom: 22px;
  }
  .hamburger .txt {
    font-size: 1rem;
    color: #0ba29d;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
  }
  .hamburger.is-active .bdr:nth-child(1) {
    transform: translateY(10px) rotate(-30deg) translateX(12px);
  }
  .hamburger.is-active .bdr:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .bdr:nth-child(3) {
    transform: translateY(-13px) rotate(30deg) translateX(12px);
  }

  .scpd {
    padding: 3em 0;
  }

  #top {
    height: 60px;
    line-height: 60px;
    padding: 0;
  }
  #top .inner {
    max-width: 95%;
  }
  #top .top-flex .logo {
    width: 150px;
  }
  #top .top-flex .nav {
    display: none;
  }

  .md-recommended .row-items .row-item {
    height: 250px;
  }
  .md-recommended .row-items .row-item .row-item-info {
    padding: 1.5em 1em;
  }

  #contents.page #main {
    padding: 3em 0;
  }
}
.for-sp {
  display: none;
}

@media (max-width: 812px) {
  #index-about {
    padding-bottom: 5em;
  }
  #index-about .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-about .flex .left,
#index-about .flex .right {
    width: 100%;
  }
  #index-about .flex .left {
    margin-bottom: 2.5em;
  }
  #index-about .flex .right {
    text-align: center;
  }

  .md-recommended .row-items .row-item .row-item-info {
    font-size: 1.6rem;
  }
  .md-recommended .row-items .row-item .row-item-info a {
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    font-size: 1.2rem;
  }

  .md-access .wide {
    position: inherit;
    top: inherit;
    transform: none;
    left: inherit;
    right: inherit;
    margin-bottom: 1em;
  }
  .md-access .wide .box {
    width: 100%;
    box-sizing: border-box;
  }
  .md-access .gmap-wrapper {
    float: none;
    width: 90%;
    margin: auto;
  }

  #index-access .md-access {
    margin-bottom: 5em;
  }

  .md-banner .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-banner .flex li {
    width: 100%;
    text-align: center;
  }
  .md-banner .flex li:not(:last-child) {
    margin-bottom: 1em;
  }

  #site-footer .inner .flex {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #site-footer .inner .flex .navs {
    display: none;
  }

  .divider {
    background-attachment: inherit;
    background-size: cover;
    background-position: center center;
  }

  .single-header {
    padding: 0 0 0 15px;
  }
  .single-header .single-ttl {
    font-size: 1.8rem;
  }
  .single-header .meta {
    font-size: 1rem;
  }

  .sentry {
    font-size: 1.6rem;
  }
  .sentry h2, .sentry h3, .sentry h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .for-sp {
    display: block;
  }

  #top .top-flex {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  #hero .box .ttl p {
    font-size: 1.5rem;
  }
  #hero .box .ttl .hero-txt {
    font-size: 2.4rem;
  }
  #hero .box .ttl a {
    font-size: 1.4rem;
  }

  .md-news .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-news .flex .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .md-news .to-archive {
    margin-top: 1.5em;
  }

  .sec-header {
    margin-bottom: 1.75em;
  }

  .sec-header-2 {
    margin-bottom: 1.75em;
  }
  .sec-header-2 .sec-ttl {
    font-size: 2.4rem;
  }
  .sec-header-2 .sec-ttl::before {
    top: 15px;
  }
  .sec-header-2 .sec-ttl::after {
    top: 23px;
  }

  .inner.mgb4em {
    margin-bottom: 2em;
  }

  .md-recommended .row-items .row-item {
    width: 50%;
    height: 180px;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
  }
  .md-recommended .row-items .row-item:nth-child(2n) {
    border-right: none;
  }
  .md-recommended .row-items .row-item:nth-last-child(1), .md-recommended .row-items .row-item:nth-last-child(2) {
    border-bottom: none;
  }

  .md-access .wide .box {
    padding: 1em 1.25em;
  }
  .md-access .wide .box .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-access .wide .box .flex .logo,
.md-access .wide .box .flex .txt {
    width: 100%;
  }
  .md-access .wide .box .flex .logo {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .md-access .wide .box .flex .logo img {
    max-width: 150px;
  }
  .md-access .wide .box .flex .txt {
    font-size: 1.6rem;
  }
  .md-access .wide .box .flex .txt p {
    text-align: center;
  }

  #sub-hero {
    height: 350px;
  }

  #index-recommended {
    padding-top: 0;
  }

  #home #index-recommended {
    padding-top: 3em;
  }

  .divider.high {
    height: 250px;
    margin-bottom: 3em;
  }

  .styled-tbl {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .styled-tbl tbody,
.styled-tbl tr,
.styled-tbl th,
.styled-tbl td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .styled-tbl th,
.styled-tbl td {
    padding-left: 0;
    padding-right: 0;
  }

  #location-access .gmap {
    padding-bottom: 56.25%;
  }

  .md-content-default .ttl {
    font-size: 2rem;
  }
  .md-content-default p {
    font-size: 1.6rem;
  }

  #sub-hero .header-box .sub-ttl {
    font-size: 1.4rem;
  }
  #sub-hero .header-box .page-ttl {
    font-size: 2.4rem;
  }

  #sec-lead {
    padding-bottom: 2.5em;
  }

  .md-styled-list ul li {
    font-size: 1.6rem;
  }

  .md-product .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-product .flex .item {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .md-product .flex .item:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .md-product.centered .flex .item {
    width: 100%;
  }
  .md-product.cols3 .flex .item {
    width: 100%;
  }

  .prd-notice .box {
    padding: 1.25em;
  }
  .prd-notice .box p {
    font-size: 1.6rem;
  }

  #contents.single {
    padding: 6em 0 3em 0;
  }
  #contents.single .post-box {
    padding: 1em;
  }

  .md-filter .table {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .md-filter .table .th,
.md-filter .table .td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .md-filter .table .th {
    font-size: 1.6rem;
  }
  .md-filter .item {
    padding: 1.5rem 2rem;
  }
  .md-filter .item:first-child {
    padding-bottom: 0;
  }

  .contact-head {
    padding: 1.5em 1em;
    margin-bottom: 2.5em;
  }
  .contact-head .bottom {
    font-size: 3.2rem;
  }

  .md-content-default p img {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }

  .md-flow .item {
    padding: 1.5em 0;
  }
  .md-flow .item::before {
    left: 25px;
  }
  .md-flow .item .flex .icon {
    width: 50px;
  }
  .md-flow .item .flex .icon span {
    width: 50px;
    height: 50px;
    font-size: 2rem;
    padding-top: 9px;
  }
  .md-flow .item .flex .txt {
    width: calc(100% - 70px);
  }
  .md-flow .item .flex .txt .ttl {
    font-size: 2rem;
  }
  .md-flow .item .flex .txt .excerpt {
    font-size: 1.6rem;
  }
  .md-flow .item .flex .txt .num {
    font-size: 3rem;
  }

  #location-access {
    margin-bottom: 3em;
  }

  .for-pc {
    display: none;
  }

  #hero {
    height: 70vh;
  }

  #overview {
    margin-bottom: 3em;
  }
  #overview .md-imgs .flex .item {
    width: 100%;
    margin-bottom: 0.8em;
  }
}

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