@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);
}
body {
  background: #ffeabc;
}
/*-----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;
  }
}
@media screen and (max-width: 768px) {
  .w100p-sp {
    width: 100% !important;
  }
  .w60p-sp {
    width: 60% !important;
  }
  .w50p-sp {
    width: 50% !important;
  }
  .w40p-sp {
    width: 40% !important;
  }
}

/*-----mv-----*/
#mv img {
  width: 100%;
}
#mv .annotation {
  font-size: 13px;
  color: #727171;
  margin-top: -1%;
  padding-right: 2%;
}
@media screen and (max-width: 768px) {
  #mv .annotation {
    font-size: 2.34375vw;
    margin-top: 1%;
  }
}
/* intro */
#intro {
  background: url(../img/cp_bg.svg) no-repeat center top;
  background-size: cover;
}

#intro .inner {
  padding: 120px 2% 67px;
}
#intro img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #intro .inner {
    padding: 11.875vw 0 16.71875vw;
  }
}

/* feature */
#feature {
  background: #003461;
}
#feature .inner {
  padding: 100px 2% 115px;
}
#feature img {
  margin: 0 auto;
}
#feature .--ttl {
  background: url(../img/feature_bg.svg) no-repeat center bottom;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #feature .inner {
    padding: 12.2666vw 0 10.4vw;
  }
  #feature .--ttl {
    background: url(../img/feature_bg--sp.svg) no-repeat center bottom;
    padding-bottom: 3.33333vw;
  }
}
/*-----price-----*/

#price .inner {
  padding: 0 0 100px 0;
}
#price .ttl {
  display: flex;
  justify-content: center;
}
/* .table-wrap {
  overflow-y: auto;
} */
.c-grid--middle {
  width: 870px;
  max-width: 1000px;
  /* max-width: 1140px; */
  text-align: left;
  margin: 0 auto;
}
.c-table {
  border-top: none;
}
.c-table th,
.c-table td {
  font-size: 1.5rem;
}
.note {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #5f5f5f;
  counter-reset: note;
}
.note li {
  display: flex;
  margin-bottom: 0.5em;
  counter-increment: note;
}
.note li::before {
  content: "※" counter(note);
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #price .inner {
    padding: 0 0 10vw 0;
  }
  #price .ttl img {
    width: 100vw;
  }
  .c-grid--middle {
    width: 100%;
    max-width: none;
  }
  .table-wrap {
    width: 88vw;
    margin: 0 auto;
  }
  .c-table {
    width: 790px;
  }
  #price .note {
    width: 88vw;
    margin: 0 auto;
  }
  .note li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .c-table th,
  .c-table td {
    font-size: 3.5vw;
  }
}

/* station */
#station {
  background: #f1c042 url(../img/station_bg.svg) no-repeat left top;
  background-size: 542px auto;
}
#station .inner {
  padding: 100px 2%;
}
#station .--ttl {
  padding-bottom: 3rem;
}
#station img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #station {
    background: #f1c042 url(../img/station_bg--sp.svg) no-repeat left top;
    background-size: contain;
  }
  #station .inner {
    padding: 14.84375vw 0;
  }
}
/*-----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;
}
/* セレクトメニュー */
.p-gmap-prefecture-select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto 15px;
}
.p-gmap-prefecture-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #003461;
  pointer-events: none;
}
.p-gmap-prefecture-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 14px 50px 14px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #003461;
  background: #fff;
  border: 3px solid #003461;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.05em;
  transition:
    background 300ms ease,
    box-shadow 300ms ease,
    transform 150ms ease;
}

.p-gmap-prefecture-select option {
  background: #fff;
  color: #003461;
  font-weight: 400;
}

#gmap {
  width: 100%;
  height: 50vh;
  padding-bottom: 60%;
  box-sizing: border-box;
  border: 3px solid #003461;
  border-radius: 30px;
}
#gmap + p {
  font-size: 1.4rem;
}

.gm-ui-hover-effect > span {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .p-gmap-box {
    padding: 0 5vw;
  }
  .p-gmap-prefecture-select {
    font-size: 1.4rem;
    padding: 12px 44px 12px 18px;
  }
  #gmap {
    height: 65vh;
    border-radius: 4.6875vw;
  }
}

/*-----フッター-----*/
footer {
  width: 100%;
  padding: 50px 0 110px;
  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;
  }
}

/* cta */
.cta {
  background: #fff;
  padding: 20px 0;
  border-top: 3px solid #003461;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.cta .btn_txt {
  position: absolute;
  left: -35%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: bold;
  line-height: 1.17647;
  text-align: right;
}
.cta .btn_txt::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #003461;
  margin: 0 -10px 5px auto;
  transform: rotate(30deg);
}
.cta .btn_txt::after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #003461;
  margin: 5px -10px 0 auto;
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 9.0625vw 0 5vw;
  }
  .cta .btn_txt {
    left: 50%;
    top: -35%;
    transform: translate(-50%, -50%);
    font-size: 3.90625vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
  .cta .btn_txt::before {
    margin: 0;
    transform: rotate(60deg);
  }
  .cta .btn_txt::after {
    margin: 0;
    transform: rotate(-60deg);
  }
}
