@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
#relaxation {
  background: #F0F0DC;
  margin: 50px 0 100px 0;
}
#relaxation .wrap {
  padding: 100px 0;
}
#relaxation p {
  color: var(--mainColor);
}
#relaxation .cts_block {
  background: #fff;
}
#relaxation .cts_block:not(:first-of-type) {
  margin: 50px 0 0 0;
}
#lower #relaxation .main_title {
  background: var(--mainColor);
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin: 0;
}
#relaxation .cts_block .contents {
  background: #fff;
  padding: 50px;
}
#relaxation .cts_block .contents .lead_txt {
  font-size: 16px;
  line-height: 2em;
  color: var(--mainColor);
}
#relaxation .cts_block .contents .cts_box {
  margin: 50px 0 0 0;
  gap: 50px;
}
#relaxation .cts_block .contents .cts_box .img {
  width: 450px;
}
#relaxation .cts_block .contents .cts_box .img img {
  border-radius: 10px;
}
#relaxation .cts_block .contents .cts_box .txt {
  width: calc(100% - 450px - 50px);
}
#lower #relaxation .cts_title {
  text-align: left;
  margin: 10px 0 30px;
}
#lower #relaxation table {
  width: 100%;
  margin: 25px 0 0;
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1.6em;
  border-top: 1px solid var(--mainColor);
}
#lower #relaxation table tr {
  border-bottom: 1px solid var(--mainColor);
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
#lower #relaxation table tr th,
#lower #relaxation table tr td {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  padding: 25px 0;
}
#lower #relaxation table tr th {
  min-width: 130px;
}
#relaxation .cv_cts {
  margin: 50px 0 0 0;
}
#relaxation .cv_cts h4 {
  font-size: 16px;
  line-height: 2em;
  color: var(--mainColor);
  margin: 0 0 30px;
  text-align: center;
}
#relaxation .cv_cts p {
  font-size: 14px;
  line-height: 2em;
  color: var(--mainColor);
  margin: 30px 0 0 0;
  text-align: center;
}
#relaxation .cv_cts a.btn {
  max-width: 520px;
}



/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #relaxation {
    margin: 0 0 50px 0;
  }
  #relaxation .wrap {
    padding: 50px 0;
  }
  #relaxation .cts_block .contents {
    padding: 50px 20px;
  }
  #relaxation .cts_block .contents .lead_txt {
    font-size: 14px;
    text-align: left;
  }
  #relaxation .cts_block .contents .cts_box .img,
  #relaxation .cts_block .contents .cts_box .txt {
    width: 100%;
  }
  #relaxation .cts_block .contents .cts_box {
    margin: 50px 0 0 0;
    gap: 20px;
  }
  #relaxation .cts_block .contents .cts_box:first-of-type {
    margin: 20px 0 0 0;
  }
  #lower #relaxation .cts_title {
    margin: 0 0 10px;
  }
  #relaxation p {
    font-size: 14px;
    line-height: 2em;
  }
  #relaxation .cts_block .contents .cts_box .img {
    margin-top: 20px;
  }
  #lower #relaxation table tr {
    gap: 20px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}