@charset "UTF-8";
/* ------------------------------------------------------------ *
  base
* ------------------------------------------------------------ */
html {
  background-color: #fff !important;
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  color: #000;
  margin: 0 auto;
  background: #fff;
}
a:link,
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  opacity: 0.7;
}
img {
  max-width: 100%;
  vertical-align: top;
  border-style: none;
  text-align: center;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
/* ------------------------------------------------------------ *
  utility
 * ------------------------------------------------------------ */
.center {
  text-align: center;
}
.pink {
  color: #f03d64;
}
.bold {
  font-weight: bold;
}
.big {
  font-size: 150%;
}
span.ybg {
  color: #e29090;
  font-weight: bold;
  background-image: linear-gradient(#fff, #fff 25%, #ffff66 25%, #ffff66);
}
p {
  font-size: 1.4rem;
  margin: 0;
  padding: 0 2% 30px;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}
.grandopen {
  background: transparent url(../images/grandopen_bg.jpg) no-repeat top
    center/cover;
}
.present {
  background: transparent url(../images/present_bg.jpg) no-repeat top
    center/cover;
}
.bg_beige {
  background-color: #faf7e8;
}
.dress {
  background: transparent url(../images/dress_bg.jpg) no-repeat top center/cover;
  height: 1200px;
}
@media (max-width: 767px) {
  .dress {
    /*height:600px;*/
    height: 150vw;
  }
}
.feature {
  background-color: #f3f3f3;
}
/* ------------------------------------------------------------ *
 header
* ------------------------------------------------------------ */
.header {
  position: relative;
  font-size: 1.6rem;
  background: transparent no-repeat center top;
  background-image: url(../images/mv_bg_top.png), url(../images/mv_bg_btm.png),
    url(../images/mv_bg.jpg);
  background-size: 30px auto, 30px auto, cover;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-position: center top, center bottom, center top;
}
.header .rimit {
  padding: 5px 30px;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 50%;
  bottom: 100px;
  /* margin: 500px 2% 160px; */
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  width: 100%;
}
@media (max-width: 767px) {
  .header {
    background-size: 15px auto, 15px auto, cover;
    background-image: url(../images/mv_bg_top.png), url(../images/mv_bg_btm.png),
      url(../images/mv_bg_sp.jpg);
  }
  .header .rimit {
    /* margin: 52% 19% 10%; */
    bottom: 9.5%;
    font-size: 1.4rem;
  }
}
@media (max-width: 425px) {
  .header .rimit {
    bottom: 8%;
    font-size: 1.2rem;
  }
}
.rimit {
  /* display: inline-block; */
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
.yycountdown-box {
  display: inline-block;
}
/* ------------------------------------------------------------ *
  conversion
 * ------------------------------------------------------------ */
.cv_area {
  background: transparent url(../images/cv_bg.jpg) no-repeat top center/cover;
}

.cv_area p {
  font-size: 24px;
  color: #212121;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
}
@media (max-width: 767px) {
  .cv_area p {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------ *
  contents
 * ------------------------------------------------------------ */
.contents {
  position: relative;
  font-size: 1.6rem;
}
.contents .rimit {
  background: url("../images/img01.png");
  /*margin: 10px auto;
  width: 100%;
  max-width: 704px;*/
  height: 189px;
  background-size: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}
#timer2 {
  font-size: 1.8rem;
  width: 100%;
  color: #fff;
  height: 100%;
  margin-top: 17.5%;
  margin-left: 10%;
  overflow: hidden;
}
@media (max-width: 768px) {
  #timer2 {
    font-size: 3.5vw;
  }
  .contents .rimit {
    height: auto;
    padding-bottom: 5.5%;
  }
}
.img05 {
  background: transparent url(../images/img05_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 767px) {
  .img05 {
    background: transparent url(../images/spimg05_bg.jpg) no-repeat center
      top/cover;
  }
}
.access {
  padding: 60px 0;
}
.access h2 {
  color: #1a1919;
  margin: 0 auto 40px;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .access h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .access h2 {
    margin: 0 auto 24px;
    font-size: 30px;
  }
}
.sct_flow h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  background-color: #2cb18f;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .sct_flow h2 {
    font-size: 36px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 480px) {
  .sct_flow h2 {
    font-size: 26px;
    margin: 20px auto;
  }
}
.ggmap {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sct_flow {
  background: transparent url(../images/img16_bg.jpg) no-repeat center top/cover;
}

/* ------------------------------------------------------------ *
  form
 * ------------------------------------------------------------ */
#form {
  line-height: 1.8;
}
#form h2 {
  margin-bottom: 2%;
}
#form dl {
  border: 1px solid #e7d6cd;
  max-width: 960px;
  margin: 0 auto;
  font-size: 0;
  background: #f7eee9;
}
#form dl + dl {
  border-top: 0;
}
#form dt,
#form dd {
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
}
#form dt {
  vertical-align: top;
  width: 30%;
  text-align: center;
  padding: 2% 0;
}
#form dd {
  width: 64%;
  padding: 2% 3%;
  background: #fff;
  text-align: left;
}
#form dd input[type="text"],
#form dd input[type="email"],
#form dd option,
#form dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2%;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: 0;
}
#form dd select {
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: 0;
  background: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 2%;
}
#form dd .width-long {
  width: 200px;
}
#form.contact_form dl {
  background: #fff;
}
#form.contact_form dt {
  padding: 3% 0;
}
@media (max-width: 767px) {
  #form {
    max-width: auto;
    width: 100%;
  }
  #form dt,
  #form dd {
    display: block;
    width: 96%;
  }
  #form dd label {
    display: inline-block;
    width: 96%;
  }
}
.overview {
  margin-bottom: 8%;
}
.overview dt,
.overview dd {
  display: inline-block;
}
.overview dt {
  width: 30%;
}
.form_cont {
  padding-bottom: 6%;
  font-size: 1.4rem;
}
.form_cont textarea {
  width: 80%;
}
.form_cont p {
  max-width: 960px;
  margin: 0 auto;
  padding: 2% 4%;
  font-size: 1.6rem;
}
.contact_form .contact_h {
  font-size: 3.6rem;
}
.btn_submit_form {
  width: 640px;
  height: 100px;
  background: transparent url(../images/form_btn.png) no-repeat center/auto 100%;
  outline: 0;
  border: 0;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .btn_submit_form {
    width: 100%;
    height: auto;
    padding: 5% 0;
    margin: 0 auto;
    max-width: 100%;
  }
}
.form_btn {
  margin-top: 10px;
}
.form_btn input[type="button"].btn_submit_back,
.form_btn input[type="submit"].btn_submit_send {
  color: #000;
  font-weight: normal;
  border: none;
  background: #fff;
  font-size: 22px;
  width: 100%;
  padding: 15.5px 0 15.5px 0;
}
.form_btn input[type="submit"].btn_submit_send {
  border-top: 1px solid #ccc;
}
/* ------------------------------------------------------------ *
  footer
 * ------------------------------------------------------------ */
 .footer_logo {
  margin: 3rem auto;
  max-width: 150px;
}

.footer {
  background-color: #72c8d7;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 4px 4px;
  background-size: 4px 4px;
  width: 100%;
  padding: 1% 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
.footer p {
  font-weight: normal;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.copy {
  display: block;
  background-color: #72c8d7;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 4px 4px;
  background-size: 4px 4px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  padding: 0.5% 0;
}
/*--------------------

      popup

--------------------*/
/* ポップアップ css */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  background: #efefef;
  max-height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 101;
  font-size: 1.2rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.popup_inner {
  padding: 20px;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 100;
}
.close {
  background: #fff;
  border: 1px solid;
}
/*20200324変更*/
.tsuijuu {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 500px;
  cursor: pointer;
  z-index: 9999 !important;
}
@media (max-width: 767px) {
  .tsuijuu {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
/* ------------------------------------------------------------ *
  sp
 * ------------------------------------------------------------ */
/* 06/04/2019 追加 */
.num_of_people {
  width: 100%;
  max-width: 185px;
}
@media screen and (max-width: 768px) {
  .num_of_people {
    max-width: 175px;
  }
}

.slider2 .slick-slide {
  margin: 25px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slider2.slick-slider {
  max-width: 100% !important;
}

/* 2024.03.29 */
#form dt span {
  color: #fff;
  background: rgb(200, 0, 0);
  border-radius: 10px;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 1.4rem;
 }
 
 