<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pt-md {
  padding-top: 20px;
}
@media (max-width: 600px) {
  .pt-md {
    padding-top: 30px !important;
  }
}

/*-----------------------
 FV Movie
------------------------*/
.video_wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.video_wrapper &gt; video {
  width: 100%;
  height: auto;
}

/*-----------------------
 Top Concept
------------------------*/
@media (max-width: 600px) {
  .top-concept .tit-about img {
    width: 221px;
  }
  .top-concept .tit-stressfree img {
    width: 302.6px;
  }
}
.top-concept .bg-box {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .top-concept .bg-box {
    padding: 50px 30px 40px;
  }
}
@media (max-width: 600px) {
  .top-concept .bg-box {
    padding: 30px 6%;
  }
}
.top-concept .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .top-concept .flex-wrap {
    display: block;
    margin-bottom: 50px;
  }
}
.top-concept .flex-wrap .txt-wrap {
  width: 50%;
  text-align: center;
}
@media (max-width: 600px) {
  .top-concept .flex-wrap .txt-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-concept .flex-wrap .txt-wrap p {
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 834px) {
  .top-concept .flex-wrap .txt-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .top-concept .flex-wrap .txt-wrap p {
    font-size: 3.7vw;
    text-align: left;
  }
}
.top-concept .flex-wrap .img-wrap {
  width: 40%;
  position: relative;
}
@media (max-width: 600px) {
  .top-concept .flex-wrap .img-wrap {
    float: right;
    width: 30%;
  }
}
.top-concept .flex-wrap .img-wrap .main-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .top-concept .flex-wrap .img-wrap .main-img {
    border-radius: 10px;
  }
}
.top-concept .flex-wrap .img-wrap .sign-img {
  position: absolute;
  bottom: -30px;
  right: -18px;
  width: 99px;
  height: auto;
}
@media (max-width: 834px) {
  .top-concept .flex-wrap .img-wrap .sign-img {
    width: 80px;
  }
}
@media (max-width: 600px) {
  .top-concept .flex-wrap .img-wrap .sign-img {
    width: 50px;
    bottom: -20px;
    right: -10px;
  }
}
.top-concept .stressfree-wrap {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.top-concept .stressfree-wrap .stressfree-video-container {
  position: relative;
  background: #dce6ea;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 22px;
}
@media (max-width: 600px) {
  .top-concept .stressfree-wrap .stressfree-video-container {
    padding: 10px;
  }
}
.top-concept .stressfree-wrap .stressfree-video-container .stressfree-video-container__iframe-wrapper {
  position: relative;
  aspect-ratio: 560/315;
  overflow: hidden;
  border-radius: 11px;
  border: 1px solid #754c24;
}
.top-concept .stressfree-wrap .stressfree-video-container .stressfree-video-container__iframe-wrapper &gt; iframe {
  width: 100%;
  height: 100%;
}

/*-----------------------
 youtube
------------------------*/
.top-movie {
  overflow-x: hidden;
}

.bg-relative {
  position: relative;
  width: 100%;
  height: auto;
  margin-inline: auto;
  margin-bottom: 80px;
}
.bg-relative .bg {
  position: absolute;
  z-index: 1;
}
.bg-relative .bg2 {
  top: -55px;
  right: -55px;
}
.bg-relative .bg3 {
  bottom: -40px;
  left: -35px;
}

@media (max-width: 834px) {
  .bg-relative .bg3 {
    width: 70px;
    bottom: -30px;
    left: -25px;
  }
}
@media (max-width: 600px) {
  .tit-hajimete img {
    width: 161.5px;
  }
  .bg-relative {
    margin-bottom: 60px;
  }
  .bg-relative .bg2 {
    width: 110px;
    top: -25px;
    right: -20px;
  }
  .bg-relative .bg3 {
    width: 40px;
    bottom: -20px;
    left: -15px;
  }
}
.video-container {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 22px;
  -webkit-box-shadow: 0 7px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  .video-container {
    padding: 10px;
  }
}
.video-container .video-container__iframe-wrapper {
  position: relative;
  aspect-ratio: 560/315;
  overflow: hidden;
  border-radius: 11px;
  border: 1px solid #754c24;
}
.video-container .video-container__iframe-wrapper &gt; iframe {
  width: 100%;
  height: 100%;
}

.top-movie .bg-box {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  background-color: #f8e2e8;
}
@media (max-width: 600px) {
  .top-movie .bg-box {
    padding: 30px 10px;
  }
}
.top-movie .bg-box p {
  font-size: 18px;
}
@media (max-width: 600px) {
  .top-movie .bg-box p {
    font-size: min(3.7vw, 18px);
  }
}
.top-movie .icon-img {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top-movie .icon-img img {
  max-width: 100%;
  height: auto;
}

/*-----------------------
 Top Menu
------------------------*/
.bg-m-yellow {
  background-color: #ffeab6;
}

.bg-m-green {
  background-color: #b2eac9;
}

.bg-m-pink {
  background-color: #f9d7e2;
}

.bg-m-ivory {
  background-color: #ffefd2;
}

.bg-m-blue {
  background-color: #b2ddea;
}

.top-menu .title {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .top-menu .title {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .tit-menu img {
    width: 112.2px;
  }
}
.top-menu .menu-flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-menu .menu-flex-list li {
  border-radius: 20px;
  position: relative;
}
@media (max-width: 600px) {
  .top-menu .menu-flex-list li {
    border-radius: 15px;
  }
}
.top-menu .menu-flex-list li a {
  text-decoration: none;
  color: #5e3513;
  position: relative;
  display: block;
}
.top-menu .menu-flex-list li h4 img {
  max-width: 100%;
  height: auto;
}
.top-menu .menu-flex-list li .ud-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffce77));
  background: linear-gradient(transparent 50%, #ffce77 0%);
  display: inline;
  padding: 0 4px 0px;
}
.top-menu .menu-flex-list li .icon-img {
  position: absolute;
}
.top-menu .menu-flex-list li .icon-img:hover {
  opacity: 1;
}
.top-menu .menu-flex-list li .more-btn {
  background-color: #ea7d7d;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  max-width: 100%;
  height: 35px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-menu .menu-flex-list li a:hover .more-btn {
  background-color: #7c554c;
}

.top-menu .flex-2col li {
  width: 47%;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .top-menu .flex-2col li {
    width: 100%;
    margin-bottom: 35px;
  }
}
.top-menu .flex-2col li .menu-flex-inner {
  padding: 40px 15px 25px;
}
@media (max-width: 600px) {
  .top-menu .flex-2col li .menu-flex-inner {
    padding: 35px 15px;
  }
}
.top-menu .flex-2col li h4:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 20px auto 15px;
  background: #5e3513;
}
.top-menu .flex-2col li p {
  margin-bottom: 20px;
}
.top-menu .flex-2col li .menu-icon-triming {
  top: -15px;
  right: -15px;
  width: 88px;
  height: auto;
}
@media (max-width: 600px) {
  .top-menu .flex-2col li .menu-icon-triming {
    width: 70px;
    right: -10px;
  }
}
.top-menu .flex-2col li .menu-icon-hotel {
  top: -15px;
  right: -15px;
  width: 70px;
  height: auto;
}
@media (max-width: 600px) {
  .top-menu .flex-2col li .menu-icon-hotel {
    width: 55px;
    right: -5px;
  }
}

.top-menu .flex-1col li {
  width: 100%;
  margin-bottom: 30px;
}
.top-menu .flex-1col li:last-child {
  margin-bottom: 0;
}
.top-menu .flex-1col li .menu-flex-inner {
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .top-menu .flex-1col li .menu-flex-inner {
    display: block;
  }
}
.top-menu .flex-1col li .inner-left {
  width: 28%;
  border-right: 1px solid #5e3513;
  text-align: center;
}
@media (max-width: 600px) {
  .top-menu .flex-1col li .inner-left {
    width: 100%;
    border-right: none;
  }
  .top-menu .flex-1col li .inner-left h4::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 20px auto 15px;
    background: #5e3513;
  }
}
.top-menu .flex-1col li .inner-center {
  width: 43%;
  font-size: 15px;
}
@media (max-width: 600px) {
  .top-menu .flex-1col li .inner-center {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.top-menu .flex-1col li .inner-right {
  width: 22%;
  text-align: center;
}
@media (max-width: 600px) {
  .top-menu .flex-1col li .inner-right {
    width: 100%;
    text-align: center;
  }
}
.top-menu .flex-1col li .more-btn {
  width: 130px;
  height: 35px;
}
@media (max-width: 600px) {
  .top-menu .flex-1col li .more-btn {
    width: 150px;
    height: 35px;
  }
}
.top-menu .flex-1col li .menu-icon-dental {
  top: -10px;
  left: -10px;
  width: 45px;
  height: auto;
}
@media (max-width: 600px) {
  .top-menu .flex-1col li .menu-icon-dental {
    left: inherit;
    right: -5px;
  }
}
.top-menu .flex-1col li .menu-icon-situke {
  top: -15px;
  left: -35px;
  width: 85px;
  height: auto;
}
@media (max-width: 600px) {
  .top-menu .flex-1col li .menu-icon-situke {
    left: inherit;
    right: -8px;
  }
}
.top-menu .flex-1col li .menu-icon-hospital {
  top: -15px;
  left: -10px;
  width: 52px;
  height: auto;
}
@media (max-width: 600px) {
  .top-menu .flex-1col li .menu-icon-hospital {
    width: 58px;
    right: -8px;
    left: inherit;
  }
}

/*-----------------------
 instagram
------------------------*/
@media (max-width: 600px) {
  .top-insta .tit-insta img {
    width: 277.1px;
  }
}
.top-insta .insta-inner:not(:last-of-type) {
  margin-bottom: 10px;
}
.top-insta .shop-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.top-insta .shop-name:before {
  position: relative;
  content: "";
  display: inline-block;
  background-image: url(../../images/top/icon_insta.svg);
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  margin-right: 6px;
  top: 3px;
}

/*-- blog --------------------*/
.top-news {
  width: 100%;
}

@media (max-width: 600px) {
  .tit-saishin img {
    width: 129.2px;
  }
}
#feed {
  max-width: 650px;
  width: 90%;
  margin: 0 auto 40px auto;
  line-height: 2;
  font-size: 16px;
}
#feed dl {
  text-align: center;
  width: 100%;
}
#feed dl::after {
  display: block;
  content: "";
  clear: both;
}
#feed dl a {
  color: #523507;
}
#feed dl a:hover {
  text-decoration: underline;
}
#feed dl dt,
#feed dl dd {
  text-align: left;
  color: #523507;
}
#feed dl dt {
  float: left;
  margin-right: 20px;
}
#feed dl dd {
  margin-bottom: 7px;
}

@media only screen and (max-width: 834px) {
  .top-news {
    width: 100%;
  }
  #feed {
    width: 92%;
    margin: 0 auto 30px auto;
    line-height: 2;
    font-size: 16px;
  }
  #feed dt,
  #feed dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  #feed dl dt {
    float: none;
    font-size: 12px;
  }
}
/*-----------------------
 Top line
------------------------*/
.top-line a img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}

/*-----------
info
 ---------------*/
.top-info {
  width: 100%;
  text-align: center;
}

@media (max-width: 600px) {
  .tit-tenpo img {
    width: 129.2px;
  }
}
.top_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6%;
  list-style: none;
}
@media (max-width: 600px) {
  .top_info_list {
    margin-left: -15px;
  }
}
.top_info_list li {
  position: relative;
  width: 44%;
  margin-left: 6%;
  margin-bottom: 6%;
}
@media (max-width: 600px) {
  .top_info_list li {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
.top_info_list li a {
  text-decoration: none;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 600px) {
  .top_info_list li a {
    border-radius: 10px;
  }
}
.top_info_list li a:hover {
  opacity: 1;
}
.top_info_list li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top_info_list li .top-info-img {
  overflow: hidden;
  position: relative;
}
.top_info_list li .top-info-img .object-fit-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/660;
  border: none;
}
.top_info_list li .top-info-img .info_icon {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 60px;
  height: auto;
}
@media (max-width: 834px) {
  .top_info_list li .top-info-img .info_icon {
    left: 10px;
    bottom: 10px;
  }
}
@media (max-width: 600px) {
  .top_info_list li .top-info-img .info_icon {
    left: 5px;
    bottom: 5px;
    width: 40px;
  }
}
.top_info_list li .txt-inner {
  padding: 25px 30px;
}
@media (max-width: 600px) {
  .top_info_list li .txt-inner {
    padding: 15px 10px;
  }
}
.top_info_list li h4 {
  font-size: 16px;
  line-height: 1.3;
  color: #5e3513;
}
@media (max-width: 600px) {
  .top_info_list li h4 {
    font-size: 14px;
  }
}
.top_info_list li .more-btn {
  background-color: #7c554c;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 1rem 1rem;
  display: block;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .top_info_list li .more-btn {
    font-size: 13px;
    margin: 10px auto 0;
    width: 90%;
  }
}
.top_info_list li a:hover .more-btn {
  background-color: #4d4d4d;
}</pre></body></html>