@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes headerFixed {
  0% {
    transform: translateY(-90px); }
  100% {
    transform: translateY(0px); } }
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-90px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }

.slick-dots {
  bottom: 10px !important;
  width: 90% !important;
  text-align: right !important; }
  .slick-dots li {
    width: auto !important;
    height: auto !important; }
    .slick-dots li button {
      padding: 0 !important;
      width: 7px !important;
      height: 7px !important;
      background: #fff !important;
      border-radius: 100%; }
      .slick-dots li button::before {
        display: none; }
    .slick-dots li.slick-active button {
      background: #77BCC8 !important; }

.mainimg {
  position: relative; }
  .mainimg .mainimg__wp {
    position: relative;
    width: 94%;
    margin: 0 0 20px auto; }
    .mainimg .mainimg__wp .mainimg__img-box {
      margin-bottom: 0 !important; }
      .mainimg .mainimg__wp .mainimg__img-box .mainimg__img {
        height: 40vh;
        max-height: 660px; }
        .mainimg .mainimg__wp .mainimg__img-box .mainimg__img.img_01 {
          background: url("/img/home/mainimg_01.jpg") center/cover no-repeat; }
        .mainimg .mainimg__wp .mainimg__img-box .mainimg__img.img_02 {
          background: url("/img/home/mainimg_02.jpg") center/cover no-repeat; }
        .mainimg .mainimg__wp .mainimg__img-box .mainimg__img.img_03 {
          background: url("/img/home/mainimg_03.jpg") center/cover no-repeat; }
  .mainimg .mainimg__ttl-wp {
    width: 94%;
    margin: 0 0 25px auto;
    color: #77BCC8; }
    .mainimg .mainimg__ttl-wp .mainimg__ttl {
      font-size: 3.5rem;
      margin: 0% 0% 1.5% 0%;
      line-height: 1.2; }
      @media (min-width: 769px) {
        .mainimg .mainimg__ttl-wp .mainimg__ttl {
          font-size: calc( 3.5rem + ( 1vw - 7.69px ) * 9.9715099715 ); } }
      @media (min-width: 1120px) {
        .mainimg .mainimg__ttl-wp .mainimg__ttl {
          font-size: 7rem; } }
    .mainimg .mainimg__ttl-wp .mainimg__txt {
      font-size: 1.4rem;
      text-align: left;
      letter-spacing: 0.05em;
      line-height: 1.8; }
      @media (min-width: 769px) {
        .mainimg .mainimg__ttl-wp .mainimg__txt {
          font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 2.2792022792 ); } }
      @media (min-width: 1120px) {
        .mainimg .mainimg__ttl-wp .mainimg__txt {
          font-size: 2.2rem; } }
  .mainimg .mainimg__scroll {
    position: absolute;
    top: 45%;
    right: 0;
    color: #77BCC8;
    font-size: 1.3rem;
    transform: rotate(-90deg); }
    .mainimg .mainimg__scroll::after {
      position: absolute;
      content: "";
      display: block;
      bottom: -60px;
      left: -80px;
      width: 1px;
      height: 140px;
      background: #77BCC8;
      transform: rotate(-90deg); }
  .mainimg .owner_btn {
    position: absolute;
    bottom: 45%;
    left: 0;
    z-index: 1; }
    .mainimg .owner_btn a {
      position: relative;
      padding: 10px 40px 10px 20px;
      max-width: 220px;
      text-align: left;
      color: #5A5A5A;
      background: #F2F5A0;
      border: solid 1px #F2F5A0; }
      .mainimg .owner_btn a p {
        position: relative;
        z-index: 2; }
      .mainimg .owner_btn a span {
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #fff;
        opacity: 0.5; }
      .mainimg .owner_btn a:hover {
        background: #fff; }
        .mainimg .owner_btn a:hover span {
          color: #F2F5A0; }
  .mainimg .entry_btn {
    position: relative;
    z-index: 1; }
    .mainimg .entry_btn a {
      padding: 15px 25px; }
    .mainimg .entry_btn:after {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      display: block;
      bottom: -15px;
      width: 92%;
      height: 100%;
      background: #F2F5A0;
      z-index: -1; }

.about__wp {
  position: relative; }
  .about__wp .about__ttl {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-align: center; }
    @media (min-width: 769px) {
      .about__wp .about__ttl {
        font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 35.2112676056 ); } }
    @media (min-width: 840px) {
      .about__wp .about__ttl {
        font-size: 5rem; } }
  .about__wp .about__txt {
    font-size: 1.4rem;
    margin: 0% 0% 2.97% 0%;
    text-align: center; }
    @media (min-width: 769px) {
      .about__wp .about__txt {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.4084507042 ); } }
    @media (min-width: 840px) {
      .about__wp .about__txt {
        font-size: 1.5rem; } }
  .about__wp .about__con-txt {
    font-size: 1.3rem;
    margin: 0% 0% 5.95% 0%;
    text-align: center; }
    @media (min-width: 769px) {
      .about__wp .about__con-txt {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 1.4084507042 ); } }
    @media (min-width: 840px) {
      .about__wp .about__con-txt {
        font-size: 1.4rem; } }
  .about__wp .about__img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1; }

.feature__wp-box {
  position: relative;
  margin: 0% 0% 10.66% 0%;
  padding: 30px 10px 20px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  z-index: 1; }
  .feature__wp-box .feature__num {
    font-size: 2rem;
    position: absolute;
    top: -15px;
    left: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    background: linear-gradient(-45deg, #5FABB9 0%, #5FABB9 50%, #77BCC8 50%, #77BCC8 100%); }
    @media (min-width: 769px) {
      .feature__wp-box .feature__num {
        font-size: calc( 2rem + ( 1vw - 7.69px ) * 1.8957345972 ); } }
    @media (min-width: 980px) {
      .feature__wp-box .feature__num {
        font-size: 2.4rem; } }
    .feature__wp-box .feature__num p {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .feature__wp-box .feature__txt-box {
    width: 70%; }
    .feature__wp-box .feature__txt-box .feature__con-ttl {
      font-size: 1.6rem;
      color: #77BCC8; }
      @media (min-width: 769px) {
        .feature__wp-box .feature__txt-box .feature__con-ttl {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.8957345972 ); } }
      @media (min-width: 980px) {
        .feature__wp-box .feature__txt-box .feature__con-ttl {
          font-size: 2rem; } }
    .feature__wp-box .feature__txt-box .feature__con-txt {
      font-size: 1.2rem; }
      @media (min-width: 769px) {
        .feature__wp-box .feature__txt-box .feature__con-txt {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
      @media (min-width: 980px) {
        .feature__wp-box .feature__txt-box .feature__con-txt {
          font-size: 1.4rem; } }
  .feature__wp-box .feature__img-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 35%;
    z-index: -1; }
  .feature__wp-box:last-child {
    margin: 0; }

.shop {
  padding: 9.33% 0% 9.33% 0%; }
  .shop .shop__list .shop__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0% 0% 5.33% 0%;
    padding: 5.33% 0% 0% 0%; }
    .shop .shop__list .shop__box .shop__img-box {
      flex: 0 1 43%;
      width: 43%;
      max-width: 43%;
      max-height: 160px; }
      .shop .shop__list .shop__box .shop__img-box figure {
        height: 100%;
        position: relative;
        overflow: hidden; }
        .shop .shop__list .shop__box .shop__img-box figure img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: 100%; }
        .shop .shop__list .shop__box .shop__img-box figure::before {
          content: '';
          display: block;
          padding-top: 100%; }
    .shop .shop__list .shop__box .shop__txt-box {
      flex: 0 1 55%;
      width: 55%;
      max-width: 55%; }
      .shop .shop__list .shop__box .shop__txt-box .shop__tag {
        font-size: 1.2rem; }
        .shop .shop__list .shop__box .shop__txt-box .shop__tag span {
          display: inline-block;
          margin: 0 5px 5px 0;
          padding: 2px 5px;
          box-sizing: border-box; }
          .shop .shop__list .shop__box .shop__txt-box .shop__tag span.nail {
            color: #fff;
            background: #778C82; }
          .shop .shop__list .shop__box .shop__txt-box .shop__tag span.trtmnt {
            color: #fff;
            background: #867E67; }
          .shop .shop__list .shop__box .shop__txt-box .shop__tag span.woman {
            color: #ED8F96;
            border: solid 1px #ED8F96; }
          .shop .shop__list .shop__box .shop__txt-box .shop__tag span.man {
            color: #A57A1A;
            border: solid 1px #A57A1A; }
          .shop .shop__list .shop__box .shop__txt-box .shop__tag span.both {
            color: #293ca9;
            border: solid 1px #293ca9; }
          .shop .shop__list .shop__box .shop__txt-box .shop__tag span:last-child {
            margin: 0 0 5px; }
      .shop .shop__list .shop__box .shop__txt-box .shop__name {
        font-size: 1.5rem; }
        @media (min-width: 769px) {
          .shop .shop__list .shop__box .shop__txt-box .shop__name {
            font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.7672634271 ); } }
        @media (min-width: 1160px) {
          .shop .shop__list .shop__box .shop__txt-box .shop__name {
            font-size: 1.8rem; } }
      .shop .shop__list .shop__box .shop__txt-box .shop__name-txt {
        font-size: 1.1rem; }
        @media (min-width: 769px) {
          .shop .shop__list .shop__box .shop__txt-box .shop__name-txt {
            font-size: calc( 1.1rem + ( 1vw - 7.69px ) * 0.2557544757 ); } }
        @media (min-width: 1160px) {
          .shop .shop__list .shop__box .shop__txt-box .shop__name-txt {
            font-size: 1.2rem; } }
      .shop .shop__list .shop__box .shop__txt-box .shop__con {
        font-size: 1rem;
        margin: 2.66% 0% 5.6% 0%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 1; }
        @media (min-width: 769px) {
          .shop .shop__list .shop__box .shop__txt-box .shop__con {
            font-size: calc( 1rem + ( 1vw - 7.69px ) * 0.5115089514 ); } }
        @media (min-width: 1160px) {
          .shop .shop__list .shop__box .shop__txt-box .shop__con {
            font-size: 1.2rem; } }
      .shop .shop__list .shop__box .shop__txt-box .shop_btn a {
        font-size: 1.2rem;
        position: relative;
        padding: 10px;
        color: #77BCC8;
        background: #fff;
        border: solid 1px #77BCC8;
        border-radius: 50px; }
        @media (min-width: 769px) {
          .shop .shop__list .shop__box .shop__txt-box .shop_btn a {
            font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.7672634271 ); } }
        @media (min-width: 1160px) {
          .shop .shop__list .shop__box .shop__txt-box .shop_btn a {
            font-size: 1.5rem; } }
        .shop .shop__list .shop__box .shop__txt-box .shop_btn a::before {
          position: absolute;
          content: "";
          display: block;
          top: 40%;
          right: 15px;
          width: 6px;
          height: 6px;
          border-top: 1px solid;
          border-right: 1px solid;
          border-color: #77BCC8;
          transform: rotate(45deg); }
    .shop .shop__list .shop__box + .shop__box {
      border-top: solid 1px #DDDDDD; }

.msrs {
  padding: 9.33% 0% 9.33% 0%;
  background: #fff; }
  .msrs__ttl {
    margin: 0% 0% 12% 0%;
    text-align: center; }
    .msrs__ttl h3 {
      font-size: 2rem;
      position: relative;
      display: inline;
      color: #0FB5E6;
      z-index: 1; }
      @media (min-width: 769px) {
        .msrs__ttl h3 {
          font-size: calc( 2rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
      @media (min-width: 980px) {
        .msrs__ttl h3 {
          font-size: 2.2rem; } }
      .msrs__ttl h3::before {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        display: block;
        bottom: -5px;
        width: 110%;
        height: 12px;
        background: #F2F5A0;
        z-index: -1; }
  .msrs__list li {
    margin: 0% 0% 9.09% 0%;
    flex: 0 1 45%;
    width: 45%;
    max-width: 45%; }
    .msrs__list li .msrs__img-box {
      margin: 0% 0% 1.53% 0%; }
    .msrs__list li .msrs__txt-box .msrs__con-ttl {
      font-size: 1.4rem;
      text-align: center;
      color: #0FB5E6; }
      @media (min-width: 769px) {
        .msrs__list li .msrs__txt-box .msrs__con-ttl {
          font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
      @media (min-width: 980px) {
        .msrs__list li .msrs__txt-box .msrs__con-ttl {
          font-size: 1.5rem; } }
    .msrs__list li .msrs__txt-box .msrs__con-txt {
      font-size: 1.3rem;
      text-align: justify; }
    .msrs__list li:nth-child(n+3) {
      margin: 0; }

.owner {
  padding: 12% 0% 12% 0%;
  position: relative;
  background: url("/img/home/bg_owner.jpg") center/cover no-repeat; }
  .owner .owner__wp {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1; }
    .owner .owner__wp .owner__ttl {
      font-size: 1.6rem; }
      @media (min-width: 769px) {
        .owner .owner__wp .owner__ttl {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 2.8169014085 ); } }
      @media (min-width: 840px) {
        .owner .owner__wp .owner__ttl {
          font-size: 1.8rem; } }
    .owner .owner__wp .owner__txt {
      margin: 0% 0% 2.38% 0%;
      font-size: 2.2rem; }
      @media (min-width: 769px) {
        .owner .owner__wp .owner__txt {
          font-size: calc( 2.2rem + ( 1vw - 7.69px ) * 18.3098591549 ); } }
      @media (min-width: 840px) {
        .owner .owner__wp .owner__txt {
          font-size: 3.5rem; } }
    .owner .owner__wp .owner_btn a {
      padding: 10px;
      max-width: 210px;
      color: #fff;
      background: rgba(0, 0, 0, 0);
      border: solid 1px #fff; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .slick-dots {
    width: 96% !important; }

  .mainimg {
    position: relative; }
    .mainimg .mainimg__wp {
      width: 70%;
      margin: 0 0 0 auto; }
    .mainimg .mainimg__ttl-wp {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      left: 8%;
      width: 90%;
      margin: 0; }
    .mainimg .mainimg__scroll {
      right: auto;
      left: 0; }
    .mainimg .owner_btn {
      bottom: 15%;
      right: 0;
      left: auto; }

  .about__wp .about__img-bg {
    top: 50%;
    transform: translate(0, -50%); }

  .feature__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .feature__wp-box {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin: 0% 0% 4.59% 0%;
      padding: 30px 15px 20px; }
      .feature__wp-box .feature__num {
        width: 50px;
        height: 50px; }
      .feature__wp-box:nth-child(n+3) {
        margin: 0; }

  .shop {
    padding: 3.87% 0% 3.87% 0%; }
    .shop .shop__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .shop .shop__list .shop__box {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%;
        margin: 0% 0% 5.17% 0%;
        padding: 0;
        border-bottom: none; }
        .shop .shop__list .shop__box .shop__img-box {
          max-height: 160px; }
          .shop .shop__list .shop__box .shop__img-box figure::before {
            padding-top: 92%; }
        .shop .shop__list .shop__box .shop__txt-box .shop_btn a:hover {
          color: #fff;
          background: #77BCC8; }
          .shop .shop__list .shop__box .shop__txt-box .shop_btn a:hover::before {
            border-color: #fff; }
        .shop .shop__list .shop__box:nth-child(4) {
          margin: 0% 0% 5.17% 0%; }
        .shop .shop__list .shop__box:nth-child(n+5) {
          display: flex; }
        .shop .shop__list .shop__box + .shop__box {
          border-top: unset; }

  .msrs {
    padding: 3.87% 0% 3.87% 0%; }
    .msrs__ttl {
      margin: 0% 0% 3.01% 0%; }
    .msrs__list li {
      flex: 0 1 23%;
      width: 23%;
      max-width: 23%;
      margin: 0; }

  .owner {
    padding: 7.32% 0% 7.32% 0%; }
    .owner .owner__wp .owner_btn a {
      padding: 20px;
      max-width: 250px; }
      .owner .owner__wp .owner_btn a:hover {
        color: #5A5A5A;
        background: #fff; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  .mainimg {
    position: relative; }
    .mainimg .mainimg__wp .mainimg__img-box .mainimg__img {
      height: 100vh; }
    .mainimg .mainimg__scroll {
      top: 50%;
      left: 2%; }
    .mainimg .owner_btn a {
      padding: 15px 60px 15px 20px; }

  .feature__wp-box {
    padding: 50px 30px 35px; }
    .feature__wp-box .feature__num {
      left: 5%; }
    .feature__wp-box .feature__txt-box {
      width: 75%; }
    .feature__wp-box:first-child .feature__img-box {
      width: 175px; }
    .feature__wp-box:nth-child(2) .feature__img-box {
      top: 45%;
      right: 0;
      width: 205px; }
    .feature__wp-box:last-child .feature__img-box {
      width: 186px; }

  .shop .shop__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .shop .shop__list .shop__box {
      flex: 0 1 calc((100% - 84px) / 4);
      width: calc((100% - 84px) / 4);
      max-width: calc((100% - 84px) / 4);
      margin-right: 28px;
      position: relative; }
      .shop .shop__list .shop__box .shop__img-box {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
        height: 100vh;
        max-height: 180px; }
        .shop .shop__list .shop__box .shop__img-box figure::before {
          padding-top: 180px; }
      .shop .shop__list .shop__box .shop__txt-box {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        padding-bottom: 48px; }
        .shop .shop__list .shop__box .shop__txt-box .shop__con {
          text-overflow: unset;
          white-space: unset;
          overflow: unset;
          line-height: 1.2; }
        .shop .shop__list .shop__box .shop__txt-box .shop_btn {
          position: absolute;
          bottom: 0;
          width: 100%; }
      .shop .shop__list .shop__box:nth-child(4n) {
        margin-right: 0; }
      .shop .shop__list .shop__box:nth-child(n+13) {
        margin-bottom: 0; }

  .msrs {
    padding: 0;
    background: rgba(255, 255, 255, 0); }
    .msrs__wp {
      padding: 4.59% 3.06% 4.59% 3.06%;
      background: #fff; }
    .msrs__list li .msrs__txt-box .msrs__con-txt {
      text-align: center; } }
/*------------------------------
		1181px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
