:root{
    
  /* カラー
  ----------------------------------*/
  --color_MainBlue:rgba(0, 91, 152, 1);
  --color_MainBlack:rgba(0, 0, 0, 1);
  --color_MainWhite:rgb(255, 255, 255);
  --color_MainGray:rgb(201, 201, 201);

}



 /* 
@media (max-width: 768px) {
    .navbar-toggler {
      display: block;
    }
  
    .navbar-collapse {
      display: none;
    }
  
  }
---------*/





  
  .cs-h100px{
    height: 100%;
    min-height: 300px;
  }
  .cs-w100px{
    width: 100%;
    min-width:300px;
  }

  .cs-diamond-container {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;

}


  .cs-diamond {
    width: 40%; /* ひし形の幅をパーセンテージで指定 */
    height: 0;
    padding-bottom: 40%; /* ひし形の高さをパーセンテージで指定 */
    transform: rotate(45deg);

    border-style: solid;
    border-color: black;
    background-color: transparent;

    z-index:-1;

}


.cs-triangle {
  width: 0;
  height: 0;
  border-left: 100% solid transparent; /* 左側の線 */
  border-bottom: 100% solid #007bff; /* 底辺の線 */
}

.cs-mainColor{
  color:var(--color_MainBlue);
}

.cs-SectionTitle{
  color:var(--color_MainBlue);
  letter-spacing: 1.8px;
  line-height:1.0;
  font-weight: 700;
}

.cs-SectionSubTitle{
  color:var(--color_MainBlack);
  letter-spacing: 1.2px;
  padding-bottom: 7px;
}

.cs-ConceptText{
  color:var(--color_MainBlack);
  font-weight: 700;
}

.cs-ConceptTextEm{
  color:var(--color_MainBlue);
  font-weight: 700;
}

.cs-Backbord{
  color:var(--color_MainWhite);
  background-color: var(--color_MainBlue);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.cs-imgInsta{
  width: 115px;
}

.cs-PriceBoard{
  color:var(--color_MainWhite);
  background-color: var(--color_MainBlue);
  border: var(--color_MainBlue) 1px;

  display: flex;
  justify-content: start;
  align-items: center;
}

.cs-PriceBoardTextDirection{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.cs-PriceBoardText{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.cs-PriceBoardDetail{
  border: 1px solid var(--color_MainBlue);

  display: flex;
  align-items: center;
}

.cs-WidthControl{
  width: 100%;
  max-width: 750px;
}



.cs-Card{
  /*
  width: 355px;
  */
  width: 100%;
  max-width: 370px;
  height: 380px;
  border: 1px solid var(--color_MainBlue);
}
.cs-Card.long{
  height: 440px;
}

.cs-Card.discount{
  height: 295px;
}

.cs-CardTitle{
  color:var(--color_MainWhite);
  background-color: var(--color_MainBlue);
  padding: 15px 0px;
  text-align: center;
}

.cs-CardTitle.oneshot{
  color:var(--color_MainBlue);
  background-color: var(--color_MainWhite);
  border-bottom: 1px solid var(--color_MainBlue);
}


.cs-CardBody{
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.cs-CardInfo{
  display: flex;
  flex-direction:row;
  align-items: center;
  margin: 3px 0px 3px 0px;
  /*
  height: 40px;
  */
}


.cs-CardSubTitle{
  width: 20%;
  padding-right: 20px;
  padding-left: 10px;
  text-align: end;
  /*
  border-right: solid 1px;
  padding-left: 10px;
  */
}


.cs-CardSubTitle.cs-contents{
    height: 140px;
    display: flex;
    align-items: flex-start;
    justify-content: end;
}

.cs-CardValue{
  width: 80%;
  /*
  border-left: solid 1px;
  padding-left: 10px;
  height: 40px;
  */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  text-align: justify;
  margin-right: 8px;
}
.cs-CardValue.block{
  display: block;
}

.cs-CardValue.cs-contents{
    height: 140px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.cs-QACard{
  display: flex;
  flex-direction: column;
  align-items: start;
}

.cs-QBody{
  display: flex;
  align-items: center;

}
.cs-Qtxt{
  color:var(--color_MainBlack);
  font-weight: 700;
  padding-left: 20px;
  text-align: justify;
}
.cs-ABody{
  margin-top: 5px;
  padding-left: 87px;
  margin-bottom: 30px;
  text-align: justify;
}


.cs-MaxWidSetPx280{
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cs-MaxWidSetPx280{ 
    width:100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

  .cs-MaxWidSetPx180{
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 768px) {
    .cs-MaxWidSetPx180{ 
      width:100%;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

}

.cs-MaxWidthControl450{
  width: 100%;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-center{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cs-tableLable{
  color:var(--color_MainWhite);
  background-color: var(--color_MainBlue);
  border: solid var(--color_MainBlue) 1px;
  width: 60%;
}

.cs-tableValue{
  border: solid var(--color_MainBlue) 1px;
  width: 40%;
  text-align: end;
  padding-right: 10px;

}

.cs-borderBottomNone{
  border-bottom: none;
}

.cs-refTabel{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.cs-TelNumber{
  color:var(--color_MainBlue);
  letter-spacing: 1.8px;
  line-height:1.0;
  font-weight: 700;
}

.cs-CallArea{
  background-color:var(--color_MainBlue);
  width: 200px;
  margin: auto;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs-reserveBtn{
  color: var(--color_MainWhite);
  background-color:var(--color_MainBlue);
  border-radius: 8px 8px 8px 8px;

}

.cs-CallText{
  color:var(--color_MainWhite) !important;
  letter-spacing: 1.8px;
  line-height:1.0;
  font-weight: 700;
}

.cs-ConceptArea{
  max-width: 998px;
}

.cs-imgLogoFull{
  width: 200px;
}

.cs-menu{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

}

.cs-headerBG{
  background-color: var(--color_MainWhite) !important;
}

.cs-footerBG{
  background-color: var(--color_MainGray) !important;
}


.cs-fsColorBlack{
  color: var(--color_MainBlack);
  border-bottom: 
  var(--bs-border-width) 
  var(--bs-border-style) 
  var(--bs-border-color)!important;
}

.cs-TableTitle{
  color:var(--color_MainWhite);
  background-color: var(--color_MainBlue);
  padding: 5px;
}

.cs-TableValue{
  padding: 5px;
  border-bottom: 1px solid;
}

.cs-TimeTable{
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs-badge{
  width: 60px;
  height: 60px;
  background-color: var(--color_MainBlue) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 1.5;
  position: relative; /* 必要に応じて relative を変更可能 */
  transform: translate(-180px, 45px);
}

.cs-badge-text {
  transform: rotate(-20deg); /* 反時計回りに20度回転 */
  line-height: 1.2; /* 行間を調整 */
  text-align: center;
}



.cs-video-container {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
}

.cs-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cs-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs-video-title {
  position: absolute;
  top: 12px;
  left: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
}