@charset "UTF-8";
/*変数設定用*/
/*変数設定用*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  padding-right: 80px;
  position: relative;
  background: #fff;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    padding-right: 0;
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15.5px 20px;
  z-index: 100;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    padding: 0;
    background: #fff;
    max-height: 0;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 1000;
  }
}

header .logo {
  z-index: 10;
  max-width: 180px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  header .logo {
    position: static;
    width: 40%;
    padding: 0 10px;
  }
}

header .logo img {
  max-width: 180px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  header .logo img {
    max-width: none;
    width: 100%;
  }
}

header.under {
  position: relative;
}

@media screen and (max-width: 767px) {
  header.under {
    position: fixed;
  }
}

header .book-now-sp {
  padding: 5px 15px;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: 50px;
}

.contact-btn-wrap {
  position: fixed;
  top: 0;
  right: 80px;
  z-index: 200;
}

.contact-btn-wrap .contact-btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 220px;
  height: 69px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 100;
  position: relative;
  z-index: 100;
}

.contact-btn-wrap .contact-btn span {
  font-size: 1rem;
}

.contact-btn-wrap .contact-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
}

.contact-btn-wrap .contact-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
}

.contact-btn-wrap .contact-btn:hover {
  opacity: 1;
}

.contact-btn-wrap .contact-btn:hover::before {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  header .book-now-sp {
    display: inline-block;
  }
}

header .book-now-sp:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: -ms-linear-gradient(-43.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

header .book-now-sp:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: -ms-linear-gradient(137.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(313.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

header .book-now-sp:hover:before {
  opacity: 0;
}

header .book-now-sp span {
  display: block;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  header.fixed {
    max-height: 9999px;
    opacity: 1;
  }
}

_::-webkit-full-page-media,
_:future,
:root .logo {
  width: 180px;
}

_::-webkit-full-page-media,
_:future,
:root header .logo img {
  width: 180px;
}

.hamburger_gNav {
  position: fixed;
  background-color: #fff;
}

#hamburger .btn-gNav {
  position: fixed;
  top: 20px;
  right: 27px;
  width: 28px;
  height: 18px;
  z-index: 1100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav:before {
  position: absolute;
  left: calc(50% - 39px);
  top: calc(50% - 40px);
  content: "";
  background: #fff;
  width: 91px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  #hamburger .btn-gNav:before {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #hamburger .btn-gNav {
    top: 13px;
    right: 15px;
    width: 25px;
    height: 10px;
    max-height: 0;
    opacity: 1;
  }
}

#hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

@media screen and (max-width: 767px) {
  #hamburger .btn-gNav span {
    height: 1px;
  }
}

#hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}

#hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
  width: 80%;
  right: 0;
}

@media screen and (max-width: 767px) {
  #hamburger .btn-gNav span:nth-child(2) {
    top: 8px;
  }
}

#hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}

@media screen and (max-width: 767px) {
  #hamburger .btn-gNav span:nth-child(3) {
    top: 16px;
  }
}

@media screen and (max-width: 767px) {
  #hamburger .btn-gNav.open {
    max-height: 9999px;
    opacity: 1;
  }
}

#hamburger .btn-gNav.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger .btn-gNav.open span:nth-child(2) {
  opacity: 0;
}

#hamburger .btn-gNav.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #hamburger .btn-gNav.fixed {
    max-height: 9999px;
    opacity: 1;
  }
}

#gNav {
  position: fixed;
  top: -100%;
  right: 80px;
  width: calc(100% - 80px);
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #gNav {
    right: 0;
    width: 100%;
  }
}

#gNav.open {
  top: 0px;
}

#gNav .fl {
  width: 58%;
  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;
}

@media screen and (max-width: 767px) {
  #gNav .fl {
    display: block;
    width: 100%;
    padding: 20px;
  }
}

#gNav .fl .nab_list {
  width: 79%;
}

@media screen and (max-width: 767px) {
  #gNav .fl .nab_list {
    width: 75%;
  }
}

#gNav .fl h2 {
  font-size: 5.2rem;
  color: #a2529f;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  margin-bottom: 70px;
  padding-bottom: 30px;
  position: relative;
}

#gNav .fl h2 a {
  color: #a2529f;
}

#gNav .fl h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 8px;
  background: url("../img/icon_arrow.svg");
  background-size: cover;
}

#gNav .fl .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#gNav .fl ul {
  min-width: 200px;
  width: 48%;
}

#gNav .fl ul li {
  margin-bottom: 15px;
}

#gNav .fl ul li.space {
  margin-left: 20px;
  position: relative;
}

#gNav .fl ul li.space::before {
  position: absolute;
  width: 10px;
  height: 1px;
  top: 43%;
  left: -20px;
  content: "";
  background: #000;
}

@media screen and (max-width: 767px) {
  #gNav .fl ul li {
    margin-bottom: 15px;
  }
}

#gNav .fl ul li a {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #000;
  letter-spacing: 1px;
}

#gNav .fl ul li a span {
  display: block;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  #gNav .fl ul li a span {
    font-size: 1.4rem;
  }
}

#gNav .fr {
  width: 47%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #gNav .fr {
    display: none;
  }
}

.book-now {
  position: fixed;
  right: 0;
  padding: 65px 0;
  z-index: 100;
  bottom: 0;
  display: block;
  width: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  /* margin-bottom: 20%; */
}

.book-now:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: -ms-linear-gradient(-43.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

.book-now:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: -ms-linear-gradient(137.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(313.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

.book-now:hover:before {
  opacity: 0;
}

.book-now .tl {
  font-size: 1.8rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}

.book-now .small {
  display: block;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .book-now {
    display: none;
  }
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 1200px;
  margin: auto;
  /* text-align: center; */
}

.small-text {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
  .gra-ttl span:first-child {
    font-size: 3.7rem;
    display: block;
  }
}

.gra-ttl span {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 8px;
  background: -ms-linear-gradient(0deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(0deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .gra-ttl span {
    font-size: 3.5rem;
    letter-spacing: 5px;
  }
}

.gra-btn {
  max-width: 300px;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  margin: auto;
  color: #fff;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.gra-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: -ms-linear-gradient(0deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

.gra-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: -ms-linear-gradient(0deg, #98d8d4 0%, #8cc7f4 37.06%, #ffbdd1 96.83%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#98D8D4', endColorstr='#FFBDD1' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#98d8d4), color-stop(37.06%, #8cc7f4), color-stop(96.83%, #ffbdd1));
  background: linear-gradient(90deg, #98d8d4 0%, #8cc7f4 37.06%, #ffbdd1 96.83%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98D8D4', endColorstr='#FFBDD1', GradientType=1);
}

.gra-btn:hover:before {
  opacity: 0;
}

.grabd-btn {
  max-width: 300px;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  padding: 2px;
  background: -ms-linear-gradient(0deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
  position: relative;
}

.grabd-btn:before {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 3px);
  width: 53px;
  height: 7px;
  background: url("../img/btn_arrow.png");
  background-size: cover;
}

.grabd-btn span {
  background: #fff;
  color: #a2529f;
  display: block;
  padding: 15px 0 15px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.grabd-btn:hover span {
  color: #fff;
  background: none;
}

footer {
  padding: 40px 70px 20px;
  background: -ms-linear-gradient(0deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

@media screen and (max-width: 767px) {
  footer {
    padding: 20px;
  }
}

footer .f_ttl {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

footer .f_txt {
  color: #fff;
  font-size: 1.4rem;
}

footer a {
  color: #fff;
  font-size: 1.4rem;
}

footer .copy {
  text-align: right;
  font-size: 1rem;
  color: #fff;
}

#page-top {
  position: fixed;
  bottom: 80px;
  right: 90px;
  max-width: 40px;
  display: block;
}

@media screen and (max-width: 767px) {
  #page-top {
    bottom: 40px;
    right: 20px;
  }
}

#page-top.bottom_fix {
  position: absolute;
  bottom: 195px;
}

@media screen and (max-width: 767px) {
  #page-top.bottom_fix {
    bottom: 170px;
  }
}

#page-top a {
  width: 100px;
}
/*# sourceMappingURL=common.css.map */