@charset "UTF-8";
#JewelryLab2025 header {
  margin: 0 0 100px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 header {
    margin: 0 0 50px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__Greeting {
  margin: 0 0 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Greeting {
    margin: 0 0 50px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__Greeting h2 {
  margin: 0 0 30px 0;
  font-size: 30px;
  color: #19659F;
}
#JewelryLab2025 .JewelryLab2025__Greeting h3 {
  margin: 0 0 20px 0;
  font-size: 24px;
}
#JewelryLab2025 .JewelryLab2025__Greeting p {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Greeting p {
    font-size: 1rem;
  }
}
#JewelryLab2025 .JewelryLab2025__Movie {
  margin: 0 0 100px 0;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Movie {
    margin: 0 0 50px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__Shop {
  margin: 0 0 100px 0;
  padding: 100px 0;
  background-color: #E9F4FC;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Shop {
    padding: 50px 0;
    margin: 0 0 50px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__Shop h2 {
  margin: 0 0 80px 0;
  font-size: 30px;
  color: #19659F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Shop h2 {
    margin: 0 0 40px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__Shop ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
}
#JewelryLab2025 .JewelryLab2025__Shop ul li {
  margin: 0;
  padding: 0%;
  width: 48%;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Shop ul li {
    margin: 0 0 50px 0;
    width: 100%;
  }
}
#JewelryLab2025 .JewelryLab2025__Shop ul li picture {
  margin: 0 0 20px 0;
  display: block;
}
#JewelryLab2025 .JewelryLab2025__Shop ul li picture img {
  display: block;
  width: 100%;
  height: auto;
}
#JewelryLab2025 .JewelryLab2025__Shop ul li h3 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
}
#JewelryLab2025 .JewelryLab2025__Shop ul li p {
  margin: 0 auto;
  width: 60%;
  min-width: 60%;
}
#JewelryLab2025 .JewelryLab2025__Shop ul li p a {
  color: #666;
  text-decoration: underline;
}
#JewelryLab2025 .JewelryLab2025__PageLink {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__PageLink {
    margin: 0 0 50px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__PageLink h2 {
  margin: 0 0 80px 0;
  font-size: 30px;
  color: #19659F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__PageLink h2 {
    margin: 0 0 40px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__PageLink ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 95%;
  max-width: 650px;
}
#JewelryLab2025 .JewelryLab2025__PageLink ul li {
  width: 300px;
  border: 1px solid #333;
  border-radius: 10px;
  background: url(../img/link-icon01.png) no-repeat;
  background-size: 36px;
  background-position: right 10px center;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__PageLink ul li {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
#JewelryLab2025 .JewelryLab2025__PageLink ul li a {
  display: block;
  padding: 20px 0;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
#JewelryLab2025 .JewelryLab2025__PageLink ul li a h3 {
  margin: 0 0 10px 0;
  color: #19659F;
  font-size: 24px;
}
#JewelryLab2025 .JewelryLab2025__PageLink ul li a p {
  font-size: 18px;
  line-height: 1.3;
}
#JewelryLab2025 .JewelryLab2025__PageLink ul li:hover {
  opacity: 0.8;
}
#JewelryLab2025 .JewelryLab2025__Experience01 {
  padding: 100px 0;
  background-color: #EBEDEF;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Experience01 {
    padding: 50px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__Experience01 h2 {
  margin: 0 0 30px 0;
  font-size: 40px;
  color: #19659F;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience01 h3 {
  margin: 0 auto 50px auto;
  padding: 10px 0;
  background-color: #19659F;
  width: 95%;
  max-width: 700px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience01 h4 {
  margin: 0 0 30px 0;
  font-size: 24px;
  color: #19659F;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience01 h5 {
  margin: 0 0 50px 0;
  font-size: 22px;
  color: #7E612E;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Overview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 50px auto;
  width: 95%;
  max-width: 1100px;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Overview div {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Overview div {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Overview div img {
  display: block;
  margin: 30px auto;
  width: 260px;
  height: auto;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Overview div img + p {
  color: #B10000;
  font-weight: 600;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Overview picture {
  display: block;
  width: 49%;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Overview picture {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Overview picture img {
  display: block;
  width: 100%;
  height: auto;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Infomation {
  position: relative;
  margin: 0 auto;
  padding: 1.5rem;
  width: 95%;
  max-width: 900px;
  background: #fff;
  /* 内側線（細い） */
  border: 1px solid #555;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Infomation h3 {
  margin: 0 0 30px 0;
  width: auto;
  max-width: 100%;
  background-color: transparent;
  color: #333;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Infomation h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Infomation p {
  margin: 0 0 40px 0;
  font-size: 18px;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Infomation a {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 85%;
  max-width: 600px;
  border: 1px solid #A12F2F;
  color: #A12F2F;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Infomation a:hover {
  background: #A12F2F;
  color: #fff;
}
#JewelryLab2025 .JewelryLab2025__Experience01 .JewelryLab2025__Copal--Infomation::before {
  content: "";
  position: absolute;
  inset: -8px; /* 外側線分オフセット */
  border: 2px solid #333; /* 外側線（太い） */
  pointer-events: none; /* クリック透過 */
}
#JewelryLab2025 .JewelryLab2025__Experience02 {
  padding: 100px 0;
  background-color: #D0D9DF;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Experience02 {
    padding: 50px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__Experience02 h2 {
  margin: 0 0 30px 0;
  font-size: 40px;
  color: #19659F;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience02 h3 {
  margin: 0 auto 50px auto;
  padding: 10px 0;
  background-color: #19659F;
  width: 95%;
  max-width: 700px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience02 h4 {
  margin: 0 0 30px 0;
  font-size: 24px;
  color: #19659F;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience02 h5 {
  margin: 0 0 50px 0;
  font-size: 22px;
  color: #7E612E;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Durability--Overview,
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Pendant--Overview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 50px auto;
  width: 95%;
  max-width: 1100px;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Durability--Overview div,
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Pendant--Overview div {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Durability--Overview div,
  #JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Pendant--Overview div {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Durability--Overview div img,
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Pendant--Overview div img {
  display: block;
  margin: 30px auto;
  width: 260px;
  height: auto;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Durability--Overview div img + p,
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Pendant--Overview div img + p {
  color: #B10000;
  font-weight: 600;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Durability--Overview picture,
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Pendant--Overview picture {
  display: block;
  width: 49%;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Durability--Overview picture,
  #JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Pendant--Overview picture {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Durability--Overview picture img,
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Pendant--Overview picture img {
  display: block;
  width: 100%;
  height: auto;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Durability--Overview {
  margin: 0 auto 100px auto;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Copal--Infomation {
  position: relative;
  margin: 0 auto;
  padding: 1.5rem;
  width: 95%;
  max-width: 900px;
  background: #fff;
  /* 内側線（細い） */
  border: 1px solid #555;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Copal--Infomation h3 {
  margin: 0 0 30px 0;
  width: auto;
  max-width: 100%;
  background-color: transparent;
  color: #333;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Copal--Infomation h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Copal--Infomation p {
  margin: 0 0 40px 0;
  font-size: 18px;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Copal--Infomation a {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 85%;
  max-width: 600px;
  border: 1px solid #A12F2F;
  color: #A12F2F;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Copal--Infomation a:hover {
  background: #A12F2F;
  color: #fff;
}
#JewelryLab2025 .JewelryLab2025__Experience02 .JewelryLab2025__Copal--Infomation::before {
  content: "";
  position: absolute;
  inset: -8px; /* 外側線分オフセット */
  border: 2px solid #333; /* 外側線（太い） */
  pointer-events: none; /* クリック透過 */
}
#JewelryLab2025 .JewelryLab2025__Reservation {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Reservation {
    padding: 50px 0;
  }
}
#JewelryLab2025 .JewelryLab2025__Reservation h2 {
  margin: 0 0 30px 0;
  font-size: 40px;
  color: #19659F;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Reservation .JewelryLab2025__Reservation--Text {
  margin: 0 0 30px 0;
  color: #A12F2F;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
#JewelryLab2025 .JewelryLab2025__Reservation ul {
  margin: 0 auto 50px auto;
  width: 95%;
  max-width: 800px;
}
#JewelryLab2025 .JewelryLab2025__Reservation ul li {
  color: #A12F2F;
}
#JewelryLab2025 .JewelryLab2025__Reservation .JewelryLab2025__Reservation__FormText {
  margin: 50px auto;
  padding: 15px;
  width: 95%;
  max-width: 1100px;
  border: 1px solid #B10000;
  box-sizing: border-box;
  color: #B10000;
}
#JewelryLab2025 .JewelryLab2025__Reservation .JewelryLab2025__Reservation__FormText h4 {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 1.5rem;
}
#JewelryLab2025 .JewelryLab2025__Reservation .JewelryLab2025__Reservation__FormText p {
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__Reservation .JewelryLab2025__Reservation__FormText p span {
  color: #B10000;
  font-weight: 600;
}
#JewelryLab2025 .JewelryLab2025__Reservation table {
  margin: 0 auto 30px auto;
  width: 95%;
  max-width: 1100px;
  border-collapse: collapse;
}
#JewelryLab2025 .JewelryLab2025__Reservation table th,
#JewelryLab2025 .JewelryLab2025__Reservation table td {
  border-bottom: 1px dotted #707070;
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Reservation table th,
  #JewelryLab2025 .JewelryLab2025__Reservation table td {
    display: block;
  }
}
#JewelryLab2025 .JewelryLab2025__Reservation table th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Reservation table th {
    text-align: center;
  }
}
#JewelryLab2025 .JewelryLab2025__Reservation table th span {
  color: #A12F2F;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Reservation table td {
    text-align: center;
  }
}
#JewelryLab2025 .JewelryLab2025__Reservation table td .InputText {
  display: block;
  padding: 5px;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Reservation table td .InputText {
    margin: 0 auto;
  }
}
#JewelryLab2025 .JewelryLab2025__Reservation table td .InputSelect {
  padding: 5px;
}
#JewelryLab2025 .JewelryLab2025__Reservation table td .InputArea {
  padding: 5px;
  width: 100%;
}
#JewelryLab2025 .JewelryLab2025__Reservation table td p .cellred {
  color: #A12F2F;
}
#JewelryLab2025 .JewelryLab2025__Reservation table .JewelryLab2025__Reservation--Edit01 th {
  width: 33%;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Reservation table .JewelryLab2025__Reservation--Edit01 th {
    width: 100%;
  }
}
#JewelryLab2025 .JewelryLab2025__Reservation table .JewelryLab2025__Reservation--Edit01 td {
  width: 33%;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__Reservation table .JewelryLab2025__Reservation--Edit01 td {
    width: 100%;
  }
}
#JewelryLab2025 .JewelryLab2025__Reservation table .JewelryLab2025__Reservation--Edit01 .thanks p {
  text-align: center;
  color: #B10000;
}
#JewelryLab2025 .JewelryLab2025__Reservation .FormSubmit {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 95%;
  max-width: 600px;
  background: none;
  border: 1px solid #666;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
#JewelryLab2025 .JewelryLab2025__Reservation .FormSubmit:hover {
  background-color: #666;
  color: #fff;
}
#JewelryLab2025 .JewelryLab2025__Reservation .wpcf7-response-output {
  margin: 0 auto;
  max-width: 1100px;
  width: 95%;
}
#JewelryLab2025 .JewelryLab2025__Reservation .color-red {
  text-align: center;
  color: #B10000;
}
#JewelryLab2025 .JewelryLab2025__KessanBanner {
  margin: 0 0 100px 0;
}
#JewelryLab2025 .JewelryLab2025__KessanBanner p {
  margin: 0 auto 30px auto;
  width: 95%;
  max-width: 1100px;
  text-align: center;
}
#JewelryLab2025 .JewelryLab2025__KessanBanner a {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
  box-shadow: #aaa 0px 0px 10px;
}
#JewelryLab2025 .JewelryLab2025__KessanBanner a img {
  display: block;
  width: 100%;
  height: auto;
}
#JewelryLab2025 .JewelryLab2025__KessanBanner .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__KessanBanner .pc {
    display: none;
  }
}
#JewelryLab2025 .JewelryLab2025__KessanBanner .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #JewelryLab2025 .JewelryLab2025__KessanBanner .sp {
    display: block;
  }
}/*# sourceMappingURL=jewelry-lab2025.css.map */