@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://use.typekit.net/ewa8uhv.css");
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
}
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h2 {
  font-size: 42px;
  font-family: "Prata", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
a {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
i,
img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  a {
    font-size: 14px;
  }
}
.mt-xs {
  margin-top: 10px;
}
.mt-sm {
  margin-top: 20px;
}
.mt-md {
  margin-top: 40px;
}
.mt-lg {
  margin-top: 60px;
}
.mb-xs {
  margin-bottom: 10px !important;
}
.mb-sm {
  margin-bottom: 20px;
}
.mb-sm-s {
  margin-bottom: 30px;
}
.mb-md {
  margin-bottom: 40px;
}
.mb-lg {
  margin-bottom: 60px;
}
.mb-no {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .show-tab {
    display: none;
  }
}
@media (max-width: 991px) {
  .show-tab {
    display: block;
  }
}
@media (min-width: 768px) {
  .show-pc {
    display: block;
  }
  .show-mb {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-pc {
    display: none;
  }
  .show-mb {
    display: block !important;
  }
}
img.fit {
  width: 100%;
}
span.p-orange {
  color: #ff8900;
}
/* --------------------------------------------------------------------------

Elements

-------------------------------------------------------------------------- */
.container {
  padding-left: 300px;
  padding-right: 300px;
}
.single-page .container {
  margin-right: 80px;
  margin-left: 80px;
}
@media (max-width: 1699px) {
  .container {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (max-width: 1399px) {
  .container {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .single-page .container {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-link-button {
  text-align: right;
  margin-top: 10px;
}
.page-link-button a {
  font-size: 14px;
  position: relative;
  padding-left: 39px;
}
.page-link-button a:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-link-button a:hover {
  color: #aaa;
  padding-left: 9px;
}
.page-link-button a:hover:after {
  width: 0;
}

@media (max-width: 575px) {
  .page-link-button a {
    font-size: 12px;
  }
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}

/* --------------------------------------------------------------------------

List

-------------------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  padding-left: 25px;
}
ol li {
  font-size: 14px;
  line-height: 1.3;
  padding: 2px 0;
}

/* --------------------------------------------------------------------------

Animation

-------------------------------------------------------------------------- */

/*Effect*/
.effect-up {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0 !important;
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, -webkit-transform 1.3s;
  -o-transition: transform 1.3s, opacity 1.3s;
  transition: transform 1.3s, opacity 1.3s;
  transition: transform 1.3s, opacity 1.3s, -webkit-transform 1.3s;
}
.effect-up-frame {
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.effect-scale {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0 !important;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.effect-fade {
  opacity: 0 !important;
  -webkit-transition: opacity 2.6s, -webkit-transform 2.6s;
  transition: opacity 2.6s, -webkit-transform 2.6s;
  -o-transition: transform 2.6s, opacity 2.6s;
  transition: transform 2.6s, opacity 2.6s;
  transition: transform 2.6s, opacity 2.6s, -webkit-transform 2.6s;
}
.effect-blur {
  opacity: 0;
  filter: blur(20px);
}
.effect-blur.is-shown {
  opacity: 1;
  filter: blur(0px);
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: opacity, filter, transform, -webkit-filter,
    -webkit-transform;
}
.effect-up.is-shown,
.effect-up-frame.is-shown,
.effect-scale.is-shown {
  -webkit-transform: none;
  transform: none;
  opacity: 1 !important;
}
.effect-fade.is-shown {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .effect-up {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}

/*Delay*/
.dl-2 {
  transition-delay: 0.2s;
}
.dl-3 {
  transition-delay: 0.3s;
}
.dl-4 {
  transition-delay: 0.4s;
}
.dl-5 {
  transition-delay: 0.5s;
}
.dl-6 {
  transition-delay: 0.6s;
}
.dl-8 {
  transition-delay: 0.8s;
}
.dl-10 {
  transition-delay: 1s;
}

/* --------------------------------------------------------------------------

Home

-------------------------------------------------------------------------- */
h2 {
  font-size: 35px;
  font-weight: normal;
}
h2 span {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 15px;
  letter-spacing: 0px;
}
.home-main-img {
  margin-left: 300px;
  background-image: url(../images/home/home-main.jpg);
  height: 650px;
  background-position: center;
  background-size: cover;
}
.home-consept {
  background-color: #101010;
  margin-top: -60px;
  margin-left: 120px;
  padding: 40px;
  width: 700px;
  margin-bottom: 100px;
}
.home-consept h2 {
  font-size: 33px;
  margin-bottom: 20px;
}
.home-consept p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 20px;
}
.home-consept-link {
  text-align: right;
}
.home-consept a {
  font-size: 14px;
  position: relative;
  padding-left: 39px;
}
.home-consept a:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-consept a:hover {
  color: #aaa;
  padding-left: 10px;
}
.home-consept a:hover:after {
  width: 0;
}
.home-news {
  margin-bottom: 100px;
}
.home-news h2 {
  margin-bottom: 40px;
}
.home-news .news-box:nth-child(4) {
  display: none;
}
.home-event {
  margin-bottom: 100px;
}
.home-event h2 {
  margin-bottom: 40px;
}
.home-event .news-box:nth-child(4) {
  display: none;
}
.home-order {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-order h2 {
  margin-bottom: 20px;
}
.home-order-img {
  content: "";
  background-image: url(../images/home/home-order.jpg);
  background-position: 50% 80%;
  background-size: cover;
  flex-basis: 50%;
  height: 340px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-order-img:hover {
  opacity: 0.7;
}
.home-order-img a {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.home-order-text {
  flex-basis: 50%;
}
.home-order-text-box {
  padding-left: 60px;
  padding-right: 300px;
}
.home-order-text p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 20px;
}
.home-lesson {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.home-lesson h2 {
  margin-bottom: 20px;
}
.home-lesson-img {
  content: "";
  background-image: url(../images/home/home-lesson.jpg);
  background-position: 50% 80%;
  background-size: cover;
  flex-basis: 50%;
  height: 340px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-lesson-img:hover {
  opacity: 0.7;
}
.home-lesson-img a {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.home-lesson-text {
  flex-basis: 50%;
}
.home-lesson-text-box {
  padding-right: 60px;
  padding-left: 300px;
}
.home-lesson-text p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 20px;
}
.home-mechanic {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-mechanic h2 {
  margin-bottom: 20px;
}
.home-mechanic-img {
  content: "";
  background-image: url(../images/home/home-mechanic.jpg);
  background-position: 50% 80%;
  background-size: cover;
  flex-basis: 50%;
  height: 340px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-mechanic-img:hover {
  opacity: 0.7;
}
.home-mechanic-img a {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.home-mechanic-text {
  flex-basis: 50%;
}
.home-mechanic-text-box {
  padding-left: 60px;
  padding-right: 300px;
}
.home-mechanic-text p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 20px;
}
.home-fitting {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.home-fitting h2 {
  margin-bottom: 20px;
}
.home-fitting-img {
  content: "";
  background-image: url(../images/home/home-fitting.jpg);
  background-position: 50% 80%;
  background-size: cover;
  flex-basis: 50%;
  height: 340px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-fitting-img:hover {
  opacity: 0.7;
}
.home-fitting-img a {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.home-fitting-text {
  flex-basis: 50%;
}
.home-fitting-text-box {
  padding-right: 60px;
  padding-left: 300px;
}
.home-fitting-text p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 20px;
}
.home-banner {
  margin-bottom: 100px;
}
.home-banner .container {
  display: flex;
  align-items: center;
}
.home-banner .home-banner-box {
  flex-basis: 50%;
  height: 320px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.home-banner .home-banner-box.banner-fitting {
  background-image: url(../images/home/home-fitting.jpg);
  margin-right: 15px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-banner .home-banner-box.banner-fitness {
  background-image: url(../images/home/home-lesson.jpg);
  margin-left: 15px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-banner .home-banner-box.banner-fitting:hover {
  background-image: url(../images/home/home-fitting-hover.jpg);
}
.home-banner .home-banner-box.banner-fitness:hover {
  background-image: url(../images/home/home-lesson-hover.jpg);
}
.home-banner .home-banner-box a {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.2))
  );
  background: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.2)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
}
.home-banner .home-banner-box h2 {
  text-align: center;
  font-size: 28px;
  margin: 0 auto;
}
.home-banner .home-banner-box h2 span {
  display: block;
}
.home-banner:after {
  content: "";
  background-color: #101010;
  width: 100%;
  height: 320px;
  display: block;
  margin-top: -240px;
}
.home-product {
  margin-bottom: 100px;
}
.home-product h2 {
  margin-bottom: 40px;
}
@media (max-width: 1699px) {
  .home-order-text-box {
    padding-right: 200px;
  }
  .home-lesson-text-box {
    padding-left: 200px;
  }
  .home-mechanic-text-box {
    padding-right: 200px;
  }
  .home-fitting-text-box {
    padding-left: 200px;
  }
}
@media (max-width: 1399px) {
  .home-order-text-box {
    padding-right: 140px;
  }
  .home-lesson-text-box {
    padding-left: 140px;
  }
  .home-mechanic-text-box {
    padding-right: 140px;
  }
  .home-fitting-text-box {
    padding-left: 140px;
  }
}
@media (max-width: 1199px) {
  .home-order-text-box {
    padding-right: 80px;
  }
  .home-order-img {
    height: 280px;
  }
  .home-lesson-text-box {
    padding-left: 80px;
  }
  .home-lesson-img {
    height: 280px;
  }
  .home-mechanic-text-box {
    padding-right: 80px;
  }
  .home-mechanic-img {
    height: 280px;
  }
  .home-fitting-text-box {
    padding-left: 80px;
  }
  .home-fitting-img {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .home-order-text-box {
    padding-right: 60px;
  }
  .home-lesson-text-box {
    padding-left: 60px;
  }
  .home-mechanic-text-box {
    padding-right: 60px;
  }
  .home-fitting-text-box {
    padding-left: 60px;
  }
  .home-main-img {
    margin-left: 250px;
  }
  .home-consept {
    margin-left: 30px;
    width: 600px;
    margin-bottom: 80px;
  }
  .home-news {
    margin-bottom: 60px;
  }
  .home-event {
    margin-bottom: 80px;
  }
  .home-order-img {
    height: 250px;
  }
  .home-order-text-box {
    padding-left: 40px;
  }
  .home-lesson-img {
    height: 250px;
  }
  .home-lesson-text-box {
    padding-right: 40px;
  }
  .home-mechanic-img {
    height: 250px;
  }
  .home-mechanic-text-box {
    padding-left: 40px;
  }
  .home-fitting-img {
    height: 250px;
  }
  .home-fitting-text-box {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .home-order {
    margin-bottom: 0;
    display: block;
  }
  .home-order-text-box {
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    margin-bottom: 50px;
  }
  .home-order-img {
    height: 250px;
    flex-basis: 100%;
    width: 100%;
    background-position: 50% 85%;
    margin-bottom: 30px;
  }
  .home-lesson {
    margin-bottom: 0;
    display: block;
  }
  .home-lesson-text-box {
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    margin-bottom: 50px;
  }
  .home-lesson-img {
    height: 250px;
    flex-basis: 100%;
    width: 100%;
    background-position: 50% 50%;
    margin-bottom: 30px;
  }
  .home-mechanic {
    margin-bottom: 0;
    display: block;
  }
  .home-mechanic-text-box {
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    margin-bottom: 50px;
  }
  .home-mechanic-img {
    height: 250px;
    flex-basis: 100%;
    width: 100%;
    background-position: 50% 50%;
    margin-bottom: 30px;
  }
  .home-fitting {
    margin-bottom: 0;
    display: block;
  }
  .home-fitting-text-box {
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    margin-bottom: 50px;
  }
  .home-fitting-img {
    height: 250px;
    flex-basis: 100%;
    width: 100%;
    background-position: 50% 50%;
    margin-bottom: 30px;
  }
  .home-consept {
    width: auto;
    margin-left: 0;
    padding: 0 30px;
    background: none;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .home-main-img {
    margin-left: 0;
    height: 90vh;
  }
  .home-banner {
    margin-bottom: 80px;
  }
  .home-product {
    margin-bottom: 80px;
  }
  .home-banner .home-banner-box.banner-fitting {
    margin-right: 10px;
  }
  .home-banner .home-banner-box.banner-fitness {
    margin-left: 10px;
  }
  .home-banner .container {
    flex-direction: column;
  }
  .home-banner .home-banner-box.banner-fitting {
    margin: 0;
    margin-bottom: 20px;
  }
  .home-banner .home-banner-box.banner-fitness {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .home-news h2 {
    font-size: 28px;
  }
  .home-event h2 {
    font-size: 28px;
  }
  .home-order h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .home-lesson h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .home-mechanic h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .home-fitting h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .home-product h2 {
    font-size: 28px;
  }
  h2 span {
    font-size: 11px;
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .home-consept {
    padding: 0 15px;
  }
  .home-consept h2 {
    font-size: 30px;
  }
  .home-consept p {
    font-size: 12px;
  }
  .home-consept a {
    font-size: 12px;
  }
  .home-order-text p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .home-order-text-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-lesson-text p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .home-lesson-text-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-mechanic-text p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .home-mechanic-text-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-fitting-text p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .home-fitting-text-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-banner .home-banner-box {
    height: 250px;
  }
}
/* --------------------------------------------------------------------------

Secondary-Page

-------------------------------------------------------------------------- */
.sub-page-main {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.sub-page-main h1 {
  display: block;
  flex-basis: 23%;
  padding-left: 300px;
  font-size: 30px;
  font-family: "Prata", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: left;
}
.sub-page-main h1 span {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  margin-top: 10px;
}
.sub-main-img {
  flex-basis: 77%;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.page-news .sub-main-img {
  background-image: url(../images/content/news-main.jpg);
}
.page-news .news-content {
  padding: 60px 0;
}
.page-event .sub-main-img {
  background-image: url(../images/content/event-main.jpg);
}
.page-event .event-content {
  margin-bottom: 60px;
}
.page-order .sub-main-img {
  background-image: url(../images/content/order-main.jpg);
  background-position: 0 80%;
}
.page-mechanic .sub-main-img {
  background-image: url(../images/content/mechanic-main.jpg);
}
.page-order .order-content {
  margin-bottom: 60px;
}
.page-order h2 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.page-order .order-box {
  display: flex;
  margin-bottom: 80px;
}
.page-order .order-text {
  flex-basis: 50%;
}
.page-order .order-text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  border-bottom: solid 1px #999;
  padding-bottom: 20px;
}
.page-order .order-text h3 span {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.page-order .order-text p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}
.page-order .order-text a {
  border: solid 1px #fff;
  padding: 10px 20px 13px;
  position: relative;
  font-size: 15px;
}
.page-order .order-text a:before {
  position: absolute;
  content: "";
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-order .order-text a:hover:before {
  top: 0;
  left: 0;
}
.page-order .order-img {
  flex-basis: 50%;
}
.page-order .order-img img {
  width: 100%;
}
.page-fitting .sub-main-img {
  background-image: url(../images/content/fitting-main.jpg);
}
.page-fitting .fitting-content {
  margin-bottom: 60px;
}
.page-fitting p {
  margin-bottom: 40px;
  margin-top: 0;
}
.page-fitting .fitting-box {
  display: flex;
  margin-bottom: 40px;
  border-bottom: solid 1px #999;
  padding-bottom: 40px;
}
.page-fitting .fitting-box:nth-child(6) {
  border-bottom: none;
}
.page-fitting .fitting-text {
  flex-basis: 50%;
}
.page-fitting .fitting-text p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}
.page-fitting .fitting-img {
  flex-basis: 50%;
}
.page-fitting .fitting-img img {
  width: 100%;
}
.page-fitting h2 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.page-fitting h4 {
  font-size: 18px;
  background: #000;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 5px;
}
.fitting-price {
  display: flex;
}
.fitting-price-title {
  flex-basis: 30%;
  position: relative;
}
.fitting-price-text {
  flex-basis: 70%;
}
.fitting-price-text p {
  padding-left: 10px;
  line-height: 1.8;
}
.fitting-price-border {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #999;
  z-index: -1;
}
.page-about .sub-main-img {
  background-image: url(../images/content/about-main.jpg);
  background-position: 0 80%;
}
.page-about .about-content {
  margin-bottom: 100px;
}
.page-about .about-block {
  display: flex;
  margin-bottom: 60px;
}
.page-about .about-block img {
  width: 100%;
}
.page-about .about-block p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page-about .about-block-right {
  flex-basis: 50%;
}
.page-about .about-block-left {
  flex-basis: 50%;
}
.page-about .about-block-right {
  padding-left: 15px;
}
.page-about .about-block-left {
  padding-right: 15px;
}
.page-shopinfo .sub-main-img {
  background-image: url(../images/content/shopinfo-main.jpg);
}
.page-shopinfo .shopinfo-content {
  margin-bottom: 100px;
}
.shopinfo-address {
  margin-bottom: 80px;
}
.shopinfo-address h2 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.shopinfo-address p {
  text-align: center;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
}
.shopinfo-map {
  margin-bottom: 80px;
}
.shopinfo-reserved {
  font-size: 15px;
  text-align: center;
  margin-bottom: 80px;
  border-bottom: solid 1px #666;
  padding-bottom: 80px;
}
.shopinfo-reserved p {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 50px;
}
.shopinfo-reserved a {
  border: solid 1px #fff;
  padding: 10px 20px 13px;
  position: relative;
  font-size: 15px;
}
.shopinfo-reserved a:before {
  position: absolute;
  content: "";
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shopinfo-reserved a:hover:before {
  top: 0;
  left: 0;
}
.shopinfo-reserved-logo {
  margin-top: 80px;
}
.shopinfo-reserved-logo img {
  height: 50px;
  margin: 0 20px;
}
.shopinfo-sns h2 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
}
.shopinfo-sns-section {
  display: flex;
}
.shopinfo-sns-box {
  text-align: center;
  flex-basis: 33.33333%;
}
.shopinfo-sns-box img {
  height: 40px;
  margin-bottom: 20px;
}
.shopinfo-sns-box p {
  font-size: 15px;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.shopinfo-sns-box a {
  border: solid 1px #fff;
  padding: 10px 20px 13px;
  position: relative;
  font-size: 15px;
  width: 130px;
  display: inline-block;
}
.shopinfo-sns-box a:before {
  position: absolute;
  content: "";
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shopinfo-sns-box a:hover:before {
  top: 0;
  left: 0;
}
.page-product .sub-main-img {
  background-image: url(../images/content/product-main.jpg);
}
.page-product .product-content {
  margin-bottom: 40px;
}
.page-lesson .sub-main-img {
  background-image: url(../images/content/lesson-main.jpg);
  background-position: center;
}
.page-lesson p.coming-soon {
  text-align: center;
  margin-bottom: 80px;
  font-size: 20px;
}
.page-lesson p {
  margin-bottom: 40px;
}
.page-lesson .lesson-menu {
  margin-bottom: 60px;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
}
.page-lesson .lesson-menu h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.page-lesson .lesson-menu p {
  margin: 0 0 30px 0;
}
.page-lesson .lesson-menu p span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-lesson table {
  width: 100%;
}
.page-lesson table th {
  color: #333;
  width: 70px;
  margin: 0;
  font-size: 13px;
  background-color: #fff;
}
.page-lesson table td {
  color: #333;
  width: 70px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  background-color: #fff;
}
.lesson-coach h3 {
  margin-bottom: 40px;
}
@media (max-width: 1699px) {
  .sub-page-main h1 {
    padding-left: 200px;
  }
}
@media (max-width: 1399px) {
  .sub-page-main h1 {
    padding-left: 140px;
  }
}
@media (max-width: 1199px) {
  .sub-page-main h1 {
    padding-left: 80px;
  }
  .page-fitting h2 {
    font-size: 18px;
  }
  .fitting-price {
    flex-wrap: wrap;
  }
  .fitting-price-title {
    flex-basis: 100%;
  }
  .fitting-price-text p {
    padding-left: 0;
  }
  .page-fitting .fitting-price-title p {
    margin-bottom: 20px;
  }
  .fitting-price-text {
    flex-basis: 100%;
  }
}
@media (max-width: 991px) {
  .sub-page-main {
    margin-bottom: 60px;
  }
  .sub-page-main h1 {
    padding-left: 60px;
    position: absolute;
    text-shadow: 3px 3px 10px #000;
  }
  .sub-main-img {
    height: 400px;
    flex-basis: 100%;
  }
  .page-fitting .fitting-content {
    margin-bottom: 30px;
  }
  .page-order .order-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sub-main-img {
    height: 300px;
  }
  .sub-page-main h1 {
    padding-left: 30px;
  }
  .page-event .event-content {
    margin-bottom: 40px;
  }
  .page-news .news-content {
    padding: 40px 0;
  }
  .page-about .about-block {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .page-about .about-block-left,
  .page-about .about-block-right {
    flex-basis: 100%;
  }
  .page-about .about-block-left {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .page-about .about-block-right {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .page-fitting .fitting-box {
    flex-wrap: wrap;
  }
  .page-fitting .fitting-text {
    flex-basis: 100%;
  }
  .page-fitting .fitting-img {
    flex-basis: 100%;
  }
  .page-fitting p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .page-fitting .fitting-text p {
    font-size: 14px;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .page-fitting h4 {
    font-size: 17px;
  }
  .order-box {
    flex-wrap: wrap;
  }
  .page-order .order-text {
    flex-basis: 100%;
    /* margin-bottom: 40px; */
  }
  .page-order h2 {
    font-size: 18px;
  }
  .page-order .order-text a {
    margin-bottom: 60px;
    display: block;
    width: 160px;
    text-align: center;
  }
  .page-order .order-img {
    flex-basis: 100%;
  }
  .page-order h2 {
    margin-bottom: 40px;
  }
  .page-order .order-text p {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .page-product .product-content {
    margin-bottom: 20px;
  }
  .shopinfo-address {
    margin-bottom: 60px;
  }
  .shopinfo-address h2 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .shopinfo-address p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .shopinfo-map {
    margin-bottom: 60px;
  }
  .shopinfo-reserved-logo img {
    height: 50px;
    margin: 0 auto 30px;
    display: block;
  }
  .shopinfo-reserved {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  .shopinfo-sns-section {
    flex-wrap: wrap;
  }
  .shopinfo-reserved p {
    font-size: 14px;
    line-height: 1.8;
  }
  .shopinfo-sns h2 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .shopinfo-sns-box {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
  .shopinfo-sns-box p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .page-shopinfo .shopinfo-content {
    margin-bottom: 40px;
  }
  .page-lesson .lesson-menu {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .page-lesson table th {
    font-size: 12px;
    background-color: #111;
  }
  .page-lesson table td {
    font-size: 12px;
  }
}
/* --------------------------------------------------------------------------

Contents

-------------------------------------------------------------------------- */
.news-box-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.news-box {
  flex-basis: 33.33333%;
  margin-bottom: 40px;
}
.news-box a {
  margin-right: 15px;
  margin-left: 15px;
  display: block;
}
.news-box a:hover {
  opacity: 0.7;
}
.news-box-img {
  align-items: center;
  height: 220px;
  overflow: hidden;
  display: flex;
}
.news-box img {
  width: 100%;
}
.news-box p {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.news-box h4 {
  font-size: 14px;
}
.product-box-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.product-box {
  flex-basis: 33.33333%;
  margin-bottom: 40px;
}
.product-box a {
  margin-right: 15px;
  margin-left: 15px;
  display: block;
}
.product-box a:hover {
  opacity: 0.7;
}
.product-box-img {
  align-items: center;
  height: 220px;
  overflow: hidden;
  display: flex;
}
.product-box img {
  width: 100%;
}
.product-box h4 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-box p.product-box-price {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.product-box p.product-box-copy {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.page-mechanic p {
  margin-bottom: 40px;
}
.mechanic-box {
  display: flex;
  margin-bottom: 20px;
}
.mechanic-text {
  flex-basis: 50%;
}
.mechanic-text h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.mechanic-text p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}
.mechanic-img {
  flex-basis: 50%;
}
.mechanic-img img {
  width: 100%;
}
.mechanic-course {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: solid 1px #fff;
}
.mechanic-course-box {
  border: solid 1px #ddd;
  padding: 30px;
  margin-bottom: 30px;
}
.mechanic-course-box h4 {
  margin-bottom: 10px;
}
.mechanic-course p {
  margin-bottom: 60px;
}
.mechanic-course-box p {
  margin-bottom: 0;
  font-size: 14px;
}
.mechanic-course a {
  border: solid 1px #fff;
  padding: 10px 20px 13px;
  position: relative;
  font-size: 15px;
}
.mechanic-course a:before {
  position: absolute;
  content: "";
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mechanic-course a:hover:before {
  top: 0;
  left: 0;
}
.mechanic-price p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
}
.mechanic-price dl {
  margin-bottom: 60px;
}
.mechanic-price-list dd {
  margin: 0;
  order: 1;
  margin-left: 5px;
}
.mechanic-price {
  margin-bottom: 80px;
}
.mechanic-price-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mechanic-price-list::after {
  height: 1em;
  content: "";
  background: radial-gradient(#fff 15%, transparent 20%) center/ 1em;
  flex: auto;
}
.mechanic-price a {
  border: solid 1px #fff;
  padding: 10px 20px 13px;
  position: relative;
  font-size: 15px;
}
.mechanic-price a:before {
  position: absolute;
  content: "";
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mechanic-price a:hover:before {
  top: 0;
  left: 0;
}
p.button-after-text {
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .news-box {
    flex-basis: 50%;
  }
  .news-box-img {
    height: 170px;
  }
  .product-box-img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .news-box-img {
    height: 140px;
  }
  .news-box {
    margin-bottom: 30px;
  }
  .product-box-img {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .news-box {
    flex-basis: 100%;
  }
  .news-box-img {
    height: auto;
    flex-basis: 35%;
  }
  .news-box a {
    display: flex;
  }
  .news-box-text {
    padding-left: 15px;
    flex-basis: 65%;
  }
  .news-box p {
    margin-top: 0px;
  }
  .product-box {
    flex-basis: 100%;
  }
  .product-box a {
    display: flex;
  }
  .product-box-img {
    flex-basis: 45%;
    height: 180px;
  }
  .product-box img {
    width: 100%;
  }
  .product-box-text {
    flex-basis: 55%;
    padding-left: 15px;
  }
  .product-box h4 {
    margin-top: 0px;
  }
  .mechanic-text p {
    padding-right: 0;
  }
  .mechanic-box {
    display: block;
  }
  .mechanic-img {
    margin-bottom: 60px;
  }
  .mechanic-course-box {
    padding: 25px;
  }
  .mechanic-course-box h4 span {
    display: block;
  }
}
@media (max-width: 575px) {
  .news-box-img {
    flex-basis: 45%;
  }
  .news-box-text {
    flex-basis: 55%;
  }
  .product-box-img {
    height: 100%;
  }
  .mechanic-course-box {
    padding: 20px;
  }
  .mechanic-price-list {
    display: block;
    margin-bottom: 20px;
  }
  .mechanic-price-list dd {
    margin-left: 0;
  }
}

/* --------------------------------------------------------------------------

Single-page

-------------------------------------------------------------------------- */
.single-page-content {
  margin-bottom: 100px;
}
.single-page h2 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-top: 60px;
}
.single-page p.date {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 60px;
}
.single-page p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.single-page img {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  margin-top: 10px;
}
.product-data {
  display: flex;
  margin-bottom: 40px;
}
.product-discription {
  flex-basis: 40%;
}
.product-discription ul li {
  margin-bottom: 20px;
}
.product-discription ul li span {
  display: inline-block;
  margin-right: 30px;
  width: 100px;
  font-weight: bold;
}
.product-img {
  flex-basis: 60%;
}
.product-img-slider {
  display: block;
  overflow: hidden;
}
.product-img .single-item {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.product-img img {
  margin: 0;
}
p.product-text {
  margin-bottom: 65px;
}
.product-reserved {
  text-align: center;
}
.product-reserved a {
  border: solid 1px #fff;
  padding: 10px 20px 13px;
  position: relative;
  font-size: 15px;
}
.product-reserved a:before {
  position: absolute;
  content: "";
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-reserved a:hover:before {
  top: 0;
  left: 0;
}
@media (max-width: 1499px) {
  .product-discription ul li span {
    display: block;
  }
}
@media (max-width: 991px) {
  .product-data {
    flex-wrap: wrap;
  }
  .product-discription {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .product-img {
    flex-basis: 100%;
  }
  .slick-dots {
    margin-left: -10px;
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .single-page-content {
    margin-bottom: 60px;
  }
  .single-page h2 {
    font-size: 22px;
  }
  .single-page p.date {
    margin-bottom: 40px;
  }
  .single-page p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .single-page img {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .product-single-content.single-page-content {
    margin-bottom: 80px;
  }
  .product-discription ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 565px) {
  .product-img .single-item {
    width: 290px;
    margin-bottom: 0;
  }
  .slick-prev,
  .slick-next {
    top: 40%;
  }
  .slick-dots {
    bottom: 10px;
    margin-left: -15px;
  }
}
/* --------------------------------------------------------------------------

Header

-------------------------------------------------------------------------- */
header {
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
}
header.main-header .header-logo {
  position: absolute;
  left: 60px;
  width: 220px;
}
header.main-header .header-logo a {
  display: block;
}
header ul.header-menu {
  text-align: right;
  padding-right: 60px;
}
header ul.header-menu li {
  display: inline-block;
  margin-left: 20px;
}
header ul.header-menu li a {
  color: #fff;
  font-size: 13px;
}
header ul.header-menu li a:hover {
  color: #aaa;
}
header ul.header-menu li a.link-icon {
  position: relative;
  padding-left: 18px;
}
header ul.header-menu li a.link-icon:before {
  content: "";
  background-image: url(../images/common/link-icon.png);
  background-size: contain;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 3px;
  left: 0;
}
header ul.header-menu li a.reservation-button {
  border: solid #fff 1px;
  padding: 10px 15px;
  font-size: 12px;
}
header ul.header-menu li a.reservation-button:hover {
  background-color: #fff;
  color: #000;
}
header.sub-header .header-logo {
  position: absolute;
  left: 60px;
  width: 170px;
}
#header-sp {
  display: none;
}
#header #nav_hbg {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 20;
}
#header-sp #nav_hbg div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  width: 40px;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
  z-index: 999;
}
#header-sp #nav_hbg div span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: opacity 0.1s ease, transform 0.3s ease-in-out;
}
#header-sp .clicked span:nth-child(1) {
  transform: translateY(10px) rotate(135deg);
}
#header-sp .clicked span:nth-child(2) {
  opacity: 0;
}
#header-sp .clicked span:nth-child(3) {
  transform: translateY(-10px) rotate(-135deg);
}
#header-sp #nav_hbg {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 20;
}
#header-sp #nav_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #111;
}
#header-sp #nav_menu.opened {
  visibility: visible;
  opacity: 1;
}
#header-sp .header-sp-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.header-menu-sp {
  text-align: center;
}
header ul.header-menu-sp li {
  margin-top: 20px;
  margin-bottom: 20px;
}
header ul.header-menu-sp li a.link-icon {
  position: relative;
  padding-left: 18px;
}
header ul.header-menu-sp li a.link-icon:before {
  content: "";
  background-image: url(../images/common/link-icon.png);
  background-size: contain;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}
header ul.header-menu-sp li a.reservation-button {
  border: solid #fff 1px;

  padding: 10px 15px;
  font-size: 12px;
  margin-top: 25px;
  display: block;
}
@media (max-width: 1199px) {
  header.main-header .header-logo {
    width: 180px;
    left: 40px;
  }
  header ul.header-menu {
    padding-right: 40px;
  }
  header ul.header-menu li {
    margin-left: 15px;
  }
}
@media (max-width: 1090px) {
  header {
    margin: 0;
  }
  header ul.header-menu {
    display: none;
  }
  #header-sp {
    display: block;
  }
  header.main-header .header-logo {
    top: 100px;
  }
  header.sub-header .header-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  header.main-header .header-logo {
    top: 30px;
  }
  header.sub-header .header-logo {
    left: 30px;
  }
}
@media (max-width: 575px) {
  header.main-header .header-logo {
    top: 20px;
    left: 20px;
    width: 130px;
  }
  #header-sp #nav_hbg {
    right: 15px;
  }
}
/* --------------------------------------------------------------------------

Footer

-------------------------------------------------------------------------- */
footer {
  border-top: solid 1px #666;
  padding-top: 80px;
  padding-bottom: 60px;
}
.footer-content {
  display: flex;
}
.footer-text {
  flex-basis: 40%;
}
p.shop-titel {
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 10px;
}
p.shop-info {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 2;
}
.footer-map {
  flex-basis: 60%;
}
.company-link p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px;
}
.company-link li {
  display: inline-block;
  margin-right: 10px;
}
.company-link a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 13px;
}
.company-link a:hover {
  background-color: #fff;
  color: #333;
}
ul.sns-link {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
ul.sns-link li {
  height: 20px;
  margin-right: 15px;
}
ul.sns-link li img {
  height: 100%;
  width: auto;
}
.sns-link li a:hover {
  opacity: 0.7;
}
.footer-logo {
  width: 180px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.footer-logo img {
  width: 100%;
}
.footer-menu ul {
  text-align: center;
  margin-bottom: 40px;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0 10px 10px;
}
.footer-menu ul li a {
  font-size: 13px;
}
.footer-menu ul li a:hover {
  color: #aaa;
}
.footer-menu ul li a.link-icon {
  position: relative;
  padding-left: 16px;
}
.footer-menu ul li a.link-icon:before {
  content: "";
  background-image: url(../images/common/link-icon.png);
  background-size: contain;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 3px;
  left: 0;
}
footer .copyright {
  text-align: center;
}
footer .copyright a {
  font-size: 12px;
  color: #999;
}
@media (max-width: 1199px) {
  .footer-text {
    flex-basis: 50%;
  }
  .footer-map {
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  p.shop-titel {
    padding-right: 30px;
    font-size: 18px;
  }
  p.shop-info {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-text {
    flex-basis: 100%;
    margin-bottom: 60px;
  }
  .footer-map {
    width: 100%;
  }
  p.shop-titel {
    padding-right: 0;
  }
  p.shop-info {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 60px;
  }
}

/* --------------------------------------------------------------------------

Contact

-------------------------------------------------------------------------- */
.contact-section {
  display: flex;
}
.contact-section p:first-child {
  flex-basis: 25%;
  font-size: 14px;
  margin-bottom: 30px;
}
.contact-section p:last-child {
  margin-bottom: 30px;
}
.wpcf7-form .wpcf7-form-control {
  border: solid 1px #999;
  width: 100%;
  background-color: #000;
  color: #fff;
}
.contact-section input {
  height: 30px;
}
.contact-section p:last-child {
  flex-basis: 75%;
  font-size: 14px;
}
.wpcf7-form-control.wpcf7-submit {
  width: 300px;
  height: 50px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #333;
  padding: 17px;
  position: relative;
  font-size: 14px;
  border: solid 1px #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 80px;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #000;
  color: #fff;
}
.screen-reader-response {
  display: none;
}
.wpcf7-response-output {
  margin-top: -30px;
  text-align: center;
  margin-bottom: 60px;
}
.wpcf7-not-valid-tip {
  color: #ff0000;
}
.wpcf7-form .wpcf7-form-control:focus {
  outline: none;
}
.acceptance-button {
  text-align: center;
  margin-bottom: 40px;
}
.wpcf7-form .acceptance-button .wpcf7-form-control {
  border: none;
}
@media (max-width: 767px) {
  .contact-section {
    display: block;
  }
  .contact-section p:first-child {
    margin-bottom: 10px;
  }
  .wpcf7-form .wpcf7-form-control {
    width: 98%;
  }
}

/* ニュースページのコンテナスタイル */
.news-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* ニュース一覧部分 */
.news-list {
  flex: 1;
}

/* サイドバー部分 */
.news-sidebar {
  width: 300px;
  min-width: 300px;
}

.news-sidebar .sidebar-inner {
}

.news-sidebar h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}

.news-sidebar .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-sidebar .category-list li {
  margin-bottom: 12px;
}

.news-sidebar .category-list li a {
  display: block;
  padding: 8px;
  transition: all 0.3s ease;
  color: #fff !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news-sidebar .category-list li a:hover,
.news-sidebar .category-list li a.active {
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 15px;
  border-radius: 3px;
  color: #fff !important;
  text-shadow: none !important;
}

@media (max-width: 991px) {
  .news-container {
    flex-direction: column;
  }

  .news-sidebar {
    width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
    order: -1;
  }
}

/* カテゴリータグのスタイル */
.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 10px 0;
  list-style: none;
}

.category-tag {
  background-color: #333;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 0.85rem;
  display: inline-block;
  border: 1px solid #555;
  transition: background-color 0.2s ease;
}

.category-tag a {
  color: #fff;
  text-decoration: none;
}

.category-tag:hover {
  background-color: #555;
}

.news-tag ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.news-tag ul li { 
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
} 
.news-tag ul li a { 
  border: solid 1px #fff;
  padding: 8px 12px; 
  font-size: 12px;
}
.news-tag ul li a:hover,
.news-tag ul li a.active {
  background-color: #fff;
  color: #333 !important;
}
@media(max-width: 575px) {
  .news-tag ul li {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 25px;
  }
  .news-tag ul li a {
    font-size: 10px;
  }
}
