/*widget:c68be05e-b65d-408e-99a4-5ebc1cacf889*/
[data-lib="1998"][data-pattern="3"] .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 20002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}
[data-lib="1998"][data-pattern="3"] .pace.pace-inactive {
  z-index: 20001;
  opacity: 0;
  visibility: hidden;
}
[data-lib="1998"][data-pattern="3"] .pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  background-color: #ffffff;
  background-size: 200px auto;
  width: 100% !important;
}
[data-lib="1998"][data-pattern="3"] .pace .pace-progress:before {
  content: "";
  position: absolute;
  transition: all 1s cubic-bezier(1, 0.05, 0.58, 0.9);
  transition-delay: 0.3s;
  background: #ffffff;
  background: #ffffff;
}
[data-lib="1998"][data-pattern="3"] .pace.pace-inactive .pace-progress:before {
  opacity: 0;
}
[data-lib="1998"][data-pattern="3"] .pace-progress-inner {
  position: absolute;
  transition: all 1s cubic-bezier(1, 0.05, 0.58, 0.9);
  transition-delay: 0.3s;
  background-color: #e5975c;
  background: #ffffff;
  background: #ffffff;
}
[data-lib="1998"][data-pattern="3"]
  .pace.pace-inactive
  .pace-progress
  .pace-progress-inner {
  opacity: 0;
}
[data-lib="1998"][data-pattern="3"] .pace .pace-progress:after {
  display: inline-block;
  position: absolute;
  top: 33%;
  left: 50%;
  content: attr(data-progress-text);
  padding-top: 200px;
  line-height: 1;
  text-align: center;
  transition: all 1s ease-in-out;
  transform: translate(-50%);
  background: url(https://sun-laughtale55.jp/_img/ja/resource/9/logo/) center
    center no-repeat;
  background-size: inherit;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-size: 2em;
  width: 100%;
  color: inherit;
  color: inherit;
}
[data-lib="1998"][data-pattern="3"].logo_off .pace .pace-progress:after {
  display: inline-block;
  position: absolute;
  top: 33%;
  left: 50%;
  content: attr(data-progress-text);
  padding-top: 200px;
  line-height: 1;
  text-align: center;
  transition: all 1s ease-in-out;
  transform: translate(-50%);
  background: none;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-size: 2em;
  width: 100%;
}
[data-lib="1998"][data-pattern="3"] .pace.pace-inactive .pace-progress:after {
  transform: translate(-50%, 100%);
}
[data-lib="1998"][data-pattern="3"].bg_e5975c,
[data-lib="1998"][data-pattern="3"] .bg_e5975c .pace .pace-progress:before,
[data-lib="1998"][data-pattern="3"] .bg_e5975c .pace-progress-inner {
  background-color: #e5975c;
}
[data-lib="1998"][data-pattern="3"].bg_black .pace .pace-progress:before,
[data-lib="1998"][data-pattern="3"] .bg_black .pace-progress-inner {
  background-color: #000000;
}
[data-lib="1998"][data-pattern="3"].bg_white .pace .pace-progress:before,
[data-lib="1998"][data-pattern="3"] .bg_white .pace-progress-inner {
  background-color: #ffffff;
}
[data-lib="1998"][data-pattern="3"].bg_gray .pace .pace-progress:before,
[data-lib="1998"][data-pattern="3"] .bg_gray .pace-progress-inner {
  background-color: #808080;
}
[data-lib="1998"][data-pattern="3"].bg_yellow .pace .pace-progress:before,
[data-lib="1998"][data-pattern="3"] .bg_yellow .pace-progress-inner {
  background-color: #ffff00;
}
[data-lib="1998"][data-pattern="3"].bg_red .pace .pace-progress:before,
[data-lib="1998"][data-pattern="3"] .bg_red .pace-progress-inner {
  background-color: #ff0000;
}
[data-lib="1998"][data-pattern="3"].bg_blue .pace .pace-progress:before,
[data-lib="1998"][data-pattern="3"] .bg_blue .pace-progress-inner {
  background-color: #0000ff;
}
[data-lib="1998"][data-pattern="3"].bg_green .pace .pace-progress:before,
[data-lib="1998"][data-pattern="3"] .bg_green .pace-progress-inner {
  background-color: #008000;
  background-color: #008000;
}
[data-lib="1998"][data-pattern="3"].bg_e5975c .pace .pace-progress:before,
[data-lib="1998"][data-pattern="3"] .bg_e5975c .pace-progress-inner {
  background-color: #e5975c;
}
#loading-wrap[data-pattern="1"] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  transition: top 1.5s ease;
  font-size: 34px;
}
#loading-wrap[data-pattern="1"] * {
  box-sizing: border-box;
}
#loading-wrap[data-pattern="1"] .opening_logo {
  width: ".resource(" loading "," logo_size ")." px;
}
#loading-wrap[data-pattern="1"] .-w-cl {
  text-align: center;
}
#loading-wrap[data-pattern="1"] .-w-catch,
#loading-wrap[data-pattern="1"] .-w-logo {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#loading-wrap[data-pattern="1"] .-w-screen {
  width: 100vw;
  height: 100%;
  background-color: #e5975c;
  position: absolute;
  left: 0;
  top: 100%;
}
#loading-wrap[data-pattern="1"] .-w-catch span,
#loading-wrap[data-pattern="1"] .-w-logo img {
  display: inline-block;
  vertical-align: middle;
}
#loading-wrap[data-pattern="1"] .-w-logo img {
  width: 200px;
}
#loading-wrap[data-pattern="1"].domloaded .-w-catch {
  transition: opacity 0.5s ease 0.5s;
  opacity: 1;
}
#loading-wrap[data-pattern="1"].domloaded.showlogo .-w-catch {
  transition: opacity 0.5s ease 1s;
  opacity: 0;
}
#loading-wrap[data-pattern="1"].domloaded.showlogo .-w-logo {
  transition: opacity 0.5s ease 2s;
  opacity: 1;
}
#loading-wrap[data-pattern="1"].loaded {
  top: -200%;
}
#loading-wrap[data-pattern="1"].loaded .-w-catch,
#loading-wrap[data-pattern="1"].loaded .-w-logo {
  transition: opacity 0.5s ease 0s !important;
  opacity: 0 !important;
}
#loading-wrap[data-pattern="1"].loaded .-w-cl {
  transition: opacity 0.5s ease 2s;
  opacity: 0;
}
[data-lib="1998"][data-pattern="2"] {
  overflow-y: scroll;
  overflow-x: hidden;
  background: #e5975c;
}
[data-lib="1998"][data-pattern="2"] .pace-done {
  background: #e5975c;
}
[data-lib="1998"][data-pattern="2"] #pace {
  background: #e5975c;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  z-index: 10000;
}
[data-lib="1998"][data-pattern="2"] #pace .pace-logo {
  opacity: 1;
  -webkit-transition:
    opacity 1s 0.3s,
    transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition:
    opacity 1s 0.3s,
    transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  width: 100%;
}
[data-lib="1998"][data-pattern="2"] #pace .pace-logo img {
  display: block;
  margin: 0 auto;
  width: 200px;
}
[data-lib="1998"][data-pattern="2"] #pace .pace-logo.pace-hide {
  //opacity: 0;
}
[data-lib="1998"][data-pattern="2"] #pace .pace-progress {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
[data-lib="1998"][data-pattern="2"] #pace.pace-transition-1 .pace-progress {
  -webkit-transition: width 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: width 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
[data-lib="1998"][data-pattern="2"] #pace.pace-transition-2 .pace-progress {
  -webkit-transition: width 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: width 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
[data-lib="1998"][data-pattern="2"] .pace-activity {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  width: 100%;
  z-index: 2;
}
#loading-wrap.loader_ .pace-progress,
#loading-wrap .loader_ {
  color: #;
}
#loading-wrap.loader_black .pace-progress,
#loading-wrap .loader_black {
  color: #000000;
}
#loading-wrap.loader_white .pace-progress,
#loading-wrap .loader_white {
  color: #ffffff;
}
#loading-wrap.loader_gray .pace-progress,
#loading-wrap .loader_gray {
  color: #808080;
}
#loading-wrap.loader_yellow .pace-progress,
#loading-wrap .loader_yellow {
  color: #ffff00;
}
#loading-wrap.loader_red .pace-progress,
#loading-wrap .loader_red {
  color: #ff0000;
}
#loading-wrap.loader_blue .pace-progress,
#loading-wrap .loader_blue {
  color: #0000ff;
}
#loading-wrap.loader_green .pace-progress,
#loading-wrap .loader_green {
  color: #008000;
}
#loading-wrap {
  background-color: #e5975c;
}
#loading-wrap .-w-catch span {
  font-size: 3.4rem;
}
@media all and (orientation: landscape) {
  #loading-wrap .pace-progress-inner {
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: skewX(-45deg);
  }
  #loading-wrap .pace.pace-inactive .pace-progress .pace-progress-inner {
    transform: translateX(100%) skewX(-45deg);
  }
  #loading-wrap .pace .pace-progress:before {
    top: 0;
    left: -50%;
    width: 102%;
    height: 100%;
    transform: skewX(-45deg);
  }
  #loading-wrap .pace.pace-inactive .pace-progress:before {
    transform: translateX(-100%) skewX(-45deg);
  }
}
@media (max-width: 640px) {
  #loading-wrap .-w-catch span {
    font-size: 2.4rem;
  }
} /*widget:55703f23-03b7-4ba4-afc6-afd535ecbbf8*/
@keyframes w-15743-fade {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.-w-front-main {
  position: relative;
  background: var(--theme-main-bg);
}
.-w-front-main .swiper-wrapper {
  height: 100vh;
}
.-w-front-main .-w-nav_wrapper {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 100%;
}
.-w-front-main .-w-button {
  position: relative;
  width: 100%;
  height: 100%;
}
.-w-front-main .-w-button > p {
  text-align: center;
  margin-top: 10px;
}
.-w-front-main .swiper-button-prev,
.-w-front-main .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -30px;
  background-size: 100%;
  z-index: 9999;
  position: absolute;
  outline: none;
}
.-w-front-main .swiper-button-prev:before,
.-w-front-main .swiper-button-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 17px;
}
.-w-front-main .swiper-button-prev {
  background: none;
  transform: rotate(-45deg);
  left: 0;
}
.-w-front-main .swiper-button-prev:before {
  border-left: 2px solid rgba(180, 180, 180, 0.7);
  border-top: 2px solid rgba(180, 180, 180, 0.7);
}
.-w-front-main .swiper-button-next {
  background: none;
  transform: rotate(135deg);
  right: 0;
}
.-w-front-main .swiper-button-next:before {
  border-left: 2px solid rgba(180, 180, 180, 0.7);
  border-top: 2px solid rgba(180, 180, 180, 0.7);
}
.-w-front-main .swiper-slide {
  z-index: 1;
  overflow: hidden;
}
.-w-front-main .swiper-slide-active {
  z-index: 30;
}
.-w-front-main .swiper-slide-active img,
.-w-front-main .swiper-slide-duplicate-active img,
.-w-front-main .swiper-slide-prev img {
  animation: w-15743-fade 10s linear 0s 1 normal both;
}
.-w-front-main .swiper-pagination-bullet {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 5px 0 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background: none;
  border-radius: 0;
}
.-w-front-main .swiper-pagination-bullet-active {
  width: 60px;
  background: none;
}
.-w-front-main .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 9px;
  transition: 0.3s ease-in-out;
  background: rgba(180, 180, 180, 0.5);
}
.-w-front-main .swiper-pagination-bullet-active:before {
  background: rgba(180, 180, 180, 0.9);
}
.-w-front-main .-w-scroll_wrap {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 25px);
  z-index: 15;
}
.-w-front-main .-w-scroll_wrap a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
  outline: none;
  line-height: 1px;
  font-size: 1px;
}
.-w-front-main .-w-scroll_wrap a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 9.5px;
  border-right: 2px solid rgba(180, 180, 180, 0.7);
  border-bottom: 2px solid rgba(180, 180, 180, 0.7);
}
.-w-front-main .-w-box-main-image__wrp-txt-wrp {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -500px;
  width: 39.41%;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateY(-50%);
}
.-w-front-main .-w-top-main-txt01 {
  font-size: 5.5rem;
  font-size: 4.5vw;
  font-size: 6rem;
  position: relative;
  line-height: 1.4;
  display: block;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
}
.-w-front-main .-w-top-main-txt02 {
  font-size: 3.6rem;
  font-size: 1.35vw;
  font-size: 2rem;
  position: relative;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
  .-w-front-main .swiper-wrapper {
    height: 80vh;
  }
  .-w-front-main .-w-button > p {
    margin-top: 13px;
  }
  .-w-front-main .-w-button > p > img {
    width: 43px;
  }
  .-w-front-main .swiper-button-prev,
  .-w-front-main .swiper-button-next {
    margin-top: -20.5px;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  .-w-front-main .swiper-slide {
    overflow: hidden;
  }
  .-w-front-main .swiper-slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .-w-front-main .-w-nav_wrapper {
    top: 50%;
  }
  .-w-front-main .-w-box-main-image__wrp-txt-wrp {
    width: 95%;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  .-w-front-main .-w-top-main-txt01 {
    font-size: 7vw;
  }
  .-w-front-main .-w-top-main-txt02 {
    font-size: 3.4vw;
  }
}
@media (min-width: 769px) {
  .-w-front-main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
} /*instance mediea*/
@media (max-width: 768px) {
  [data-instance="39573"] .-w-bg39696 img {
    object-position: left center !important;
  }
  [data-instance="39573"] .-w-bg39693 img {
    object-position: center center !important;
  }
  [data-instance="39573"] .-w-bg39690 img {
    object-position: center center !important;
  }
} /*widget:d0507630-1089-4463-848f-a1226428347a*/
[data-lib="2515"] {
  padding: 3rem 0;
  box-sizing: border-box;
  position: relative;
  background: #f5f5f5;
  background: var(--theme-main-bg);
}
[data-lib="2515"] * {
  box-sizing: border-box;
}
[data-lib="2515"] a {
  color: #313131;
  color: hsla(0, 0%, 19%, 1);
  text-decoration: none;
}
[data-lib="2515"] a:hover {
  text-decoration: none;
}
[data-lib="2515"] .-w-wrapper {
  background: #ffffff;
  color: #313131;
  background: hsla(32.73, 100%, 100%, 1);
  color: hsla(0, 0%, 19%, 1);
  padding: 3rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  [data-lib="2515"] .-w-wrapper {
    padding: 3rem 6%;
  }
} /*widget:375f5eb8-1c0e-49d5-be05-480a632bd9eb*/
.-w-side-sns-wrap a[href^="tel:"] {
  cursor: default;
}
.-w-side-sns-wrap a[href^="tel:"]:hover {
  text-decoration: none;
}
.-w-side-sns-wrap .-w-pc {
  display: block;
}
.-w-side-sns-wrap .-w-sp {
  display: none;
}
.-w-side-sns-wrap #-w-side_sns {
  display: none;
}
.-w-side-sns-wrap #-w-side_sns ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.-w-side-sns-wrap #-w-side_sns ul li {
  margin-bottom: 0;
}
.-w-side-sns-wrap #-w-side_sns ul li:last-child {
  margin-bottom: 0;
}
.-w-side-sns-wrap #-w-side_sns.fixed {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 110px;
  z-index: 100;
  text-align: center;
  width: 50px;
  background: rgba(20, 24, 34, 0.7);
  background-color: hsla(0, 0%, 0%, 0.6);
}
.-w-side-sns-wrap #-w-side_sns.fixed a {
  display: block;
  padding: 20px 5px;
}
@media (max-width: 768px) {
  .-w-side-sns-wrap {
    z-index: 100;
  }
  .-w-side-sns-wrap .-w-pc {
    display: none;
  }
  .-w-side-sns-wrap .-w-sp {
    display: block;
  }
  .-w-side-sns-wrap #-w-side_sns {
    display: none;
  }
  .-w-side-sns-wrap #-w-side_sns.fixed {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    bottom: inherit;
    padding: 0;
    z-index: 101;
    text-align: center;
    width: 100%;
    background: rgba(20, 24, 34, 0.7);
    background-color: hsla(0, 0%, 0%, 0.6);
  }
  .-w-side-sns-wrap #-w-side_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .-w-side-sns-wrap #-w-side_sns ul li {
    width: 24%;
    padding: 0;
    margin-bottom: 0;
  }
  .-w-side-sns-wrap #-w-side_sns ul li img {
    margin: 0 auto;
  }
  .-w-side-sns-wrap #-w-side_sns ul li:last-child {
    display: none;
  }
} /*widget:44a1a35d-7f8d-4245-b7b4-c745739912f3*/
[data-lib="4192"] {
  position: relative;
  z-index: 103;
}
[data-lib="4192"] a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}
[data-lib="4192"] a[href^="tel:"]:hover {
  text-decoration: none;
}
[data-lib="4192"] .-w-pc {
  display: block;
}
[data-lib="4192"] .-w-sp {
  display: none;
}
[data-lib="4192"] .sp {
  display: none;
}
[data-lib="4192"] #foot_fixed {
  opacity: 1;
  padding: 20px 0 10px;
  position: relative;
  text-align: center;
  transition: 0.4s linear;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  background-color: hsla(0, 0%, 0%, 0.6);
  bottom: 0;
}
[data-lib="4192"] #foot_fixed table {
  margin: 0 auto;
}
[data-lib="4192"] #foot_fixed table td {
  vertical-align: middle;
  padding: 0 25px;
}
[data-lib="4192"] #foot_fixed table td:first-child {
  width: 57px;
  max-width: 57px;
  padding: 0 7px 0 0;
}
[data-lib="4192"] #foot_fixed table td:first-child svg {
  width: 50px;
}
[data-lib="4192"] #foot_fixed table td:first-child svg path {
  width: 50px;
  height: 50px;
  fill: #ffffff;
  fill: #ffffff;
}
[data-lib="4192"] #foot_fixed table td:nth-child(2) {
  padding: 0 20px 0 0;
}
[data-lib="4192"] #foot_fixed table *::-ms-backdrop,
[data-lib="4192"] #foot_fixed table td .-w-tel_icon {
  height: 66px;
}
[data-lib="4192"] #foot_fixed table *::-ms-backdrop,
[data-lib="4192"] #foot_fixed table td .-w-tel_icon span svg {
  height: 66px;
}
[data-lib="4192"] #foot_fixed table td:nth-child(3) {
  padding: 0;
}
[data-lib="4192"] #foot_fixed table td .-w-contact_btn {
  text-align: center;
}
[data-lib="4192"] #foot_fixed table td .-w-contact_btn span {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
[data-lib="4192"]
  #foot_fixed
  table
  td
  .-w-contact_btn
  span.material-icons::before {
  content: "keyboard_arrow_right";
  font-family: "Material Icons";
  height: 20px;
  line-height: 1.2;
  padding-left: 1px;
  box-sizing: border-box;
  font-weight: bold;
  width: 20px;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
[data-lib="4192"] #foot_fixed table td .-w-contact_btn a:hover {
  transition: all 0.4s;
  position: relative;
}
[data-lib="4192"] #foot_fixed table td .-w-tel {
  font-size: 3.4rem;
  line-height: 1;
  color: #ffffff;
  color: #ffffff;
}
[data-lib="4192"] #foot_fixed table td .-w-tel a {
  color: inherit;
}
[data-lib="4192"] #foot_fixed table td .-w-hours {
  text-align: left;
  font-size: 1.4rem;
  color: #ffffff;
  color: #ffffff;
}
[data-lib="4192"] #foot_fixed .-w-contact_btn {
  text-align: center;
}
[data-lib="4192"] #foot_fixed .-w-contact_btn a {
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: 2px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 0px 14px;
  line-height: 1;
  text-align: center;
  min-width: 200px;
  background-color: #ff6600;
  color: #ffffff;
  border-color: #ff6600;
  background-color: #e5975c;
  color: #ffffff;
  border-color: #e5975c;
}
[data-lib="4192"] #foot_fixed .-w-contact_btn a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #ff6600;
  background-color: #ffffff;
  color: #e5975c;
}
[data-lib="4192"] #foot_fixed .-w-contact_btn a span::before {
  background-color: #ffffff;
  color: #e5975c;
}
[data-lib="4192"] #foot_fixed .-w-contact_btn a:hover span::before {
  background-color: #e5975c;
  color: #ffffff;
}
[data-lib="4192"] #foot_fixed.fixed_on {
  position: fixed;
}
[data-lib="4192"] #foot_fixed.fixed_off {
  position: fixed;
  bottom: -100px;
  opacity: 0;
}
[data-lib="4192"] #foot_fixed.fixed_on .-w-foot-nav {
  padding-bottom: 11rem;
}
[data-lib="4192"] .popup_on #foot_fixed.first {
  display: block;
  bottom: 0px;
  opacity: 1;
  transition: 0.4s linear;
}
[data-lib="4192"] #foot_fixed.popup_on {
  bottom: -100px;
  opacity: 0;
  padding: 5px 0 5px;
  bottom: -111px;
}
[data-lib="4192"] #foot_fixed.popup_on.appear {
  bottom: 0;
  opacity: 1;
  transition: 0.4s linear;
}
[data-lib="4192"] #foot_fixed.fixed_off.popup_on {
  position: fixed;
  bottom: -100px;
  opacity: 0;
}
[data-lib="4192"] .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
[data-lib="4192"] .popup.is-show {
  opacity: 1;
  visibility: visible;
}
[data-lib="4192"] .popup-inner {
  height: calc(100vh - 60px);
  top: 60px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
[data-lib="4192"] .popup-inner img {
  width: 100%;
}
[data-lib="4192"] .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}
[data-lib="4192"] .close-btn i {
  font-size: 30px;
  color: #333;
  background: rgba(255, 255, 255, 1);
  color: #fffaf4;
  background: #333333;
}
[data-lib="4192"] .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-color: hsla(0, 0%, 0%, 0.8);
  z-index: 1;
  cursor: pointer;
}
[data-lib="4192"] .pay_main {
  height: calc(100% - 30px);
}
[data-lib="4192"] .pay_main img {
  width: 100%;
}
[data-lib="4192"] .pay_head {
  height: 30px;
  position: relative;
}
[data-lib="4192"] .pay_disc {
  height: 100%;
  text-align: left;
}
[data-lib="4192"] .pay_disc p {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ffffff;
  background: var(--theme-main-bg);
  text-align: center;
}
[data-lib="4192"] .pay_disc .pay_shop {
  font-size: 4vw;
  display: contents;
  display: none;
}
[data-lib="4192"] .pay_head > .pay_image {
  float: left;
  width: 30%;
  height: 100%;
  position: relative;
  display: none;
}
[data-lib="4192"] .pay_image img {
  height: auto;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
[data-lib="4192"] .pay_body {
  padding: 2% 5%;
  box-sizing: border-box;
  color: #ffffff;
  color: hsla(0, 0%, 100%, 1);
  height: 90%;
}
[data-lib="4192"] .pay_body_box {
  height: 100%;
  border-radius: 1%;
  box-sizing: border-box;
}
[data-lib="4192"] .pay_btn,
[data-lib="4192"] .pay_btn_empty {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 1%;
  margin: 0 2% 2% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
[data-lib="4192"] .pay_btn {
  background: #ffffff;
  background-color: hsla(0, 0%, 100%, 1);
}
[data-lib="4192"] .pay_btn a,
[data-lib="4192"] .pay_btn_empty a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-lib="4192"] .pay_btn img,
[data-lib="4192"] .pay_btn_empty img {
  width: auto;
}
[data-lib="4192"] .pay_wrap {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 85%;
}
[data-lib="4192"] .pay_btn_empty:last-child {
  margin-right: 0;
}
[data-lib="4192"] .pay_btn_empty {
  border: 5px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-color: var(--theme-text-05);
  padding: 3%;
}
[data-lib="4192"] .btn_layout12 .pay_btn {
  width: calc(96% / 3);
  height: calc(94% / 4);
}
[data-lib="4192"] .btn_layout12 .pay_btn:nth-child(3n) {
  margin-right: 0;
}
[data-lib="4192"] .btn_layout11 .pay_btn,
[data-lib="4192"] .btn_layout11 .pay_btn_empty {
  width: calc(96% / 3);
  height: calc(94% / 4);
}
[data-lib="4192"] .btn_layout11 .pay_btn:nth-child(3n) {
  margin-right: 0;
}
[data-lib="4192"] .btn_layout10 .pay_btn,
[data-lib="4192"] .btn_layout10 .pay_btn_empty {
  width: calc(96% / 3);
  height: calc(94% / 4);
}
[data-lib="4192"] .btn_layout10 .pay_btn:nth-child(3n) {
  margin-right: 0;
}
[data-lib="4192"] .btn_layout9 .pay_btn {
  width: calc(96% / 3);
  height: calc(96% / 3);
}
[data-lib="4192"] .btn_layout9 .pay_btn:nth-child(3n) {
  margin-right: 0;
}
[data-lib="4192"] .btn_layout8 .pay_btn {
  width: calc(98% / 2);
  height: calc(94% / 4);
}
[data-lib="4192"] .btn_layout8 .pay_btn:nth-child(2n) {
  margin-right: 0;
}
[data-lib="4192"] .btn_layout7 .pay_btn,
[data-lib="4192"] .btn_layout7 .pay_btn_empty {
  width: calc(98% / 2);
  height: calc(94% / 4);
}
[data-lib="4192"] .btn_layout7 .pay_btn:nth-child(2n) {
  margin-right: 0;
}
[data-lib="4192"] .btn_layout6 .pay_btn {
  width: calc(98% / 2);
  height: calc(96% / 3);
}
[data-lib="4192"] .btn_layout6 .pay_btn:nth-child(2n) {
  margin-right: 0;
}
[data-lib="4192"] .btn_layout5 .pay_btn,
[data-lib="4192"] .btn_layout5 .pay_btn_empty {
  width: calc(98% / 2);
  height: calc(96% / 3);
}
[data-lib="4192"] .btn_layout5 .pay_btn:nth-child(2n) {
  margin-right: 0;
}
[data-lib="4192"] .btn_layout4 .pay_btn {
  width: calc(98% / 2);
  height: calc(98% / 2);
}
[data-lib="4192"] .btn_layout4 .pay_btn:nth-child(2n) {
  margin-right: 0;
}
[data-lib="4192"] .btn_layout3 .pay_btn {
  margin-right: 0;
  width: 100%;
  height: calc(96% / 3);
}
[data-lib="4192"] .btn_layout2 .pay_btn {
  width: 100%;
  height: calc(98% / 2);
}
[data-lib="4192"] .btn_layout2 .pay_wrap {
  height: 50%;
  margin: 5% 0 10%;
}
[data-lib="4192"] .btn_layout1 .pay_btn {
  margin-right: 0;
  width: 100%;
  height: 100%;
}
[data-lib="4192"] .btn_layout1 .pay_wrap {
  height: 50%;
  margin: 5% 0 10%;
}
[data-lib="4192"] .btn_layout1 .pay_btn img,
[data-lib="4192"] .btn_layout5 .pay_btn img,
[data-lib="4192"] .btn_layout5 .pay_btn_empty img,
[data-lib="4192"] .btn_layout6 .pay_btn img,
[data-lib="4192"] .btn_layout7 .pay_btn img,
[data-lib="4192"] .btn_layout7 .pay_btn_empty img,
[data-lib="4192"] .btn_layout8 .pay_btn img {
  height: 100%;
}
[data-lib="4192"] .btn_layout2 .pay_btn img,
[data-lib="4192"] .btn_layout3 .pay_btn img,
[data-lib="4192"] .btn_layout4 .pay_btn img,
[data-lib="4192"] .btn_layout9 .pay_btn img,
[data-lib="4192"] .btn_layout10 .pay_btn img,
[data-lib="4192"] .btn_layout11 .pay_btn img,
[data-lib="4192"] .btn_layout12 .pay_btn img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-lib="4192"] .pay_discription {
  text-align: center;
  width: 100%;
  height: 10%;
  display: table;
  padding-bottom: 5%;
}
[data-lib="4192"] .pay_discription.off {
  display: none;
}
[data-lib="4192"] .pay_discription > p {
  display: table-cell;
  vertical-align: middle;
  font-size: 4vw;
}
[data-lib="4192"] .pay_discription b {
  font-size: 6vw;
}
[data-lib="4192"] .pay_discription > p.disc_bottom {
  display: table-cell;
  font-size: 3.5vw;
}
[data-lib="4192"] .pay_kome {
  font-size: 3vw;
}
[data-lib="4192"] #footer {
  z-index: 10002;
}
[data-lib="4192"] .table_pay_off {
  display: block;
}
[data-lib="4192"] .table_pay_on {
  display: none;
}
[data-lib="4192"] #foot_fixed .table_pay_on table td {
  width: 33%;
  max-width: none;
  display: table-cell;
  padding: 0;
  font-size: 3vw;
}
[data-lib="4192"] #foot_fixed .table_pay_on table td i {
  font-size: 10vw;
  color: #ff6600;
  color: #e5975c;
}
[data-lib="4192"] #foot_fixed .table_pay_on table td a {
  color: #fff;
  color: #ffffff;
  text-decoration: none;
}
[data-lib="4192"] .pay_click button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  color: #ffffff;
  font-size: 3vw;
}
[data-lib="4192"] .pay_btn.pay_off {
  display: none;
}
[data-lib="4192"] .pay_btn_img.off,
[data-lib="4192"] .pay_btn_img2.off {
  display: none;
}
[data-lib="4192"] .pay_btn_empty.off {
  display: none;
}
[data-lib="4192"][data-cms_editable="true"] {
  position: initial;
}
[data-lib="4192"][data-cms_editable="false"] {
  position: initial;
}
[data-lib="4192"][data-cms_editable="true"] #foot_fixed.popup_on {
  position: absolute;
  bottom: 0;
  z-index: 1000;
}
[data-lib="4192"][data-cms_editable="false"] #foot_fixed.popup_on {
  position: absolute;
  bottom: 0;
  z-index: 1000;
}
@media (max-width: 768px) {
  [data-lib="4192"] .-w-pc {
    display: none;
  }
  [data-lib="4192"] .-w-sp {
    display: block;
  }
  [data-lib="4192"] .pc {
    display: none;
  }
  [data-lib="4192"] .sp {
    display: table-cell;
  }
  [data-lib="4192"] #foot_fixed.fixed_sp_on {
    position: fixed;
  }
  [data-lib="4192"] #foot_fixed.fixed_sp_on.popup_off {
    position: fixed;
    bottom: 0;
    opacity: 1;
  }
  [data-lib="4192"] #foot_fixed.fixed_sp_off {
    position: fixed;
    bottom: -100vh !important;
    opacity: 0 !important;
  }
  [data-lib="4192"] #foot_fixed.popup_on {
    padding: 1rem;
  }
  [data-lib="4192"] #foot_fixed {
    padding: 1rem;
  }
  [data-lib="4192"] #foot_fixed table {
    width: 100%;
  }
  [data-lib="4192"] #foot_fixed table td:first-child {
    display: none;
  }
  [data-lib="4192"] #foot_fixed table td {
    width: 50%;
  }
  [data-lib="4192"] #foot_fixed table td:nth-child(2) {
    padding: 0;
  }
  [data-lib="4192"] #foot_fixed .table_pay_on.on table td:first-child {
    display: table-cell;
  }
  [data-lib="4192"] #foot_fixed .table_pay_on.on table td {
    width: 33%;
  }
  [data-lib="4192"] #foot_fixed.fixed_sp_on.popup_on {
    position: fixed;
    bottom: -100px;
    opacity: 0;
  }
  [data-lib="4192"] #foot_fixed.fixed_sp_on.popup_on.appear {
    bottom: 0;
    opacity: 1;
    transition: 0.4s linear;
  }
  [data-lib="4192"] #foot_fixed tr td .-w-tel {
    font-size: 4.5vw;
  }
  [data-lib="4192"] #foot_fixed tr td .-w-contact_btn a {
    min-width: 100%;
    padding: 9px 0px 10px;
  }
  [data-lib="4192"] #foot_fixed table td .-w-contact_btn span {
    font-size: 3vw;
  }
  [data-lib="4192"] #foot_fixed table td .-w-hours {
    text-align: center;
    font-size: 1.8vw;
  }
  [data-lib="4192"] .table_pay_off,
  [data-lib="4192"] .table_pay_on {
    display: none;
  }
  [data-lib="4192"] .table_pay_off.off {
    display: block;
  }
  [data-lib="4192"] .table_pay_on.on {
    display: block;
  }
  [data-lib="4192"] #foot_fixed table td .-w-contact_btn {
    margin: 1rem 0;
  }
}
@media (max-width: 320px) {
  [data-lib="4192"] #foot_fixed tr td .-w-contact_btn a span::before {
    content: "";
    height: 0px;
    padding-left: 0px;
    width: 0px;
    margin-right: 0px;
    border-radius: 0px;
    font-size: 0px;
  }
} /*widget:8b75d4df-fce9-464d-b3db-38264206a7fd*/
.-w-section-concept * {
  box-sizing: border-box;
}
.-w-section-concept {
  position: relative;
  top: 0;
  z-index: 10;
  margin: 0 3rem 3rem;
  background: var(--theme-main-bg);;
  color: #313131;
  color: var(--theme-text);
}
.-w-section-concept .-w-wrapper {
  padding: 5rem 3rem 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .-w-section-concept {
    margin: 0 0 3rem;
  }
  .-w-section-concept .-w-wrapper {
    padding: 3rem 6%;
    width: 100%;
  }
} /*widget:da41ff3c-c941-4f33-b2ea-99ca4c2dae8a*/
.-w-section-service {
  position: relative;
  top: 0;
  z-index: 10;
  background: #f5f5f5;
  background: var(--theme-main-bg);
  padding: 5rem 0;
  border-bottom: 1px solid #dddddd;
}
.-w-section-service * {
  box-sizing: border-box;
}
.-w-section-service ul {
  list-style: none;
}
.-w-section-service .-w-3column_list ul {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.-w-section-service .-w-3column_list ul li {
  width: calc(100% / 3);
}
.-w-section-service .-w-3column_list ul li a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.-w-section-service .-w-3column_list ul li a:before {
  position: absolute;
  content: "";
  top: 0%;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  background: hsla(0, 0%, 0%, 0);
  color: hsla(32.73, 100%, 100%, 1);
}
.-w-section-service .-w-3column_list ul li a:hover:before {
  transition: background-color 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}
.-w-section-service .-w-3column_list ul li img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.-w-section-service .-w-3column_list ul li .-w-textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 9%;
  min-height: 140px;
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.-w-section-service .-w-3column_list ul li .-w-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  background: rgba(144, 144, 144, 0.6);
}
.-w-section-service .-w-3column_list ul li .-w-ttl {
  display: inline-block;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 1.1vw;
  width: 100%;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
}
.-w-section-service .-w-3column_list ul li .-w-text {
  margin: 0 auto;
  font-weight: 300;
  white-space: initial;
  font-size: 1vw;
  line-height: 1.75;
  width: 100%;
  color: #fff;
}
.-w-section-service .-w-3column_list ul li .-w-icon.icon-arrow:before {
  font-size: 3rem;
  content: "\e901";
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
  font-size: 3rem;
}
.-w-section-service .-w-3column_list ul li a:hover .-w-icon.icon-arrow:before {
  margin-left: 5px;
  text-indent: 10px;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
  color: hsla(32.73, 100%, 100%, 1);
}
.-w-section-service .sa {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.-w-section-service .sa.show {
  opacity: 1;
  transform: none;
}
.-w-section-service .sa--up {
  transform: translate(0, 100px);
}
@media (max-width: 768px) {
  .-w-section-service .-w-ttl_wrap {
    padding: 0 6%;
  }
  .-w-section-service .-w-section_inner {
    padding: 0 6%;
  }
  .-w-section-service .-w-3column_list {
    margin: 0 -6%;
  }
  .-w-section-service .-w-3column_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .-w-section-service .-w-3column_list ul li {
    width: 100%;
  }
  .-w-section-service .-w-3column_list ul li .-w-ttl {
    font-size: 3.5vw;
  }
  .-w-section-service .-w-3column_list ul li .-w-text {
    font-size: 3.5vw;
    margin: 4% auto;
  }
  .-w-section-service .-w-3column_list ul li .-w-icon.icon-arrow:before {
    opacity: 1;
    color: hsla(32.73, 100%, 100%, 1);
  }
  .-w-section-service .-w-3column_list ul li:not(:first-child) {
    display: none;
  }
} /*widget:a3b638f2-cf80-40ed-bf20-7d4d82747776*/
ERROR : owlet_dsl::css('border-color',(owlet_dsl::resource('color','main'),0.8))
ERROR : owlet_dsl::css('border-color',(owlet_dsl::resource('color','background_text'),0.8))
.-w-section-coupon * {
  box-sizing: border-box;
}
.-w-section-coupon {
  padding: 3rem 0;
  position: relative;
  top: 0;
  z-index: 10;
}
.-w-section-coupon .-w-wrapper {
  margin: 0 auto;
  padding: 3rem 0;
  background: rgba(82, 82, 82, 0.8);
}
.-w-section-coupon span.-w-general,
.-w-section-coupon h2.-w-general {
  color: #f5f5f5;
  color: #fffaf4;
}
.-w-section-coupon .-w-content_wrap_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.-w-section-coupon .-w-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
}
.-w-section-coupon table th,
.-w-section-coupon table td {
  border: 0;
}
.-w-section-coupon .-w-left .-w-textArea {
  width: calc(100% - 90px);
}
.-w-section-coupon .-w-left .-w-textArea table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.-w-section-coupon .-w-left .-w-textArea table th {
  padding: 25px 15px;
  vertical-align: middle;
  font-size: 1.8rem;
  width: 70%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #dddddd;
  color: #fffaf4;
  color: #fff;
  color: #ffffff;
  text-align: left;
}
.-w-section-coupon .-w-left .-w-textArea table td {
  padding: 25px 15px;
  vertical-align: middle;
  font-size: 1.8rem;
  width: 30%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #dddddd;
  color: #ffffff;
  color: #fff;
  color: #ffffff;
  text-align: center;
}
.-w-section-coupon .-w-cat_ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #f5f5f5;
  color: #fffaf4;
}
.-w-section-coupon .-w-anima-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.-w-section-coupon .-w-anima-fade.-w-is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.-w-section-coupon tr.textari_top th {
  border-bottom: 0 !important;
}
.-w-section-coupon tr.textari_top td {
  border-bottom: 0 !important;
}
.-w-section-coupon tr.textari_bot th {
  border-top: 0 !important;
  padding-top: 0 !important;
  font-size: 14px !important;
  font-weight: normal;
}
.-w-section-coupon .-w-coupon-label {
  background-color: rgb(255, 0, 0);
  padding: 0 0.2em;
}
@media (max-width: 768px) {
  .-w-section-coupon .-w-wrapper {
    width: calc(100% - 12%);
    padding: 6%;
  }
  .-w-section-coupon .-w-content_wrap_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .-w-section-coupon .-w-left {
    width: 100%;
    margin-bottom: 4rem;
  }
  .-w-section-coupon span.-w-general {
    font-size: 8vw;
    text-align: left;
  }
  .-w-section-coupon h2.-w-general {
    margin-bottom: 10px;
    font-size: 6vw;
    text-align: left;
  }
  .-w-section-coupon h3.-w-general {
    font-size: 3.2vw;
    text-align: left;
  }
  .-w-section-coupon .-w-left .-w-textArea {
    width: 100%;
    padding: 0%;
  }
  .-w-section-coupon .-w-left .-w-textArea table th,
  .-w-section-coupon .-w-left .-w-textArea table td {
    padding: 2rem 0;
  }
}
.-w-section-coupon.-w-coupon-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.-w-section-coupon.-w-menu-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} /*widget:dd396e00-5aa5-441c-abf2-5074025dbcb3*/
.-w-section-gallery {
  padding: 3rem 5rem;
  position: relative;
  top: 0;
  z-index: 10;
  background: var(--theme-main-bg);
}
.-w-section-gallery * {
  box-sizing: border-box;
}
.-w-section-gallery .-w-inner {
  background: var(--theme-main-bg);
  color: #313131;
  color: var(--theme-text);
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.-w-section-gallery .-w-inner .-w-img {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}
.-w-section-gallery .-w-section_inner {
  width: 100%;
}
.-w-section-gallery .-w-section_inner .-w-ttl h4.-w-general {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  transform: translate(-50%, 270px);
  font-size: 1.8rem;
  opacity: 0;
  width: 90%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  z-index: 5;
  color: #fff;
  color: var(--theme-text);
}
.-w-section-gallery .-w-section_inner a:hover .-w-ttl h4.-w-general {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-delay: 0.1s;
}
.-w-section-gallery .-w-4column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 5%;
  margin: 0 auto 3rem;
}
.-w-section-gallery .-w-4column_list li {
  width: 23%;
}
.-w-gallery-thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.-w-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.-w-section-gallery .-w-4column_list li a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
	color: var(--theme-text);
}
.-w-section-gallery .-w-4column_list li a:before {
  position: absolute;
  content: "";
  top: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  background: rgba(255, 250, 244, 0.8);
  color: #313131;
  color: var(--theme-text);
}
.-w-section-gallery .-w-4column_list li a:hover:before {
  transform: translateY(-100%);
  opacity: 1;
}
@media (max-width: 768px) {
  .-w-section-gallery {
    padding: 3rem 6%;
  }
  .-w-section-gallery .-w-inner {
    width: 100%;
    padding: 3rem 6%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .-w-section-gallery .-w-section_inner h3.-w-general {
    text-align: left;
  }
  .-w-section-gallery .-w-4column_list {
    padding: 0;
  }
  .-w-section-gallery .-w-4column_list li {
    width: 48%;
  }
  .-w-section-gallery .-w-4column_list li a:before {
    transform: translateY(-100%);
    opacity: 1;
    background: rgba(144, 144, 144, 0.4);
  }
  .-w-section-gallery .-w-4column_list li:nth-child(n + 3) {
    margin-top: 4%;
  }
  .-w-section-gallery .-w-section_inner .-w-ttl h4.-w-general {
    opacity: 1;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 1);
  }
}
.-w-section-gallery {
  background: url(../img/gallery_back.webp) no-repeat 0 0 / cover;
} /*widget:2f47861f-24a4-4b40-beb8-2860decd3cac*/
.-w-section-staff {
  padding: 5rem 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
  top: 0;
  z-index: 10;
  background: #f5f5f5;
  background: var(--theme-main-bg);
}
.-w-section-staff * {
  box-sizing: border-box;
}
.-w-section-staff .-w-content_wrap_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.-w-section-staff .-w-content_wrap:nth-child(2n + 1) .-w-content_wrap_in {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.-w-section-staff .-w-left,
.-w-section-staff .-w-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.-w-section-staff .-w-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.-w-section-staff .-w-left a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.-w-section-staff .-w-left img {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
}
.-w-section-staff .-w-right {
  background: var(--theme-main-bg);
  background: #fff;
  color: #fff;
  color: #333333;
}
.-w-section-staff .-w-right .-w-textArea {
  width: calc(100% - 180px);
  padding: 5rem 0;
}
.-w-section-staff .-w-ttl {
  margin-bottom: 3rem;
  font-weight: 600;
}
.-w-section-staff .-w-text {
  margin-bottom: 3rem;
}
.-w-section-staff .-w-more_btn {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .-w-section-staff .-w-ttl_wrap {
    padding: 0 6%;
  }
  .-w-section-staff .-w-section_inner {
    padding: 0 6%;
  }
  .-w-section-staff .-w-content_wrap {
    padding: 0 -6%;
  }
  .-w-section-staff .-w-content_wrap_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .-w-section-staff .-w-content_wrap:nth-child(2n + 1) .-w-content_wrap_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .-w-section-staff .-w-left,
  .-w-section-staff .-w-right {
    width: 100%;
  }
  .-w-section-staff .-w-left {
    height: 400px;
  }
  .-w-section-staff .-w-content_wrap .-w-right .-w-textArea {
    width: 100%;
    padding: 3rem 6%;
  }
  .-w-section-staff .-w-ttl {
    font-size: 4vw;
  }
}
[data-instance="39484"] .-w-left.id_748 {
  background-image: url(https://sun-laughtale55.jp/_img/ja/article/748/image/___/session//);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
} /*widget:0b3872f1-b761-4252-86b2-eb46aa9a4fb3*/
.-w-section-blog * {
  box-sizing: border-box;
}
.-w-section-blog {
  padding: 5rem 0;
  position: relative;
  top: 0;
  z-index: 10;
  background: var(--theme-main-bg);
}
.-w-section-blog:before {
  content: "";
  position: absolute;
  background: var(--theme-main-bg);;
  color: var(--theme-text);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10000;
}
.-w-section-blog .-w-blog_list {
  padding: 0 15%;
}
.-w-section-blog .-w-blog_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #333333;
  text-decoration: none;
  color: #333333;
}
.-w-section-blog .-w-blog_list li a {
  text-decoration: none;
  color: inherit;
}
.-w-section-blog .-w-blog_list li .-w-left_contents {
  width: 30%;
}
.-w-section-blog .-w-blog_list li .-w-right_contents {
  width: 70%;
}
.-w-section-blog .-w-blog_list .-w-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
}
.-w-section-blog .-w-blog_list .-w-date {
  font-size: 1.6rem;
  font-weight: bold;
  color: #909090;
}
.-w-section-blog .-w-blog_list .-w-text {
  font-size: 1.6rem;
  font-weight: normal;
  color: #333333;
}
@media (max-width: 768px) {
  .-w-section-blog .-w-ttl_wrap {
    padding: 0 6%;
  }
  .-w-section-blog .-w-section_inner {
    padding: 0 6%;
  }
  .-w-section-blog .-w-blog_list {
    padding: 0;
  }
  .-w-section-blog .-w-blog_list li {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .-w-section-blog .-w-blog_list li:nth-child(n + 2) {
    display: none;
  }
  .-w-section-blog .-w-blog_list li a {
    display: block;
  }
  .-w-section-blog .-w-blog_list li .-w-left_contents {
    width: 100%;
  }
  .-w-section-blog .-w-blog_list li .-w-right_contents {
    width: 100%;
  }
}
.-w-section-blog {
  background: url(../img/blog_back.webp) no-repeat center center / cover;
}
.-w-access-deco {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 100;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/bg-access-deco.jpg);
}
@media (max-width: 1023px) {
  .-w-access-deco {
    display: none;
  }
} /*widget:040abc13-19ac-4da1-9251-9031641c7556*/
.-w-section-access {
  padding: 5rem 0;
  position: relative;
  box-sizing: border-box;
	background: var(--theme-main-bg);
}
.-w-section-access * {
  box-sizing: border-box;
}
.-w-section-access [data-w-width="0"].-w-wrapper {
  padding: 0 1rem;
}
.-w-section-access .-w-ttl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--theme-text-08);
}
.-w-section-access .-w-ttl-en {
  margin-right: 1.5rem;
}
.-w-section-access .-w-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.-w-section-access h2.-w-general {
  margin-bottom: 0;
}
.-w-section-access .-w-access-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.-w-section-access .-w-art-access {
  margin-top: 10rem;
}
.-w-section-access .-w-access-wrapper h3.-w-general {
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
}
.-w-section-access .-w-summary-wrapper {
  width: calc(50% - 3rem);
}
.-w-section-access table {
  width: 100%;
  margin: 0 auto 3rem;
  line-height: 1.4;
}
.-w-section-access table tr th {
  width: 15%;
  padding: 5px 0;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}
.-w-section-access table tr td {
  width: 85%;
  padding: 5px 15px;
  vertical-align: middle;
  text-align: left;
}
.-w-section-access .-w-access-text {
  line-height: 1.4;
  word-break: break-all;
}
.-w-section-access .-w-gmap {
  width: calc(50% - 3rem);
  margin-left: auto;
}
.-w-section-access .-w-canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.-w-section-access .-w-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.-w-section-access .-w-sp {
  display: none;
}
@media (max-width: 768px) {
  .-w-section-access {
    border-top: 1px solid #dddddd;
    padding: 5rem 0;
  }
  .-w-section-access .-w-pc {
    display: none;
  }
  .-w-section-access .-w-sp {
    display: block;
  }
  .-w-section-access a[href^="tel:"] {
    color: #333333;
  }
  .-w-section-access .-w-left {
    margin-bottom: 1rem;
  }
  .-w-section-access .-w-ttl-en {
    margin-right: 0;
  }
  .-w-section-access .-w-ttl-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .-w-section-access .-w-access-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .-w-section-access .-w-summary-wrapper {
    width: 100%;
    margin-bottom: 3rem;
  }
  .-w-section-access table tr th {
    width: 100%;
    display: block;
    padding: 3% 0 0;
    font-weight: 700;
  }
  .-w-section-access table tr td {
    width: 100%;
    display: block;
    padding: 3% 0;
  }
  .-w-section-access .-w-gmap {
    width: 100%;
    height: 400px;
  }
} /*widget:ee9fd614-c208-44ba-9ce5-2b8d0a6cf8b0*/
[data-lib="987"] {
  position: relative;
  top: 0;
  z-index: 10;
  background: #ffffff;
  background: var(--theme-main-bg);
}
[data-lib="987"] .-w-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
[data-lib="987"] .-w-contents:nth-child(even) {
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
[data-lib="987"] .-w-image {
  width: 50%;
}
[data-lib="987"] .-w-content {
  width: 50%;
  padding: 5rem 4.5rem;
  background: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-lib="987"] h2.-w-general {
  margin: 0;
  text-align: left;
}
[data-lib="987"] h2.-w-general .-w-font_title2 {
  display: block;
  margin-bottom: 3rem;
}
[data-lib="987"] h3.-w-general {
  text-align: left;
  margin-bottom: 2rem;
}
[data-lib="987"] .-w-anima-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
[data-lib="987"] .-w-anima-fade.-w-is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media (max-width: 768px) {
  [data-lib="987"] .-w-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-lib="987"] .-w-contents:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-lib="987"] .-w-contents:nth-of-type(n + 2) {
    display: none;
  }
  [data-lib="987"] .-w-image {
    width: 100%;
    height: 400px;
  }
  [data-lib="987"] .-w-content {
    width: 100%;
    padding: 3rem 6%;
  }
  [data-lib="987"] h2.-w-general .-w-font_title2 {
    margin-bottom: 1.5rem;
  }
}
[data-instance="39488"] .-w-num39489 .-w-image {
  background-image: url(../img/about01.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
[data-instance="39488"] .-w-num39490 .-w-image {
  background-image: url(../img/about02.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
} /*widget:cd3217ef-8e5b-412a-a4dc-c1f020dec025*/
[data-lib="13598"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #ffffff;
  background: hsla(32.73, 100%, 100%, 1);
  position: relative;
  z-index: 10;
  padding: 50px 0;
  margin: 0 auto;
}
[data-lib="13598"] .-w-btn {
  width: 30%;
  width: calc(90% / 3);
  overflow: hidden;
  flex-grow: 3;
  margin: 1%;
  min-height: 170px;
}
[data-lib="13598"] .-w-btn a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  color: hsla(32.73, 100%, 100%, 1);
  text-decoration: none;
  font-size: 2.1rem;
  line-height: 1.4;
  position: relative;
  display: block;
  -o-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  text-align: center;
  font-weight: 700;
}
[data-lib="13598"] .-w-btn a:before {
  position: absolute;
  content: "";
  top: 10%;
  left: 5%;
  width: 90%;
  height: 80%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  background: hsla(0, 0%, 0%, 0.4);
  color: hsla(32.73, 100%, 100%, 1);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
[data-lib="13598"] .-w-btn a:hover:before {
  background: hsla(0, 0%, 0%, 0.24);
  transition: background-color 0.4s;
}
[data-lib="13598"] .-w-btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 5%;
  top: 30%;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}
[data-lib="13598"] .-w-btn a i {
  font-size: 3rem;
  color: #ffffff;
  color: hsla(0, 0%, 100%, 1);
  line-height: 1;
  opacity: 0;
  z-index: 2;
  position: relative;
  z-index: 2;
}
[data-lib="13598"] .-w-btn a:hover i {
  margin-top: 2rem;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (max-width: 1023px) {
  [data-lib="13598"] {
    padding: 5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  [data-lib="13598"] {
    flex-wrap: no-wrap;
  }
  [data-lib="13598"] .-w-btn {
    width: 100%;
    width: calc(90% / 1);
    overflow: hidden;
  }
}
[data-instance="39491"] .-w-num39492 {
  background-image: url(../img/back01.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
[data-instance="39491"] .-w-num39493 {
  background-image: url(../img/back02.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
[data-instance="39491"] .-w-num39494 {
  background-image: url(../img/back03.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} /*layout:25*/
table {
  border-collapse: collapse;
}
/* table th, table td {
    border: 1px solid transparent;
} */

@media screen and (max-width: 768px) {
  [data-lib-uuid="ee9fd614-c208-44ba-9ce5-2b8d0a6cf8b0"]
    h2.-w-general
    .-w-font_en {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  [data-lib="14569"] table tr td {
    border: 1px solid #e5975c;
  }
  [data-lib="14569"] table tr:last-child td {
    border-bottom: 1px solid #e5975c;
  }
}
/*layout:152*/
@media (max-width: 768px) {
  h2.-w-general {
    font-size: 5.5vw;
    letter-spacing: -2px;
  }
  h3.-w-general {
    font-size: 4vw;
    letter-spacing: -2px;
  }
  h4.-w-general {
    font-size: 3vw;
  }
}
