@charset "utf-8";
/* ----------------------------------------
 box
------------------------------------------- */
.cmn-box01, .cmn-box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn-box03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.cmn-box01 .box01 {
  width: 35%;
}
.cmn-box01 .box02 {
  width: 59%;
}
.cmn-box02 .box01 {
  width: 40%;
}
.cmn-box02 .box02 {
  width: 55%;
}
.cmn-box03 .box01 {
  width: 40%;
}
.cmn-box03 .box02 {
  width: 55%;
}
.box-btm {
  margin-bottom: 50px;
}
/* ----------------------------------------
 table
------------------------------------------- */
.cmn-table01 {
  width: 100%;
  border: 1px solid #6cc4b5;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
.cmn-table01 th, .cmn-table01 td {
  border: 1px solid #6cc4b5;
  padding: 15px 10px;
}
.cmn-table01 th {
  width: 25%;
  color: var(--color01);
  text-align: center;
  background-color: var(--color02);
}
.cmn-table01 td {
  padding-left: 20px;
}
.cmn-table02 {
  width: 100%;
}
.cmn-table02 th, .cmn-table02 td {
  line-height: 1.5;
  border-bottom: 1px dotted #6cc4b5;
  padding: 13px 10px;
}
.cmn-table02 tr:last-child th, .cmn-table02 tr:last-child td {
  border-bottom: none;
}
.cmn-table02 th {
  width: 25%;
  color: var(--color01);
  text-align: left;
  border-right: 2px solid #6cc4b5;
  padding-left: 5%;
}
.cmn-table02 td {
  padding-left: 5%;
}
/* ----------------------------------------
 list
------------------------------------------- */
.cmn-list01 {
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #ff8212;
  background-color: #fff1e6;
  border-radius: 20px;
  padding: 30px 50px;
}
.cmn-list01 li {
  width: 50%;
}
.cmn-list01 li::before {
  color: var(--color03);
  content: "\f138";
  font-family: 'Font Awesome 6 Free';
  margin-right: 0.5em
}
.cmn-list02 {
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #ff8212;
  background-color: #fff1e6;
  border-radius: 20px;
  padding: 30px 50px;
}
.cmn-list02 li {
  width: 100%;
}
.cmn-list02 li::before {
  color: var(--color03);
  content: "\f138";
  font-family: 'Font Awesome 6 Free';
  margin-right: 0.5em
}
/* ----------------------------------------
 about
------------------------------------------- */
#about .cmn-box03 .box01 {
  position: relative;
}
#about .cmn-box03 .box01 .about01 {
  position: absolute;
  width: 60%;
  right: 0;
  top: -15%;
}
#about .cmn-box03 .box01 .about02 {
  position: absolute;
  width: 70%;
  left: 0;
  bottom: -10%;
}
/* ----------------------------------------
 equipment
------------------------------------------- */
#equipment .box-radius {
  max-width: 900px;
  margin: 0 auto 30px auto;
}
/* ----------------------------------------
 floor
------------------------------------------- */
#floor ul {
  display: flex;
  flex-wrap: wrap;
}
#floor ul li {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
#floor ul li:nth-child(2n) {
  margin-right: 0;
}
#floor .box-radius {
  position: relative;
  padding-top: 55%;
  margin-bottom: 6px;
}
#floor .box-radius img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
#floor ul li h3 {
  color: var(--color03);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 5px;
}
#floor ul li p {
  font-size: 1.7rem;
}
/* ----------------------------------------
 need
------------------------------------------- */
#need ul li {
  border-bottom: 1px dotted #323232;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#need ul li:last-child {
  border-bottom: none;
}
#need dl {
  display: flex;
  flex-wrap: wrap;
}
#need dl dt {
  width: 40%;
  font-size: 3rem;
}
#need dl dt span {
  color: var(--color03);
  font-size: 110%;
}
#need dl dd {
  width: 60%;
  padding-top: 10px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1150px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1149px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  .cmn-box01, .cmn-box02, .cmn-box03 {
    display: block;
  }
  .cmn-box01 .box01, .cmn-box02 .box01, .cmn-box03 .box01 {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .box-img-yoko {
    width: 80% !important;
  }
  .box-img-tate {
    width: 60% !important;
  }
  .cmn-box01 .box02, .cmn-box02 .box02, .cmn-box03 .box02 {
    width: 100%;
  }
  /* ----------------------------------------
 list
------------------------------------------- */
  .cmn-list01 {
    display: block;
    border: 2px solid #ff8212;
    border-radius: 15px;
    padding: 5%;
  }
  .cmn-list01 li {
    width: 100%;
  }
  .cmn-list02 {
    display: block;
    border: 2px solid #ff8212;
    border-radius: 15px;
    padding: 5%;
  }
  .cmn-list02 li {
    width: 100%;
  }
  /* ----------------------------------------
 about
------------------------------------------- */
  #about .cmn-box03 .box01 {
    position: relative;
  }
  #about .cmn-box03 .box01 .about01 {
    position: relative;
    width: 70%;
    top: auto;
    left: auto;
    margin-left: 30%;
    margin-bottom: 20px;
  }
  #about .cmn-box03 .box01 .about02 {
    position: absolute;
    width: 60%;
    left: 0;
    top: 10%;
    bottom: auto;
    border: 2px solid #fff;
  }
  /* ----------------------------------------
 floor
------------------------------------------- */
  #floor ul {
    display: flex;
    flex-wrap: wrap;
  }
  #floor ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #floor ul li:nth-child(2n) {
    margin-right: 0;
  }
  #floor ul li h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  #floor ul li p {
    font-size: 1.5rem;
  }
/* ----------------------------------------
 need
------------------------------------------- */
#need ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#need dl dt {
  width: 100%;
  font-size: 1.8rem;
}
#need dl dd {
  width: 100%;
  padding-top: 10px;
}
}