/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.ebetsu .caption {
  color: #666;
}
.ebetsu .spcenter {
  display: flex;
  justify-content: center;
}
.ebetsu .spcenter-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .ebetsu .spcenter-frame {
    align-items: center;
  }
}
.ebetsu .fv-content {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .ebetsu .fv-content {
    height: 70vh;
  }
}
.ebetsu .fv-content-img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/fv.jpg");
}
.ebetsu .fv-content-img .caption {
  position: absolute;
  left: 10px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
  text-align: left;
  color: #fff;
}
@media (min-width: 768px) {
  .ebetsu .fv-content-img .caption {
    left: none;
    right: 25px;
    text-align: right;
  }
}
.ebetsu .fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .ebetsu .fv-content-img {
    background-image: url("../img/special/fv.jpg");
  }
}
.ebetsu .fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.ebetsu .fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.ebetsu .fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .ebetsu .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.ebetsu .fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .ebetsu .fv-content-title-img {
    max-width: 100%;
  }
}
.ebetsu .fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .ebetsu .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.ebetsu .fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ebetsu .fv-content .scroll {
    bottom: 0;
  }
}
.ebetsu .fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}
.ebetsu .sec01-img {
  position: relative;
}
.ebetsu .sec01-img img {
  max-width: none;
  width: 100%;
}
.ebetsu .sec01-caption {
  position: static;
  background: #d4d9db;
  padding: 5px 15px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .ebetsu .sec01-caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    padding: 5px;
    color: #fff;
    font-size: 12px;
  }
}
.ebetsu .sec02 {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .ebetsu .sec02 {
    padding: 50px 0;
  }
}
.ebetsu .sec02-text {
  font-size: max(12px,2.5vw);
  line-height: 1.8;
  padding: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .ebetsu .sec02-text {
    line-height: 2.5;
    font-size: min(16px,1.8vw);
    text-align: center;
  }
}
.ebetsu .sec02-img {
  margin: 0 auto;
  max-width: 900px;
  margin-top: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .ebetsu .sec02-img {
    padding: 0;
    margin-top: 30px;
  }
}
.ebetsu .sec02-title {
  padding: 15px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .ebetsu .sec02-title {
    text-align: center;
    padding-bottom: 30px;
  }
}
.ebetsu .sec02-caption {
  color: #666;
  padding: 0 15px;
  padding-top: 10px;
}
.ebetsu .sec03 {
  background: linear-gradient(0deg, rgb(55, 190, 240) 0%, rgb(0, 83, 166) 100%);
  padding: 30px 0;
}
@media (min-width: 768px) {
  .ebetsu .sec03 {
    padding: 50px 0;
  }
}
.ebetsu .sec03-title {
  padding: 15px;
  padding-bottom: 0;
  text-align: center;
}
.ebetsu .sec03-text {
  color: #fff;
  font-size: max(12px,2.5vw);
  line-height: 1.8;
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .ebetsu .sec03-text {
    line-height: 2.5;
    font-size: min(16px,1.5vw);
  }
}
.ebetsu .sec03-pad {
  padding: 15px;
}
.ebetsu .sec03-white {
  padding: 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .ebetsu .sec03-white {
    padding: 15px 30px;
  }
}
.ebetsu .sec03-gray {
  padding: 10px;
  background: #f2f2f3;
  width: 100%;
}
@media (min-width: 768px) {
  .ebetsu .sec03-gray {
    padding: 15px;
  }
}
.ebetsu .sec03-concept {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.ebetsu .sec03-concept-title {
  padding: 0 15px;
  text-align: center;
  background: #006cb8;
  color: #fff;
  width: 100%;
  padding: 10px 15px;
  line-height: 1.5;
  font-size: max(11px, 3vw);
}
@media (min-width: 768px) {
  .ebetsu .sec03-concept-title {
    font-size: min(16px, 1.6vw);
  }
}
.ebetsu .sec03-concept-subtitle {
  padding: 0 15px;
  text-align: center;
}
.ebetsu .sec03-concept-text {
  font-size: max(12px,2.0vw);
  line-height: 1.8;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .ebetsu .sec03-concept-text {
    line-height: 2.5;
    font-size: min(16px,1.5vw);
  }
}
.ebetsu .sec04 {
  background: linear-gradient(0deg, rgba(182, 221, 213, 0.55) 0%, rgba(232, 244, 238, 0.55) 15.55%, rgba(207, 215, 237, 0.55) 87.29%, rgba(144, 191, 231, 0.55) 100%);
  padding: 30px 0;
}
@media (min-width: 768px) {
  .ebetsu .sec04 {
    padding: 50px 0;
  }
}
.ebetsu .sec04-title {
  background: #fff;
  border: 2px solid #231815;
  width: 70%;
  padding: 15px;
  text-align: center;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .ebetsu .sec04-title {
    padding: 15px 40px;
    max-width: 485px;
  }
}
.ebetsu .sec04-flex01 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0;
  align-items: center;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex01 {
    padding: 50px 15px 15px;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-end;
    align-items: center;
  }
}
.ebetsu .sec04-flex01-textarea {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ebetsu .sec04-flex01-title {
  width: 57.6vw;
  position: relative;
  padding: 0 15px;
}
.ebetsu .sec04-flex01-title:after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  height: 300%;
  background: #a1cbed;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: translate(-83%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.ebetsu .sec04-flex01-title img {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex01-title {
    width: 52.5714285714%;
    padding: 0;
  }
  .ebetsu .sec04-flex01-title:after {
    background: none;
  }
}
.ebetsu .sec04-flex01-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex01-text {
    align-self: flex-start;
    padding-left: 20%;
  }
}
.ebetsu .sec04-flex01-text .title {
  font-weight: 500;
  font-size: max(16px, 3vw);
  padding: 10px 0;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex01-text .title {
    font-size: min(16px, 1.6vw);
  }
}
.ebetsu .sec04-flex01-text .text {
  font-size: max(12px, 2.5vw);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex01-text .text {
    font-size: min(14px, 1.4vw);
  }
}
.ebetsu .sec04-flex01-text .text .small {
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex01-textarea {
    width: 70%;
  }
}
.ebetsu .sec04-flex01-imgarea {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex01-imgarea {
    flex-direction: column;
    padding: 0;
    width: calc(30% - 30px);
  }
}
.ebetsu .sec04-flex02 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex02 {
    padding: 50px 15px 15px;
    flex-direction: row-reverse;
    gap: 50px;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.ebetsu .sec04-flex02-textarea {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ebetsu .sec04-flex02-title {
  width: 76.5333333333vw;
  position: relative;
  padding: 0 15px;
}
.ebetsu .sec04-flex02-title:after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  height: 300%;
  background: #a1cbed;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: translate(-83%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.ebetsu .sec04-flex02-title img {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex02-title {
    width: 70.2%;
  }
  .ebetsu .sec04-flex02-title:after {
    background: none;
  }
}
.ebetsu .sec04-flex02-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex02-text {
    align-self: flex-start;
    padding: 0;
  }
}
.ebetsu .sec04-flex02-text .title {
  font-weight: 500;
  font-size: max(16px, 3vw);
  padding: 10px 0;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex02-text .title {
    font-size: min(16px, 1.6vw);
  }
}
.ebetsu .sec04-flex02-text .text {
  font-size: max(12px, 2.5vw);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex02-text .text {
    font-size: min(14px, 1.4vw);
  }
}
.ebetsu .sec04-flex02-text .text .small {
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex02-textarea {
    width: calc(50% - 15px);
  }
}
.ebetsu .sec04-flex02-imgarea {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex02-imgarea {
    padding: 0;
    width: calc(50% - 30px);
  }
}
.ebetsu .sec04-flex02-imgarea .colmax {
  width: 100%;
  text-align: center;
}
.ebetsu .sec04-flex02-imgarea .col {
  width: calc((100% - 15px) / 2);
}
.ebetsu .sec04-flex03 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0;
  align-items: center;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex03 {
    padding: 50px 15px 15px;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    width: 100%;
  }
}
.ebetsu .sec04-flex03-textarea {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ebetsu .sec04-flex03-title {
  width: 65.8666666667vw;
  position: relative;
  padding: 0 15px;
}
.ebetsu .sec04-flex03-title:after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  height: 300%;
  background: #a1cbed;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: translate(-83%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.ebetsu .sec04-flex03-title img {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex03-title {
    width: 59.1428571429%;
    padding: 0;
  }
  .ebetsu .sec04-flex03-title:after {
    background: none;
  }
}
.ebetsu .sec04-flex03-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex03-text {
    align-self: flex-start;
    padding: 0;
  }
}
.ebetsu .sec04-flex03-text .title {
  font-weight: 500;
  font-size: max(16px, 3vw);
  padding: 10px 0;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex03-text .title {
    font-size: min(16px, 1.6vw);
  }
}
.ebetsu .sec04-flex03-text .text {
  font-size: max(12px, 2.5vw);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex03-text .text {
    font-size: min(14px, 1.4vw);
  }
}
.ebetsu .sec04-flex03-text .text .small {
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex03-textarea {
    width: 55%;
    white-space: nowrap;
  }
}
.ebetsu .sec04-flex03-imgarea {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (min-width: 768px) {
  .ebetsu .sec04-flex03-imgarea {
    flex-direction: column;
    padding: 0;
    width: calc(55% - 30px);
  }
}
.ebetsu .sec04-next {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ebetsu .sec04-next {
    margin-top: 100px;
  }
}
.ebetsu .sec04-next-text {
  text-align: center;
  line-height: 1.8;
  font-size: max(16px, 3vw);
}
@media (min-width: 768px) {
  .ebetsu .sec04-next-text {
    font-size: min(16px, 1.6vw);
  }
}
.ebetsu .sec04-next-next {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .ebetsu .sec04-next-next {
    padding-top: 40px;
  }
}
.ebetsu .sec04-next-next .btnreserve {
  padding: 10px;
  background: #fff;
  border: 1px solid #231815;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ebetsu .sec04-next-next .btnreserve {
    padding: 15px 30px;
  }
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}/*# sourceMappingURL=ebetsu.css.map */