@charset "UTF-8";
/* -------------------
  VARIABLES
--------------------*/
.font-a {
  font-family: "Noto Sans JP", sans-serif;
}
.font-b {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.font-c {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* -------------------
  MIXIN
--------------------*/
/* 
.example {
  font-size: vw(12);
}
*/
/* 
.example {
  font-size: fs(12); <- 12px quite
}
*/
/* 
.example {
  @include mq() {
    width: 100%;
  }
}
*/
/* -------------------
  COMMON
--------------------*/
body {
  position: relative;
  background: url(../images/top/bg-brown.png) repeat-y center 60vw / 100% auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  color: #505050;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
section, article, header, footer, time {
  display: block;
}
p, ul, table {
  margin-bottom: 1.6em;
}
p:last-child, ul:last-child, table:last-child {
  margin-bottom: 0;
}
h2, h3, h4, h5, h6 {
  line-height: 1.6;
  margin-bottom: 1em;
  font-weight: bold;
}
h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
a {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a img {
  transition: all 0.3s ease 0s;
}
a:hover img {
  opacity: 0.7;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
img.pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  img.pc-only {
    display: none;
  }
}
img.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  img.sp-only {
    display: inline;
  }
}
.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
.pc-only2 {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-only2 {
    display: none;
  }
}
.sp-only2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only2 {
    display: inline;
  }
}
.ls2 {
  letter-spacing: 0.1em;
}
.c-width {
  max-width: 970px;
  margin: 0 auto;
}
.common_ttl {
  font-size: 36px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_ttl.white-bear {
  background: url(../images/top/bear-white.png) no-repeat center center;
}
.common_ttl.orange-bear {
  background: url(../images/top/bear-orange.png) no-repeat center center;
}
.pagettl {
  position: relative;
}
.pagettl-txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagettl-txt h2 {
  color: #fff;
  font-size: 3.85714vw;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  margin: 0;
}
.pagettl-img img {
  width: 100%;
}
.breadcrumbs {
  font-size: 14px;
  position: absolute;
  left: 5vw;
  z-index: 1;
  padding-top: 1.5vw;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 10px;
    left: 20px;
    font-size: 14px;
    width: calc(100% - 40px);
  }
}
.breadcrumbs ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
}
.breadcrumbs ul li {
  color: #ff9b5e;
}
@media screen and (max-width: 767px) {
  .breadcrumbs ul li {
    line-height: 1.5;
  }
}
.breadcrumbs ul li a {
  color: #323232;
}
.breadcrumbs ul li a:hover {
  color: #ff9b5e;
}
.breadcrumbs ul li .arrow {
  margin: 0 0.5em;
  color: #323232;
}
.sec_header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec_header {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.sec_header-inner {
  display: inline-block;
  position: relative;
}
.sec_header-inner:before, .sec_header-inner:after {
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  background: #b69a14;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .sec_header-inner:before, .sec_header-inner:after {
    height: 100%;
  }
}
.sec_header-inner:before {
  left: -120px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .sec_header-inner:before {
    left: -40px;
  }
}
.sec_header-inner:after {
  right: -120px;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .sec_header-inner:after {
    right: -40px;
  }
}
.sec_header-inner .line1 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .sec_header-inner .line1 {
    font-size: 16px;
  }
}
.sec_header-inner .line2 {
  font-size: 50px;
  color: #b69a14;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_header-inner .line2 {
    font-size: 24px;
  }
}
.sec_header-inner .line3 {
  font-size: 18px;
  color: #b69a14;
}
@media screen and (max-width: 767px) {
  .sec_header-inner .line3 {
    font-size: 10px;
  }
}
span.marker {
  color: #b28575;
}
span.fc-blue {
  color: #b28575;
}
span.fs-b {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  span.fs-b {
    font-size: 25px;
  }
}
.ui-datepicker {
  background-color: #fff;
  padding: .8em .5em .3em;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 0.875rem;
  text-align: center;
}
.ui-widget.ui-widget-content {
  border-radius: 5px;
}
.ui-widget-header {
  border: none;
  background: inherit;
  color: #474F5F;
  font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background: #ECF0F4;
  font-weight: bold;
  color: #3B93D2;
  text-align: center;
  padding: 7px 9px;
  font-size: 0.6875rem;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #AFB4BC;
  font-size: 0.6875rem;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  left: 10px;
  cursor: pointer;
  font-size: 0.75rem;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  border: none;
  background-color: #fff;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
  left: auto;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  margin-top: -6px;
}
.ui-icon {
  width: 10px;
  height: 10px;
}
.ui-widget-content .ui-state-default:hover {
  border: 0px;
  text-align: center;
  background: #000;
  color: #fff;
}
.ui-widget-content .ui-state-active {
  border: 0px;
  background: #000;
  color: #fff;
}
.ui-datepicker td {
  padding: 1px;
}
a.ui-state-default {
  width: 100%;
  display: block;
}
/* Fade up */
.fadeup {
  opacity: 0;
  transform: translate(0, 35%);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.fadeup.in {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeup2 {
  transform: translate(0, 80px);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.fadeup2.in {
  transform: translate(0, 0);
}
/* Fade in */
.fadein {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.fadein.in {
  opacity: 1;
}
/* Fade up */
.fadeleft {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.fadeleft.in {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeleft2 {
  transform: translate(-80px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.fadeleft2.in {
  transform: translate(0, 0);
}
/* Fade up */
.faderight {
  opacity: 0;
  transform: translate(80px, 0);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.faderight.in {
  opacity: 1;
  transform: translate(0, 0);
}
.faderight2 {
  transform: translate(80px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.faderight2.in {
  transform: translate(0, 0);
}
.fuwafuwa {
  animation: fuwafuwa 2.5s infinite;
}
.fuwafuwa-t {
  animation: fuwafuwa-t 3.5s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa-t {
  0% {
    transform: translateY(0px);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(-180%);
    opacity: 0;
  }
}
/* Nina */
.button--ninaWrap {
  display: inline-block;
  text-align: center;
  min-width: 154px;
  max-width: 100%;
  background: #fff;
  border-radius: 72px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button--ninaWrap {
    width: 100%;
  }
}
.button--nina {
  position: relative;
  display: inline-block;
  height: 55px;
  line-height: 56px;
  color: #474F5F;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.button--nina span {
  vertical-align: middle;
}
.button--nina > span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--ninaWrap:hover {
  background-color: #474F5F;
  letter-spacing: -1.5px;
}
.button--ninaWrap:hover .button--nina {
  letter-spacing: -1.5px;
}
.button--ninaWrap:hover .button--nina::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--ninaWrap:hover .button--nina > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--ninaWrap:hover .button--nina > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
.button--ninaWrap:hover .button--nina > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.button--ninaWrap:hover .button--nina > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s;
}
.button--ninaWrap:hover .button--nina > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.button--ninaWrap:hover .button--nina > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.button--ninaWrap:hover .button--nina > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.button--ninaWrap:hover .button--nina > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s;
}
.button--ninaWrap:hover .button--nina > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.button--ninaWrap:hover .button--nina > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s;
}
.button--ninaWrap:hover .button--nina > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.button--nina:after {
  position: absolute;
  right: -2px;
  top: calc(50% - 4px);
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/common/icon-arrow-right.svg) no-repeat;
  transition: all .3s;
  content: "";
  z-index: 1;
}
.button--ninaWrap:hover .button--nina:after {
  top: calc(50% - 3px);
  display: inline-block;
  transform: translateX(18px);
  background-image: url(../images/common/icon-arrow-right-white.svg);
}
.button--ninaWrap--blue {
  background: #4AABB8;
}
.button--ninaWrap--blue .button--nina {
  color: #fff;
}
.button--ninaWrap--blue .button--nina span {
  color: #4AABB8;
}
.button--ninaWrap--blue .button--nina::after {
  background: url(../images/common/icon-arrow-right-white.svg) no-repeat;
}
.button--ninaWrap--blue:hover {
  background-color: #fff;
  letter-spacing: -1.5px;
}
.button--ninaWrap--blue:hover .button--nina {
  color: #4AABB8;
}
.button--ninaWrap--blue:hover .button--nina::after {
  background: url(../images/common/icon-arrow-right-blue.svg) no-repeat;
}
.delay-1 {
  transition-delay: .1s;
}
.delay-2 {
  transition-delay: .2s;
}
.delay-3 {
  transition-delay: .3s;
}
.delay-4 {
  transition-delay: .4s;
}
.delay-5 {
  transition-delay: .5s;
}
.delay-6 {
  transition-delay: .6s;
}
.delay-7 {
  transition-delay: .7s;
}
.delay-8 {
  transition-delay: .8s;
}
.delay-9 {
  transition-delay: .9s;
}
.delay-10 {
  transition-delay: 1s;
}
.delay-11 {
  transition-delay: 1.1s;
}
.delay-12 {
  transition-delay: 1.2s;
}
.delay-13 {
  transition-delay: 1.3s;
}
.delay-14 {
  transition-delay: 1.4s;
}
.delay-15 {
  transition-delay: 1.5s;
}
.delay-16 {
  transition-delay: 1.6s;
}
.delay-17 {
  transition-delay: 1.7s;
}
.delay-18 {
  transition-delay: 1.8s;
}
.delay-19 {
  transition-delay: 1.9s;
}
.delay-20 {
  transition-delay: 2.0s;
}
.delay-21 {
  transition-delay: 2.1s;
}
.delay-22 {
  transition-delay: 2.2s;
}
.delay-23 {
  transition-delay: 2.3s;
}
.delay-24 {
  transition-delay: 2.4s;
}
.ani-delay-1 {
  animation-delay: .1s;
}
.ani-delay-2 {
  animation-delay: .2s;
}
.ani-delay-3 {
  animation-delay: .3s;
}
.ani-delay-4 {
  animation-delay: .4s;
}
.ani-delay-5 {
  animation-delay: .5s;
}
.ani-delay-6 {
  animation-delay: .6s;
}
.ani-delay-7 {
  animation-delay: .7s;
}
.ani-delay-8 {
  animation-delay: .8s;
}
.ani-delay-9 {
  animation-delay: .9s;
}
.ani-delay-10 {
  animation-delay: 1s;
}
.ani-delay-11 {
  animation-delay: 1.1s;
}
.ani-delay-12 {
  animation-delay: 1.2s;
}
.ani-delay-13 {
  animation-delay: 1.3s;
}
.ani-delay-14 {
  animation-delay: 1.4s;
}
.ani-delay-15 {
  animation-delay: 1.5s;
}
.ani-delay-16 {
  animation-delay: 1.6s;
}
.ani-delay-17 {
  animation-delay: 1.7s;
}
.ani-delay-18 {
  animation-delay: 1.8s;
}
.ani-delay-19 {
  animation-delay: 1.9s;
}
.ani-delay-20 {
  animation-delay: 2.0s;
}
.ani-delay-21 {
  animation-delay: 2.1s;
}
.ani-delay-22 {
  animation-delay: 2.2s;
}
.ani-delay-23 {
  animation-delay: 2.3s;
}
.ani-delay-24 {
  animation-delay: 2.4s;
}
/* -------------------
  PARTS
--------------------*/
.mgt-0 {
  margin-top: 0;
}
.mgt-5 {
  margin-top: 5px;
}
.mgt-10 {
  margin-top: 10px;
}
.mgt-15 {
  margin-top: 15px;
}
.mgt-20 {
  margin-top: 20px;
}
.mgt-25 {
  margin-top: 25px;
}
.mgt-30 {
  margin-top: 30px;
}
.mgt-35 {
  margin-top: 35px;
}
.mgt-40 {
  margin-top: 40px;
}
.mgt-45 {
  margin-top: 45px;
}
.mgt-50 {
  margin-top: 50px;
}
.mgt-55 {
  margin-top: 55px;
}
.mgt-60 {
  margin-top: 60px;
}
.mgt-65 {
  margin-top: 65px;
}
.mgt-70 {
  margin-top: 70px;
}
.mgt-75 {
  margin-top: 75px;
}
.mgt-80 {
  margin-top: 80px;
}
.mgt-85 {
  margin-top: 85px;
}
.mgt-90 {
  margin-top: 90px;
}
.mgt-95 {
  margin-top: 95px;
}
.mgt-100 {
  margin-top: 100px;
}
.mgb-0 {
  margin-bottom: 0 !important;
}
.mgb-5 {
  margin-bottom: 5px;
}
.mgb-10 {
  margin-bottom: 10px;
}
.mgb-15 {
  margin-bottom: 15px;
}
.mgb-20 {
  margin-bottom: 20px;
}
.mgb-25 {
  margin-bottom: 25px;
}
.mgb-30 {
  margin-bottom: 30px;
}
.mgb-35 {
  margin-bottom: 35px;
}
.mgb-40 {
  margin-bottom: 40px;
}
.mgb-45 {
  margin-bottom: 45px;
}
.mgb-50 {
  margin-bottom: 50px;
}
.mgb-55 {
  margin-bottom: 55px;
}
.mgb-60 {
  margin-bottom: 60px;
}
.mgb-65 {
  margin-bottom: 65px;
}
.mgb-70 {
  margin-bottom: 70px;
}
.mgb-75 {
  margin-bottom: 75px;
}
.mgb-80 {
  margin-bottom: 80px;
}
.mgb-85 {
  margin-bottom: 85px;
}
.mgb-90 {
  margin-bottom: 90px;
}
.mgb-95 {
  margin-bottom: 95px;
}
.mgb-100 {
  margin-bottom: 100px;
}
.mgl-0 {
  margin-left: 0;
}
.mgl-1 {
  margin-left: 1px;
}
.mgl-2 {
  margin-left: 2px;
}
.mgl-3 {
  margin-left: 3px;
}
.mgl-4 {
  margin-left: 4px;
}
.mgl-5 {
  margin-left: 5px;
}
.mgl-6 {
  margin-left: 6px;
}
.mgl-7 {
  margin-left: 7px;
}
.mgl-8 {
  margin-left: 8px;
}
.mgl-9 {
  margin-left: 9px;
}
.mgl-10 {
  margin-left: 10px;
}
.mgr-0 {
  margin-right: 0;
}
.mgr-1 {
  margin-right: 1px;
}
.mgr-2 {
  margin-right: 2px;
}
.mgr-3 {
  margin-right: 3px;
}
.mgr-4 {
  margin-right: 4px;
}
.mgr-5 {
  margin-right: 5px;
}
.mgr-6 {
  margin-right: 6px;
}
.mgr-7 {
  margin-right: 7px;
}
.mgr-8 {
  margin-right: 8px;
}
.mgr-9 {
  margin-right: 9px;
}
.mgr-10 {
  margin-right: 10px;
}
.mgr-20 {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .mgr-20 {
    margin-right: 10px;
  }
}
.pdt-10 {
  padding-top: 10px !important;
}
.pdt-20 {
  padding-top: 20px !important;
}
.pdt-30 {
  padding-top: 30px !important;
}
.pdt-40 {
  padding-top: 40px !important;
}
.pdt-50 {
  padding-top: 50px !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-center {
  margin: 0 auto;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mr-105 {
  margin-right: 105px !important;
}
.ml-105 {
  margin-left: 105px !important;
}
.pb-105 {
  padding-bottom: 105px !important;
}
.pt-105 {
  padding-top: 105px !important;
}
.pr-105 {
  padding-right: 105px !important;
}
.pl-105 {
  padding-left: 105px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mr-115 {
  margin-right: 115px !important;
}
.ml-115 {
  margin-left: 115px !important;
}
.pb-115 {
  padding-bottom: 115px !important;
}
.pt-115 {
  padding-top: 115px !important;
}
.pr-115 {
  padding-right: 115px !important;
}
.pl-115 {
  padding-left: 115px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.mb-125 {
  margin-bottom: 125px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mr-125 {
  margin-right: 125px !important;
}
.ml-125 {
  margin-left: 125px !important;
}
.pb-125 {
  padding-bottom: 125px !important;
}
.pt-125 {
  padding-top: 125px !important;
}
.pr-125 {
  padding-right: 125px !important;
}
.pl-125 {
  padding-left: 125px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.mb-135 {
  margin-bottom: 135px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mr-135 {
  margin-right: 135px !important;
}
.ml-135 {
  margin-left: 135px !important;
}
.pb-135 {
  padding-bottom: 135px !important;
}
.pt-135 {
  padding-top: 135px !important;
}
.pr-135 {
  padding-right: 135px !important;
}
.pl-135 {
  padding-left: 135px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mr-145 {
  margin-right: 145px !important;
}
.ml-145 {
  margin-left: 145px !important;
}
.pb-145 {
  padding-bottom: 145px !important;
}
.pt-145 {
  padding-top: 145px !important;
}
.pr-145 {
  padding-right: 145px !important;
}
.pl-145 {
  padding-left: 145px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.mb-155 {
  margin-bottom: 155px !important;
}
.mt-155 {
  margin-top: 155px !important;
}
.mr-155 {
  margin-right: 155px !important;
}
.ml-155 {
  margin-left: 155px !important;
}
.pb-155 {
  padding-bottom: 155px !important;
}
.pt-155 {
  padding-top: 155px !important;
}
.pr-155 {
  padding-right: 155px !important;
}
.pl-155 {
  padding-left: 155px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.mb-165 {
  margin-bottom: 165px !important;
}
.mt-165 {
  margin-top: 165px !important;
}
.mr-165 {
  margin-right: 165px !important;
}
.ml-165 {
  margin-left: 165px !important;
}
.pb-165 {
  padding-bottom: 165px !important;
}
.pt-165 {
  padding-top: 165px !important;
}
.pr-165 {
  padding-right: 165px !important;
}
.pl-165 {
  padding-left: 165px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.mb-175 {
  margin-bottom: 175px !important;
}
.mt-175 {
  margin-top: 175px !important;
}
.mr-175 {
  margin-right: 175px !important;
}
.ml-175 {
  margin-left: 175px !important;
}
.pb-175 {
  padding-bottom: 175px !important;
}
.pt-175 {
  padding-top: 175px !important;
}
.pr-175 {
  padding-right: 175px !important;
}
.pl-175 {
  padding-left: 175px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.mb-185 {
  margin-bottom: 185px !important;
}
.mt-185 {
  margin-top: 185px !important;
}
.mr-185 {
  margin-right: 185px !important;
}
.ml-185 {
  margin-left: 185px !important;
}
.pb-185 {
  padding-bottom: 185px !important;
}
.pt-185 {
  padding-top: 185px !important;
}
.pr-185 {
  padding-right: 185px !important;
}
.pl-185 {
  padding-left: 185px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.mb-195 {
  margin-bottom: 195px !important;
}
.mt-195 {
  margin-top: 195px !important;
}
.mr-195 {
  margin-right: 195px !important;
}
.ml-195 {
  margin-left: 195px !important;
}
.pb-195 {
  padding-bottom: 195px !important;
}
.pt-195 {
  padding-top: 195px !important;
}
.pr-195 {
  padding-right: 195px !important;
}
.pl-195 {
  padding-left: 195px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.mb-205 {
  margin-bottom: 205px !important;
}
.mt-205 {
  margin-top: 205px !important;
}
.mr-205 {
  margin-right: 205px !important;
}
.ml-205 {
  margin-left: 205px !important;
}
.pb-205 {
  padding-bottom: 205px !important;
}
.pt-205 {
  padding-top: 205px !important;
}
.pr-205 {
  padding-right: 205px !important;
}
.pl-205 {
  padding-left: 205px !important;
}
.mb-210 {
  margin-bottom: 210px !important;
}
.mt-210 {
  margin-top: 210px !important;
}
.mr-210 {
  margin-right: 210px !important;
}
.ml-210 {
  margin-left: 210px !important;
}
.pb-210 {
  padding-bottom: 210px !important;
}
.pt-210 {
  padding-top: 210px !important;
}
.pr-210 {
  padding-right: 210px !important;
}
.pl-210 {
  padding-left: 210px !important;
}
.mb-215 {
  margin-bottom: 215px !important;
}
.mt-215 {
  margin-top: 215px !important;
}
.mr-215 {
  margin-right: 215px !important;
}
.ml-215 {
  margin-left: 215px !important;
}
.pb-215 {
  padding-bottom: 215px !important;
}
.pt-215 {
  padding-top: 215px !important;
}
.pr-215 {
  padding-right: 215px !important;
}
.pl-215 {
  padding-left: 215px !important;
}
.mb-220 {
  margin-bottom: 220px !important;
}
.mt-220 {
  margin-top: 220px !important;
}
.mr-220 {
  margin-right: 220px !important;
}
.ml-220 {
  margin-left: 220px !important;
}
.pb-220 {
  padding-bottom: 220px !important;
}
.pt-220 {
  padding-top: 220px !important;
}
.pr-220 {
  padding-right: 220px !important;
}
.pl-220 {
  padding-left: 220px !important;
}
.mb-225 {
  margin-bottom: 225px !important;
}
.mt-225 {
  margin-top: 225px !important;
}
.mr-225 {
  margin-right: 225px !important;
}
.ml-225 {
  margin-left: 225px !important;
}
.pb-225 {
  padding-bottom: 225px !important;
}
.pt-225 {
  padding-top: 225px !important;
}
.pr-225 {
  padding-right: 225px !important;
}
.pl-225 {
  padding-left: 225px !important;
}
.mb-230 {
  margin-bottom: 230px !important;
}
.mt-230 {
  margin-top: 230px !important;
}
.mr-230 {
  margin-right: 230px !important;
}
.ml-230 {
  margin-left: 230px !important;
}
.pb-230 {
  padding-bottom: 230px !important;
}
.pt-230 {
  padding-top: 230px !important;
}
.pr-230 {
  padding-right: 230px !important;
}
.pl-230 {
  padding-left: 230px !important;
}
.mb-235 {
  margin-bottom: 235px !important;
}
.mt-235 {
  margin-top: 235px !important;
}
.mr-235 {
  margin-right: 235px !important;
}
.ml-235 {
  margin-left: 235px !important;
}
.pb-235 {
  padding-bottom: 235px !important;
}
.pt-235 {
  padding-top: 235px !important;
}
.pr-235 {
  padding-right: 235px !important;
}
.pl-235 {
  padding-left: 235px !important;
}
.mb-240 {
  margin-bottom: 240px !important;
}
.mt-240 {
  margin-top: 240px !important;
}
.mr-240 {
  margin-right: 240px !important;
}
.ml-240 {
  margin-left: 240px !important;
}
.pb-240 {
  padding-bottom: 240px !important;
}
.pt-240 {
  padding-top: 240px !important;
}
.pr-240 {
  padding-right: 240px !important;
}
.pl-240 {
  padding-left: 240px !important;
}
.mb-245 {
  margin-bottom: 245px !important;
}
.mt-245 {
  margin-top: 245px !important;
}
.mr-245 {
  margin-right: 245px !important;
}
.ml-245 {
  margin-left: 245px !important;
}
.pb-245 {
  padding-bottom: 245px !important;
}
.pt-245 {
  padding-top: 245px !important;
}
.pr-245 {
  padding-right: 245px !important;
}
.pl-245 {
  padding-left: 245px !important;
}
.mb-250 {
  margin-bottom: 250px !important;
}
.mt-250 {
  margin-top: 250px !important;
}
.mr-250 {
  margin-right: 250px !important;
}
.ml-250 {
  margin-left: 250px !important;
}
.pb-250 {
  padding-bottom: 250px !important;
}
.pt-250 {
  padding-top: 250px !important;
}
.pr-250 {
  padding-right: 250px !important;
}
.pl-250 {
  padding-left: 250px !important;
}
.mb-255 {
  margin-bottom: 255px !important;
}
.mt-255 {
  margin-top: 255px !important;
}
.mr-255 {
  margin-right: 255px !important;
}
.ml-255 {
  margin-left: 255px !important;
}
.pb-255 {
  padding-bottom: 255px !important;
}
.pt-255 {
  padding-top: 255px !important;
}
.pr-255 {
  padding-right: 255px !important;
}
.pl-255 {
  padding-left: 255px !important;
}
.mb-260 {
  margin-bottom: 260px !important;
}
.mt-260 {
  margin-top: 260px !important;
}
.mr-260 {
  margin-right: 260px !important;
}
.ml-260 {
  margin-left: 260px !important;
}
.pb-260 {
  padding-bottom: 260px !important;
}
.pt-260 {
  padding-top: 260px !important;
}
.pr-260 {
  padding-right: 260px !important;
}
.pl-260 {
  padding-left: 260px !important;
}
.mb-265 {
  margin-bottom: 265px !important;
}
.mt-265 {
  margin-top: 265px !important;
}
.mr-265 {
  margin-right: 265px !important;
}
.ml-265 {
  margin-left: 265px !important;
}
.pb-265 {
  padding-bottom: 265px !important;
}
.pt-265 {
  padding-top: 265px !important;
}
.pr-265 {
  padding-right: 265px !important;
}
.pl-265 {
  padding-left: 265px !important;
}
.mb-270 {
  margin-bottom: 270px !important;
}
.mt-270 {
  margin-top: 270px !important;
}
.mr-270 {
  margin-right: 270px !important;
}
.ml-270 {
  margin-left: 270px !important;
}
.pb-270 {
  padding-bottom: 270px !important;
}
.pt-270 {
  padding-top: 270px !important;
}
.pr-270 {
  padding-right: 270px !important;
}
.pl-270 {
  padding-left: 270px !important;
}
.mb-275 {
  margin-bottom: 275px !important;
}
.mt-275 {
  margin-top: 275px !important;
}
.mr-275 {
  margin-right: 275px !important;
}
.ml-275 {
  margin-left: 275px !important;
}
.pb-275 {
  padding-bottom: 275px !important;
}
.pt-275 {
  padding-top: 275px !important;
}
.pr-275 {
  padding-right: 275px !important;
}
.pl-275 {
  padding-left: 275px !important;
}
.mb-280 {
  margin-bottom: 280px !important;
}
.mt-280 {
  margin-top: 280px !important;
}
.mr-280 {
  margin-right: 280px !important;
}
.ml-280 {
  margin-left: 280px !important;
}
.pb-280 {
  padding-bottom: 280px !important;
}
.pt-280 {
  padding-top: 280px !important;
}
.pr-280 {
  padding-right: 280px !important;
}
.pl-280 {
  padding-left: 280px !important;
}
.mb-285 {
  margin-bottom: 285px !important;
}
.mt-285 {
  margin-top: 285px !important;
}
.mr-285 {
  margin-right: 285px !important;
}
.ml-285 {
  margin-left: 285px !important;
}
.pb-285 {
  padding-bottom: 285px !important;
}
.pt-285 {
  padding-top: 285px !important;
}
.pr-285 {
  padding-right: 285px !important;
}
.pl-285 {
  padding-left: 285px !important;
}
.mb-290 {
  margin-bottom: 290px !important;
}
.mt-290 {
  margin-top: 290px !important;
}
.mr-290 {
  margin-right: 290px !important;
}
.ml-290 {
  margin-left: 290px !important;
}
.pb-290 {
  padding-bottom: 290px !important;
}
.pt-290 {
  padding-top: 290px !important;
}
.pr-290 {
  padding-right: 290px !important;
}
.pl-290 {
  padding-left: 290px !important;
}
.mb-295 {
  margin-bottom: 295px !important;
}
.mt-295 {
  margin-top: 295px !important;
}
.mr-295 {
  margin-right: 295px !important;
}
.ml-295 {
  margin-left: 295px !important;
}
.pb-295 {
  padding-bottom: 295px !important;
}
.pt-295 {
  padding-top: 295px !important;
}
.pr-295 {
  padding-right: 295px !important;
}
.pl-295 {
  padding-left: 295px !important;
}
/* -------------------
  Date, time, phone
--------------------*/
@media screen and (max-width: 767px) {
  .table2 {
    overflow-x: auto;
  }
}
.table2 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table2 th {
  background-color: #F2F5F7;
  border: 1px solid #E6EEF2;
  box-sizing: border-box;
  font-weight: 700;
  padding: 20px 15px;
  width: 185px;
}
.table2 td {
  border: 1px solid #E6EEF2;
  box-sizing: border-box;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .table2.type2 table {
    width: 220vw;
  }
}
.table {
  font-size: 0.75rem;
  color: #474F5F;
}
.tableWrap2 {
  max-height: 400px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .tableWrap2 {
    max-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .tableWrap {
    width: 220vw;
    overflow: auto;
  }
}
.table thead {
  background-color: #F4F4F4;
  font-weight: bold;
}
.table thead th {
  text-align: center;
}
.table tbody tr {
  border-bottom: solid 1px #EBEBEB;
}
.table th.t_date {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .table th.t_date {
    width: 155px;
  }
}
@media screen and (max-width: 767px) {
  .table th.t_name {
    width: 130px;
  }
}
.table th.t_review {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .table th.t_review {
    width: 100px;
  }
}
.table th.t_points {
  width: 80px;
}
.table th.t_detail {
  width: 60px;
}
.table th.t_cbox {
  width: 45px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .table th.t_cbox {
    width: 35px;
  }
}
.table th.t_think {
  width: 180px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .table th.t_think {
    width: auto;
  }
}
.table td {
  vertical-align: middle;
}
.table td.t_cbox {
  padding-right: 0;
}
.table > :not(caption) > * > * {
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .table > :not(caption) > * > * {
    padding: 10px;
  }
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right;
}
.align-top {
  align-items: flex-start !important;
}
.cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d_flex {
  display: flex;
}
.d_flex.between {
  justify-content: space-between;
}
.d_flex.center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .d_flex {
    display: block;
  }
}
.d_flex2 {
  display: flex;
  align-items: center;
}
.d_flex3 {
  display: flex;
  justify-content: center;
}
.col2-75 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .col2-75 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .col2-75--left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.col2-75--right {
  width: 25%;
  margin-left: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .col2-75--right {
    width: 100%;
    margin-left: 0;
  }
}
.col2-25 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .col2-25 {
    display: block;
  }
}
.col2-25--left {
  width: 25%;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .col2-25--left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .col2-25--right {
    width: 100%;
    margin-bottom: 20px;
  }
}
.col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .col2 {
    display: block;
    margin: 0;
  }
}
.col2-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .col2-item {
    width: 100%;
    padding: 0;
  }
}
.col2-item--inner {
  display: block;
}
.col3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .col3 {
    display: block;
    margin: 0;
  }
}
.col3-item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .col3-item {
    width: 100%;
    padding: 0;
  }
}
.col3-item--inner {
  display: block;
}
.col4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .col4 {
    display: block;
    margin: 0;
  }
}
.col4-item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .col4-item {
    width: 100%;
    padding: 0;
  }
}
.col4-item--inner {
  display: block;
}
.col5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .col5 {
    display: block;
    margin: 0;
  }
}
.col5-item {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .col5-item {
    width: 100%;
    padding: 0;
  }
}
.col5-item--inner {
  display: block;
}
.pagination {
  line-height: 1;
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 50px 0 0;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pagination .prev-area, .pagination .number-area, .pagination .next-area {
  display: flex;
  align-items: flex-start;
}
.pagination li {
  margin: 0 10px;
}
.pagination .number-area {
  margin: 0 10px;
}
.pagination .number-area li {
  margin: 0 15px;
}
.pagination .number-area li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #323232;
  border-radius: 20px;
}
.pagination .number-area li.current {
  color: #F39826;
}
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pagination .wp-pagenavi .page, .pagination .wp-pagenavi .current {
  margin: 0 4px;
  width: 40px;
  height: 40px;
  border: 1px solid #323232;
  border-radius: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .wp-pagenavi .page:hover, .pagination .wp-pagenavi .current:hover {
  background-color: #F39826;
  color: #fff;
  border: 1px solid #ff9b5e;
}
.pagination .wp-pagenavi .extend {
  width: 40px;
  height: 40px;
  position: relative;
}
.pagination .wp-pagenavi .extend:before {
  content: "・・・";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: -0.5em;
  font-size: 12px;
  margin-left: -0.2em;
}
.pagination .wp-pagenavi .current {
  background-color: #F39826;
  color: #fff;
  border: 1px solid #ff9b5e;
}
.pagination .wp-pagenavi .nextpostslink, .pagination .wp-pagenavi .last, .pagination .wp-pagenavi .previouspostslink, .pagination .wp-pagenavi .first {
  width: 40px;
  height: 40px;
  position: relative;
}
.pagination .wp-pagenavi .nextpostslink:before, .pagination .wp-pagenavi .last:before, .pagination .wp-pagenavi .previouspostslink:before, .pagination .wp-pagenavi .first:before {
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination .wp-pagenavi .nextpostslink:hover:before, .pagination .wp-pagenavi .last:hover:before, .pagination .wp-pagenavi .previouspostslink:hover:before, .pagination .wp-pagenavi .first:hover:before {
  color: #ff9b5e;
}
.pagination .wp-pagenavi .nextpostslink::before {
  content: "\f054";
}
.pagination .wp-pagenavi .last:before {
  content: url(../images/pagination/right2.svg);
}
.pagination .wp-pagenavi .previouspostslink::before {
  content: "\f053";
}
.pagination .wp-pagenavi .first:before {
  content: url(../images/pagination/left2.svg);
}
/* -------------------
	BREADCRUMB
--------------------*/
.breadcrumb {
  margin-top: 22px;
  padding: 0 30px;
}
@media screen and (max-width: 1050px) {
  .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 5px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .breadcrumb {
    padding: 0 8px;
  }
}
.breadcrumb-wrapper {
  padding-top: 15px;
}
@media screen and (max-width: 1050px) {
  .breadcrumb-wrapper {
    padding: 0 0 5px 0;
  }
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.75rem;
  position: relative;
  padding-right: 20px;
  color: #000;
}
.breadcrumb ul li a {
  display: inline-block;
  color: #68A0FA;
  transition: all .3s;
}
.breadcrumb ul li a:hover {
  opacity: .8;
}
.breadcrumb ul li:last-child {
  padding-right: 0;
}
.breadcrumb ul li:last-child:before {
  display: none;
}
.breadcrumb ul li:before {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 4px;
  width: 4px;
  height: 5px;
  background: url(../images/common/icon-breadcrumb.svg) center center/100% 100% no-repeat;
  content: "";
}
@media screen and (max-width: 1050px) {
  .breadcrumb ul li {
    margin-bottom: 8px;
  }
}
.breadcrumb ul li a {
  transition: all .3s;
}
.breadcrumb ul li a:hover {
  opacity: .7;
}
/* -------------------
  THUMBNAIL, IMAGE
--------------------*/
.thumb-ttl {
  margin-top: 10px;
}
/* -------------------
  PAGE TOP
--------------------*/
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  opacity: 0;
  background-color: #7b7b6c;
  transition: all 0.3s;
  z-index: -1;
}
.page-top.active {
  opacity: 1;
  z-index: 8999;
}
.page-top.active:hover {
  opacity: .6;
}
.page-top span {
  display: block;
  height: 6px;
  width: 12px;
  background: url(../images/common/pageTop.png) no-repeat;
  background-size: 100%;
  text-indent: 180%;
  white-space: nowrap;
  overflow: hidden;
}
/* -------------------
  ACCORDION
--------------------*/
.accordion-label {
  background: #F2F5F7;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 65px;
  align-items: center;
  padding: 25px 70px 25px 20px;
  position: relative;
  transition: all 0.6s;
}
.accordion-label:after {
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  border: solid #939393;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 2px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transition: all .25s;
  content: "";
}
.accordion-label.active:after {
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
}
.accordion-cnt {
  display: none;
  padding: 25px 70px 25px 20px;
}
/* -------------------
  TABS
--------------------*/
@media screen and (max-width: 1050px) {
  .tabs-navWrapper {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.tabs-nav {
  display: flex;
  width: 100%;
}
.tabs-item {
  width: 220px;
  max-width: 100%;
  font-size: 1.125rem;
  color: #818181;
  background-color: #EBEBEB;
  margin-right: 8px;
  padding: 17px 15px;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .tabs-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    margin-right: 0;
    font-size: 0.875rem;
  }
}
.tabs-item:last-child {
  margin-right: 0;
}
.tabs-item.active, .tabs-item:hover {
  color: #5DC1CF;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .tabs-item.type2 {
    width: 50%;
  }
}
.tabs-item.type3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  max-width: 20%;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 17px 3px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .tabs-item.type3 {
    max-width: 100%;
    width: 100%;
    font-size: 0.75rem;
  }
}
.tabs-cnt {
  background-color: #fff;
  padding: 30px 20px 0;
}
.tabs-cnt.type2 {
  padding-bottom: 40px;
}
.tabs-cnt.type3 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .tabs-cnt.type4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .tabs2-navWrapper {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.tabs2-nav {
  margin: 0 auto;
  padding: 0 2vw;
}
.tabs2-item {
  padding: 20px 15px;
  color: #474F5F;
  font-size: 1.5rem;
  font-weight: bold;
  background: none;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}
@media screen and (max-width: 1050px) {
  .tabs2-item {
    font-size: 1.25rem;
  }
}
.tabs2-item span {
  padding-top: 42px;
  background: url(../images/common/icon-fac-black.svg) top center no-repeat;
}
@media screen and (min-width: 1051px) {
  .tabs2-item {
    cursor: auto;
  }
}
.tabs2-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  background: url(../images/top/bg-tabItem-blue.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 0 7px;
}
.tabs2-title-type2 {
  background-image: url(../images/top/bg-tabItem-pink.svg);
}
.tabs2-title-type2 span {
  background: url(../images/common/icon-doc-black.svg) top center no-repeat;
}
@media screen and (max-width: 1050px) {
  .tabs2-title {
    height: 39vw;
  }
}
.tabs2-cnt {
  display: flex;
  background-color: #fff;
  margin: 7px 0 0;
}
.tabs2-panel {
  width: 50%;
  padding: 0 15px;
}
.tabs2-menu .thumb {
  position: relative;
  background: url(../images/top/bg-card-blue.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 139px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .tabs2-menu .thumb {
    height: 29vw;
  }
}
.tabs2-menu .thumb figcaption {
  font-size: 0.9375rem;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .tabs2-menu .thumb figcaption {
    font-size: 0.8125rem;
    bottom: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .tabs2-menu .thumb img {
    max-width: 65%;
    max-height: 65%;
  }
}
.tabs2-menu-type2 .thumb {
  background-image: url(../images/top/bg-card-green.png);
}
@media screen and (max-width: 1050px) {
  .tabs2-menu {
    display: flex;
    flex-flow: row wrap;
  }
}
.tabs2-menu li {
  width: 32%;
  margin: 0 calc(4% / 2) 10px 0;
}
.tabs2-menu li:nth-of-type(3n) {
  margin: 0 0 10px 0;
}
.modal-complete {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  background: #191B1D;
  opacity: .8;
  border-radius: 3px;
  z-index: 8000;
}
.modal-complete--cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-complete--cnt-icon {
  text-align: center;
}
.modal-complete--cnt-icon img {
  width: 46px;
}
.modal-complete--cnt-msg {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}
.btn-close {
  background: #818181 url(../images/common/icon-x.svg) center center no-repeat;
  opacity: 1;
  border-radius: 50%;
}
.modal-dialog.type2 {
  max-width: 600px;
}
.modal-confirm {
  width: 335px;
  max-width: 100%;
  padding: 5px 20px 25px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-confirm {
    padding-bottom: 35px;
  }
}
.modal-confirm .modal-header {
  margin-bottom: 30px;
  border-bottom: none;
  padding-right: 0;
}
.modal-confirm .btn-white {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modal-confirm .btn-white {
    margin-bottom: 20px;
  }
}
.modal-confirm .btn-blue {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .modal-confirm .btn-blue {
    margin-bottom: 25px;
  }
}
.modal-confirm .btn-white, .modal-confirm .btn-blue {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0;
}
.modal-confirm--ttl {
  color: #474F5F;
  font-weight: bold;
  margin-bottom: 15px;
}
.modal-confirm--msg {
  margin-bottom: 30px;
  font-size: 0.875rem;
}
.modal-confirm--close {
  color: #68A0FA;
  font-size: 0.75rem;
  cursor: pointer;
}
.modal-backdrop.show {
  opacity: .8;
}
.modal-colection {
  width: 600px;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-colection {
    padding-bottom: 35px;
  }
}
.modal-colection .btn-close {
  margin-right: 0;
  padding: 0;
  background: url(../images/common/icon-x.svg) center center no-repeat;
}
.modal-colection .modal-header {
  padding: 15px 20px;
  margin-bottom: 30px;
  border-bottom: none;
  background-color: #5DC1CF;
}
.modal-colection .modal-header--ttl {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.modal-colection--close {
  color: #68A0FA;
  font-size: 0.75rem;
  cursor: pointer;
}
.modal-colection--list {
  padding: 10px 30px 20px;
}
.modal-colection--list-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.modal-colection--list-row-item {
  width: 33.33%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .modal-colection--list-row-item {
    width: 100%;
  }
}
.modal-colection--list-row-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-bottom: 20px;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #474F5F;
  border: solid 1px #5DC1CF;
  background-color: #F4F4F4;
  border-radius: 2px;
  transition: all .25s;
}
@media screen and (max-width: 767px) {
  .modal-colection--list-row-item a {
    padding: 0 15px 0 45px;
  }
}
.modal-colection--list-row-item a:hover {
  opacity: .7;
}
.modal-colection--list-row-item a:after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 1px #5DC1CF;
  content: "";
}
@media screen and (max-width: 767px) {
  .modal-colection--list-row-item a:after {
    left: 25px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.modal-colection--list-row-item.disable a {
  color: #C7C7C7;
  border-color: #EBEBEB;
  background-color: #EBEBEB;
}
.modal-colection--list-row-item.disable a:after {
  width: 6px;
  height: 2px;
  bottom: 16px;
  background-color: #C7C7C7;
  border: none;
}
.modal-colection--list-row-item.cancel a {
  color: #C7C7C7;
  border-color: #EBEBEB;
  background-color: #F4F4F4;
}
.modal-colection--list-row-item.cancel a:after {
  width: auto;
  height: auto;
  bottom: 5px;
  font-size: 1.25rem;
  background: none;
  border: none;
  color: #5DC1CF;
  font-weight: normal;
  content: "×";
}
.modal-find {
  max-width: 1000px;
}
.modal-find .modal-header {
  border-bottom: none;
}
.modal-find .checkboxWrap label {
  width: 100%;
  padding-left: 28px;
  color: #818181;
  font-size: 0.875rem;
}
.modal-find .checkboxWrap-outer {
  position: relative;
  display: block;
  text-align: left;
  padding-right: 28px;
  padding: 15px 28px 15px 15px;
  margin-right: 0;
  width: 100%;
  background-color: #fff;
}
.modal-find .checkboxWrap-outer:hover {
  background-color: #EFFDF9;
}
.modal-find .checkboxWrap-outer:hover .checkboxWrap label {
  color: #5DC1CF;
}
.modal-find .checkboxWrap-outer:after {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 10px;
  background: url(../images/common/icon-arrow-right-blue.svg) no-repeat;
  background-size: contain;
  content: "";
}
.modal-find .tabs {
  display: flex;
  padding: 0 40px 40px;
}
.modal-find .tabs-navWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  min-width: 200px;
  flex-shrink: 0;
  border-right: solid 1px #EBEBEB;
}
.modal-find .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
.modal-find .tabs-cnt {
  padding: 0;
  width: 100%;
}
.modal-find .tabs-cnt--list {
  display: flex;
  flex-wrap: wrap;
  height: 550px;
  overflow-y: auto;
}
.modal-find .tabs-cnt--item {
  width: 50%;
  background-color: #FAFAFA;
}
.modal-find .tabs-cnt--item:nth-child(2n + 1) {
  border-right: solid 1px #EBEBEB;
}
.modal-find--foot {
  text-align: center;
  padding-bottom: 30px;
}
.modal-find--foot-direct {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modal-form .container6 {
    padding: 0 20px;
  }
}
.modal-form .form-search {
  margin-bottom: 10px;
}
.modal-form .form-search .input.hasBtn {
  font-size: 0.875rem;
}
.modal-form .form-search02--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .modal-form .form-search02--inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-form .form-search02--label {
    text-align: left;
    margin-bottom: 8px;
  }
}
.modal-form .form-search02--cnt .form-input {
  display: flex;
  align-items: center;
}
.modal-form .form-search02--cnt .form-input .input._date {
  width: 170px;
  margin-left: 30px;
}
.l_header {
  position: absolute;
  padding: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_header {
    width: 100%;
  }
  .l_header-logo img {
    width: 130px;
  }
}
/*footer------------------------------------------------*/
.l_footer {
  overflow: hidden;
  background: #f2efe8;
  position: relative;
  font-size: 14px;
}
.l_footer-inner {
  position: relative;
  width: 100%;
  padding: 70px 0 90px;
}
@media screen and (max-width: 767px) {
  .l_footer-inner {
    padding: 12vw 0 80px;
  }
}
.l_footer-inner2 {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l_footer-inner2 {
    padding: 0 5vw;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
}
.l_footer-access {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l_footer-access {
    margin-bottom: 20px;
  }
}
.l_footer-access .textWrap {
  position: relative;
  padding-bottom: 40px;
}
.l_footer-access .textWrap .logo {
  position: absolute;
  left: 50px;
  top: 0;
  width: 144px;
}
@media screen and (max-width: 767px) {
  .l_footer-access .textWrap .logo {
    position: static;
    margin: 0 auto 30px;
    width: 23.2vw;
  }
}
.l_footer-access .t1 {
  font-size: 30px;
  margin-bottom: 0px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l_footer-access .t1 {
    font-size: 22px;
  }
}
.l_footer-access .t1-2 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l_footer-access .t1-2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.l_footer-access .t2 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l_footer-access .t2 {
    font-size: 16px;
  }
  .l_footer-access .t2 a {
    text-decoration: underline;
  }
}
.l_footer-access .t3 {
  font-size: 27px;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  .l_footer-access .t3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l_footer-access iframe {
    width: 100%;
    height: 80vw;
  }
}
.l_footer-access .banner {
  max-width: 620px;
  min-height: 163px;
  border: 1px solid #591f7d;
  margin: 80px auto 0;
  transition: opacity 0.2s;
  text-align: left;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l_footer-access .banner {
    width: 90%;
    height: auto;
    margin: 10vw auto 0;
    transition: opacity 0.2s;
    text-align: left;
    position: relative;
  }
}
.l_footer-access .banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../images/common/symbol.svg) left -7px top -12px/215px auto no-repeat;
  opacity: 0.53;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l_footer-access .banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: url(../images/common/symbol.svg) right -10vw bottom -9vw/45.33vw auto no-repeat;
    opacity: 0.07;
    pointer-events: none;
  }
}
.l_footer-access .banner a {
  display: block;
  height: 100%;
  padding: 20px 0 25px 230px;
  color: #591f7d;
  background: url(../images/common/arrow_bn.svg) right 22px center no-repeat;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l_footer-access .banner a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5vw 5vw 6vw;
    color: #591f7d;
    background: url(../images/arrow_bn.svg) right 4vw center/3vw no-repeat;
    position: relative;
    z-index: 3;
  }
}
.l_footer-access .banner h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.6;
}
.l_footer-access .banner p {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l_footer-access .banner p {
    padding-top: 4vw;
    margin-top: 4vw;
  }
}
.l_footer-access .banner p:after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #591f7d;
}
.l_footer img.logo {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_footer img.logo {
    display: block;
    width: 27vw;
    margin: 0 auto;
  }
}
.l_footer .footernav {
  display: flex;
  justify-content: space-around;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .l_footer .footernav {
    display: block;
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l_footer .footernav ul {
    display: none;
  }
}
.l_footer .footernav ul li {
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .l_footer .footernav ul.main {
    display: block;
  }
}
.l_footer .footernav ul.main li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l_footer .footernav ul.main li {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
  }
  .l_footer .footernav ul.main li a {
    display: block;
    color: #fff;
    padding: 10px 0;
    background: url(../images/common/footer_link_arrow.svg) right 2vw center/2vw no-repeat;
  }
}
.l_footer .footernav ul li.h {
  padding-left: 0;
}
.l_footer .footernav li a {
  color: #fff;
  position: relative;
}
.l_footer .footernav li a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #fff;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.5s;
  will-change: transform;
}
.l_footer .footernav li a:hover:after {
  transform-origin: left top;
  transform: scaleX(1);
}
.l_footer .footernav li.sns {
  padding: 10px 0 0 18px;
}
.l_footer .footernav li.sns .inner {
  border-top: 1px solid #fff;
  padding: 20px 15px 0 0;
}
.l_footer .footernav li.sns .inner span.instagram {
  display: block;
  padding-left: 52px;
  background: url("../images/common/instagram.svg") left center/auto 40px no-repeat;
  font-size: 18px;
  height: 42px;
  padding-top: 6px;
}
.l_footer .copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .l_footer .copyright {
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
    line-height: 1;
    margin: 0;
  }
}
/*------------------------------------------------*/
#reserveBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  #reserveBtn {
    position: fixed;
    right: 4vw;
    bottom: 14vw;
    z-index: 15;
  }
}
#reserveBtn .pcv {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.9);
  color: #591f7d;
  padding: 3px 24px 14px;
  border-radius: 10px;
  border: 1px solid rgba(89, 31, 125, 0.7);
  transition: background-color 0.2s;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}
#reserveBtn .tel {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 48px;
  border-bottom: 1px solid rgba(89, 31, 125, 0.7);
  background: url("../images/common/reserve_t.svg") left bottom 15px/40px auto no-repeat;
}
#reserveBtn .tel h3 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}
#reserveBtn .tel p {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
}
#reserveBtn .tel p span {
  font-size: 16px;
  margin-right: 0.3em;
}
#reserveBtn .online {
  text-align: right;
}
#reserveBtn .online a {
  background: url(../images/common/link_arrow_color.svg) right 1px center no-repeat;
  color: #591f7d;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  #reserveBtn a {
    display: block;
    width: 18.6666vw;
    height: 18.6666vw;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    border-radius: 50%;
    border: 1px solid rgba(89, 31, 125, 0.7);
    transition: background-color 0.2s;
  }
  #reserveBtn a.reserve_tel {
    background: rgba(255, 255, 255, 0.7) url(../images/common/reserve.svg) center center/9vw auto no-repeat;
  }
  #reserveBtn a.reserve_online {
    background: rgba(255, 255, 255, 0.7) url(../images/common/reserve_online.svg) center center/15vw auto no-repeat;
    margin-top: 2.5vw;
  }
}
.reserveBtn-2 {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .reserveBtn-2 {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reserveBtn-2__list {
    display: flex;
    padding: 0 5px;
    gap: 5px;
  }
}
.reserveBtn-2__item {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .reserveBtn-2__item {
    width: calc((100% - 5px) / 2);
  }
}
.sidebar-search {
  padding: 20px 0 40px;
  background-color: #fff;
}
.sidebar-search--head {
  padding: 0 10px 20px;
}
.sidebar-search--img {
  margin-bottom: 18px;
  text-align: center;
}
.sidebar-search--ttl {
  margin-bottom: 10px;
}
.sidebar-search--ratingWrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sidebar-search--rating {
  display: flex;
  align-items: center;
}
.sidebar-search--rating-stars {
  display: flex;
  align-items: center;
}
.sidebar-search--rating-stars img {
  display: inline-block;
  margin-right: 3px;
}
.sidebar-search--rating-number {
  line-height: 1;
}
.sidebar-search--rating-cmt {
  position: relative;
  display: block;
  padding-left: 22px;
}
.sidebar-search--rating-cmt:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 15px;
  display: block;
  background: url(../images/search/icon-msg.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
}
.sidebar-search .form {
  border-top: solid 1px #EBEBEB;
}
.sidebar-search .form-row {
  display: flex;
  padding: 12px 15px;
  border-bottom: solid 1px #EBEBEB;
}
.sidebar-search .form-row:last-child {
  border-bottom: none;
}
.sidebar-search .form-row--cnt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sidebar-search .form-row--cnt .label-box {
    flex-wrap: wrap;
    flex-flow: column;
  }
  .sidebar-search .form-row--cnt .label-box .link-blue {
    display: block;
  }
}
.sidebar-search .form-label {
  width: 72px;
  margin-right: 12px;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sidebar-search .form-label {
    margin-right: 20px;
  }
}
.sidebar-search--map {
  margin: 30px 0 35px;
}
.bg-1 {
  background: url(../images/top/bg-1.jpg) no-repeat center 30%/100% auto;
  position: relative;
}
.bg-1 .txt {
  margin: -30px auto 50px;
  font-size: 13px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .bg-1 {
    background: none;
  }
}
.bg-1:before, .bg-1:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  left: 0;
  z-index: 0;
}
.bg-1:before {
  top: 0;
}
.bg-1:after {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
}
.bg-3 {
  background: url(../images/top/bg-2.jpg) no-repeat center/100% auto;
  padding: 190px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-3 {
    background: url(../images/top/sp/bg-1.jpg) repeat center top/100% auto;
    padding: 48px 0;
  }
}
.bg-3:before, .bg-3:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  left: 0;
  z-index: 0;
}
.bg-3:before {
  top: 0;
}
.bg-3:after {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
}
.bg-4 {
  background: url(../images/top/bg-2.jpg) no-repeat center bottom/100% auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-4 {
    background: url(../images/top/sp/bg-2.jpg) repeat center/100% auto;
  }
}
.bg-4:before, .bg-4:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  left: 0;
  z-index: 0;
}
.bg-4:before {
  top: 0;
}
.bg-4:after {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
}
.kv {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 35px;
  }
}
.kv img {
  width: 100%;
}
.kv-btn-set {
  display: flex;
  justify-content: center;
  margin-top: -110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv-btn-set {
    background: url(../images/top/sp/kv-price-bg.png) no-repeat center bottom/100% auto;
    gap: 30px;
    padding-bottom: 20px;
  }
}
.kv-btn-set .btn-unit {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv-btn-set .btn-unit {
    display: block;
    text-align: center;
  }
}
.kv-btn-set .btn-unit .btn {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv-btn-set .btn-unit .btn {
    margin-bottom: 10px;
  }
}
.kv-btn-set .btn-unit .btn img {
  width: 193px;
}
@media screen and (max-width: 767px) {
  .kv-btn-set .btn-unit .btn img {
    width: 33.73333vw;
  }
}
.kv-btn-set .btn-unit .price {
  background: url(../images/top/kv-price-bg.png) no-repeat left center/472px auto;
  width: 472px;
  height: 113px;
  padding-left: 60px;
  position: relative;
  left: -40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kv-btn-set .btn-unit .price {
    background: none;
    width: 100%;
    height: auto;
    padding: 0;
    position: static;
  }
}
.kv-btn-set .btn-unit .price img.w-280 {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .kv-btn-set .btn-unit .price img.w-280 {
    width: 39.33333vw;
  }
}
.kv-btn-set .btn-unit .price img.w-238 {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .kv-btn-set .btn-unit .price img.w-238 {
    width: 31.6vw;
  }
}
.kv-btn-set .btn-unit.unit-1 {
  right: -45px;
}
@media screen and (max-width: 767px) {
  .kv-btn-set .btn-unit.unit-1 {
    right: auto;
  }
}
.kv-btn-set .btn-unit.unit-2 {
  left: -45px;
}
@media screen and (max-width: 767px) {
  .kv-btn-set .btn-unit.unit-2 {
    left: auto;
  }
}
.cv {
  position: relative;
  z-index: 1;
}
.cv .txt {
  margin: -60px auto 80px;
  text-align: center;
}
.cv__badge {
  text-align: center;
  margin-bottom: 24px;
}
.cv__badge img {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .cv .txt {
  margin: -40px auto 50px;
    padding: 0 30px;
    font-size: 11px;
   line-height: 1.5;
  }
  .cv__badge img {
    width: 73.6vw;
  }
}
.cv-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .cv-list {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
.cv-item.item_tel a {
  display: block;
}
.cv-item.item_tel a img {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .cv-item.item_tel a img {
    width: 78.13333vw;
  }
}
.cv-item.item_tel .note {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.5;
  padding-top: 15px;
  color: #3f4785;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cv-item.item_tel .note {
    font-size: 10px;
    padding-top: 10px;
  }
}
.cv-item.item_online {
  position: relative;
  top: -32px;
}
@media screen and (max-width: 767px) {
  .cv-item.item_online {
    top: 0;
  }
}
.cv-item.item_online .btn a img {
  width: 540px;
}
.cv-item.item_online .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.cv-item.item_online .sns-item {
  margin: 0 22px;
}
.movie {
  margin: 50px auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .movie {
    margin: 80px auto 40px;
  }
}
.movie__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .movie__list {
    flex-direction: column;
    gap: 20px;
  }
}
.movie__item {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .movie__item {
    width: 90%;
    margin: 0 auto;
  }
}
.movie__item h3 {
  margin: 0 auto 20px;
  padding: 5px 0;
  text-align: center;
  display: block;
  border: 1px solid #b28575;
  color: #b28575;
  font-size: 22px;
}
.movie__item ul.caseS {
  position: relative;
  border-left: 10px solid #d8c2ba;
  border-right: 10px solid #d8c2ba;
}
.movie__item ul.caseS li {}
.movie__item ul.caseS li figure {
  width: 80%;
  margin: auto;
}
.movie__item ul.caseS li figure img {
  line-height: 0;
}
.movie__item ul.caseS li figure figcaption {
  margin: 20px auto 0;
}
.movie__item ul.caseS li figure figcaption dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}
.movie__item ul.caseS li figure figcaption dl dt {
  width: 28%;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #d8c2ba;
}
.movie__item ul.caseS li figure figcaption dl dd {
  width: 72%;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #d8c2ba;
}
.movie__item ul.caseS + p {
  margin: -20px auto 0;
  text-align: center;
  font-size: 12px;
}
.movie__item ul.slick-dots {
  bottom: -80px;
}
.movie__item ul.slick-dots li {
  padding: 0;
}
.movie__item .prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 45%;
  z-index: 1;
  display: block;
  background: url("../images/top/i-l.svg") no-repeat 0 0 / cover;
  cursor: pointer;
}
.movie__item .next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: 45%;
  z-index: 1;
  display: block;
  background: url("../images/top/i-r.svg") no-repeat 0 0 / cover;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .movie__item h3 {
    font-size: 5vw;
  }
  .movie__item ul.caseS li {
    margin: 0 auto 50px;
  }
  .movie__item ul.caseS li figure figcaption dl {
    font-size: 3vw;
  }
  .movie__item ul.slick-dots {
    bottom: -50px;
  }
}
.voice {
  margin: 80px auto 100px;
  position: relative;
  z-index: 1;
}
.voice .voice-inner {
  max-width: 1200px;
  margin: auto;
}
.voice__ttl {
  margin: 0 auto 40px;
  text-align: center;
}
.voice__ttl img {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .voice {
    margin: 50px auto 70px;
  }
  .voice__ttl {
    margin: 0 auto 20px;
  }
  .voice__ttl img {
    width: 60vw;
  }
}
.voice ul.voiceS {
  position: relative;
}
.voice ul.voiceS li {
  padding: 0 20px;
}
.voice ul.voiceS li figure {
  background: #fff;
}
.voice ul.voiceS li figure img {
  line-height: 0;
}
.voice ul.voiceS li figure figcaption {
  position: relative;
}
.voice ul.voiceS li figure figcaption::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 45%;
  z-index: 5;
  display: block;
  border-style: solid;
  border-width: 0 14px 15px 14px;
  border-color: transparent transparent #fff transparent;
}
.voice ul.voiceS li figure figcaption p.age {
  margin: 20px auto 0;
  padding: 20px;
  display: table;
  background: #b28575;
  color: #fff;
  line-height: 0;
}
.voice .prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 1;
  display: block;
  background: url("../images/top/i-l.svg") no-repeat 0 0 / cover;
  cursor: pointer;
}
.voice .next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 1;
  display: block;
  background: url("../images/top/i-r.svg") no-repeat 0 0 / cover;
  cursor: pointer;
}
.voice ul.voiceS li figure figcaption p.txt {
  padding: 20px;
  display: block;
  font-size: 13px;
}
.voice ul.slick-dots li {
  padding: 0;
}
.reason {
  margin: 80px auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason {
    margin: 30px auto 40px;
    padding: 0 15px;
  }
}
.reason__ttl img {
  width: 269px;
}
@media screen and (max-width: 767px) {
  .reason__ttl img {
    width: 35.86667vw;
  }
}
.reason__body {
  background: url(../images/top/reason-bg.png) repeat center/16px auto;
  font-size: 24px;
  padding: 138px 0 55px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .reason__body {
    background: url(../images/top/reason-bg.png) repeat center/8px auto;
    font-size: 12px;
    margin-top: -70px;
    padding: 68px 0 25px;
  }
}
.reason__body span {
  color: #b28575;
}
.diagnostic-ability {
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability {
    padding: 0 15px;
    background: url(../images/top/sp/bg-1.jpg) no-repeat center top/100% auto;
  }
}
.diagnostic-ability__ttl {
  text-align: center;
}
.diagnostic-ability__ttl img {
  width: 472px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability__ttl img {
    width: 62.93333vw;
  }
}
.diagnostic-ability__ttl-2 {
  text-align: center;
  font-size: 30px;
  color: #b28575;
  font-weight: bold;
  margin: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability__ttl-2 {
    font-size: 5.06667vw;
    margin: 20px 0 10px;
  }
}
.diagnostic-ability__lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability__lead {
    font-size: 4.26667vw;
  }
}
.diagnostic-ability__img {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability__img {
    margin-bottom: 70px;
  }
}
.diagnostic-ability__img img {
  width: 970px;
}
.diagnostic-ability-unit {
  border: 1px solid #b28575;
  padding: 0 70px 70px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit {
    padding: 0 20px 20px;
  }
}
.diagnostic-ability-unit .ttl {
  text-align: center;
  font-size: 30px;
  color: #b28575;
  font-weight: bold;
  position: relative;
  top: -28px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit .ttl {
    font-size: 5.33333vw;
    line-height: 1.125;
    top: -18px;
  }
}
.diagnostic-ability-unit .ttl span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}
.diagnostic-ability-unit .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit .flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit .txt {
    margin-bottom: 20px;
  }
}
.diagnostic-ability-unit.unit-pink {
  padding: 0 70px 70px 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit.unit-pink {
    padding: 0 20px 20px;
  }
}
.diagnostic-ability-unit.unit-pink .flex {
  flex-direction: row-reverse;
}
.diagnostic-ability-unit.unit-pink .img {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit.unit-pink .img {
    width: 100%;
  }
}
.diagnostic-ability-unit.unit-pink .txt {
  width: calc(100% - 440px);
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit.unit-pink .txt {
    width: 100%;
    padding: 0;
  }
}
.diagnostic-ability-unit.unit-purple .ttl {
  color: #b28575;
}
.diagnostic-ability-unit.unit-purple .heading {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit.unit-purple .heading {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.diagnostic-ability-unit.unit-purple .heading .bg-purple {
  font-size: 18px;
  background: #b28575;
  color: #fff;
  padding: 0 10px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit.unit-purple .heading .bg-purple {
    font-size: 4vw;
  }
}
.diagnostic-ability-unit.unit-purple .heading .bg-none {
  font-size: 26px;
  color: #b28575;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit.unit-purple .heading .bg-none {
    font-size: 6.93333vw;
  }
}
.diagnostic-ability-unit.unit-purple .img {
  width: 368px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit.unit-purple .img {
    width: 100%;
  }
}
.diagnostic-ability-unit.unit-purple .txt {
  width: calc(100% - 368px);
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .diagnostic-ability-unit.unit-purple .txt {
    width: 100%;
    padding: 0;
  }
}
.doctor {
  margin: 0 auto 80px;
}
.doctor-inner {
  position: relative;
  z-index: 1;
}
.doctor__ttl {
  text-align: center;
}
.doctor__ttl img {
  width: 420px;
}
.doctor-inner ul {
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.doctor-inner ul li {
  width: 48%;
  font-size: 15px;
}
.doctor-inner ul li.doctor-img img {
  width: 80%;
  line-height: 0;
}
.doctor-inner ul li h3 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #b28575;
  font-size: 22px;
}
.doctor-inner ul li h3 small {
  display: block;
  font-size: 15px;
}
.doctor-inner ul li h4 {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #b28575;
  font-size: 20px;
}
.doctor-inner ul li dl {
  display: flex;
  flex-wrap: wrap;
}
.doctor-inner ul li dl dt {
  width: 20%;
}
.doctor-inner ul li dl dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .doctor-inner {
    width: 90%;
    margin: auto;
  }
  .doctor__ttl img {
    width: 50vw;
  }
  .doctor-inner ul {
    margin: 20px auto 0;
  }
  .doctor-inner ul li {
    width: 100%;
    font-size: 12px;
  }
  .doctor-inner ul li.doctor-img img {
    width: 60%;
    margin: 0 auto 20px;
    display: block;
  }
  .doctor-inner ul li h3 {
    text-align: center;
    font-size: 18px;
  }
  .doctor-inner ul li h3 small {
    font-size: 13px;
  }
  .doctor-inner ul li h4 {
    margin: 20px auto 10px;
    font-size: 18px;
  }
}
.case {
  margin: 120px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case {
    margin: 50px 0;
    padding: 0 15px;
  }
}
.case:before, .case:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.case:before {
  top: 0;
}
.case:after {
  bottom: 0;
}
.case-inner {
  position: relative;
  z-index: 1;
}
.case-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .case-ttl {
    margin-bottom: 30px;
  }
  .case-ttl img {
    width: 60vw;
  }
}
.case-ttls {
  text-align: center;
  margin-bottom: 30px;
}
.case-ttls span {
  display: inline-block;
  background: #b28575;
  color: #fff;
  font-size: 30px;
  padding: 0 90px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .case-ttls span {
    font-size: 24px;
    padding: 0 30px;
  }
}
.case-img {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .case-img {
    margin-bottom: 20px;
  }
}
.case-body1 {
  margin-bottom: 80px;
}
.case-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .case-flex {
    display: block;
  }
}
.cv2 {
  width: 968px;
  height: 244px;
  background: url(../images/top/cv-bg.svg) no-repeat center/968px 244px;
  position: relative;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .cv2 {
    width: calc(100% - 30px);
    height: 100%;
    aspect-ratio: 691 / 433;
    margin: 40px auto 0;
    background: url(../images/top/sp/cv2-bg.jpg) no-repeat center/100% auto;
  }
}
.cv2-list {
  position: absolute;
  display: flex;
  left: 50%;
  bottom: 7px;
  transform: translate(-50%, 0);
  width: 100%;
  justify-content: center;
}
  .cv2-item.item_line {
    position: relative;
    top: -3px;
  }
@media screen and (max-width: 767px) {
  .cv2-list {
    flex-direction: column;
    left: auto;
    right: 4vw;
    bottom: 1vw;
    transform: translate(0, 0);
    width: 56vw;
  }
}
@media screen and (max-width: 767px) {
  .cv2-item.item_line {
    top: -3vw;
  }
}
.check {
  padding: 120px 0 40px;
}
@media screen and (max-width: 767px) {
  .check {
    padding: 20px 15px 40px;
  }
}
.check__img {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .check__img {
    margin-bottom: 24px;
  }
}
.check__body {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
}
.check__arrow-down {
  text-align: center;
  padding-top: 24px;
}
.check__arrow-down img {
  width: 147px;
}
@media screen and (max-width: 767px) {
  .check__arrow-down img {
    width: 19.6vw;
  }
}
.approved {
  margin-bottom: 88px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .approved {
    padding: 0 15px;
    margin-bottom: 32px;
  }
}
.approved-ttl {
   width: 950px;
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .approved-ttl {
   width: 90vw;
  margin: 0 auto 30px;
  }
}
.approved-body {
  max-width: 936px;
  margin: 0 auto;
}
.feature {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 0 15px;
    margin-bottom: 60px;
  }
}
.feature-ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .feature-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-ttl img {
    width: 236px;
  }
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature-list {
    justify-content: center;
  }
}
.feature-item {
  margin-right: 37.5px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .feature-item {
    margin: 0 10px 15px;
  }
}
.feature-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .feature-item:nth-child(3n) {
    margin: 0 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .feature-item img {
    width: 150px;
  }
}
.three_treatments {
    padding: 0 15px 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .three_treatments {
    padding: 0 15px 72px;
  }
}
.three_treatments:before, .three_treatments:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  left: 0;
  z-index: 0;
}
.three_treatments:before {
  top: 0;
}
.three_treatments:after {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .three_treatments:after {
    display: none;
  }
}
.three_treatments-inner {
  background: #fff;
  border-radius: 20px;
  padding: 100px;
  box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .three_treatments-inner {
    padding: 60px 15px;
  }
}
.three_treatments-ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .three_treatments-ttl img {
    width: 60vw;
  }
}
.three_treatments-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .three_treatments-list {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.three_treatments-body {
  margin-bottom: 40px;
}
.three_treatments-img {
  text-align: center;
  margin-bottom: 80px;
}
.three_treatments-img img {
  width: 100%;
}
.three_treatments-ttl2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .three_treatments-body2 {
    margin-bottom: 24px;
  }
}
.three_treatments-body2 span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .three_treatments-body2 span {
    font-size: 20px;
  }
}
.three_treatments-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .three_treatments-flex {
    display: block;
  }
}
.three_treatments-flexitem {
  max-width: 370px;
}
.three_treatments-flexitem .ttl {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #b28575;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .three_treatments-flexitem .ttl {
    font-size: 18px;
  }
}
.three_treatments-flexitem .body {
  font-size: 16px;
  line-height: 1.87;
  height: 90px;
  margin-bottom: 20px;
}
.three_treatments-flexitem .img {
  text-align: center;
}
.three_treatments-flexitem.item1 {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .three_treatments-flexitem.item1 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .three_treatments-flexitem.item1 {
    margin-bottom: 24px;
  }
}
.treatment {
  position: relative;
  background: url(../images/top/bg-1.jpg) no-repeat center bottom/100% auto;
  padding-bottom: 184px;
}
@media screen and (max-width: 767px) {
  .treatment {
    background: url(../images/top/sp/bg-1.jpg) repeat center bottom -180px/100% auto;
    padding: 0 15px 72px;
  }
}
.treatment.treatment03 {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .treatment.treatment03 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .treatment.treatment03:after {
    display: block;
  }
}
.treatment-inner {
  background: #fff;
  border-radius: 20px;
  padding: 340px 100px 50px;
  box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .treatment-inner {
    padding: 400px 15px 20px;
  }
}
.treatment-ttl {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .treatment-ttl {
    top: -30px;
  }
}
.treatment-row {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .treatment-row {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.treatment-row .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #b28575;
  width: 160px;
  border-right: 2px solid #b28575;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .treatment-row .ttl {
    width: auto;
    display: inline-block;
    border: none;
    padding: 0 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #b28575;
    font-size: 22px;
  }
}
.treatment-row .body {
  width: calc(100% - 160px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .treatment-row .body {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
.treatment-row .body span {
  color: #b28575;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .treatment-row .body span {
    font-size: 20px;
  }
}
.treatment-img {
  text-align: center;
  margin-bottom: 80px;
}
.treatment-for {
  text-align: center;
  margin-bottom: 40px;
}
.treatment-price {
  text-align: center;
  margin-bottom: 40px;
}
.treatment-note {
  font-size: 12px;
  font-weight: bold;
}
.treatment-note dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .treatment-note dl {
    border-bottom: 1px dotted #c1c1c1;
    padding: 7px 0;
    line-height: 1.6;
  }
}
.treatment-note dl dt {
  flex: 0 0 9em;
}
.treatment-note p {
  padding-top: 5px;
}
.flow {
  padding: 160px 0 80px;
  background: url(../images/top/bg-1.jpg) no-repeat center bottom/100% auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow {
    background: url(../images/top/sp/bg-1.jpg) repeat center/100% auto;
    padding: 80px 15px;
  }
}
.flow-inner {
  position: relative;
  z-index: 1;
}
.flow-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flow-ttl {
    margin-bottom: 30px;
  }
  .flow-ttl img {
    width: 60vw;
  }
}
.flow-unit {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #b28575;
  padding: 60px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-unit {
    display: block;
  }
}
.flow-unit:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 21px 0 21px;
  border-color: #b28575 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .flow-unit:after {
    border-width: 20px 16.5px 0 16.5px;
  }
}
.flow-unit:last-child {
  border-bottom: none;
}
.flow-unit:last-child:after {
  display: none;
}
.flow-unit:first-child {
  padding-top: 0;
}
.flow-unit .img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .flow-unit .img {
    width: 100%;
  }
}
.flow-unit .img img {
  border: 8px solid #fff;
  box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .flow-unit .img img {
    border: 4px solid #fff;
  }
}
.flow-unit .txt {
  padding-left: 30px;
  padding-top: 10px;
  width: 52%;
}
@media screen and (max-width: 767px) {
  .flow-unit .txt {
    padding: 0;
    width: 100%;
  }
}
.flow-unit .txt .ttl {
    margin-bottom: 20px;
  background: #b28575;
  color: #fff;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-unit .txt .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.flow-unit .txt .body {
  font-size: 16px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .flow-unit .txt .body {
    font-size: 14px;
    padding: 0 0 15px;
  }
}
.faq {
  padding-top: 150px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 0px 15px 24px;
  }
}
.faq-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-ttl img {
    width: 276px;
  }
}
.faq-unit {
  background: #fff;
  border-radius: 7px;
  padding: 23px 30px;
  box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #b28575;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .faq-unit {
    padding: 20px 15px;
  }
}
.faq-unit .Q {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 36px;
}
.faq-unit .Q:before {
  content: "Q.";
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq-unit .A {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 36px;
}
.faq-unit .A:before {
  content: "A.";
  font-size: 18px;
  color: #bf2d28;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -2px;
}
.reserve-arrow {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .reserve-arrow {
    position: relative;
    z-index: 1;
    padding: 0 30px 20px;
  }
}
.reserve {
  margin-bottom: 50px;
  position: relative;
}
.reserve-inner {
  background: url(../images/top/reserve-bg.jpg) no-repeat center/cover;
  text-align: center;
  z-index: 1;
  padding: 100px 0 127px;
}
@media screen and (max-width: 767px) {
  .reserve-inner {
    background: url(../images/top/sp/reserve-bg.png) no-repeat center/100% auto;
    padding: 177.33333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .reserve__txt {
    display: none;
  }
}
.reserve__txt img {
  width: 395px;
}
.reserve__kiki {
  position: absolute;
  left: calc(50% - 510px);
  top: -43px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reserve__kiki {
    display: none;
  }
}
.reserve__kiki img {
  width: 277px;
}
.reserve__incho {
  position: absolute;
  right: calc(50% - 543px);
  top: 10px;
}
@media screen and (max-width: 767px) {
  .reserve__incho {
    display: none;
  }
}
.reserve__incho img {
  width: 343px;
}
.reserve-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #b28575;
  max-width: 1030px;
  margin: -35px auto 0;
  padding: 35px 0px 8px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reserve-list {
    display: block;
    margin: -34.66667vw 20px 0;
    padding: 0;
  }
}
.reserve-item.item_tel {
  position: relative;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .reserve-item.item_tel {
    width: 100%;
    padding: 30px 30px 0px;
  }
}
.reserve-item.item_tel a {
  display: block;
}
.reserve-item.item_tel a img {
  width: 471px;
}
.reserve-item.item_tel .note {
 margin-top: 10px;
  font-size: 17px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
 line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .reserve-item.item_tel .note {
    font-size: 2.26667vw;
    padding-top: 10px;
  }
}
.reserve-item.item_online {
  position: relative;
  top: -10px;
  width: calc(100% - 420px);
}
@media screen and (max-width: 767px) {
  .reserve-item.item_online {
    width: 100%;
    top: 0;
  }
}
.reserve-item.item_online a {
  display: block;
}
.reserve-item.item_online a img {
  width: 100%;
}
.comparison {
  margin: 30px auto 50px;
}
.comparison-ttl {
  text-align: center;
  margin-bottom: 30px;
}
.comparison-ttl img {
  width: 420px;
}
.comparison-inner {}
@media screen and (max-width: 767px) {
  .comparison-ttl img {
    width: 60vw;
  }
  .comparison-inner {
    width: 90%;
    overflow-x: scroll;
  }
}
.comparison-inner table {
  max-width: 1030px;
  background: #fff;
  border: 1px solid #b28575;
}
.comparison-inner table th, .comparison-inner table td {
  padding: 10px;
  border: 1px solid #b28575;
  font-size: 13px;
}
.comparison-inner table tr th {
  width: 10%;
  text-align: center;
  background: #f0e7e3;
}
.comparison-inner table tr td {
  width: 15%;
}
.comparison-inner table tr:nth-child(1) th {
  background: #b28575;
  border: 1px solid #f2efe8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .comparison-inner table {
    max-width: auto;
    width: 230%;
  }
  .comparison-inner table th, .comparison-inner table td {
    font-size: 11px;
    line-height: 1.5;
  }
}
@-moz-document url-prefix() {} /* -------------------
  OBJECT FIT FOR IE
--------------------*/
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/*# sourceMappingURL=../maps/index.css.map */