@charset "UTF-8";
 p + p {
  margin-top: 30px;
}

.real h3.head02 {
  display: block;
  text-align: center;
  & span {
    @media (max-width: 768px) {
      display: block;
      width:  100%;
    }
  }
}
.toc {
  background: #F8F4F1;
  padding: clamp(10px,3.906vw,30px);
  margin-bottom: 50px;
}
.toc > p {
  border-bottom: 1px dashed #d1c4ba;
  margin-bottom: 20px;
  font-size: 1.8rem;
  padding-bottom: 4px;
}
.toc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  @media (max-width: 768px) {
    gap: 10px 0;
  }
}
.toc-list li {
  @media (max-width: 768px) {
    width: 100%
  }
}
.toc-list li a {
  background: #fff;
  padding: 14px 24px;
  display: block;
  color: var(--Black);
  @media (min-width: 768px) {
    white-space: nowrap;
  }
  &::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--Brown);
    border-radius: 4px;
    position: relative;
    top: -2px;
    margin-right: 8px;
  }
  &:hover {
    background: var(--LightBrown);
    color: #fff;
  }
}
/* =======================================================
   beams-cts
======================================================== */
.beams-cts {
  margin-top: clamp(40px,8.073vw,80px);
  margin-top: 20px;
}

/* =======================================================
   beams-head
======================================================== */
.beams-head {
  background: var(--Brown);
  color: #fff;
  padding: 14px 20px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

/* =======================================================
   beams-flex
======================================================== */
.beams-flex {
  display: flex;
  .text-box {
    width: 60%;
    padding-right: clamp(10px,2.308vw,30px);
  }
  .image-box {
    width: 40%;
    position: relative;
    & img {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
    }
  }
}
@media (max-width: 768px) {
  .beams-flex {
    flex-direction: column;
    .text-box,
    .image-box {
      width: 100%;
    }
    .text-box {
      padding-right: 0;
      order: 2;
    }
    .image-box {
      height: 30vh;
      order: 1;
      margin-bottom: 20px;
    }
  }
}

/* =======================================================
   model
======================================================== */
.model iframe {
  width: 100%;
  height: 400px;
  max-height: 30vh;
  margin-top: clamp(40px,8.073vw,80px); /*991*/
}

/* =======================================================
   image-flex
======================================================== */
.image-flex {
  display: flex;
  gap: clamp(10px,2.308vw,30px);
  .image-box {
    width: 50%;
    height: 30vh;
    position: relative;
    & img {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
    }
  }
}
@media (max-width: 768px) {
  .image-flex {
    flex-direction: column;
    .image-box {
      width: 100%;
    }
  }
}

.image-flex.image3 .image-box {
  height: auto;
  img {
    position: relative;
    @media (max-width: 768px) {
      height: 30vh;
    }
  }
}
.image-flex.image4-1 .image-box {
  height: auto;
  img {
    position: relative;
    @media (max-width: 768px) {
      height: 30vh;
    }
  }
}
.image-flex.image4-2 {
  flex-wrap: wrap;
  .image-box {
    width: 48%;
    height: auto;
    @media (max-width: 768px) {
      width: 100%;
    }
    img {
      position: relative;
      @media (max-width: 768px) {
        height: 30vh;
      }
    }
  }
}
.image-flex.image5 {
  flex-wrap: wrap;
  
  
  .image-box {
    width: calc((100% - clamp(10px, 2.308vw, 30px) * 2) / 3);
    height: auto;
    @media (max-width: 768px) {
      width: 100%;
    }
    img {
      position: relative;
      @media (max-width: 768px) {
        height: 30vh;
      }
    }
  }
}

/* =======================================================
   table-box
======================================================== */
.table-box {
  margin-top: 60px;
}
.table-item:nth-child(odd) {
  background: #F7F6F3;
}
.table-item {
  display: flex;
  padding: 15px;
    position: relative;
  overflow: hidden;
  .image-box {
    width: 200px;
    border:1px solid #F7F6F3;
    background: #fff;
    & img {
      object-fit: contain;
    }
  }
  .text-box {
    width: calc(100% - 200px);
    padding-left: 30px;
    .head {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: clamp(10px,2.018vw,20px) /*991*/;
    }
  }
}
.table-item {
  border-top: 1px dashed #d9d9d9
}
.table-item:last-child {
  border-bottom: 1px dashed #d9d9d9;
}

@media (max-width: 768px) {
  .table-item {
    flex-direction: column;
    align-items: center;
    .text-box {
      width: 100%;
      padding-left: 0;
      margin-top: 10px;
      .head {
        text-align: center;
      }
    }
  }
}

/*======== option ==========================*/
.option1,.option2 {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg) translate(21px,-3px);
  font-weight: 500;
}
.option1 {
  background: #eb6439;
  color: #fff;
}


/* =======================================================
   spec
======================================================== */
.spec {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 60px;
  & th,
  & td {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 20px;
  }
  & th.bg-c {
    background: #F3EEE3;
    padding: 10px;
  }
  & th {
    width: 20%;
  }
  & td {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .spec {
    & th,
    & td {
      display: block;
      width: 100%;
    }
    & th {
      padding: 10px;
    }
    & th:not(.bg-c) {
      background: #ededed;
    }
  }
}

/* =======================================================
   beams-head02
======================================================== */
.beams-head02 {
  padding: 10px;
  background: #F3EEE3;
  font-weight: bold;
  margin-bottom: 30px;
}


/* =======================================================
   p-top
======================================================== */
.p-top {
  font-size: 1.2rem;
  color: var(--Black);
  display: block;
  text-align: right;
  margin-top: 60px;
  text-decoration: underline;
  text-underline-offset: 4px;
  & i {
    display: inline-block;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
  }
}

/* =======================================================
   attention
======================================================== */
.attention li {
  padding-left: 1.4rem;
  text-indent: -0.8rem;
  &::before {
    content: '※';
    display: inline-block;
  }
  & + li {
    margin-top: 30px;
  }
}

/* =======================================================
   faq
======================================================== */
.faq {
  & dt {
    background: #F3EEE3;
    padding: 6px 10px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  & dd + dt {
    margin-top: 30px;
  }
}

/* =======================================================
   example
======================================================== */
.example-item {
  cursor: pointer;
}
.example-item {
  position: relative;
  display: block;
}

.example-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-color: rgba(255,255,255,0.8);
  background-image: url("../images/zoom.svg");
  background-size: 1em 1em;
  background-position: center center;
  background-repeat: no-repeat;
}


.example-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgb(0 0 0 / 86%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 1000;
  box-sizing: border-box;
  /* max-width: 1400px; */
  
  
  
  
  
  
  
  @media (max-width: 991px) {
    top: 40px;padding: 40px 10px;
  }
}

.example-container:before{
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.example-container.active{
  opacity: 1;
  visibility: visible;
}

.example-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  background: #fff;
  margin-top: 0;
  max-width: 1400px;
  
  
  
  
  
  

  @media (max-width: 991px) {
    width: 98%;
  }
}

.example-body .close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: clamp(30px,6.901vw,53px);
  height: clamp(30px,6.901vw,53px);
  font-size: clamp(30px,6.901vw,53px);
  color: ;
  cursor: pointer;
}


/*======== example-cts ==========================*/
.example-cts {
  padding: 40px clamp(10px,4.036vw,40px);
}
.example-cts p {
  max-width: 1040px;
  padding: 20px 10px;
  margin: 0 auto;
  text-align: left;
  @media (max-width: 991px) {
    padding: 20px 0;
  }
}
.example-cts__image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(30px,6.054vw,60px);
  max-width: 1400px;
  margin: 0 auto;
}
.entry-photo__item .example-cts img {
  height: auto;
  max-width: 1020px;
}

/* =======================================================
   margin,font-setting
======================================================== */
.mt_80 {
  margin-top: clamp(40px,8.073vw,80px); /*991*/
}
.mt_60 {
  margin-top: clamp(30px,6.054vw,60px); /*991*/
}

.mb_60 {
  margin-bottom: 60px;
}
.bold {
  font-weight: bold;
}
.under {
  text-decoration: underline;
  text-underline-offset: 3px;
}


