@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
}

a[href^="tel:"] {
  pointer-events: auto;
}

.pc {
  display: none;
}

.sp {
  display: inline;
}

/* color============================================ */
/* header============================================ */
.header {
  width: 100%;
  min-width: auto;
  padding: 0 2% 2%;
  box-sizing: border-box;
  align-items: stretch;
}
.header > div {
  width: 33%;
}
.header > div .lang {
  bottom: -5px;
  width: 105px;
}
.header > div .lang .acc-label::after {
  right: -2%;
}
.header .logo02 {
  width: 46%;
  margin: 4% 0;
  max-width: 260px;
}
.header .logo {
  width: auto;
}

/* mvarea============================================ */
.mvarea {
  max-width: none;
  min-width: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.mvarea h1 {
  padding-top: 25%;
}
.mvarea h1 .txt01 {
  font-size: 1.5em;
}
.mvarea h1 .txt02 {
  font-size: 4em;
  display: block;
  line-height: 1;
}
.mvarea h1 .txt02 .t01 {
  font-size: 1.5em;
  margin: -14px 0 0 0;
  font-weight: bold;
}
.mvarea .txt03 {
  margin: 13% 0 0 0;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}
.mvarea .txt03 em {
  font-size: 1.3em;
  color: #DC000C;
}
.mvarea .mvitem {
  display: block;
  margin-top: 0;
  position: relative;
  background: url("../../common/img/mv_img01_sp.jpg") left top no-repeat;
  background-size: contain;
}
.mvarea .mvitem_img {
  position: static;
  width: 50vw;
  height: 45vw;
  text-align: center;
  transform: none;
}
.mvarea .mvitem_img img {
  position: absolute;
  transform: rotate(-10deg);
  width: auto;
  height: 18vw;
  left: 0;
  right: 0;
  top: 28vw;
  bottom: 0;
  margin: 0 auto;
}
.mvarea .mvitem_txt {
  position: static;
  width: 45vw;
  overflow: visible;
  margin-top: 15vw;
  text-align: center;
}
.mvarea .mvitem_txt_line1 {
  font-size: 7vw;
}
.mvarea .mvitem_txt_line2 {
  font-size: 7vw;
}
.mvarea .mvitem_txt_line2 span {
  font-size: 13vw;
}
.mvarea .mvitem img.mvitem02 {
  width: 90%;
  margin: 5% 0 0 0;
}
.mvarea .mvicon {
  width: 62px;
  height: 62px;
  font-size: 0.5em;
  right: 0;
  top: 15%;
}
.mvarea .mvicon span:first-child {
  padding: 0 0 6px;
}

/* section============================================ */
section {
  max-width: none;
  min-width: auto;
  margin: 10% auto;
}
section h2 {
  max-width: none;
  min-width: auto;
  width: 90%;
  font-size: 3em;
  padding: 10% 0;
}

/* sec01============================================ */
.sec01 .inner {
  display: block;
  margin-bottom: 20%;
}
.sec01 .inner .img {
  max-width: none;
  height: auto;
}
.sec01 .inner .text {
  width: 100%;
}
.sec01 .inner .text .ttl {
  padding: 3% 0;
  font-size: 1.4em;
  display: flex;
  justify-content: center;
}
.sec01 .inner .text .ttl span {
  font-size: 0.7em;
}
.sec01 .note {
  display: block;
  width: 80%;
  padding: 5% 0 0 0;
}
.sec01 .note p {
  width: 100%;
}

.graph {
  padding: 8% 5% 0;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.graph > div {
  width: 70%;
  margin: 8% auto 0;
}
.graph > div > p {
  padding: 1% 9% 0 0;
}
.graph > div > p img {
  width: auto;
}
.graph > p {
  width: 100%;
  font-size: 0.9em;
}
.graph h3 {
  font-size: 1.4em;
}
.graph ul {
  width: 100%;
}
.graph ul .fare-month span.fare-price {
  width: 80px;
}
.graph ul .fare-month:first-child {
  padding: 0 0 0 9%;
}

/* sec02=========================================== */
.sec02 {
  margin: 20% auto 10%;
}
.sec02 ul {
  max-width: none;
  padding: 0 10%;
}
.sec02 ul li {
  margin-bottom: 25%;
}
.sec02 ul li h3 {
  font-size: 2.3em;
}
.sec02 ul li div {
  margin: 2% 0 0 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.sec02 ul li div img {
  margin-right: 0;
  width: 40%;
}
.sec02 ul li div p {
  width: 100%;
  font-size: 0.9em;
}

/* sec03=========================================== */
.sec03 img {
  width: 95%;
}

/* sec04============================================ */
.sec04 .info {
  width: 95%;
}
.sec04 .info .tabLabel { /* タブ */
  font-size: 1.2em;
  padding: 2% 0;
  border-radius: 10px 10px 0 0;
}
.sec04 .info .tabLabel:nth-child(2) {
  margin: 0 1% 0 2%;
}
.sec04 .info .tabLabel:nth-child(5) {
  margin: 0 2% 0 0;
}
.sec04 .info input:checked + .tabLabel {
  padding: 3% 0;
}
.sec04 .info .content .iframeArea iframe {
  height: 1270px;
}

.en_lp .sec04 .info .content .iframeArea iframe {
  height: 1380px;
}

/* cookie_alert============================================ */
#cookie_alert {
  padding: 15px;
}

#cookie_alert > div {
  display: block;
}

#cookie_alert > div > .tx {
  width: auto;
}

#cookie_alert > div > .tx .title {
  font-size: 18px;
  font-size: 0.9rem;
  line-height: 19.8px;
  line-height: 0.99rem;
}

#cookie_alert > div > .tx * + p {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 25.2px;
  line-height: 1.26rem;
}

#cookie_alert > div > .btn {
  width: auto;
  margin-top: 20px;
}

#cookie_alert > div > .btn br {
  display: none;
}

#cookie_alert .button {
  width: 100%;
}
#cookie_alert .button.column {
  width: auto;
}

/* footer============================================ */
.footer {
  padding: 5%;
  margin-top: 0;
  min-width: auto;
  text-align: center;
}

#pagetop {
  bottom: 40px;
}

#pagetop img {
  width: 26px;
}
/*# sourceMappingURL=sp.css.map */