/*************************************************

parts-excursionbtns
seido-common-mv
seido-common-bigbtns
seido-common-lead

*************************************************/
/* parts-excursionbtns
---------------------------------------*/
.parts-excursionbtns {
  background-color: #f9f5ee;
}

/* seido-common-mv
---------------------------------------*/
.seido-common-mv {
  background-color: #f9f5ee;
}

.seido-common-mv__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  min-height: 18.5rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .seido-common-mv__inner {
    min-height: 8rem;
    padding: 1rem 0;
  }
}

.seido-common-mv__title {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.16;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .seido-common-mv__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .seido-common-mv__title {
    font-size: 2.8rem;
  }
}

.seido-common-mv__lead {
  padding: 0 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seido-common-mv__lead {
    font-size: 1.2rem;
  }
}

/* seido-common-bigbtns
---------------------------------------*/
.seido-common-bigbtns {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns {
    padding: 2rem 0;
  }
}
.seido-common-bigbtns .parts-blow01 {
  width: min(79rem, 100% - 2rem);
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns .parts-blow01 {
    min-height: 5rem;
    width: min(32rem, 100% - 2rem);
    margin-bottom: 2.5rem;
  }
}
.seido-common-bigbtns .parts-blow01__text {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns .parts-blow01__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .seido-common-bigbtns .parts-blow01__text {
    font-size: 1.3rem;
  }
}

.seido-common-bigbtns__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.4rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__flex {
    gap: 0.8rem;
    margin: 0 0.8rem;
    padding: 0;
  }
}

.seido-common-bigbtns__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 61.6rem;
  height: 17rem;
  color: #000000;
  text-align: center;
  text-decoration: none;
  border: #000000 solid 0.3rem;
  border-radius: 1rem;
  line-height: 1.1;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #000000;
          box-shadow: 0.5rem 0.5rem 0 #000000;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__anchor {
    display: block;
    width: calc(50% - 0.5rem);
    height: auto;
    padding: 0.5rem 0 1rem;
    border-width: 0.2rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #000000;
            box-shadow: 0.3rem 0.3rem 0 #000000;
  }
}
.seido-common-bigbtns__anchor.is-01 {
  background-color: #5ecfff;
}
.seido-common-bigbtns__anchor.is-02 {
  background-color: #ffc2d5;
}
@media (any-hover: hover) {
  .seido-common-bigbtns__anchor:hover .seido-common-bigbtns__arw {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}

.seido-common-bigbtns__blow {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 29rem;
  height: 7rem;
  border: #000000 solid 0.3rem;
  background-color: #fff;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__blow {
    width: min(16.3rem, 100% - 1rem);
    height: 4rem;
    margin: 0 auto 1rem;
    border-width: 0.2rem;
  }
}
.seido-common-bigbtns__blow::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #000000 solid 1.5rem;
  border-right: transparent solid 1.2rem;
  border-left: transparent solid 1.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__blow::before {
    border-top-width: 0.9rem;
    border-right-width: 0.8rem;
    border-left-width: 0.8rem;
  }
}
.seido-common-bigbtns__blow::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #fff solid 1.1rem;
  border-right: transparent solid 0.8rem;
  border-left: transparent solid 0.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__blow::after {
    border-top-width: 0.6rem;
    border-right-width: 0.5rem;
    border-left-width: 0.5rem;
  }
}

.seido-common-bigbtns__blow__text {
  margin-bottom: 0.3rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__blow__text {
    font-size: min(1.1rem, 1.1 * 10 / 375 * 100vw);
  }
}
.seido-common-bigbtns__blow__text strong {
  font-weight: 700;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(87%, transparent), color-stop(0%, #ffe388)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 87%, #ffe388 0%) repeat scroll;
}

.seido-common-bigbtns__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__title {
    font-size: min(1.3rem, 1.3 * 10 / 375 * 100vw);
  }
}
.seido-common-bigbtns__title strong {
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__title strong {
    font-size: min(1.3rem, 1.3 * 10 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .is-01 .seido-common-bigbtns__title {
    padding-left: 2rem;
  }
}

.seido-common-bigbtns__img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__img {
    overflow: hidden;
    position: static;
    margin: 0 auto;
  }
}
.is-01 .seido-common-bigbtns__img {
  top: 2rem;
  left: 1.5rem;
  width: 9.7rem;
}
@media screen and (max-width: 767px) {
  .is-01 .seido-common-bigbtns__img {
    width: 4.9rem;
    height: 6rem;
  }
  .is-01 .seido-common-bigbtns__img img {
    position: relative;
    top: 0.3rem;
  }
}
.is-02 .seido-common-bigbtns__img {
  top: 2rem;
  left: 3rem;
  width: 9.8rem;
}
@media screen and (max-width: 767px) {
  .is-02 .seido-common-bigbtns__img {
    width: 4.6rem;
    height: 6rem;
  }
}

.seido-common-bigbtns__arw {
  position: absolute;
  top: 0;
  right: 2.8rem;
  width: 4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .seido-common-bigbtns__arw {
    position: static;
    width: 1.8rem;
    height: 1.8rem;
    margin: 1rem auto 0;
  }
}
.seido-common-bigbtns__arw svg {
  width: 100%;
}
.seido-common-bigbtns__arw .cls-1 {
  fill: #fff;
}
.seido-common-bigbtns__arw .cls-2 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.3rem;
}
.is-01 .seido-common-bigbtns__arw .cls-2 {
  stroke: #5ecfff;
}
.is-02 .seido-common-bigbtns__arw .cls-2 {
  stroke: #ffc2d5;
}

/* seido-common-lead
---------------------------------------*/
.seido-common-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90rem;
  margin: 0 auto 3rem;
  padding: 0 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seido-common-lead {
    margin-bottom: 1.5rem;
  }
  .seido-common-lead.is-sp-left {
    text-align: left;
  }
}

.seido-common-lead-el {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .seido-common-lead-el {
    font-size: 1.2rem;
  }
}