@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.3rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

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

* {
  max-height: 999999px;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

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

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 900px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 900px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 900px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 900px) {
  .mb70 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb80 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.main {
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  position: fixed;
}
@media screen and (max-width: 1200px) {
  .main {
    top: auto;
    left: auto;
    width: 100%;
    height: 65vw;
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .main {
    width: 100%;
    height: 100vw;
  }
}
.main__photo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  line-height: 0.1;
}
.main__photo__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.main__photo__item--01 {
  background-image: url(../img/main01.jpg);
}
.main__photo__item--02 {
  background-image: url(../img/main02.jpg);
}
.main__photo__item--03 {
  background-image: url(../img/main03.jpg);
}
.main__photo__item--04 {
  background-image: url(../img/main04.jpg);
}
.main__photo div {
  width: 100%;
  height: 100%;
  line-height: 0.1;
}
.main__copy {
  top: 40px;
  width: 65%;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .main__copy {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .main__copy {
    top: 40px;
    width: 55%;
  }
}
@media screen and (max-width: 599px) {
  .main__copy {
    top: 0px;
    width: 85%;
  }
}

.contents {
  margin-left: 50%;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .contents {
    margin-left: 0;
    width: 100%;
  }
}
.contents .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 1200px) {
  .contents .inner {
    max-width: 800px;
  }
}
.contents .floating-btn {
  left: calc(50% - 240px);
  bottom: 30px;
  width: 300px;
  display: block;
  position: fixed;
  z-index: 20;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 1500px) {
  .contents .floating-btn {
    left: calc(50% - 150px);
    bottom: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .contents .floating-btn {
    top: calc(65vw - 260px);
    right: 20px;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .contents .floating-btn {
    top: calc(65vw - 250px);
  }
}
@media screen and (max-width: 900px) {
  .contents .floating-btn {
    width: 180px;
    top: calc(65vw - 220px);
  }
}
@media screen and (max-width: 599px) {
  .contents .floating-btn {
    right: 10px;
    width: 180px;
    top: calc(100vw - 120px);
  }
}
.contents .floating-btn::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/bakudan.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  animation: 9s linear infinite rotation;
  position: absolute;
  z-index: -1;
  transition: 0.5s;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1025px) {
  .contents .floating-btn:hover {
    transform: translateY(3px);
  }
  .contents .floating-btn:hover::before {
    background-image: url(../img/bakudan_pink.svg);
  }
}

.modal-login__wrap {
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .modal-login__wrap {
    padding: 30px 20px;
  }
}

.modal-login__remarks {
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .modal-login__remarks {
    font-size: 1.4rem;
  }
}
.modal-login__remarks .em {
  position: relative;
  z-index: auto;
  background: linear-gradient(transparent 5%, #eef92b 0%);
  display: inline;
}

.modal-login__lead {
  background-color: #fffeee;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-align: center;
}

.modal-login__lead__title {
  font-size: 1.7rem;
  color: #dd0000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 599px) {
  .modal-login__lead__title {
    font-size: 1.5rem;
  }
}

.modal-login__lead__text {
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .modal-login__lead__text {
    font-size: 1.4rem;
  }
}
.modal-login__lead__text .em {
  text-decoration: underline;
}

.modal-login__btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .modal-login__btn-list {
    gap: 5px;
  }
}

.modal-login__btn {
  background-color: #0000ad;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  font-weight: 500;
  padding: 20px;
  transition: 0.3s ease;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .modal-login__btn {
    padding: 10px 30px 10px 10px;
    font-size: 1.4rem;
  }
}
.modal-login__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
}
.modal-login__btn.green {
  background-color: #e60012;
}
.modal-login__btn .em {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 5px;
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 599px) {
  .modal-login__btn .em {
    font-size: 1.5rem;
    margin: 0 3px;
  }
}
.modal-login__btn:hover,
.modal-login__btn a:visited, .modal-login__btn:active {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .modal-login__btn:hover {
    opacity: 0.7;
  }
}

.lead {
  padding: 100px 60px 170px;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .lead {
    padding: 100px 60px 170px;
    min-height: auto;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    padding: 60px 60px 150px;
  }
}
@media screen and (max-width: 599px) {
  .lead {
    padding: 25px 25px 100px;
  }
}
.lead__logo {
  top: 30px;
  right: 30px;
  width: 260px;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  .lead__logo {
    width: 18.57vw;
  }
}
@media screen and (max-width: 1200px) {
  .lead__logo {
    top: 30px;
    width: 260px;
  }
}
@media screen and (max-width: 900px) {
  .lead__logo {
    top: 0px;
    right: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .lead__logo {
    margin: 0 0 10px;
    top: auto;
    right: auto;
    width: 180px;
    position: relative;
  }
}
.lead__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .lead__logo__link:hover {
    transform: translateY(3px);
  }
}
.lead__copy {
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 2;
  color: #123;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1300px) {
  .lead__copy {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .lead__copy {
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .lead__copy {
    margin-bottom: 35px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .lead__copy {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
  }
  .lead__copy br {
    display: none;
  }
}
.lead__copy__strong {
  display: inline-block;
  position: relative;
}
.lead__copy__strong::before {
  content: "";
  bottom: 9px;
  left: -5px;
  width: calc(100% + 10px);
  height: 15px;
  background-color: #ff0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .lead__copy__strong {
    color: #e37;
    font-weight: 900;
    display: inline;
  }
  .lead__copy__strong::before {
    display: none;
  }
}
.lead__merit {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .lead__merit {
    margin: 0 -25px;
  }
}
.lead__merit__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1500px) {
  .lead__merit__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .lead__merit__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .lead__merit__item {
    width: 33.3333333333%;
  }
}
.lead__merit__item__link {
  padding: 30px 10px 100px;
  font-size: 22px;
  line-height: 1.45;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #789;
  display: block;
  position: relative;
}
.lead__merit__item__link::before {
  content: "";
  margin: 0 auto;
  bottom: 64px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
.lead__merit__item__link::after {
  content: "";
  left: calc(50% - 3px);
  bottom: 71px;
  border-width: 5px 3px 0 3px;
  border-style: solid;
  border-color: #789 transparent transparent transparent;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 1400px) {
  .lead__merit__item__link {
    font-size: 1.57vw;
  }
}
@media screen and (max-width: 1200px) {
  .lead__merit__item__link {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .lead__merit__item__link {
    padding: 6.66vw 10px 18vw;
    font-size: 4vw;
  }
  .lead__merit__item__link::before {
    content: "";
    bottom: 12vw;
    width: 16px;
    height: 16px;
  }
  .lead__merit__item__link::after {
    content: "";
    bottom: calc(12vw + 5px);
  }
}
.lead__merit__item__link--01 {
  background-color: #44b7dd;
}
.lead__merit__item__link--01::after {
  border-color: #44b7dd transparent transparent transparent;
}
.lead__merit__item__link--02 {
  background-color: #ee99b3;
}
.lead__merit__item__link--02::after {
  border-color: #ee99b3 transparent transparent transparent;
}
.lead__merit__item__link--03 {
  background-color: #22bb99;
}
.lead__merit__item__link--03::after {
  border-color: #22bb99 transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
  .lead__merit__item__link:hover {
    background-color: #123;
    transform: translateY(3px);
  }
  .lead__merit__item__link:hover::after {
    border-color: #123 transparent transparent transparent;
  }
}
.lead__merit__item__link__en {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1;
  color: #ff0;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .lead__merit__item__link__en {
    margin-bottom: 2px;
    font-size: 11px;
  }
}
.lead__merit__item__link__ill {
  bottom: -15%;
  left: 20%;
  width: 65%;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .lead__merit__item__link__ill {
    left: 28%;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .lead__merit__item__link__ill {
    bottom: -15%;
    left: 20%;
    width: 65%;
  }
}

.merit01 {
  padding: 70px 60px 120px;
  position: relative;
  background-color: #44b7dd;
}
@media screen and (max-width: 900px) {
  .merit01 {
    padding: 30px 60px 120px;
  }
}
@media screen and (max-width: 599px) {
  .merit01 {
    padding: 25px 25px 80px;
  }
}
.merit01__list {
  margin: 0 auto 40px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .merit01__list {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__list {
    margin-bottom: 25px;
    width: 100%;
  }
}
.merit01__list__item {
  width: 100%;
}
.merit01__list__item__photo {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .merit01__list__item__photo {
    margin-bottom: 10px;
  }
}
.merit01__list__item__photo__text01 {
  top: 25px;
  left: 0px;
  width: 58.33%;
  position: absolute;
}
.merit01__list__item__photo__text02 {
  bottom: 25px;
  right: 0px;
  width: 52%;
  position: absolute;
}
.merit01__list__item__hashtag {
  margin-left: -1em;
}
.merit01__list__item__hashtag__item {
  margin-left: 1em;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  display: inline-block;
}
.merit01__price {
  margin-bottom: 50px;
  padding: 35px 40px 30px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .merit01__price {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__price {
    margin-bottom: 25px;
    padding: 25px 20px 25px;
    border-radius: 5px;
  }
}
.merit01__price__sub {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 1;
  color: #e37;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .merit01__price__sub {
    font-size: 23px;
  }
}
@media screen and (max-width: 1300px) {
  .merit01__price__sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__price__sub {
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__price__sub {
    font-size: 23px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__price__sub {
    margin-bottom: 0;
    font-size: 4.53vw;
  }
}
.merit01__price__text {
  font-size: 30px;
  line-height: 1;
  color: #e37;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .merit01__price__text {
    font-size: 27px;
  }
}
@media screen and (max-width: 1300px) {
  .merit01__price__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__price__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__price__text {
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__price__text {
    font-size: 6.13vw;
    line-height: 1.3;
  }
}
.merit01__price__text__line {
  display: inline-block;
  position: relative;
}
.merit01__price__text__line::before {
  content: "";
  left: -5px;
  bottom: -5px;
  width: calc(100% + 10px);
  height: 20px;
  background-color: #ff0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .merit01__price__text__line::before {
    left: -3px;
    bottom: 2px;
    width: calc(100% + 6px);
    height: 12px;
  }
}
.merit01__price__text__strong {
  font-size: 1.5em;
  font-weight: 900;
}
.merit01__price__ill {
  top: -45px;
  right: -45px;
  width: 145px;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .merit01__price__ill {
    top: -35px;
    right: -25px;
    width: 90px;
  }
}
.merit01__room {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .merit01__room {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room {
    margin: 0 -25px 25px;
  }
}
.merit01__room__item {
  padding: 30px 0;
  border-bottom: 1px dotted #fff;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
}
.merit01__room__item:first-child {
  border-top: 1px dotted #fff;
}
@media screen and (max-width: 599px) {
  .merit01__room__item {
    padding: 25px;
    flex-wrap: wrap;
  }
}
.merit01__room__item__photo {
  width: 240px;
}
@media screen and (max-width: 1400px) {
  .merit01__room__item__photo {
    width: 220px;
  }
}
@media screen and (max-width: 1300px) {
  .merit01__room__item__photo {
    width: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__photo {
    width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__room__item__photo {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__photo {
    margin-bottom: 15px;
    width: 100%;
  }
}
.merit01__room__item__inner {
  width: calc(100% - 240px - 35px);
}
@media screen and (max-width: 1600px) {
  .merit01__room__item__inner {
    width: calc(100% - 240px - 25px);
  }
}
@media screen and (max-width: 1400px) {
  .merit01__room__item__inner {
    width: calc(100% - 220px - 20px);
  }
}
@media screen and (max-width: 1300px) {
  .merit01__room__item__inner {
    width: calc(100% - 170px - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__inner {
    width: calc(100% - 240px - 35px);
  }
}
@media screen and (max-width: 900px) {
  .merit01__room__item__inner {
    width: calc(100% - 200px - 20px);
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner {
    width: 100%;
  }
}
.merit01__room__item__inner__title {
  padding-top: 13px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .merit01__room__item__inner__title {
    padding-top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .merit01__room__item__inner__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__inner__title {
    padding-top: 13px;
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__room__item__inner__title {
    padding-top: 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner__title {
    margin-bottom: 7px;
    font-size: 22px;
  }
}
.merit01__room__item__inner__title__sub {
  margin-left: -0.5em;
  margin-right: -0.5em;
  font-size: 0.8em;
}
.merit01__room__item__inner__text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 1500px) {
  .merit01__room__item__inner__text {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1300px) {
  .merit01__room__item__inner__text {
    margin-bottom: 10px;
    font-size: 1.076vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__inner__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 900px) {
  .merit01__room__item__inner__text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.merit01__room__item__inner__box {
  margin-bottom: 10px;
  padding: 30px 30px 27px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .merit01__room__item__inner__box {
    padding: 25px 25px 23px;
  }
}
@media screen and (max-width: 1300px) {
  .merit01__room__item__inner__box {
    padding: 20px 20px 18px;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__inner__box {
    padding: 30px 30px 27px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__room__item__inner__box {
    padding: 23px 25px 24px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner__box {
    padding: 20px 20px 18px;
  }
}
.merit01__room__item__inner__box.notesb-box {
  padding-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .merit01__room__item__inner__box.notesb-box {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner__box.notesb-box {
    padding-bottom: 14px;
  }
}
.merit01__room__item__inner__box__sub {
  margin-bottom: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #123;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 1400px) {
  .merit01__room__item__inner__box__sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .merit01__room__item__inner__box__sub {
    font-size: 1.076vw;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__inner__box__sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__room__item__inner__box__sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner__box__sub {
    margin-bottom: 2px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .merit01__room__item__inner__box__sub {
    margin-bottom: 2px;
    font-size: 13px;
  }
}
.merit01__room__item__inner__box__web {
  margin-bottom: 3px;
  margin-right: 10px;
  width: 90px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #0044aa;
}
@media screen and (max-width: 1400px) {
  .merit01__room__item__inner__box__web {
    margin-bottom: 1px;
    margin-right: 10px;
    width: 80px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__inner__box__web {
    margin-bottom: 3px;
    margin-right: 10px;
    width: 90px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__room__item__inner__box__web {
    margin-bottom: 1px;
    margin-right: 10px;
    width: 80px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner__box__web {
    margin-bottom: 4px;
    margin-right: 5px;
    width: 66px;
    height: 18px;
    font-size: 11px;
    line-height: 17px;
  }
}
.merit01__room__item__inner__box__text {
  font-size: 24px;
  line-height: 1;
  color: #123;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 1500px) {
  .merit01__room__item__inner__box__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .merit01__room__item__inner__box__text {
    font-size: 1.57vw;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__inner__box__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__room__item__inner__box__text {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner__box__text {
    font-size: 20px;
  }
}
.merit01__room__item__inner__box__text__strong {
  font-size: 1.66em;
  font-weight: 900;
}
@media screen and (max-width: 1400px) {
  .merit01__room__item__inner__box__text__strong {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__inner__box__text__strong {
    font-size: 1.66em;
  }
}
.merit01__room__item__inner__box__notes {
  font-size: 1.2rem;
  margin-top: 10px;
}
.merit01__room__item__inner__box__cospa {
  top: -65px;
  right: 5px;
  width: 80px;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .merit01__room__item__inner__box__cospa {
    top: -55px;
    right: 0;
    width: 4.66vw;
  }
}
@media screen and (max-width: 1300px) {
  .merit01__room__item__inner__box__cospa {
    top: -25px;
    right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__room__item__inner__box__cospa {
    top: -45px;
    right: 15px;
    width: 90px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__room__item__inner__box__cospa {
    top: -25px;
    right: 10px;
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner__box__cospa {
    top: -20px;
    right: -20px;
    width: 70px;
  }
}
@media screen and (max-width: 320px) {
  .merit01__room__item__inner__box__cospa {
    width: 60px;
  }
}
.merit01__room__item__inner__caution {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-indent: -1em;
}
@media screen and (max-width: 1500px) {
  .merit01__room__item__inner__caution {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner__caution {
    font-size: 12px;
  }
}
.merit01__room__item__inner__caution.em {
  color: #ffff00;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .merit01__room__item__inner__caution.em {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room__item__inner__caution.em {
    font-size: 14px;
  }
}
.merit01__ensei {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .merit01__ensei {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__ensei {
    margin-bottom: 20px;
  }
}
.merit01__ensei__copy {
  margin-bottom: 40px;
  padding-left: 0.08em;
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .merit01__ensei__copy {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__ensei__copy {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__ensei__copy {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__ensei__copy {
    margin-bottom: 35px;
    padding-left: 0;
    font-size: 5vw;
    letter-spacing: 0;
  }
}
.merit01__ensei__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .merit01__ensei__list {
    margin: 0 -20px;
    width: 100%;
    margin: 0 auto;
  }
}
.merit01__ensei__list__item {
  padding: 36px 30px 26px;
  width: calc((100% - 20px) / 2);
  font-size: 16px;
  line-height: 1.6;
  color: #44b7dd;
  font-weight: bold;
  text-align: justify;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .merit01__ensei__list__item {
    padding: 21px 25px;
    width: calc((100% - 10px) / 2);
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .merit01__ensei__list__item {
    padding: 40px 30px 28px;
    width: calc((100% - 30px) / 2);
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .merit01__ensei__list__item {
    padding: 32px 25px 24px;
    width: calc((100% - 24px) / 2);
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__ensei__list__item {
    padding: 32px 20px 24px;
    width: calc((100% - 20px) / 2);
    font-size: 13px;
    border-radius: 5px;
  }
}
.merit01__ensei__list__em {
  background-color: #ff0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #123;
  padding: 3px 10px 5px;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 1024px) {
  .merit01__ensei__list__em {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .merit01__ensei__list__em {
    font-size: 1.5rem;
    padding: 2px 10px 2px;
  }
}

.merit02 {
  padding: 70px 60px 120px;
  position: relative;
  background-color: #ee99b3;
}
@media screen and (max-width: 900px) {
  .merit02 {
    padding: 30px 60px 120px;
  }
}
@media screen and (max-width: 599px) {
  .merit02 {
    padding: 25px 25px 80px;
  }
}
.merit02__photos {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .merit02__photos {
    margin-bottom: 15px;
  }
}
.merit02__photos__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 599px) {
  .merit02__photos__item {
    width: calc((100% - 5px) / 2);
  }
}
.merit02__hashtag {
  margin-bottom: 30px;
  padding-right: 130px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .merit02__hashtag {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .merit02__hashtag {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.merit02__hashtag__list {
  margin-left: -1em;
}
.merit02__hashtag__list__item {
  margin-left: 1em;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  display: inline-block;
}
.merit02__hashtag__neko {
  top: -55px;
  right: -40px;
  width: 145px;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .merit02__hashtag__neko {
    top: -40px;
    right: -25px;
    width: 90px;
  }
}
@media screen and (max-width: 320px) {
  .merit02__hashtag__neko {
    width: 80px;
  }
}

.merit03 {
  padding: 70px 60px 150px;
  position: relative;
  background-color: #22bb99;
}
@media screen and (max-width: 900px) {
  .merit03 {
    padding: 30px 60px 120px;
  }
}
@media screen and (max-width: 599px) {
  .merit03 {
    padding: 25px 25px 60px;
  }
}
.merit03__list {
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .merit03__list {
    max-width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .merit03__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .merit03__list {
    grid-template-columns: none;
    gap: 15px;
  }
}
.merit03__list__item {
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .merit03__list__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.merit03__list__item__sub {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  color: #123;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .merit03__list__item__sub {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.merit03__list__item__title {
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .merit03__list__item__title {
    margin: 0 auto 5px;
    width: 90%;
  }
}
.merit03__list__item__ill {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .merit03__list__item__ill {
    margin: 0 auto 5px;
    width: 90%;
  }
}
.merit03__list__item__text {
  font-size: 14px;
  line-height: 1.7;
  color: #123;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  .merit03__list__item__text {
    font-size: 15px;
  }
}
.merit03__list__item__text__strong {
  color: #e37;
  font-weight: bold;
}

.copyright {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #123;
}
@media screen and (max-width: 1200px) {
  .copyright {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 599px) {
  .copyright {
    padding-bottom: 80px;
  }
}

.footer-btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer-btn {
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    background-color: rgba(17, 34, 51, 0.8);
    position: fixed;
    z-index: 100;
    display: block;
    transition: 0.5s;
  }
}
@media screen and (max-width: 1200px) and (max-width: 599px) {
  .footer-btn {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-btn--on {
    bottom: -120px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 599px) {
  .footer-btn--on {
    bottom: -90px;
  }
}

.title01 {
  margin: 0 auto 25px;
  padding-left: 0.08em;
  padding-bottom: 38px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  background-image: url(../img/border.svg);
  background-size: 77px auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .title01 {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .title01 {
    margin: 0 auto 15px;
    padding-left: 0;
    padding-bottom: 27px;
    font-size: 6.4vw;
    letter-spacing: 0;
    background-size: 50px auto;
  }
}
.title01__en {
  margin-bottom: 15px;
  padding-top: 43px;
  font-size: 20px;
  line-height: 1;
  color: #ff0;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-image: url(../img/midashi.svg);
  background-size: 120px auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 599px) {
  .title01__en {
    margin-bottom: 7px;
    padding-top: 36px;
    font-size: 15px;
    background-size: 96px auto;
  }
}

.title02 {
  margin-bottom: 25px;
  padding-left: 40px;
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  position: relative;
}
.title02::before {
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 10px solid #ff0;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .title02 {
    margin-bottom: 20px;
    padding-left: 36px;
    font-size: 22px;
  }
  .title02::before {
    width: 26px;
    height: 26px;
    border: 9px solid #ff0;
  }
}

.title02-osusume {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  position: relative;
  padding: 20px 0 10px 190px;
}
.title02-osusume::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 172.8px;
  height: 65.4px;
  position: absolute;
  background-image: url(../img/icon-osusume.png);
  background-size: 172.8px 65.4px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .title02-osusume {
    margin-bottom: 15px;
    padding-left: 125px;
    font-size: 22px;
  }
  .title02-osusume::before {
    width: 115.2px;
    height: 43.6px;
    background-size: 115.2px 43.6px;
  }
}

.text-base {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .text-base {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.text-base--center {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .text-base--center {
    text-align: justify;
  }
}

.btn01 {
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
  height: 80px;
  font-size: 18px;
  line-height: 79px;
  color: #123;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  text-align: center;
  background-color: #ff0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  border: none;
}
.btn01::before {
  content: "";
  top: calc(50% - 10px);
  right: 25px;
  width: 20px;
  height: 20px;
  background-color: #123;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
.btn01::after {
  content: "";
  top: calc(50% - 3px);
  right: 32px;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ff0;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .btn01 {
    max-width: 320px;
    height: 70px;
    font-size: 16px;
    line-height: 69px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .btn01::before {
    top: calc(50% - 8px);
    right: 20px;
    width: 16px;
    height: 16px;
  }
  .btn01::after {
    right: 25px;
    border-width: 3px 0 3px 5px;
  }
}
@media screen and (min-width: 1025px) {
  .btn01:hover {
    color: #ff0;
    background-color: #123;
    box-shadow: none;
    transform: translateY(3px);
  }
  .btn01:hover::before {
    background-color: #ff0;
  }
  .btn01:hover::after {
    border-color: transparent transparent transparent #123;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
@media (hover: hover) and (pointer: fine) {
  .slick-prev:hover::before,
  .slick-next:hover::before {
    background-image: url(../img/slick-arrow-pink.svg);
  }
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -55px;
}
@media screen and (max-width: 599px) {
  .slick-prev {
    left: -20px;
  }
}

[dir=rtl] .slick-prev {
  right: -55px;
}
@media screen and (max-width: 599px) {
  [dir=rtl] .slick-prev {
    right: -20px;
  }
}

.slick-prev:before,
[dir=rtl] .slick-prev:before,
.slick-next:before,
[dir=rtl] .slick-next {
  content: "";
  position: absolute;
  background-image: url(../img/slick-arrow.svg);
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: block;
  top: 0;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .slick-prev:before,
  [dir=rtl] .slick-prev:before,
  .slick-next:before,
  [dir=rtl] .slick-next {
    top: -120%;
  }
}

.slick-prev:before {
  transform: scale(-1, 1);
}

[dir=rtl] .slick-prev:before {
  transform: scale(-1, 1);
}

.slick-next {
  right: -55px;
}
@media screen and (max-width: 599px) {
  .slick-next {
    right: -20px;
  }
}

[dir=rtl] .slick-next {
  right: auto;
  left: -55px;
}
@media screen and (max-width: 599px) {
  [dir=rtl] .slick-next {
    left: -20px;
  }
}

@media screen and (max-width: 599px) {
  .merit01__room .slick-prev:before,
  .merit01__room [dir=rtl] .slick-prev:before,
  .merit01__room .slick-next:before,
  .merit01__room [dir=rtl] .slick-next {
    top: -400%;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room .slick-prev {
    left: 6px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room [dir=rtl] .slick-prev {
    right: 6px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room .slick-next {
    right: 6px;
  }
}
@media screen and (max-width: 599px) {
  .merit01__room [dir=rtl] .slick-next {
    left: 6px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10%;
  left: 0;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .slick-dots {
    bottom: 0%;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 0 0 6px;
  }
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #22bb99;
  border: 3px solid #22bb99;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #22bb99;
  }
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    background-color: transparent;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.wave-wrapper {
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 0.1;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .wave-wrapper {
    height: 50px;
  }
}
.wave-wrapper--00 {
  display: none;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .wave-wrapper--00 {
    display: block;
  }
}
.wave-wrapper svg {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 0.1;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .wave-wrapper svg {
    height: 50px;
  }
}/*# sourceMappingURL=style.css.map */