@charset "UTF-8";
/* CSS Document */
a,
input,
select,
textarea,
button,
a object,
a > span,
a img,
*:before,
*:after,
button span {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

main {
  overflow-x: hidden;
}
/*-----header-----*/
#header {
  width: 100%;
  height: auto;
  background: var(--C-dark_blue);
}
header .head-logo {
  width: 196px;
  height: auto;
  margin: 0 auto 0 20px;
  padding: 8px 0 4px;
}
header .inner.flex-box {
  align-items: center;
}
header .top-copy {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  header .head-logo {
    width: 38%;
    height: auto;
    margin: 0 auto 0 0;
    padding: 2% 0 1%;
  }
}
/*-----共通-----*/
.title_icon::before {
  content: "";
  display: block;
  width: 83px;
  height: 14px;
  background: url(../img/oj05.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .title_icon::before {
    width: 12.96875vw;
    height: 2.1875vw;
    background-size: contain;
    margin-bottom: 3.125vw;
  }
}

/*-----mv-----*/
#mv img {
  width: 100%;
}

/* intro */
#intro .inner {
  padding: 25px 2% 95px;
}
#flow h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #intro .inner {
    padding: 7.8125vw 7.3vw 12.2395vw;
  }
  #intro h2 + p + p {
    text-align: left !important;
  }
  #flow h2 {
    font-size: 6.25vw;
  }
}
/* tokuten */
#tokuten .inner {
  padding-top: 72px;
  padding-bottom: 103px;
}
#tokuten h2 {
  font-size: 58px;
  font-weight: 900;
  margin-bottom: 25px;
}
#tokuten .title_icon::before {
  background: url(../img/oj02.svg) no-repeat center;
}
/* #tokuten .flex {
  gap: 0 2.7%;
} */
#tokuten .flex li {
  width: 31.5%;
}
#tokuten h2 picture {
  display: block;
  margin-bottom: 50px;
}
.tokuten_abs01 {
  position: absolute;
  top: 35px;
  left: -75px;
}
@media screen and (max-width: 768px) {
  #tokuten .inner {
    padding: 10vw 3.5vw 15.9375vw;
  }
  #tokuten h2 {
    font-size: 8vw;
    margin-bottom: 8.22916vw;
  }
  #tokuten h2 picture {
    width: 72.5vw;
    margin: 0 auto 7.8125vw;
  }
  #tokuten .flex.jcSb {
    justify-content: center;
    position: relative;
  }
  #tokuten .flex li {
    width: 66.40625vw;
    text-align: center;
    margin-top: -25px;
  }
  #tokuten .flex + p {
    text-align: center !important;
  }
  .tokuten_abs01 {
    width: 29.8125vw;
    position: absolute;
    top: 30.767vw;
    left: -1%;
  }
  .tokuten_list_item {
    margin-bottom: 6.25vw;
  }
}

/*-----price-----*/
#price {
  position: relative;
}
#price .inner {
  padding-top: 110px;
  padding-bottom: 98px;
}
#price img {
  display: block;
  margin: auto;
}
#price h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 68px;
  position: relative;
}
#price::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -2%;
  width: 410px;
  height: 237px;
  background: url(../img/price_fukidashi.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 1500px) {
  #price::before {
    right: calc(50% - 730px);
  }
}
#price h2 img {
  width: 572px;
  height: 36px;
}
#price h3 {
  margin-bottom: 22px;
}
#price h3 img {
  width: 655px;
  height: 23px;
}
#price h3 {
  margin-bottom: 16px;
}
#price h3 img {
  width: 242px;
  height: 28px;
}
#price p {
  margin: 22px auto 0;
}

@media screen and (max-width: 768px) {
  #price::before {
    top: -5vw;
    right: 0;
    width: 49.0625vw;
    height: 28.28125vw;
  }
  #price .inner {
    padding: 20.3125vw 5.546875vw 11.875vw;
  }
  #price h2 {
    font-size: 6.25vw;
    line-height: 1.4;
    margin-bottom: 13.28125vw;
  }
}

/* charm */
#charm .inner {
  padding-bottom: 98px;
}
#charm img {
  display: block;
  margin: auto;
}
#charm h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  #charm .inner {
    padding: 10.625vw 5.546875vw 11.875vw;
  }
  #charm h2 {
    font-size: 6.25vw;
    line-height: 1.4;
    margin-bottom: 13.28125vw;
  }
}

/*-----map-----*/
#map {
  background: #e4e5e6 url(../img/oj04.svg) no-repeat center bottom;
}
#map .inner {
  padding-top: 95px;
  padding-bottom: 98px;
}
#map h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 37px;
}
#map h2 + p {
  text-align: center;
  margin-bottom: 86px;
}
#gmap {
  width: 100%;
  height: 590px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #map .inner {
    padding: 15.625vw 4.9vw 24.375vw;
  }
  #map h2 {
    font-size: 6.1vw;
    line-height: 1.4;
    margin-bottom: 5.2083vw;
  }
  #map h2 + p {
    text-align: left;
    margin-bottom: 5.2083vw;
  }
  #gmap {
    height: 76.09375vw;
    margin-bottom: 12.5vw;
  }
}

/*-----フッター-----*/
footer {
  width: 100%;
  padding-top: 50px;
  background: #fff;
  border-top: 1px solid #d9d9d9;
}

ul.footernavi {
  margin: 0 auto 50px;
}
ul.footernavi li {
  display: inline;
  float: left;
}
ul.footernavi li a,
ul.footernavi li a:visited {
  color: #43464b;
}
ul.footernavi li.logo {
  width: 250px;
  height: auto;
  margin-left: 70px;
  margin-right: 40px;
  text-decoration: none;
}
ul.footernavi li.navi {
  margin-right: 40px;
  font-size: 14px;
  color: #43464b;
  text-decoration: none;
}

.copyright {
  width: 100%;
  height: auto;
  padding: 20px 0;
  /* box-shadow */
  box-shadow: 0px 0px 20px 4px #dfdfdf;
  -moz-box-shadow: 0px 0px 20px 4px #dfdfdf;
  -webkit-box-shadow: 0px 0px 20px 4px #dfdfdf;
}
.copyright p {
  font-size: 12px;
  color: #43464b;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    padding-top: 10%;
    background: #fff;
    border-top: 1px solid #d9d9d9;
  }

  ul.footernavi {
    width: 90%;
    margin: 0 auto 10%;
  }
  ul.footernavi li {
    display: inline;
    float: left;
  }
  ul.footernavi li a,
  ul.footernavi li a:visited {
    color: #43464b;
  }
  ul.footernavi li.logo {
    width: 65%;
    height: auto;
    margin-left: 0;
    margin-right: 35%;
    margin-bottom: 3%;
    text-decoration: none;
    float: left;
  }
  ul.footernavi li.navi {
    margin-top: 2%;
    margin-right: 6%;
    font-size: 1.2em;
    color: #43464b;
    text-decoration: none;
  }

  .copyright {
    width: 100%;
    height: auto;
    padding: 20px 0;
    /* box-shadow */
    box-shadow: 0 0 1% 1% #dfdfdf;
    -moz-box-shadow: 0 0 1% 1% #dfdfdf;
    -webkit-box-shadow: 0 0 1% 1% #dfdfdf;
  }
  .copyright p {
    font-size: 1em;
    color: #43464b;
    text-align: right;
  }
}

/*-----GMAP-----*/
.p-gmap-heading {
  text-align: center !important;
  font-size: 3.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  padding: 1.12em 0 0.63em 0 !important;
  color: #fff !important;
  line-height: 1;
  background-color: #fabe00 !important;
  margin: 0 !important;
}
#gmap {
  width: 100%;
  height: 50vh;
  padding-bottom: 60%;
  border: 2px solid #fabe00;
  box-sizing: border-box;
}
#gmap + p {
  font-size: 1.4rem;
}

.shinka-ttl {
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.5;
}
.shinka-ttl::before {
  content: "ゴールデンウィーク限定！";
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  width: 463px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  background: #ac0d22;
  border-radius: 34px;
}
.shinka-item {
  width: 47.9%;
  text-align: center;
}
.shinka-station {
  width: 60%;
  text-align: center;
  margin: 3% auto 0;
}
.shinka-station-ttl {
  font-size: 24px;
  font-weight: bold;
  border: 1px solid var(--C-dark_blue);
  padding: 5px;
}
.shinka-station-item {
  font-size: 24px;
  border-bottom: 1px dashed var(--C-dark_blue);
  padding: 10px 0;
}
.shinka-station-item::before {
  content: "★";
}
@media screen and (max-width: 768px) {
  .shinka-ttl {
    font-size: 9.0625vw;
  }
  .shinka-ttl::before {
    font-size: 5.3125vw;
    width: 72.34375vw;
    height: 10.625vw;
    margin: 0 auto 10px;
    border-radius: 5.3125vw;
  }
  .shinka-list {
    gap: 6.25vw;
  }
  .shinka-item {
    width: 100%;
  }
  .shinka-station {
    width: 100%;
  }
  .shinka-station-ttl {
    font-size: 4.125vw;
    padding: 5px;
  }
  .shinka-station-item {
    font-size: 4vw;
    padding: 10px 0;
  }
}

/* btns */
.btns {
  width: 912px;
  max-width: 100%;
  margin: 0 auto;
}
.btns_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.btns_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .btns_ttl {
    font-size: 3.90625vw;
    margin-bottom: 8.28125vw;
  }
  .btns_item {
    flex-direction: column;
    gap: 6vw;
  }
}
