/*--------------------------------------*
* layout
*--------------------------------------*/
.l-video {
  padding-top: 40px;
}
.l-video__ttl {
  font-weight: 600;
  color: #003E66;
  font-size: 2rem;
  margin-bottom: 16px;
  padding-left: 16px;
  position: relative;
}
.l-video__ttl::before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #003E66;
  position: absolute;
  left: 0;
  top: 3px;
}
.l-video__content {
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1100px) {
  .l-video__content {
    flex-direction: row;
    max-width: 1060px;
    margin: 0 auto;
  }
}
.l-video__content__item {
  width: calc(100% - 32px);
}
.l-video__content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*-------------------
* ruum
-------------------*/
.u-color-ruum {
  color: #32B988;
}

.u-border-ruum {
  border-color: #32B988;
}

.u-bg-ruum {
  background-color: #32B988;
}

.u-bg-ruumGrads {
  background: linear-gradient(to right, #32B988, #25A3BB);
}

@media (min-width: 1100px) {
  .p-about__cta__feature {
    gap: 24px;
  }
}

.u-ruumArea {
  border-radius: 0 0 16px 16px;
  background-color: #fff;
}
.u-ruumArea img {
  display: inline;
  width: 100px;
}
.u-ruumArea__ttl {
  line-height: 1.6;
  font-size: 3.2rem;
  color: #fff;
  background-color: #32B988;
  border-radius: 16px 16px 0 0;
  text-align: center;
}

.u-ruumPrice {
  font-weight: 600;
  padding: 24px 40px;
  text-align: center;
}
@media (min-width: 1100px) {
  .u-ruumPrice {
    text-align: left;
  }
}
.u-ruumPrice__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  margin-top: 16px;
}
@media (min-width: 1100px) {
  .u-ruumPrice__content {
    margin-top: 8px;
    flex-direction: row;
    gap: 8px;
  }
}
.u-ruumPrice__content__plus {
  color: #32B988;
  font-size: 2.4rem;
}
.u-ruumPrice__content__key {
  background-color: #32B988;
  padding: 4px 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 2.4rem;
}
.u-ruumPrice__content .c-unit {
  color: #32B988;
  line-height: 1;
}
.u-ruumPrice__content .c-unit__num {
  font-size: 4.8rem;
}

.u-ruumContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  gap: 24px;
}
@media (min-width: 1100px) {
  .u-ruumContainer {
    flex-direction: row;
  }
}
.u-ruumContainer .u-ruumArea {
  width: calc(100% - 32px);
}
@media (min-width: 1100px) {
  .u-ruumContainer .u-ruumArea {
    width: unset;
  }
}
.u-ruumContainer .p-about__cta {
  flex: 1;
}
.u-ruumContainer .p-about__cta__btns {
  margin-bottom: 0;
}

.p-ctaArea .u-bg-ruumGrads img {
  width: 100px;
  display: inline;
  margin-right: 4px;
}
@media (min-width: 1100px) {
  .p-ctaArea .u-bg-ruumGrads img {
    width: 140px;
    margin-right: 8px;
  }
}

.p-about__cta-top {
  margin-bottom: 24px;
}

.p-about__cta__btns {
  margin: 0 auto 40px;
  width: 100%;
}

.addtext{
	text-align:center;
}

.copyArea{
	text-align: center;
    margin-bottom: 16px;
}

.copyArea p{
	    display: inline;
    padding-right: 16px;
	font-weight: 600;
    color: #32B988;
}

.copyArea button{
	border: none;
    background-color: #32B988;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
	margin-top:8px;
}

.copyArea input{
	max-width:160px;
}

@media (min-width: 1100px) {
	.addtext{
		text-align: right;
	}
  .copyArea button{
	margin-top: 0;
}
	.copyArea input{
	max-width:unset;
}
}