@charset "UTF-8";
/* 

../../../

 */
/* ========================================================================
 * style CSS
 * Agencia (http://www.agencia.co.jp)
 * Yuya Tajima
 * ========================================================================
 * Copyright 2020 Agencia Co.,Ltd.
 * ======================================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese);
/* Bootstraop4 addition */
/* Bootstraop4 override */
/* grid system */
/* .row */
.row.no-padding {
  margin-right: 0;
  margin-left: 0;
}

.row.no-padding > .col,
.row.no-padding > .col-1,
.row.no-padding > .col-10,
.row.no-padding > .col-11,
.row.no-padding > .col-12,
.row.no-padding > .col-2,
.row.no-padding > .col-3,
.row.no-padding > .col-4,
.row.no-padding > .col-5,
.row.no-padding > .col-6,
.row.no-padding > .col-7,
.row.no-padding > .col-8,
.row.no-padding > .col-9,
.row.no-padding > .col-auto,
.row.no-padding > .col-lg,
.row.no-padding > .col-lg-1,
.row.no-padding > .col-lg-10,
.row.no-padding > .col-lg-11,
.row.no-padding > .col-lg-12,
.row.no-padding > .col-lg-2,
.row.no-padding > .col-lg-3,
.row.no-padding > .col-lg-4,
.row.no-padding > .col-lg-5,
.row.no-padding > .col-lg-6,
.row.no-padding > .col-lg-7,
.row.no-padding > .col-lg-8,
.row.no-padding > .col-lg-9,
.row.no-padding > .col-lg-auto,
.row.no-padding > .col-md,
.row.no-padding > .col-md-1,
.row.no-padding > .col-md-10,
.row.no-padding > .col-md-11,
.row.no-padding > .col-md-12,
.row.no-padding > .col-md-2,
.row.no-padding > .col-md-3,
.row.no-padding > .col-md-4,
.row.no-padding > .col-md-5,
.row.no-padding > .col-md-6,
.row.no-padding > .col-md-7,
.row.no-padding > .col-md-8,
.row.no-padding > .col-md-9,
.row.no-padding > .col-md-auto,
.row.no-padding > .col-sm,
.row.no-padding > .col-sm-1,
.row.no-padding > .col-sm-10,
.row.no-padding > .col-sm-11,
.row.no-padding > .col-sm-12,
.row.no-padding > .col-sm-2,
.row.no-padding > .col-sm-3,
.row.no-padding > .col-sm-4,
.row.no-padding > .col-sm-5,
.row.no-padding > .col-sm-6,
.row.no-padding > .col-sm-7,
.row.no-padding > .col-sm-8,
.row.no-padding > .col-sm-9,
.row.no-padding > .col-sm-auto,
.row.no-padding > .col-xl,
.row.no-padding > .col-xl-1,
.row.no-padding > .col-xl-10,
.row.no-padding > .col-xl-11,
.row.no-padding > .col-xl-12,
.row.no-padding > .col-xl-2,
.row.no-padding > .col-xl-3,
.row.no-padding > .col-xl-4,
.row.no-padding > .col-xl-5,
.row.no-padding > .col-xl-6,
.row.no-padding > .col-xl-7,
.row.no-padding > .col-xl-8,
.row.no-padding > .col-xl-9,
.row.no-padding > .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

/* sort by A to Z*/
@media (min-width: 1200px) {
  .container {
    /*max-width: 1600px;*/
  }
}
.alert {
  border-radius: 0;
}

.btn {
  border-radius: 0;
}

.btn.btn-main {
  background-color: #4348a2;
  color: #FFF;
}

.btn.btn-main:hover {
  background-color: #d5d7f3;
}

.btn {
  color: #fff;
}

.btn:hover {
  color: #fff;
  opacity: 0.9;
}

.btn-purple {
  color: #fff;
  background-color: #993366;
}

.badge {
  border-radius: 0;
}

.bg-maincolor {
  background-color: #4348a2;
}

.bg-silver-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+51,eeeeee+100 */
  background: #eeeeee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eeeeee 0%, #ffffff 51%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#eeeeee", GradientType=1);
  /* IE6-9 */
}

.bg-green {
  background-color: #9cc813;
  color: #fff;
}
.bg-orange {
  background-color: #ed6d00;
  color: #fff;
}

.bg-red {
  background-color: #DD0000;
  color: #fff;
}

.bg-blue {
  background-color: #00a0e9;
  color: #fff;
}

.bg-pink {
  background-color: #e62e8b;
  color: #fff;
}

.bg-d-blue {
  background-color: #3A4892;
  color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #000;
}

.bg-lightgrey {
  background: rgba(192, 192, 192, 0.8);
}

.card,
.card-header:first-child,
.card-img,
.card-img-top {
  border-radius: 0;
}

.card-title {
  display: block;
  font-size: 110%;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.form-control {
  border-radius: 0;
}

.h-10 {
  height: 10%;
}

.h-15 {
  height: 15%;
}

.h-20 {
  height: 20%;
}

.h-25 {
  height: 25%;
}

.h-30 {
  height: 30%;
}

.h-33 {
  height: 33.33%;
}

.h-35 {
  height: 35%;
}

.h-40 {
  height: 40%;
}

.h-45 {
  height: 45%;
}

.h-50 {
  height: 50%;
}

.display-1 {
  font-size: 2rem;
}

.display-2 {
  font-size: 1.5rem;
}

.display-3 {
  font-size: 1.25rem;
}

.display-4 {
  font-size: 1rem;
}

.m-auto {
  margin: auto;
}

.page-link {
  color: #4348a2;
}

.pagination,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.no-rounded {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-x {
  border-radius: 50% !important;
}

.rounded-2x {
  border-radius: 10px !important;
}

.rounded-3x {
  border-radius: 15px !important;
}

.rounded-4x {
  border-radius: 20px !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded-md {
  border-radius: 3px !important;
}

.rounded-top {
  border-radius: 4px 4px 0 0 !important;
}

.rounded-left {
  border-radius: 4px 0 0 4px !important;
}

.rounded-right {
  border-radius: 0 4px 4px 0 !important;
}

.rounded-bottom {
  border-radius: 0 0 4px 4px !important;
}

table {
  font-size: 13px;
}

.table-bordered {
  border: 1px solid #AAA;
}

.table-responsive th {
  white-space: nowrap;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #AAA;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #AAA;
}

.table > thead > tr > th {
  border-bottom: 1px solid #999;
}

.text-maincolor {
  color: #4348a2 !important;
}

.text-accentcolor {
  color: #E50020 !important;
}

.text-lightgray {
  background-color: #e3e3e3;
  border-radius: 500px;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: -0.16em;
}

.text-lightgold {
  border-radius: 500px;
  background: linear-gradient(57deg, #C3A247 2.94%, #F4A41A 25.66%, #FFCE5C 54.42%, #E2A429 72.52%, #AA7321 83.62%);
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: -0.16em;
}

.text-lightplatinum {
  border-radius: 500px;
  background: linear-gradient(60deg, #D9D9D9 12.54%, #AAC1C8 24.05%, #FFDBF1 54.98%, #9B9CB4 80.22%, #737373 92.61%);
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: -0.16em;
}

.pink {
  color: #fb6dc1;
}

.color-pink {
  color: #e62e8b;
}

.color-orange {
  color: #ed6d00;
}

.color-blue {
  color: #00a0e9;
}

.color-green {
  color: #9cc813;
}

.color-red {
  color: #C53164;
}

.color-white {
  color: #fff;
}

.color-gold {
  color: #AA9649;
}

.color-silver {
  color: #9FA0A0;
}

.ccms_form_element .color-red {
  color: #f00;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

/* heading(h) */
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.dropdown-menu,
.mincho {
  /*font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
  /*font-family: "Noto Sans Japanese";*/
  /*font-family: "Sawarabi Mincho";*/
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}

.h1,
h1 {
  font-weight: 100;
}

.h2,
h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
}

h3 {
  font-size: 21px;
  font-weight: 200;
  line-height: 2em;
  color: #aa9649;
}

.h3 {
  line-height: 2em;
}

.h4,
h4 {
  font-size: 18px;
  color: #AA9649;
}

h1.min {
  font-size: 28px;
}

h1 small {
  padding-bottom: 10px;
  display: inline-block;
}

h1 span.xs-small {
  font-size: 28px;
}

h3 small {
  font-size: 95%;
}

h3.plan {
  font-size: 24px;
  margin-top: 65px;
}

h5.menu-hi {
  border-style: solid;
  border-width: 1px;
  width: 76px;
  padding: 2px 2px 2px 2px;
}

h5.menu-so {
  border-style: solid;
  border-width: 1px;
  width: 34px;
  padding: 2px 2px 2px 2px;
}

h5.menu-pu {
  border-style: solid;
  border-width: 1px;
  width: 104px;
  padding: 2px 2px 2px 2px;
}

h5.menu-re {
  border-style: solid;
  border-width: 1px;
  width: 62px;
  padding: 2px 2px 2px 2px;
}

/* table-grid */
.row.row-sm {
  margin-right: -3px;
  margin-left: -3px;
}

.row.row-sm .col,
.row.row-sm .col-1,
.row.row-sm .col-10,
.row.row-sm .col-11,
.row.row-sm .col-12,
.row.row-sm .col-2,
.row.row-sm .col-3,
.row.row-sm .col-4,
.row.row-sm .col-5,
.row.row-sm .col-6,
.row.row-sm .col-7,
.row.row-sm .col-8,
.row.row-sm .col-9,
.row.row-sm .col-auto,
.row.row-sm .col-lg,
.row.row-sm .col-lg-1,
.row.row-sm .col-lg-10,
.row.row-sm .col-lg-11,
.row.row-sm .col-lg-12,
.row.row-sm .col-lg-2,
.row.row-sm .col-lg-3,
.row.row-sm .col-lg-4,
.row.row-sm .col-lg-5,
.row.row-sm .col-lg-6,
.row.row-sm .col-lg-7,
.row.row-sm .col-lg-8,
.row.row-sm .col-lg-9,
.row.row-sm .col-lg-auto,
.row.row-sm .col-md,
.row.row-sm .col-md-1,
.row.row-sm .col-md-10,
.row.row-sm .col-md-11,
.row.row-sm .col-md-12,
.row.row-sm .col-md-2,
.row.row-sm .col-md-3,
.row.row-sm .col-md-4,
.row.row-sm .col-md-5,
.row.row-sm .col-md-6,
.row.row-sm .col-md-7,
.row.row-sm .col-md-8,
.row.row-sm .col-md-9,
.row.row-sm .col-md-auto,
.row.row-sm .col-sm,
.row.row-sm .col-sm-1,
.row.row-sm .col-sm-10,
.row.row-sm .col-sm-11,
.row.row-sm .col-sm-12,
.row.row-sm .col-sm-2,
.row.row-sm .col-sm-3,
.row.row-sm .col-sm-4,
.row.row-sm .col-sm-5,
.row.row-sm .col-sm-6,
.row.row-sm .col-sm-7,
.row.row-sm .col-sm-8,
.row.row-sm .col-sm-9,
.row.row-sm .col-sm-auto,
.row.row-sm .col-xl,
.row.row-sm .col-xl-1,
.row.row-sm .col-xl-10,
.row.row-sm .col-xl-11,
.row.row-sm .col-xl-12,
.row.row-sm .col-xl-2,
.row.row-sm .col-xl-3,
.row.row-sm .col-xl-4,
.row.row-sm .col-xl-5,
.row.row-sm .col-xl-6,
.row.row-sm .col-xl-7,
.row.row-sm .col-xl-8,
.row.row-sm .col-xl-9,
.row.row-sm .col-xl-auto {
  padding-right: 3px;
  padding-left: 3px;
}

.table-grid {
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  box-sizing: border-box;
}

.table-grid .row {
  border-top: 1px #AAA solid;
  border-left: 1px #AAA solid;
  box-sizing: border-box;
}

.table-grid .row > div {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px #AAA solid;
  border-bottom: 1px #AAA solid;
  box-sizing: border-box;
}

.table-grid .row .row {
  border: 0;
}

.table-grid .row .row > div {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.table-grid .row + .row {
  border-top: 0;
}

.table-grid .row.table-active > div {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-grid .table-th,
.table-grid .row.table-th > div {
  font-weight: bold;
}

.table-grid .table-separator {
  border-bottom: 1px #AAA solid;
}

.table-grid.table-dotted .row {
  border-top: 1px #AAA dotted;
  border-left: 1px #AAA dotted;
}

.table-grid.table-dotted .row > div {
  border-right: 1px #AAA dotted;
  border-bottom: 1px #AAA dotted;
}

.table-grid.table-dotted .row .row {
  border: 0;
}

.table-grid.table-dotted .row .row > div {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.table-grid.table-borderless .row {
  border-left: 0;
}

.table-grid.table-borderless .row > div {
  border-right: 0;
}

.table-grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.table-grid .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.table-grid + .table-grid > .row {
  margin-top: 3rem;
}

.table-grid .plans-table {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.table-grid .plans-table tr th,
.table-grid .plans-table tr td {
  padding: 0.75rem;
  border-right: 1px #AAA solid;
  border-bottom: 1px #AAA solid;
  border-collapse: collapse;
  text-align: center;
}

.table-grid .plans-table tr th:last-child,
.table-grid .plans-table tr td:last-child {
  border-right: 0;
}

.table-grid .plans-table tr td.border-indicate_right {
  border-right: 1px #AAA solid;
}

.table-grid .plans-table tr:last-child tbody th,
.table-grid .plans-table tr:last-child td {
  border-bottom: 0;
}

.table-grid .plans-table thead tr {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .table-grid + .table-grid > .row {
    margin-top: 0;
    border-top: 0;
  }
}
/* Contextual classes */
.table-lightblue {
  background-color: #E6F4FA !important;
}

.table-basecolor {
  background-color: #ebecfb !important;
}

/* Plugin */
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel .owl-controls .owl-dots {
  text-align: center;
}

.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
}

.owl-carousel .owl-controls .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-carousel .owl-controls .owl-dot.active span,
.owl-carousel .owl-controls.clickable .owl-dot:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* lightbox */
#lightbox-wrap,
#lightbox-wrap:after,
#lightbox-wrap:before,
#lightbox-wrap *,
#lightbox-wrap *:after,
#lightbox-wrap *:before {
  box-sizing: content-box;
}

#lightbox-title {
  font-size: 16px;
}

#lightbox-title-over {
  font-size: 16px;
  padding: 10px;
}

body:after {
  content: url("../.././images/common/close.png") url("../.././images/common/loading.gif") url("../.././images/common/prev.png") url("../.././images/common/next.png");
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);*/
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../.././images/common/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../.././images/common/prev.png") left 48% no-repeat;
  /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);*/
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);*/
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../.././images/common/next.png") right 48% no-repeat;
  /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);*/
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);*/
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../.././images/common/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);*/
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);*/
  opacity: 1;
}

/* popup window */
.notice-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.notice-window .notice-window__box {
  display: block;
  width: auto;
  max-width: 640px;
  height: auto;
}

@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
/* spaceing-bs4（bs4のclassをbs3で使用する、bs4以降は不要) */
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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

.margin-5 {
  margin: 5px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-30 {
  margin: 30px !important;
}

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

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

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

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

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

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

/* margin-right */
.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

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

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-30 {
  padding: 30px !important;
}

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

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

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

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

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

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-left-200 {
  padding-left: 200px !important;
}

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

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.padding-right-200 {
  padding-right: 200px !important;
}

/* spaceing */
.width-2em {
  width: 2em !important;
}

.width-3em {
  width: 3em !important;
}

.width-4em {
  width: 4em !important;
}

.width-5em {
  width: 5em !important;
}

.width-6em {
  width: 6em !important;
}

.width-7em {
  width: 7em !important;
}

.width-8em {
  width: 8em !important;
}

.width-9em {
  width: 9em !important;
}

.width-10em {
  width: 10em !important;
}

.width-11em {
  width: 11em !important;
}

.width-12em {
  width: 12em !important;
}

.width-15em {
  width: 15em !important;
}

.width-16em {
  width: 16em !important;
}

.width-19em {
  width: 19em !important;
}

.width-20em {
  width: 20em !important;
}

.width-24em {
  width: 24em !important;
}

.width-25em {
  width: 25em !important;
}

.width-28em {
  width: 28em !important;
}

.width-30em {
  width: 30em !important;
}

.width-10per {
  width: 10% !important;
}

.width-15per {
  width: 15% !important;
}

.width-20per {
  width: 20% !important;
}

.width-25per {
  width: 25% !important;
}

.width-30per {
  width: 30% !important;
}

.width-33per {
  width: 33% !important;
}

.width-35per {
  width: 35% !important;
}

.width-960 {
  width: 960px;
}

/* border-bs4（bs4のclassをbs3で使用する、bs4以降は不要) */
.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

/* フロアガイド・energyについて 共通 */
.floor-guide {
  margin: 0 -10px;
  overflow-x: hidden;
}

.bg-image {
  position: relative;
  margin: 0 -10px;
}

.bg-image img.w-100 {
  width: 100%;
  height: auto;
}

.bg-image img.w-50 {
  width: 50%;
  height: auto;
}

.bg-image .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/* floor-guideについて */
.bg-image .row {
  position: absolute;
  height: 100%;
  width: 103%;
  top: 0%;
  left: 0%;
}

.bg-image .text-box {
  position: absolute;
  text-shadow: 0px 1px 20px #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 3px 3px 3px #000;
}

@media screen and (max-width: 767px) {
  .floor-guide {
    margin: 0;
  }
  .bg-image {
    margin: 0;
  }
  .bg-image .row {
    width: 103%;
  }
  .bg-image .text-box h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  }
  .bg-image .text-box p {
    font-size: 13px;
    color: #fff;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bg-image .row {
    width: 103%;
  }
  .bg-image .text-box h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
  }
  .bg-image .text-box p {
    font-size: 10px;
    color: #fff;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bg-image .row {
    width: 102.7%;
  }
  .bg-image .text-box h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
  }
  .bg-image .text-box p {
    font-size: 12px;
    color: #fff;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .bg-image .row {
    width: 102.2%;
  }
  .bg-image .text-box h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
  }
  .bg-image .text-box p {
    font-size: 15px;
    color: #fff;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1600px) {
  .bg-image .row {
    width: 101%;
  }
  .bg-image .text-box h3 {
    font-size: 29px;
    color: #fff;
    margin-bottom: 0;
  }
  .bg-image .text-box p {
    font-size: 20px;
    color: #fff;
    line-height: 1.6em;
  }
}
/* １・２枚目専用 */
.bg-image .top-right {
  bottom: 5%;
  right: 25%;
  text-align: left;
}

.bg-image .top-left {
  bottom: 5%;
  left: 15%;
  text-align: right;
}

.bg-image .bottom-right {
  bottom: 2%;
  right: 5%;
  text-align: right;
}

.bg-image .bottom-left {
  bottom: 2%;
  left: 5%;
  text-align: left;
}

.bg-image .top-center {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25%;
  text-align: center;
}

.bg-image .middle-center {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0%;
  text-align: center;
}

/* ３枚目専用 */
/* 左側 */
.bg-image .left-number1 {
  bottom: 0%;
  right: 5%;
  text-align: left;
}

.bg-image .left-number2 {
  bottom: 0%;
  right: 5%;
  text-align: right;
}

.bg-image .left-number3 {
  bottom: 18%;
  left: 58%;
  text-align: left;
}

.bg-image .left-number4 {
  bottom: 2%;
  left: 58%;
  text-align: left;
}

/* 右側 */
.bg-image .right-number1 {
  bottom: 0%;
  left: 5%;
  text-align: right;
}

.bg-image .right-number2 {
  bottom: 25%;
  left: 5%;
  text-align: left;
}

.bg-image .right-number3 {
  bottom: 0%;
  left: 5%;
  text-align: left;
}

.bg-image .right-number4 {
  bottom: 20%;
  left: 5%;
  text-align: right;
}

.bg-image .right-number5 {
  bottom: 2%;
  left: 5%;
  text-align: left;
}

/* フロアガイド（スマホ時） */
.trans-dark {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
}

.sp-right {
  bottom: 2%;
  right: 2%;
  left: 2%;
  text-align: right;
}

.sp-left {
  bottom: 2%;
  left: 2%;
  right: 2%;
  text-align: left;
}

/*
.trans-dark {
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.sp-right {
  bottom: 2%;
  right: 4%;
	left: 4%;
  text-align: right;
}

.sp-left {
  bottom: 2%;
  left: 4%;
	right: 4%;
  text-align: left;
}
*/
/* energyについて */
.about {
  margin: 0 -10px;
}

.about .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.about .contents {
  max-width: 928px;
}

.about .comment {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  max-width: 750px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.about .sub-comment {
  max-width: 850px;
}

.about .comment.comment-top {
  margin-top: 0 !important;
  padding-left: 0;
  font-size: 120%;
}

.about .comment h3 {
  font-size: 200%;
}

.about .comment.comment-top h3 {
  font-size: 250%;
  text-shadow: 3px 3px 3px #000;
}

.about.about-energy-1 {
  background-color: #A1A2A3;
}

.about.about-energy-1 .inner {
  padding-top: 5rem;
  background-image: url(../.././images/about-energy/energy1.png);
}

.about.about-energy-1 .comment {
  margin-top: -50px;
  color: #FFF;
}

.about.about-energy-1 .attention {
  font-size: 120%;
}

.about.about-energy-1 .bg-foot {
  display: block;
  overflow: hidden;
  margin-top: -100px;
  width: 100%;
}

.about.about-energy-2 {
  margin-top: -7.5rem;
  margin-bottom: 7.5rem;
}

_:-ms-lang(x)::-ms-backdrop,
.about.about-energy-2 {
  margin-top: 0;
  margin-bottom: 7.5rem;
}

.about.about-energy-2 .comment,
.about.about-energy-2 .comment h3 {
  color: #333;
}

.about.about-energy-3 {
  background-color: #EAEAEA;
}

.about.about-energy-3 .inner {
  padding-bottom: 10rem;
}

.about.about-energy-3 .comment,
.about.about-energy-3 .comment h3 {
  color: #333;
}

@media (max-width: 1199px) {
  .about.about-energy-1 .bg-foot {
    display: block;
    overflow: hidden;
    margin-top: -50px;
    width: 100%;
  }
  .about.about-energy-2 .inner {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .about .comment {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background-position: center top;
    background-size: 30% auto;
  }
  .about .sub-comment {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .about .comment.comment-top {
    padding-left: 3rem;
    font-size: 100%;
  }
  .about .comment h3 {
    font-size: 150%;
  }
  .about .comment.comment-top h3 {
    font-size: 170%;
  }
  .about.about-energy-1 .inner {
    padding-top: 0;
    background-image: url(../.././images/about-energy/energy1sp.png);
  }
  .about.about-energy-1 .logo {
    max-width: 50%;
  }
  .about.about-energy-1 .comment {
    margin-top: 0;
  }
  .about.about-energy-1 .bg-foot {
    margin-top: 0;
  }
  .about.about-energy-2 {
    margin-top: 0;
  }
  .about.about-energy-2 .inner {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* コンテンツ */
/* メインイメージ */
#top-slide {
  overflow: hidden;
  position: relative;
}

#top-slide-inner {
  /*    background-color: rgba(255, 255, 255, .8);
    padding: 20px;*/
  position: relative;
  z-index: 6;
}

.toppanel-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

.toppanel-overlay .container {
  text-align: center;
}

.toppanel-overlay .container p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .toppanel-overlay {
    bottom: 1%;
  }
  .toppanel-overlay .container img {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .toppanel-overlay {
    bottom: 1%;
  }
  .toppanel-overlay .container img {
    max-width: 240px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .toppanel-overlay {
    bottom: 5%;
  }
  .toppanel-overlay .container img {
    max-width: 360px;
  }
}
@media screen and (min-width: 1440px) {
  .toppanel-overlay {
    bottom: 5%;
  }
  .toppanel-overlay .container img {
    max-width: 420px;
  }
}
.slides .wk-content {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wk-slideshow .wk-content {
  position: relative;
}

#top-slide .slide .owl-carousel .owl-controls .owl-nav .owl-prev,
#top-slide .slide .owl-carousel .owl-controls .owl-nav .owl-next {
  display: none !important;
}

/* コンテンツエリア */
.page-content {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  height: auto;
  overflow: auto;
}

/* members-plan */
.members-plan {
  background: #E9E9E9;
  margin-left: 0;
  margin-right: 0;
}

.members-plan > div {
  padding: 0;
}

.members-plan .content-box {
  background: #E9E9E9;
  font-size: 85%;
}

/* gym-info-area */
.gym-info-area {
  background: #231815;
  padding: 20px;
  color: #fff;
  margin-top: 20px;
  /*margin-bottom: -100px;*/
}

.gym-info-area h2 {
  text-align: center;
}

.gym-info-area h2 small {
  color: #fff;
}

.gym-info-area p {
  line-height: 1.2;
}

.gym-info-area dl {
  margin-bottom: 0;
}

.gym-info-area dt {
  text-align: center;
}

.gym-info-area dd {
  border-top: 1px solid #fff;
  padding-top: 2em;
}

/* bodycontrol */
.bodycontrol {
  background: #EFEFEF;
}

.bodycontrol img {
  max-width: 100%;
}

.bodycontrol div.left {
  float: left;
  padding: 10px;
  width: 470px;
}

.bodycontrol div.right {
  float: right;
  padding: 10px;
  width: 470px;
}

@media (max-width: 768px) {
  .bodycontrol div.left {
    float: none;
    padding: 10px;
    width: auto;
  }
  .bodycontrol div.right {
    display: none;
  }
}
/* free-training */
.free-training {
  display: block;
  background-color: #D3D3D3;
  padding-top: 20px;
  padding-bottom: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

/* premium-training */
.premium-training {
  display: block;
  background-color: #EFEFEF;
  padding: 25px;
  width: auto;
  height: auto;
  overflow: hidden;
  color: #5D5F61;
}

/* original-goods */
.original-goods div {
  margin-bottom: 20px;
}

.original-goods div span {
  display: block;
  background: #F4F4F4;
  padding: 10px;
  width: auto;
  height: auto;
}

.original-goods strong {
  display: block;
  text-align: left;
  padding-left: 5px;
  font-weight: normal;
}

/* membership */
.membership-mark {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.membership1 {
  display: block;
  background: #E6E6E6;
  padding: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.membership1 h3 {
  color: #727171;
}

.membership1 ul {
  font-size: 88%;
}

.membership1 ul li {
  list-style: disc;
  padding: 0px;
}

.membership2 {
  display: block;
  background: #F5F2EC;
  padding: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.membership2 h3 {
  color: #231815;
}

.membership2 h3 span {
  border-bottom: 2px #aa9649 solid;
}

/* later-payment */
.later-payment {
  font-size: 88%;
}

.later-payment h3 {
  color: #9FA0A0;
}

.later-payment h4 {
  color: #FFFFFF;
}

.later-payment h4 span {
  background: #C8B984;
  padding: 5px;
}

.later-payment .check {
  display: block;
  font-size: 88%;
}

/* medical-support */
.medical-support h3 {
  color: #9FA0A0;
}

/* photo-gallery */
.photo-gallery .wk-gallery {
  display: block;
  letter-spacing: -0.4em;
}

.photo-gallery .wk-gallery a {
  display: inline-block;
  margin: 0px;
  width: 20%;
  letter-spacing: normal;
}

.photo-gallery .wk-gallery a img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .photo-gallery .wk-gallery a {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .photo-gallery .wk-gallery a {
    width: 50%;
  }
}
/* energy-water-image */
.energy-water-image {
  position: relative;
  display: block;
  top: -150px;
  width: auto;
  height: auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .energy-water-image {
    top: 0px;
    width: 100%;
  }
}
/* サイドメニュー */
/*Sidebar Menu v1*/
.sidebar-nav-v1 li {
  padding: 0;
  border-radius: 0 !important;
}

.sidebar-nav-v1 > li {
  border-width: 1px 0 0;
  border-style: dashed;
  border-color: #4348a2;
  background-color: #ebecfb;
}

.sidebar-nav-v1 > li:first-child {
  border-width: 0;
}

.sidebar-nav-v1 li a {
  display: block;
  padding: 15px 7.5px 15px 30px;
}

.sidebar-nav-v1 li a:hover {
  text-decoration: none;
  background: #d5d7f3;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
  background: #d5d7f3;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover,
.sidebar-nav-v1 > li.active:focus {
  border-color: #4348a2;
  z-index: 1;
}

.sidebar-nav-v1 > li.active > a {
  color: #4348a2;
  border-bottom: 1px dashed;
}

.sidebar-nav-v1 > li.active:after {
  top: 13px;
  right: 15px;
  color: #4348a2;
  font-size: 16px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

/*Sidebar Sub Navigation*/
.sidebar-nav-v1 li ul {
  padding: 0;
  list-style: none;
}

.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
  background: #f8f8f8;
}

.sidebar-nav-v1 li ul a {
  color: #4348a2;
  border-top: solid 1px #ddd;
  padding: 15px 30px 15px 17px;
}

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #4348a2;
}

/*Sidebar Badges*/
.list-group-item li > .badge {
  float: right;
}

.sidebar-nav-v1 span.badge {
  margin-top: 8px;
  margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle > span.badge {
  margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 10px;
}

/*Sidebar List Toggle*/
.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

.list-toggle.active:after {
  color: #fff;
  content: "\f107";
}

/* floating-banner */
#floating-banner {
  position: fixed;
  z-index: 900;
  right: 1rem;
  bottom: 1rem;
  text-align: left;
}

#floating-banner #floating-close {
  text-align: right;
  font-size: 21px;
  font-weight: bold;
  color: #CCC;
  color: #9b9b9b;
  /* text-shadow: #7c7c7c 1px 1px 1px; */
  cursor: pointer;
  max-width: 47dvw;
}

#floating-banner img {
  max-width: 47dvw;
  height: auto;
  box-shadow: #7c7c7c 1px 1px 1px;
}

@media (min-width: 768px) {
  #floating-banner {
    right: 10.5rem;
    bottom: 2.5rem;
  }
  #floating-banner img {
    max-width: 200px;
  }
}
/* floating-banner */
#floating-banner02 {
  position: fixed;
  z-index: 900;
  right: 1rem;
  bottom: 1rem;
  text-align: left;
  left: 1rem;
}

#floating-banner02 #floating-close02 {
  text-align: right;
  font-size: 21px;
  font-weight: bold;
  color: #CCC;
  color: #9b9b9b;
  /* text-shadow: #000 1px 1px 3px; */
  cursor: pointer;
  max-width: 47dvw;
}

#floating-banner02 img {
  max-width: 47dvw;
  height: auto;
  border-radius: 5px;
  box-shadow: #7c7c7c 1px 1px 1px;
}

@media (min-width: 768px) {
  #floating-banner02 {
    left: initial;
    right: 1rem;
    bottom: 11.5rem;
  }
  #floating-banner02 img {
    max-width: 29.5rem;
  }
}
/* energy-circle */
.energy-circle-heading {
  font-size: 24px;
}

.energy-circle-heading h3 {
  font-size: 40px;
  font-weight: bold;
  color: #666;
}

.energy-circle-heading strong {
  font-size: 32px;
}

.energy-circle-heading small {
  font-size: 75%;
}

.energy-circle-text {
  margin: auto;
  max-width: 550px;
}

/* イメージキャラクター */
.image-character-title {
  font-size: 250%;
  line-height: 1.25em;
  font-style: oblique;
  color: #aa9649;
}

.image-character-subtitle {
  margin-top: 50px;
  color: #333333;
}

.image-character-profile {
  display: flex;
  flex-wrap: wrap;
  min-height: 925px;
  background-image: url("/images/image-character/profile-bg-md.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.image-character-profile .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 925px;
}

.image-character-profile .photo {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: -10px;
  margin-right: -10px;
}

.image-character-profile .photo > div {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}

@media (max-width: 767px) {
  .image-character-title {
    font-size: 180%;
  }
  .image-character-subtitle {
    margin-top: 0;
  }
  .image-character-profile {
    min-height: auto;
    background-image: none;
  }
  .image-character-profile .inner {
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .image-character-subtitle {
    margin-top: 30;
  }
  .image-character-profile {
    min-height: 778px;
    background-image: url("/images/image-character/profile-bg-sm.jpg");
  }
  .image-character-profile .inner {
    height: 778px;
  }
  .image-character-profile .photo img {
    max-height: 245px;
  }
}
/* レイアウト */
#header {
  position: relative;
  margin-bottom: 5px;
}

.navbar-header {
  display: flex;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

@media (min-width: 768px) {
  .navbar-header {
    width: 100%;
  }
}
.navbar-header .logo {
  margin-right: 1rem;
}

.navbar-header .sub-nav {
  margin-left: auto;
  margin-right: 0;
}

.navbar-header .toggle-menu {
  margin-right: 1.5rem;
}

.navbar-header .navbar-brand {
  background-image: url("../.././images/common/logo-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  margin: 0px 0px 0px 10px;
  padding: 0;
  width: 150px;
  height: 100%;
  overflow: hidden;
  text-indent: -999em;
  transition: all 0.3s linear 0s;
}

.navbar-inverse {
  background-color: #fff;
  border-color: #000;
  border-width: 2px 0 1px;
}

.navbar-toggle {
  margin-right: 0;
}

.navbar-toggle img {
  width: 42px;
  height: 42px;
  max-width: inherit;
}

@media (min-width: 768px) {
  .navbar-header .navbar-brand {
    width: 258px;
    height: 70px;
    background-image: url("../.././images/common/logo.png");
  }
}
.separator {
  display: inline-block;
  padding-top: 10px;
  width: 319px;
}

#navbar {
  max-height: inherit;
  background-color: #5a4e4b;
}

#navbar .navbar-nav {
  font-family: "Sawarabi Mincho";
}

#navbar .navbar-nav > li > a {
  font-weight: 200;
  color: #fff;
}

#navbar .navbar-nav > li > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

#navbar .nav-sp .navbar-nav {
  margin: 7.5px -25px;
}

#navbar .nav-sp .navbar-nav li {
  width: 100%;
}

#navbar .nav-sp .navbar-nav .dropdown .separator {
  padding: 10px 15px;
  width: 100%;
  color: #FFF;
}

#navbar .nav-sp .navbar-nav .dropdown .separator::before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #C09E46;
  margin-right: 3px;
}

#navbar .nav-sp .navbar-nav .dropdown .separator::after {
  content: "+";
  display: inline-block;
  margin-left: 1rem;
  font-size: 120%;
  font-weight: bold;
}

#navbar .nav-sp .navbar-nav .dropdown .dropdown-menu {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #9C9593;
}

#navbar .nav-sp .navbar-nav .dropdown .dropdown-menu li {
  border: 0;
}

#navbar .nav-sp .navbar-nav .dropdown .dropdown-menu li a {
  display: block;
  padding: 15px 15px 15px 30px;
  font-size: 13px;
  white-space: normal;
  color: #FFF;
}

#navbar .nav-sp .navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #fff;
  background-color: rgba(64, 55, 53, 0.5);
}

#navbar .nav-sp .navbar-nav .dropdown .dropdown-menu li.win a::after {
  content: url(/images/win.svg);
  display: inline-block;
  margin-left: 0.5rem;
  width: 13px;
  height: 13px;
}

#navbar .nav-sp .navbar-nav .dropdown .dropdown-menu li.active a {
  background-color: #403735;
}

#navbar .nav-sp .navbar-nav .dropdown.open .separator::after {
  content: "-";
}

#navbar .nav-sp .navbar-nav .submenu-separator {
  text-align: center;
}

#navbar .nav-sp .navbar-nav .submenu-separator .separator {
  padding: 0;
  width: 90%;
  height: 0px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px #FFF solid;
}

#navbar .nav-sp .navbar-nav .submenu {
  float: left;
  width: 33.3333333333%;
  padding: 0 1rem;
  font-size: 12px;
}

#navbar .nav-pc .navbar-nav {
  display: flex;
  justify-content: center;
}

#navbar .nav-pc .navbar-nav li {
  text-align: center;
}

#navbar .nav > li > a > img {
  max-width: none;
  vertical-align: baseline;
}

.navbar-inverse .navbar-toggle {
  padding: 0;
  border: 0;
  border-radius: 0;
}

#sub-nav a {
  color: #333;
  background-color: inherit !important;
}

#sub-nav a:hover {
  opacity: 0.8;
}

#sub-nav .image-item > img {
  margin-right: 0.2em;
}

#sub-nav .input-group {
  float: right;
  width: 210px;
}

#sub-nav .input-group .form-control {
  border-radius: 17px;
  background: url("../.././images/icon/search-icon.png") no-repeat 90% 50% #f0f0f0;
}

#sub-nav .input-group .form-control:focus {
  background-image: none;
  background-color: #fff;
}

#footer {
  background: #5A4E4B;
}

.footer-menu {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-menu .list-inline > li {
  vertical-align: top;
  margin-left: 10px;
  color: #fff;
}

.footer-menu .list-inline > li > ul > li {
  margin-bottom: 5px;
  font-size: 13px;
}

.footer-menu .list-inline > li > ul > li:before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}

.footer-menu .list-inline > li > ul > li > ul > li:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}

.footer-menu .list-inline > li > ul > li > ul > li {
  padding-left: 1em;
}

footer .sns {
  font-size: 24px;
}

footer .sns ul > li {
  margin-left: 0px !important;
  padding: 0px 0px 0px 5px;
}

#footer .row > .list-inline li a > img {
  margin-right: 0.2em;
  margin-left: 0.5em;
}

#footer a {
  color: #fff !important;
}

#footer a:hover {
  opacity: 0.9;
}

.footer-menu li {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-menu .list-inline > li > ul > li {
    float: left;
    margin-right: 20px;
  }
  #footer .dl-horizontal dt {
    float: left;
    width: 5em;
  }
  #footer .dl-horizontal dd {
    margin-left: 5.1em;
  }
}
.copyright {
  color: #fff;
  padding: 15px 5px;
  background: #403735;
}

.pagetop {
  background: none repeat scroll 0 0 #000;
  border-radius: 50%;
  color: #fff;
  font-size: 12.5px;
  height: 70px;
  line-height: 50px;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  box-shadow: rgba(255, 255, 255, 0.4) 0px 2px 10px -1px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0px 2px 10px -1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0px 2px 10px -1px;
}

@media (max-width: 768px) {
  .pagetop {
    display: none !important;
  }
}
/* original-protein */
.original-protein-hmb > h2 img {
  margin-right: 0.8rem;
  max-width: 50px;
}

.original-protein-hmb > .inner {
  margin-left: 3.5rem;
}

.original-protein-hmb > .inner p.indent {
  margin-left: 1.3rem;
  text-indent: -1.3rem;
}

.original-protein-table {
  border: 1px #231816 solid;
}

.original-protein-table > h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 8px;
  background-color: #231816;
  font-size: 16px;
  color: #FFFFFF;
}

.original-protein-table > h4 span {
  font-size: 14px;
}

.original-protein-table > div.inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.original-protein-table > div.inner > div {
  padding: 8px;
}

.original-protein-table > div.inner > div:nth-child(2) {
  width: 50% !important;
  border-left: 1px #231816 solid;
}

.original-protein-table > div.inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

@media (max-width: 767px) {
  .original-protein-hmb > .inner {
    margin-left: 0;
  }
  .original-protein-table > h4 span {
    display: block;
    margin-top: 0.5rem;
  }
  .original-protein-table > div.inner > div:nth-child(2) {
    width: 100% !important;
    border-left: 0px;
    border-top: 1px #231816 solid;
  }
}
/* energy-protein */
.energy-protein-table {
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #231816;
  font-size: 12px;
  margin-bottom: 0px;
}

.energy-protein-table th,
.energy-protein-table td {
  border-top: 0px !important;
}

.energy-protein-table th {
  color: #FFFFFF;
}

.energy-protein-table th span {
  float: right;
}

.energy-protein-table td {
  background-color: #FFFFFF;
  color: #231816;
}

.energy-protein-table td ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* personal-training */
.personal-training .personal-training-top {
  background-color: #A0A0A0;
  padding: 30px;
  color: #FFFFFF;
}

.personal-training .personal-training-bottom {
  background-color: #EFEFEF;
}

.personal-training .personal-training-bottom h3 {
  color: #5D5F61;
}

.personal-training .personal-training-bottom div.left {
  clear: both;
  padding-right: 0px;
}

.personal-training .personal-training-bottom div.right {
  padding-left: 0px;
}

.personal-training .personal-training-bottom div.right ul {
  margin: 0px;
  padding: 0px;
}

.personal-training .personal-training-bottom div.right ul li {
  position: relative;
  list-style: none;
}

.personal-training .personal-training-bottom div.man ul li.list1 {
  top: 15px;
}

.personal-training .personal-training-bottom div.man ul li.list2 {
  top: 30px;
}

.personal-training .personal-training-bottom div.man ul li.list3 {
  top: 85px;
}

.personal-training .personal-training-bottom div.man ul li.list4 {
  top: 110px;
}

.personal-training .personal-training-bottom div.man ul li.list5 {
  top: 145px;
}

.personal-training .personal-training-bottom div.man ul li.list6 {
  top: 165px;
}

.personal-training .personal-training-bottom div.woman ul li.list1 {
  top: 15px;
}

.personal-training .personal-training-bottom div.woman ul li.list2 {
  top: 35px;
}

.personal-training .personal-training-bottom div.woman ul li.list3 {
  top: 45px;
}

.personal-training .personal-training-bottom div.woman ul li.list4 {
  top: 60px;
}

.personal-training .personal-training-bottom div.woman ul li.list5 {
  top: 75px;
}

.personal-training .personal-training-bottom div.woman ul li.list6 {
  top: 95px;
}

.personal-training .personal-training-bottom div.woman ul li.list7 {
  top: 100px;
}

.personal-training .personal-training-bottom div.right p {
  display: inline-block;
  margin-bottom: 0px;
  width: auto;
  height: auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 85%;
}

.personal-training .personal-training-bottom div.right span {
  display: inline-block;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  font-size: 85%;
  color: #FFFFFF;
}

.personal-training .personal-training-bottom div.woman span {
  background: #BE004A;
}

.personal-training .personal-training-bottom div.man span {
  background: #003670;
}

@media (max-width: 768px) {
  .personal-training .personal-training-bottom div.man ul li.list1,
  .personal-training .personal-training-bottom div.man ul li.list2,
  .personal-training .personal-training-bottom div.man ul li.list3,
  .personal-training .personal-training-bottom div.man ul li.list4,
  .personal-training .personal-training-bottom div.man ul li.list5,
  .personal-training .personal-training-bottom div.man ul li.list6,
  .personal-training .personal-training-bottom div.woman ul li.list1,
  .personal-training .personal-training-bottom div.woman ul li.list2,
  .personal-training .personal-training-bottom div.woman ul li.list3,
  .personal-training .personal-training-bottom div.woman ul li.list4,
  .personal-training .personal-training-bottom div.woman ul li.list5,
  .personal-training .personal-training-bottom div.woman ul li.list6,
  .personal-training .personal-training-bottom div.woman ul li.list7 {
    top: 0px;
  }
  .personal-training .personal-training-bottom div.left {
    display: none;
  }
}
@media (max-width: 768px) {
  .personal-training .personal-training-bottom div.right span {
    display: block;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 5px;
  }
}
/* plans-grid */
.plans-grid.vertical .row {
  border-top: 0px;
  border-left: 0px;
}

.plans-grid.vertical .row > div {
  margin-bottom: 3rem;
  border-top: 1px #AAA solid;
  border-left: 1px #AAA solid;
  border-collapse: collapse;
}

.plans-grid.vertical .row > div:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .plans-grid.vertical .row {
    border-top: 1px #AAA solid;
    border-left: 1px #AAA solid;
  }
  .plans-grid.vertical .row > div {
    margin-bottom: 0;
    border-top: 0px;
    border-left: 0px;
  }
}
/* plans-note */
.plans-note {
  text-align: center;
  color: #C53164;
}

@media (min-width: 768px) {
  .plans-note {
    text-align: right;
  }
}
/* plan-price-table */
table.plan-price-table {
  font-size: 10px;
}

table.plan-price-table th span {
  display: block;
  min-height: 45px;
  line-height: 45px;
  vertical-align: middle;
}

table.plan-price-table th.plan-images {
  padding: 0px;
}

table.plan-price-table th span.double {
  line-height: 22px;
}

table.plan-price-table th span.sp-icon {
  background-image: url("../.././images/plans/sp-icon.png");
  background-repeat: no-repeat;
  background-position: right;
}

.plan-price-table > thead > tr > th,
.plan-price-table > thead > tr > td,
.plan-price-table > tbody > tr > th,
.plan-price-table > tbody > tr > td {
  vertical-align: middle;
}

.plan-table > thead > tr > th,
.plan-table > thead > tr > td {
  height: 3.5em;
}

.plan-price-table dl {
  border-bottom: 1px solid #ddd;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 8px;
}

.plan-price-table .dl-horizontal dt {
  float: left;
  width: 15em;
  overflow: hidden;
  clear: left;
  text-align: center;
}

.plan-price-table .dl-horizontal dd {
  margin-left: 15.5em;
  padding: 8px;
}

@media (max-width: 767px) {
  table.plan-price-table {
    font-size: 12px;
  }
  /*
    .plan-price-table > thead > tr >th,
    .plan-price-table > thead > tr >td,
    .plan-price-table > tbody > tr >th,
    .plan-price-table > tbody > tr >td {
        border-left: 0px !important;
        border-right: 0px !important;
    }
  */
}
.plan-table {
  border: 1px #AAA solid;
}

.plan-table > thead > tr > th,
.plan-table > thead > tr > td,
.plan-table > tbody > tr > th,
.plan-table > tbody > tr > td {
  vertical-align: middle;
  /*    background: url("../.././images/common/v-line.png") no-repeat right 50%;*/
}

.plan-price-table th.g_silver {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+51,eeeeee+100 */
  background: #eeeeee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eeeeee 0%, #ffffff 51%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#eeeeee", GradientType=1);
  /* IE6-9 */
}

/* newplan */
body.newplan {
  background: #838488;
}

.item-page.newplan ul {
  text-shadow: 0px 1px 20px #000000;
  font-family: Helvetica, sans-serif;
}

.newplan h2 {
  text-shadow: 0px 1px 20px #000000;
  font-family: Helvetica, sans-serif;
}

.newplan p {
  text-shadow: 0px 1px 20px #FFFFFF;
  font-family: Helvetica, sans-serif;
}

.newplan .section1 h2 {
  color: #fff;
  font-size: 40px;
}

.newplan .section1 h4,
.newplan .section1 p,
.newplan .section1 h2 small {
  color: #fff;
}

.newplan .section1 li {
  color: #fff;
}

@media (max-width: 768px) {
  .newplan .section1 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .newplan .section2 {
    background-color: #666;
    margin-left: -10px;
    margin-right: -10px;
  }
  .newplan .section3 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .newplan .section4 {
    background-color: #666;
    margin-left: -10px;
    margin-right: -10px;
  }
  .newplan .section5 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  body.newplan {
    background: #fff;
  }
  .newplan .section1 {
    background: url(../.././images/newplan/newplan-bg1.png) no-repeat 50% 0;
    background-size: cover;
    padding: 180px 0 240px;
    margin: 0 -10px -80px;
    z-index: 3;
    position: relative;
  }
  .newplan .section2 {
    background: url("../.././images/newplan/newplan-bg2.png") no-repeat 50% 0;
    background-size: cover;
    padding: 80px 0 30px;
    margin: 0 -10px 10px;
    z-index: 1;
    position: relative;
  }
  .newplan .section3 {
    background: url("../.././images/newplan/newplan-bg3.png") no-repeat 50% 0;
    background-size: cover;
    padding: 120px 0 100px;
    margin: 0 -10px 10px;
  }
  .newplan .section4 {
    background: url("../.././images/newplan/newplan-bg4.png") no-repeat 50% 0;
    background-size: cover;
    padding: 50px 0 105px;
    margin: 0 -10px 10px;
  }
  .newplan .section5 {
    background: url("../.././images/newplan/newplan-bg5.png") no-repeat 50% 0;
    background-size: cover;
    padding: 90px 0 170px;
    margin: 0 -10px 10px;
  }
}
@media (min-width: 1280px) {
  .newplan .section1 {
    background: url(../.././images/newplan/newplan-bg1.png) no-repeat 50% 0;
    background-size: cover;
    padding: 180px 0 240px;
    margin: 0 -10px -80px;
    z-index: 3;
    position: relative;
  }
  .newplan .section2 {
    background: url("../.././images/newplan/newplan-bg2.png") no-repeat 50% 0;
    background-size: cover;
    padding: 80px 0 30px;
    margin: 0 -10px 10px;
    z-index: 1;
    position: relative;
  }
  .newplan .section3 {
    background: url("../.././images/newplan/newplan-bg3.png") no-repeat 50% 0;
    background-size: cover;
    padding: 120px 0 100px;
    margin: 0 -10px 10px;
  }
  .newplan .section4 {
    background: url("../.././images/newplan/newplan-bg4.png") no-repeat 50% 0;
    background-size: cover;
    padding: 50px 0 105px;
    margin: 0 -10px 10px;
  }
  .newplan .section5 {
    background: url("../.././images/newplan/newplan-bg5.png") no-repeat 50% 0;
    background-size: cover;
    padding: 90px 0 170px;
    margin: 0 -10px 10px;
  }
}
/* staff */
.staffs .contents-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 0px 0px rgba(232, 232, 232, 0.8);
  padding: 10px;
  margin: 10px 5px;
}

.staffs .contents-box h4 {
  border-bottom: 1px solid #aa9649;
  padding-bottom: 10px;
  margin-top: 20px;
  color: #000;
}

.staffs .contents-box small {
  display: block;
}

.staffs .contents-box p {
  display: flex;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4;
}

.staffs .contents-box p {
  margin-bottom: 0;
  font-size: 13px;
}

@media (min-width: 768px) {
  .staffs .contents-box small {
    display: inline-block;
  }
}
.staff-intoro h3 {
  font-size: 18px;
}

.staff-intoro p {
  font-size: 15px;
}

.staff-intoro p small {
  font-size: 13px;
}

@media (min-width: 768px) {
  .staff-intoro {
    margin-bottom: 15rem;
    padding-top: 175px;
    background-image: url("../.././images/staff/staff-intoro-bg.png");
    background-position: right top;
    background-repeat: no-repeat;
  }
}
.staff-list .row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}

.staff-list .row > div {
  padding-left: 20px;
  padding-right: 20px;
}

.staff-list h3 {
  position: relative;
  margin-bottom: 10rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 25px;
  color: #D3B572;
}

.staff-list h3::before,
.staff-list h3::after {
  position: absolute;
  content: "";
  display: block;
  margin: 0 auto;
}

.staff-list h3::before {
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 1px;
  background-color: #D3B572;
}

.staff-list h3::after {
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #D3B572 transparent transparent transparent;
}

.staff-list dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 3rem auto;
  max-width: 480px;
}

.staff-list dl dt,
.staff-list dl dd {
  position: relative;
  /*flex-wrap: wrap;*/
}

.staff-list dl dt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.staff-list dl dt div.cover {
  position: relative;
}

.staff-list dl dt div.cover img {
  position: relative;
  z-index: 15;
  /*width: 223px;*/
  /*height: 250px;*/
  width: 223px;
  height: 250px;
}

.staff-list dl dt div.cover::after {
  position: absolute;
  content: "";
  display: block;
  width: 60%;
  height: 75%;
  background-color: #D3B572;
  z-index: 10;
}

.staff-list dl.left-top dt div.cover {
  padding: 1.25rem 0 0 1.25rem;
}

.staff-list dl.left-top dt div.cover::after {
  top: 0;
  left: 0;
}

.staff-list dl.left-bottom dt div.cover {
  padding: 0 0 1.25rem 1.25rem;
}

.staff-list dl.left-bottom dt div.cover::after {
  left: 0;
  bottom: 0;
}

.staff-list dl.right-top dt div.cover {
  padding: 1.25rem 1.25rem 0 0;
}

.staff-list dl.right-top dt div.cover::after {
  top: 0;
  right: 0;
}

.staff-list dl.right-bottom dt div.cover {
  padding: 0 1.25rem 1.25rem 0;
}

.staff-list dl.right-bottom dt div.cover::after {
  right: 0;
  bottom: 0;
}

.staff-list dl dd {
  padding: 1.25rem;
  width: 100%;
}

.staff-list dl dd h4 {
  display: block;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  border-bottom: 1px #000 solid;
  font-size: 25px;
  color: #000;
}

.staff-list dl dd p {
  margin-bottom: 0;
  font-size: 13px;
}

@media (min-width: 768px) {
  .staff-list h3 {
    margin-bottom: 15rem;
    font-size: 30px;
  }
  .staff-list dl {
    flex-wrap: nowrap;
    margin: 0 auto 10rem auto;
    max-width: inherit;
  }
  .staff-list dl dt {
    width: 50%;
  }
  .staff-list dl dd {
    width: 50%;
  }
}
.staff-profile {
  border: 10px #E5E5E5 solid;
  margin-top: 3rem;
  font-size: 13px;
  line-height: 18px;
}

.staff-profile h3 {
  margin-bottom: 0.5rem;
  line-height: 21px;
}

.staff-profile .textbox {
  padding: 0 1.5rem;
}

.staff-profile__header {
  display: grid;
  grid-template-columns: 57% 40%;
  grid-template-rows: auto auto auto;
  gap: 0.5% 3%;
  grid-template-areas: "areaA areaA" "areaB areaC" "areaD areaD";
  margin-bottom: 3rem;
}

.staff-profile__header > div {
  /*border: 1px #aa9649 solid;*/
  position: relative;
}

.staff-profile__header .images {
  grid-area: areaA;
  display: flex;
  justify-content: center;
}

.staff-profile__header .images img {
  width: 100%;
  height: auto;
  border: 10px #F6F1EE solid;
}

.staff-profile__header .data {
  grid-area: areaB;
  display: flex;
  justify-content: center;
  padding-left: 3.5vw;
}

.staff-profile__header .data .inbox {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 95%;
  height: auto;
}

.staff-profile__header .data .inbox .inbox-bg {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgba(191, 174, 115, 0.9);
  color: #FFF;
}

.staff-profile__header .data .inbox p {
  margin-bottom: 0.5rem;
  line-height: 16px;
}

.staff-profile__header .data .inbox p:first-child {
  font-size: 21px;
  line-height: 30px;
  font-family: "Noto Serif JP", serif;
}

.staff-profile__header .data .inbox p:last-child {
  margin-bottom: 0;
}

.staff-profile__header .data .inbox p span {
  font-size: 11px;
}

.staff-profile__header .title {
  grid-area: areaC;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-right: 3.5vw;
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 5vw;
}

.staff-profile__header .title > div {
  display: flex;
  justify-content: space-between;
}

.staff-profile__header .title span.c2 {
  color: #bfae73;
}

.staff-profile__header .title span.c3 {
  color: #b4b4b5;
}

.staff-profile__header .text {
  grid-area: areaD;
}

.staff-profile__header .text p:last-child {
  margin-bottom: 0;
}

.staff-profile .history {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 1.5rem;
}

.staff-profile .history > div {
  margin-top: 0.75rem;
}

.staff-profile__header .title p {
  line-height: 1.3;
  margin-bottom: 18px;
  font-size: 3.5dvw;
  color: #FFF;
  padding: 8px 0 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #737373 14%, #737373 86%, rgba(255, 255, 255, 0) 100%);
}

.staff-profile__header .title p span {
  display: none;
}

@media (min-width: 768px) {
  .staff-profile {
    margin-top: 6rem;
    border: 26px #E5E5E5 solid;
    font-size: 16px;
    line-height: 23px;
  }
  .staff-profile h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .staff-profile .textbox {
    padding: 0 2rem;
  }
  .staff-profile__header {
    display: grid;
    grid-template-columns: 350px 145px auto;
    grid-template-rows: 200px auto;
    gap: 0;
    grid-template-areas: "areaA areaB areaC" "areaA areaD areaD";
  }
  .staff-profile__header > div {
    /*border: 1px #aa9649 solid;*/
    position: relative;
  }
  .staff-profile__header .images {
    grid-area: areaA;
    display: flex;
    justify-content: center;
  }
  .staff-profile__header .images img {
    border: 19px #F6F1EE solid;
  }
  .staff-profile__header .data {
    grid-area: areaB;
    display: flex;
    justify-content: center;
  }
  .staff-profile__header .data .inbox {
    position: absolute;
    top: -26px;
    right: 0;
    padding: 0;
    width: 205px;
    height: 225px;
  }
  .staff-profile__header .data .inbox .inbox-bg {
    aspect-ratio: inherit;
    padding: 12px 0;
  }
  .staff-profile__header .data .inbox p {
    margin-bottom: 1rem;
    line-height: 21px;
  }
  .staff-profile__header .data .inbox p span {
    font-size: 13px;
  }
  .staff-profile__header .data .inbox p:first-child {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .staff-profile__header .title {
    grid-area: areaC;
    justify-content: end;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
    font-size: 24px;
    line-height: 36px;
  }
  .staff-profile__header .title p {
    line-height: 1.3;
    font-size: 16px;
    padding: 8px 0 10px;
  }
}
@media (min-width: 768px) {
  .staff-profile__header .title {
    font-size: 36px;
    line-height: 48px;
  }
  .staff-profile__header .title p {
    line-height: 1;
    margin-bottom: 18px;
    font-size: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #737373 22%, #737373 77.95%, rgba(255, 255, 255, 0) 100%);
  }
  .staff-profile__header .title p br {
    display: none;
  }
  .staff-profile__header .title p span {
    display: inline;
  }
}
/* training-machine */
.training-machine div {
  margin-bottom: 20px;
}

.training-machine strong {
  position: absolute;
  display: block;
  padding: 3px;
  bottom: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.8+62,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 62%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);*/
  /* IE6-9 */
  font-weight: normal;
}

.training-machine a {
  color: #FFFFFF;
}

.collagenic-tanning1 .text {
  display: block;
  background-image: url("../.././images/floorguide/collagenic-tanning1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 15px 20px 15px 230px;
  width: auto;
  height: 388px;
  overflow: hidden;
  font-size: 88%;
}

.collagenic-tanning2 .text {
  display: block;
  background-image: url("../.././images/floorguide/collagenic-tanning2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 25px 25px 25px 320px;
  width: auto;
  height: 388px;
  overflow: hidden;
  font-size: 88%;
  color: #FFFFFF;
}

.osmap-items ul li {
  display: inline-block;
  padding: 10px;
}

.osmap-items ul > li:before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}

@media (max-width: 940px) {
  .collagenic-tanning1 .text {
    padding: 10px 10px 10px 190px;
  }
  .collagenic-tanning2 .text {
    padding: 10px 10px 10px 270px;
  }
}
@media (max-width: 768px) {
  .collagenic-tanning1 .text {
    background-image: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f7+0,ffffff+38,ffffff+50,ffffff+63,f5f6f7+100 */
    background: rgb(245, 246, 247);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(245, 246, 247) 0%, rgb(255, 255, 255) 38%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 63%, rgb(245, 246, 247) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f7', endColorstr='#f5f6f7', GradientType=0);*/
    /* IE6-9 */
  }
  .collagenic-tanning2 .text {
    background-image: none;
    background-color: #000000;
  }
  .collagenic-tanning1 .text,
  .collagenic-tanning2 .text {
    padding: 10px;
    height: auto;
  }
  .collagenic-tanning1 .text br.pcbr,
  .collagenic-tanning2 .text br.pcbr {
    display: none !important;
  }
}
/* TOPページ用 */
.sns-widget.row {
  display: flex;
  flex-wrap: wrap;
}

.sns-widget .sns-widget-item {
  display: flex;
  flex-wrap: wrap;
}

.sns-widget .sns-widget-item h4 {
  width: 100%;
  height: auto;
  color: #FFF;
}

.sns-widget .sns-widget-item .sns-widget-item-inner {
  display: inline-flex;
  padding: 1rem;
  width: 100%;
  /*height: 90%;*/
  background-color: #FFF;
  overflow: hidden;
}

.sns-widget .sns-widget-item .sns-widget-item-inner.inner-instagram {
  height: 320px;
}

.sns-widget .sns-widget-item .sns-widget-item-inner.inner-facebook {
  height: 320px;
}

.sns-widget .is_widget_area,
.sns-widget .fb_page_plugin_area {
  display: block;
  width: 100%;
}

/*.sns-widget .is_widget_area iframe {
    width: 100% !important;
}*/
.sns-widget .instafeed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.sns-widget .instafeed li {
  margin: 0;
  padding: 0;
  width: 33.33333333%;
  list-style: none;
}

.sns-widget .instafeed li img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .sns-widget .sns-widget-item .sns-widget-item-inner {
    display: inline-flex;
  }
  .sns-widget .sns-widget-item .sns-widget-item-inner.inner-instagram {
    height: 448px;
  }
  .sns-widget .sns-widget-item .sns-widget-item-inner.inner-facebook {
    height: 448px;
  }
  #instafeed li {
    width: 33.33333333%;
  }
}
/* common */
body {
  color: #333333;
  background: #ffffff;
  font-family: "Noto Sans Japanese";
  font-size: 14px;
  font-weight: 300;
  padding-top: 16vw;
}
@media (min-width: 768px) {
  body {
    padding-top: 128px;
  }
}

body.top-slide-hidden #top-slide {
  display: none;
}

/* font */
.font-lg {
  font-size: 150%;
}

.font-gothic {
  font-family: "Noto Sans Japanese";
}

.font-mincho {
  font-family: "Noto Serif JP", serif;
}


.ctr-titl h2 {
  text-shadow: 1.659px 3.318px 3.318px rgba(0, 0, 0, 0.12);
  font-size: 10dvw;
  font-weight: bold;
  background: linear-gradient(88deg, #C3A247 -37.5%, #875F23 -24.06%, #D3BE80 14.78%, #C3A247 73.04%, #875F23 95.45%), #D9D9D9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* プレフィックスなしのプロパティも追加 */
  color: transparent;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .ctr-titl h2 {
    font-size: 48px;
  }
}
.ctr-titl h2::after {
  content: "";
  display: block;
  margin: 3rem auto 0 auto;
  width: 60px;
  height: 4px;
  border-bottom: 4px #C09E46 solid;
  box-shadow: 2px 2px 5px rgba(192, 158, 70, 0.8);
  border-color: #D6C180;
  -o-border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image-slice: 1;
  box-shadow: inherit;
}

@media (min-width: 768px) {
  .ctr-titl h2::after {
    content: initial;
  }
}
/* .ctr-titl p br{
  display: block;
}

@media (min-width: 768px) {
  .ctr-titl p br {
    display: none; 
  }
} */
.ctr-titl p {
  color: #FFF;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .ctr-titl p {
    margin: 10px 0 0 0px;
    text-align: left;
  }
}
.ctr-titl > p {
  margin-bottom: -1rem;
}

@media (min-width: 768px) {
  .ctr-titl > p {
    margin-bottom: 2rem;
  }
}
.ctr-titl a {
  display: block;
  margin-top: 2rem;
  margin-bottom: -5rem;
  z-index: 5;
}

@media (min-width: 768px) {
  .ctr-titl a {
    display: contents;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.ctr-titl a p:nth-of-type(1) {
  text-align: center;
  font-size: 2rem;
  display: block;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .ctr-titl a p:nth-of-type(1) {
    margin-bottom: 0rem;
  }
}
.ctr-titl a p:nth-of-type(1)::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #fff;
  transform: rotate(-15deg);
  margin-bottom: -0.2em;
  margin-right: 0.5em;
}

.ctr-titl a p:nth-of-type(1)::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #fff;
  transform: rotate(15deg);
  margin-bottom: -0.2em;
  margin-left: 0.5em;
}

.ctr-titl a p:nth-of-type(2) {
  border-radius: 8px;
  background: linear-gradient(270deg, #A9547C -2.5%, #903461 100%);
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  width: 85vw;
  padding: 1.5rem 0.5rem;
}

@media (min-width: 768px) {
  .ctr-titl a p:nth-of-type(2) {
    width: 100%;
    padding: 2rem 3.5rem;
  }
}
.ctr-titl a p:nth-of-type(2) svg {
  height: 1em;
  margin-bottom: -0.1em;
}

@media (min-width: 768px) {
  .ctr-titl a p:nth-of-type(2) {
    padding: 1rem 6.5rem;
    font-size: 2.5rem;
  }
}
.gold-bar {
  background: linear-gradient(90deg, #C3A247 -0.91%, #875F23 8.31%, #D3BE80 34.94%, #C3A247 74.9%, #875F23 90.27%);
  height: 10px;
}

.sub-nav .nav > li > a img {
  width: 115px;
  margin-top: -0.5rem;
}

.main-bg1 .row {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .main-bg1 .row {
    flex-direction: row;
  }
}
picture {
  display: contents;
}

@media (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}
.p-mv {
  position: relative;
  display: block;
}

.p-mv .p-mvText__area {
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-size: 3vw;
  top: 35vw;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .p-mv .p-mvText__area {
    font-size: 1vw;
    top: 9vw;
  }
}
.p-mv .p-mvText__access {
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-size: 2.8vw;
  top: 43vw;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.05em;
  text-wrap: nowrap;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-mv .p-mvText__access {
    font-size: 1vw;
    top: 11vw;
  }
}
.p-mv .p-mvText__access span {
  display: none;
}

@media (min-width: 768px) {
  .p-mv .p-mvText__access span {
    display: inline-block;
    margin: 0 0.3vw;
  }
}
.p-mv .p-mvText__copy {
  position: absolute;
  color: #fff;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
  font-size: 3.4vw;
  top: 121.5vw;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .p-mv .p-mvText__copy {
    font-size: 1.4vw;
    top: 34.5vw;
  }
}
.p-conceptText {
  position: absolute;
  text-align: center;
  letter-spacing: 0.05em;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  top: 28px;
}

@media (min-width: 768px) {
  .p-conceptText {
    top: 90px;
    left: 700px;
    width: 530px;
    right: 0;
  }
}
.p-conceptText .u-01 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-conceptText .u-01 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
.p-conceptText svg {
  width: 30px;
}

@media (min-width: 768px) {
  .p-conceptText svg {
    width: 30px;
  }
}
.p-conceptText h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .p-conceptText h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.p-conceptText h3 strong {
  display: block;
  font-size: 28px;
  background: linear-gradient(90deg, #D3BE80 4.94%, #C3A247 50.9%, #875F23 90.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .p-conceptText h3 strong {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .p-conceptText .u-02 {
    font-size: 24px;
    margin-top: 50px;
  }
}
.p-conceptText .u-03 {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .p-conceptText .u-03 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.p-conceptText .u-04 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media (min-width: 768px) {
  .p-conceptText .u-04 {
    gap: 15px;
  }
}
.p-conceptText .u-04-1 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .p-conceptText .u-04-1 {
    font-size: 22px;
  }
}
.p-conceptText .u-04-2 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .p-conceptText .u-04-2 {
    font-size: 22px;
  }
}
.p-conceptText .u-border {
  border: solid 1px #fff;
  padding: 3px 20px;
  width: 100%;
}

.sp-br {
  display: inline;
}
@media (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

picture {
  display: contents;
}

/*------motoyama-renewal--------*/
.page-motoyama main#main {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  .page-motoyama main#main {
    font-size: 16px;
  }
}
.page-motoyama .wrapper {
  position: relative;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .page-motoyama .wrapper {
    padding: 10rem 0;
  }
}
.page-motoyama h2,
.page-motoyama h3,
.page-motoyama h4 {
  font-weight: bold;
}
.page-motoyama h3 {
  font-size: 19px;
}
@media (min-width: 768px) {
  .page-motoyama h3 {
    font-size: 21px;
  }
}
.page-motoyama .campaign {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background-color: #A41E23;
  font-size: 10px;
  color: #FFF;
}
.page-motoyama .text-danger {
  color: #A41E23;
}
.page-motoyama .text-heading {
  text-indent: -14px;
  margin-left: 14px;
}
@media (min-width: 768px) {
  .page-motoyama .text-heading {
    text-indent: -16px;
    margin-left: 16px;
  }
}

.motoyama-renewal-intro {
  margin-bottom: 1.5rem;
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .motoyama-renewal-intro {
    margin-bottom: 3rem;
    padding: 5rem 0;
  }
}
.motoyama-renewal-intro h2 {
  position: relative;
  margin-top: 0;
  text-align: center;
  font-size: 33px;
  background: #bf9b53;
  /* fallback for old browsers */
  background: linear-gradient(to right, #bf9b53, #d4bd85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: inherit;
  color: #C09E46;
  text-shadow: 0px 0px 0px rgba(192, 158, 70, 0.8);
}
@media (min-width: 768px) {
  .motoyama-renewal-intro h2 {
    font-size: 56px;
  }
}
.motoyama-renewal-intro h2::after {
  content: "";
  display: block;
  margin: 3rem auto 0 auto;
  width: 60px;
  height: 4px;
  border-bottom: 4px #C09E46 solid;
  box-shadow: 2px 2px 5px rgba(192, 158, 70, 0.8);
  border-color: #D6C180;
  -o-border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image-slice: 1;
  box-shadow: inherit;
}
@media (min-width: 768px) {
  .motoyama-renewal-intro h2::after {
    width: 100px;
  }
}
.motoyama-renewal-intro h2 .period {
  position: absolute;
  right: -10px;
  top: -50%;
  text-align: right;
  max-width: 100px;
}
@media (min-width: 576px) {
  .motoyama-renewal-intro h2 .period {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .motoyama-renewal-intro h2 .period {
    position: absolute;
    right: -30px;
    top: -100%;
    max-width: 185px;
  }
}
.motoyama-renewal-intro h2 .ruby {
  display: block;
  margin-top: 1.5rem;
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  color: #C09E46;
}
@media (min-width: 1200px) {
  .motoyama-renewal-intro h2 .ruby {
    font-size: 16px;
    line-height: 16px;
  }
}

.motoyama-plan-table {
  width: 100%;
  background-color: #FFF;
}
.motoyama-plan-table th,
.motoyama-plan-table td {
  padding: 1.2rem;
  border: 1px #736357 solid;
  text-align: center;
}
@media (min-width: 768px) {
  .motoyama-plan-table th,
  .motoyama-plan-table td {
    padding: 1.25rem;
    border: 1px #736357 solid;
    text-align: center;
  }
}
.motoyama-plan-table th.border-dotted-l, .motoyama-plan-table th.border-dotted-l,
.motoyama-plan-table td.border-dotted-l,
.motoyama-plan-table td.border-dotted-l {
  border-right: 1px #736357 dotted;
}
.motoyama-plan-table th.border-dotted-r, .motoyama-plan-table th.border-dotted-r,
.motoyama-plan-table td.border-dotted-r,
.motoyama-plan-table td.border-dotted-r {
  border-left: 0px #736357 dotted;
}
.motoyama-plan-table th {
  background-color: #F5F5F5;
  color: #000;
  font-size: 14px;
  width: 1em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .motoyama-plan-table th {
    background-color: #F5F5F5;
    color: #000;
    font-size: 18px;
  }
}
.motoyama-plan-table th.title {
  height: 60px;
  background-color: #736357;
  color: #FFF;
}
@media (min-width: 768px) {
  .motoyama-plan-table th.title {
    height: 60px;
    background-color: #736357;
    color: #FFF;
  }
}
.motoyama-plan-table th.t-separator {
  border-right: 1px #FFF solid;
}
.motoyama-plan-table td {
  font-size: 13px;
}
@media (min-width: 768px) {
  .motoyama-plan-table td {
    font-size: 16px;
  }
}
.motoyama-plan-table td.lg {
  font-size: 14px;
}
@media (min-width: 768px) {
  .motoyama-plan-table td.lg {
    font-size: 18px;
  }
}
.motoyama-plan-table p {
  line-height: normal;
}
.motoyama-plan-table .gold-member {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: auto;
}
.motoyama-plan-table .gold-member li {
  margin-right: 0.5rem;
  list-style: none;
  font-size: small;
}
.motoyama-plan-table .gold-member li::before {
  content: "●";
  margin-right: 0.25rem;
  color: #D6C180;
}
.motoyama-plan-table .campaign {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background-color: #A41E23;
  font-size: 10px;
  color: #FFF;
}
@media (min-width: 768px) {
  .motoyama-plan-table .campaign {
    font-size: 12px;
  }
}
.motoyama-plan-table .text-danger {
  color: #A41E23;
}
.motoyama-plan-table strong {
  font-size: 16px;
}
@media (min-width: 768px) {
  .motoyama-plan-table strong {
    font-size: 22px;
  }
}

.vertical-align-top {
  vertical-align: top;
}

/* covid19-measures */
.motoyama-covid19-measures {
  padding: 3rem 0 4rem 0;
}

/* renewal-campaign */
.motoyama-renewal-campaign {
  background-color: #3F3129;
  color: #FFF;
}

.motoyama-renewal-campaign .wrapper .container .contents {
  z-index: 2;
  position: relative;
  margin: 0px auto;
  padding: 0 3rem;
  /*
  .motoyama-renewal-intro{
    h2{
      color: #D6C180;
      .ruby{
        color: #D6C180;
      }
      &::after{
        border-color: #D6C180;
      }
    }
  }
  */
}

.motoyama-renewal-campaign .wrapper .container .contents .lead {
  font-size: 14px;
  text-align: center;
}

.motoyama-renewal-campaign .wrapper .container .contents .box .row {
  display: flex;
  flex-wrap: wrap;
}

.motoyama-renewal-campaign .wrapper .container .contents .box .row > div + div {
  margin-top: 20px;
}

.motoyama-renewal-campaign .wrapper .container .contents .box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFF;
}

.motoyama-renewal-campaign .wrapper .container .contents .box h3 span {
  display: block;
  width: auto;
  flex-shrink: 0;
}

.motoyama-renewal-campaign .wrapper .container .contents .box h3::before,
.motoyama-renewal-campaign .wrapper .container .contents .box h3::after {
  content: "";
  display: block;
  flex-shrink: 1;
  width: 100%;
  height: 1px;
  border-bottom: 3px #D6C180 solid;
}

.motoyama-renewal-campaign .wrapper .container .contents .box h3::before {
  margin-right: 1rem;
}

.motoyama-renewal-campaign .wrapper .container .contents .box h3::after {
  margin-left: 1rem;
}

.motoyama-renewal-campaign .wrapper .container .contents .box h4 {
  display: block;
  margin-top: 0;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.motoyama-renewal-campaign .wrapper .container .contents .box h4 small {
  display: block;
  margin-bottom: 0.75rem;
  color: #000;
  font-size: 12px;
}

.motoyama-renewal-campaign .wrapper .container .contents .box h4 span {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 12px;
  border: 1px #AAA solid;
}

.motoyama-renewal-campaign .wrapper .container .contents .box .inbox {
  width: 100%;
  height: 100%;
  border: 1px #A8A8A8 solid;
  background-color: #FFF;
  color: #000;
}

.motoyama-renewal-campaign .wrapper .container .contents .box .inbox > div {
  width: 100%;
}

.motoyama-renewal-campaign .wrapper .container .contents .box .inbox p {
  line-height: normal;
}

.motoyama-renewal-campaign .wrapper .container .contents .box .inbox .photo,
.motoyama-renewal-campaign .wrapper .container .contents .box .inbox .comment {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.motoyama-renewal-campaign .wrapper .container .contents .box .inbox .photo {
  flex-grow: 0;
  background-color: #EFEFEF;
}

.motoyama-renewal-campaign .wrapper .container .contents .box .inbox .comment {
  flex-grow: 1;
  padding: 1.5rem;
  font-size: 13px;
}

.motoyama-renewal-campaign .wrapper .container .contents .point {
  display: flex;
  justify-content: center;
  width: 100%;
}

.motoyama-renewal-campaign .wrapper .container .contents .point > div {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.motoyama-renewal-campaign .wrapper .container .contents .point .left {
  flex-shrink: 0;
  padding: 0.5rem 1.5rem;
  border: 1px #000 solid;
  font-size: 13px;
}

.motoyama-renewal-campaign .wrapper .container .contents .point .right {
  padding: 0 0 0 1rem;
  font-size: 14px;
}

.motoyama-renewal-campaign .wrapper .container .contents .point span.supervisor {
  display: inline-block;
  padding: 0.25rem;
  background-color: #C09E46;
  font-size: 10px;
  color: #FFF;
}

.motoyama-renewal-campaign .wrapper .container .contents .point.fight-nagoya {
  justify-content: flex-start;
  margin-left: 14px;
}

.motoyama-renewal-campaign .wrapper .container .contents .point.fight-nagoya .right {
  font-size: 12px;
}

.motoyama-renewal-campaign .wrapper .container .contents .point.fight-nagoya .right .price {
  font-size: 130%;
}

.motoyama-renewal-campaign .wrapper .container .contents .point + .point {
  margin-top: 1rem;
}

.motoyama-renewal-campaign .wrapper .frame {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1600px;
}

.motoyama-renewal-campaign .wrapper .frame .header,
.motoyama-renewal-campaign .wrapper .frame .main,
.motoyama-renewal-campaign .wrapper .frame .footer {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.motoyama-renewal-campaign .wrapper .frame .header {
  top: 0;
  left: 0;
  height: 100px;
  background-image: url("/images/motoyama/renewal-campaign__frame-header.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100px;
}

.motoyama-renewal-campaign .wrapper .frame .main {
  top: 100px;
  left: 0;
  margin: auto;
  height: calc(100% - 200px);
  background-image: url("/images/motoyama/renewal-campaign__frame-main.png");
  background-repeat: repeat-y;
  background-size: 100% 200px;
}

.motoyama-renewal-campaign .wrapper .frame .footer {
  left: 0;
  bottom: 0;
  height: 100px;
  background-image: url("/images/motoyama/renewal-campaign__frame-footer.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100px;
}

.motoyama-renewal-campaign .time {
  text-align: left;
}

.motoyama-renewal-campaign .time small {
  font-size: 10px;
}

@media (min-width: 576px) {
  .motoyama-renewal-campaign .wrapper .container .contents {
    padding: 0 5rem;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .motoyama-renewal-intro .lead {
    font-size: 22px !important;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .lead {
    font-size: 20px;
    text-align: center;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box .row > div + div {
    margin-top: 0;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box h3 {
    font-size: 27px;
    line-height: 30px;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box h4 span {
    font-size: 14px;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .point span.supervisor {
    font-size: 12px;
  }
  .motoyama-renewal-campaign .time {
    text-align: right;
  }
  .motoyama-renewal-campaign .time small {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .motoyama-renewal-campaign .wrapper .container .contents {
    margin: 100px auto 150px auto;
    padding: 0 7.5rem;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .motoyama-renewal-intro {
    padding: 0 0 5rem 0;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .motoyama-renewal-intro h2 {
    margin-bottom: 5rem;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box h3 {
    font-size: 30px;
    margin-top: 10rem;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box h4 {
    font-size: 18px;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box h4 small {
    font-size: 14px;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box .inbox.box3-1,
  .motoyama-renewal-campaign .wrapper .container .contents .box .inbox.box4-1 {
    display: flex;
    flex-wrap: nowrap;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box .inbox.box3-1 > div,
  .motoyama-renewal-campaign .wrapper .container .contents .box .inbox.box4-1 > div {
    width: 50%;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box .inbox.box3-1 .photo img,
  .motoyama-renewal-campaign .wrapper .container .contents .box .inbox.box4-1 .photo img {
    height: 100%;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .box .inbox .comment {
    padding: 1.5rem 3rem 3rem 3rem;
    font-size: 16px;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .point .left {
    font-size: 16px;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .point .right {
    font-size: 25px;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .point.fight-nagoya {
    margin-left: 16px;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .point.fight-nagoya .right {
    font-size: 16px;
  }
  .motoyama-renewal-campaign .wrapper .container .contents .point.fight-nagoya .right .price {
    font-size: 150%;
  }
  .motoyama-renewal-campaign .wrapper .frame {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 1600px;
  }
  .motoyama-renewal-campaign .wrapper .frame .header,
  .motoyama-renewal-campaign .wrapper .frame .main,
  .motoyama-renewal-campaign .wrapper .frame .footer {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .motoyama-renewal-campaign .wrapper .frame .header {
    top: 0;
    left: 0;
    height: 344px;
    background-image: url("/images/motoyama/renewal-campaign__frame-header.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 344px;
  }
  .motoyama-renewal-campaign .wrapper .frame .main {
    top: 200px;
    left: 0;
    margin: auto;
    height: calc(100% - 400px);
    background-image: url("/images/motoyama/renewal-campaign__frame-main.png");
    background-repeat: repeat-y;
    background-size: 100% 200px;
  }
  .motoyama-renewal-campaign .wrapper .frame .footer {
    left: 0;
    bottom: 0;
    height: 344px;
    background-image: url("/images/motoyama/renewal-campaign__frame-footer.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 344px;
  }
}
@media (min-width: 1200px) {
  .motoyama-renewal-campaign .wrapper .container .contents {
    padding: 0;
  }
}
/* member-inquiry */
.motoyama-member-inquiry .wrapper {
  padding: 5rem 0;
  background-size: cover;
  text-align: center;
  color: #FFF;
}

.motoyama-member-inquiry .wrapper h3 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 18px;
  color: #FFF;
}

.motoyama-member-inquiry .wrapper div.row {
  margin: auto;
  max-width: 500px;
}

.motoyama-member-inquiry.inquiry01 .wrapper {
  background-image: url("/images/motoyama/member-inquiry_bg01.jpg");
}

.motoyama-member-inquiry.inquiry02 .wrapper {
  background-image: url("/images/motoyama/member-inquiry_bg02.jpg");
}

@media (min-width: 768px) {
  .motoyama-member-inquiry .wrapper h3 {
    font-size: 22px;
  }
}
/* member-registration */
.motoyama-member-registration .wrapper {
  background-image: url("/images/motoyama/member-registration_bg.jpg");
  background-size: cover;
}

.motoyama-member-registration .wrapper .motoyama-renewal-intro .lead {
  font-size: 14px;
  text-align: center;
}

.motoyama-member-registration .wrapper .motoyama-renewal-intro .lead small {
  font-size: 10px;
}

.motoyama-member-registration .wrapper h3 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 20px;
}

.motoyama-member-registration .wrapper h3 .ruby {
  display: block;
  margin-top: 0.5rem;
  font-size: 10px;
  line-height: 12px;
}

.motoyama-member-registration .wrapper .box + .box {
  margin-top: 5rem;
}

.motoyama-member-registration .wrapper .member-registration2 {
  display: flex;
  flex-wrap: wrap;
}

.motoyama-member-registration .wrapper .member-registration2 .left,
.motoyama-member-registration .wrapper .member-registration2 .right {
  width: 100%;
}

@media (min-width: 768px) {
  .motoyama-member-registration .wrapper .motoyama-renewal-intro .lead {
    font-size: 22px;
    text-align: center;
  }
  .motoyama-member-registration .wrapper .motoyama-renewal-intro .lead small {
    font-size: 16px;
  }
  .motoyama-member-registration .wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .motoyama-member-registration .wrapper h3 .ruby {
    font-size: 12px;
  }
  .motoyama-member-registration .wrapper .member-registration2 {
    flex-wrap: nowrap;
  }
  .motoyama-member-registration .wrapper .member-registration2 .left table,
  .motoyama-member-registration .wrapper .member-registration2 .right table {
    width: 100%;
    height: 100%;
  }
  .motoyama-member-registration .wrapper .member-registration2 .left {
    margin-right: 3rem;
    width: 20%;
  }
  .motoyama-member-registration .wrapper .member-registration2 .right {
    width: 80%;
  }
  .motoyama-member-registration .wrapper .register {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .motoyama-member-registration .wrapper .member-registration2 .left {
    width: 15%;
  }
  .motoyama-member-registration .wrapper .member-registration2 .right {
    width: 85%;
  }
}
/* renewal-plan */
.motoyama-renewal-plan .wrapper {
  background-color: #F5F5F5;
}

.motoyama-renewal-plan .wrapper h3 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 20px;
}

.motoyama-renewal-plan .wrapper h3 .ruby {
  display: block;
  margin-top: 0.5rem;
  font-size: 10px;
  line-height: 12px;
}

.motoyama-renewal-plan .wrapper .box + .box {
  margin-top: 5rem;
}

.motoyama-renewal-plan .wrapper .renewal-plan1 .price-box hr,
.motoyama-renewal-plan .wrapper .renewal-plan2 .price-box hr {
  margin: 1.5rem -1.5rem;
  border: 0;
  border-bottom: 1px #736357 dotted;
}

.motoyama-renewal-plan .wrapper span.supervisor {
  display: inline-block;
  padding: 0.25rem;
  background-color: #C09E46;
  font-size: 10px;
  color: #FFF;
}

@media (min-width: 768px) {
  .motoyama-renewal-plan .wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .motoyama-renewal-plan .wrapper h3 .ruby {
    font-size: 12px;
  }
  .motoyama-renewal-plan .wrapper span.supervisor {
    font-size: 12px;
  }
}
/* renewal-plan2 */
.motoyama-renewal-plan2 .wrapper {
  background-color: #DDD;
  background-image: url("/images/motoyama/renewal-plan2_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.motoyama-renewal-plan2 .wrapper .motoyama-renewal-intro p {
  padding: 0 3rem;
  font-size: 14px;
  line-height: 21px;
}

.motoyama-renewal-plan2 .wrapper .box {
  position: relative;
}

.motoyama-renewal-plan2 .wrapper .box .title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  width: 100%;
  height: 200px;
}

.motoyama-renewal-plan2 .wrapper .box .title h3 {
  z-index: 1;
  margin: 0 20px;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  line-height: 36px;
}

.motoyama-renewal-plan2 .wrapper .box .title h3 .ruby {
  display: block;
  margin-top: 0.5rem;
  font-size: 10px;
  line-height: 12px;
}

.motoyama-renewal-plan2 .wrapper .box .title h3::after {
  content: "";
  display: block;
  margin: 1rem auto 0 auto;
  width: 60px;
  height: 4px;
  border-bottom: 4px #C09E46 solid;
  box-shadow: 2px 2px 5px rgba(192, 158, 70, 0.8);
  border-color: #D6C180;
  -o-border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image-slice: 1;
  box-shadow: inherit;
}

.motoyama-renewal-plan2 .wrapper .box .comment {
  z-index: 1;
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 20px;
}

.motoyama-renewal-plan2 .wrapper .box .comment p {
  font-size: 13px;
  line-height: 21px;
}

.motoyama-renewal-plan2 .wrapper .box dl.price {
  z-index: 1;
  position: relative;
  margin: 0 20px 0 20px;
  background-color: #FFF;
  border-top: 10px #C09E46 solid;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
}

.motoyama-renewal-plan2 .wrapper .box dl.price dt,
.motoyama-renewal-plan2 .wrapper .box dl.price dd {
  width: 100%;
}

.motoyama-renewal-plan2 .wrapper .box dl.price dt {
  margin: 0;
}

.motoyama-renewal-plan2 .wrapper .box dl.price dd {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}

.motoyama-renewal-plan2 .wrapper .box dl.price dd .point {
  display: flex;
  justify-content: center;
  width: 100%;
}

.motoyama-renewal-plan2 .wrapper .box dl.price dd .point > div {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.motoyama-renewal-plan2 .wrapper .box dl.price dd .point .left {
  flex-shrink: 0;
  padding: 0.5rem 1.5rem;
  border: 1px #000 solid;
  font-size: 13px;
}

.motoyama-renewal-plan2 .wrapper .box dl.price dd .point .right {
  padding: 0 0 0 1rem;
  font-size: 14px;
}

.motoyama-renewal-plan2 .wrapper .box dl.price dd .point span.supervisor {
  display: inline-block;
  padding: 0.25rem;
  background-color: #C09E46;
  font-size: 10px;
  color: #FFF;
}

.motoyama-renewal-plan2 .wrapper .box dl.price dd .point + .point {
  margin-top: 1rem;
}

.motoyama-renewal-plan2 .wrapper .box .bg {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 200px;
  transform: skewy(-5deg);
  overflow: hidden;
}

.motoyama-renewal-plan2 .wrapper .box .bg::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: -50px;
  display: block;
  width: 100%;
  height: 300px;
  transform: skewy(5deg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.motoyama-renewal-plan2 .wrapper .box.box1 .bg::after {
  background-image: url("/images/motoyama/renewal-plan2-01sp.jpg");
  filter: brightness(100%);
}

.motoyama-renewal-plan2 .wrapper .box.box2 .bg::after {
  background-image: url("/images/motoyama/renewal-plan2-02sp.jpg");
  filter: brightness(100%);
}

.motoyama-renewal-plan2 .wrapper .box + .box {
  margin-top: 7.5rem;
}

@media (min-width: 576px) {
  .motoyama-renewal-plan2 .wrapper .box .bg::after {
    background-size: cover;
  }
  .motoyama-renewal-plan2 .wrapper .box.box1 .bg::after {
    background-image: url("/images/motoyama/renewal-plan2-01pc.jpg");
  }
  .motoyama-renewal-plan2 .wrapper .box.box2 .bg::after {
    background-image: url("/images/motoyama/renewal-plan2-02pc.jpg");
    filter: brightness(90%);
  }
}
@media (min-width: 768px) {
  .motoyama-renewal-plan2 .wrapper .motoyama-renewal-intro h2 {
    margin-bottom: 5rem;
  }
  .motoyama-renewal-plan2 .wrapper .motoyama-renewal-intro .lead {
    font-size: 22px !important;
    line-height: 1.4;
    margin-bottom: 5rem;
  }
  .motoyama-renewal-plan2 .wrapper .box .title {
    padding-top: 7.5rem;
    height: auto;
  }
  .motoyama-renewal-plan2 .wrapper .box .title h3 {
    margin: 0 auto;
    font-size: 44px;
    line-height: 56px;
  }
  .motoyama-renewal-plan2 .wrapper .box .comment {
    margin: 0 0 30px 0;
    text-align: center;
    color: #FFF;
  }
  .motoyama-renewal-plan2 .wrapper .box .comment p {
    font-size: 18px;
    line-height: 30px;
  }
  .motoyama-renewal-plan2 .wrapper .box dl.price {
    margin: 0 auto;
    max-width: 960px;
  }
  .motoyama-renewal-plan2 .wrapper .box dl.price dt,
  .motoyama-renewal-plan2 .wrapper .box dl.price dd {
    width: 50%;
  }
  .motoyama-renewal-plan2 .wrapper .box dl.price dd .point .left {
    font-size: 16px;
  }
  .motoyama-renewal-plan2 .wrapper .box dl.price dd .point .right {
    font-size: 25px;
  }
  .motoyama-renewal-plan2 .wrapper .box dl.price dd .point + .point {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px #CCC solid;
  }
  .motoyama-renewal-plan2 .wrapper .box .bg {
    height: 450px;
  }
  .motoyama-renewal-plan2 .wrapper .box .bg::after {
    content: "";
    top: -100px;
    height: 650px;
  }
  .motoyama-renewal-plan2 .wrapper .box + .box {
    margin-top: 10rem;
  }
}
/* renewal-concept */
.motoyama-renewal-concept .wrapper {
  padding: 3rem 0 0 0;
  background-image: url("/images/motoyama/renewal-concept_bg.jpg");
  background-size: cover;
}

.motoyama-renewal-concept .wrapper .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.motoyama-renewal-concept .wrapper .container .box {
  margin: 5rem 0 5rem auto;
  max-width: 60%;
  text-align: center;
  color: #FFF;
}

.motoyama-renewal-concept .wrapper .container .box .intro h2 {
  margin-top: 0;
  text-align: center;
  font-size: 24px;
  color: #D6C180;
}

.motoyama-renewal-concept .wrapper .container .box .intro h2 .ruby {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #FFF;
}

.motoyama-renewal-concept .wrapper .container .box .point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 10px;
}

.motoyama-renewal-concept .wrapper .container .box .point > div {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  padding: 0.5rem;
}

.motoyama-renewal-concept .wrapper .container .box .point > div > span {
  display: block;
  padding: 0.5rem;
  width: 100%;
  border: 1px #FFF solid;
}

.motoyama-renewal-concept .wrapper .container .box .point .point1 {
  width: 100%;
}

.motoyama-renewal-concept .wrapper .container .box .point .point2 {
  width: 50%;
}

.motoyama-renewal-concept .wrapper .container .box .point .point3 {
  width: 50%;
}

@media (min-width: 576px) {
  .motoyama-renewal-concept .wrapper .container {
    background-size: auto 100%;
    background-position: left bottom;
  }
  .motoyama-renewal-concept .wrapper .container .box {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .motoyama-renewal-concept .wrapper {
    padding-top: 3rem;
  }
  .motoyama-renewal-concept .wrapper .container {
    background-size: 60% auto;
    background-position: -30% bottom;
  }
  .motoyama-renewal-concept .wrapper .container .box {
    max-width: 80%;
  }
  .motoyama-renewal-concept .wrapper .container .box .intro h2 {
    margin-bottom: 5rem;
    font-size: 50px;
  }
  .motoyama-renewal-concept .wrapper .container .box .intro h2 .ruby {
    margin-bottom: 5rem;
    font-size: 20px;
    line-height: 24px;
  }
  .motoyama-renewal-concept .wrapper .container .box .comment {
    font-size: 20px;
  }
  .motoyama-renewal-concept .wrapper .container .box .point {
    flex-wrap: nowrap;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .motoyama-renewal-concept .wrapper .container {
    background-size: contain;
    background-position: left bottom;
  }
}
/* luxury-space */
.motoyama-luxury-space {
  color: #FFF;
}

.motoyama-luxury-space .wrapper {
  display: block;
  padding: 0;
}

.motoyama-luxury-space .wrapper .motoyama-renewal-intro {
  margin-bottom: 0;
  padding: 5rem 1.5rem 1.5rem 1.5rem;
  background: rgb(90, 78, 75);
  background: linear-gradient(90deg, rgb(90, 78, 75) 0%, rgb(69, 54, 48) 100%);
}

.motoyama-luxury-space .wrapper .motoyama-renewal-intro h2 {
  background: #bf9b53;
  /* fallback for old browsers */
  background: linear-gradient(to right, #bf9b53, #d4bd85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: inherit;
}

.motoyama-luxury-space .wrapper .motoyama-renewal-intro h2::after {
  border-color: #D6C180;
  -o-border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image-slice: 1;
  box-shadow: inherit;
}

.motoyama-luxury-space .wrapper .motoyama-renewal-intro p {
  padding: 0 3rem;
  font-size: 14px;
  line-height: 18px;
}

.motoyama-luxury-space .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.motoyama-luxury-space .wrapper .box .photo {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  width: 50%;
  min-width: 160px;
  min-height: 160px;
}

.motoyama-luxury-space .wrapper .box .photo.photo1 {
  background-image: url("/images/motoyama/luxury-space_photo1.jpg");
}

.motoyama-luxury-space .wrapper .box .photo.photo2 {
  background-image: url("/images/motoyama/luxury-space_photo2.jpg");
}

.motoyama-luxury-space .wrapper .box .photo.photo3 {
  background-image: url("/images/motoyama/luxury-space_photo3.jpg");
}

.motoyama-luxury-space .wrapper .box .photo.photo4 {
  background-image: url("/images/motoyama/luxury-space_photo4.jpg");
}

.motoyama-luxury-space .wrapper .cover {
  display: none;
}

@media (min-width: 768px) {
  .motoyama-luxury-space .wrapper .box .photo {
    height: 45vh;
  }
}
@media (min-width: 1200px) {
  .motoyama-luxury-space .wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .motoyama-luxury-space .wrapper .motoyama-renewal-intro {
    z-index: 2;
    position: absolute;
    top: 16.7%;
    left: 15%;
    margin: 0 0 0 -100px;
    padding: 1.5rem;
    max-width: 340px;
    background: none;
    font-size: 18px;
  }
  .motoyama-luxury-space .wrapper .motoyama-renewal-intro h2 {
    text-align: left;
  }
  .motoyama-luxury-space .wrapper .motoyama-renewal-intro h2::after {
    margin-left: 0;
  }
  .motoyama-luxury-space .wrapper .motoyama-renewal-intro p {
    padding: 0;
    font-size: 18px;
    line-height: normal;
  }
  .motoyama-luxury-space .wrapper .box {
    z-index: 0;
    position: absolute;
    display: block;
  }
  .motoyama-luxury-space .wrapper .box::after {
    content: "";
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80%;
    height: 100%;
    box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.6) inset;
  }
  .motoyama-luxury-space .wrapper .box .photo {
    position: absolute;
    height: auto;
  }
  .motoyama-luxury-space .wrapper .box .photo::after {
    content: "";
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .motoyama-luxury-space .wrapper .box .photo.photo1 {
    width: 70%;
    height: 50%;
    top: 0;
    left: 30%;
  }
  .motoyama-luxury-space .wrapper .box .photo.photo2 {
    width: 55%;
    height: 50%;
    top: 50%;
    left: 10%;
  }
  .motoyama-luxury-space .wrapper .box .photo.photo3 {
    width: 35%;
    height: 25%;
    top: 50%;
    left: 65%;
  }
  .motoyama-luxury-space .wrapper .box .photo.photo4 {
    width: 35%;
    height: 25%;
    top: 75%;
    left: 65%;
  }
  .motoyama-luxury-space .wrapper .cover {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -30%;
    display: block;
    width: 65%;
    height: 100%;
    background: rgb(90, 78, 75);
    background: linear-gradient(90deg, rgb(90, 78, 75) 0%, rgb(69, 54, 48) 100%);
    transform: skewX(-15deg);
  }
}
/* professional */
.motoyama-professional .wrapper {
  background-image: url("/images/motoyama/professional-sp_bg.jpg");
  background-size: cover;
  color: #FFF;
}

.motoyama-professional .wrapper h2 {
  color: #D6C180;
}

.motoyama-professional .wrapper h3 {
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
}

.motoyama-professional .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
}

.motoyama-professional .wrapper .box .images,
.motoyama-professional .wrapper .box .comment {
  padding: 3rem;
  width: 100%;
  flex-grow: 1;
}

.motoyama-professional .wrapper .box .images {
  order: 1;
  text-align: center;
}

.motoyama-professional .wrapper .box .images img {
  max-width: 80%;
}

.motoyama-professional .wrapper .box .comment {
  order: 0;
}

.motoyama-professional .wrapper .box .comment p {
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .motoyama-professional .wrapper {
    display: flex;
    align-items: center;
    height: 80vh;
    background-image: url("/images/motoyama/professional_bg.jpg");
  }
  .motoyama-professional .wrapper .motoyama-renewal-intro {
    padding: 0;
  }
  .motoyama-professional .wrapper h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #D6C180;
  }
  .motoyama-professional .wrapper h2::before,
  .motoyama-professional .wrapper h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px #D6C180 solid;
  }
  .motoyama-professional .wrapper h2::before {
    margin: 0 1rem 0 0;
  }
  .motoyama-professional .wrapper h2::after {
    margin: 0 0 0 1rem;
  }
  .motoyama-professional .wrapper h3 {
    font-size: 28px;
    line-height: normal;
  }
  .motoyama-professional .wrapper .box {
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: inherit;
  }
  .motoyama-professional .wrapper .box .images,
  .motoyama-professional .wrapper .box .comment {
    display: block;
    padding: 3rem 1.5rem;
  }
  .motoyama-professional .wrapper .box .images {
    order: 0;
  }
  .motoyama-professional .wrapper .box .images img {
    max-width: 100%;
  }
  .motoyama-professional .wrapper .box .comment {
    order: 1;
  }
  .motoyama-professional .wrapper .box .comment p {
    margin: 0 3rem;
    font-size: 18px;
    line-height: 2em;
  }
  .motoyama-professional .wrapper .box .comment::after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    border-bottom: 1px #D6C180 solid;
  }
}
/* special-machine */
.motoyama-special-machine {
  color: #FFF;
}

.motoyama-special-machine .wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.motoyama-special-machine .wrapper .motoyama-renewal-intro {
  margin-bottom: 0;
  padding: 5rem 1.5rem 1.5rem 1.5rem;
  background: rgb(90, 78, 75);
  background: linear-gradient(90deg, rgb(90, 78, 75) 0%, rgb(69, 54, 48) 100%);
}

.motoyama-special-machine .wrapper .motoyama-renewal-intro h2 {
  background: #bf9b53;
  /* fallback for old browsers */
  background: linear-gradient(to right, #bf9b53, #d4bd85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: inherit;
}

.motoyama-special-machine .wrapper .motoyama-renewal-intro h2::after {
  border-color: #D6C180;
  -o-border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image: linear-gradient(to right, #bf9b53, #d4bd85);
  border-image-slice: 1;
  box-shadow: inherit;
}

.motoyama-special-machine .wrapper .motoyama-renewal-intro p {
  padding: 0 3rem;
  font-size: 14px;
  line-height: 18px;
}

.motoyama-special-machine .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.motoyama-special-machine .wrapper .box .inbox {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}

.motoyama-special-machine .wrapper .box .inbox > div {
  width: 100%;
  min-width: 160px;
  min-height: 160px;
}

.motoyama-special-machine .wrapper .box .inbox .photo {
  background-size: cover;
  background-repeat: no-repeat;
  height: 25vh;
}

.motoyama-special-machine .wrapper .box .inbox .comment {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background: rgb(93, 80, 77);
  background: linear-gradient(130deg, rgb(93, 80, 77) 0%, rgb(152, 145, 143) 100%);
  text-align: center;
  font-size: 14px;
}

.motoyama-special-machine .wrapper .box .inbox .comment h3 {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
}

.motoyama-special-machine .wrapper .box .inbox .comment p {
  line-height: normal;
}

.motoyama-special-machine .wrapper .box .inbox.box1 .photo {
  background-image: url("/images/motoyama/special-machine_photo01.jpg");
}

.motoyama-special-machine .wrapper .box .inbox.box2 .photo {
  background-image: url("/images/motoyama/special-machine_photo02.jpg");
}

.motoyama-special-machine .wrapper .box .inbox.box3 .photo {
  background-image: url("/images/motoyama/special-machine_photo03.jpg");
}

.motoyama-special-machine .wrapper .box .more img {
  max-width: 150px;
  height: auto;
}

.motoyama-special-machine .wrapper .cover {
  display: none;
}

@media (min-width: 768px) {
  .motoyama-special-machine .wrapper .box .inbox .photo {
    height: 45vh;
  }
}
@media (min-width: 1200px) {
  .motoyama-special-machine p {
    font-size: 18px;
    line-height: normal;
  }
  .motoyama-special-machine .wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .motoyama-special-machine .wrapper .motoyama-renewal-intro {
    position: absolute;
    top: 30%;
    right: 10%;
    margin: 0 -100px 0 0;
    padding: 1.5rem;
    max-width: 350px;
    z-index: 2;
    background: none;
    font-size: 18px;
  }
  .motoyama-special-machine .wrapper .motoyama-renewal-intro h2 {
    text-align: left;
  }
  .motoyama-special-machine .wrapper .motoyama-renewal-intro h2::after {
    margin-left: 0;
  }
  .motoyama-special-machine .wrapper .motoyama-renewal-intro p {
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
  }
  .motoyama-special-machine .wrapper .box {
    z-index: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .motoyama-special-machine .wrapper .box .inbox {
    position: absolute;
    flex-wrap: nowrap;
    height: 33.33333333%;
  }
  .motoyama-special-machine .wrapper .box .inbox .photo {
    height: auto;
  }
  .motoyama-special-machine .wrapper .box .inbox .comment {
    justify-content: flex-start;
    padding: 3rem;
    text-align: left;
    font-size: 16px;
  }
  .motoyama-special-machine .wrapper .box .inbox .comment h3 {
    font-size: 26px;
    line-height: normal;
    line-height: 30px;
  }
  .motoyama-special-machine .wrapper .box .inbox .comment .comenntWrapper {
    margin-left: 10%;
  }
  .motoyama-special-machine .wrapper .box .inbox.box1 {
    top: 0;
    left: 0;
    width: 85%;
  }
  .motoyama-special-machine .wrapper .box .inbox.box1 .photo {
    order: 1;
    width: 65%;
  }
  .motoyama-special-machine .wrapper .box .inbox.box1 .comment {
    order: 0;
    width: 35%;
  }
  .motoyama-special-machine .wrapper .box .inbox.box2 {
    top: 33.33333333%;
    left: 0;
    width: 74%;
  }
  .motoyama-special-machine .wrapper .box .inbox.box2 .photo {
    order: 0;
    width: 50%;
    background-size: 100% 100%;
  }
  .motoyama-special-machine .wrapper .box .inbox.box2 .comment {
    order: 1;
    width: 50%;
  }
  .motoyama-special-machine .wrapper .box .inbox.box3 {
    top: 66.66666666%;
    left: 0;
    width: 63%;
  }
  .motoyama-special-machine .wrapper .box .inbox.box3 .photo {
    order: 1;
    width: 60%;
    background-size: 100% 100%;
  }
  .motoyama-special-machine .wrapper .box .inbox.box3 .comment {
    order: 0;
    width: 40%;
  }
  .motoyama-special-machine .wrapper .cover {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -30%;
    display: block;
    width: 65%;
    height: 100%;
    background: rgb(90, 78, 75);
    background: linear-gradient(90deg, rgb(90, 78, 75) 0%, rgb(69, 54, 48) 100%);
    transform: skewX(-21deg);
  }
}
/* new-style */
.motoyama-new-style p {
  line-height: normal;
}

.motoyama-new-style .wrapper {
  background-size: cover;
  text-align: center;
  background-image: url("/images/motoyama/new-style_bg.jpg");
  background-size: cover;
}

.motoyama-new-style .wrapper .motoyama-renewal-intro {
  margin-bottom: 0;
}

.motoyama-new-style .wrapper .box {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 2rem;
  max-width: 800px;
  overflow: hidden;
}

.motoyama-new-style .wrapper .box::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-top: 10px #C09E46 solid;
}

.motoyama-new-style .wrapper .box .images,
.motoyama-new-style .wrapper .box .comment {
  z-index: 10;
  position: relative;
}

.motoyama-new-style .wrapper .box .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
  width: 100%;
}

.motoyama-new-style .wrapper .box .images h3 {
  margin-top: 0;
  width: 100%;
  color: #534741;
}

.motoyama-new-style .wrapper .box .images .img-box {
  display: block;
  margin: 0 auto;
  /*
  &::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #CCC;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  }
  */
}

.motoyama-new-style .wrapper .box .images .img-box img {
  width: 90%;
  height: auto;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.motoyama-new-style .wrapper .box .images .img-box.img01::after {
  background-image: url("/images/motoyama/renewal-intro_photo01.jpg");
}

.motoyama-new-style .wrapper .box .images .img-box.img02::after {
  background-image: url("/images/motoyama/renewal-intro_photo02.jpg");
}

.motoyama-new-style .wrapper .box .comment {
  font-size: 13px;
}

.motoyama-new-style .wrapper .box .comment h4 {
  margin-bottom: 1.5rem;
  font-size: 14px;
  line-height: 20px;
  color: #A57600;
}

.motoyama-new-style .wrapper .box + .box {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .motoyama-new-style .wrapper .box {
    padding: 3rem;
  }
  .motoyama-new-style .wrapper .box .images h3 {
    font-size: 30px;
  }
  .motoyama-new-style .wrapper .box .images .img-box img {
    width: 85%;
  }
  .motoyama-new-style .wrapper .box .comment {
    font-size: 18px;
  }
  .motoyama-new-style .wrapper .box .comment h4 {
    font-size: 22px;
    line-height: 31px;
  }
  .motoyama-new-style .wrapper .box + .box {
    margin-top: 5rem;
  }
}
/* before-after */
.motoyama-before-after .wrapper {
  padding: 0 0 5rem 0;
  text-align: center;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

.motoyama-before-after .wrapper .motoyama-renewal-intro {
  padding: 0 0 3rem 0;
  color: #FFF;
  font-size: 14px;
}

.motoyama-before-after .wrapper .motoyama-renewal-intro h2 {
  margin-bottom: 2rem;
  color: #FFF;
  text-shadow: 0px 0px 0px;
}

.motoyama-before-after .wrapper .motoyama-renewal-intro h2::after {
  display: none;
}

.motoyama-before-after .wrapper .motoyama-renewal-intro .lead {
  margin-bottom: 0.75rem;
}

.motoyama-before-after .wrapper .motoyama-renewal-intro .logo {
  margin-bottom: 0.75rem;
}

.motoyama-before-after .wrapper .motoyama-renewal-intro .logo img {
  max-width: 100px;
}

.motoyama-before-after .wrapper .box {
  position: relative;
  margin-top: 5rem;
}

.motoyama-before-after .wrapper .swiper-before-after {
  position: relative;
  margin: 0 0 5rem 0;
  overflow: hidden;
}

.motoyama-before-after .wrapper .swiper-before-after .swiper-slide img {
  opacity: 0.5;
}

.motoyama-before-after .wrapper .swiper-before-after .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.motoyama-before-after .wrapper .swiper-before-after .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 1.5rem 0 0 0;
}

.motoyama-before-after .wrapper .swiper-before-after .swiper-pagination .swiper-pagination-bullet {
  margin: 0 1rem;
  width: 12px;
  height: 12px;
  background-color: #666;
  opacity: 0.5;
}

.motoyama-before-after .wrapper .swiper-before-after .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-next,
.motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #c4ae51;
  border-radius: 50%;
  box-shadow: 1px 1px 6px #666;
}

.motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-next::after,
.motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-prev::after {
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
}

.motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-next {
  right: 10px;
}

.motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-next::after {
  content: "";
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #FFF;
  margin-left: 0.5rem;
}

.motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-prev {
  left: 10px;
}

.motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-prev::after {
  content: "";
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #FFF;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .motoyama-before-after .wrapper .box {
    margin-top: 10rem;
  }
}
@media (min-width: 768px) {
  .motoyama-before-after .wrapper {
    padding: 0 0 10rem 0;
  }
  .motoyama-before-after .wrapper .motoyama-renewal-intro {
    font-size: 16px;
  }
  .motoyama-before-after .wrapper .motoyama-renewal-intro small {
    font-size: 14px;
  }
  .motoyama-before-after .wrapper .motoyama-renewal-intro .lead {
    font-size: 24px;
  }
  .motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-next,
  .motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-next::after,
  .motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-prev::after {
    font-size: 24px;
  }
  .motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-next {
    right: -30px;
  }
  .motoyama-before-after .wrapper .swiper-before-after_arrows.swiper-button-prev {
    left: -30px;
  }
}
/* information */
.motoyama-information .logo {
  max-width: 125px;
  height: auto;
}

.motoyama-information table.table {
  font-size: 14px;
}

.motoyama-information table.table th,
.motoyama-information table.table td {
  border: 0;
}

.motoyama-information table.table th {
  font-size: 13px;
  min-width: 80px;
}

.motoyama-information table.table span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  width: 100%;
  background-color: #534741;
  color: #FFF;
}

.motoyama-information small {
  font-size: 13px;
}

.motoyama-information .row {
  display: flex;
  flex-wrap: wrap;
}

.motoyama-information .mapcanvas {
  height: 100%;
  min-height: 300px;
}

@media (min-width: 768px) {
  .motoyama-information .logo {
    max-width: 155px;
  }
  .motoyama-information table.table {
    font-size: 16px;
  }
  .motoyama-information table.table th {
    font-size: 14px;
  }
  .motoyama-information small {
    font-size: small;
  }
}
/* information */
.motoyama-sns {
  margin-bottom: -70px;
  background-color: #E7E7E7;
}

.motoyama-sns h4 {
  color: #000 !important;
  font-size: 20px;
}

.motoyama-ctr {
  background-image: url("/images/motoyama/cv-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.page-motoyama .motoyama-ctr .wrapper {
  padding: 5rem 0 0;
}

@media (min-width: 768px) {
  .page-motoyama .motoyama-ctr .wrapper {
    padding: 5rem 0 7rem;
  }
}
.motoyama-ctr .container {
  padding: 0 5dvw;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .motoyama-ctr .container {
    padding: 0 0;
    flex-direction: row;
  }
}
.motoyama-ctr .container::before {
  content: initial;
}

.motoyama-ctr .container::after {
  content: initial;
}

.motoyama-ctr .container .ctr-titl {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .motoyama-ctr .container .ctr-titl {
    margin-bottom: 0rem;
    width: 48%;
    align-items: flex-start;
  }
}
.motoyama-ctr .container img {
  width: 100vw;
  max-width: initial;
  margin-right: -5dvw;
  margin-left: -5dvw;
}

@media (min-width: 768px) {
  .motoyama-ctr .container img {
    margin-bottom: 0rem;
    width: 49%;
    margin-right: 0;
    margin-left: 0;
  }
}
.motoyama-renewal-concept .container {
  position: relative;
}

.motoyama-renewal-concept .container p {
  color: #fff;
}

.motoyama-before-after {
  position: relative;
}

.motoyama-before-after .header-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  top: 70px;
}

@media (min-width: 768px) {
  .motoyama-before-after .header-text {
    top: 8vw;
  }
}
.motoyama-before-after .header-text h2 {
  font-weight: 500;
  font-size: 9.5vw;
  margin-bottom: 3.5vw;
}

@media (min-width: 768px) {
  .motoyama-before-after .header-text h2 {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.motoyama-before-after .header-text p {
  margin-top: 2vw;
  font-size: 3.5vw;
  margin-left: 3vw;
  text-wrap: nowrap;
}

@media (min-width: 768px) {
  .motoyama-before-after .header-text p {
    margin-top: 2vw;
    font-size: 1.2vw;
    margin-left: 1vw;
  }
}
.motoyama-before-after .header-text p small {
  display: block;
  line-height: 1.6;
  margin-top: 1vw;
  font-size: 2.5vw;
  font-weight: 100;
}

@media (min-width: 768px) {
  .motoyama-before-after .header-text p small {
    margin-top: 1.5vw;
    font-size: 1vw;
  }
}
.motoyama-before-after .header-text p small span {
  font-size: 3vw;
}

@media (min-width: 768px) {
  .motoyama-before-after .header-text p small span {
    font-size: 14px;
  }
}
.motoyama-new-style .box3 .img-box {
  position: relative;
}

.motoyama-new-style .box3 .img-box h4 {
  color: #fff;
  position: absolute;
  font-size: 5vw;
  top: 15vw;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  letter-spacing: 0.3em;
}

@media (min-width: 768px) {
  .motoyama-new-style .box3 .img-box h4 {
    font-size: 44px;
    top: 105px;
  }
}
.motoyama-new-style .box3 .img-box h4 span {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  color: #ab9573;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin-top: 2vw;
  margin-left: -2vw;
  padding: 2vw 7vw;
  font-size: 4vw;
}

@media (min-width: 768px) {
  .motoyama-new-style .box3 .img-box h4 span {
    margin-top: 14px;
    margin-left: -14px;
    padding: 8px 40px 10px;
    font-size: 30px;
  }
}
.motoyama-new-style .box3 .comment {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 44px;
  position: relative;
}

.motoyama-new-style .box3 .comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 49%;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #c1c1c1;
}

.motoyama-new-style .box3 .comment * {
  font-weight: 700;
}

.motoyama-new-style .box3 .comment > div {
  width: auto;
}

.motoyama-new-style .box3 .comment ul {
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  padding-inline-start: 0;
}

.motoyama-new-style .box3 .comment ul::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #c1c1c1;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}

.motoyama-new-style .box3 .comment li {
  list-style: none;
  text-align: left;
  padding-left: 1em;
  position: relative;
  margin-bottom: 10px;
  font-size: 3.8vw;
}

@media (min-width: 768px) {
  .motoyama-new-style .box3 .comment li {
    font-size: 18px;
  }
}
.motoyama-new-style .box3 .comment li::before {
  content: "";
  display: block;
  width: 3vw;
  height: 3vw;
  background-color: #d6c180;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3dvw;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .motoyama-new-style .box3 .comment li::before {
    width: 12px;
    height: 12px;
    top: 25%;
  }
}
.motoyama-new-style .box3 .comment li br {
  display: none;
}
@media (min-width: 768px) {
  .motoyama-new-style .box3 .comment li br {
    display: block;
  }
}

.motoyama-new-style .box3 .comment p span {
  font-size: 0.8em;
}

.motoyama-new-style .box3 .comment p br.sp-br {
  display: block;
}
@media (min-width: 768px) {
  .motoyama-new-style .box3 .comment p br.sp-br {
    display: none;
  }
}

.motoyama-reason {
  background-image: url(/images/motoyama/reason-bg-sp.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .motoyama-reason {
    background-image: url(/images/motoyama/reason-bg.png);
    background-size: cover;
  }
}
.motoyama-reason * {
  line-height: 1.6;
}
.motoyama-reason .container {
  padding-right: 4dvw;
  padding-left: 4dvw;
}
@media (min-width: 1200px) {
  .motoyama-reason .container {
    width: 96rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.motoyama-reason .reason-titl h2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  font-size: 8vw;
  margin-top: -4dvw;
  margin-bottom: 22vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-titl h2 {
    font-size: 5.6rem;
    margin-top: -1.8rem;
    margin-bottom: 21.5rem;
    line-height: 0;
  }
}
.motoyama-reason .reason-titl h2 small {
  color: #fff;
  font-size: 0.75em;
}
.motoyama-reason .reason-titl h2 strong {
  font-weight: 500;
  color: #D6C180;
  margin-left: 0;
  font-size: 1.06em;
  display: inline-block;
  margin-top: -0.8rem;
}
.motoyama-reason .reason-titl img {
  display: none;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-titl img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1600px;
    max-width: initial;
  }
}
.motoyama-reason .reason-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 7rem;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item {
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 10.8rem;
  }
}
.motoyama-reason .reason-item.u-01 {
  margin-bottom: 17rem;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item.u-01 {
    margin-bottom: 15rem;
  }
}
.motoyama-reason .reason-item.u-01 .reason-item-image img {
  width: 100%;
  padding-left: 29%;
  transform: translateX(5vw);
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item.u-01 .reason-item-image img {
    padding-left: 0;
    width: 34rem;
    transform: initial;
  }
}
.motoyama-reason .reason-item-detail img {
  width: 31vw;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-detail img {
    width: 18.5rem;
    margin-top: 3rem;
  }
}
.motoyama-reason .reason-item-detail h3 {
  color: #333333;
  font-weight: 900;
  font-size: 4.5vw;
  margin-bottom: 2vw;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-detail h3 {
    font-size: 2.75rem;
    margin-bottom: 2.2rem;
  }
}
.motoyama-reason .reason-item-detail p {
  font-weight: 600;
  font-size: 3.6vw;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-detail p {
    font-weight: 900;
    font-size: 1.75rem;
    margin-top: 2rem;
    line-height: 1.9;
  }
}
.motoyama-reason .reason-item-detail p strong {
  color: #A89151;
}
.motoyama-reason .reason-item-image img {
  width: 100%;
  margin-left: -0.6rem;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-image img {
    width: 34rem;
  }
}
.motoyama-reason .reason-item-trainerinfo {
  position: absolute;
  right: 18vw;
  bottom: -24vw;
  left: 4vw;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-trainerinfo {
    right: 11rem;
    bottom: -5rem;
    left: initial;
  }
}
.motoyama-reason .reason-item-trainerinfo::before {
  content: "";
  background-color: #DDDDDF;
  position: absolute;
  bottom: 1.5vw;
  z-index: 1;
  left: -3vw;
  right: -1.5vw;
  top: 1rem;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-trainerinfo::before {
    left: -2.8rem;
    right: -2.5rem;
    top: 1rem;
    bottom: -1rem;
  }
}
.motoyama-reason .reason-item-trainerinfo h4 {
  background-color: #000000;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
  margin-bottom: 1vw;
  padding: 0.1rem 1.5rem 0.2rem;
  font-size: 3.8vw;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-trainerinfo h4 {
    padding: 0.2rem 2rem 0.5rem;
    font-size: 2.2rem;
    margin-bottom: 0.98rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
.motoyama-reason .reason-item-trainerinfo ul {
  margin: 0;
  padding: 0 0 4vw;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-trainerinfo ul {
    font-size: 1.5rem;
    padding: 0 0 1rem;
  }
}
.motoyama-reason .reason-item-trainerinfo ul li {
  font-weight: 600;
  position: relative;
  z-index: 2;
  line-height: 1.7;
  padding: 0.5vw 0;
  list-style: none;
  font-size: 3.2vw;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-trainerinfo ul li {
    font-size: 1.31rem;
    padding: 0.2rem 0;
  }
}
.motoyama-reason .reason-item-trainerinfo i {
  position: absolute;
  z-index: 2;
  left: -3.5vw;
  bottom: -1.5vw;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-trainerinfo i {
    left: -2.8rem;
    bottom: -2rem;
  }
}
.motoyama-reason .reason-item-trainerinfo i::before {
  width: 1px;
  background-color: #000;
  content: "";
  position: relative;
  display: block;
  height: 14rem;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-trainerinfo i::before {
    height: 10rem;
  }
}
.motoyama-reason .reason-item-trainerinfo i::after {
  height: 1px;
  background-color: #000;
  content: "";
  position: absolute;
  width: 20rem;
  bottom: 1rem;
  left: -1rem;
}
@media (min-width: 1200px) {
  .motoyama-reason .reason-item-trainerinfo i::after {
    width: 34rem;
    bottom: 1rem;
    left: -1rem;
  }
}

.motoyama-luxury-space .iframe-container {
  height: 55vw;
}
@media (min-width: 768px) {
  .motoyama-luxury-space .iframe-container {
    height: 100%;
  }
}
.motoyama-luxury-space .iframe-container iframe {
  position: relative;
}
@media (min-width: 768px) {
  .motoyama-luxury-space .iframe-container iframe {
    margin-top: 0;
    position: absolute;
  }
}

.webp {
  /* renewal-concept */
}
.webp .motoyama-ctr {
  background-image: url("/images/motoyama/cv-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.webp .motoyama-reason {
  background-image: url(/images/motoyama/reason-bg-sp.webp);
}
@media (min-width: 1200px) {
  .webp .motoyama-reason {
    background-image: url(/images/motoyama/reason-bg.webp);
  }
}
.webp .motoyama-renewal-concept .wrapper {
  padding: 3rem 0 0 0;
  background-image: url("/images/motoyama/renewal-concept_bg.jpg");
  background-size: cover;
}
.webp .motoyama-luxury-space .wrapper .box .photo.photo1 {
  background-image: url("/images/motoyama/luxury-space_photo1.webp");
}
.webp .motoyama-luxury-space .wrapper .box .photo.photo2 {
  background-image: url("/images/motoyama/luxury-space_photo2.webp");
}
.webp .motoyama-luxury-space .wrapper .box .photo.photo3 {
  background-image: url("/images/motoyama/luxury-space_photo3.webp");
}
.webp .motoyama-luxury-space .wrapper .box .photo.photo4 {
  background-image: url("/images/motoyama/luxury-space_photo4.webp");
}
.webp .motoyama-professional .wrapper {
  background-image: url("/images/motoyama/professional-sp_bg.webp");
  background-size: cover;
  color: #FFF;
}
@media (min-width: 768px) {
  .webp .motoyama-professional .wrapper {
    display: flex;
    align-items: center;
    height: 80vh;
    background-image: url("/images/motoyama/professional_bg.webp");
  }
}
.webp .motoyama-special-machine .wrapper .box .inbox.box1 .photo {
  background-image: url("/images/motoyama/special-machine_photo01.webp");
}
.webp .motoyama-special-machine .wrapper .box .inbox.box2 .photo {
  background-image: url("/images/motoyama/special-machine_photo02.webp");
}
.webp .motoyama-special-machine .wrapper .box .inbox.box3 .photo {
  background-image: url("/images/motoyama/special-machine_photo03.webp");
}
.webp .motoyama-new-style .wrapper {
  background-size: cover;
  text-align: center;
  background-image: url("/images/motoyama/new-style_bg.webp");
  background-size: cover;
}
.webp .motoyama-new-style .wrapper .box .images .img-box.img01::after {
  background-image: url("/images/motoyama/renewal-intro_photo01.webp");
}
.webp .motoyama-new-style .wrapper .box .images .img-box.img02::after {
  background-image: url("/images/motoyama/renewal-intro_photo02.webp");
}
.webp .motoyama-renewal-plan2 .wrapper .box.box1 .bg::after {
  background-image: url("/images/motoyama/renewal-plan2-01sp.webp");
}
@media (min-width: 576px) {
  .webp .motoyama-renewal-plan2 .wrapper .box.box1 .bg::after {
    background-image: url("/images/motoyama/renewal-plan2-01pc.webp");
  }
}
.webp .motoyama-renewal-plan2 .wrapper .box.box2 .bg::after {
  background-image: url("/images/motoyama/renewal-plan2-02sp.webp");
}
@media (min-width: 576px) {
  .webp .motoyama-renewal-plan2 .wrapper .box.box2 .bg::after {
    background-image: url("/images/motoyama/renewal-plan2-02pc.webp");
  }
}
.webp .motoyama-renewal-plan2 .wrapper {
  background-image: url("/images/motoyama/renewal-plan2_bg.webp");
}
.webp .motoyama-member-inquiry.inquiry01 .wrapper {
  background-image: url("/images/motoyama/member-inquiry_bg01.webp");
}
.webp .motoyama-member-inquiry.inquiry02 .wrapper {
  background-image: url("/images/motoyama/member-inquiry_bg02.webp");
}
.webp .motoyama-renewal-campaign .wrapper .frame .header {
  background-image: url("/images/motoyama/renewal-campaign__frame-header.webp");
}
@media (min-width: 576px) {
  .webp .motoyama-renewal-campaign .wrapper .frame .header {
    background-image: url("/images/motoyama/renewal-campaign__frame-header.webp");
  }
}
.webp .motoyama-renewal-campaign .wrapper .frame .main {
  background-image: url("/images/motoyama/renewal-campaign__frame-main.webp");
}
@media (min-width: 576px) {
  .webp .motoyama-renewal-campaign .wrapper .frame .main {
    background-image: url("/images/motoyama/renewal-campaign__frame-main.webp");
  }
}
.webp .motoyama-renewal-campaign .wrapper .frame .footer {
  background-image: url("/images/motoyama/renewal-campaign__frame-footer.webp");
}
@media (min-width: 576px) {
  .webp .motoyama-renewal-campaign .wrapper .frame .footer {
    background-image: url("/images/motoyama/renewal-campaign__frame-footer.webp");
  }
}/*# sourceMappingURL=style.css.map */