
.l-hero-wrapper {
  padding: 70px 0;
  background-size: cover;
  position: relative;
  margin-top: -6.25rem;
  padding-top: calc(6.25rem);
  background-image: var(--main-gradation);
  background-blend-mode: multiply;
  background-color: var(--main-bg);
}
header .l-header-wrapper {
	padding-top: 10px;
}

.l-hero-wrapper.top {
	padding-top: calc(6.25rem + 55px);
}

/** hero **/
.l-hero-wrapper {
  padding: 70px 0 0;
  background-size: cover;
  position: relative;
}
.l-hero-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-header);
	opacity: .8;
}

.l-hero-content {
  width: 100%;
	padding: 1.5rem 1rem;
	z-index: 10;
	position: relative;
}

@media only screen and (min-width: 600px) {
  .l-hero-content {
    padding: 10rem 2rem 5rem
  }
}

@media only screen and (min-width: 830px) {
  .l-hero-content {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
}

.l-hero-main {
  display: flex;
  flex-direction: column;
	color: var(--text-header);
}

@media only screen and (min-width: 830px) {
  .l-hero-main {
    width: 600px;
    max-width: 50%;
    box-sizing: border-box;
    padding-right: 2rem;
    text-align: left;
  }
}

.l-hero-main__img {
  order: 3
}

@media only screen and (min-width: 830px) {
  .l-hero-main__img {
    order: 1
  }
}

.l-hero-main__intro {
  order: 1
}

@media only screen and (min-width: 830px) {
  .l-hero-main__intro {
    order: 2
  }
}

.l-hero-main__btn {
  order: 2
}

@media only screen and (min-width: 830px) {
  .l-hero-main__btn {
    order: 3
  }
}

.l-hero-detail {
  display: flex;
}
.l-hero-detail .l-hero-date {
  display: flex;
  position: relative;
  /* border-top: 1px solid var(--default-border-color);
  border-bottom: 1px solid var(--default-border-color); */
  font-weight: bold;
  margin: 20px 0;
}
.l-hero-detail .l-hero-date p {
  font-size: 1rem;
  position: absolute;
  top: -5px;
}
.l-hero-detail .l-hero-date > div:nth-child(2) {
  font-size: 1.2rem;
}
.l-hero-detail .l-hero-date > div:nth-child(2) span {
  font-size: 3.5rem;
}
.l-hero-detail .l-hero-date > div:nth-child(2) span:last-child {
  font-size: 1rem;
  color: var(--bg-header);
  background-color: var(--text-header);
  padding: 10px;
  border-radius: 30px;
  vertical-align: super;
}
.l-hero-detail .l-hero-date > div:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.l-hero-detail .l-hero-date > div:nth-child(3) span {
  display: block;
}
.l-hero-detail .l-hero-date > div:nth-child(3) span:first-child {
  margin: 0 0 10px;
  position: relative;
}
.l-hero-detail .l-hero-date > div:nth-child(3) span:first-child::after {
  content: " ";
  display: inline-block;
  height: 5px;
  width: 3px;
  margin: 0 auto;
  background-color: var(--text-header);
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
}
.l-hero-detail .l-hero-capacity {
  font-weight: bold;
  position: relative;
  margin: 20px;
  /* border-top: 1px solid var(--default-border-color);
  border-bottom: 1px solid var(--default-border-color); */
}
.l-hero-detail .l-hero-capacity p {
  font-size: 1rem;
  position: absolute;
  top: -5px;
}
.l-hero-detail .l-hero-capacity > div:nth-child(2) span {
  font-size: 3.5rem;
}
.l-hero-detail .l-hero-cost {
  background-color: var(--text-header-title);
  padding: 10px;
  transform: rotate(10deg);
  text-align: center;
  border-radius: 90px;
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
	align-items: center;
	color: var(--bg-header);
}
.l-hero-detail .l-hero-cost span {
  font-weight: bold;
  display: block;
  font-size: 38px;
  line-height: 1;
}
@media only screen and (max-width: 830px) {
  .l-hero-detail {
    display: block;
  }
  .l-hero-detail .l-hero-capacity {
    margin: 20px 0;
  }
  .l-hero-detail .l-hero-cost {
    margin: 0 auto;
  }
}

.p-page-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1.125rem;
	text-align: left;
	color: var(--main-text);
}

@media only screen and (min-width: 480px) {
  .p-page-title {
    font-size: 1.3125rem
  }
}

@media only screen and (min-width: 600px) {
  .p-page-title {
    font-size: 1.5rem;
    margin: .75rem 0 1.125rem 1.125rem
  }
}

@media only screen and (min-width: 830px) {
  .p-page-title {
    font-size: 1.75rem;
    margin: 1.375rem 0 1.125rem;
  }
}

.p-page-title__sm {
  font-size: 1rem
}

@media only screen and (min-width: 480px) {
  .p-page-title__sm {
    font-size: 1.125rem
  }
}

@media only screen and (min-width: 600px) {
  .p-page-title__sm {
    font-size: 1.3125rem
  }
}

@media only screen and (min-width: 830px) {
  .p-page-title__sm {
    font-size: 1.5625rem
  }
}

.p-page-title__logotype {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: .75rem 0 1.75rem 0;
  font-size: 3.3rem;
  color: var(--text-header-title);
}

@media only screen and (min-width: 600px) {
  .p-page-title__logotype {
    width: 100%;
    margin: .75rem 0 1.25rem 0
  }
}

@media only screen and (min-width: 830px) {
  .p-page-title__logotype {
    width: 100%;
    margin: .75rem 0;
  }
}

.logo--header {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .logo--header {
    padding: 1.75rem 0 0 .5rem;
  }
}
@media only screen and (max-width: 600px) {
  .logo--header {
    padding: .875rem 0 0;
  }
}

.p-tel--header {
  text-align: center;
  text-decoration: none;
}
.p-tel--header span {
  color: var(--main-text-color);
  display: block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.p-tel--header span.p-subtel--header {
  font-size: 1rem;
  font-weight: normal;
}
.p-label {
  text-align: left;
}
.p-label span {
  background-color: var(--bg-header-label);
  border-radius: 10px;
  color: var(--text-header-label);
  padding: 10px;
}
@media only screen and (max-width: 830px) {
  .p-label {
    margin: 0 0 2rem;
  }
}